martinlanghoff [Thu, 18 Nov 2004 02:55:06 +0000 (02:55 +0000)]
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess
martinlanghoff [Thu, 18 Nov 2004 02:47:02 +0000 (02:47 +0000)]
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-321 Fixed bug in user search: now we trim() the search string
mjollnir_ [Thu, 18 Nov 2004 02:42:33 +0000 (02:42 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - exercise module
mjollnir_ [Thu, 18 Nov 2004 02:40:24 +0000 (02:40 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - dialogue module
mjollnir_ [Thu, 18 Nov 2004 02:39:16 +0000 (02:39 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - choice module
mjollnir_ [Thu, 18 Nov 2004 02:37:58 +0000 (02:37 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - chat module
martinlanghoff [Thu, 18 Nov 2004 02:37:52 +0000 (02:37 +0000)]
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-305 - Postgres SQL bugfix for instance_is_visible()
mjollnir_ [Thu, 18 Nov 2004 02:35:42 +0000 (02:35 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - attendance module
mjollnir_ [Thu, 18 Nov 2004 02:33:49 +0000 (02:33 +0000)]
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - assignment module
martinlanghoff [Thu, 18 Nov 2004 02:31:53 +0000 (02:31 +0000)]
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-222 - SQL improvements\n Better SQL performance for get_courses() and get_courses_page() calls, specially from the categories page. This gives much better performance when browsing existing courses
mjollnir_ [Thu, 18 Nov 2004 01:57:04 +0000 (01:57 +0000)]
Merged from MOODLE_14_STABLE: Indexes for exercise and version bump
mjollnir_ [Thu, 18 Nov 2004 01:35:32 +0000 (01:35 +0000)]
Merged from MOODLE_14_STABLE: Indexes and version bump for dialogue
mjollnir_ [Wed, 17 Nov 2004 23:03:56 +0000 (23:03 +0000)]
Merged from MOODLE_14_STABLE: Indexes and version bump for choice
mjollnir_ [Wed, 17 Nov 2004 22:54:16 +0000 (22:54 +0000)]
Merged from MOODLE_14_STABLE: Indexes for chat and version bump
mjollnir_ [Wed, 17 Nov 2004 22:11:52 +0000 (22:11 +0000)]
Merged from MOODLE_14_STABLE: Indexes and version bump for attendance
mjollnir_ [Wed, 17 Nov 2004 21:49:48 +0000 (21:49 +0000)]
Merged from MOODLE_14_STABLE: Indexes and version bump for assignment
mjollnir_ [Wed, 17 Nov 2004 07:49:04 +0000 (07:49 +0000)]
Version bump for new indexes
mjollnir_ [Wed, 17 Nov 2004 07:47:03 +0000 (07:47 +0000)]
Merged from MOODLE_14_STABLE:
Add a unique key to guarantee that course,sortorder is unique. Allows fix_course_sortorder and ordering operations to be much faster. (martinlanghoff)
Plus more indexes for user table (mjollnir_)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-231
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-236
mjollnir_ [Wed, 17 Nov 2004 07:09:08 +0000 (07:09 +0000)]
Merge from MOODLE_14_STABLE: Indexes on faux foreign keys and often used fields, one more set and version bump to come.
mjollnir_ [Wed, 17 Nov 2004 06:57:28 +0000 (06:57 +0000)]
Merged from MOODLE_14_STABLE:
Fixes to fix_course_sortorder() and course/category.php pages. (martinlanghoff)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-160
Minor fix: moodle would crash on high number of courses when doing course creation -- should be more scalable now
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-164
Fix a bug I have introduced in fix_course_sortorder() - v2
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-210
Fixed nested transaction in fix_course_sortorder()
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-215
Performance and memory usage fixes for re-sort courses function
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-268
Major performance and correctness improvements in the functions that move courses up and down, reorder by name, and in fix_course_sortorder(). All now assume course-sortorder is unique (this is enforced at the DB)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-332
fix_coursesortorder() bugfixes and logic simplification
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-333
courses listing enhancements: bugfix on re-ordering, keep the right page on actions
mjollnir_ [Wed, 17 Nov 2004 05:31:21 +0000 (05:31 +0000)]
Merge from MOODLE_14_STABLE: moodle--eduforge--1.3.3--patch-207(partial) + moodle--eduforge--1.3.3--patch-408 - added begin_sql() and commit_sql() (martinlanghoff)
mjollnir_ [Wed, 17 Nov 2004 05:05:14 +0000 (05:05 +0000)]
Merge from MOODLE_14_STABLE: moodle--eduforge--1.3.3--patch-201 - optimized calls to get_courses() to retrieve only required fields (martinlanghoff)
mjollnir_ [Wed, 17 Nov 2004 03:17:05 +0000 (03:17 +0000)]
Bug fix for sql for new workshop tables for mysql
michaelpenne [Wed, 17 Nov 2004 01:07:17 +0000 (01:07 +0000)]
changed ongoingcustom definition
michaelpenne [Wed, 17 Nov 2004 01:05:39 +0000 (01:05 +0000)]
updated lesson_calculate_ongoing_score to match the grading algorithm used in view.php. Also suppressed a warning in lesson_print_tree_link_menu function.
michaelpenne [Wed, 17 Nov 2004 01:02:14 +0000 (01:02 +0000)]
Changed the grading algorithm. Now it divides points earned by total points possible. Before was dividing points earned by max grade. Also updated essay grading to work much more reliably and fixed some formatting problems with essay emails.
stronk7 [Wed, 17 Nov 2004 00:14:34 +0000 (00:14 +0000)]
Just changing some parameters stuff to new functions...
See SC and Bug 1837
Merged from MOODLE_14_STABLE
stronk7 [Tue, 16 Nov 2004 23:36:35 +0000 (23:36 +0000)]
Print view isn't accesible if the activity is hidden.
Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837)
Merged from MOODLE_14_STABLE
stronk7 [Tue, 16 Nov 2004 23:12:21 +0000 (23:12 +0000)]
Header is out and "Site:" is in.
Partially solved Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837)
Merged from MOODLE_14_STABLE
rkingdon [Tue, 16 Nov 2004 20:49:25 +0000 (20:49 +0000)]
Stock comments can now contain single quotes.
stronk7 [Tue, 16 Nov 2004 17:30:45 +0000 (17:30 +0000)]
Now hidden sections are hidden completely from student view if
"invisible sections" are configured in course settings.
Patch sent by Geoff Wilbert. Thanks!
See Bug 2185
(http://moodle.org/bugs/bug.php?op=show&bugid=2185)
Merged from MOODLE_14_STABLE
mits [Tue, 16 Nov 2004 16:22:32 +0000 (16:22 +0000)]
translated some.
mjollnir_ [Tue, 16 Nov 2004 02:21:31 +0000 (02:21 +0000)]
Confirmation for deleting course categories
martignoni [Mon, 15 Nov 2004 21:56:09 +0000 (21:56 +0000)]
Changed $thischarset to iso-8859-1. Thanks to Koen!
rkingdon [Mon, 15 Nov 2004 19:10:52 +0000 (19:10 +0000)]
Fixed some error messages in assessments.php which gave the wrong table
(workshop_elements) should be workshop_grades.
rkingdon [Mon, 15 Nov 2004 18:18:43 +0000 (18:18 +0000)]
Fixed bug in the "checking for a rapid submission" code.
moodler [Mon, 15 Nov 2004 09:34:04 +0000 (09:34 +0000)]
Fixing up any references to obsolete language pack ma_nt
koenr [Mon, 15 Nov 2004 06:44:15 +0000 (06:44 +0000)]
typo
mits [Mon, 15 Nov 2004 06:25:40 +0000 (06:25 +0000)]
translated some.
aredkin [Mon, 15 Nov 2004 05:36:44 +0000 (05:36 +0000)]
*** empty log message ***
kaipe [Sat, 13 Nov 2004 19:25:13 +0000 (19:25 +0000)]
The previous update was supposed to be an enlargement of answer in quiz_responses (not quiz_answers)
It is now correct and the mistake never made it to the stable version :-)
koenr [Sat, 13 Nov 2004 18:56:50 +0000 (18:56 +0000)]
moving ma_nt to mi_nt where it should be
kaipe [Sat, 13 Nov 2004 18:51:47 +0000 (18:51 +0000)]
Fixed a typo that was introduced with revision 1.4 - I believe that revision must have been developed with some sort of script...
kaipe [Sat, 13 Nov 2004 18:29:25 +0000 (18:29 +0000)]
Changed to absolute path for reaching the questiontype dependent editing page layout file.
This should increase robustness - some installations have faced problems with the previously used relative references.
This fix should be merged with the stable branch asap
kaipe [Sat, 13 Nov 2004 18:18:06 +0000 (18:18 +0000)]
Fixed typo
mits [Sat, 13 Nov 2004 04:59:10 +0000 (04:59 +0000)]
translated new strings.
papita [Sat, 13 Nov 2004 02:50:06 +0000 (02:50 +0000)]
Latest changes for 1.4
rkingdon [Sat, 13 Nov 2004 01:00:17 +0000 (01:00 +0000)]
Display of current/final grades now has the individual lists order by
grade.
rkingdon [Fri, 12 Nov 2004 19:30:12 +0000 (19:30 +0000)]
Version
2004111000. This removes the unnecesary emails about grading of
assessments.
defacer [Fri, 12 Nov 2004 18:47:39 +0000 (18:47 +0000)]
Oops... fix for the fix :-)
defacer [Fri, 12 Nov 2004 18:44:54 +0000 (18:44 +0000)]
Fixed a warning which appears if you move a block to a
position which doesn't currently have any blocks.
defacer [Fri, 12 Nov 2004 18:39:25 +0000 (18:39 +0000)]
Pages/blocks code updates:
NEW: The code now supports dynamically plugging your own Pages and block position
identifiers into Moodle without messing with the main libraries at all.
UPDATE: Many functions in blocklib now use pass-by-reference for speed.
UPDATE: Class MoodlePage has been made more presentable and robust.
rkingdon [Fri, 12 Nov 2004 17:28:07 +0000 (17:28 +0000)]
Version
2004111000 of workshop.
rkingdon [Fri, 12 Nov 2004 17:26:49 +0000 (17:26 +0000)]
A few new strings for Version
2004111000.
rkingdon [Fri, 12 Nov 2004 17:24:56 +0000 (17:24 +0000)]
New help file; minor changes
koenr [Fri, 12 Nov 2004 17:09:51 +0000 (17:09 +0000)]
take 2: Albanian language pack
koenr [Thu, 11 Nov 2004 21:55:45 +0000 (21:55 +0000)]
filling in missing strings...
koenr [Thu, 11 Nov 2004 19:43:21 +0000 (19:43 +0000)]
adjusments for security and releasedate
bobopinna [Thu, 11 Nov 2004 14:25:59 +0000 (14:25 +0000)]
Patched a nav.event data model problem
moodler [Thu, 11 Nov 2004 12:07:08 +0000 (12:07 +0000)]
Changes for XHTML and accessibility compliance
koenr [Thu, 11 Nov 2004 09:47:55 +0000 (09:47 +0000)]
correction for =signup.php error see discussion http://moodle.org/mod/forum/discuss.php?d=14952#71422
bobopinna [Thu, 11 Nov 2004 08:21:22 +0000 (08:21 +0000)]
New version by Luca Arese
bobopinna [Thu, 11 Nov 2004 08:10:46 +0000 (08:10 +0000)]
New version by Luca Arese
moodler [Thu, 11 Nov 2004 08:10:01 +0000 (08:10 +0000)]
Merged fix from STABLE to hide hidden teachers in a course with separate groups
moodler [Thu, 11 Nov 2004 07:57:52 +0000 (07:57 +0000)]
Merged changes from STABLE
moodler [Thu, 11 Nov 2004 07:45:27 +0000 (07:45 +0000)]
More secure use of parameters, merged from stable
moodler [Thu, 11 Nov 2004 07:44:14 +0000 (07:44 +0000)]
Access fixes, merged from stable
moodler [Thu, 11 Nov 2004 07:42:04 +0000 (07:42 +0000)]
Merged changes from stable
carlesbellver [Thu, 11 Nov 2004 07:30:00 +0000 (07:30 +0000)]
*** empty log message ***
carlesbellver [Thu, 11 Nov 2004 07:22:59 +0000 (07:22 +0000)]
*** empty log message ***
moodler [Thu, 11 Nov 2004 07:06:21 +0000 (07:06 +0000)]
Upgraded release notes
moodler [Thu, 11 Nov 2004 07:03:53 +0000 (07:03 +0000)]
Merged from stable
moodler [Thu, 11 Nov 2004 06:51:53 +0000 (06:51 +0000)]
Merged payment fix from stable
moodler [Thu, 11 Nov 2004 02:22:08 +0000 (02:22 +0000)]
Merged fix to allow teacher to always take quiz
koenr [Wed, 10 Nov 2004 22:18:11 +0000 (22:18 +0000)]
changing thislanguage to NCR so it displays properly in the languagelist of utf-8 languages
Correcting the corrected correction ;-)
dhawes [Wed, 10 Nov 2004 16:43:57 +0000 (16:43 +0000)]
added comments and some spacing cleanup
moodler [Wed, 10 Nov 2004 15:48:48 +0000 (15:48 +0000)]
Merged fixes from stable
paca70 [Wed, 10 Nov 2004 14:22:32 +0000 (14:22 +0000)]
Updates/fixes from Mio Taalas.
moodler [Wed, 10 Nov 2004 14:19:40 +0000 (14:19 +0000)]
Merged removed notice from stable
mits [Wed, 10 Nov 2004 14:11:56 +0000 (14:11 +0000)]
Fixed a variable that had been accidentally lowercased ($CFG)
moodler [Wed, 10 Nov 2004 14:07:48 +0000 (14:07 +0000)]
Fix lowercased variable
moodler [Wed, 10 Nov 2004 14:06:20 +0000 (14:06 +0000)]
Merged robustness check from stable
carlesbellver [Wed, 10 Nov 2004 13:32:54 +0000 (13:32 +0000)]
*** empty log message ***
moodler [Wed, 10 Nov 2004 12:01:35 +0000 (12:01 +0000)]
Adding Arabic updates
paca70 [Wed, 10 Nov 2004 09:50:46 +0000 (09:50 +0000)]
Come corrections from Mio Taalas. Thanks.
mits [Wed, 10 Nov 2004 03:12:52 +0000 (03:12 +0000)]
translated some.
moodler [Wed, 10 Nov 2004 02:22:30 +0000 (02:22 +0000)]
Bumping up the number. Main reason is that I'm testing CVS mail
stronk7 [Tue, 9 Nov 2004 23:23:04 +0000 (23:23 +0000)]
Old-awaiting for 1.4.2 release changes in the glossary.
Now, print view is different for each format (consistent with it).
New, custom formats can, optionally, define their print view. Else
the default one will be used.
With this, 1.4.x glossary developments are finished and we can start
solving some pending things in 1.5...
Merged from MOODLE_14_STABLE
mjollnir_ [Tue, 9 Nov 2004 21:02:39 +0000 (21:02 +0000)]
glossary attachments fix to allow optional file upload
mits [Tue, 9 Nov 2004 16:43:44 +0000 (16:43 +0000)]
polished.
carlesbellver [Tue, 9 Nov 2004 12:48:57 +0000 (12:48 +0000)]
*** empty log message ***
defacer [Mon, 8 Nov 2004 19:36:07 +0000 (19:36 +0000)]
MAJOR CHANGES:
--------------
Brand-new pagelib.php at your disposal! It slices, it dices, it makes your coffee.
It still doesn't understand women... Read the comments in pagelib.php for a first
impression. Feedback highly encouraged!
Blocks code has undergone significant changes to work with Pages. Flexibility is its
middle name, since I think (without having tried it) that adding e.g. a third
placeholder for "center" blocks in courses, with full support for moving around etc,
will now take about 15 lines of new or edited code. If you are not impressed yet, I
suggest watching a documentary on solar physics. :P
MINOR CHANGES:
--------------
Added instance_allow_config() in the blocks class hierarchy to supplement per-instance
configuration options. You can override it to return true and thus get configuration
amenities without allowing multiple instances.
Minor polishing to comments and documentation (whatever caught my eye was game).
Tightened up some code here and there by utilizing all the new features.
BUGFIXES:
---------
A bug in restore_execute.html caused hidden blocks to not be restored at all.
paca70 [Mon, 8 Nov 2004 19:34:43 +0000 (19:34 +0000)]
Added missing string for ldap_opt_deref
defacer [Mon, 8 Nov 2004 19:21:23 +0000 (19:21 +0000)]
Latest changes for the blocks/pages features.
NOTE TO TRANSLATORS: Please do not be quick to translate this. It may still change.
defacer [Mon, 8 Nov 2004 19:18:19 +0000 (19:18 +0000)]
Bugfix: The table prefix_block in blocks/db/postgres7.sql was incorrectly constructed as prefix_block.
Thanks to Penny Leach for pointing it out.
paca70 [Mon, 8 Nov 2004 18:13:00 +0000 (18:13 +0000)]
Allow config how aliases are derefered.
moodler [Mon, 8 Nov 2004 15:08:19 +0000 (15:08 +0000)]
Very early version of Shibboleth plugin, looking for feedback
bobopinna [Mon, 8 Nov 2004 13:34:20 +0000 (13:34 +0000)]
Translated by Luca Arese
paca70 [Mon, 8 Nov 2004 10:55:57 +0000 (10:55 +0000)]
Prevent error messages when username is not member of group
carlesbellver [Mon, 8 Nov 2004 09:46:30 +0000 (09:46 +0000)]
*** empty log message ***