]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agoAddition of Mail notification string (bug #1929)
rkingdon [Fri, 10 Sep 2004 18:44:51 +0000 (18:44 +0000)]
Addition of Mail notification string (bug #1929)

20 years agoFixed a bug in export caused by the removal of email filters.
mchurch [Fri, 10 Sep 2004 18:38:25 +0000 (18:38 +0000)]
Fixed a bug in export caused by the removal of email filters.

20 years agoString thisdirection should be 'ltr' or 'rtl'
moodler [Fri, 10 Sep 2004 07:55:26 +0000 (07:55 +0000)]
String thisdirection should be 'ltr' or 'rtl'

20 years agoMerged from stable
moodler [Fri, 10 Sep 2004 06:05:29 +0000 (06:05 +0000)]
Merged from stable

20 years agobug related to postgres - inserts into prefix_exercise_assessments were failing,
mjollnir_ [Fri, 10 Sep 2004 04:42:01 +0000 (04:42 +0000)]
bug related to postgres - inserts into prefix_exercise_assessments were failing,
because generalcomment and teachercomment were not null and didn't have defaults.
for some reason mysql allows this but postgres complains. I've set empty string defaults and added into mysql for consistency.

20 years agoAdded some instructions for translators on some important strings
moodler [Fri, 10 Sep 2004 02:20:58 +0000 (02:20 +0000)]
Added some instructions for translators on some important strings

20 years agoPrints correct phase for newly created exercise (when phase is 0).
rkingdon [Thu, 9 Sep 2004 21:17:07 +0000 (21:17 +0000)]
Prints correct phase for newly created exercise (when phase is 0).

20 years agoSpurious $ in a page heading removed.
rkingdon [Thu, 9 Sep 2004 21:11:12 +0000 (21:11 +0000)]
Spurious $ in a page heading removed.

20 years agoFixed bug in resumitting work - datalib now looks at record->id value.
rkingdon [Thu, 9 Sep 2004 18:47:07 +0000 (18:47 +0000)]
Fixed bug in resumitting work - datalib now looks at record->id value.

20 years agoImportant changes about how view.php (and print.php) retrieve records
stronk7 [Thu, 9 Sep 2004 18:31:50 +0000 (18:31 +0000)]
Important changes about how view.php (and print.php) retrieve records
from BD to be displayed. Some SQL statements have been modified to
get target records, avoiding a lot of post-processing causing some
bugs like Bug 1912
(http://moodle.org/bugs/bug.php?op=show&bugid=1912)

Merged from MOODLE_14_STABLE

20 years agoSome new strings
martignoni [Thu, 9 Sep 2004 18:09:11 +0000 (18:09 +0000)]
Some new strings

20 years agoPolished.
mits [Thu, 9 Sep 2004 17:37:28 +0000 (17:37 +0000)]
Polished.

20 years agoPolished and new translated file added.
mits [Thu, 9 Sep 2004 16:24:35 +0000 (16:24 +0000)]
Polished and new translated file added.

20 years agoAdded Hannes Gassert too! :-D
stronk7 [Thu, 9 Sep 2004 15:52:07 +0000 (15:52 +0000)]
Added Hannes Gassert too! :-D

20 years agoAdded Hannes Gassert
moodler [Thu, 9 Sep 2004 15:33:58 +0000 (15:33 +0000)]
Added Hannes Gassert

20 years agofile update_tables.sql was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 15:15:27 +0000 (15:15 +0000)]
file update_tables.sql was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile mod2.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:25:00 +0000 (13:25 +0000)]
file mod2.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile assignment.class.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:23:11 +0000 (13:23 +0000)]
file assignment.class.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile mod.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:23:11 +0000 (13:23 +0000)]
file mod.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile common_end.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:23:10 +0000 (13:23 +0000)]
file common_end.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile common.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:23:10 +0000 (13:23 +0000)]
file common.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agofile postdata.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.
petcheverry [Thu, 9 Sep 2004 13:23:10 +0000 (13:23 +0000)]
file postdata.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR.

20 years agoFixed potential undefined variable.
mchurch [Thu, 9 Sep 2004 12:52:24 +0000 (12:52 +0000)]
Fixed potential undefined variable.

20 years agoDo not redeclare auth_user_login upon login failure
fiedorow [Thu, 9 Sep 2004 12:37:34 +0000 (12:37 +0000)]
Do not redeclare auth_user_login upon login failure

20 years agoImporting fix for bug 1921 from stable.
defacer [Thu, 9 Sep 2004 11:55:00 +0000 (11:55 +0000)]
Importing fix for bug 1921 from stable.

20 years agoCapitalizing first letter of each block title word.
defacer [Thu, 9 Sep 2004 11:39:57 +0000 (11:39 +0000)]
Capitalizing first letter of each block title word.

