aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-221-0/+1
|\
| * [ticket/12035] Correcting the conditiongeetakshi2014-03-201-1/+1
| * [ticket/12035] Adding necessary conditionsgeetakshi2014-03-201-1/+1
| * [ticket/12035] Adding link to user posts to ACP pagegeetakshi2014-03-171-0/+1
* | [ticket/12292] Improve style details pageMatt Friedman2014-03-201-0/+3
* | Merge pull request #2137 from geetakshi/ticket/8309Dhruv Goel2014-03-201-2/+2
|\ \
| * | [ticket/8309] Changing $last_activity to $last_activegeetakshi2014-03-201-2/+2
| * | [ticket/8309] Rename $last_visit to $last_activitygeetakshi2014-03-161-2/+2
* | | Merge remote-tracking branch 'Elsensee/ticket/11169' into developJoas Schilling2014-03-191-1/+1
|\ \ \
| * | | [ticket/11169] Move module 'prune users' to users categoryOliver Schramm2014-03-161-1/+1
| |/ /
* | | [ticket/11239] Removing hard-coded, language specific possessivegeetakshi2014-03-161-1/+1
* | | [ticket/11239] Including username before Overview titlegeetakshi2014-03-161-1/+2
|/ /
* | 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