Marina Glancy
a8fd33b02c
MDL-41715 Increase size of char fiels in user table
2013-09-16 17:51:05 +10:00
Mark Nelson
df5d27d892
MDL-18375 calendar: only display the choice of calendar types if there is more than one
2013-09-05 18:32:16 +08:00
Mark Nelson
022745acd2
MDL-18375 calendar: implemented the usage of the recently introduced automatic class loading
2013-09-05 18:32:16 +08:00
Mark Nelson
2f00e1b245
MDL-18375 calendar: huge refactor of the initial patch
...
1) Moved the calendar types location to a sub-folder in the calendar directory.
2) Removed/moved language strings.
3) Removed calendar types that should be downloaded as plugins.
4) Removed a Non-English language pack for the Gregorian calendar type that
should be downloaded separately.
5) Removed custom files responsible for checking for updates and uninstalling
calendar types, which should be done by core.
6) Removed JS from the calendar_month block as there is no non-JS alternative
provided and the JS written does not make use of the YUI library to ensure
multiple browser support.
7) Removed code from the base class responsible for creating timestamps that
are saved in the DB.
8) Added PHPDocs.
Note: In the original patch we are editing core functions responsible for saving
time in the database in the calendar base class. This is very dangerous, we do
not want to touch these functions as it could cause a complete fubar of the
database. There are places we are forcing the use of the gregorian calendar as
we are passing dates generated by the PHP date function, where as sometimes
we pass dates from usergetdate (which was being overwritten to return the
date specific to the calendar). We can not expect third party modules to
change the calendar type depending on the format they pass to these functions.
2013-09-05 18:30:05 +08:00
Shamim Rezaie
6dd59aabfa
MDL-18375 calendar: added multiple calendar support
...
Conflicts:
course/edit_form.php
lib/db/install.xml
lib/form/dateselector.php
lib/form/datetimeselector.php
lib/setup.php
2013-09-05 18:30:05 +08:00
Andrew Nicols
3d4cf54820
MDL-4908 Forum: Add help for profile maildigest setting
2013-08-13 14:46:11 +01:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Rajesh Taneja
69ff684cdb
MDL-28558 Administration: Made Country and City user profile fields optional
2013-05-17 09:39:26 +08:00
Damyon Wiese
5df15f2524
MDL-38717 Admin: Change setType for email to PARAM_EMAIL
2013-03-27 12:11:06 +08:00
Damyon Wiese
1b393ce91d
Merge branch 'MDL-38717-master' of git://github.com/danpoltawski/moodle
2013-03-27 11:57:14 +08:00
Dan Poltawski
f6343982e1
MDL-38717 admin: missing setType on email
2013-03-27 10:14:35 +08:00
Petr Škoda
689096bc26
MDL-38654 do not test $CFG->gdversion
...
GD PHP extension is now required. Add-ons need to remove $CFG->gdversion tests. The worst case regression is that add-on will think GD is not available.
2013-03-22 16:57:55 +01:00
David Monllao
d11f12f646
MDL-30901 user Removing user->screenreader setting
2012-09-21 09:23:32 +08:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Sam Hemelryk
1e3d84785a
Merge branch 'wip-mdl-33425' of git://github.com/rajeshtaneja/moodle
2012-06-20 11:32:04 +12:00
Dan Poltawski
a80b5a0cf0
MDL-32908 - drop $USER->ajax
...
Its not been respected for some time and is just confusing
2012-06-19 15:07:18 +08:00
Rajesh Taneja
4e782b32f3
MDL-33425 user: Replaced filepicker with filemanager on edit profile page
2012-06-18 10:19:48 +08:00
Dan Poltawski
0dda790c05
Merge branch 'w18_MDL-32628_m23_avatarperf2' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-05-04 09:28:41 +08:00
Petr Skoda
4d254790c4
MDL-32628 add revision for user avatar images
...
This should finally resolve all avatar caching issues and should also help with performance.
2012-04-30 23:36:47 +02:00
Petr Skoda
789df20f64
MDL-32627 enable ajax by default in new user form
...
This change makes the new user form consistent with install.xml default. I do not think we should discourage ajax any more.
2012-04-27 13:52:38 +02:00
Eloy Lafuente (stronk7)
ed9e0cb6ec
MDL-21676 user: minor gravatar fixes
2011-09-20 12:43:00 +02:00
Sam Hemelryk
4125bdc139
MDL-21676 user: Implemented support for Gravatar profile pictures
...
Big thanks to the developers who put effort into this improvement:
* Jonathan Robson <jonathan.robson@remote-learner.net>
* Jonathan Harker <jonathan@catalyst.net.nz>
2011-09-20 12:41:48 +02:00
Sam Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
Petr Skoda
c6a074f867
MDL-26795 fix incorrect location of email change strings
...
AMOS BEGIN
MOV [auth_emailchangecancel,auth_email],[emailchangecancel,core_auth]
MOV [auth_emailchangepending,auth_email],[emailchangepending,core_auth]
MOV [auth_emailupdate,auth_email],[emailupdate,core_auth]
MOV [auth_emailnowexists,auth_email],[emailnowexists,core_auth]
MOV [auth_emailupdatemessage,auth_email],[emailupdatemessage,core_auth]
MOV [auth_emailupdatesuccess,auth_email],[emailupdatesuccess,core_auth]
MOV [auth_emailupdatetitle,auth_email],[emailupdatetitle,core_auth]
CPY [auth_emailnoemail,auth_email],[noemail,auth_ldap]
AMOS END
2011-03-27 17:19:23 +02:00
Petr Skoda
fa7f750c60
MDL-25778 add defaultcity option
...
This is based on patch by Jonathan Harker.
2011-02-14 20:10:50 +01:00
Petr Skoda
de2d81fad5
MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished
2010-12-03 05:26:17 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
Dongsheng Cai
513aed3cf9
MDL-24497, fixed maxbytes in user editing form
2010-10-04 03:09:58 +00:00
Petr Skoda
bf718f50ac
MDL-24321 switching to stdClass in /user/
2010-09-21 08:27:29 +00:00
Petr Skoda
93de0ac293
MDL-23184 using PARAM_NOTAGS instead of general cleaning for fields that are not supposed to have tags
2010-09-02 18:25:30 +00:00
Petr Skoda
e88dd87685
MDL-23202 group icons now stored in file storage pool
2010-07-11 13:07:24 +00:00
Petr Skoda
edfd6a5e73
MDL-14589 user icons now stored in file storage pool
2010-07-11 11:43:15 +00:00
Petr Skoda
20e5da7d91
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
Petr Skoda
c3ed4a5ab9
MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit
2010-07-10 10:50:51 +00:00
Dan Marsden
c5c0d2ff98
Increase length of City field MDL-19629 - Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120
2010-07-08 11:15:49 +00:00
Dan Marsden
ba0c097216
Increase length of City field MDL-19629 - longest place name in NZ is Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu which doesn't fit in 20 chars, I figure 100 chars should be enough
2010-07-08 07:55:20 +00:00
Rossiani Wijaya
7851bd35ae
MDL-20458 - adding help button to screen reader
2010-07-08 07:13:59 +00:00
Rossiani Wijaya
c2a2b08fe1
MDL-20451 - remove 'show advanced button' and display all options by default.
2010-06-23 09:28:32 +00:00
Dongsheng Cai
92b143f145
MDL-22574, filepicker conversion for user and group settings
2010-06-11 05:10:12 +00:00
Sam Hemelryk
36798745fb
user MDL-22382 Fixed incorrect use of get_list_of_themes in editlib.php
2010-05-12 09:44:45 +00:00
David Mudrak
27d1a27c21
MDL-21695 Migrating the usage of root help files so far re-worded
...
AMOS BEGIN
HLP forcepasswordchange.html,[forcepasswordchange_help,core]
HLP interestslist.html,[interestslist_help,core]
HLP newpassword.html,[newpassword_help,core]
HLP permissions.html,[permissions_help,core_role]
HLP picture.html,[newpicture_help,core]
HLP picture.html,[newpicture_help,core_group]
HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
David Mudrak
757e89d291
User profile: fixing user picture fieldset legend
2010-05-03 17:17:56 +00:00
Petr Skoda
0aa759b01c
MDL-22015 more get_list_of_countries() refactoring
2010-04-14 14:27:10 +00:00
Petr Skoda
1f96e907ea
MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2
2010-04-14 09:45:49 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
skodak
5ca3c8386f
MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon
2009-05-16 20:53:21 +00:00
tjhunt
c060fc6a12
blog / tags: MDL-17900 Use the new tags field type to tag users' interests.
2009-01-16 07:14:39 +00:00