Paul Holden
2b6d7d300a
MDL-71413 user: final removal of deprecated profile field methods.
2023-05-04 14:16:05 +01:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Ruslan Kabalin
3bf770c801
MDL-71051 core_user: fix issues and address review issues
2021-04-28 11:47:26 +02:00
Marina Glancy
8974874018
MDL-71051 core_user: create user profile field form is now modal form
2021-04-28 11:47:22 +02:00
Marina Glancy
4a159a0947
MDL-71051 core_user: move user profile edit field form to classes
2021-04-28 11:47:22 +02:00
Marina Glancy
60b95cd46f
MDL-71051 core_user: editing user profiles - modal form, template
2021-04-28 11:47:22 +02:00
Marina Glancy
880aff7bf9
MDL-71051 core_user: move edit profile category form to classes
2021-04-28 11:47:22 +02:00
Marina Glancy
9a5fd6fbc1
MDL-71051 core_user: fix mistakes in phpdocs, deprecated unused func
2021-04-28 11:47:11 +02:00
Marina Glancy
5682b9a585
MDL-71051 core_user: always use API when working with profile fields
2021-04-28 11:39:04 +02:00
Bas Brands
0fe5d5faa8
MDL-28452 core_user: add custom profilefield capability
...
Add a setting to show custom profilefields to self or others
with capability moodle/sit:viewuseridentity in the course context only
2021-04-21 11:22:31 +02:00
Amaia Anabitarte
856c51a80b
MDL-63068 user: Allow underscore for profile custom fields shortname
2018-10-11 16:39:57 +02:00
Mark Nelson
7b1adb4c7e
MDL-45730 core_user: added additional event triggers
2017-10-10 13:05:48 +08:00
John Ehringer
6d242b28e6
MDL-45730 core: Adding events to user profile field and categories CRUD.
2017-10-09 18:58:36 +08:00
Marina Glancy
88c9c42da2
MDL-55654 user: apply format_string to field names
2016-09-09 14:31:16 +08:00
Nicholas Hoobin
2abe0ac5a9
MDL-53788 user: fix aggressive course cache rebuilding
2016-06-15 10:42:28 +10:00
Marina Glancy
3e5ee8073b
MDL-45154 user profiles: avoid redirection warnings
2014-04-17 14:25:52 +08:00
sam marshall
8270f0d0bd
MDL-44070 Conditional availability enhancements (9): wider changes
...
Changes to arbitrary areas of code that are necessary after the new
API (mostly to replace deprecated function calls).
2014-04-07 20:11:59 +01:00
Sam Hemelryk
a2ed6e69f9
MDL-44255 user: tidied up phpdocs and coding style
2014-02-24 09:23:47 +13:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Mark Nelson
f99d3a42a2
MDL-29538 core_condition: Deleting profile fields will delete the dependencies in both the modules and sections
2012-06-26 15:18:54 +08:00
Sam Hemelryk
33e657c7e7
MDL-29538 core_condition: Pre-integration merge cleanup
...
* Fixed up database installation and upgrade code
* Reverted some whitespace optimisations to minimise conflicts
* Optimised commits made by Mark to reduce complexity and add tracker issue numbers
2012-06-26 15:18:53 +08:00
Mark Nelson
a8f84c287c
MDL-29538 core_condition: code cleanup
2012-06-26 15:18:52 +08:00
Mark Nelson
92fb7dd3a5
MDL-29538 core_condition: made changes to the DB structure - nb. had to rename the table due to length limit
2012-06-26 15:18:51 +08:00
Mark Nelson
76af15bb4c
MDL-29538 core_condition: initial commit to add support for making things conditional on user profile fields
2012-06-26 15:18:51 +08:00
Petr Skoda
c990e4bfcb
MDL-32405 fix PHP4isms and other E_STRICT issues in custom profile fields
2012-04-15 17:15:50 +02:00
Petr Skoda
bf718f50ac
MDL-24321 switching to stdClass in /user/
2010-09-21 08:27:29 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Petr Skoda
a1248ca40e
MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes
2010-07-25 21:00:59 +00:00
David Mudrak
165c9f1f34
MDL-21695 Replaced profilevisible.html
...
AMOS BEGIN
HLP profilevisible.html,[profilevisible_help,core_admin]
AMOS END
2010-06-28 14:38:31 +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
Petr Skoda
859b00d0cc
MDL-22061 converting profile fields to real plugins with lang packs
...
AMOS START
MOV [profilefieldtypecheckbox,core_admin],[pluginname,profilefield_checkbox]
MOV [profilefieldtypemenu,core_admin],[pluginname,profilefield_menu]
MOV [profilefieldtypetext,core_admin],[pluginname,profilefield_text]
MOV [profilefieldtypetextarea,core_admin],[pluginname,profilefield_textarea]
AMOS END
2010-04-11 21:02:06 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
nicolasconnault
f24ca3ce01
MDL-19825 Converted all print_footer() calls
2009-08-06 14:19:50 +00:00
nicolasconnault
8fa89bfd04
MDL-19825 Migrated calls to print_heading
2009-08-06 08:15:05 +00:00
skodak
bf8e93d704
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings
2009-06-03 20:00:08 +00:00
skodak
90ee78e21c
MDL-18293 removing unused error strings (now replaced by exceptions)
2009-02-17 16:33:32 +00:00
danmarsden
f787e10536
MDL-17140 should check if $data->id isn't empty before sending to get_record
2008-11-06 01:04:40 +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
dongsheng
d32482383a
"MDL-14129, fix print_error"
2008-06-15 09:48:42 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
c7da43571b
MDL-14679 converted some count_records
2008-06-02 21:47:31 +00:00
skodak
5d910388bb
MDL-14679 towards /user conversion
2008-05-30 22:11:31 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
ikawhero
258db59a44
Fixed typo that was affecting the reordering of custom profile fields.
...
MDL-13909.
2008-03-20 09:16:23 +00:00
stronk7
093c3b907b
Change some conditions to properly check if the custom-profile-field really is using a duplicate shortname. MDL-13288 ; merged from 19_STABLE
2008-02-01 17:19:33 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
stronk7
b77bbd2f83
New profilefield_ lang files are now supported with
...
safe fallback to the "old" ones (stored in admin.php)
Merged from MOODLE_19_STABLE
2007-11-09 20:11:43 +00:00