Andrew Hancox
64cd459648
MDL-50666 core: Rename allow_ACTION to core_role_set_ACTION_allowed
2017-12-19 13:53:23 +13:00
Andrew Nicols
27973b545c
MDL-60763 calendar: Use PHP concat, not JS
2017-11-10 13:56:39 +08:00
Andrew Nicols
41b7375c07
MDL-60763 core_calendar: Deprecate calendar_get_upcoming
2017-11-10 13:45:32 +08:00
John Okely
672f483670
MDL-42834 admin: Removal of httpswwwroot
2017-10-23 12:25:36 +08:00
John Okely
4b501ec96b
MDL-42834 admin: Deprecate https_required and verify_https_required
2017-10-23 12:25:35 +08:00
Andrew Nicols
5ff6114623
MDL-60065 calendar: Deprecate calendar_get_mini and friends
...
This is no longer used and should be deprecated.
2017-09-19 13:21:58 +08:00
Eloy Lafuente (stronk7)
6fff2a911a
Merge branch 'MDL-50265-master' of git://github.com/danpoltawski/moodle
2017-06-06 19:27:59 +02:00
Skylar Kelty
4bdd769309
MDL-49398 accesslib: Update for 3.4 and cleanups
2017-06-05 15:13:07 +01:00
Dan Poltawski
e4f4d34131
MDL-50265 deprecatedlib: final deprecation of 3.0 deprecations
...
These functions have now been deprecated for 4 releases, so are being
removed according to:
https://docs.moodle.org/dev/Deprecation#Step_2._Final_deprecation
2017-06-02 11:11:37 +01:00
Tony Levi
e705e69e7f
MDL-49398 accesslib: Simplify role definition loading and cache
...
This change removes the complex and partial loading of role definition data for users.
It is replaced by keeping one system-wide definition for each role in MUC.
This is cheaper to regenerate as it avoids complex database queries (repeated LEFT JOIN to context).
Memory usage is kept low thanks to array CoW for each user access data.
2017-06-02 07:53:23 +01:00
Dan Poltawski
53ca9cc890
MDL-50273 deprecatedlib: final deprecation of groups functions
2017-05-30 10:23:33 +01:00
Jun Pataleta
e8d39b3926
MDL-58803 calendar: Require calendar/lib.php
2017-05-04 13:03:55 +08:00
Mark Nelson
063b7ee647
MDL-58507 core: link functions with final deprecation issue
2017-04-12 12:38:51 +08:00
Mark Nelson
10515e152d
MDL-58424 core: undeprecated calendar_* functions
...
Part of MDL-55611 epic.
2017-04-04 11:01:52 +01:00
Mark Nelson
e1cd93ce20
MDL-58423 core_calendar: moved \core_calendar\event class
...
Part of MDL-55611 epic.
2017-04-04 11:01:49 +01:00
Jun Pataleta
966cbed632
MDL-58386 core: Fixed CI issues
...
Part of MDL-55611 epic.
2017-04-04 11:01:46 +01:00
Cameron Ball
200f979c4c
MDL-58087 core_calendar: Keep legacy implementation of calendar_get_events
...
The new implementation of calendar_get_events (i.e., \core_calendar\api::get_events)
has a subtly different behaviour. So we need to maintain the existing implementation
in deprecatedlib.
Part of MDL-55611 epic.
2017-04-04 11:01:41 +01:00
Cameron Ball
e798fa76f5
MDL-58110 core_calendar: Add proxy for modules
...
Modules associated with an event are stored in the event table
as the module's name and instance number not the actual ID of the instance
in the modules table.
So to lazy load them we need a proxy that uses the module name and instance
rather than the ID.
Part of MDL-55611 epic.
2017-04-03 11:37:06 +08:00
Mark Nelson
12cbce0aa3
MDL-57888 core_calendar: moved functions from calendar/lib.php
...
Part of MDL-55611 epic.
2017-04-03 11:35:38 +08:00
Mark Nelson
e057f279e4
MDL-57497 core_calendar: added new calendar event class
...
Moved calendar_event class to new location using replaceclasses.php
Part of MDL-55611 epic.
2017-04-03 11:33:55 +08: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
Ryan Wyllie
b1e6f1a8fb
MDL-57370 message: deprecate message_get_recent_conversations
2017-02-07 01:40:47 +00:00
Jun Pataleta
26dca05d02
MDL-56407 message: Indicate user is blocked in message area
2016-11-17 09:11:37 +08:00
David Mudrák
6b6a2ec439
MDL-56916 docs: Fix documentation of the normalize_component return
2016-11-12 10:45:29 +01:00
David Monllao
80b74762c9
DML-53048 forms: Remove conflict resultion remaining bit
...
Change wrong alternative references as well.
2016-10-24 11:16:53 +08:00
Andrew Nicols
ac157b0bbe
MDL-53048 forms: Deprecate prevent_form_autofill_password
2016-10-24 08:19:44 +08:00
Andrew Nicols
f0f4c1939c
MDL-55175 course: Begin deprecation process for pring_log_*
2016-10-17 11:08:20 +08:00
Dan Poltawski
34930e37cd
MDL-54682 deprecatedlib: fix trailing whitespace
2016-10-11 13:17:42 +01:00
Mark Nelson
5b0769db68
MDL-54744 core_message: deprecated functions in message/lib.php
...
Also -
1) Made note of the deprecation as well as the functions and
files that were removed earlier in upgrade.txt.
2) Added new functions to api.php to replace the deprecated ones
that were being used in unit tests.
3) Removed files that are no longer being used.
2016-10-07 16:35:25 +08:00
Eloy Lafuente (stronk7)
b8c241b1fd
Merge branch 'MDL-56172-master' of git://github.com/danpoltawski/moodle
2016-10-04 00:53:02 +02:00
Dan Poltawski
d52ebf11d3
MDL-56172 css: remove css optimiser
...
This functionality no longer makes sense inside Moodle now that we have
external tools like stylelint to help us with this. It was not able to
be used by any core themes.
The code was always marked as not for external use.
2016-09-29 16:40:40 +01:00
Jun Pataleta
d3932d2b51
MDL-53765 core: Deprecate update_module_button functions
...
First stage deprecation for the functions update_module_button and
core_renderer::update_module_button().
2016-08-09 11:17:43 +08:00
Rex Lorenzo
6a853f7521
MDL-53765 mod_resource/mod_wiki: Removed update_module_button()
2016-08-09 10:00:54 +08:00
Andrew Nicols
2c2f4f17c3
MDL-24343 core: Deprecate unzip_file
2016-08-03 09:05:55 +08:00
Andrew Nicols
56b9e796af
MDL-24343 core: Deprecate zip_files
2016-07-29 08:15:16 +08:00
Dan Poltawski
d0733c7d69
Merge branch 'MDL-50051-master' of git://github.com/junpataleta/moodle
2016-07-26 09:14:45 +01:00
Jun Pataleta
3046ee9f0d
MDL-50051 core: Update todo tag comment for get_referer
2016-07-19 13:40:09 +08:00
Jun Pataleta
2a72354167
MDL-50051 core: Add deprecated tags to deprecated methods
2016-07-19 13:39:39 +08:00
Adrian Greeve
f6f0ba2d45
MDL-55126 files: Deprecate get_records_csv and put_records_csv.
...
Initial deprecation of the above functions.
2016-07-13 14:22:46 +08:00
Damyon Wiese
11c16f5fc8
MDL-53772 externallib: Deprecate external_function_info()
2016-04-14 15:07:41 +08:00
Simey Lameze
a77e0611a0
MDL-50050 core_deprecated: remove deprecated functions from 2.9
2016-04-01 09:33:30 +08:00
Dan Poltawski
4a166bfd16
Merge branch 'wip-MDL-51867-master2' of https://github.com/marinaglancy/moodle
2016-03-22 13:13:57 +08:00
Marina Glancy
322f314155
MDL-51867 scales: any plugin type can declare a scale as used
2016-03-16 13:15:36 +08:00
Marina Glancy
f59f89b4a8
MDL-52869 course: use inplace_editable for activity names
2016-03-15 17:19:38 +08:00
Dan Poltawski
2158e87492
Merge branch 'MDL-50887-master' of https://github.com/lucisgit/moodle
2016-03-01 14:49:33 +08:00
Ruslan Kabalin
11362ae3ff
MDL-50887 antivirus: Use namespace referenced classes.
2016-02-29 09:31:09 +00:00
Andrew Nicols
243468030a
MDL-30811 output: Tidy up notifications
2016-02-28 19:16:34 +08:00
Ruslan Kabalin
375223c6db
MDL-50887 antivirus: Deprecate functions no longer required.
...
This also removes abandoned strings that are no longer in use (since
1e23ff2 landed).
2016-02-25 09:55:45 +00:00
Marina Glancy
e11d7380c2
MDL-51283 core_tag: change tagtype to isstandard
...
Change 'official' to 'standard' in UI
2016-02-02 17:31:14 +08:00
Andrew Nicols
6c99c1e777
Merge branch 'MDL-48621_master' of git://github.com/dmonllao/moodle
2016-01-19 15:47:12 +08:00