| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14994] Refactor template->assign_block_var | javiexin | 2017-11-01 | 1 | -19/+4 |
| | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. Added PHP 7.2 compatibility. PHPBB3-14994 | ||||
| * | [ticket/14994] Refactor template->assign_block_var | javiexin | 2017-10-29 | 1 | -51/+46 |
| | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. PHPBB3-14994 | ||||
| * | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 4 | -25/+57 |
| |\ | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled | ||||
| | * | [ticket/15201] Add casting | Rubén Calvo | 2017-09-08 | 2 | -4/+4 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Fix tests | Rubén Calvo | 2017-09-08 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Migration to fix current invalid styles | Rubén Calvo | 2017-08-28 | 1 | -0/+50 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Remove wrong user style check | Rubén Calvo | 2017-08-28 | 2 | -22/+4 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Fix | Rubén Calvo | 2017-08-28 | 1 | -6/+2 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Castings | Rubén Calvo | 2017-08-28 | 1 | -2/+6 |
| | | | | | | | | | PHPBB3-15201 | ||||
| | * | [ticket/15201] Set user style to default style when it is disabled or ↵ | Rubén Calvo | 2017-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | uninstalled PHPBB3-15201 | ||||
| * | | Merge pull request #4948 from Elsensee/ticket/15267 | Marc Alexander | 2017-10-18 | 1 | -2/+4 |
| |\ \ | | | | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted | ||||
| | * | | [ticket/15267] Hide birthday list if permission wasn't granted | Oliver Schramm | 2017-09-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | PHPBB3-15267 | ||||
| * | | | Merge pull request #4910 from javiexin/ticket/15331_B | Marc Alexander | 2017-10-17 | 1 | -6/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B | ||||
| | * | | | [ticket/15331] Allow gravatars to be changed in the existing event | javiexin | 2017-08-19 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331 | ||||
| * | | | | Merge pull request #5003 from kasimi/ticket/15409 | Marc Alexander | 2017-10-17 | 1 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool | ||||
| | * | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool | kasimi | 2017-10-16 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15409 | ||||
| * | | | | | Merge pull request #4997 from kasimi/ticket/15396 | Marc Alexander | 2017-10-17 | 1 | -2/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | ||||
| | * | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | kasimi | 2017-10-13 | 1 | -2/+5 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15396 | ||||
| * | | | | | Merge pull request #4999 from marc1706/ticket/15401 | Marc Alexander | 2017-10-15 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15401] Use separate constant for memcached driver config | ||||
| | * | | | | | [ticket/15401] Use separate constant for memcached driver config | Julien Tant | 2017-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15401 | ||||
| * | | | | | | Merge pull request #4944 from Elsensee/ticket/14677 | Marc Alexander | 2017-10-15 | 2 | -2/+12 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | [ticket/14677] Add exclamation mark to outdated extensions | ||||
| | * | | | | | [ticket/14677] Use classes for colors in ext list | Oliver Schramm | 2017-09-20 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677 | ||||
| | * | | | | | [ticket/14677] Make the exclamation mark red | Oliver Schramm | 2017-09-10 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14677 | ||||
| | * | | | | | [ticket/14677] Add exclamation mark to outdated extensions | Oliver Schramm | 2017-09-09 | 1 | -0/+2 |
| | | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-14677 | ||||
| * | | | | | Merge pull request #4888 from javiexin/ticket/15306 | Marc Alexander | 2017-10-13 | 1 | -2/+4 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate | ||||
| | * | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate | javiexin | 2017-08-06 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15306 | ||||
| * | | | | | Merge pull request #4942 from rubencm/ticket/15172 | Marc Alexander | 2017-10-11 | 1 | -2/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15172] Fix redirection to wrong port | ||||
| | * | | | | | [ticket/15172] Cast port to integer | Rubén Calvo | 2017-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15172 | ||||
| | * | | | | | [ticket/15172] Use symfony request component to get port | Rubén Calvo | 2017-09-09 | 1 | -2/+3 |
| | | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-15172 | ||||
| * | | | | | Merge pull request #4994 from hanakin/ticket/15391 | Marc Alexander | 2017-10-11 | 1 | -1/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15391] image-rendering not needed for Topic/Forum imgs | ||||
| | * | | | | | [ticket/15391] image-rendering no longer needed | Michael Miday | 2017-10-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15391 | ||||
| * | | | | | | Merge pull request #4995 from senky/ticket/15394 | Marc Alexander | 2017-10-11 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | [ticket/15394] Add $user_cache | ||||
| | * | | | | | [ticket/15394] Add $post_edit_list | Jakub Senko | 2017-10-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15394 | ||||
| | * | | | | | [ticket/15394] Add $user_cache | Jakub Senko | 2017-10-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15394 | ||||
| * | | | | | | [ticket/15361] Fix paths and names of graphics | Oliver Schramm | 2017-10-05 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15361 | ||||
| * | | | | | | Merge pull request #4967 from Leinad4Mind/3.2.x | Oliver Schramm | 2017-10-05 | 2 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer | ||||
| | * | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer | Daniel Mota | 2017-09-21 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4981 from senky/ticket/15362 | Oliver Schramm | 2017-10-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15362] Fix colspan in notification options table | ||||
| | * | | | | | | | [ticket/15362] Fix colspan in notification options table | Jakub Senko | 2017-10-02 | 1 | -1/+1 |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15362 | ||||
| * | | | | | | | Merge pull request #4961 from hanakin/ticket/15361 | Oliver Schramm | 2017-10-05 | 35 | -0/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15361] Topic / Forum Icon rendering across all browsers | ||||
| | * | | | | | | | [ticket/15361] fix forum_link | Michael Miday | 2017-09-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15361 | ||||
| | * | | | | | | | [ticket/15361] new graphics to fix chrome & safari | Michael Miday | 2017-09-16 | 34 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15361 | ||||
| * | | | | | | | | Merge branch '3.1.x' into 3.2.x | Oliver Schramm | 2017-10-05 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| | * | | | | | | | [ticket/15367] Escape special characters in Sphinx search backend | rxu | 2017-09-16 | 1 | -4/+4 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15367 | ||||
| * | | | | | | | Merge pull request #4974 from Elsensee/ticket/15379 | Marc Alexander | 2017-09-28 | 2 | -8/+11 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15379] Fix assignments in reparser cron job | ||||
| | * | | | | | | | [ticket/15379] Only initialize reparsers on first call in migration | Oliver Schramm | 2017-09-25 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15379 | ||||
| | * | | | | | | | [ticket/15379] Fix the assignments in reparser cron job | Oliver Schramm | 2017-09-25 | 1 | -2/+2 |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15379 | ||||
| * | | | | | | | Merge pull request #4958 from kasimi/ticket/15365 | Oliver Schramm | 2017-09-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | [ticket/15365] Fix invalidating OPcache | ||||
| | * | | | | | | [ticket/15365] Fix invalidating OPcache | kasimi | 2017-09-16 | 1 | -1/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15365 | ||||
| * | | | | | | [ticket/15368] Correct function reference in MSSQL db tools | David Colón | 2017-09-17 | 1 | -2/+2 |
| |/ / / / / | |||||
