10001 Commits

Author SHA1 Message Date
koenr
3c35ff7da9 new file 2004-10-14 22:17:22 +00:00
mits
bd0a343020 removed thischarset,thisdirection,thislanguage to avoid these words are displayed. 2004-10-14 21:51:27 +00:00
mits
b130fae76b translated some. 2004-10-14 20:38:13 +00:00
paca70
6c7f68c73d Firstsync seems to work, but basic sync is broken right now.
I'll return to this in two days.
2004-10-14 11:31:53 +00:00
paca70
3d449701d0 More updates... auth_sync_users will work dome day.... 2004-10-14 10:43:59 +00:00
paca70
b7af1ee832 Checked in some work with user syncronization 2004-10-14 10:03:38 +00:00
paca70
d0e2f755ea Some updates to sync code 2004-10-14 05:06:35 +00:00
koenr
93f999fa1a xhtml-compliance should be ok 2004-10-13 21:34:34 +00:00
koenr
17a28ea99a polishing, modifications and xhtml compliance, all at once 2004-10-13 21:29:41 +00:00
koenr
b0760534b0 new file 2004-10-13 19:05:34 +00:00
koenr
6e507c4418 xhtml-compliance should be ok 2004-10-13 19:04:21 +00:00
mits
688abdb6ff all quiz module related translation done. 2004-10-13 16:57:07 +00:00
koenr
9b1063e2eb new file, xhtml compliant 2004-10-13 14:03:42 +00:00
koenr
a380766ba9 xhtml-compliance should be ok 2004-10-13 13:52:42 +00:00
paca70
fb9206ca09 Started rewrite of auth_sync_users 2004-10-13 12:23:20 +00:00
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