40484 Commits

Author SHA1 Message Date
Sam Hemelryk
230ec40140 output MDL-20204 Fixed regression incorrect param type 2010-03-24 02:35:16 +00:00
Moodle Robot
5cd8d09ee6 Updated the HEAD build version to 20100324 2010-03-24 00:41:34 +00:00
Eloy Lafuente
3d732d8487 NOBUG: Now editorlib is using PEAR (forms) stuff. Move the include
path definition before including all the Moodle stuff.
2010-03-23 11:14:26 +00:00
Dongsheng Cai
42f57b18b8 "MDL-16639, added static function to read editor option names" 2010-03-23 08:53:47 +00:00
Dongsheng Cai
7a856a9330 "MDL-16639, enable spellchecker plugin, and added config pages" 2010-03-23 08:47:05 +00:00
Sam Hemelryk
1fe3281dce mod-chat MDL-19804 Converted a couple of require calls to require_once calls 2010-03-23 08:44:04 +00:00
Dongsheng Cai
3ae5c7603f "MDL-16639, checked new spellchecker plugin for tinymce" 2010-03-23 08:28:56 +00:00
Sam Hemelryk
456e4852c6 user-selector MDL-21537 Refactored JS to make use of YUI3
*  YUI3 used instead of YUI2, converted all YUI2 components to YUI3 equivalents.
 * Renamed user/selector/script.js to module.js
 * Converted uses of the the user selector to YUI3 + the new events
