- 18 Aug, 2017 1 commit
-
-
Mark Nelson authored
This was done for indicators, targets and time splitting methods so that we can get the string identifier and component in order to display a help_icon. The functions were also made abstract, removing the default implementation. Indicators, targets and time splitting methods should define this function.
-
- 15 Aug, 2017 1 commit
-
-
Mark Nelson authored
Also fixed references to incorrect strings.
-
- 10 Aug, 2017 1 commit
-
-
David Monllao authored
-
- 09 Aug, 2017 4 commits
-
-
-
Simey Lameze authored
-
Simey Lameze authored
-
-
- 08 Aug, 2017 23 commits
-
-
David Monllao authored
Other related changes: - core_analytics\site get_start and get_end returning always integer values - Defer intval call in define_ranges to refine some seconds
-
-
David Monllao authored
-
-
-
-
jun authored
-
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
Ryan Wyllie authored
Revert the change I made in MDL-59382 to correctly set the id for inline form elements because it's breaking a bunch of different places that had already worked around the problem.
-
-
-
-
Andrew Nicols authored
-
John Okely authored
-
John Okely authored
It's impossible to gain the right colour contrast against a dark footer using the same primary colour that gets 4.5 against white.
-
-
-
-
-
- 07 Aug, 2017 10 commits
-
-
-
-
David Monllao authored
-
-
Cameron Ball authored
For historical reasons repositories need to call add_file_to_pool to sync file records. However now that a before_file_created hook has been added additional information is needed by add_file_to_pool. Ideally add_file_to_pool and friends will become private/protected, so we need to remove all uses of it in core. This patch adds some new methods to the file class to allow syncing to be managed internally by the file and the file_storage class.
-
-
-
-
-
-