]>
git.mjollnir.org Git - moodle.git/log
thepurpleblob [Mon, 30 Jun 2008 14:55:48 +0000 (14:55 +0000)]
MDL-15476
Can now override the public key lifetime by specificying value
for $CFG->mnetkeylifetime in config.php
Merged from STABLE_19
thepurpleblob [Mon, 30 Jun 2008 14:16:39 +0000 (14:16 +0000)]
MDL-14793
Added some debugging messages, if anything fails.
Merged from STABLE_19
skodak [Mon, 30 Jun 2008 13:24:42 +0000 (13:24 +0000)]
fixed dml conversion typo
jamiesensei [Mon, 30 Jun 2008 11:53:47 +0000 (11:53 +0000)]
MDL-15198 "non-standard sql in reportlib.php" fixed this with new sql that does not require a limit clause.
dongsheng [Mon, 30 Jun 2008 11:12:23 +0000 (11:12 +0000)]
"MDL-15349, in moodle 2.0, curl lib is required"
dongsheng [Mon, 30 Jun 2008 11:00:42 +0000 (11:00 +0000)]
"MDL-15470, create repository database table"
scyrma [Mon, 30 Jun 2008 09:04:07 +0000 (09:04 +0000)]
MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
dongsheng [Mon, 30 Jun 2008 07:10:13 +0000 (07:10 +0000)]
"MDL-15350, boxnet plug-in worked now"
ikawhero [Mon, 30 Jun 2008 06:08:57 +0000 (06:08 +0000)]
MDL-13000 minor fix merged from MOODLE_19_STABLE
dongsheng [Mon, 30 Jun 2008 05:24:00 +0000 (05:24 +0000)]
"MDL-15348, get options from database"
dongsheng [Mon, 30 Jun 2008 05:22:00 +0000 (05:22 +0000)]
"MDL-15350, change classname here"
scyrma [Mon, 30 Jun 2008 01:51:45 +0000 (01:51 +0000)]
MDL-15392: preventing duplicate #id in blog entries list
moodlerobot [Mon, 30 Jun 2008 01:36:26 +0000 (01:36 +0000)]
Updated the HEAD build version to
20080630
moodlerobot [Mon, 30 Jun 2008 01:16:52 +0000 (01:16 +0000)]
Automatic installer.php lang files by installer_builder (
20080630 )
moodlerobot [Sun, 29 Jun 2008 01:28:42 +0000 (01:28 +0000)]
Updated the HEAD build version to
20080629
stronk7 [Sat, 28 Jun 2008 21:09:10 +0000 (21:09 +0000)]
Check for ints being inserted into text (clob) fieds to cast them to string.
Affects insert_record(), update_record() and set_field_xx(). MDL-15460
stronk7 [Sat, 28 Jun 2008 19:04:25 +0000 (19:04 +0000)]
CEIL() uses fixed with new DML stuff. MDL-15336
stronk7 [Sat, 28 Jun 2008 18:25:25 +0000 (18:25 +0000)]
Added sql_ceil() helper method. MDL-15336
skodak [Sat, 28 Jun 2008 11:10:33 +0000 (11:10 +0000)]
MDL-15455 fixed incomplete dml query conversion
moodlerobot [Sat, 28 Jun 2008 01:31:42 +0000 (01:31 +0000)]
Updated the HEAD build version to
20080628
tjhunt [Fri, 27 Jun 2008 18:04:48 +0000 (18:04 +0000)]
MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase
Part one, a first cut of a summary page, along with some classes that will allow me to eliminate more duplicated code between the new page, attempt.php and review.php.
tjhunt [Fri, 27 Jun 2008 17:28:22 +0000 (17:28 +0000)]
Fix typo.
thepurpleblob [Fri, 27 Jun 2008 13:12:21 +0000 (13:12 +0000)]
MDL-15447
Admin search option only shown if user has moodle/site:config capability
Merged from STABLE_19
jamiesensei [Fri, 27 Jun 2008 10:54:45 +0000 (10:54 +0000)]
MDL-15113 "Upgrade to DMLLIB 2.0." Fixed a call to a dml lib function where two of the params were the wrong way round which was causing a fatal error.
dongsheng [Fri, 27 Jun 2008 08:52:54 +0000 (08:52 +0000)]
MDL-15348, initial revision of file picker.
dongsheng [Fri, 27 Jun 2008 06:26:36 +0000 (06:26 +0000)]
"MDL-15349, fix print_list"
dongsheng [Fri, 27 Jun 2008 06:19:40 +0000 (06:19 +0000)]
MDL-15350, Initial Revision of boxnet plugin
moodler [Fri, 27 Jun 2008 05:48:24 +0000 (05:48 +0000)]
Just a little bit of code cleaning-up while reading
scyrma [Fri, 27 Jun 2008 04:02:31 +0000 (04:02 +0000)]
MDL-15392: fix output sanitization and put permalink back, in a xhtml-strict compliant way. (Merge from 1.9)
moodler [Fri, 27 Jun 2008 03:35:22 +0000 (03:35 +0000)]
MDL-15413 Merged prevention of direct access from 1.9
dongsheng [Fri, 27 Jun 2008 03:35:18 +0000 (03:35 +0000)]
Remove repository.class.php, the code is moved to lib.php
dongsheng [Fri, 27 Jun 2008 03:33:40 +0000 (03:33 +0000)]
"MDL-15349, move base class to lib.php, add 2 class members"
dongsheng [Fri, 27 Jun 2008 03:12:56 +0000 (03:12 +0000)]
"MDL-10633, fix dobule quote in calendar, merged from MOODLE_19_STABLE"
scyrma [Fri, 27 Jun 2008 03:00:29 +0000 (03:00 +0000)]
MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code.
moodlerobot [Fri, 27 Jun 2008 01:33:00 +0000 (01:33 +0000)]
Updated the HEAD build version to
20080627
stronk7 [Thu, 26 Jun 2008 22:18:56 +0000 (22:18 +0000)]
Statistics generation fixed in HEAD (from 19_STABLE) ; MDL-13861
stronk7 [Thu, 26 Jun 2008 18:27:22 +0000 (18:27 +0000)]
Adding new sql_null_from_clause() helper function from 19_STABLE. MDL-13861
tjhunt [Thu, 26 Jun 2008 13:13:06 +0000 (13:13 +0000)]
MDL-15139 - Cannot create Random Short Answer questions becuase the validation code is buggy. Fix thanks to Paul-Andre Chasse.
dongsheng [Thu, 26 Jun 2008 08:59:20 +0000 (08:59 +0000)]
"MDL-15424, fix html tag"
robertall [Thu, 26 Jun 2008 08:07:05 +0000 (08:07 +0000)]
[MDL-15423] Remove useless latlong formatting operations. Merged from MOODLE_19_STABLE.
dongsheng [Thu, 26 Jun 2008 07:42:28 +0000 (07:42 +0000)]
"MDL-15349, add missing fields"
dongsheng [Thu, 26 Jun 2008 06:21:32 +0000 (06:21 +0000)]
"MDL-13368, improve ufo.js to HEAD, backport to 1.9 later"
robertall [Thu, 26 Jun 2008 06:15:55 +0000 (06:15 +0000)]
[MDL-14440] Show latlong field at list and single view in a prettier way. Merged from MOODLE_19_STABLE.
dongsheng [Thu, 26 Jun 2008 04:45:35 +0000 (04:45 +0000)]
"MDL-15349, the base repository class"
moodlerobot [Thu, 26 Jun 2008 01:38:58 +0000 (01:38 +0000)]
Updated the HEAD build version to
20080626
moodlerobot [Thu, 26 Jun 2008 01:19:57 +0000 (01:19 +0000)]
Automatic installer.php lang files by installer_builder (
20080626 )
Francois Marier [Wed, 25 Jun 2008 17:31:23 +0000 (17:31 +0000)]
Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
robertall [Wed, 25 Jun 2008 17:31:23 +0000 (17:31 +0000)]
[MDL-14129] s/invild/invalid/ from previous commit
mudrd8mz [Wed, 25 Jun 2008 15:45:21 +0000 (15:45 +0000)]
MDL-15387 Always add_to_log() even in case blocks are showing. Merged from MOODLE_19_STABLE
dongsheng [Wed, 25 Jun 2008 14:52:39 +0000 (14:52 +0000)]
"MDL-14129, fix print_error"
robertall [Wed, 25 Jun 2008 10:20:01 +0000 (10:20 +0000)]
[MDL-15298] Avoid printing a warning if debugging is enabled
moodler [Wed, 25 Jun 2008 08:45:53 +0000 (08:45 +0000)]
Merged from 1.9, added a little check to avoid notices
moodler [Wed, 25 Jun 2008 08:09:25 +0000 (08:09 +0000)]
Base classes and lib.php file MDL-15347
skodak [Wed, 25 Jun 2008 07:36:37 +0000 (07:36 +0000)]
MDL-15372 fixed comment typo
skodak [Wed, 25 Jun 2008 07:30:41 +0000 (07:30 +0000)]
MDL-15372 fixed incorrect merging to HEAD causing fatal errors, because new dml api was not used
moodler [Wed, 25 Jun 2008 07:25:39 +0000 (07:25 +0000)]
Making a start http://www.mae.ncsu.edu/EBIII/02-27-08-State_Leaders_Break_Ground.jpg
jerome [Wed, 25 Jun 2008 03:26:08 +0000 (03:26 +0000)]
MDL-14635 remove tags from glossary block help, merged from 19
dongsheng [Wed, 25 Jun 2008 02:18:55 +0000 (02:18 +0000)]
"MDL-8642, see tracker, merged from MOODLE_19_STABLE"
moodlerobot [Wed, 25 Jun 2008 01:36:07 +0000 (01:36 +0000)]
Updated the HEAD build version to
20080625
skodak [Tue, 24 Jun 2008 22:10:30 +0000 (22:10 +0000)]
MDL-15398 reverting previous incorrect patch
skodak [Tue, 24 Jun 2008 21:57:39 +0000 (21:57 +0000)]
MDL-15304 fixed magic quotes issue merged from 19
jamiesensei [Tue, 24 Jun 2008 16:36:44 +0000 (16:36 +0000)]
MDL-15393 "show group name in drop down select for what to show in report" AND MDL-15394 "disable showing 'all attempts' and remove option from drop down box in form if there is a group selected"
wildgirl [Tue, 24 Jun 2008 15:09:44 +0000 (15:09 +0000)]
lang string typo fixes
jamiesensei [Tue, 24 Jun 2008 12:32:23 +0000 (12:32 +0000)]
MDL-15309 "Switch role to student, take quiz, can't delete attempt" switching default of overview report to show all attempts whether or not the attempt is for a currently enrolled student.
Merged from 1.9 branch.
jamiesensei [Tue, 24 Jun 2008 12:18:47 +0000 (12:18 +0000)]
MDL-15378 "Quizz: sql error if not student in the group" now have extra logic to not display the table if there are no students at all or in current group - still displaying form and graph were appropriate.
Merged from 1.9 branch
jamiesensei [Tue, 24 Jun 2008 09:22:30 +0000 (09:22 +0000)]
MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" again a small change to how we do this.
jamiesensei [Tue, 24 Jun 2008 08:59:29 +0000 (08:59 +0000)]
MDL-15384 'change name of quiz report classes to "quiz_{reportname}_report"' easy to do, changed class name of all reports and changed the code in report.php which instantiates the correct class.
dongsheng [Tue, 24 Jun 2008 06:03:50 +0000 (06:03 +0000)]
"MDL-15380, see tracker"
moodlerobot [Tue, 24 Jun 2008 01:35:12 +0000 (01:35 +0000)]
Updated the HEAD build version to
20080624
moodlerobot [Tue, 24 Jun 2008 01:18:24 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080624 )
skodak [Mon, 23 Jun 2008 21:23:28 +0000 (21:23 +0000)]
MDL-15376 remove unchecked vars tests
skodak [Mon, 23 Jun 2008 21:18:08 +0000 (21:18 +0000)]
removed < PHP 4.4.0 compatibility hack
tjhunt [Mon, 23 Jun 2008 17:02:21 +0000 (17:02 +0000)]
MDL-15372 - Links in course summary and section summaries not recoded on restore. Petr thinks it is a bad idea to recode links in course summaries, becuase he thinks there should not be links there at all, but I disagree, and as long as links are there, and we have the code to stop them breaking on backup and restore, we should fix the bug.
tjhunt [Mon, 23 Jun 2008 14:34:56 +0000 (14:34 +0000)]
MDL-13229 - Cannot export group events - now make it export group events if 'all' is selected - Oops, allow for course without groups.
dongsheng [Mon, 23 Jun 2008 05:43:05 +0000 (05:43 +0000)]
"MDL-15311, remove extra enter"
scyrma [Mon, 23 Jun 2008 04:31:41 +0000 (04:31 +0000)]
MDL-15345: prevent problem while running tag_compute_correlations under pgsql. (merge from 1.9)
moodlerobot [Mon, 23 Jun 2008 01:32:55 +0000 (01:32 +0000)]
Updated the HEAD build version to
20080623
moodlerobot [Mon, 23 Jun 2008 01:14:35 +0000 (01:14 +0000)]
Automatic installer.php lang files by installer_builder (
20080623 )
skodak [Sun, 22 Jun 2008 23:35:52 +0000 (23:35 +0000)]
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)
skodak [Sun, 22 Jun 2008 22:53:40 +0000 (22:53 +0000)]
MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation
skodak [Sun, 22 Jun 2008 22:32:16 +0000 (22:32 +0000)]
MDL-15071 fixed typo
skodak [Sun, 22 Jun 2008 22:05:59 +0000 (22:05 +0000)]
MDL-15071 fixed problem introduced into submitted patch
skodak [Sun, 22 Jun 2008 21:35:07 +0000 (21:35 +0000)]
MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)
skodak [Sun, 22 Jun 2008 20:42:19 +0000 (20:42 +0000)]
MDL-15071 sqlite compatibility fix - by Andrei Bautu
stronk7 [Sun, 22 Jun 2008 18:26:55 +0000 (18:26 +0000)]
MDL-14956 DDL exceptions (code suggested by XMLDB Editor)
agrabs [Sun, 22 Jun 2008 18:14:42 +0000 (18:14 +0000)]
MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback
agrabs [Sun, 22 Jun 2008 18:06:14 +0000 (18:06 +0000)]
MDL-14780 Show analysis to students setting does not reflect roles aliases
agrabs [Sun, 22 Jun 2008 18:02:54 +0000 (18:02 +0000)]
MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback
skodak [Sun, 22 Jun 2008 16:51:55 +0000 (16:51 +0000)]
MDL-14956 DDL exceptions
agrabs [Sun, 22 Jun 2008 16:49:06 +0000 (16:49 +0000)]
MDL-15107 feedback dml conversion
jamiesensei [Sun, 22 Jun 2008 12:57:44 +0000 (12:57 +0000)]
Fixing typo introduced in 1.298 version of this file.
skodak [Sun, 22 Jun 2008 12:35:15 +0000 (12:35 +0000)]
MDL-14956 removed some tests from create table method - no need to check if something exists in table if table itself does not exist yet
skodak [Sun, 22 Jun 2008 11:56:01 +0000 (11:56 +0000)]
MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449
jamiesensei [Sun, 22 Jun 2008 09:30:02 +0000 (09:30 +0000)]
MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" small change to how we do this.
moodlerobot [Sun, 22 Jun 2008 01:33:27 +0000 (01:33 +0000)]
Updated the HEAD build version to
20080622
jamiesensei [Sat, 21 Jun 2008 16:35:26 +0000 (16:35 +0000)]
CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB. Ooops, and adding DB as global variable in method.
jamiesensei [Sat, 21 Jun 2008 16:33:55 +0000 (16:33 +0000)]
CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB.
moodlerobot [Sat, 21 Jun 2008 01:35:09 +0000 (01:35 +0000)]
Updated the HEAD build version to
20080621
moodlerobot [Sat, 21 Jun 2008 01:16:58 +0000 (01:16 +0000)]
Automatic installer.php lang files by installer_builder (
20080621 )
gbateson [Fri, 20 Jun 2008 22:59:36 +0000 (22:59 +0000)]
added hidden "summarysource" field when updating a HotPot. This fixes "undefined property" error from mod/hotpot/lib.php