[moodle] / moodle / mod / assignment / db / upgrade.php Repository:

Log of /moodle/mod/assignment/db/upgrade.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 21:21:57 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Aug 18 13:01:20 2009 WST (7 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
MDL-19803 Upgraded calls to helpbutton, print_simple_box* and notify

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri May 1 09:19:18 2009 WST (10 months, 2 weeks ago) by stronk7
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Apr 21 02:55:27 2009 WST (10 months, 4 weeks ago) by skodak
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
MDL-18910 normalised module intro and introformat

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Apr 21 02:28:50 2009 WST (10 months, 4 weeks ago) by skodak
Branch: MAIN
Changes since 1.28: +27 -1 lines
Diff to previous 1.28
MDL-18910 normalised module intro and introformat

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 01:52:55 2009 WST (14 months ago) by skodak
Branch: MAIN
Changes since 1.27: +1 -4 lines
Diff to previous 1.27
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 06:36:33 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
MDL-16075, MDL-16072, MDL-15094 fixing last commit, missed version bumps in upgrade.php

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 06:26:38 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.25: +3 -4 lines
Diff to previous 1.25
MDL-15904 fixed pg problem

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 03:49:44 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
whitespace fix

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 03:12:25 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
MDL-15904 incorrect use of count sql fixed

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 02:24:03 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.22: +4 -24 lines
Diff to previous 1.22
MDL-15904 simplified moddata cleanup

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 02:13:38 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.21: +13 -11 lines
Diff to previous 1.21
MDL-15904 oops - fixed assignment upgrade migration

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 21:59:23 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
comment typo

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 21:32:37 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
MDL-15904 fixed problem in interrupted assignment file migration

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 20:16:06 2008 WST (19 months ago) by skodak
Branch: MAIN
Changes since 1.18: +10 -10 lines
Diff to previous 1.18
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 06:15:34 2008 WST (19 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.17: +119 -1 lines
Diff to previous 1.17
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib  related file improvements MDL-15906

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:01:50 2008 WST (19 months, 2 weeks ago) by moodler
Branch: MAIN
Changes since 1.16: +1 -10 lines
Diff to previous 1.16
MDL-10107   Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 16:38:07 2008 WST (19 months, 3 weeks ago) by moodler
Branch: MAIN
Changes since 1.15: +10 -1 lines
Diff to previous 1.15
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.

This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)

This code is not finished yet, a lot of work still has to be done on the
interface.  However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 07:35:53 2008 WST (20 months, 3 weeks ago) by skodak
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 18:32:53 2008 WST (21 months ago) by skodak
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri May 16 05:40:09 2008 WST (22 months ago) by skodak
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
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

Revision 1.7.2.5 - (view) (download) (annotate) - [select for diffs]
Fri May 2 04:37:22 2008 WST (22 months, 2 weeks ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_191, MOODLE_192, MOODLE_193, MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Changes since 1.7.2.4: +3 -1 lines
Diff to previous 1.7.2.4 , to branch point 1.7 , to next main 1.33
MDL-14451 removing old upgrade code from HEAD and marking upgrade line in 19 stable

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri May 2 04:37:04 2008 WST (22 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.11: +2 -24 lines
Diff to previous 1.11
MDL-14451 removing old upgrade code from HEAD and marking upgrade line in 19 stable

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 08:20:00 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
MDL-13899 force resending of all assignment grades into gradebook so that the submitted and graded dates get updated; merged from MOODLE_19_STABLE

Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 08:19:00 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.7.2.3: +2 -2 lines
Diff to previous 1.7.2.3 , to branch point 1.7
MDL-13899 force resending of all assignment grades into gradebook so that the submitted and graded dates get updated

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 03:52:39 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE

Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 03:51:50 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.7.2.2: +2 -1 lines
Diff to previous 1.7.2.2 , to branch point 1.7
MDL-13920 adding warning that regrading of assignments may take a while

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 23:54:43 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.8: +10 -9 lines
Diff to previous 1.8
MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page; merged from MOODLE_19_STABLE

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 23:54:07 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.7.2.1: +10 -9 lines
Diff to previous 1.7.2.1 , to branch point 1.7
MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 22:34:17 2008 WST (2 years ago) by skodak
Branch: MAIN
Changes since 1.7: +7 -1 lines
Diff to previous 1.7
MDL-9657  advanced upload assignment draft tracking now available as activity setting; merged from MOODLE_19_STABLE

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 22:33:27 2008 WST (2 years ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_19
Changes since 1.7: +7 -1 lines
Diff to previous 1.7
MDL-9657  advanced upload assignment draft tracking now available as activity setting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 06:20:17 2007 WST (2 years, 6 months ago) by stronk7
Branch: MAIN
CVS Tags: MOODLE_19_BETA
Branch point for: MOODLE_19_STABLE
Changes since 1.6: +19 -1 lines
Diff to previous 1.6
Now assignment_submissions->data1 & data2 are nullable. MDL-11268

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 05:43:55 2007 WST (2 years, 7 months ago) by skodak
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 06:58:41 2007 WST (2 years, 9 months ago) by skodak
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 17:10:53 2007 WST (2 years, 9 months ago) by skodak
Branch: MAIN
Changes since 1.3: +6 -31 lines
Diff to previous 1.3
MDL-9545 refactoring of grading code in assignment, whitespace cleanup

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue May 29 08:56:47 2007 WST (2 years, 9 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
MDL-9317 Applying Petr's second patch

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon May 28 16:55:20 2007 WST (2 years, 9 months ago) by skodak
Branch: MAIN
Changes since 1.1: +33 -9 lines
Diff to previous 1.1
MDL-9632; MDL-9545 basic assignment grading support - event triggers implemented + some minor cleanup

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 01:43:05 2006 WST (3 years, 4 months ago) by stronk7
Branch: MOODLE_17_STABLE
CVS Tags: MOODLE_17, MOODLE_171, MOODLE_172, MOODLE_173, MOODLE_174, MOODLE_175, MOODLE_176, MOODLE_177, MOODLE_17_BETA2, MOODLE_17_MERGED, MOODLE_17_WEEKLY
Changes since 1.1.2.1: +38 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.33
New upgrade.php file added for this module. MDL-7214

Merged from HEAD

Revision 1.1.2.1
Fri Oct 27 01:33:40 2006 WST (3 years, 4 months ago) by stronk7
Branch: MOODLE_17_STABLE
Changes since 1.1: +0 -38 lines
FILE REMOVED
file upgrade.php was added on branch MOODLE_17_STABLE on 2006-10-26 17:43:05 +0000

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 01:33:40 2006 WST (3 years, 4 months ago) by stronk7
Branch: MAIN
CVS Tags: MOODLE_18, MOODLE_181, MOODLE_1810, MOODLE_1811, MOODLE_182, MOODLE_183, MOODLE_184, MOODLE_185, MOODLE_186, MOODLE_187, MOODLE_188, MOODLE_189, MOODLE_18_BETA, MOODLE_18_GROUPS_PRE, MOODLE_18_GROUPS_PRE_MERGE, MOODLE_18_MERGED, MOODLE_18_WEEKLY
Branch point for: MOODLE_17_STABLE, MOODLE_18_GROUPS, MOODLE_18_STABLE
New upgrade.php file added for this module. MDL-7214

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.10