20 years agoMerging addslashes() change from stable.
defacer [Thu, 9 Sep 2004 10:58:25 +0000 (10:58 +0000)]
Merging addslashes() change from stable.

20 years agoFull XHTML 1.0 compliance. I hope I didn't miss anything.
defacer [Thu, 9 Sep 2004 10:41:23 +0000 (10:41 +0000)]
Full XHTML 1.0 compliance. I hope I didn't miss anything.

20 years agoSmall fixes, moving towards XHTML compliance.
defacer [Thu, 9 Sep 2004 10:26:11 +0000 (10:26 +0000)]
Small fixes, moving towards XHTML compliance.

20 years agoMerged enrolment fixes frm stable
moodler [Thu, 9 Sep 2004 09:43:51 +0000 (09:43 +0000)]
Merged enrolment fixes frm stable

20 years agoSolved an small issue when "not clasified" was selected and
stronk7 [Thu, 9 Sep 2004 09:06:18 +0000 (09:06 +0000)]
Solved an small issue when "not clasified" was selected and
we tried to edit categories.

Merged from MOODLE_14_STABLE

20 years agoSITEID is more flexible
moodler [Thu, 9 Sep 2004 06:59:48 +0000 (06:59 +0000)]
SITEID is more flexible

20 years agoRemoved the word "real" from English string:
moodler [Thu, 9 Sep 2004 05:31:33 +0000 (05:31 +0000)]
Removed the word "real" from English string:

  "Hide my real email address from everyone"

  because it doesn't make sense!!

20 years agoIncrease memory_limit to 128 in backups & restore.
stronk7 [Wed, 8 Sep 2004 22:47:19 +0000 (22:47 +0000)]
Increase memory_limit to 128 in backups & restore.

Merged from MOODLE_14_STABLE

20 years agoMaking file XHTML 1.0 Transitional compliant...
mchurch [Wed, 8 Sep 2004 21:37:11 +0000 (21:37 +0000)]
Making file XHTML 1.0 Transitional compliant...

20 years agoMore XHTML 1.0 Transitional compliance.
mchurch [Wed, 8 Sep 2004 21:36:12 +0000 (21:36 +0000)]
More XHTML 1.0 Transitional compliance.

20 years agoChanged some tags for XHTML 1.0 Transitional compliance.
mchurch [Wed, 8 Sep 2004 21:27:11 +0000 (21:27 +0000)]
Changed some tags for XHTML 1.0 Transitional compliance.

20 years agoTags changed for XHTML 1.0 Transitional compliance.
mchurch [Wed, 8 Sep 2004 21:25:33 +0000 (21:25 +0000)]
Tags changed for XHTML 1.0 Transitional compliance.

20 years agoModified a bunch of tags to make them XHTML 1.0 Transitional compliant.
mchurch [Wed, 8 Sep 2004 19:24:38 +0000 (19:24 +0000)]
Modified a bunch of tags to make them XHTML 1.0 Transitional compliant.

20 years agoChanged to plural (directorypath-->directorypaths)
stronk7 [Wed, 8 Sep 2004 18:11:43 +0000 (18:11 +0000)]
Changed to plural (directorypath-->directorypaths)

Merged from MOODLE_14_STABLE

20 years ago*** empty log message ***
stronk7 [Wed, 8 Sep 2004 18:04:57 +0000 (18:04 +0000)]
*** empty log message ***

20 years agoAdded one new file about directory paths syntax.
stronk7 [Wed, 8 Sep 2004 18:01:32 +0000 (18:01 +0000)]
Added one new file about directory paths syntax.
Please, review it!!

20 years agoMerging from MOODLE_14_STABLE
julmis [Wed, 8 Sep 2004 16:58:50 +0000 (16:58 +0000)]
Merging from MOODLE_14_STABLE

20 years agoAdded a help button about directory paths...
stronk7 [Wed, 8 Sep 2004 16:49:47 +0000 (16:49 +0000)]
Added a help button about directory paths...

Merged from MOODLE_14_STABLE

20 years agoAdded two old missing strings for scheduled backups.
stronk7 [Wed, 8 Sep 2004 16:36:59 +0000 (16:36 +0000)]
Added two old missing strings for scheduled backups.

20 years agoPolished.
mits [Wed, 8 Sep 2004 16:36:37 +0000 (16:36 +0000)]
Polished.

20 years agoPolished.
mits [Wed, 8 Sep 2004 16:28:11 +0000 (16:28 +0000)]
Polished.

20 years agoMerged smiley/Markdown fixes
moodler [Wed, 8 Sep 2004 16:18:45 +0000 (16:18 +0000)]
Merged smiley/Markdown fixes

20 years agoMerged fixes for get_course_users from stable 1.4
moodler [Wed, 8 Sep 2004 15:46:43 +0000 (15:46 +0000)]
Merged fixes for get_course_users from stable 1.4

