Sam Hemelryk
538891b5fc
navigation MDL-22732 Removed add resources and activities branches from nav when editing
2010-06-11 05:33:50 +00:00
Sam Hemelryk
246a9b05ba
navigation MDL-22671 Fixed another misused image + a bug with AJAX requests
2010-06-11 04:25:22 +00:00
jerome mouneyrac
94788de2a4
course publication MDL-19315 split /lib/hublib.php into admin/registration/lib.php and course/publish/lib.php
2010-06-11 03:24:09 +00:00
Dongsheng Cai
d3d98a3a98
MDL-22455, file picker conversion for SCORM.
2010-06-10 09:58:45 +00:00
Sam Hemelryk
0f88a46eab
navigation MDL-22723 Fixed bug with admin settings being included twice is a script accidentally calls it twice
2010-06-10 08:18:18 +00:00
Sam Hemelryk
54dc15ab00
navigation MDL-22723 Fixed regression in last commit
2010-06-10 07:55:38 +00:00
Sam Hemelryk
e2b436d065
navigation MDL-22723 Fixed issue with navigation not automatically initialising during page modification
2010-06-10 07:47:59 +00:00
Sam Hemelryk
5d07e95756
navigation MDL-22723 Fixed issue when loading 2+ users not including the current user
2010-06-10 07:29:02 +00:00
Sam Hemelryk
25aad2c4bc
navigation MDL-14632 Gave user branches a more useful key
2010-06-10 07:02:38 +00:00
Sam Hemelryk
e8a2d78842
lib yui MDL-22705 Fixed issue with YUI gallery css inclusion
2010-06-08 10:10:50 +00:00
Petr Skoda
8b8aa0605f
MDL-22689 added another unsupported web server
2010-06-08 07:21:43 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Dongsheng Cai
0022e2d7f0
MDL-22574, added MoodleQuickForm_filemanager support, and added dispose function to clean up files
2010-06-08 03:09:14 +00:00
jerome mouneyrac
755f96f8cf
Community block MDL-19314 add community block access control (two new capability: moodle/community:add and moodle/community:download)
2010-06-08 02:21:50 +00:00
Andrew Davis
79b260cc88
gradebook MDL-21596 altered grade_category::set_properties() to try to intelligently set a default for weight and extra credit as a work around for those two properties sharing a single column
2010-06-08 02:10:21 +00:00
David Mudrak
28b6fe73d0
NOBUG Fixing an information on deprecated require_js()
...
Wherever possible, developers should use $PAGE->requires->js_module()
and wrap their JS code as a module in M namespace.
2010-06-07 08:41:47 +00:00
Petr Skoda
a4a0c9d9cd
MDL-21695 markdown conversion now does not break empty() and isnull() comparisons
2010-06-06 17:17:06 +00:00
Petr Skoda
6b8ad965dc
MDL-16919 we have to really use the username cleaning only when manually adding new accounts, any sync with external system needs the exact match without any cleaning!
2010-06-06 14:06:30 +00:00
David Mudrak
621b4d0873
MDL-22675 XHTML: checkbox requires checked="checked", not "selected"
...
Thanks Andrea Bicciolo for spotting this.
2010-06-06 12:55:48 +00:00
David Mudrak
3d83539cb3
MDL-22062 Make idnumber of additional module grade items editable in the gradebook
...
This patch allows grade items with itemnumber > 0 being edited in the
gradebook. It also improves the grade_verify_idnumber() so that it does
not allow the item with itemnumber > 0 have the same idnumber as the
major grade item with itemnumber 0.
2010-06-05 19:53:40 +00:00
David Mudrak
f829c8d07f
MDL-22062 Grade item's idnumber can be added from the calculation form
...
Before this patch, if activity module used multiply grade items (as
workshop does), the method add_idnumber() returned false because it
required empty idnumber in course_modules. The patch makes this check
only for grade_items with itemnumber 0.
2010-06-05 19:53:29 +00:00
Petr Skoda
4b7c96d9e6
MDL-22574 removing obsolete choose file elements that can not work any more, developers have to upgrade code
2010-06-05 09:58:30 +00:00
Petr Skoda
5eae373e5b
MDL-22680 fixed new password setting
2010-06-04 18:19:34 +00:00
Petr Skoda
a07600473d
MDL-22646 create_context() is internal implementation function, to be used only inside accesslib.php
2010-06-04 07:30:42 +00:00
Sam Hemelryk
af7c1e29ab
block-community MDL-19314 Tweaked image gallery CSS and added a firstimageonly property
2010-06-04 02:46:25 +00:00
Sam Hemelryk
2a102b901e
block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules
2010-06-04 01:49:53 +00:00
Sam Hemelryk
56dc41d0c4
course ajax MDL-22653 Toggling of label visibility now dims text correctly. Kudos to Davo
2010-06-03 08:55:08 +00:00
Petr Skoda
704c5dfed4
MDL-22042 fixed kses cleaning of html code
2010-06-03 08:43:59 +00:00
Sam Hemelryk
48fa948491
navigation MDL-22438 Fixed alignment issues with navigation items that were wrapping lines
2010-06-03 08:27:03 +00:00
Sam Hemelryk
b9d4c7d367
navigation MDL-22660 Fixed bug whereby guest users saw My home and My profile in navigation
2010-06-03 08:11:46 +00:00
Sam Hemelryk
8ac11ff286
htmlpurify MDL-22654 Implemented solution to fix issues rising from HTML purify normalising line breaks
2010-06-03 03:34:05 +00:00
jerome mouneyrac
06d4578c60
Community block MDL-19314 add prefix to hublib.php defines + remove some old not used 1.9 strings from lang/moodle.php
2010-06-02 08:41:21 +00:00
jerome mouneyrac
76be2d4e84
Community block MDL-19314 better display of the hub listing + better display of the course search
2010-06-02 06:18:00 +00:00
Sam Hemelryk
424a353056
course-ajax MDL-22645 Fixed broken image urls in course ajax editing scripts
2010-06-02 02:10:38 +00:00
Andrew Davis
992cfb1101
gradebook MDL-22139 fixed a typo in a comment
2010-06-01 09:27:47 +00:00
Petr Skoda
f2968d08a9
MDL-22634 fixed exception when adding files with the same name via file browser - more methods
2010-06-01 08:20:01 +00:00
Petr Skoda
fccd424e2e
MDL-22634 fixed exception when adding files with the same name via file browser
2010-06-01 08:18:25 +00:00
Martin Dougiamas
42439c0572
MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE
2010-06-01 03:53:15 +00:00
David Mudrak
d4dcfc6b8f
MDL-20204 Fixed regression in the recent url_select improvements
...
Now, url_select checks for valid URLs in optgrouped lists and paramater
'selected' is converted to the local URL form, too. The patch also
fixes a legacy handling of thr Gradebook plugins selector.
2010-05-31 15:30:45 +00:00
Petr Skoda
86c2da1782
fixed comment typo
2010-05-31 12:22:21 +00:00
Petr Skoda
8fa689f4aa
fixing CRLF mess
2010-05-31 12:10:46 +00:00
jerome mouneyrac
e0fa3b8105
lib MDL-22627 print_collapsible_region_start() call was echoing instead to return html in print_collapsible_region() function
2010-05-31 10:14:25 +00:00
Dongsheng Cai
7e0746709f
"MDL-13766, added missing js init call"
2010-05-31 09:41:46 +00:00
Martin Dougiamas
62c5e65433
MDL-22625 Avoid timezone notices from PHP when PHP doesn't have a default timezone set
2010-05-31 09:15:26 +00:00
Martin Dougiamas
81f92309f3
MDL-22535 Fixed a little typo. Thanks Davo Smith!
2010-05-31 06:59:26 +00:00
jerome mouneyrac
f574799836
community block MDL-19314 add gallery javascript screenshots support + fix XHTML strict + fix wrong number of screenshots send during publication
2010-05-31 06:10:15 +00:00
Dongsheng Cai
ce47962ed5
MDL-13766, added hidden elements to make label 'for' attribute happly
2010-05-31 05:57:35 +00:00
Martin Dougiamas
dcf9be7f56
MDL-22622 Reset caches before and after the core upgrade. Seems to fix the problems we were having.
2010-05-31 05:34:16 +00:00
Sam Hemelryk
7e4617f7a6
navigation-dock MDL-22560 Major changes to he way the dock works
...
* Themes can now check if a region is completely docked
* Dock now delegates events to improve performance
* Dock now completely YUI3
* No longer uses YUI overlay instead has custom control
2010-05-31 03:33:34 +00:00
Dongsheng Cai
6bf197b34c
MDL-22591, user_private plugin, disable it from private file block, hide user_private area from local plugin
2010-05-31 03:03:21 +00:00