Charles YVANES
458453cee0
MDL-29895 core: removed require_login() when not needed
2018-09-10 11:22:50 +02:00
Víctor Déniz Falcón
02fda279ed
MDL-57281 behat: deprecated step definition I navigate to node in
...
Definition step deprecated and affected tests modified.
2018-08-20 12:53:26 +01:00
Zig Tan
25e213ad8f
MDL-61947 core_my: Implemented privacy providers
2018-04-26 12:50:22 +08:00
sam marshall
557554f99f
MDL-58957 Global search: Add time fields to block_instances
2017-06-29 15:14:47 +01:00
Marina Glancy
34c9d28e62
MDL-50770 blocks: copy sitewide blocks positions when cloning dashboards
2017-02-13 15:17:09 +08:00
Marina Glancy
e5287f9b3b
MDL-56614 behat: navigate without navigation and admin blocks
2016-12-06 11:49:14 +08:00
Marina Glancy
392367c4f7
MDL-56586 behat: fix behat tests to work with new add block
2016-11-25 14:04:10 +08:00
Luke Carrier
14d6c1cf79
MDL-55902 my: Add additional information to dashboard reset events
...
* Add $private and $pagetype information to the 'other' parameter of
the dashboard(s) reset events.
2016-10-24 11:03:10 +08:00
David Monllao
46ac7b07d4
MDL-45753 events: Fix event context
2016-07-26 04:05:18 +08:00
Stephen Bourget
94c7e9f1de
MDL-45753 Events: Add view and reset events for the dashboard
2016-07-20 22:50:55 -04:00
Marina Glancy
17c78cceb0
MDL-54968 user: change query for resetting dashboard
...
In case of inconsistent data the fatal error could have happen.
Also improve performance by joining several queries into one.
2016-06-27 15:08:24 +08:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Jun Pataleta
46b888dbd6
MDL-53425 blocklib: Raise execution time for dashboard reset process
2016-05-30 14:12:28 +08:00
Jun Pataleta
4eba620ae3
MDL-53425 blocklib: Perform deletion of block instances by chunk
2016-05-30 11:22:47 +08:00
Andrew Nicols
0e8ce68a17
MDL-30811 core: Fix tests where continue button has been removed
2016-02-29 09:05:58 +08:00
Andrew Nicols
5ddf81cd27
MDL-51214 block_news_items: Rename to "Latest announcements"
2016-02-16 10:05:27 +08:00
Frederic Massart
080707079d
MDL-46878 my: Behat tests to cover reset of all customised pages
2015-09-18 11:40:09 +08:00
Frederic Massart
ad347f6874
MDL-46878 my: Allow admins to reset everyone's dashboard
2015-09-18 11:40:09 +08:00
Marina Glancy
7f0c7f01c0
MDL-51062 behat: permission steps should work without js
2015-08-09 20:33:27 +08:00
Dan Poltawski
8930d28254
MDL-50663 blocks: minor style fixes
2015-07-21 15:42:34 +01:00
Skylar Kelty
56af0fbda8
MDL-50663 blocks: Fix /my/ page when in non-user context
2015-06-29 11:37:10 +01:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Frederic Massart
94e6f38fa6
MDL-50038 my: Redirect admin users to the notifications page when needed
2015-04-29 18:56:56 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Dan Poltawski
cb5ab19e77
Merge branch 'MDL-49306-master' of git://github.com/gurgus/moodle
2015-04-15 12:35:36 +01:00
Dan Poltawski
8f80ae2f5b
MDL-45774 fix trailing whitespace
2015-04-14 15:32:14 +08:00
Adrian Greeve
d9926e8664
MDL-49689 navigation: Allow the user to set their homepage.
...
Part of MDL-45774.
2015-04-13 15:54:24 +08:00
Frederic Massart
26a50547f0
MDL-49819 my: Display correct tag title on the dashboard
2015-04-13 15:31: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
Adrian Greeve
0ef6c85115
MDL-49688 navigation: Update to overview report and my index.
...
Part of MDL-45774.
2015-04-10 17:17:32 +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
Adrian Greeve
880c50731f
MDL-48930 navigation: Using user headers in user pages.
...
Pages that are percieved to be in a user context are now
using a user context for the header.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Dave Cooper
81d7de1aa1
MDL-48936 lang: Changed "My Home" to "Dashboard".
...
Part of MDL-45774
2015-04-10 17:16:27 +08:00
Nathan Lewis
ad5c323065
MDL-49306 blocks: Copy instance data when copying block instances
2015-04-08 14:41:05 +08:00
Frederic Massart
da45dc0497
MDL-47189 my: Update test to check that existing blocks remain after add
...
Specifically checking for strings in the blocks because the tests
passed when looking for the string anywhere.
2014-10-14 16:03:12 +08:00
Frederic Massart
dcb59c872c
MDL-45893 my: Specifically follow My home from block in Behat tests
2014-10-08 16:59:41 +08:00
Rajesh Taneja
0631009caf
MDL-45897 behat: fixed behat for my home page
2014-08-07 09:39:07 +08:00
Sam Hemelryk
3bf384d0e3
MDL-45147 my: automate testing of block restriction
2014-04-17 15:30:00 +12:00
Sam Hemelryk
225c418fd2
MDL-41511 blocks: improved how custom block regions were being rendered.
...
There is a new theme property 'blockrendermethod' that can be set by the
theme in its config.php and tells Moodle what method it is using to render
blocks in the layout files.
Either blocks, or blocks_for_region.
Then when adding custom block regions to a page content we ensure we use
the same method the theme is using elsewhere.
This is really a hack becuase we (I) didn't properly deprecate
blocks_for_region when I added the blocks method.
2014-04-06 15:17:47 +12:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Damyon Wiese
ff77d601d5
MDL-26680: Reset my moodle page - add sesskey check.
2014-01-22 10:00:43 +08:00
Michael Aherne
41dcfbf1af
MDL-26680 my page My Moodle "reset to default" button
2014-01-21 22:36:24 +00:00
Marina Glancy
b884e46d5d
MDL-43028 navigation: correct capability check
2013-11-25 13:27:01 +08:00
Rajesh Taneja
823c593fc5
MDL-43028 Navigation: Setting proper page properties on admin pages
2013-11-25 12:12:38 +08:00
Itamar Tzadok
110831ceaa
MDL-35216 My Moodle - Admin setting for controlling guest access to my moodle
2012-09-18 15:04:45 +08:00
Itamar Tzadok
613921c6bf
MDL-32688 My Moodle - Fixed fatal error in guest access to My Moodle
2012-09-14 15:17:19 -04:00
Ankit Agarwal
bf0f06b1be
MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method
2012-08-02 15:37:38 +08:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00
Sam Hemelryk
4766a50c19
navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit
2010-05-13 09:57:43 +00:00
Martin Dougiamas
bfe6fe455e
MDL-19124 Fix up the headers with strings
2010-05-05 05:58:56 +00:00