aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
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
| * Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympusJoas Schilling2014-03-141-2/+4
| |\
| | * [ticket/12247] Makes static usernames workMarcos Bjorkelund2014-03-141-2/+4
| | * [ticket/12247] Add ['username'] to mcp_queue.php's user_notification()Marcos Bjorkelund2014-03-131-2/+2
* | | [ticket/12292] Improve style details pageMatt Friedman2014-03-201-0/+3
* | | Merge pull request #2137 from geetakshi/ticket/8309Dhruv Goel2014-03-202-3/+3
|\ \ \
| * | | [ticket/8309] Changing $last_activity to $last_activegeetakshi2014-03-202-3/+3
| * | | [ticket/8309] Removing key with similar function to avoid redundancygeetakshi2014-03-171-1/+1
| * | | [ticket/8309] Rename $last_visit to $last_activitygeetakshi2014-03-162-3/+3
| * | | [ticket/8309] Renaming "Last visit" to "Last activity"geetakshi2014-03-161-1/+1
* | | | 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
* | | | | Merge remote-tracking branch 'prototech/ticket/12160' into developJoas Schilling2014-03-181-0/+19
|\ \ \ \ \
| * | | | | [ticket/12160] Move phpbb_check_installation_exists() to functions_install.phpCesar G2014-02-222-19/+19
| * | | | | [ticket/12160] Add function to check if phpBB is installed.Cesar G2014-02-151-0/+19
* | | | | | Merge branch 'ticket/11239' of github.com:geetakshi/phpbb into developJoas Schilling2014-03-161-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/11239] Removing hard-coded, language specific possessivegeetakshi2014-03-161-1/+1
| * | | | | [ticket/11239] Including username before Overview titlegeetakshi2014-03-161-1/+2
| | |/ / / | |/| | |
* | | | | [prep-release-3.1.0-b1] Update build version to 3.1.0-b2-devJoas Schilling2014-03-151-1/+1
* | | | | [prep-release-3.1.0-b1] Update version to 3.1.0-b1Joas Schilling2014-03-151-1/+1
* | | | | [ticket/12272] Fix hardcoded colons in subforums.Maƫl Soucaze2014-03-151-1/+1
|/ / / /
* | | | Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-143-89/+30
|\ \ \ \
| * | | | [ticket/9871] Fix indentation on commentNathan Guse2014-03-141-2/+2
| * | | | [ticket/9871] Restore phpbb_version_compareNathan Guse2014-03-051-4/+10
| * | | | [ticket/9871] Restore get_remote_fileNathan Guse2014-03-052-68/+66
| * | | | [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-195-164/+101
* | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-2/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympusJoas Schilling2014-03-141-2/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [ticket/12202] Can't call htmlspecialchars before checking for quotesNathaniel Guse2014-03-091-1/+5
| | * | | [ticket/12202] Apply htmlspecialchars to style.cfg dataNathan Guse2014-03-091-3/+3
* | | | | 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 pull request #2109 from nickvergessen/ticket/11581Nathan Guse2014-03-131-0/+25
|\ \ \ \ \ \
| * | | | | | [ticket/11581] Hide categories when they have no visible childrenJoas Schilling2014-03-131-0/+25
* | | | | | | Merge pull request #2113 from nickvergessen/ticket/8041Andreas Fischer2014-03-131-3/+4
|\ \ \ \ \ \ \
| * | | | | | | [ticket/8041] Add space/tabs after => in array listJoas Schilling2014-03-131-3/+3
| * | | | | | | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-2/+3
* | | | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-131-2/+7
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympusJoas Schilling2014-03-131-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/12176] Display correct message when trying to delete founder.Andreas Fischer2014-02-151-2/+7
* | | | | | | | | Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-121-2/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-101-3/+1