Commit graph

10162 commits

Author SHA1 Message Date
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
Dongsheng Cai
3ae5c7603f "MDL-16639, checked new spellchecker plugin for tinymce" 2010-03-23 08:28:56 +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
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
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
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
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
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
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
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
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
Dan Poltawski
3c29e96a77 portfolio MDL-20896 - update documentation to not lie ;-) 2010-03-20 10:41:07 +00:00
Andrew Davis
d2086d65db rating MDL-21657 shifted upgrade_module_ratings() 2010-03-19 08:54:20 +00:00
Andrew Davis
9288633dd7 rating MDL-21657 shifted the rating migration code out of the main upgrade script and into the modules 2010-03-19 08:26:38 +00:00
Petr Skoda
cd1bca899f MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on 2010-03-19 08:00:29 +00:00
Andrew Davis
3be8b5b8c3 rating MDL-21657 modified moodle/rating:rate risks 2010-03-19 07:37:51 +00:00
Andrew Davis
b1721f670b rating MDL-21657 started making ratings API more like comments and split rate.php into rate.php and rate_ajax.php 2010-03-19 06:55:47 +00:00
Dan Marsden
1c5517a5a6 Assignment Events MDL-21861 - trigger events when files are uploaded in assignment to allow further handling - particularly for plagiarism prevention 2010-03-19 06:20:12 +00:00
Dongsheng Cai
f6e315fee6 "MDL-15405, fixed filearea parameter in filemanager" 2010-03-19 05:00:11 +00:00
Dongsheng Cai
08a22be6af "MDL-19118, fixed comments api in format_text function" 2010-03-19 04:53:54 +00:00
Andrew Davis
c82ed0a8b0 rating MDL-21657 changed ratings rendering to avoid a nonconstant element name 2010-03-19 02:24:44 +00:00
Petr Skoda
9707279af6 MDL-21068 do not show admin usernames in cron logs 2010-03-18 22:00:09 +00:00
David Mudrak
794eed327d MDL-20204 fixed calling of undefined method 2010-03-18 18:47:39 +00:00
David Mudrak
67da0bf73e MDL-20204 fixed typo in variable name 2010-03-18 18:33:40 +00:00
David Mudrak
0189bf77c1 MDL-20204 fixed calling of a dropped html_component method on block_contents 2010-03-18 17:11:16 +00:00
Andrew Davis
09fa5f0463 rating MDL-21657 changed inner joins to just joins 2010-03-18 08:47:50 +00:00
Petr Skoda
f3afba4e19 MDL-21851 adding idalias to user_picture::fields() 2010-03-18 07:41:57 +00:00
Andrew Davis
e116a81833 rating MDL-21657 improved the default rating permissions 2010-03-18 07:14:49 +00:00
Sam Hemelryk
66a0612ae0 datalib MDL-14679 Fixed regression in get_logs_userday function, missing argument 2010-03-18 05:48:21 +00:00
Andrew Davis
8b69c341c0 rating MDL-21657 more changes based on Petr's feedback 2010-03-18 03:47:12 +00:00
Eloy Lafuente
dd884a3ac5 NOBUG: Get back Oracle to normality (fix trigger/seq generation) after latest cache changes 2010-03-18 01:50:32 +00:00
Eloy Lafuente
38af117a91 NOBUG: partially re-introduce DB object static cache, as we need to avoid dupes
when two indexes are created in the same sentence and initials are the same (contenthash, contextid)
This introduces some problems in Oracle but... better to keep the rest working.
2010-03-18 00:48:48 +00:00
Andrew Davis
7ac928a749 rating MDL-21657 more changes based on Petr's feedback 2010-03-17 09:12:13 +00:00
Andrew Davis
5db9b119bd rating MDL-21657 moved upgrade of data table to mod/data/ upgrade script and updated install.xml 2010-03-17 05:50:08 +00:00
Andrew Davis
f1f6a75524 rating MDL-21657 changes based on Petr's feedback 2010-03-17 03:39:54 +00:00