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