32450 Commits

Author SHA1 Message Date
tjhunt
3f8e526ec1 Fix notices in 'Students' without attempts mode. 2008-07-25 14:05:40 +00:00
mjollnir_
10ae55f99b MDL-15758 : beginning of forum implementation of portfolio export 2008-07-25 12:30:08 +00:00
jamiesensei
162f96353b MDL-14208 Cache results of calculations, "recompute now" functionality -- forgot one field for questions stats. 2008-07-25 12:15:07 +00:00
mjollnir_
a61af010c9 MDL-15760 fixed typo in box.net language pack 2008-07-25 11:43:41 +00:00
mjollnir_
f9b393ebbb MDL-14591 committing missing portfolio icons 2008-07-25 11:02:06 +00:00
nicolasconnault
6a1a6fe5ad MDL-14383 Ugrading YUI to 2.5.2 2008-07-25 10:49:42 +00:00
nicolasconnault
10740b3360 MDL-14383 Removing YUI 2.5.0 to upgrade to 2.5.2 2008-07-25 10:41:39 +00:00
mjollnir_
ed1fcf794b MDL-14591: changed the definition of portfolio_add_button
to support passing the callbackfile explicitly if necessary
        and added my name next to some TODOs so I can find them later
2008-07-25 10:31:10 +00:00
nicolasconnault
32fe576f6a MDL-14731 Added warning suggested by Petr 2008-07-25 09:32:40 +00:00
mjollnir_
0082ed89b2 MDL-15798 added note in portfolio lib to remove later when this is fixed 2008-07-25 08:39:28 +00:00
mjollnir_
d6d24b8884 MDL-14591: fixing merge issues in portfolio 2008-07-25 08:31:59 +00:00
dongsheng
d255c6e9ad "MDL-15244, fix bugs of ip blocker" 2008-07-25 08:27:50 +00:00
mjollnir_
2f68e760c1 MDL-15760: boxnet portfolio plugin should only be allowed one instance 2008-07-25 08:22:14 +00:00
mjollnir_
67a87e7db2 portfolio checkin-
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog

commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2

This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
nicolasconnault
a95c68a188 MDL-15808 changed prefix to tst_ and added dboptions 2008-07-25 06:56:33 +00:00
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