Sam Hemelryk
d3670843eb
MDL-42629 course: changed new course to create new course
2013-11-05 09:49:14 +08:00
Sam Hemelryk
83886a49a0
MDL-42629 course: changed sub category to subcategory
2013-11-05 09:49:13 +08:00
Sam Hemelryk
017518d4f8
MDL-42629 course: fixed up create category management actions
2013-11-05 09:49:13 +08:00
Sam Hemelryk
115e5f052f
MDL-42629 course: renamed re-sort to sort
2013-11-05 09:49:13 +08:00
Rajesh Taneja
3b732cd6cc
MDL-42492 course: Show option to move category to top level
...
added behat to test move category
2013-11-01 15:53:38 +11:00
Sam Hemelryk
cda49969c3
MDL-42300 course: improved category re-sort controls.
...
* The top action now works on top level categories and has
a better title.
* Each category has its own resort actions now.
2013-11-01 08:57:39 +08:00
Frederic Massart
be99db5b96
MDL-22669 course: Display section number for orphaned activities
2013-10-28 14:44:08 +08:00
Dan Poltawski
616e57d926
Merge branch 'MDL-40045_master' of https://github.com/markn86/moodle
2013-10-22 12:11:45 +02:00
Mark Nelson
f2f694f399
MDL-40045 user: replaced add_to_log call when the user list is viewed with an event
2013-10-21 11:53:31 +08:00
Mark Nelson
c76318d338
MDL-40045 user: replaced add_to_log call when a user profile is viewed with an event
2013-10-21 11:53:31 +08:00
Mark Nelson
70f210c04f
MDL-42201 backup: introduced new automatic backup state
2013-10-21 11:51:12 +08:00
Sam Hemelryk
9860e57104
MDL-42258 course management: improved role assignments string
2013-10-11 11:43:51 +13:00
Dan Poltawski
4f0eaf18f4
Merge branch 'MDL-40493-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2013-10-08 16:42:17 +08:00
Damyon Wiese
18ef6201c0
Merge branch 'passwordreset-2013-10-07-1031Z' of https://github.com/peterbulmer/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2013-10-08 10:30:57 +08:00
Peter Bulmer
2f0dd8d5bd
MDL-23692 forgotpw: Coding style tidyups.
2013-10-07 20:54:51 +13:00
Sam Hemelryk
7fd307b153
MDL-31830 course: fixed up minor points as noted by Damyon's integration review
...
* Fixed typo breaking drag and drop of courses.
* Fixed the ' ' title for the create new button plus two other icons I found as well.
* Adding padding to items displayed in the action menu drop down. base + bootstrapbase.
* Padding adjusted to the same as on the course page. base + bootstrapbase.
* Removed hover icon from categories. base only.
* Fixed categroy typo
* Removed min-width that was being applied to coursename making its clickable area larger than normal.
* The category tree is now presented using aria attributes as per http://www.w3.org/WAI/GL/wiki/Using_ARIA_trees
* Bulk action selectors now use aria-labelledby
* Category course count now given access hidden label.
* Pagination links now have better titles.
* The course action icons now present with role=button
2013-10-07 19:41:52 +13:00
Sam Hemelryk
b488058f7d
MDL-31830 course: fixed interface issues with limited user
...
* Navigation/settings now show best available option.
* Resorting categories works now for limited access user.
* Display of up and down arrows corrected.
* Checkboxes no longer displayed if an action can't be performed.
2013-10-07 10:22:51 +13:00
Sam Hemelryk
f454e3247d
MDL-31830 course: management interface fixes as noted
...
* Fixed the highlighing of the default category when no categories have been selected.
* Fixed the bug preventing the action menu for AJAX loaded categories from functioning.
* Repositioned course idnumber infront of course actions.
* Fixed display of moveup on first item and movedown on last item (courses and categories)
* Fixed up resort selected categories string.
2013-10-07 10:22:45 +13:00
Sam Hemelryk
5dc361e16e
MDL-31830 core_course: new course category management interface
...
* Implemented a new course and category management page.
* Deprecated the old management interface.
* Unit tests to cover the new API and core functions.
* Behat tests to cover the new interface.
2013-10-07 10:21:41 +13:00
Peter Bulmer
92de749fc7
MDL-23692 forgotpw: Simplify forgotpw process.
2013-10-04 22:37:56 +13:00
Peter Bulmer
4f3f6524e8
MDL-23692 forgotpw: Improve failure notices.
2013-10-03 23:12:22 +13:00
Damyon Wiese
3d27180e94
MDL-40493 User preference: Allow users to set their preferred text editor.
...
This changes the setting htmleditor in the user table from a 0 or 1 column
to a user preference for the name of their preferred html editor.
2013-10-02 12:49:30 +08:00
Eloy Lafuente (stronk7)
18ccaca2e2
Merge branch 'MDL-41726-master-2nd' of git://github.com/FMCorz/moodle
...
Conflicts:
lang/en/moodle.php
2013-09-24 23:13:50 +02:00
Frederic Massart
11b0c8e0e6
MDL-41726 mod_quiz: Replace handlers with observers for group events
...
This also implements a filtering of the events to be handled when
a course reset has been started.
2013-09-20 12:25:38 +08:00
Ankit Agarwal
0158650f59
MDL-39959 events: Add course module events
...
Added event course_module_created
Added event course_module_updated
Added event course_module_deleted
2013-09-16 13:42:37 +08:00
Dan Poltawski
c247756b0c
Merge branch 'MDL-41428-master' of git://github.com/FMCorz/moodle
2013-09-03 12:27:26 +08:00
Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08:00
Ankit Agarwal
589748316d
MDL-40052 events: Add a base class for content view
2013-08-27 15:22:28 +08:00
Frederic Massart
5d9b539ee2
MDL-41428 repository_coursefiles: Missing white space in name
2013-08-27 10:31:27 +08:00
Damyon Wiese
5a10d2a7ae
Merge branch 'wip-mdl-40043' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
course/tests/courselib_test.php
lang/en/moodle.php
2013-08-20 14:40:42 +08:00
Rajesh Taneja
ed29bf0f66
MDL-40043 Events API: Added course_section_updated event to replace add_to_log
2013-08-20 14:07:35 +08:00
Dan Poltawski
91a888df34
Merge branch 'MDL-39957_master' of https://github.com/markn86/moodle
2013-08-20 12:38:08 +08:00
Mark Nelson
a4003c733a
MDL-39957 course: replaced the course_restored legacy event
2013-08-15 18:14:08 +08:00
Mark Nelson
f326c5b4f4
MDL-39957 course: replaced the course_category_deleted legacy event
2013-08-15 18:14:08 +08:00
Mark Nelson
db53f7fe28
MDL-39957 course: replaced the course_content_deleted legacy event
2013-08-15 18:14:08 +08:00
Mark Nelson
c347241ac8
MDL-39957 course: replaced the course_deleted legacy event
2013-08-15 18:14:07 +08:00
Mark Nelson
53a8e678bf
MDL-39957 course: replaced the course_updated legacy event
2013-08-15 18:14:07 +08:00
Mark Nelson
3c2fab942b
MDL-39957 course: replaced the course_created legacy event
2013-08-15 18:14:07 +08:00
Damyon Wiese
bbb483b259
MDL-36002 Drag and Drop: Improvements to keyboard drag and drop
...
List of fixes:
* Add a simulated drag start event to fix problems with block drag and drop that
were expecting it.
* Add an access-hidden title for the General section in a course format. This
is used to provide the text for the drop region (better than the first activity in the section)
* Changed the text in the list to 'Move to "General"' instead of 'Move after General'. This
makes more sense for activities when you have a list of activities and sections together.
2013-08-15 16:15:32 +08:00
Damyon Wiese
dd66b6ab48
MDL-36002 core: Make drag and drop keyboard friendly (round 2)
2013-08-15 14:39:00 +08:00
Sam Hemelryk
702d1f853e
Revert "MDL-36002 core: Make drag and drop keyboard friendly"
...
This reverts commit 7c271b9
, 313e585
, ade4695
, and 70b4027
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-15 13:59:06 +12:00
Sam Hemelryk
0b7e4a1474
Merge branch 'MDL-4908-m' of git://github.com/andrewnicols/moodle
...
Conflicts:
version.php
2013-08-14 09:15:00 +12:00
Andrew Nicols
3d4cf54820
MDL-4908 Forum: Add help for profile maildigest setting
2013-08-13 14:46:11 +01:00
Damyon Wiese
7c271b918e
MDL-36002 core: Make drag and drop keyboard friendly
...
This change adds keyboard support to core drag and drop.
Selecting a grab handle and hitting enter (or space) will
open a menu of possible drop targets and allow you to choose one.
The only other UI change this implies is we need to show the grab
for blocks.
2013-07-31 16:43:25 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Damyon Wiese
24e13d4283
Merge branch 'MDL-39813_login' of git://github.com/andyjdavis/moodle
2013-07-03 11:35:53 +08:00
Eloy Lafuente (stronk7)
8b180f2317
Merge branch 'MDL-40439-en_fix' of git://github.com/mudrd8mz/moodle
2013-07-02 13:47:09 +02:00
Helen Foster
77fc81f3ee
MDL-40439 Merge English strings from the en_fix language pack
2013-07-02 11:42:10 +02:00
Petr Škoda
cd79930e4d
MDL-39088 migrate module uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00
Petr Škoda
ba7ce5e150
MDL-39088 migrate local uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00