Jun Pataleta
51c6cfb69a
Merge branch 'MDL-60762-master' of git://github.com/junpataleta/moodle
2018-03-28 18:16:12 +02:00
Adam Pawełczak
7ccb6bb3cc
MDL-60762 tool_usertours: Respect $CFG->admin in manager.php
2018-03-27 15:18:03 +08:00
Marina Glancy
1f0157e137
MDL-61328 tool_usertours: do not fix tour sortorder after step editing
...
otherwise it breaks when we try to modify the step sortorder
2018-03-26 09:52:14 +08:00
Andrew Nicols
d3c607178b
MDL-61570 tool_usertours: Implement Privacy API
2018-03-09 12:55:44 +08:00
John Beedell
77d2e46c4f
MDL-60211 User tours: New filters for User Tours
2017-10-13 17:14:15 +01:00
Damyon Wiese
663640f5b3
MDL-40759 icons: convert uses of pix_url to pix_icon
...
Also change filepicker to use scaled svgs instead of sets of custom pngs. The svgs are taken from font-awesome.
2017-03-17 15:52:17 +08:00
Andrew Nicols
1b70f778fd
MDL-53978 tool_usertours: No tours for guest or no user
2017-03-02 10:24:06 +08:00
Brendan Heywood
3e050643c7
MDL-53978 usertours: Swap to better callback
2017-02-24 13:06:54 +11:00
Ryan Wyllie
10df630ee8
MDL-56553 tool_usertours: add admin and course tours
2016-12-01 00:44:29 +00:00
Ryan Wyllie
3eb3d916cb
MDL-56553 tool_usertours: allow tours to be shipped with Moodle
2016-12-01 00:36:02 +00:00
David Monllao
42cf4a3470
Merge branch 'MDL-57023-master' of git://github.com/andrewnicols/moodle
2016-11-22 10:23:21 +08:00
Andrew Nicols
aacdf8e280
MDL-57023 tool_usertours: Ensure that the tour key is unique
...
The tour key was already unique, but this change makes it unique to the
current user too.
2016-11-22 09:05:31 +08:00
Andrew Nicols
c6b4421524
MDL-57017 tool_usertours: Allow targetting of the frontpage
2016-11-17 10:23:00 +08:00
Andrew Nicols
592c691c8f
MDL-56555 tool_usertours: Update tool sharing link
2016-11-08 13:51:11 +08:00
Andrew Nicols
41c1314fbd
MDL-56509 tool_usertours: Fetch all role shortnames
2016-11-01 10:14:48 +08:00
Dan Poltawski
b7f3b1365d
Merge branch 'MDL-56509-master' of git://github.com/andrewnicols/moodle
2016-10-31 09:35:21 +00:00
Dan Poltawski
737e3c3b67
Merge branch 'MDL-56487-master' of git://github.com/andrewnicols/moodle
2016-10-25 08:42:58 +01:00
David Monllao
f5b07540c7
Merge branch 'MDL-56532-master' of git://github.com/andrewnicols/moodle
2016-10-25 12:43:36 +08:00
David Monllao
0add237ef5
Merge branch 'MDL-56516-master' of git://github.com/andrewnicols/moodle
2016-10-25 12:37:44 +08:00
Andrew Nicols
14d9b4fd85
MDL-56532 tool_usertours: Correct langstring uses for top/bottom
2016-10-25 12:15:34 +08:00
Andrew Nicols
6db92c6c37
MDL-56516 tool_usertous: Remove eroneous test
2016-10-25 08:54:33 +08:00
Andrew Nicols
67b49f27a4
MDL-56516 tool_usertours: Adjust tour query for MySQL
2016-10-25 08:39:36 +08:00
Eloy Lafuente (stronk7)
d6ab5917fa
Merge branch 'MDL-56532-master' of git://github.com/andrewnicols/moodle
2016-10-24 20:05:03 +02:00
Dan Poltawski
b37895a13a
Merge branch 'MDL-56531-master' of git://github.com/andrewnicols/moodle
2016-10-24 15:43:27 +01:00
Andrew Nicols
c6698a4f0f
MDL-56532 tool_usertours: Improve help for step editing
2016-10-24 21:21:44 +08:00
Andrew Nicols
3f41a803e7
MDL-56531 tool_usertours: Run step title/content through filters
2016-10-24 21:18:10 +08:00
Andrew Nicols
6511cf7795
MDL-56509 tool_usertours: Remove guest from list and add admin
...
It is not possible to display a tour to users with the guest role so remove
all users with this archetype from the list.
This also changes behaviour such that it is possible to target a tour just
to administrators and administrators are not shown the tours for roles
which they do not have in the current context.
2016-10-24 15:11:54 +08:00
Andrew Nicols
1093e43bda
MDL-56516 tool_usertours: Cache tours and steps
2016-10-24 11:34:10 +08:00
Andrew Nicols
b7daff836d
MDL-56487 tool_usertours: Sort blocks alphabetically
2016-10-21 10:53:21 +08:00
Andrew Nicols
31c3b7a2e1
MDL-52777 tool_usertours: Stop testing pending upgrades
2016-10-20 14:51:57 +08:00
Andrew Nicols
55dba8058f
MDL-52777 tool_usertours: Only return tours with steps
2016-10-20 13:44:18 +08:00
Andrew Nicols
c4d5fb53ce
MDL-52777 tool_usertours: Only check plugin for needs update
...
The moodle_needs_upgrade() function includes every version.php in Moodle
which poses a performance issue, especially when called on every page.
2016-10-20 11:16:54 +08:00
Andrew Nicols
a8dded9bfc
MDL-52777 tool_usertours: Correct & to && in test
2016-10-20 09:54:26 +08:00
Andrew Nicols
68855baecd
MDL-52777 tool_usertours: Prepare target data when displaying form
2016-10-19 15:40:53 +08:00
Andrew Nicols
42bb3f8b66
MDL-52777 tool_usertours: Less strict comparison for tour ID
2016-10-19 14:57:13 +08:00
Andrew Nicols
001fc061bd
MDL-52777 tool_usertours: Add the new User Tours plugin
2016-10-19 09:48:03 +08:00