32385 Commits

Author SHA1 Message Date
moodler
de6961ccf7 Removing a warning when prefix == '' 2008-07-25 05:41:51 +00:00
moodler
9d8d1a3494 FEEDBACK HELP file stubs - THESE NEED REVIEW!!! 2008-07-25 05:23:27 +00:00
dongsheng
0d864c8d16 MDL-14650, fix incorrect use of && 2008-07-25 03:09:47 +00:00
piers
45402fe989 MDL-11137 Unable to locate API error - remove comment code with bad characters. 2008-07-25 02:32:00 +00:00
moodlerobot
d12495fbb7 Updated the HEAD build version to 20080725 2008-07-25 01:39:47 +00:00
piers
d4e9550a4f MDL-11137 Unable to locate API error - fix typo on var name - thank dan. 2008-07-24 23:53:56 +00:00
skodak
d927c5b4ef MDL-15821 do not show profile link in admin block if using guest account; merged from MOODLE_19_STABLE 2008-07-24 23:14:58 +00:00
piers
3505e82b52 MDL-11137 Unable to locate API error - force a sort order on the cmi elements, and ensure correct type comparison when determining whether we have seen this objective id before. affects aicc, 1.2 and 1.3. 2008-07-24 23:08:30 +00:00
skodak
7507f325ba MDL-15820 fixed some install noise on dev sites; merged from MOODLE_19_STABLE 2008-07-24 22:58:03 +00:00
skodak
f432bebff2 MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
skodak
7f2a7c3cca MDL-14731 we can not rely on internal connection by default 2008-07-24 21:45:18 +00:00
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 Ordóñez 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