aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_profile_fields.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-1/+1
* [ticket/10965] Profile data is only grabbed when show_novalue is enabledNils Adermann2012-07-231-2/+5
* [ticket/10965] Make sure all profile fields are always grabbed on viewtopicNils Adermann2012-07-231-0/+8
* [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-12/+19
* Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympusOleg Pudeyev2012-03-091-2/+2
|\
| * [ticket/9831] Correctly store checkbox default value for boolean CPF.rxu2012-01-181-2/+2
* | [ticket/9084] Explain the logic.Oleg Pudeyev2012-03-091-0/+5
* | [ticket/9084] Don't hide 'non-entered' dropdown CPF value if not requiredrxu2012-02-101-1/+1
|/
* [ticket/10005] Add validation of dropdown custom profile field valuesNils Adermann2011-06-021-1/+13
* [ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.Andreas Fischer2010-10-301-0/+5
* [ticket/7369] CPF date should always render the users selection.Chris Smith2010-08-231-2/+3
* [ticket/9582] Unable to edit CPFs from UCP under MSSQL native driver.Rob House2010-05-031-0/+1
* Correctly check for empty strings in custom profile fields. #55335Chris Smith2009-12-111-2/+2
* Properly fix #40925Chris Smith2009-10-071-1/+1
* Permit null values for non-required integer custom profile fields and ensure ...Chris Smith2009-07-191-15/+9
* Fix an endless loop; don't return the sql array by referenceHenry Sudhof2009-07-061-1/+1
* Fix an endless loop; don't return the sql array by referenceHenry Sudhof2009-07-061-4/+5
* like firebird, oracle uses uppercase column names if delimiter used (Fixes Bu...Meik Sievertsen2009-06-131-1/+1
* use same method to update custom profile fields in UCP and ACP (and then i am...Meik Sievertsen2009-06-131-1/+60
* Fix for #r9342 for bug #41385Meik Sievertsen2009-05-011-2/+2
* Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985Jim Wigginton2009-02-261-3/+3
* Better handling and finer control for custom profile fields visibility option...Meik Sievertsen2008-11-261-21/+21
* Custom profile fields with date type should be timezone independend [Bug #15003]Nils Adermann2008-03-061-1/+2
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-3/+7
* Some issues with change_lang and VC / form tokensHenry Sudhof2008-01-021-1/+1
* #15111Henry Sudhof2007-11-151-2/+9
* *** empty log message ***Meik Sievertsen2007-10-051-12/+20
* some bugfixes.Meik Sievertsen2007-10-041-1/+1
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b...Nils Adermann2007-08-191-2/+2
* small fixes.Henry Sudhof2007-07-251-7/+6
* two fixesMeik Sievertsen2007-07-241-1/+1
* fixing some bugsMeik Sievertsen2007-06-281-3/+4
* label changes, language fixes...Meik Sievertsen2007-05-161-2/+2
* #9677David M2007-04-131-0/+4
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-3/+3
* - fixes for the following bugs:Meik Sievertsen2006-11-151-3/+2
* messageNils Adermann2006-11-121-0/+6
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-2/+2
* #4518David M2006-10-061-7/+7
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-14/+14
* sql_in_set changesMeik Sievertsen2006-08-121-11/+4
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+9
* - fixing some bugsMeik Sievertsen2006-08-021-3/+4
* - BugsDavid M2006-07-281-1/+8
* - Some profile stuff :DDavid M2006-07-151-3/+3
* - renamed the following columns:Meik Sievertsen2006-07-131-2/+2
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-1/+1
* check for correct entered date for date profile fieldMeik Sievertsen2006-06-151-0/+5
* fix for checking required field on booleansMeik Sievertsen2006-06-151-1/+8
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-16/+16