Tim Hunt
7e7fdf59c6
MDL-29060 q export: writefiles should be public write_files & belongs to XML format.
2011-11-20 11:49:41 +00:00
Petr Skoda
685dc4438f
MDL-30228 fix incorrect author info
...
Sorry David!
2011-11-19 19:03:10 +01:00
Petr Skoda
32322d8680
MDL-30308 outputrequirementslib.php breaks xhtml validation
...
Credit goes to Matthew Davidson.
2011-11-19 18:43:55 +01:00
Petr Skoda
7f86bee330
MDL-30303 fix media playback from URLs with ? query parts
...
Credit for the rawurlencode() fix goes to Eloy.
2011-11-19 18:17:37 +01:00
Petr Skoda
544832790d
MDL-30327 standardise block deletion process
2011-11-19 16:56:11 +01:00
Petr Skoda
4e8d084bc9
MDL-21617 remove problematic attempt to remove script events from random text
...
This "feature" was used to partially eliminate XSS attacks on vulnerable code. Developers MUST use clean_text() on HTML text fragments only, it can not be used on random html tag attributes.
This change may simplify a bit exploiting of vulnerable code, but every XSS cheat sheet contains information how to work around this outdated anti-XSS measure.
Please note this change fixes many problems with valid uses of language= or onXXXXX= such as in urls, tex, code samples, etc.
2011-11-19 13:22:33 +01:00
Petr Skoda
e164a0dfea
MDL-30349 clear file stat cache when adding new theme cache files
...
Hopefully this will resolve some cache reset problems.
2011-11-19 12:14:26 +01:00
Petr Skoda
c198390a49
MDL-30294 prevent notices and errors in theme files content
...
Theme images, css and JS are broken by PHP error messages which creates major problems for production sites with enabled displaying of errors because the files are cached indefinitely. It is better to send the errors and notices to logs only, in any case all developers must learn to use error logs.
2011-11-19 11:23:28 +01:00
Petr Skoda
0b9f2a02ab
MDL-30349 make sure file stat cache is reset properly after each remove_dir()
...
Typo3 does this, maybe it works around some PHP bugs…
2011-11-19 10:36:37 +01:00
Petr Skoda
fed02be153
MDL-30147 do not expect text comparison exceptions when not in debug mode
...
Unfortunately the column type fetching is too expensive, we do extra verification in debug mode only.
2011-11-19 09:44:33 +01:00
Petr Skoda
a453ec079f
MDL-30147 optional verification if dml exception when table missing
2011-11-19 09:39:07 +01:00
Eloy Lafuente (stronk7)
870896eca1
MDL-30147 dml - mysql and no params now behaving "standard"
2011-11-19 09:27:10 +01:00
Eloy Lafuente (stronk7)
a8097d6dda
MDL-30147 dml - one more test behavior without params
2011-11-19 09:27:09 +01:00
Eloy Lafuente (stronk7)
8f201c9ded
MDL-30147 dml - added some tests demoing bad get_columns() behavior
2011-11-19 09:27:09 +01:00
Petr Skoda
69ac5d478f
MDL-30147 do not rely on dml exception type outside of dml layer
...
The trouble is that dml driver methods (insert, update, select) are not guaranteed to return the same exception class for various db problems and coding style issues. The recommended practice is to catch dml_exception only.
2011-11-19 09:25:11 +01:00
Petr Skoda
c04e80e328
MDL-30147 detect missing table when processing query conditions
2011-11-19 09:16:51 +01:00
Andrew Davis
22e23da6f4
MDL-29814 message: made html personal messages store a plain text version as a fallback
2011-11-19 15:35:23 +08:00
Mary Evans
24050190e3
MDL-29226 RTL fixes - additions and amendments
2011-11-19 00:53:14 +00:00
AMOS bot
967bc47c80
Merge branch 'master' into install_master
2011-11-19 00:30:59 +00:00
Mary Evans
2062be1a01
MDL-30359 Fixes for dir-rtl in theme_base CSS
2011-11-19 00:04:41 +00:00
Chris Scribner
036e84c389
MDL-30354 lti - B27 - locallib changes
2011-11-18 12:38:41 -05:00
Eloy Lafuente (stronk7)
f218cdab34
Merge branch 'MDL-29591-master-2' of git://git.luns.net.uk/moodle
2011-11-18 17:28:53 +01:00
Eloy Lafuente (stronk7)
668933bcaa
MDL-20534 lti: B14 - tiny bit, but savepoint tests require that
2011-11-18 17:19:59 +01:00
Chris Scribner
532ae9aa34
MDL-30295 lti - Adding lti:manage localization string.
2011-11-18 11:19:07 -05:00
Chris Scribner
efba8960e1
MDL-20534 lti: B11 - Making language file changes (re-order, markdown, remove newlines in strings)
2011-11-18 11:18:36 -05:00
Tim Hunt
fc2dafcff5
MDL-30306 get_string developer warning. Help lazy developers.
2011-11-18 16:00:33 +00:00
Eloy Lafuente (stronk7)
194f2c60ef
MDL-20534 lti: B14 - whitespace and comment fixes
2011-11-18 16:05:22 +01:00
Andrew Robert Nicols
7d7d82de03
MDL-29591 Check for permission before overwriting course idnumber when restoring
2011-11-18 14:54:00 +00:00
Eloy Lafuente (stronk7)
3a2927081c
Merge branch 'MDL-30290' of git://github.com/scriby/moodle
2011-11-18 13:40:16 +01:00
Eloy Lafuente (stronk7)
1acad8eed7
MDL-30192 restore - prevent any extra info to be created for deleted users
2011-11-18 13:03:08 +01:00
Eloy Lafuente (stronk7)
f8cd596aae
MDL-30026 dml - fix sqlsrv support for session locks
2011-11-18 13:02:24 +01:00
Eloy Lafuente (stronk7)
dd3fafbda5
MDL-29995 filters - consider leacy filters and locations deprecated in 2.2
...
Support for them will be dropped in 2.3 thanks to MDL-29996
2011-11-18 13:00:57 +01:00
Marina Glancy
a19d1057ca
MDL-30270, MDL-30269: rubric interface/usability improvements:
...
- In rubric editor the line 'Current rubric status' is hidden if there is no status yet
- If present the style of the status is the same as on manage.php page
- For newly created rubric 'Add criterion' button is pre-pressed automatically
- Changed JavaScript to work for Mac browsers default settings and for IPad
- MDL-30269: added explanation message about score to grade mapping
- fixed bug with non-javascript 'Add criterion' behaviour
2011-11-18 15:35:24 +08:00
Aparup Banerjee
8adce198e4
Merge branch 'MDL-30279-master' of git://github.com/ankitagarwal/moodle
2011-11-18 15:34:18 +08:00
Charles Fulton
5a1038bb47
MDL-30273 prevent the creation of discussions in simple single forums
2011-11-18 14:11:49 +08:00
adrian@moodle.com
e94113a859
MDL-20627 user - Fixed viewing permission of email when sending group messages.
2011-11-18 11:41:11 +08:00
AMOS bot
00db87ad38
Automatically generated installer lang files
2011-11-18 00:30:45 +00:00
Eloy Lafuente (stronk7)
fe41ba7489
on-demand release 2.2beta
2011-11-18 01:20:35 +01:00
Eloy Lafuente (stronk7)
d9f2975413
Merge branch 'install_master' of git://github.com/amosbot/moodle
2011-11-18 01:17:52 +01:00
Chris Scribner
38936053a3
MDL-20534 lti: B9 - Adding db/log.php
2011-11-17 16:41:45 -05:00
Chris Scribner
aeae316274
MDL-20534 lti: B28 - Accidentally included Copyright header in wrong file.
2011-11-17 16:30:20 -05:00
Chris Scribner
8f45215d1c
MDL-20534 lti: B28 - Update attribution headers.
2011-11-17 16:29:50 -05:00
Chris Scribner
76519c52f0
MDL-20534 lti: B11 - Making language file changes (re-order, markdown, remove newlines in strings)
2011-11-17 15:50:14 -05:00
Eloy Lafuente (stronk7)
8a9426bc17
MDL-29350 Prevent memory/time problems if there are zillions of combinations
2011-11-17 20:10:02 +01:00
Tim Hunt
8f6384a9ec
MDL-27045 formslib: fix disabledif for advcheckbox
...
This is based on earlier work by Henning Bostelmann and Tom Potts.
2011-11-17 17:57:27 +00:00
Tim Hunt
fa2fa5c698
MDL-30335 formslib: fix repeat_elements for groups that don't appendName
2011-11-17 16:42:13 +00:00
Eloy Lafuente (stronk7)
408ea3b547
Merge branch 'MDL-29350-master-2' of git://git.luns.net.uk/moodle
2011-11-17 17:15:00 +01:00
Charles Severance
6edcab7a1a
MDL-20534
...
Undo change that Chris already did.
2011-11-17 10:35:07 -05:00
Charles Severance
461bde28d8
MDL-20534
...
Add the tool_consumer_info fields and fix parsing of custom parameters.
2011-11-17 10:34:58 -05:00
Chris Scribner
34eb05018f
MDL-20534 lti: Some cleanup of locallib.php
2011-11-17 10:34:45 -05:00