]>
git.mjollnir.org Git - moodle.git/log
skodak [Tue, 12 Oct 2004 18:47:39 +0000 (18:47 +0000)]
merged from 14_STABLE, the merging is getting a bit messy :-O
added sesskey to update_module_button(), error reported in moodle forum d=13835;
I made a quick fix - it seemed critical to me
anvergara [Tue, 12 Oct 2004 17:45:30 +0000 (17:45 +0000)]
Added to es lang
mits [Tue, 12 Oct 2004 13:16:40 +0000 (13:16 +0000)]
translated some.
jpuntd [Mon, 11 Oct 2004 18:15:10 +0000 (18:15 +0000)]
removed
mits [Mon, 11 Oct 2004 07:22:51 +0000 (07:22 +0000)]
translated some.
koenr [Mon, 11 Oct 2004 06:12:40 +0000 (06:12 +0000)]
polishing translatione and working towards XHTML-compliance
stronk7 [Sun, 10 Oct 2004 23:25:57 +0000 (23:25 +0000)]
Under Win32, we need backslashes in paths. Now it works!!
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 22:48:59 +0000 (22:48 +0000)]
Added some needed strings.
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 22:46:57 +0000 (22:46 +0000)]
Deleted some unsused strings.
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 22:00:30 +0000 (22:00 +0000)]
Delete some debug info.
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 21:58:43 +0000 (21:58 +0000)]
Now this script is using the new, central unzip_file() function.
TEST, TEST!!!
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 21:46:13 +0000 (21:46 +0000)]
Central unzip_file() function included:
- Supports both internal and external zip execution.
- Displays the results of the execution.
- All Petr's patched added.
- External zip execution in Win32 supported.
Please TEST, TEST, TEST.
Merged from MOODLE_14_STABLE
skodak [Sun, 10 Oct 2004 20:42:11 +0000 (20:42 +0000)]
small fix for previous merge - I hope the last one :-(
skodak [Sun, 10 Oct 2004 20:37:58 +0000 (20:37 +0000)]
one more cleaned - merged form 14_STABLE
skodak [Sun, 10 Oct 2004 20:32:51 +0000 (20:32 +0000)]
fixed line endings broken by my WinMerge
stronk7 [Sun, 10 Oct 2004 18:48:03 +0000 (18:48 +0000)]
Order logs by creation order (id)
Merged from MOODLE_14_STABLE
skodak [Sun, 10 Oct 2004 17:37:48 +0000 (17:37 +0000)]
merged from 14_STABLE - cleaned text from forms
paca70 [Sun, 10 Oct 2004 16:10:48 +0000 (16:10 +0000)]
Files for postgresql
paca70 [Sun, 10 Oct 2004 07:54:42 +0000 (07:54 +0000)]
Added selective user disable, activate and creation.
paca70 [Sun, 10 Oct 2004 07:30:36 +0000 (07:30 +0000)]
Updates
paca70 [Sun, 10 Oct 2004 06:26:29 +0000 (06:26 +0000)]
Allow password changes with standard password change dialog if
$CFG->{'auth_'.$USER->auth.'_stdchangepassword'} is true.
jpuntd [Sun, 10 Oct 2004 03:55:58 +0000 (03:55 +0000)]
fixed some typos
stronk7 [Sun, 10 Oct 2004 01:20:59 +0000 (01:20 +0000)]
iNow FileManager is using the new, central zip_files() function.
Only tested under MacOS X. It should support all the new
features of that function (Win32 external zip, imporved security...).
TODO: Create the unzip_file() function and use it here too!!
Apply this changes to the rest of filemanagers (coursefiles.php...)
TEST, TEST, TEST...!!
Merged from MOODLE_14_STABLE
stronk7 [Sun, 10 Oct 2004 01:07:47 +0000 (01:07 +0000)]
Now the zip_files() function is working better:
- More checks are done
- Non existing files are out
- Both internal an external are supported and protected
- All Petr's patchs applied
- Included support to Win32 external zip.
TODO: Create a paralel unzip_file() function
Use this functions in all the FileManager scripts
THOUGHT: External zip seems to work always adding files to
zip file if it exists, where PclZip resets the file.
Perhaps a rm (or delete) should be included in the
command chain. Analyse it!!
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 23:19:53 +0000 (23:19 +0000)]
Use of cleardoubleslashes() added to the backup and restore functions.
They will be changed to calls to new, central zip and unzip functions.
(coming soon)
Merged from MOODLE_14_STABLE
koenr [Sat, 9 Oct 2004 22:54:24 +0000 (22:54 +0000)]
filling in missing strings
koenr [Sat, 9 Oct 2004 21:54:11 +0000 (21:54 +0000)]
fixed a left to right related problem
see http://moodle.org/mod/forum/discuss.php?d=13668&parent=65906
Thank you dovix
koenr [Sat, 9 Oct 2004 21:40:20 +0000 (21:40 +0000)]
NCR for thislanguage
koenr [Sat, 9 Oct 2004 21:05:05 +0000 (21:05 +0000)]
version 1.4 from Anders Berggren [andersbe@ikt-pedagogen.se]
koenr [Sat, 9 Oct 2004 20:32:42 +0000 (20:32 +0000)]
First set for the Bulgarian language pack
Translated by Andrew Ivanov [red_eye@abv.bg]
stronk7 [Sat, 9 Oct 2004 20:16:05 +0000 (20:16 +0000)]
course/view.php is using sesskey
(changes in blocks done, please check them)
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 19:08:01 +0000 (19:08 +0000)]
course/unenrol.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 19:02:35 +0000 (19:02 +0000)]
course/teacher.php is using sesskey.
(POST form too)
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 18:51:12 +0000 (18:51 +0000)]
course/student.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 18:33:44 +0000 (18:33 +0000)]
course/scales.php is using sesskey.
Merged from MOODLE_14_STABLE
mits [Sat, 9 Oct 2004 17:48:49 +0000 (17:48 +0000)]
translated some.
stronk7 [Sat, 9 Oct 2004 17:23:28 +0000 (17:23 +0000)]
course/mod.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 13:22:59 +0000 (13:22 +0000)]
course/index.php is using sesskey.
Merged form MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 12:03:55 +0000 (12:03 +0000)]
course/groups.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 11:47:36 +0000 (11:47 +0000)]
course/group.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Sat, 9 Oct 2004 11:37:48 +0000 (11:37 +0000)]
course/grades.php is using sesskey.
Merged from MOODLE_14_STABLE
paca70 [Sat, 9 Oct 2004 06:33:50 +0000 (06:33 +0000)]
Added changes from mysql.php
paca70 [Sat, 9 Oct 2004 06:27:17 +0000 (06:27 +0000)]
Added missing ,
rkingdon [Fri, 8 Oct 2004 21:41:10 +0000 (21:41 +0000)]
New version which adds events and amends them in the event table.
mits [Fri, 8 Oct 2004 20:50:32 +0000 (20:50 +0000)]
new translation file added.
mits [Fri, 8 Oct 2004 20:29:07 +0000 (20:29 +0000)]
translated one string.
mits [Fri, 8 Oct 2004 20:01:53 +0000 (20:01 +0000)]
added JAPANESE FONT INSTALL INSTRUCTION on /lang/ja_utf8/fonts
stronk7 [Fri, 8 Oct 2004 18:32:27 +0000 (18:32 +0000)]
course/editsection.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Fri, 8 Oct 2004 18:13:05 +0000 (18:13 +0000)]
course/edit.php is using sesskey.
Merged from MOODLE_14_STABLE
stronk7 [Fri, 8 Oct 2004 17:58:38 +0000 (17:58 +0000)]
course/delete.php is using sesskey
Merged from MOODLE_14_STABLE
mits [Fri, 8 Oct 2004 17:23:16 +0000 (17:23 +0000)]
polished.
stronk7 [Fri, 8 Oct 2004 16:52:20 +0000 (16:52 +0000)]
course/category.php is using sesskey
Merged from MOODLE_14_STABLE
moodler [Fri, 8 Oct 2004 16:20:11 +0000 (16:20 +0000)]
Bump the version since installation actually works now. :-)
moodler [Fri, 8 Oct 2004 14:43:35 +0000 (14:43 +0000)]
Changes for XHTML compatibility
moodler [Fri, 8 Oct 2004 14:24:43 +0000 (14:24 +0000)]
Changes for XHTML compatibility and accessibility.
Removed redundant <p> tags
moodler [Fri, 8 Oct 2004 14:06:02 +0000 (14:06 +0000)]
Tidied up some HTML
moodler [Fri, 8 Oct 2004 13:58:33 +0000 (13:58 +0000)]
Minor changes for XHTML compatibility
moodler [Fri, 8 Oct 2004 13:46:55 +0000 (13:46 +0000)]
Just added support for "site" format, for completeness.
moodler [Fri, 8 Oct 2004 13:46:06 +0000 (13:46 +0000)]
Site can now have proper blocks on an install
moodler [Fri, 8 Oct 2004 13:39:46 +0000 (13:39 +0000)]
Minor change for XHTML compatibility
moodler [Fri, 8 Oct 2004 13:35:36 +0000 (13:35 +0000)]
Classes added for XHTML compatibility in main code
moodler [Fri, 8 Oct 2004 13:34:48 +0000 (13:34 +0000)]
Changes for XHTML compatibility
moodler [Fri, 8 Oct 2004 13:16:34 +0000 (13:16 +0000)]
Make sure the new admin user has the sessionIP set properly the first time
moodler [Fri, 8 Oct 2004 13:15:13 +0000 (13:15 +0000)]
Main admin can never change their own authentication method from "manual"
martignoni [Fri, 8 Oct 2004 06:20:55 +0000 (06:20 +0000)]
New string 'confirmsesskeybad'
moodler [Fri, 8 Oct 2004 06:11:17 +0000 (06:11 +0000)]
Merged new stuff from stable
moodler [Fri, 8 Oct 2004 06:06:03 +0000 (06:06 +0000)]
Checked in something that hadn't been
moodler [Fri, 8 Oct 2004 05:41:52 +0000 (05:41 +0000)]
Merged latest from stable
moodler [Fri, 8 Oct 2004 03:59:56 +0000 (03:59 +0000)]
Error message for sesskey
mits [Fri, 8 Oct 2004 01:41:36 +0000 (01:41 +0000)]
polished.
ikawhero [Fri, 8 Oct 2004 00:18:36 +0000 (00:18 +0000)]
Fixed string error
mits [Fri, 8 Oct 2004 00:15:15 +0000 (00:15 +0000)]
polished.
mits [Thu, 7 Oct 2004 23:55:02 +0000 (23:55 +0000)]
added JAPANESE FONT INSTALL INSTRUCTION on /lang/ja/fonts
koenr [Thu, 7 Oct 2004 23:22:59 +0000 (23:22 +0000)]
xhtml-compliance should be ok
mits [Thu, 7 Oct 2004 22:01:47 +0000 (22:01 +0000)]
polished.
koenr [Thu, 7 Oct 2004 21:30:00 +0000 (21:30 +0000)]
xhtml-compliance should be ok
mits [Thu, 7 Oct 2004 20:40:44 +0000 (20:40 +0000)]
polished.
koenr [Thu, 7 Oct 2004 20:09:25 +0000 (20:09 +0000)]
xhtml-compliance should be ok
moodler [Thu, 7 Oct 2004 15:22:47 +0000 (15:22 +0000)]
Merged from stable
stronk7 [Thu, 7 Oct 2004 14:18:43 +0000 (14:18 +0000)]
New version of this. Merged from MOODLE_14_STABLE.
It won't work until moodlelib.php was merged!! Tons of conflicts!!
stronk7 [Thu, 7 Oct 2004 14:10:03 +0000 (14:10 +0000)]
PclZip library upgraded to 2.1
carlesbellver [Thu, 7 Oct 2004 11:44:17 +0000 (11:44 +0000)]
*** empty log message ***
mits [Thu, 7 Oct 2004 11:35:15 +0000 (11:35 +0000)]
Thanks to everyone who have supported our translation project!
moodler [Thu, 7 Oct 2004 11:24:31 +0000 (11:24 +0000)]
Changes for XHTML compatibility
moodler [Thu, 7 Oct 2004 11:23:30 +0000 (11:23 +0000)]
Style changes for XHTML compatibility
moodler [Thu, 7 Oct 2004 09:18:33 +0000 (09:18 +0000)]
Changes for XHTML compatibility
moodler [Thu, 7 Oct 2004 08:46:30 +0000 (08:46 +0000)]
Changes for XHTML compatibility
carlesbellver [Thu, 7 Oct 2004 08:34:25 +0000 (08:34 +0000)]
*** empty log message ***
moodler [Thu, 7 Oct 2004 08:08:56 +0000 (08:08 +0000)]
Some changes for XHTML compatibility
moodler [Thu, 7 Oct 2004 07:25:19 +0000 (07:25 +0000)]
Changes for XHTML compatibility
moodler [Thu, 7 Oct 2004 05:52:39 +0000 (05:52 +0000)]
Some changes for XHTML compatibility
mits [Wed, 6 Oct 2004 21:25:22 +0000 (21:25 +0000)]
polished and new translated file added.
adamtpaw [Wed, 6 Oct 2004 21:18:19 +0000 (21:18 +0000)]
Translation of Moodle v1.4 .1
stronk7 [Wed, 6 Oct 2004 16:52:24 +0000 (16:52 +0000)]
Changed some conditions against the $USER variable
to work fine under PHP5.
Bug 2053
(http://moodle.org/bugs/bug.php?op=show&bugid=2053)
Merged from MOODLE_14_STABLE
mits [Wed, 6 Oct 2004 14:51:59 +0000 (14:51 +0000)]
polished and new translated file added.
mits [Wed, 6 Oct 2004 14:21:41 +0000 (14:21 +0000)]
polished.
mits [Wed, 6 Oct 2004 14:14:38 +0000 (14:14 +0000)]
new translated files added.
paca70 [Wed, 6 Oct 2004 04:14:33 +0000 (04:14 +0000)]
Updates
stronk7 [Wed, 6 Oct 2004 00:08:08 +0000 (00:08 +0000)]
Now sesskey is working fine at installation time.
Bug 2049
(http://moodle.org/bugs/bug.php?op=show&bugid=2049)
Merged from MOODLE_14_STABLE
stronk7 [Tue, 5 Oct 2004 23:21:38 +0000 (23:21 +0000)]
Now RSS links ae showed properly in SITE course when
user isn't logged.
Solve a problem with if($USER) under PHP5.