9886 Commits

Author SHA1 Message Date
koenr
c457ed085d xhtml-compliance should be ok 2004-10-13 11:57:58 +00:00
paca70
f894a7914a auth_iscreator return now three posible values:
null = not supported (Dont change user status)
false =  user not creator
true = user is creator
2004-10-13 07:16:24 +00:00
paca70
911aba7dd8 Return null in case creators are not defined 2004-10-13 06:50:13 +00:00
koenr
3f6bc1f2af typo 2004-10-12 23:05:58 +00:00
rkingdon
1c1df31ca0 On the Workshops submissions with no assessments are flagged as such rather than given a zero grade. 2004-10-12 19:38:57 +00:00
skodak
bfce67a179 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
2004-10-12 18:47:39 +00:00
anvergara
f8fb6ea230 Added to es lang 2004-10-12 17:45:30 +00:00
mits
0eccd43625 translated some. 2004-10-12 13:16:40 +00:00
jpuntd
fc9c255cb8 removed 2004-10-11 18:15:10 +00:00
mits
66a00a00f7 translated some. 2004-10-11 07:22:51 +00:00
koenr
3e016f144c polishing translatione and working towards XHTML-compliance 2004-10-11 06:12:40 +00:00
stronk7
76dc1ad2cf Under Win32, we need backslashes in paths. Now it works!!
Merged from MOODLE_14_STABLE
2004-10-10 23:25:57 +00:00
stronk7
6cf2fe0336 Added some needed strings.
Merged from MOODLE_14_STABLE
2004-10-10 22:48:59 +00:00
stronk7
ae9f68625e Deleted some unsused strings.
Merged from MOODLE_14_STABLE
2004-10-10 22:46:57 +00:00
stronk7
48eeac7963 Delete some debug info.
Merged from MOODLE_14_STABLE
2004-10-10 22:00:30 +00:00
stronk7
343fc72785 Now this script is using the new, central unzip_file() function.
TEST, TEST!!!

Merged from MOODLE_14_STABLE
2004-10-10 21:58:43 +00:00
stronk7
b3020784d6 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
2004-10-10 21:46:13 +00:00
skodak
00548bfacf small fix for previous merge - I hope the last one :-( 2004-10-10 20:42:11 +00:00
skodak
de87c32835 one more cleaned - merged form 14_STABLE 2004-10-10 20:37:58 +00:00
skodak
d3b65a9bf5 fixed line endings broken by my WinMerge 2004-10-10 20:32:51 +00:00
stronk7
e1f84e70da Order logs by creation order (id)
Merged from MOODLE_14_STABLE
2004-10-10 18:48:03 +00:00
skodak
59e2d6aa5f merged from 14_STABLE - cleaned text from forms 2004-10-10 17:37:48 +00:00
paca70
260500db78 Files for postgresql 2004-10-10 16:10:48 +00:00
paca70
e542033a19 Added selective user disable, activate and creation. 2004-10-10 07:54:42 +00:00
paca70
bbdba907e5 Updates 2004-10-10 07:30:36 +00:00
paca70
e09ecb0604 Allow password changes with standard password change dialog if
$CFG->{'auth_'.$USER->auth.'_stdchangepassword'} is true.
2004-10-10 06:26:29 +00:00
jpuntd
f9aa73d1b9 fixed some typos 2004-10-10 03:55:58 +00:00
stronk7
1a11dfd14a 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
2004-10-10 01:20:59 +00:00
stronk7
ef1e97c7ec 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
2004-10-10 01:07:47 +00:00
stronk7
26082098d9 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
2004-10-09 23:19:53 +00:00
koenr
a4f495e619 filling in missing strings 2004-10-09 22:54:24 +00:00
koenr
4145e17130 fixed a left to right related problem
see http://moodle.org/mod/forum/discuss.php?d=13668&parent=65906
Thank you dovix
2004-10-09 21:54:11 +00:00
koenr
002ea5204a NCR for thislanguage 2004-10-09 21:40:20 +00:00
koenr
891c7031f0 version 1.4 from Anders Berggren [andersbe@ikt-pedagogen.se] 2004-10-09 21:05:05 +00:00
koenr
5a4a62f745 First set for the Bulgarian language pack
Translated by Andrew Ivanov [red_eye@abv.bg]
2004-10-09 20:32:42 +00:00
stronk7
5b224948aa course/view.php is using sesskey
(changes in blocks done, please check them)

Merged from MOODLE_14_STABLE
2004-10-09 20:16:05 +00:00
stronk7
967cd1164b course/unenrol.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 19:08:01 +00:00
stronk7
5bcfaece3d course/teacher.php is using sesskey.
(POST form too)

Merged from MOODLE_14_STABLE
2004-10-09 19:02:35 +00:00
stronk7
a60399f0fe course/student.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 18:51:12 +00:00
stronk7
92604dbcf8 course/scales.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 18:33:44 +00:00
mits
283fde50cf translated some. 2004-10-09 17:48:49 +00:00
stronk7
8b92f5bb7d course/mod.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 17:23:28 +00:00
stronk7
d99ceac20f course/index.php is using sesskey.
Merged form MOODLE_14_STABLE
2004-10-09 13:22:59 +00:00
stronk7
d84e70d049 course/groups.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 12:03:55 +00:00
stronk7
740c44428e course/group.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 11:47:36 +00:00
stronk7
bb207404e8 course/grades.php is using sesskey.
Merged from MOODLE_14_STABLE
2004-10-09 11:37:48 +00:00
paca70
d9184e20cd Added changes from mysql.php 2004-10-09 06:33:50 +00:00
paca70
cfa56cffef Added missing , 2004-10-09 06:27:17 +00:00
rkingdon
54c014ebc7 New version which adds events and amends them in the event table. 2004-10-08 21:41:10 +00:00
mits
88f45a13e1 new translation file added. 2004-10-08 20:50:32 +00:00