| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 1 | -6/+20 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Added elapsed/estimated time and memory to the progress bar | JoshyPHP | 2015-07-02 | 1 | -3/+3 |
| | | | | | | | Also fixed some extra whitespace. PHPBB3-13891 | ||||
| * | [ticket/13891] Use the SymfonyStyle in the reparse command | Tristan Darricau | 2015-07-01 | 1 | -5/+34 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | Does not count #0 as a potential record PHPBB3-13891 | ||||
| * | [ticket/13891] Added a progress bar | JoshyPHP | 2015-06-30 | 1 | -6/+20 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Added command-line options | JoshyPHP | 2015-06-30 | 1 | -9/+34 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 2 | -12/+11 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 2 | -0/+176 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13970] Save the value of the optional [code] parameter | JoshyPHP | 2015-06-27 | 1 | -1/+1 |
| | | | | | PHPBB3-13970 | ||||
| * | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 12 | -0/+817 |
| |\ | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text | ||||
| | * | [ticket/13803] Use accurate flags for generate_text_for_edit() | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Renamed var | JoshyPHP | 2015-05-30 | 1 | -4/+4 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Fixed method name | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Renamed methods | JoshyPHP | 2015-05-30 | 5 | -10/+11 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added contact_admin_info tests | JoshyPHP | 2015-05-30 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 1 | -12/+36 |
| | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803 | ||||
| | * | [ticket/13803] Added get_max_id() tests | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Moved the add_missing_fields() call to the base class | JoshyPHP | 2015-05-30 | 2 | -4/+2 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added user_signature tests | JoshyPHP | 2015-05-30 | 1 | -12/+15 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Reordered methods [ci skip] | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added tests | JoshyPHP | 2015-05-30 | 1 | -7/+43 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added pm_text tests | JoshyPHP | 2015-05-30 | 2 | -33/+37 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added methods to detect whether a given feature is in use | JoshyPHP | 2015-05-30 | 2 | -2/+67 |
| | | | | | | | | | | | | | | | They test whether a given BBCode was enabled and has been used in a text, or smilies, or magic URLs. PHPBB3-13803 | ||||
| | * | [ticket/13803] Refactored test | JoshyPHP | 2015-05-30 | 9 | -18/+18 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added tests, fixed param order in generate_text_for_storage() | JoshyPHP | 2015-05-30 | 3 | -15/+62 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Added plugins | JoshyPHP | 2015-05-30 | 16 | -316/+525 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] Hyphenated class names | JoshyPHP | 2015-05-30 | 5 | -5/+5 |
| | | | | | | | | | PHPBB3-13803 | ||||
| | * | [ticket/13803] WIP implementation | JoshyPHP | 2015-05-30 | 7 | -0/+430 |
| | | | | | | | | | PHPBB3-13803 | ||||
| * | | Merge pull request #3669 from s9e/ticket/13901 | Tristan Darricau | 2015-06-24 | 1 | -1/+4 |
| |\ \ | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability | ||||
| | * | | [ticket/13901] Add whitespace to short, multiline quotes for readability | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13901 | ||||
| | * | | [ticket/13901] Add more whitespace to long quotes for readability | JoshyPHP | 2015-05-30 | 1 | -1/+4 |
| | |/ | | | | | | | PHPBB3-13901 | ||||
| * | | Merge branch '3.1.x' | Andreas Fischer | 2015-06-22 | 1 | -7/+44 |
| |\ \ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13952] Fix docblocks [ticket/13952] Inject dispatcher dependency to the tidy search cron task | ||||
| | * | | [ticket/13952] Fix docblocks | rxu | 2015-06-20 | 1 | -6/+40 |
| | | | | | | | | | | | | | PHPBB3-13952 | ||||
| | * | | [ticket/13952] Inject dispatcher dependency to the tidy search cron task | rxu | 2015-06-20 | 1 | -2/+5 |
| | | | | | | | | | | | | | PHPBB3-13952 | ||||
| * | | | Merge branch '3.1.x' | Andreas Fischer | 2015-06-16 | 1 | -2/+1 |
| |\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13903] Replacing regexp path naming for container by md5. Conflicts: phpBB/phpbb/di/container_builder.php | ||||
| | * | | [ticket/13903] Replacing regexp path naming for container by md5. | Wardormeur | 2015-06-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Replacement of the path creation based on a blacklist by a md5 filename to support broader configurations PHPBB3-13903 | ||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-06-16 | 10 | -11/+12 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/phpbb/user_loader.php | ||||
| | * | | Merge pull request #3653 from callumacrae/ticket/13882 | Marc Alexander | 2015-06-16 | 10 | -11/+12 |
| | |\ \ | | | | | | | | | | | | | [ticket/13882] Lazy load the notification avatars. | ||||
| | | * | | [ticket/13882] Lazy load the notification avatars. | Callum Macrae | 2015-05-28 | 10 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882 | ||||
| * | | | | Merge branch '3.1.x' | Joas Schilling | 2015-06-14 | 1 | -0/+31 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/phpbb/user.php | ||||
| | * | | | Merge branch 'prep-release-3.1.5' into 3.1.x | Joas Schilling | 2015-06-14 | 2 | -1/+32 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| | | * | | | [prep-release-3.1.5] Add migration for 3.1.5 | Joas Schilling | 2015-06-14 | 1 | -0/+31 |
| | | | | | | |||||
| | | * | | | [ticket/13942] Check if path to language file contains language path | Marc Alexander | 2015-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13942 | ||||
| * | | | | | Merge branch '3.1.x' | Andreas Fischer | 2015-06-13 | 1 | -2/+4 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 | ||||
| | * | | | | Merge pull request #3704 from Nicofuma/ticket/13941 | Andreas Fischer | 2015-06-13 | 1 | -2/+4 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 * Nicofuma/ticket/13941: [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 | ||||
| | | * | | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 | Tristan Darricau | 2015-06-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13941 | ||||
| | * | | | | | Merge branch 'prep-release-3.1.5' into 3.1.x | Joas Schilling | 2015-06-11 | 1 | -0/+31 |
| | |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | | Merge pull request #3694 from marc1706/ticket/13930 | Andreas Fischer | 2015-06-09 | 4 | -4/+4 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis | ||||
| * | \ \ \ \ | Merge branch '3.1.x' | Joas Schilling | 2015-06-11 | 1 | -0/+31 |
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg | ||||
