aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/type/type_date.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+1
|\
| * [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
* | [ticket/15010] Fix incorrect use of requestRichard McGirr2017-01-141-1/+1
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
|/
* [ticket/12334] Changed from valueid to value_rawPayBas2014-06-241-1/+1
* [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-241-0/+13
* [ticket/12715] Cleanup comments in \phpbb\profilefields\*Tristan Darricau2014-06-151-1/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12216] Undefined index: lang_options when creating date profile fieldJoas Schilling2014-02-241-0/+1
* [ticket/12115] Translate profile field name before displaying it in errorsJoas Schilling2014-02-061-3/+3
* [ticket/12159] Fix codesniffer complaints due to profilefields and passwordsMarc Alexander2014-02-031-1/+0
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-10/+2
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-6/+6
* [ticket/11201] Fix some variable namesJoas Schilling2014-01-181-1/+1
* [ticket/11201] Add a method to return the translated full name of the typeJoas Schilling2014-01-181-1/+1
* [ticket/11201] Add variables to classes and add constructor doc blocksJoas Schilling2014-01-181-0/+30
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-1/+9
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-171-1/+1
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-171-0/+25
* [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-171-0/+42
* [ticket/11201] Add abstract base class with shared methodsJoas Schilling2014-01-171-22/+1
* [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-171-0/+8
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-2/+16
* [ticket/11201] Move language option determination into type classJoas Schilling2014-01-151-0/+17
* [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-0/+8
* [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-5/+5
* [ticket/11201] Remove remaining type depending code to type classJoas Schilling2014-01-141-0/+8
* [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-1/+15
* [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-1/+56
* [ticket/11201] Move error message generation to type classJoas Schilling2014-01-141-3/+3
* [ticket/11201] Move get_profile_value() to type classJoas Schilling2014-01-141-0/+26
* [ticket/11201] Move validate_profile_field() to type classJoas Schilling2014-01-141-0/+34
* [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-1/+28
* [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-0/+71