moodle/user
Mark Nelson 5ca04d0ef1 MDL-18375 calendar: fixed issue when resaving the year in the datetime field causing the year to decrease
For example, a user may create a date/time profile field and set the 'Start year'
field to '2012'. Another user, using the Hijri calendar, may edit the name of
this field. They visit the settings page and in this case the date '1/1/2012'
is converted to '7/2/1433' in Hijri. So, the year '1433' is then displayed.
The user then changes the name of this field and saves the form. This is where
the issue occurs, as the date '1/1/1433' is converted into Gregorian, which
converts to the year '26/09/2011', so the year '2011' is saved in the DB, not
'2012'.
2013-09-05 18:32:16 +08: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-18375 calendar: fixed issue when resaving the year in the datetime field causing the year to decrease 2013-09-05 18:32:16 +08:00
selector MDL-40468 libraries: removed usages of get_related_contexts_string() in core 2013-07-19 15:17:50 +08:00
tests MDL-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08: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-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08:00
edit_form.php MDL-38654 do not test $CFG->gdversion 2013-03-22 16:57:55 +01:00
editadvanced.php MDL-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08:00
editadvanced_form.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
editlib.php MDL-18375 calendar: only display the choice of calendar types if there is more than one 2013-09-05 18:32:16 +08:00
emailupdate.php MDL-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08:00
externallib.php MDL-22236 user webservice: add_user_private_files 2013-08-08 12:05:40 +08: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 Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
lib.php MDL-39961 Events: Replace Legacy events - User 2013-09-02 16:10:05 +08:00
managetoken.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
message.html MDL-36600 user: improve course messaging checks 2013-01-09 09:21:35 +13:00
messageselect.php MDL-41317 Set correct context to send bulk message page 2013-08-26 17:41:43 +10: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-34401 Replace ad-hoc plugin request caches with proper application caches 2013-03-11 12:48:53 +01:00
portfoliologs.php MDL-36783 usability: Portfolio CSS for new icons 2012-11-28 14:07:43 +08:00
profile.php MDL-40788 Profile: Remove debugging code displayed on profile page 2013-07-19 15:21:04 +01:00
profilesys.php MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08: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-41369 Set proper context and navigation path for user messages 2013-08-26 17:32:57 +10:00