Commit graph

7236 commits

Author SHA1 Message Date
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
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
moodler
554606c76b MDL-15601 Merged basic checking to avoid some notices 2008-07-10 08:50:43 +00:00
scyrma
ec885ec6f8 MDL-14999 & MDL-10657: Fix for a few problems in HTMLArea. (Patch by Nicklas Lindgren) (merge from 1.8/1.9) 2008-07-10 04:13:28 +00:00
skodak
54a606e91c MDL-15469 adding fclose before write to already open file; merged from MOODLE_19_STABLE 2008-07-09 10:35:25 +00:00
thepurpleblob
906ebc4b66 MDL-15571:
Now substitutes for group templates
2008-07-09 10:26:13 +00:00
tjhunt
66d07f81a1 MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now. 2008-07-08 18:22:18 +00:00
tjhunt
78e7a3dd5d MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase - quite a lot of progress, sorry I am committing this as a big lump, but it took me a while to get the code back to a working state.
MDL-15537 - create oo attemptlib.php to hold shared code between attempt, summary and review.php
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php
MDL-15538 - Rework attempt.php to use attemptlib.php
2008-07-08 16:33:47 +00:00
dongsheng
25752e82b4 MDL-15402, searching repository folder for language files. 2008-07-08 01:48:40 +00:00
mjollnir_
ac5efef6b5 MDL-15562 database tables, upgrade and version bump for portfolio API
- portfolio_instance, portfolio_instance_user, portfolio_instance_config
2008-07-07 15:09:40 +00:00
skodak
b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
sam_marshall
a2d51ba880 MDL-15560 Install fails again (missing global $DB) 2008-07-07 12:33:45 +00:00
skodak
fe074586b5 MDL-13901 guest can not be selected in "Default role for all users" in 1.9.x; merged from MOODLE_19_STABLE 2008-07-06 23:54:07 +00:00
skodak
ffc670d931 MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE 2008-07-06 22:54:46 +00:00
skodak
96608a55bd MDL-9983 role assignment related triggers; merged from MOODLE_19_STABLE 2008-07-06 19:30:12 +00:00
skodak
1336c96edb MDL-15553 events_trigger() perf improvement; merged from MOODLE_19_STABLE 2008-07-06 18:58:46 +00:00
skodak
2942a5cd34 MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
skodak
c87c428e05 MDL-11905 send temp file support; merged from MOODLE_19_STABLE 2008-07-05 15:34:54 +00:00
skodak
e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +00:00
tjhunt
f38f7ff715 Make a comment a bit clearer. 2008-07-04 12:05:04 +00:00
jamiesensei
a655337336 MDL-15532 "moving progress_bar class into weblib from adminlib" 2008-07-04 10:15:00 +00:00
scyrma
a4d220dc17 Temporary fix to prevent PHP notice - this will be removed when the correct configuration
items get committed.
2008-07-04 08:47:26 +00:00
scyrma
6f8a7d393d MDL-14741: Reverting removal of output buffering. 2008-07-04 02:42:49 +00:00
scyrma
b31b9907b0 Prevent a php notice 2008-07-04 02:17:18 +00:00
stronk7
a036d7f3c6 Clean empty role_names. MDL-15284 ; merged from 19_STABLE 2008-07-03 17:07:54 +00:00
scyrma
f4da8f157b MDL-14741: re-activate the contextmenu plugin 2008-07-03 07:12:36 +00:00
scyrma
f8c9bb6bee MDL-14741:
* use a better name for a variable
* remove extra browse button and simplify code. Fix by Mauno K.
2008-07-03 07:12:03 +00:00
scyrma
d074c20e49 MDL-14741: Using a better way to include javascript files (removed use of
output buffering) and corrected parameters so that the file manager is
linked to the right course again.
2008-07-03 05:32:34 +00:00
scyrma
e268184bf4 Typo fix. 2008-07-02 07:33:41 +00:00
dongsheng
5425608f69 "MDL-15500, change helpbutton debug level to developer, merged from MOODLE_19_STABLE" 2008-07-02 06:43:21 +00:00
scyrma
07f8fecad5 MDL-14739: some minor modifications to allow per-editor customization, and changing ("dos2unix") the format of some files. 2008-07-02 06:11:55 +00:00