| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 1 | -5/+5 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 1 | -5/+9 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Add more tests and test cases | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Split code up and pass root path to remote upload type | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Fix remote upload functional tests | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Move remote upload to its own type class | Marc Alexander | 2015-09-09 | 1 | -4/+4 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 1 | -4/+8 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 1 | -4/+8 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -7/+3 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Fix tests again | Marc Alexander | 2015-09-09 | 1 | -5/+10 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | [ticket/13904] Fix fileupload functional tests | Marc Alexander | 2015-09-09 | 1 | -6/+29 | |
| | | | | | | | | | PHPBB3-13904 | |||||
| * | | Merge branch '3.1.x' | Tristan Darricau | 2015-08-28 | 1 | -1/+1 | |
| |\ \ | |/ | | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds | |||||
| | * | [ticket/13988] Update tests | Zoddo | 2015-07-18 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13988 | |||||
| | * | [ticket/13880] Automatically remove quotes that are nested too deep | JoshyPHP | 2015-06-27 | 1 | -0/+81 | |
| | | | | | | | | | PHPBB3-13880 | |||||
| * | | [ticket/13645] Move the feeds to controllers | Nicofuma | 2015-08-23 | 3 | -63/+85 | |
| | | | | | | | | | PHPBB3-13645 | |||||
| * | | [ticket/11444] Update tests | Tristan Darricau | 2015-07-13 | 1 | -0/+2 | |
| | | | | | | | | | PHPBB3-11444 | |||||
| * | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444 | |||||
| * | | [ticket/14000] Replaced test content with non-emoji characters | JoshyPHP | 2015-07-13 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-14000 | |||||
| * | | [ticket/10620] Fixed functional tests to account for newlines | JoshyPHP | 2015-06-25 | 2 | -4/+4 | |
| | | | | | | | | | PHPBB3-10620 | |||||
| * | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 2 | -5/+5 | |
| | | | | | | | | | PHPBB3-10620 | |||||
| * | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 2 | -10/+27 | |
| | | | | | | | | | PHPBB3-10620 | |||||
| * | | Merge pull request #3669 from s9e/ticket/13901 | Tristan Darricau | 2015-06-24 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability | |||||
| | * | | [ticket/13901] Fixed test's expected result | JoshyPHP | 2015-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13901 | |||||
| * | | | Merge pull request #3675 from s9e/ticket/13906 | Andreas Fischer | 2015-06-16 | 1 | -0/+22 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview | |||||
| | * | | | [ticket/13906] Renamed test | JoshyPHP | 2015-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13906 | |||||
| | * | | | [ticket/13906] Added test | JoshyPHP | 2015-06-02 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13906 | |||||
| * | | | | [ticket/13777] Fix tests | MateBartus | 2015-05-31 | 1 | -5/+6 | |
| |/ / / | | | | | | | | | | PHPBB3-13777 | |||||
| * | | | [ticket/8420] Added regression test | JoshyPHP | 2015-05-31 | 1 | -0/+14 | |
| |/ / | | | | | | | PHPBB3-8420 | |||||
| * | | Merge pull request #3613 from nickvergessen/ticket/13844 | Tristan Darricau | 2015-05-29 | 1 | -0/+12 | |
| |\ \ | | | | | | | | | | Ticket/13844 Better FAQ language files | |||||
| | * | | [ticket/13844] Add a functional test that browses the help pages | Joas Schilling | 2015-05-16 | 1 | -0/+12 | |
| | | | | | | | | | | | | | PHPBB3-13844 | |||||
| * | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwarding | JoshyPHP | 2015-05-25 | 1 | -1/+14 | |
| | | | | | | | | | | | | | PHPBB3-13847 | |||||
| * | | | [ticket/13847] Updated ucp_pm_compose to use the utils service | JoshyPHP | 2015-05-25 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847 | |||||
| * | | | [ticket/13847] Move quote generation to text_formatter.utils | JoshyPHP | 2015-05-25 | 1 | -0/+14 | |
| | | | | | | | | | | | | | PHPBB3-13847 | |||||
| * | | | [ticket/11530] Fixed test description [ci skip] | JoshyPHP | 2015-05-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-11530 | |||||
| * | | | [ticket/11530] Remove extra quotes when depth limit is exceeded | JoshyPHP | 2015-05-18 | 1 | -0/+81 | |
| |/ / | | | | | | | PHPBB3-11530 | |||||
| * | | [ticket/12745] Added HTML entity test | JoshyPHP | 2015-04-25 | 1 | -0/+10 | |
| | | | | | | | | | | | | | https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167 PHPBB3-12745 | |||||
| * | | [ticket/12745] Added support for Unicode characters outside BMP | JoshyPHP | 2015-04-25 | 1 | -8/+10 | |
| | | | | | | | | | PHPBB3-12745 | |||||
| * | | Merge pull request #3446 from MateBartus/ticket/13654 | Tristan Darricau | 2015-04-16 | 2 | -3/+47 | |
| |\ \ | | | | | | | | | | [ticket/13654] Moving reporting into controller | |||||
| | * | | [ticket/13654] Moving reporting into controller | MateBartus | 2015-04-16 | 2 | -3/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654 | |||||
| * | | | Merge pull request #3487 from MateBartus/ticket/13697 | Tristan Darricau | 2015-04-16 | 1 | -4/+7 | |
| |\ \ \ | |/ / |/| | | | | | [ticket/13697] Moving filesystem related functions to filesystem service | |||||
| | * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697 | |||||
| * | | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 1 | -22/+111 | |
| |\ \ \ | |/ / |/| / | |/ | ||||||
| | * | Merge pull request #3284 from Elsensee/ticket/13469 | Joas Schilling | 2015-04-06 | 1 | -22/+111 | |
| | |\ | | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete | |||||
| | | * | [ticket/13469] Extract test to new method | Oliver Schramm | 2015-04-02 | 1 | -5/+29 | |
| | | | | | | | | | | | | | PHPBB3-13469 | |||||
| | | * | [ticket/13469] Add tests | Oliver Schramm | 2015-03-22 | 1 | -21/+86 | |
| | | | | | | | | | | | | | PHPBB3-13469 | |||||
| * | | | Merge branch '3.1.x' | Nicofuma | 2015-03-29 | 1 | -0/+78 | |
| |\ \ \ | |/ / | ||||||
