moodle/user
Sam Hemelryk a65cbb009c 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.

Conflicts:
	lib/outputlib.php
2014-04-06 15:17:42 +12:00
..
filters MDL-40447 Administration: Fix translation: "Profile" should be "Profile Fields" on advanced (more...) user filter form 2013-08-17 23:30:39 +03:00
profile MDL-42883 Administration: Check sessionkey before taking action on user profile fields 2014-01-06 13:58:59 +08:00
selector MDL-42998: Fix user selection search options autoselectunique. 2013-11-26 10:50:17 +08:00
tests MDL-44279 user: added unit test to trigger known bug 2014-02-21 08:34:42 +13:00
action_redir.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
addnote.php MDL-34674 use browser built-in spell checking in all browsers except < IE10 2013-04-12 11:33:23 +02:00
edit.php MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas 2013-10-21 14:17:55 +08:00
edit_form.php MDL-38654 do not test $CFG->gdversion 2013-03-22 16:57:55 +01:00
editadvanced.php MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas 2013-10-21 14:17:55 +08:00
editadvanced_form.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
editlib.php MDL-43169 core_calendar: introduced calendar type system setting (Backport of MDL-42932) 2014-02-16 13:52:57 -08:00
emailupdate.php MDL-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08:00
externallib.php MDL-41914 New webservice core_user_add_user_device 2013-10-04 11:43:45 +02:00
files.php MDL-40036 user: Respect capability to ignore user quota 2013-06-06 12:41:26 +08:00
files_form.php MDL-38790 Repositories: missing call to setType in 'My private files' form 2013-03-28 22:12:53 +01:00
groupaddnote.php MDL-34674 use browser built-in spell checking in all browsers except < IE10 2013-04-12 11:33:23 +02:00
grouppix.php MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
index.php MDL-41075 Remove "Choose..." option from participants page. 2013-12-16 12:08:36 +08:00
lib.php MDL-42279 user: fixed typo in user_get_user_details_courses 2014-02-21 08:34:42 +13:00
managetoken.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
message.html MDL-40493 User preference: Allow users to set their preferred text editor. 2013-10-02 12:49:30 +08:00
messageselect.php MDL-40493 User preference: Allow users to set their preferred text editor. 2013-10-02 12:49:30 +08:00
module.js MDL-34741 use 2in3 in some user TreeView 2012-08-11 20:40:04 +02:00
pix.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
pixgroup.php MDL-24500 group pix BC - just empty image to prevent broken links 2010-10-03 18:27:21 +00:00
policy.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
portfolio.php MDL-44148 portfolio: set_user_config usage fix 2014-03-18 14:27:02 +08:00
portfoliologs.php MDL-36783 usability: Portfolio CSS for new icons 2012-11-28 14:07:43 +08:00
profile.php MDL-41511 blocks: improved how custom block regions were being rendered. 2014-04-06 15:17:42 +12:00
profilesys.php MDL-41511 blocks: improved how custom block regions were being rendered. 2014-04-06 15:17:42 +12:00
renderer.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
repository.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
view.php MDL-40045 user: replaced add_to_log call when a user profile is viewed with an event 2013-10-21 11:53:31 +08:00