2010-03-23 07:38:32 +00:00
Penny Leach
599777551b portfolio MDL-21034 fixed syntax error caused by too long lines and patching 2010-03-23 06:26:42 +00:00
Dongsheng Cai
98b15580f5 "MDL-21883, filepicker fixed dynamics loading" 2010-03-23 04:08:45 +00:00
Moodle Robot
c25370840a Updated the HEAD build version to 20100323 2010-03-23 00:41:28 +00:00
Eloy Lafuente
ac94303a42 MDL-19233 restore of roles - prevent role creation, role assignment and
permission overrides by observing corresponding caps. Improve role mapping a bit.
Credit goes to Daniel Neis. Merged from 19_STABLE
2010-03-22 22:33:30 +00:00
Eloy Lafuente
cd6d352396 NOBUG: Normalise generated param names so we can safely use sql_xxx() helper functions everywhere. 2010-03-22 18:06:59 +00:00
Eloy Lafuente
cea304d432 NOBUG: comment is a reserved word for oracle. I reserve my comments about it ;-) 2010-03-22 17:49:42 +00:00
Eloy Lafuente
438d73f84f NOBUG: Handle duplicated NAMED params in set_field() uses 2010-03-22 17:00:46 +00:00
Eloy Lafuente
bc4fd49d29 NOBUG: Adding 3 new tests that reveal 2 different problems with NAMED params 2010-03-22 14:41:57 +00:00
Penny Leach
b2488578dc portfolio MDL-21034 add extra leap2a metadata to forum export 2010-03-22 14:34:15 +00:00
Jamie Pratt
2822f40ae2 MDL-21894 "move functionality to create a token into function in externallib.php so it can be used when creating tokens for embedded applications" also fixed MDL-21893 "Errors in code for checking capability when creating token for service with requiredcapability" which I came across while re 2010-03-22 14:20:18 +00:00
Eloy Lafuente
a1656ddf79 MDL-21874 - phisics are physics :-P 2010-03-22 09:27:35 +00:00
Eloy Lafuente
90d07fa496 MDL-21874 - ddl object names cache. Don't use cache keys anymore. Leads to conflicts. 2010-03-22 09:24:57 +00:00
Penny Leach
155ce5005a portfolio MDL-21030 be more selective about the mahara continue url (depending on the export format) 2010-03-22 09:04:02 +00:00
David Mudrak
0648ead4d4 MDL-21652 removed html_table property 'style'
I copied this initially from the legacy html_component during the refactoring and forgot to check
if it is actually used. Credit goes to Sam H. for spotting it.
2010-03-22 08:16:30 +00:00
Sam Hemelryk
0b29477be9 navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
Andrew Davis
67e4713ca7 rating MDL-21657 changes based on Petr's feedback 2010-03-22 02:59:06 +00:00
Dan Marsden
75ba5fe41a Events MDL-16203 fire events when a module is added/updated/deleted 2010-03-22 02:56:45 +00:00
Dongsheng Cai
ef3e1fbcb3 "MDL-13766, fixed typo" 2010-03-22 01:55:40 +00:00
Moodle Robot
87af4c1be3 Updated the HEAD build version to 20100322 2010-03-22 00:41:54 +00:00
David Mudrak
e16f75bde3 Unit test did not preserve session 2010-03-21 19:44:57 +00:00
Eloy Lafuente
2ab686ee71 MDL-21868 mssql generator - improve integer meta type detection + test 2010-03-21 19:36:50 +00:00
Petr Skoda
070dea52cb MDL-21400 fixed group sinlge selects 2010-03-21 18:00:34 +00:00
Petr Skoda
68dc01ab40 MDL-21887 fixed borked JS, but still the groups ajax needs a major cleanup 2010-03-21 17:36:28 +00:00
Penny Leach
14e23787c0 portfolio/mnet/mahara MDL-15362 perform better mnet session handling 2010-03-21 17:20:36 +00:00
Penny Leach
3aa1d76573 portfolio/mahara MDL-21030 finally enable leap2a support 2010-03-21 17:20:25 +00:00
Penny Leach
2b76d67441 portfolio/forunm MDL-21034 add on the discussion title
when exporting a full forum thread as leap2a to the selection entry
2010-03-21 17:20:16 +00:00
Penny Leach
f9e1b640c5 portfolio/assignment MDL-21035 add a leap2a selection entry when exporting multiple files 2010-03-21 17:20:06 +00:00
Penny Leach
a1e1af19ef portfolio MDL-16124 improved the portfolio_formats conflict resolution 2010-03-21 17:19:56 +00:00
Penny Leach
29fc57afa5 portfolio/leap2a MDL-21030 fixed a syntax problem in category schemes 2010-03-21 17:19:42 +00:00
Dan Poltawski
ed28d08878 moodlelib MDL-20110 - allow remoteip_in_list to return true for cli access
Previously it always failed and restricted access for users blocking ips and
running cron from cli
2010-03-21 15:03:26 +00:00
Dan Poltawski
f8df83f357 repository_ajax.php MDL-21882 - dont default to a repo id which may exist
This seems like a dangerous thing to do as it may cause actions on repoid 1
inadvertantly
2010-03-21 14:01:30 +00:00
Dan Poltawski
cf8af57ce9 googledocs MDL-21881 - restore icons to repo plugin 2010-03-21 13:32:43 +00:00
David Mudrak
e126c0ccee MDL-21652 Fixed forgotten <th> scope handling 2010-03-21 10:28:52 +00:00
Petr Skoda
b975126adb DL-21021 marking private_files block as standard plugin 2010-03-21 10:25:15 +00:00
Moodle Robot
99c46efe79 Updated the HEAD build version to 20100321 2010-03-21 00:41:46 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Dan Poltawski
ad70376ce2 navigationlib: MDL-21209 - fix incorrect parameters
thanks to Enrique Robredo for the patch
2010-03-20 15:02:15 +00:00
Dan Poltawski
017ab27c21 course/lib.php MDL-21798 - remove the static menu cache for add menu
The static menu was causing the add menu to always be adding resources to
section 1

I really tried to keep the static cache there, but I just couldn't find a way
to do it with it becoming really really ugly.
2010-03-20 14:44:35 +00:00
Petr Skoda
c5d1816470 MDL-14679 fixed double encoding of html entities in debuginfo coming from the dml and ddl 2010-03-20 13:46:15 +00:00
Penny Leach
50938e30b8 portfolio MDL-21878 fixed image export format conflicts 2010-03-20 13:14:02 +00:00
Petr Skoda
17e5633cab MDL-21876 fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks! 2010-03-20 11:49:48 +00:00
Petr Skoda
86a25a0a71 MDL-21871 adding missing string for session autostart 2010-03-20 11:17:43 +00:00