| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1947 from bantu/ticket/12107 | Nathan Guse | 2014-01-17 | 1 | -2/+2 |
|\ |
|
| * | [ticket/12107] Use log table property instead of log table constant. | Andreas Fischer | 2014-01-12 | 1 | -2/+2 |
* | | Merge pull request #1950 from prototech/ticket/12096 | Nathan Guse | 2014-01-17 | 2 | -2/+2 |
|\ \ |
|
| * | | [ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE. | Cesar G | 2014-01-16 | 2 | -2/+2 |
* | | | [ticket/12032] Do not inherit read status in certain notifications. | Cesar G | 2014-01-16 | 8 | -4/+60 |
|/ / |
|
* | | Merge pull request #1893 from nickvergessen/ticket/12039 | Andreas Fischer | 2014-01-12 | 6 | -0/+291 |
|\ \
| |/
|/| |
|
| * | [ticket/12039] Allow getting the value without a new line at the end | Joas Schilling | 2014-01-10 | 1 | -1/+11 |
| * | [ticket/12039] Do not print success message when config did not exist | Joas Schilling | 2014-01-08 | 1 | -2/+9 |
| * | [ticket/12039] Do not colour returned value in get command | Joas Schilling | 2014-01-08 | 1 | -1/+1 |
| * | [ticket/12039] Update command descriptions | Joas Schilling | 2013-12-26 | 3 | -3/+3 |
| * | [ticket/12039] Remove debug code | Joas Schilling | 2013-12-02 | 1 | -1/+0 |
| * | [ticket/12039] Fix option descriptions | Joas Schilling | 2013-11-27 | 3 | -3/+3 |
| * | [ticket/12039] Use an abstract class and some more minor adjustments | Joas Schilling | 2013-11-27 | 6 | -99/+119 |
| * | [ticket/12039] Add config:* to the command line interface tool | Joas Schilling | 2013-11-26 | 4 | -0/+255 |
* | | Merge remote-tracking branch 'Marc/ticket/11997' into develop | Joas Schilling | 2014-01-08 | 1 | -0/+44 |
|\ \ |
|
| * | | [ticket/11997] Remove obsolete function get_controller_redirect_url() | Marc Alexander | 2013-12-27 | 1 | -24/+0 |
| * | | [ticket/11997] Add clean_url() method to path_helper | Marc Alexander | 2013-12-21 | 1 | -0/+23 |
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997 | Marc Alexander | 2013-12-07 | 30 | -58/+1403 |
| |\ \ |
|
| * | | | [ticket/11997] Add method for controller redirect URLs to path helper | Marc Alexander | 2013-12-07 | 1 | -0/+24 |
| * | | | [ticket/11997] Fix redirects from inside controllers | Joas Schilling | 2013-11-13 | 1 | -0/+21 |
* | | | | [ticket/12034] AJAXify notifications popup. | Cesar G | 2013-12-30 | 1 | -2/+4 |
* | | | | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de... | Dhruv | 2013-12-25 | 1 | -0/+306 |
|\ \ \ \ |
|
| * | | | | [ticket/11849] Replace pagination in viewforum.php with class | Joas Schilling | 2013-12-18 | 1 | -2/+39 |
| * | | | | [ticket/11849] Move pagination code to class | Joas Schilling | 2013-12-18 | 1 | -0/+269 |
| | |_|/
| |/| | |
|
* | | | | [ticket/12079] Add default value to $multibyte in request.untrimmed_variable(). | Cesar G | 2013-12-19 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'prototech/ticket/12009' into develop | Joas Schilling | 2013-12-16 | 2 | -2/+27 |
|\ \ \ \ |
|
| * | | | | [ticket/12009] Prevent user from enabling invalid extension through direct URL | Cesar G | 2013-12-12 | 1 | -2/+12 |
| * | | | | [ticket/12009] Do not allow incorrectly structured extensions to be installed. | Cesar G | 2013-12-11 | 1 | -0/+15 |
| | |_|/
| |/| | |
|
* | | | | Merge remote-tracking branch 'Marc/ticket/11859' into develop | Joas Schilling | 2013-12-12 | 5 | -11/+32 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [ticket/11859] Make avatar drivers return template filename | Marc Alexander | 2013-11-27 | 5 | -11/+32 |
| |/ / |
|
* | | | [ticket/12058] Add missing apostrophe to avatar_types migration queries | Marc Alexander | 2013-12-04 | 1 | -2/+2 |
* | | | Merge pull request #1813 from marc1706/ticket/11912 | Nathan Guse | 2013-12-04 | 6 | -4/+768 |
|\ \ \ |
|
| * \ \ | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912 | Marc Alexander | 2013-11-23 | 211 | -1942/+965 |
| |\ \ \
| | |/ / |
|
| * | | | [ticket/11912] Check if content_guesser is supported with function_exists | Marc Alexander | 2013-11-23 | 1 | -5/+2 |
| * | | | [ticket/11912] Remove obsolete "return null" in content_guesser | Marc Alexander | 2013-11-14 | 1 | -2/+0 |
| * | | | [ticket/11912] Remove obsolete variable $mimetype from content_guesser | Marc Alexander | 2013-11-12 | 1 | -3/+2 |
| * | | | [ticket/11912] Remove IN_PHPBB checks from mimetype guesser files | Marc Alexander | 2013-11-11 | 5 | -40/+0 |
| * | | | [ticket/11912] Remove obsolete $file_info from plupload | Marc Alexander | 2013-11-11 | 1 | -2/+0 |
| * | | | [ticket/11912] Introduce guesser priority to mimetype guessers | Marc Alexander | 2013-11-11 | 5 | -3/+98 |
| * | | | [ticket/11912] Add extension_guesser for guessing mimetype by extension | Marc Alexander | 2013-11-11 | 2 | -480/+518 |
| * | | | [ticket/11912] Introduce guesser_interface | Marc Alexander | 2013-10-24 | 2 | -6/+43 |
| * | | | [ticket/11912] Supply filename to content_guesser for guessing on windows | Marc Alexander | 2013-10-24 | 3 | -7/+15 |
| * | | | [ticket/11912] Remove typo in content_guesser | Marc Alexander | 2013-10-24 | 1 | -1/+1 |
| * | | | [ŧicket/11912] Get rid of obsolete variables in content_guesser | Marc Alexander | 2013-10-24 | 1 | -28/+1 |
| * | | | [ticket/11912] Improve extension map in content_guesser | Marc Alexander | 2013-10-24 | 1 | -90/+91 |
| * | | | [ticket/11912] Add content_guesser | Marc Alexander | 2013-10-23 | 1 | -0/+548 |
| * | | | [ticket/11912] Add phpbb mimetype guesser | Marc Alexander | 2013-10-23 | 1 | -0/+105 |
| * | | | [ticket/11912] Integrate mimetype guesser with plupload | Marc Alexander | 2013-10-23 | 1 | -2/+9 |
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842 | Marc Alexander | 2013-11-27 | 211 | -1942/+965 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge pull request #1854 from Pico88/ticket/12005 | Nathan Guse | 2013-11-21 | 2 | -1/+43 |
| |\ \ \ |
|