20 years agoNew help files for version 2004081100.
rkingdon [Wed, 8 Sep 2004 11:27:59 +0000 (11:27 +0000)]
New help files for version 2004081100.

20 years agoAdded XHTML header definition and footer validation links
andreabix [Wed, 8 Sep 2004 07:53:53 +0000 (07:53 +0000)]
Added XHTML header definition and footer validation links

20 years agoMerged increased memory limit from stable
moodler [Wed, 8 Sep 2004 07:11:48 +0000 (07:11 +0000)]
Merged increased memory limit from stable

20 years agoRepeated fixes made in stable:
moodler [Wed, 8 Sep 2004 06:43:57 +0000 (06:43 +0000)]
Repeated fixes made in stable:

  - moved two functions from locallib.php to lib.php
  - include mimetypes.php so mimeinfo works

20 years agoNew translated file added.
mits [Wed, 8 Sep 2004 05:45:14 +0000 (05:45 +0000)]
New translated file added.

20 years agoPolished and new translated files added.
mits [Wed, 8 Sep 2004 03:42:56 +0000 (03:42 +0000)]
Polished and new translated files added.

20 years agoSome strings fixed
mudrd8mz [Tue, 7 Sep 2004 23:29:28 +0000 (23:29 +0000)]
Some strings fixed

20 years agoRe-adding Czech font and README.txt
mudrd8mz [Tue, 7 Sep 2004 23:28:08 +0000 (23:28 +0000)]
Re-adding Czech font and README.txt

20 years agoinitial translation by Koen Roggemans
koenr [Tue, 7 Sep 2004 22:47:12 +0000 (22:47 +0000)]
initial translation by Koen Roggemans

20 years agofilling in missing strings
koenr [Tue, 7 Sep 2004 22:46:29 +0000 (22:46 +0000)]
filling in missing strings

20 years agospecial thanks
koenr [Tue, 7 Sep 2004 21:59:02 +0000 (21:59 +0000)]
special thanks

20 years agopolishing login->inloggen
koenr [Tue, 7 Sep 2004 21:46:48 +0000 (21:46 +0000)]
polishing login->inloggen

20 years agopolishing login -> inloggen
koenr [Tue, 7 Sep 2004 21:46:09 +0000 (21:46 +0000)]
polishing login -> inloggen

20 years agomagnificant job from L.Vandijck, spotting loads of typo's, spelling errors, grammar...
koenr [Tue, 7 Sep 2004 21:27:11 +0000 (21:27 +0000)]
magnificant job from L.Vandijck, spotting loads of typo's, spelling errors, grammar errors, etc.
Thanks a lot!
Part III: the help-files

20 years agomagnificant job from L.Vandijck, spotting loads of typo's, spelling errors, grammar...
koenr [Tue, 7 Sep 2004 20:49:47 +0000 (20:49 +0000)]
magnificant job from L.Vandijck, spotting loads of typo's, spelling errors, grammar errors, etc.
Thanks a lot!
Part II: the doc-files

20 years agoupdating to new feature
koenr [Tue, 7 Sep 2004 20:30:36 +0000 (20:30 +0000)]
updating to new feature

20 years agoStrings of new version added
martignoni [Tue, 7 Sep 2004 20:30:32 +0000 (20:30 +0000)]
Strings of new version added

20 years agoLittle phrase improvement
martignoni [Tue, 7 Sep 2004 20:12:03 +0000 (20:12 +0000)]
Little phrase improvement

20 years agoNew string 'disablecamel'
martignoni [Tue, 7 Sep 2004 20:06:41 +0000 (20:06 +0000)]
New string 'disablecamel'

20 years agoAdded many missing strings
martignoni [Tue, 7 Sep 2004 20:05:07 +0000 (20:05 +0000)]
Added many missing strings

20 years agoNew string 'pleasemakeyourownassessment'
martignoni [Tue, 7 Sep 2004 19:50:00 +0000 (19:50 +0000)]
New string 'pleasemakeyourownassessment'

20 years agoCompletion of string
martignoni [Tue, 7 Sep 2004 19:45:33 +0000 (19:45 +0000)]
Completion of string

20 years agoAdded some new strings
martignoni [Tue, 7 Sep 2004 19:40:59 +0000 (19:40 +0000)]
Added some new strings

20 years agoTidy up of help files, new version of Managing.html, minor changes for
rkingdon [Tue, 7 Sep 2004 16:26:58 +0000 (16:26 +0000)]
Tidy up of help files, new version of Managing.html, minor changes for
version 2004081100.

20 years agoAdditional strings fro version 2004081100.
rkingdon [Tue, 7 Sep 2004 16:19:27 +0000 (16:19 +0000)]
Additional strings fro version 2004081100.

