Dan Poltawski
74a088bc82
Merge branch 'MDL-49662_master' of git://github.com/markn86/moodle
2016-01-13 11:40:49 +00:00
Mark Nelson
a0ac16cb88
MDL-49662 core: dropped support for legacy local_* navigation API
2016-01-06 16:53:33 +08:00
Michael Aherne
189875242e
MDL-52560 badges: Avoid trying to add badges when disabled
2015-12-18 14:13:32 +00:00
Brendan Heywood
d7238be174
MDL-51698 navigationlib: Add crumb trail meta data
2015-12-09 00:50:16 +01:00
David Monllao
00419a7a0b
Merge branch 'MDL-52237-master' of git://github.com/StudiUM/moodle
2015-12-03 11:11:02 +01:00
Frederic Massart
42dcfffc4f
MDL-52160 navigation: Mark category and module settings nodes as branch
2015-11-25 13:03:25 +08:00
Jean-Philippe Gaudreau
20dde5e674
MDL-52237 navigationlib: Plugins can extend navigation user profile
2015-11-23 11:04:44 -05:00
Frederic Massart
333dcd863f
MDL-52160 navigation: Really remove module settings empty nodes
2015-11-16 19:46:48 +08:00
Dan Poltawski
df8afc6305
Merge branch 'MDL-51500-master' of git://github.com/merrill-oakland/moodle
2015-10-15 13:52:46 +01:00
Ryan Wyllie
4b596728e7
MDL-51576 navigation: stop course nav duplication
...
The course navigation was getting duplicate nodes because
it was loading the nav tree plugin functions twice. Once
specifically for the reports and then a second time more generally.
The code will now explicitly skip loading the report plugin
functions on the second load.
2015-10-13 01:46:25 +00:00
Eric Merrill
ea9431eb7b
MDL-51500 navigation: Compute links with destination context
...
We should calculate the links based on the destination context,
not the current course. Could show links that are not accessible.
2015-10-07 10:00:59 -04:00
Dan Poltawski
5c7c9ea99a
Merge branch 'MDL-51107-master' of git://github.com/FMCorz/moodle
2015-09-22 15:11:10 +01:00
Frederic Massart
61ce548a71
MDL-51107 navigationlib: Plugins can extend navigation category settings
2015-09-22 21:58:50 +08:00
Dan Poltawski
2e3b61fc4a
MDL-50917 navigation: fix incorrect @since
2015-09-22 09:36:06 +01:00
Adrian Greeve
0305ee2781
MDL-50917 navigation: Allow users with permission to access preferences.
2015-09-22 10:57:51 +08:00
Mark Nelson
53914e4465
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
2015-09-14 08:23:32 +08:00
Marina Glancy
0d1e545612
MDL-51132 tags: do not use user tags for tagging courses
2015-09-05 11:21:15 +08:00
Marina Glancy
7a4ff165cb
MDL-25451 roles: check if user can assign foles in block
2015-08-31 16:03:27 +08:00
David Monllao
7333fa3391
MDL-50125 navigation: Allowing all kind of plugins to extend navigation
2015-07-23 08:40:06 +02:00
David Monllao
336bded4f1
Merge branch 'wip-MDL-50568-master' of git://github.com/marinaglancy/moodle
2015-06-22 15:33:06 +08:00
Marina Glancy
034fed3edc
MDL-49667 navigation: allow items without branches in the settings menu
...
also remove the code that adds a "return to XXX user" link that was
supposed to be removed in MDL-23911 , otherwise the link would become
visible after the bug fix (but not functional).
2015-06-16 10:19:52 +08:00
Marina Glancy
1d61d56574
MDL-50568 navigation: correct cap check
2015-06-12 10:41:36 +08:00
Ankit Agarwal
2d3fcda8ec
MDL-50340 adminstration: Fix restore course links
2015-05-25 11:11:20 +05:30
Marina Glancy
8b4568500b
MDL-49788 navigation: Ensure we only check active enrolments
2015-05-06 08:01:31 +01:00
Dave Cooper
327e68e69d
MDL-49845 notes: Changed headers for notes index
2015-05-04 14:02:17 +08:00
Dave Cooper
c1f97c777f
MDL-49845 blog: Fixed navigation logic for blog
2015-05-04 14:02:16 +08:00
Dave Cooper
298c9da5f1
MDL-49845 navigation: Fix breadcrumbs for links in my profile.
2015-05-04 14:02:16 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Andrew Nicols
2fac3c3c5f
Merge branch 'wip-MDL-49888-master' of git://github.com/abgreeve/moodle
2015-04-29 12:18:52 +08:00
Frederic Massart
c7d5ca8d16
MDL-49981 badges: Missing link to manage your badges
2015-04-28 10:13:36 +01:00
Adrian Greeve
12261113a9
MDL-49888 navigation: Added missing reports to user profile.
...
Added statistics and grade to the reports section in the user
profile.
2015-04-28 14:30:26 +08:00
Adrian Greeve
6e918b6437
MDL-45774 navigation: General fixes for the user navigation.
2015-04-13 15:54:24 +08:00
Adrian Greeve
ee8ad79fe0
MDL-49819 navigation: My courses no longer active but still expanded.
...
The 'My courses' link in the navigation tree is expanded but no longer
active on the dashboard screen.
Part of MDL-45774.
2015-04-13 14:41:55 +08:00
Adrian Greeve
f81893572c
MDL-49819 navigation: Added grades back to admin block.
...
Students can once again see the grades in the admin block
When navigating a course.
Part of MDL-45774.
2015-04-10 17:22:55 +08:00
Damyon Wiese
6bdc788054
MDL-45774 Navigation: Hide the second dashboard node from the navbar
2015-04-10 17:18:23 +08:00
Ankit Agarwal
07820cea4a
MDL-49412 navigation: Remove redundant reports node
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Damyon Wiese
479fa47d0b
MDL-49632 User preferences: Move preferences out of edit profile form.
...
This is a super confusing place to change your default text editor. Lets
make these things easy to find.
Part of MDL-45774
2015-04-10 17:17:08 +08:00
Adrian Greeve
c78dbe03fb
MDL-49634 navigation: My grades now relevant to teachers.
...
My grades was originally only showing grades to a student.
Now the report will also show teachers what courses they are
teachers in.
Part of MDL-45774.
2015-04-10 17:17:08 +08:00
Adrian Greeve
ace9bde851
MDL-49605 navigation: Permissions updated for blog preferences.
...
Permissions are now being checked before displaying a link to blog
preference pages.
Part of MDL-45774.
2015-04-10 17:17:08 +08:00
Damyon Wiese
4e1f60478a
MDL-49635 Navigation: Site pages consistent headers + navigation for preferences
...
Preferences pages cancel and continue buttons should lead back to preferences page.
Site pages should have consistent headers and breadcrumbs.
Hide the "Preferences" node in the navigation.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
f495187da7
MDL-48935 navigation: Update the user nav breadcrumbs.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Frederic Massart
8309caa643
MDL-45902 navigation: Moving repositories to the preferences
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
9461ea0679
MDL-45895 user: Preferences page presence in the navigation
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
36ffc1511c
MDL-45895 user: Re-organise orphans nodes on the preferences page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
c9451960e3
MDL-45894 navigation: My grades update to overview report.
...
Part of MDL-45774
2015-04-10 17:17:05 +08:00
David Mudrák
a69ba70ddc
MDL-49643 navigation: Fix API for extending navigation in local plugins
2015-03-26 12:17:15 +01:00
Frederic Massart
dc3b93cb6f
MDL-48937 navigation: Hide categories in navbar when system has only one
2015-01-30 14:58:14 +08:00
Andrew Nicols
436d1a1787
Merge branch '28067-29' of git://github.com/samhemelryk/moodle
2015-01-06 10:52:31 +08:00
Tim Price
6eb3da841d
MDL-48421 navigation: accounting for potential regression
2014-12-19 09:19:38 +11:00