Commit Graph

85 Commits

Author SHA1 Message Date
69b80cc2eb 4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863 2008-05-22 00:09:59 +00:00
a8cb94f66f MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +00:00
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
012912655a Rename lesson usegrademax to usemaxgrade because some old sites can be using the wrong one. MDL-13177 ; merged from 19_STABLE 2008-01-27 15:39:05 +00:00
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
42ff9ce68b MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too) 2007-07-22 21:43:47 +00:00
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
92bcca38cd MDL-9550 Implement calls of grade_update() function in Lesson 2007-06-11 11:25:24 +00:00
01e617739f OK, so I flip-flopped on this - reverting to previous number. For some users, this db update will fire off twice, luckily there is no harm in doing this. 2007-02-23 17:57:46 +00:00
380b9ab6fe Incorrectly merged version and db/upgrade.php - cannot downgrade the version, but fixing the version number here 2007-02-23 17:36:45 +00:00
ff99f91a08 Merging fix for MDL-8637 2007-02-23 17:31:05 +00:00
2585a68d54 Merged from 1.8. 2007-02-16 08:46:55 +00:00
7a8137e9d7 Merged fix for MDL-8390 from MOODLE_17_STABLE branch 2007-02-02 03:45:02 +00:00
f58938b5a7 Restoring one deleted by error }. Grrr.
Merged from MOODLE_17_STABLE
2007-01-31 18:46:14 +00:00
8a88bce5ac Changing nullability of field response on table lesson_answers to null.
Versions in 17_STABLE are the same, so no problems. MDL-8351

Merged from MOODLE_17_STABLE
2007-01-31 18:40:14 +00:00
f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
5d0fc5c33d Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
3aac1dc9a0 Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
b8a342d7ac New upgrade.php file added for this module. MDL-7214 2006-10-26 17:33:40 +00:00
2d5a4f255b Merged fixes for MDL-6907 from stable 2006-10-11 06:21:58 +00:00
b695b9106b Typo recently introduced. MDL-6336
(merged from MOODLE_16_STABLE)
2006-10-06 15:03:46 +00:00
837bde0cc0 fix for MDL-6336 2006-10-06 08:26:37 +00:00
94bcea7983 Removed mod/lesson:view 2006-09-22 02:58:39 +00:00
eef868d17d major whitespace cleanup - fixed trailng whitespace in new files and admin area 2006-09-20 21:00:45 +00:00
21b6db6eff added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum 2006-09-18 21:32:49 +00:00
62bb11d837 Added display default feedback in lesson settings
Led to reducing some redundant code in action/continue.php
Also, a bug fix in locallib.php for function lesson_print_submit_link (needed to add slashes or else js would break)
2006-09-18 01:31:35 +00:00
00adf177ad Changed some default permissions for the guest role 2006-09-12 05:58:42 +00:00
6e1ff5c8fb MDL-6477: Added roles support.
Also added lesson_set_message() and lesson_print_message() to locallib.php
Also fixed problem in continue.html with not printing nextpageid
2006-09-08 23:17:18 +00:00
a5ea2dc334 Solved one wrong field declaration in lesson_grades 2006-08-25 17:02:04 +00:00
401846cca7 XMLDB schema initial commit for the lesson module 2006-08-11 17:56:18 +00:00
a8ff58dd2c merging changes from MOODLE_16_STABLE 2006-07-31 18:10:02 +00:00
3280c9fcc4 merged fix for 5648, utf8 migration problem 2006-05-30 02:51:52 +00:00
2a0f40e98c mod/choice mod/lesson mod/scorm moodle16cleanup: Added notification
for cleanup that may fail if one is starting fresh from moodle 1.5.3+,
previous cleanup before 1.5.3 is not needed
2006-05-17 06:42:57 +00:00
7a3a4cff54 moodle16cleanup: mod/lesson drop unused table lesson_essay, set the
correct column datatype and default value
2006-05-17 06:34:50 +00:00
02f071d147 lesson_default table had become out of synch with the lesson table. Needed to add new columns.
Updated backup and restore to include the new values

Fixed a bug in restore where it would restore 1 lesson_default per lesson.  Now only stores one per course.

Went through all the backuplib.php, restorelib.php, mysql.sql and postgres7.sql to make sure everything was in synch and being backed up and restored.
2006-05-01 19:02:38 +00:00
670b1364a0 Fixed inserts for log_display. 2006-04-24 08:26:33 +00:00
998cc5b645 Added default values for not nulls. 2006-04-13 03:19:00 +00:00
d3fa8cfb9d Added default values for not nulls 2006-04-13 03:16:41 +00:00
5e3572ff0b Added default values for not nulls. 2006-04-13 03:11:32 +00:00
97d2756c65 [New Feature] Tabbed navigation added to lesson (similar to quiz)
[Added] Graceful fails added to view.php, essay grading, and reports
[Changed] got rid of a lot of references to $_POST/GET/REQUEST
[Fixed] In reports, it required teacheredit, should only be teacher
[Changed] High scores - teachers can actually see them!  Also, improved output by using print_table and print_heading
[Changed] Grade essays now uses fullname() to print user names
2006-03-25 21:38:57 +00:00
cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
38b7336ed1 short php tags 2006-03-07 21:35:13 +00:00
f841494c62 see changes for admin/utfdbmigrate.php 2006-02-24 08:20:13 +00:00
136b6ab33f changed to use utfconvert function 2006-01-31 02:15:21 +00:00
12836b50a4 a lot of bug fixes 2006-01-19 06:45:14 +00:00
f6691427d9 Added default values where needed for columns in the MySQL creation script mysql.sql.
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.

Committed by vyshane
2006-01-17 07:37:29 +00:00
e8f7b20f9a more bug fixes =( 2006-01-13 07:24:43 +00:00
7c5406967d some bug fixes 2006-01-12 02:39:13 +00:00
c8ee027b0e added 2 fields in xml, addindex and dropindex, and bug fixes 2006-01-11 01:46:22 +00:00
1e4d9ff6dc utf8 migration support scripts 2006-01-09 06:06:49 +00:00