| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/15041] Add pagination to orphaned attachments | Rubén Calvo | 2017-10-17 | 1 | -1/+34 |
| | | | | | PHPBB3-15041 | ||||
| * | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-12 | 1 | -1/+13 |
| |\ | |||||
| | * | [ticket/14847] Add core.acp_attachments_config_edit_add | Jakub Senko | 2016-11-02 | 1 | -1/+13 |
| | | | | | | | | | PHPBB3-14847 | ||||
| * | | Merge branch 'ticket/14577' into ticket/14577-3.2.x | Marc Alexander | 2016-04-02 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | Conflicts: phpBB/includes/acp/acp_modules.php | ||||
| | * | [ticket/14577] Do not calculate size of array in for loop | Marc Alexander | 2016-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577 | ||||
| * | | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x | Marc Alexander | 2016-03-27 | 1 | -2/+2 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html | ||||
| | * | [ticket/14272] Allow input of floats for filesize | Marc Alexander | 2016-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272 | ||||
| | * | [ticket/14272] Fix invalid or missing min/max settings | Marc Alexander | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14272 | ||||
| | * | [ticket/14272] Only use maxlength and size for allowed input elements | Marc Alexander | 2015-11-06 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14272 | ||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+0 |
| | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | ||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+0 |
| | | | | | | | | | | | | | Part 4 PHPBB3-13454 | ||||
| * | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-14 | 1 | -1/+4 |
| |\ \ | |/ | | | | | | | * 3.1.x: [ticket/10572] Unguarded includes in acp files | ||||
| | * | [ticket/10572] Unguarded includes in acp files | Richard McGirr | 2015-10-13 | 1 | -1/+4 |
| | | | | | | | | | PHPBB3-10572 | ||||
| * | | [ticket/14168] Use attachment manager instead of separate classes | Marc Alexander | 2015-10-12 | 1 | -6/+6 |
| | | | | | | | | | PHPBB3-14168 | ||||
| * | | [ticket/14168] No longer use deprecated functions in core files | Marc Alexander | 2015-10-09 | 1 | -3/+7 |
| | | | | | | | | | PHPBB3-14168 | ||||
| * | | [ticket/12505] Remove outdated media handling from acp | n-aleha | 2015-08-24 | 1 | -6/+0 |
| | | | | | | | | | | | | | Remove outdated media handling from acp PHPBB3-12505 | ||||
| * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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' | Nicofuma | 2015-03-29 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'ticket/13568' into ticket/13568-asc | Marc Alexander | 2015-02-06 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php | ||||
| | | * | [ticket/13568] Use more descriptive validation names and merge with path block | Marc Alexander | 2015-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | * | [ticket/13568] Validate imagick path as readable absolute path | Marc Alexander | 2015-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13568 | ||||
| * | | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()` | Gaëtan Muller | 2015-02-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13455 | ||||
| * | | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -31/+31 |
| | | | | | | | | | | | | | PHPBB3-13455 | ||||
| * | | | [ticket/13496] Update calls to `set_config_count()` | Gaëtan Muller | 2015-02-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13496 | ||||
| * | | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13494 | ||||
| * | | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -14/+15 |
| | | | | | | | | | | | | | PHPBB3-13468 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-01-20 | 1 | -1/+1 |
| |\ \ \ | |/ / | | | | | | | | | | * develop-ascraeus: [ticket/13519] Correctly validate imagick path as path and not string | ||||
| | * | | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2015-01-20 | 1 | -1/+1 |
| | |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13519] Correctly validate imagick path as path and not string Conflicts: phpBB/includes/acp/acp_attachments.php | ||||
| | | * | [ticket/13519] Correctly validate imagick path as path and not string | Marc Alexander | 2015-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13519 | ||||
| * | | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+3 |
| |/ / | | | | | | | PHPBB3-13450 | ||||
| * | | [ticket/12557] Fix doc block errors found by Sami | n-aleha | 2014-08-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | More corrections. PHPBB3-12557 | ||||
| * | | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2014-06-26 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * develop-olympus: [ticket/12196] Revert Fix typo "referer" in acp/attachments | ||||
| | * | [ticket/12196] Revert Fix typo "referer" in acp/attachments | Dhruv | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This reverts commit 9bc1f7924d5ef00fb988b81347d4c5c730b25eb2. https://tracker.phpbb.com/browse/PHPBB3-12196 PHPBB3-12196 | ||||
| * | | Merge branch 'develop-olympus' into develop-ascraeus | Dhruv | 2014-06-26 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | | | | | # By Joas Schilling # Via Dhruv (1) and Joas Schilling (1) * develop-olympus: [ticket/12196] Fix typo "referer" in acp/attachments | ||||
| | * | [ticket/12196] Fix typo "referer" in acp/attachments | Joas Schilling | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12196 | ||||
| * | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
| | | | | | | | | | PHPBB3-12594 | ||||
| * | | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeus | Cesar G | 2014-05-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names | ||||
| | * | | [ticket/12332] Restore some changes back to original state | Matt Friedman | 2014-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-12332 | ||||
| | * | | [ticket/12332] Accomplish all word creaking in template and CSS | Matt Friedman | 2014-04-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-12332 | ||||
| | * | | [ticket/12332] Fix displaying attachments with long file names | Matt Friedman | 2014-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-12332 | ||||
| * | | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 1 | -4/+3 |
| |/ / | | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458 | ||||
| * | | [ticket/12201] Add link to resync file stats after error. | Cesar G | 2014-04-15 | 1 | -6/+9 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12282 | ||||
| * | | Merge pull request #2035 from prototech/ticket/12138 | Nathan Guse | 2014-02-20 | 1 | -62/+130 |
| |\ \ | | | | | | | [ticket/12138] Include file time limit when generating attachment management pagination and stats. | ||||
| | * | | [ticket/12138] Replace old code and generate pagination using filetime limit. | Cesar G | 2014-02-16 | 1 | -60/+22 |
| | | | | | | | | | | | | | PHPBB3-12138 | ||||
| | * | | [ticket/12138] Add methods for attachment manage functionality. | Cesar G | 2014-02-16 | 1 | -2/+108 |
| | | | | | | | | | | | | | PHPBB3-12138 | ||||
| * | | | [ticket/12153] Remove redundant calls to pagination.on_page(). | Cesar G | 2014-02-03 | 1 | -1/+0 |
| |/ / | | | | | | | PHPBB3-12153 | ||||
| * | | [ticket/11849] Update some ACP modules with new pagination | Joas Schilling | 2013-12-18 | 1 | -14/+8 |
| | | | | | | | | | PHPBB3-11849 | ||||
| * | | [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}. | Cesar G | 2013-10-30 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-11987 | ||||
| * | | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-11700 | ||||
