| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders | Tristan Darricau | 2014-09-30 | 1 | -1/+1 |
| | | | | | PHPBB3-13120 | ||||
| * | Merge pull request #2844 from marc1706/ticket/12858 | Joas Schilling | 2014-09-24 | 6 | -34/+46 |
| |\ | | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC | ||||
| | * | [ticket/12858] Properly format UTC offset in footer | Marc Alexander | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Directly return and use timezone selects | Marc Alexander | 2014-09-17 | 5 | -9/+5 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefix | Marc Alexander | 2014-09-17 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Fix timezone display on acp users page | Marc Alexander | 2014-09-17 | 1 | -2/+0 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Remove hardcoded language entries from timezone selects | Marc Alexander | 2014-09-17 | 1 | -14/+16 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Use UTC for time info in footer and hide offset if it's 0 | Marc Alexander | 2014-09-17 | 1 | -1/+6 |
| | | | | | | | | | PHPBB3-12858 | ||||
| | * | [ticket/12858] Generate timezone selects with template loop | Marc Alexander | 2014-09-17 | 6 | -16/+27 |
| | | | | | | | | | PHPBB3-12858 | ||||
| * | | Merge pull request #2937 from Senky/ticket/13027 | Joas Schilling | 2014-09-23 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/13027] PM folder full percentage could be a bit more accurate | ||||
| | * | | [ticket/13027] round to floor | Jakub Senko | 2014-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13027 | ||||
| * | | | Merge pull request #2984 from nickvergessen/ticket/10729-asc | Marc Alexander | 2014-09-23 | 1 | -9/+32 |
| |\ \ \ | | | | | | | | | | | | | [3.1][ticket/10729] Update editor information when user being deleted | ||||
| | * \ \ | Merge branch 'ticket/10729' into ticket/10729-asc | Joas Schilling | 2014-09-23 | 1 | -4/+8 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php | ||||
| | | * | | | [ticket/10729] Fix doc block for user_delete | Joas Schilling | 2014-09-22 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | | | [ticket/10729] Update *_delete_user when user being deleted | Oliver Schramm | 2014-07-18 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | | | Merge branch 'ticket/10729' into ticket/10729-2 | Oliver Schramm | 2014-07-18 | 1 | -5/+12 |
| | |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php | ||||
| | | * | | | [ticket/10729] Update message_edit_user when user being deleted | Oliver Schramm | 2014-07-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | | * | | | [ticket/10729] Update post_edit_user when user being deleted | Oliver Schramm | 2014-07-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729 | ||||
| * | | | | | Merge pull request #2963 from Senky/ticket/13045 | Dhruv Goel | 2014-09-21 | 7 | -11/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | [ticket/13045] Remove Pragma headers | ||||
| | * | | | | | [ticket/13045] Remove Pragma headers | Jakub Senko | 2014-09-17 | 7 | -11/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13045 | ||||
| * | | | | | | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 development | Joas Schilling | 2014-09-20 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4 | Joas Schilling | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | [ticket/13073] Add path regex to get_preg_expression() and add unit tests | Marc Alexander | 2014-09-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're now calling get_preg_expression() instead of hardcoding the regex into the helper route method. PHPBB3-13073 | ||||
| * | | | | | | Merge pull request #2948 from Nicofuma/ticket/13061 | Joas Schilling | 2014-09-17 | 1 | -1/+0 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13061] Replace the service event.subscriber_loader by a compiler pass * Nicofuma/ticket/13061: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass | ||||
| | * | | | | | [ticket/13061] Replace the service event.subscriber_loader by a compiler pass | Tristan Darricau | 2014-09-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13061 | ||||
| * | | | | | | [ticket/13044] Move GMT out of gmdate in functions_acp | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13044 | ||||
| * | | | | | | [ticket/13044] Move GMT out of gmdate() | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13044 | ||||
| * | | | | | | [ticket/13044] \G\M\T to GMT in whole project | Jakub Senko | 2014-09-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that there are more uses of "\G\M\T" in vendor files. PHPBB3-13044 | ||||
| * | | | | | | [ticket/13044] move GMT string out of gmdate() | Jakub Senko | 2014-09-17 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13044 | ||||
| * | | | | | | [ticket/13044] Correct Expires headers | Jakub Senko | 2014-09-17 | 3 | -4/+4 |
| | |_|_|_|/ |/| | | | | | | | | | | | | | | PHPBB3-13044 | ||||
| * | | | | | Merge pull request #2921 from Nicofuma/ticket/13034 | Marc Alexander | 2014-09-16 | 1 | -3/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13034] Fix the route generated for the frontend not in the phpbb root path | ||||
| | * | | | | | [ticket/13034] Fix the route generated for the frontend not in the phpbb root | Tristan Darricau | 2014-09-04 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13034 | ||||
| * | | | | | | [ticket/13019] Always accept a reason for deleting a post/topic. | Cesar G | 2014-09-14 | 1 | -4/+4 |
| | |/ / / / |/| | | | | | | | | | | | | | | PHPBB3-13019 | ||||
| * | | | | | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php | Tristan Darricau | 2014-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13057 | ||||
| * | | | | | Merge pull request #2901 from rxu/ticket/13005 | Tristan Darricau | 2014-09-11 | 1 | -3/+27 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13005] Add event to display_forums() to modify category template data * rxu/ticket/13005: [ticket/13005] Add event to display_forums() to modify category template data | ||||
| | * | | | | | [ticket/13005] Add event to display_forums() to modify category template data | rxu | 2014-08-22 | 1 | -3/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there're events to modify/add FORUM_POST/FORUM_LINK template data, such an event is missing for FORUM_CAT forum type. PHPBB3-13005 | ||||
| * | | | | | | Merge pull request #2903 from rxu/ticket/13006 | Tristan Darricau | 2014-09-11 | 1 | -1/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event * rxu/ticket/13006: [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event | ||||
| | * | | | | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event | rxu | 2014-08-22 | 1 | -1/+5 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add $quickmod and $action variables for the 'core.modify_quickmod_actions' event trigerring to avoid of using global operator in corresponding extensions. PHPBB3-13006 | ||||
| * | | | | | | Merge pull request #2940 from Senky/ticket/13042 | Andreas Fischer | 2014-09-10 | 1 | -2/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13042] Unused var in login_box() * Senky/ticket/13042: [ticket/13042] Remove unused variables | ||||
| | * | | | | | | [ticket/13042] Remove unused variables | Jakub Senko | 2014-09-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13042 | ||||
| * | | | | | | | Merge pull request #2936 from nickvergessen/ticket/12976 | Tristan Darricau | 2014-09-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12976] Correctly use plurals for attachment count in UCP navigation * nickvergessen/ticket/12976: [ticket/12976] Correctly use plurals for attachment count in UCP navigation | ||||
| | * | | | | | | [ticket/12976] Correctly use plurals for attachment count in UCP navigation | Joas Schilling | 2014-09-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12976 | ||||
| * | | | | | | | [ticket/13052] Restore timespan parameter for check_form_key() | Joas Schilling | 2014-09-10 | 1 | -4/+9 |
| | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | PHPBB3-13052 | ||||
| * | | | | | | [ticket/13052] Use request class instead of $_POST and request_var() | Joas Schilling | 2014-09-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13052 | ||||
| * | | | | | | [ticket/13052] Fix appearances with multiple parameters | Joas Schilling | 2014-09-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13052 | ||||
| * | | | | | | [ticket/13052] Remove additional parameter from check_form_key() | Joas Schilling | 2014-09-09 | 1 | -17/+9 |
| |/ / / / / | | | | | | | | | | | | | | | | PHPBB3-13052 | ||||
| * | | | | | Merge pull request #2925 from nickvergessen/ticket/12983 | Marc Alexander | 2014-09-07 | 1 | -6/+18 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Ticket/12983 UCP preferences, Display posts ordering by: input is not properly validated | ||||
| | * | | | | | [ticket/12983] Correctly validate sorting options in the UCP | Joas Schilling | 2014-09-05 | 1 | -6/+18 |
| | | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-12983 | ||||
| * | | | | | Merge pull request #2918 from marc1706/ticket/13031 | Tristan Darricau | 2014-09-06 | 1 | -1/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13031] Only use mimetype guesser guess if it helps us * marc1706/ticket/13031: [ticket/13031] Slightly change behavior of choose_mime_type and add unit tests [ticket/13031] Guess with all mimetype guessers and pick best guess [ticket/13031] Only use mimetype guesser guess if it helps us | ||||
| | * | | | | | [ticket/13031] Guess with all mimetype guessers and pick best guess | Marc Alexander | 2014-09-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13031 | ||||
