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 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
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
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