aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15432] Don't remove dark background if fadedark is falsekasimi2017-10-311-1/+1
| | | | PHPBB3-15432
* Merge pull request #4942 from rubencm/ticket/15172Marc Alexander2017-10-111-2/+3
|\ | | | | | | [ticket/15172] Fix redirection to wrong port
| * [ticket/15172] Cast port to integerRubén Calvo2017-09-101-1/+1
| | | | | | | | PHPBB3-15172
| * [ticket/15172] Use symfony request component to get portRubén Calvo2017-09-091-2/+3
| | | | | | | | PHPBB3-15172
* | Merge pull request #4994 from hanakin/ticket/15391Marc Alexander2017-10-111-1/+0
|\ \ | | | | | | | | | [ticket/15391] image-rendering not needed for Topic/Forum imgs
| * | [ticket/15391] image-rendering no longer neededMichael Miday2017-10-111-1/+0
| | | | | | | | | | | | PHPBB3-15391
* | | Merge pull request #4995 from senky/ticket/15394Marc Alexander2017-10-111-0/+5
|\ \ \ | |/ / |/| | | | | [ticket/15394] Add $user_cache
| * | [ticket/15394] Add $post_edit_listJakub Senko2017-10-091-1/+3
| | | | | | | | | | | | PHPBB3-15394
| * | [ticket/15394] Add $user_cacheJakub Senko2017-10-091-0/+3
| | | | | | | | | | | | PHPBB3-15394
* | | [ticket/15361] Fix paths and names of graphicsOliver Schramm2017-10-052-0/+0
| | | | | | | | | | | | PHPBB3-15361
* | | Merge pull request #4967 from Leinad4Mind/3.2.xOliver Schramm2017-10-052-2/+2
|\ \ \ | | | | | | | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer
| * | | [PHPBB3-14629] round() the log() explicitly to a proper integerDaniel Mota2017-09-212-2/+2
| | | |
* | | | Merge pull request #4981 from senky/ticket/15362Oliver Schramm2017-10-051-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15362] Fix colspan in notification options table
| * | | | [ticket/15362] Fix colspan in notification options tableJakub Senko2017-10-021-1/+1
| | |/ / | |/| | | | | | | | | | PHPBB3-15362
* | | | Merge pull request #4961 from hanakin/ticket/15361Oliver Schramm2017-10-0535-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15361] Topic / Forum Icon rendering across all browsers
| * | | | [ticket/15361] fix forum_linkMichael Miday2017-09-161-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15361
| * | | | [ticket/15361] new graphics to fix chrome & safariMichael Miday2017-09-1634-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15361
* | | | | Merge branch '3.1.x' into 3.2.xOliver Schramm2017-10-051-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ticket/15367] Escape special characters in Sphinx search backendrxu2017-09-161-4/+4
| |/ / / | | | | | | | | | | | | PHPBB3-15367
* | | | Merge pull request #4974 from Elsensee/ticket/15379Marc Alexander2017-09-282-8/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15379] Fix assignments in reparser cron job
| * | | | [ticket/15379] Only initialize reparsers on first call in migrationOliver Schramm2017-09-251-6/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-15379
| * | | | [ticket/15379] Fix the assignments in reparser cron jobOliver Schramm2017-09-251-2/+2
| | |/ / | |/| | | | | | | | | | PHPBB3-15379
* | | | Merge pull request #4958 from kasimi/ticket/15365Oliver Schramm2017-09-281-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15365] Fix invalidating OPcache
| * | | [ticket/15365] Fix invalidating OPcachekasimi2017-09-161-1/+1
| |/ / | | | | | | | | | PHPBB3-15365
* | | [ticket/15368] Correct function reference in MSSQL db toolsDavid Colón2017-09-171-2/+2
|/ /
* | Merge pull request #4955 from hanakin/ticket/13214Máté Bartus2017-09-152-2/+2
|\ \ | | | | | | | | | [ticket/13214] Contact us page textarea looks narrow in responsive mode
| * | [ticket/13214] Fix weird alignment of labelsMichael Miday2017-09-111-1/+1
| | | | | | | | | | | | PHPBB3-13214
| * | [ticket/13214] remove inputbox from textareaMichael Miday2017-09-111-1/+1
| | | | | | | | | | | | PHPBB3-13214
* | | [ticket/15271] align forum and topic row columnsMichael Miday2017-09-111-0/+2
|/ / | | | | | | PHPBB3-15271
* | Merge pull request #4889 from javiexin/ticket/15307Oliver Schramm2017-09-103-0/+27
|\ \ | | | | | | | | | [ticket/15307] Extensions may add modes to acp_users
| * | [ticket/15307] Extensions may add modes to acp_usersjaviexin2017-08-063-0/+27
| | | | | | | | | | | | | | | | | | Includes both PHP and Template events. PHPBB3-15307
* | | Merge pull request #4943 from Elsensee/ticket/14933Máté Bartus2017-09-103-2/+18
|\ \ \ | | | | | | | | | | | | [ticket/14933] Make "route not found" more user-friendly
| * | | [ticket/14933] Fix docblock for kernel_exception_subscriberOliver Schramm2017-09-101-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14933
| * | | [ticket/14933] Fix parameter for kernel_exception_subscriberOliver Schramm2017-09-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14933
| * | | [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-093-2/+17
| | | | | | | | | | | | | | | | PHPBB3-14933
* | | | [ticket/15353] Fix html in acp_board.htmlOliver Schramm2017-09-091-1/+1
| |_|/ |/| | | | | | | | PHPBB3-15353
* | | Merge pull request #4876 from JoshyPHP/ticket/15290Máté Bartus2017-09-091-1/+12
|\ \ \ | | | | | | | | | | | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize event
| * | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize eventJoshyPHP2017-07-221-1/+12
| | | | | | | | | | | | | | | | PHPBB3-15290
* | | | Merge pull request #4885 from JoshyPHP/ticket/15301Máté Bartus2017-09-091-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15301] Set quotes' nesting limit when configuring a parser
| * | | | [ticket/15301] Remove quote limits when creating a parserJoshyPHP2017-08-241-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-15301
* | | | | Merge pull request #4941 from Elsensee/ticket/15149Tristan Darricau2017-09-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15149] Fix Ctrl+Submit action on posting * github.com:phpbb/phpbb: [ticket/15149] Fix Ctrl+Submit action on posting
| * | | | | [ticket/15149] Fix Ctrl+Submit action on postingOliver Schramm2017-09-091-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15149
* | | | | Merge pull request #4940 from Elsensee/ticket/15355Tristan Darricau2017-09-091-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15355] Remove version field when no update is available * github.com:phpbb/phpbb: [ticket/15355] Remove version field when no update is available
| * | | | | [ticket/15355] Remove version field when no update is availableOliver Schramm2017-09-091-1/+4
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15355
* | | | | Merge pull request #4932 from Nicofuma/ticket/15351Máté Bartus2017-09-093-6/+28
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/15351] Makes confirm_works in a router context (app.php)
| * | | | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-083-6/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-15351
* | | | | Merge branch '3.1.x' into 3.2.xOliver Schramm2017-09-082-6/+6
|\ \ \ \ \
| * | | | | [ticket/15347] Fix query quotes in update hashes cli commandMarc Alexander2017-09-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15347
| * | | | | [ticket/15347] Use single quotes in update hashes queryMarc Alexander2017-09-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15347
| * | | | | Merge branch 'prep-release-3.1.11' into 3.1.xMarc Alexander2017-07-1616-12/+330
| |\ \ \ \ \