aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-142-49/+29
|\
| * [ticket/9871] Use $request->variable instead of request_varNathan Guse2014-03-052-3/+3
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-192-49/+29
* | Merge pull request #2126 from nickvergessen/ticket/forumhulp/12241Dhruv Goel2014-03-141-1/+13
|\ \
| * | [ticket/12241] Add @var for the argumentsJoas Schilling2014-03-141-0/+3
| * | [ticket/12241] Update event name and version match our guidelinesJoas Schilling2014-03-141-6/+4
| * | [ticket/12241] Add submit to event variablesForumhulp.com2014-03-141-1/+1
| * | [ticket/12241] Move $phpbb_dispatcher to the topForumhulp.com2014-03-141-2/+1
| * | [ticket/12241] Event to add and/or modify acp_board configurationsForumhulp.com2014-03-141-0/+12
* | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-131-2/+7
|\ \ \
| * | | [ticket/12176] Display correct message when trying to delete founder.Andreas Fischer2014-02-151-2/+7
* | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-5/+0
* | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-4/+0
* | | | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-4/+0
* | | | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-032-8/+0
* | | | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-6/+0
* | | | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-7/+19
| |/ / |/| |
* | | Merge pull request #2035 from prototech/ticket/12138Nathan Guse2014-02-201-62/+130
|\ \ \ | |_|/ |/| |
| * | [ticket/12138] Replace old code and generate pagination using filetime limit.Cesar G2014-02-161-60/+22
| * | [ticket/12138] Add methods for attachment manage functionality.Cesar G2014-02-161-2/+108
* | | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-185-7/+0
|\ \ \ | |/ / |/| |
| * | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-035-7/+0
* | | [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-101-1/+5
* | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-4/+0
* | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-4/+0
* | | [ticket/12115] Convert user occupation to a profile fieldJoas Schilling2014-02-061-4/+0
|/ /
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-022-484/+68
|\ \
| * | [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-022-2/+2
| * | [ticket/11201] Use !== null, its fasterJoas Schilling2014-01-201-1/+1
| * | [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-3/+3
| * | [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-18/+19
| * | [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-171-44/+7
| * | [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-171-43/+5
| * | [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-171-99/+6
| * | [ticket/11201] Move type specific error messages to type classJoas Schilling2014-01-171-9/+1
| * | [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-171-27/+8
| * | [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-20/+5
| * | [ticket/11201] Move language option determination into type classJoas Schilling2014-01-151-26/+4
| * | [ticket/11201] Use database type from the type classJoas Schilling2014-01-151-190/+16
| * | [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-1/+1
| * | [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-16/+7
| * | [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-1/+1
| * | [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-102-5/+3
* | | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-022-4/+10
|\ \ \ | |/ / |/| |
| * | [feature/passwords] Get rid of unneeded code complexityMarc Alexander2013-12-291-1/+1
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-2916-132/+274
| |\ \
| * | | [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-132-4/+10
* | | | Merge pull request #1920 from prototech/ticket/12038Nathan Guse2013-12-305-49/+98
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/12038] Free query results.Cesar G2013-12-302-0/+2