aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | [ticket/11215] use globalDavid King2013-07-111-2/+2
| | * | | | | | | | | | | | | Merge branch 'develop' into ticket/11215David King2013-07-1156-2154/+2579
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | [ticket/11215] Correct for different URL but same path infoDavid King2013-07-061-1/+10
| | * | | | | | | | | | | | | | [ticket/11215] A few minor optimizations for phpbb_get_web_root_path()David King2013-07-061-8/+4
| | * | | | | | | | | | | | | | [ticket/11215] Correct paths when path info is used for controller accessDavid King2013-07-063-14/+52
| * | | | | | | | | | | | | | | [ticket/11812] Fix empty defineNathan Guse2013-09-021-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-025-4/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | / / / / / | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-025-5/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | [ticket/11769] Allow using 0 as poster nameJoas Schilling2013-09-021-1/+1
| | | * | | | | | | | | | | [ticket/11769] Allow '0' as usernameJoas Schilling2013-09-021-1/+1
| | | * | | | | | | | | | | [ticket/11769] Allow '0' as username in notification mailsJoas Schilling2013-08-233-3/+3
| | | * | | | | | | | | | | [ticket/11769] Fix language issues in the doc blocksJoas Schilling2013-08-232-6/+7
| | | * | | | | | | | | | | [ticket/11769] Correctly supply the post author's username in posting.phpJoas Schilling2013-08-232-2/+10
| | * | | | | | | | | | | | [ticket/11821] Fix comma usage next to "You are receiving this notification".Andreas Fischer2013-09-023-3/+3
| * | | | | | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11724' into developJoas Schilling2013-08-301-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | [ticket/11724] Handle ELSE IF separatelyNathan Guse2013-08-281-5/+7
| | * | | | | | | | | | | | [ticket/11724] Replace spaces with tabsNathan Guse2013-07-281-1/+1
| | * | | | | | | | | | | | [ticket/11724] Support "ELSE IF" and "ELSEIF" in the same wayNathan Guse2013-07-271-1/+2
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | [ticket/11628] Create base template class with common functionsNathan Guse2013-08-282-179/+149
| * | | | | | | | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-28122-584/+742
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ticket/11628] phpbb_template, not phpbb_template_interfaceNathan Guse2013-07-251-1/+1
| * | | | | | | | | | | | | [ticket/11628] Make get_template_vars protectedNathaniel Guse2013-07-242-25/+8
| * | | | | | | | | | | | | [ticket/11628] Fix a bug I noticed in template->destroyNathaniel Guse2013-07-241-1/+1
| * | | | | | | | | | | | | [ticket/11628] Remove the one usage of get_style_path()Nathaniel Guse2013-07-242-17/+3
| * | | | | | | | | | | | | [ticket/11628] Shorten an if to an inline statementNathaniel Guse2013-07-241-9/+2
| * | | | | | | | | | | | | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-248-18/+10
| * | | | | | | | | | | | | [ticket/11628] Remove set_style_names function, moved to set_custom_styleNathaniel Guse2013-07-243-32/+7
| * | | | | | | | | | | | | [ticket/11628] Set admin namespace in the constructorNathaniel Guse2013-07-241-13/+6
| * | | | | | | | | | | | | [ticket/11628] Change set_custom_style $template path to default to stringNathaniel Guse2013-07-242-5/+5
| * | | | | | | | | | | | | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-247-13/+11
| * | | | | | | | | | | | | [ticket/11628] Return $this from set_style, set_custom_styleNathaniel Guse2013-07-242-6/+6
| * | | | | | | | | | | | | [ticket/11628] Move setting core namespace to set_style()Nathaniel Guse2013-07-241-15/+15
| * | | | | | | | | | | | | [ticket/11628] Remove $this->names, $this->style_names from phpbb_templateNathaniel Guse2013-07-241-16/+3
| * | | | | | | | | | | | | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-2413-208/+156
| * | | | | | | | | | | | | [ticket/11628] Remove style path providerNathaniel Guse2013-07-247-281/+3
| * | | | | | | | | | | | | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-246-563/+3
* | | | | | | | | | | | | | [ticket/11816] Fix define/loop checks in IF statements containing parenthesisNathan Guse2013-08-291-4/+4
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'remotes/brunoais/ticket/11803' into developNathan Guse2013-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ticket/11803] Revert POLL_MAX_OPTIONS min value to 0brunoais2013-08-261-1/+1
* | | | | | | | | | | | | | Merge branch 'develop-olympus' into developJoas Schilling2013-08-261-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | [ticket/11799] Send anti abuse headers in "new password" emails.Andreas Fischer2013-08-231-0/+2
| * | | | | | | | | | | | | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-08-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | [ticket/11802] replace $browser with $user->browserDhruv2013-08-201-1/+1
* | | | | | | | | | | | | | Merge remote-tracking branch 'rechosen/ticket/11792' into developJoas Schilling2013-08-221-1/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [ticket/11792] Add performance remark to core.user_setup event PHPDocrechosen2013-08-191-0/+3
| * | | | | | | | | | | | | | [ticket/11792] Add variable 'lang_set_ext' to event core.user_setuprechosen2013-08-191-1/+13
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | [ticket/11804] Remove </li> from overall_header which was not openMarcus Vinny2013-08-201-1/+0
* | | | | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-191-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | [ticket/11801] removed some whitespace and added missing semi colon's in cssProsk8er2013-08-192-18/+18
* | | | | | | | | | | | | | Merge remote-tracking branch 'Elsensee/ticket/11760' into developDhruv2013-08-1936-36/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |