Commit graph

6766 commits

Author SHA1 Message Date
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
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
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
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
nicolasconnault
9fed64fa19 MDL-15808 Applying Andrei's patch 2008-07-24 12:21:19 +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
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
scyrma
801f475409 MDL-14741: remove unnecessary link to missing stylesheet 2008-07-24 03:43:40 +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
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
dongsheng
a2353e9b0b MDL-15565, fix bug of maintenance mode alert reminder 2008-07-23 03:18:02 +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
dongsheng
5035228fc0 MDL-15244
1. move ip blocker to security menu
2. blocked list and allowed list can work together, a new option could set the order of them
2008-07-22 04:07:58 +00:00
mjollnir_
6eb0d3c5bf MDL-15741: workaround for annoying null byte php bug (base 64 decode eventdata before storing it in the database, and unencode it before processing) 2008-07-21 16:26:40 +00:00
dongsheng
06e84d52bd MDL-14129, remove error() call 2008-07-21 07:18:58 +00:00
jamiesensei
0fa4107dfc MDL-15719 "overview report slow for large data sets - count sql operation for table paging repeated twice whether or not it is necessary" 2008-07-20 12:21:59 +00:00
skodak
177d5493bb MDL-15712 fixed groups regressions - credit goes to Daniel Servos 2008-07-19 08:07:51 +00:00
jamiesensei
4f5ffac022 MDL-15268 "Content for Quiz Statistics report table" seperated quiz item / position stats code into a seperate class in qstats.php and now calculating item statistics too. 2008-07-18 14:36:24 +00:00
nicolasconnault
767172e4d5 MDL-14958 Enum and default tests 2008-07-18 08:46:53 +00:00
dongsheng
bb2c046d5c MDL-13766
1. Move curl and repository_cache class to filelib.php
2. Name the file before downloading it
3. clean up code
2008-07-18 07:40:12 +00:00
scyrma
eec1d200b5 MDL-4346: limiting the 'defer' clause to one call / fix the missing openpopup() bug in IE. (merge from 1.9) 2008-07-18 07:14:58 +00:00
moodler
e294b80ad0 MDL-6850 Removed apparent-size from du 2008-07-18 06:42:08 +00:00
scyrma
4644313b7c MDL-14741: Make tinymce loading simpler, and makes it work on pages with multiple instances. 2008-07-18 04:24:53 +00:00
moodler
771fea0b08 MDL-15700 Merged from 1.9 Tidied up the maintenance mode display to users 2008-07-18 03:02:43 +00:00
tjhunt
b9d4b03134 MDL-15693 - print_question_icon does not cope with missing question types 2008-07-17 12:49:25 +00:00
jmg324
8b09e84569 MDL-7971 check in get_categories if user can see hidden categories uses specific capability not course:create 2008-07-16 15:12:09 +00:00
dongsheng
4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
tjhunt
b55797b8cc MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase. I was able to factor out some commonalities with review.php along the way. 2008-07-15 15:30:39 +00:00
scyrma
9ee16191ec MDL-14741: load editor automatically, from footer/after page is loaded. 2008-07-15 09:43:14 +00:00
scyrma
a33fa3ad83 MDL-14741: make tinymce toggle editor icon work as it should 2008-07-15 09:00:23 +00:00
dongsheng
ab99c8f014 MDL-15244, add ability to block ip addresses for HEAD. 2008-07-14 08:14:31 +00:00
dongsheng
81a5b09b46 MDL-15402, searching repository folder for lanuage files. 2008-07-14 04:03:03 +00:00
fmarier
a8e352c5f4 MDL-15614 Add 3 missing PHP error codes to get_file_upload_error()
The get_file_upload_error() function was missing the following error codes:

    UPLOAD_ERR_NO_TMP_DIR => 'Missing a temporary folder.',
    UPLOAD_ERR_CANT_WRITE => 'Failed to write file to disk.',
    UPLOAD_ERR_EXTENSION => 'File upload stopped by extension.',

(see http://www.php.net/manual/en/features.file-upload.errors.php)
2008-07-14 02:38:50 +00:00
dongsheng
07e9a3005f MDL-15565, add maintenance mode alert reminder in title and navbar. 2008-07-14 02:32:59 +00:00
skodak
8e378ec045 MDL-15071 improved error logging - credit goes to Andrei Bautu 2008-07-13 20:28:08 +00:00
skodak
6321dbf098 MDL-15071 added missing breaks - credit goes to Andrei Bautu 2008-07-13 20:27:51 +00:00
skodak
0549c245e1 MDL-15071 new method for installing of table from xmld structure - credit goes to Andrei Bautu 2008-07-13 20:27:14 +00:00
skodak
ad0373df55 MDL-15071 undoing part of previous commit, let's wait for Eloy 2008-07-13 11:42:37 +00:00
skodak
8e768c6d64 MDL-15071 Fixes a regular expression in xmldb_object which breaks sentences with empty strings, it is possible to specify record id in statement (needed for database moving) - by Andrei Bautu 2008-07-13 10:52:45 +00:00
skodak
28a40b5ca2 MDL-15071 coding style improvement by Index: sql_generator.php by Andrei Bautu 2008-07-13 10:14:42 +00:00
skodak
943de432e1 MDL-15071 fixes of the SQLite layer by Andrei Bautu 2008-07-13 10:12:20 +00:00
tjhunt
50819c5fa1 Document print_side_block, and eliminate a bit of duplicated code. 2008-07-11 14:17:21 +00:00
jamiesensei
98f38217bb MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" 2008-07-11 07:27:14 +00:00
scyrma
b0374a1692 MDL-14279: Fixes for regressions created by the get_file_url massive change (merge from 1.9) 2008-07-11 02:31:19 +00:00
thepurpleblob
f94902db28 MDL-15008
Make question import/export formats fully pluggable, especially in respect of languages.
2008-07-10 15:06:19 +00:00