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
Dan Poltawski
3c29e96a77
portfolio MDL-20896 - update documentation to not lie ;-)
2010-03-20 10:41:07 +00:00
Moodle Robot
e50afe3967
Updated the HEAD build version to 20100320
2010-03-20 00:43:28 +00:00
Moodle Robot
7511589f88
Automatic installer.php lang files by installer_builder (20100320)
2010-03-20 00:32:34 +00:00
Petr Skoda
55a00e1027
MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on
2010-03-19 17:11:14 +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
a8e85df64f
rating MDL-21657 split the class rating into rating and rating_manager
2010-03-19 07:20:13 +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
Andrew Davis
5bdf001089
rating MDL-21657 changed rating::load_ratings so the default scale constant has a better name
2010-03-19 02:08:31 +00:00
Moodle Robot
19383cc5f2
Updated the HEAD build version to 20100319
2010-03-19 00:42:25 +00:00
Petr Skoda
deaa8a19d8
MDL-21859 fixed sesskey protection on email actions
2010-03-18 22:54:17 +00:00
Petr Skoda
871e5728e2
MDL-21830 Prevent users from viewing names of all other site users - only teachers with role assign see the full name of not enrolled users when trying to access the profile
2010-03-18 22:15:41 +00:00
Petr Skoda
9707279af6
MDL-21068 do not show admin usernames in cron logs
2010-03-18 22:00:09 +00:00
Petr Skoda
9a439947c3
MDL-21649 fixed form value quoting
2010-03-18 21:23:15 +00:00
Petr Skoda
8db38eab80
MDL-21818 fixed globals problems
2010-03-18 20:59:58 +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
David Mudrak
0235e2477d
MDL-20204 fixed calling of a dropped html_component method on block_contents
2010-03-18 16:49:03 +00:00
Dongsheng Cai
3e34183a97
"MDL-19118, improve comments pagination"
2010-03-18 09:57:32 +00:00
Dongsheng Cai
d0e36ce531
"MDL-21443, fixed phpdocs"
2010-03-18 09:45:25 +00:00
Dongsheng Cai
7695110029
"MDL-19118, improve comments block"
2010-03-18 09:42:30 +00:00
Andrew Davis
786f3cc79b
rating MDL-21657 put default scale in a constant
2010-03-18 09:26:53 +00:00
Andrew Davis
bab7e00b10
rating MDL-21657 switched from putting permissions in constants to using literal strings
2010-03-18 08:59:10 +00:00
Andrew Davis
09fa5f0463
rating MDL-21657 changed inner joins to just joins
2010-03-18 08:47:50 +00:00
Andrew Davis
61b0070857
rating MDL-21657 updated aliasing and unaliasing of the fields returned by user_picture::fields
2010-03-18 08:17:21 +00:00
Andrew Davis
c538a23d9d
rating MDL-21657 added aliasing and unaliasing of the fields returned by user_picture::fields
2010-03-18 08:12:13 +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
e0cd4f685c
theme MDL-20204 Fixed regression with theme selector in category edit form
2010-03-18 06:02:41 +00:00
Andrew Davis
4e5c0484fa
rating MDL-21657 improved the phpdoc comments
2010-03-18 05:54:59 +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
2d10c08576
rating MDL-21657 changed to make use use of user_picture::fields()
2010-03-18 04:08:52 +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
Sam Hemelryk
2ab47386a7
NOBUG: Fixed missed string
2010-03-18 01:13:23 +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