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
tjhunt
80f69dc0ee
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 07:12:46 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
skodak
172dd12c63
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
2008-07-31 22:15:30 +00:00
skodak
05c38e2b7c
MDL-13811 reworked unsetting of preferences and minor tweaks
2008-07-05 22:46:31 +00:00
nicolasconnault
d6ace123f0
MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE
2008-07-05 14:28:13 +00:00
jerome
ab50ec1215
MDL-14635 fix user profil help icons, merged from 19
2008-07-03 04:15:23 +00:00
scyrma
f5488402ad
MDL-15310: making the tag:create permission effective in user profile
2008-06-19 06:07:20 +00:00
mudrd8mz
ecdf8d2e65
MDL-15214 there is no such field "emailenable"
2008-06-11 21:58:11 +00:00
skodak
a5d424df7c
MDL-14679 converted some get/set_field()
2008-06-02 21:39:23 +00:00
skodak
8b9cfac4ab
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
2008-05-12 14:38:45 +00:00