jamiesensei
9859e26cc0
MDL-14208 "add cron routine to clean up cache records"
2008-07-24 17:45:01 +00:00
jamiesensei
d1789d5d64
MDL-14208 Cache results of calculations, "recompute now" functionality -- added message about when the stats were last calculated and how many attempts there have been since then and a recompute now button.
2008-07-24 17:42:06 +00:00
jamiesensei
17f1782c12
MDL-15818 "allow quiz reports to register cron routines" - Quiz reports can now include files cron.php which include functions quiz_report_{reportname}_cron that will be executed from the moodle cron. They must also modify their quiz_report record to set cron to the number of seconds between cron execution.
2008-07-24 17:36:33 +00:00
jamiesensei
daae98e118
MDL-14216 "change query to work on Postgres." - some adjustments to make it work on mysql again too.
2008-07-24 16:10:26 +00:00
tjhunt
1e98b864e5
MDL-14216 - change query to work on Postgres.
2008-07-24 15:34:15 +00:00
jamiesensei
c1f41c59b7
MDL-15813 "return params or a param from moodle_url params and param method when no value is passed to method to set url param(s)."
...
Methods param and params can now be used in the following ways :
$url->params(); // returns params
$url->params($arrayofnewparams);// add params to url params and then returns all the params.
//--
$url->param('id');//returns value of id param.
$url->param('id', 5); set id param to 5.
2008-07-24 15:22:31 +00:00
nicolasconnault
876c7b831e
MDL-14247 Applying Katja's fix. Thanks! Merging from MOODLE_19_STABLE
2008-07-24 14:02:48 +00:00
nicolasconnault
b958e94122
MDL-14731 Improved Bryce's patch and applied. YUI version number is kept in a simple version.php file, to be updated manually when updating the YUI libraries.
2008-07-24 13:37:05 +00:00
jamiesensei
71a2b878fa
MDL-14208 'Improvement of Item Analysis Report : Cache results of calculations, "recompute now" functionality' - using new tables to cache stats results.
2008-07-24 13:25:07 +00:00
tjhunt
23277af8f1
MDL-14216 - change query to work on Postgres.
2008-07-24 12:58:05 +00:00
nicolasconnault
9fed64fa19
MDL-15808 Applying Andrei's patch
2008-07-24 12:21:19 +00:00
skodak
09803dfcb0
MDL-15809 fixed js errors on group members page; merged from MOODLE_19_STABLE
2008-07-24 11:41:06 +00:00
skodak
d854aaa6b6
MDL-15804 yet more space for editor area; merged from MOODLE_19_STABLE
2008-07-24 11:13:01 +00:00
nicolasconnault
0ad7d5af3f
MDL-15204 Removing the lib/simpletestlib/simpletest folder, which was a mistake
2008-07-24 09:27:06 +00:00
moodler
539dba3b52
MDL-10107 Fixing up navigation on edit page
2008-07-24 08:57:32 +00:00
moodler
83cdf008e7
MDL-10107 Missed a file
2008-07-24 08:45:01 +00:00
moodler
3b120e464f
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.
2008-07-24 08:38:03 +00:00
scyrma
09f295fde8
MDL-14741: better default layout for buttons and added new moodlenolink plugin
2008-07-24 07:47:44 +00:00
scyrma
59860b90d6
MDL-14741: created a 'nolink' plugin for tinymce.
2008-07-24 07:46:28 +00:00
dongsheng
a4df52d290
MDL-13766, fix a invalid javascript call in thumbview.
2008-07-24 07:08:22 +00:00
dongsheng
0b030eade3
MDL-13766, press "create" button to create 2 repository instances.
2008-07-24 06:04:13 +00:00
skodak
9da321f728
MDL-15804 smaller online assignment text box size; merged from MOODLE_19_STABLE
2008-07-24 06:02:31 +00:00
dongsheng
6346dda358
MDL-14650, fix the problem of upgrade script
2008-07-24 05:28:56 +00:00
dongsheng
9afff849e1
MDL-14129, remove 2 error()s in course and blog module
2008-07-24 04:59:29 +00:00
dongsheng
ac93d63d2a
MDL-14129, remove error() in question module
2008-07-24 04:20:44 +00:00
scyrma
801f475409
MDL-14741: remove unnecessary link to missing stylesheet
2008-07-24 03:43:40 +00:00
dongsheng
6e5f40eadc
MDL-14650, create a new table chat_messages_current
to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function
2008-07-24 03:15:03 +00:00
moodlerobot
bf97c70184
Updated the HEAD build version to 20080724
2008-07-24 01:35:17 +00:00
stronk7
ce503f3923
Course page blocks are lost when restoring 1.3 and 1.4 backups. MDL-15803 ; merged from 19_STABLE
2008-07-23 22:47:47 +00:00
skodak
3a0c6cca33
MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE
2008-07-23 16:10:06 +00:00
thepurpleblob
488aa8f8a5
MDL-13925
...
Was not handling adding subcategories properly. Thanks to Dennis Protzek for the patch.
Merged from STABLE_19
2008-07-23 14:36:10 +00:00
thepurpleblob
e1eaf071e3
MDL-14566
...
Misused get_role_users() was not returning users assigned in parent categories
Merged from STABLE_19
2008-07-23 13:18:49 +00:00
dongsheng
99d99cff1b
MDL-13766, rewrite ajax client code, encapsulate all javascrpt code in repository class, which is easy to reuse now.
2008-07-23 12:17:38 +00:00
tjhunt
bbf795dfde
MDL-15792 - Images in question don't display. This is a regression from MDL-14279. Fix thanks to Yolanda Ordez Rufat.
2008-07-23 10:32:35 +00:00
scyrma
d602f3b5a6
MDL-14741: Use a more neutral default skin.
2008-07-23 08:32:57 +00:00
nicolasconnault
f85509b59c
MDL-15682 Fixed, merged from MOODLE_19_STABLE
2008-07-23 05:23:43 +00:00
dongsheng
bf1fccf02b
MDL-13766, use exception model to report error.
2008-07-23 04:43:53 +00:00
dongsheng
a2353e9b0b
MDL-15565, fix bug of maintenance mode alert reminder
2008-07-23 03:18:02 +00:00
moodlerobot
65e8e9dc0a
Updated the HEAD build version to 20080723
2008-07-23 01:36:51 +00:00
piers
52005f3455
MDL-7323 AICC Import does not handle Core_Vendor - applied patch from Keith Starling (thanks).
2008-07-23 01:32:12 +00:00
moodlerobot
57b3a7ad71
Automatic installer.php lang files by installer_builder (20080723)
2008-07-23 01:18:39 +00:00
piers
878aaab9eb
MDL-9077 switch from client to server side validation for reference field as client side not supported for this type (file upload name).
2008-07-23 00:32:54 +00:00
agrabs
da32999653
MDL-15787 Using hidden feedbacks on front page
2008-07-22 22:28:35 +00:00
sam_marshall
6a0d72d43d
MDL-15773 - 'Pass by reference' errors in update from 1.9.1+
2008-07-22 14:09:32 +00:00
jamiesensei
a1db71cb25
MDL-15198 "non-standard sql in reportlib.php" similar sql used here, fixing.
2008-07-22 13:06:54 +00:00
jamiesensei
182dbc6f4d
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" sorting of questions by id, so they appear in some kind of order.
2008-07-22 12:33:05 +00:00
jamiesensei
d49e5bd87c
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" oops. Regression meant a row was added for every attempt at a random question
2008-07-22 12:27:11 +00:00
tjhunt
5533791abc
MDL-15750 - After the close date, the teacher cannot preview a quiz becuase the timer thinks the time is already up. Also, move the timer in to the new navigation block.
2008-07-22 11:37:01 +00:00
tjhunt
5bbf20b48d
Error with submitting quizzes - regression caused by MDL-15542.
2008-07-22 11:01:56 +00:00
jamiesensei
051bc0e192
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutiver random questions picking from the same category with the same options to recurse into sub directories"
2008-07-22 09:48:16 +00:00