Rossiani Wijaya
8093188f51
MDL-20447 - bulk upload: add page heading
2010-06-23 09:16:53 +00:00
Rossiani Wijaya
dcfb9b780e
MDL-20446 - Add a heading 'Page path:' to navigation bar, hidden from sighted users.
2010-06-23 09:13:23 +00:00
Rossiani Wijaya
29ba64e5f9
MDL-21624 - add 'maincontent' handler
2010-06-23 09:10:53 +00:00
Rossiani Wijaya
fd2aa40b0a
MDL-21615 - add skip link to main column content (front page).
2010-06-23 08:54:19 +00:00
Dongsheng Cai
eb1c14e08e
function name typos
2010-06-23 05:17:48 +00:00
Andrew Davis
4592df46cb
gradebook MDL-22670 Altered grade_edit_tree::format_number() to trim to a minimum of 1 decimal place. Longer numbers are limited to 4 decimal places.
2010-06-23 05:11:12 +00:00
Andrew Davis
73185e826c
gradebook MDL-22670 Added some unit tests for grade_edit_tree::format_number()
2010-06-23 05:09:24 +00:00
Dongsheng Cai
e30cffa2a7
MDL-22764, added cancel button
2010-06-23 02:50:13 +00:00
Moodle Robot
442ff17a35
Updated the HEAD build version to 20100623
2010-06-23 00:45:04 +00:00
Patrick Malley
b02bca46d1
MDL-22835 Fixed internal header height
2010-06-22 17:50:36 +00:00
Patrick Malley
759b81f3dc
MDL-22835 First commit
2010-06-22 17:46:35 +00:00
Petr Skoda
ff3af0a542
MDL-22897 fixed problem when no category sync roles defined
2010-06-22 16:10:23 +00:00
Patrick Malley
abbdb60539
MDL-22834 - added dock support styles
2010-06-22 15:00:57 +00:00
Patrick Malley
e4249c5b32
MDL-22834 - First commit of theme
2010-06-22 13:30:42 +00:00
Eloy Lafuente
a42dcde415
MDL-21432 move some stuff from base to backup plan classes
2010-06-22 10:31:37 +00:00
Eloy Lafuente
4751e470db
MDL-22503 blocks upgrade - avoid problems with orphaned sticky blocks
2010-06-22 09:50:30 +00:00
Dongsheng Cai
33c36cf130
require completionlib.php
2010-06-22 09:40:10 +00:00
Dongsheng Cai
6eabadd90d
MDL-22805, display section_backup course_backup course_content only, hide empty directory, lock user in course level
2010-06-22 09:04:46 +00:00
Dongsheng Cai
aeaf98ee05
MDL-22734, fixed language
2010-06-22 07:46:35 +00:00
Dongsheng Cai
7588604202
MDL-22734, fixed language typos
2010-06-22 07:44:02 +00:00
Dongsheng Cai
49d20def30
MDL-22755, create filesystem plugin needs moodle/site:config capability, and a few coding style fixing
2010-06-22 07:40:30 +00:00
Petr Skoda
54632b02b2
MDL-21782 removing oboslete tabs
2010-06-22 07:05:11 +00:00
Petr Skoda
87163782d5
MDL-22884 fixed sloppy userid related bugs in enrol code - big thanks to Andrew for spotting this and making patch
2010-06-22 06:26:39 +00:00
Petr Skoda
bd251bf9b7
MDL-22886 fixed crash during enrol upgrade if no enrolments present yet
2010-06-22 06:23:04 +00:00
Sam Hemelryk
36dc3b7104
calendar MDL-22887 Output is now through a renderer, all pages have navigation, and now uses true pretend blocks.
2010-06-22 04:03:44 +00:00
jerome mouneyrac
de832702ad
course publication MDL-22762 improve the publication confirmation/error message
2010-06-22 04:01:33 +00:00
Dongsheng Cai
f00340e2ca
MDL-22734, added text to prompt empty repositories list, and added shorttitle for long filename
2010-06-22 03:55:45 +00:00
Martin Dougiamas
f7c6cb8033
MDL-22882 fixed what looks like a typo with itemidid
2010-06-22 02:00:45 +00:00
Sam Hemelryk
5c26e7bbbf
user-securitykeys MDL-22861 Fixed navigation
2010-06-22 01:58:52 +00:00
Sam Hemelryk
1e7d864aa9
admin MDL-20204 Remove blocks from the upgradesettings screen
2010-06-22 01:47:51 +00:00
Moodle Robot
f1cee576a1
Updated the HEAD build version to 20100622
2010-06-22 00:44:19 +00:00
David Mudrak
79721bd355
NOBUG Removing typo: redundant variable assignment
2010-06-21 22:01:11 +00:00
David Mudrak
ec70045cf8
NOBUG: Missing comma in SQL
2010-06-21 21:57:24 +00:00
Petr Skoda
f6fdf620c2
MDL-22779 fixing add instance to show only cohorts from parent contexts once more
2010-06-21 17:01:25 +00:00
Petr Skoda
d675887bc0
MDL-22779 fixing add instance to show only cohorts from parent contexts
2010-06-21 16:57:56 +00:00
Eloy Lafuente
b31f126a2a
NOBUG: nothing
2010-06-21 16:56:28 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
jerome mouneyrac
2c9bb9c327
registration MDL-22662 display explicit error message when ws communication fail when trying to retrieve hub listing from hub directory
2010-06-21 09:42:53 +00:00
jerome mouneyrac
7399bcef68
course publication MDL-19315 display better error message if web service communication with the hub failed
2010-06-21 09:33:57 +00:00
Dongsheng Cai
3ebb42aeea
MDL-22764, added capability check on view.php, edit.php requires managefiles capability, use require_login to force logged in user in edit.php page
2010-06-21 09:11:24 +00:00
David Mudrak
a76982080e
MDL-21695 Replaced grade/showranges.html
...
AMOS BEGIN
MOV [configshowranges,core_grades],[showranges_help,core_grades]
HLP grade/showranges.html,[showranges_help,core_grades]
AMOS END
2010-06-21 09:07:45 +00:00
jerome mouneyrac
178f282b10
Community block MDL-19314 better error messages when an communication error occurs between site and hub or site and hub directory
2010-06-21 09:00:41 +00:00
Dongsheng Cai
db954abaa6
MDL-22712, added admin options to enable/disable comments in blog, and a switch to show/hide comments count
2010-06-21 08:57:59 +00:00
David Mudrak
9b600fd247
MDL-21695 Replaced grade/showquickfeedback.html
...
AMOS BEGIN
MOV [configshowquickfeedback,core_grades],[showquickfeedback_help,core_grades]
HLP grade/showquickfeedback.html,[[showquickfeedback_help,core_grades]
AMOS END
2010-06-21 08:43:28 +00:00
David Mudrak
ff268dcb28
MDL-21695 Replaced grade/showpercentage.html
...
AMOS BEGIN
MOV [configshowpercentage,core_grades],[showpercentage_help,core_grades]
HLP grade/showpercentage.html,[showpercentage_help,core_grades]
AMOS END
2010-06-21 08:39:27 +00:00
David Mudrak
69558ec30c
MDL-21695 Replaced grade/shownumberofgrades.html
...
AMOS BEGIN
MOV [configshownumberofgrades,core_grades],[shownumberofgrades_help,core_grades]
HLP grade/shownumberofgrades.html,[shownumberofgrades_help,core_grades]
AMOS END
2010-06-21 08:31:39 +00:00
David Mudrak
a78f1e295b
MDL-21695 Replaced grade/showlocks.html
...
AMOS BEGIN
MOV [configshowlocks,core_grades],[showlocks_help,core_grades]
HLP grade/showlocks.html,[showlocks_help,core_grades]
AMOS END
2010-06-21 08:28:09 +00:00
David Mudrak
456ac98c26
MDL-21695 Ooops - I forgot to include a file in the previous commit
...
AMOS BEGIN
MOV [configshowhiddenitems,core_grades],[showhiddenitems_help,core_grades]
HLP grade/showhiddenitems.html,[showhiddenitems_help,core_grades]
AMOS END
2010-06-21 08:20:59 +00:00
Dongsheng Cai
df911361d6
MDL-22764, fixed required_param parameters, and removed unused global variables
2010-06-21 08:20:34 +00:00
Dongsheng Cai
c84cea17b3
MDL-22764, a moodle form to manage folder module instance
2010-06-21 07:55:18 +00:00