20 years agoVersion 2004081100: auto grading of assessments.
rkingdon [Tue, 7 Sep 2004 16:17:32 +0000 (16:17 +0000)]
Version 2004081100: auto grading of assessments.

20 years agoPolished and new translated file added.
mits [Tue, 7 Sep 2004 15:22:51 +0000 (15:22 +0000)]
Polished and new translated file added.

20 years agoFIxed typos from stable
moodler [Tue, 7 Sep 2004 14:15:17 +0000 (14:15 +0000)]
FIxed typos from stable

20 years agoMerged from stable
moodler [Tue, 7 Sep 2004 14:13:19 +0000 (14:13 +0000)]
Merged from stable

20 years agoAdded better headers to forum posts to allow threading, better filtering etc.
moodler [Tue, 7 Sep 2004 14:04:33 +0000 (14:04 +0000)]
Added better headers to forum posts to allow threading, better filtering etc.

   Based on: http://opensource.mediagonal.ch/moodle/patches/mailheaders/

20 years agoMerged file path improvements from stable
moodler [Tue, 7 Sep 2004 13:39:41 +0000 (13:39 +0000)]
Merged file path improvements from stable

20 years agoPolished.
mits [Tue, 7 Sep 2004 13:26:10 +0000 (13:26 +0000)]
Polished.

20 years agoPolished, Translated some.
mits [Tue, 7 Sep 2004 13:22:56 +0000 (13:22 +0000)]
Polished, Translated some.

20 years agoThai Language for 1.4 Stable (1.5dev)
minkowski [Tue, 7 Sep 2004 13:05:47 +0000 (13:05 +0000)]
Thai Language for 1.4 Stable (1.5dev)

20 years ago*** empty log message ***
carlesbellver [Tue, 7 Sep 2004 11:58:32 +0000 (11:58 +0000)]
*** empty log message ***

20 years agoTypo corrected
martignoni [Tue, 7 Sep 2004 11:17:23 +0000 (11:17 +0000)]
Typo corrected

20 years ago*** empty log message ***
carlesbellver [Tue, 7 Sep 2004 10:51:05 +0000 (10:51 +0000)]
*** empty log message ***

20 years agoMerging patch for improved calendar block behavior from MOODLE_14_STABLE.
defacer [Tue, 7 Sep 2004 10:31:18 +0000 (10:31 +0000)]
Merging patch for improved calendar block behavior from MOODLE_14_STABLE.

20 years agoXHTML tidy up
moodler [Tue, 7 Sep 2004 10:18:52 +0000 (10:18 +0000)]
XHTML tidy up

20 years agoMake the footer more compliant with the validator
moodler [Tue, 7 Sep 2004 10:18:29 +0000 (10:18 +0000)]
Make the footer more compliant with the validator

20 years agotranslated some.
mits [Tue, 7 Sep 2004 10:15:53 +0000 (10:15 +0000)]
translated some.

20 years agoAdded show source because it's useful
moodler [Tue, 7 Sep 2004 10:15:40 +0000 (10:15 +0000)]
Added show source because it's useful

20 years agoAdded links to validaton services
moodler [Tue, 7 Sep 2004 10:00:02 +0000 (10:00 +0000)]
Added links to validaton services

20 years agoSet ampersands for automatic URL parameters
moodler [Tue, 7 Sep 2004 09:49:41 +0000 (09:49 +0000)]
Set ampersands for automatic URL parameters

20 years agoImprovements to uploading error feedback (from Shane)
moodler [Tue, 7 Sep 2004 09:25:51 +0000 (09:25 +0000)]
Improvements to uploading error feedback  (from Shane)

20 years agoHTML tidy up
moodler [Tue, 7 Sep 2004 08:54:43 +0000 (08:54 +0000)]
HTML tidy up

20 years agoBetter login
moodler [Tue, 7 Sep 2004 08:23:11 +0000 (08:23 +0000)]
Better login

20 years agoAddeda type to the javascript
moodler [Tue, 7 Sep 2004 08:12:40 +0000 (08:12 +0000)]
Addeda type to the javascript

20 years agoHTML code tidy up
moodler [Tue, 7 Sep 2004 08:05:25 +0000 (08:05 +0000)]
HTML code tidy up

20 years agoFixed a typo, whoops
moodler [Tue, 7 Sep 2004 08:04:02 +0000 (08:04 +0000)]
Fixed a typo, whoops

20 years agoAllow Validator from http://validator.w3.org/ and the Cynthia 508 checker.
moodler [Tue, 7 Sep 2004 07:38:44 +0000 (07:38 +0000)]
Allow Validator from http://validator.w3.org/ and the Cynthia 508 checker.

It only works when you are using the new standardxhtml theme.

This is temporary while we do testing and validation.

I highly advise using Mozilla/Firefox and the Web Developer extension

   http://www.chrispederick.com/work/firefox/webdeveloper/