aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15171] Add migrationRubén Calvo2017-10-311-0/+39
* [ticket/15171] Fix texformatterRubén Calvo2017-10-311-1/+1
* Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-312-24/+67
|\
| * [ticket/15245] Fix comments, class names and code styleOliver Schramm2017-09-282-13/+25
| * [ticket/15245] Configure TextFormatter before rendering feedsOliver Schramm2017-09-282-12/+48
| * [ticket/15245] Remove unnecessary arguments and fix whitespaceOliver Schramm2017-09-221-16/+6
| * [ticket/15245] Fix images in feeds when accessing via app.phpOliver Schramm2017-09-221-7/+12
* | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.xMarc Alexander2017-10-291-11/+2
|\ \
| * | [ticket/15298] Never suppress exception trace when using CLITristan Darricau2017-09-101-11/+2
* | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-223-23/+55
|\ \ \
| * | | [ticket/15201] Add castingRubén Calvo2017-09-082-4/+4
| * | | [ticket/15201] Fix testsRubén Calvo2017-09-081-2/+2
| * | | [ticket/15201] Migration to fix current invalid stylesRubén Calvo2017-08-281-0/+50
| * | | [ticket/15201] Remove wrong user style checkRubén Calvo2017-08-282-22/+4
* | | | Merge pull request #4997 from kasimi/ticket/15396Marc Alexander2017-10-171-2/+5
|\ \ \ \
| * | | | [ticket/15396] Fix revert_schema() steps not executed in correct orderkasimi2017-10-131-2/+5
* | | | | [ticket/15401] Use separate constant for memcached driver configJulien Tant2017-10-151-1/+1
|/ / / /
* | | | Merge pull request #4967 from Leinad4Mind/3.2.xOliver Schramm2017-10-051-1/+1
|\ \ \ \
| * | | | [PHPBB3-14629] round() the log() explicitly to a proper integerDaniel Mota2017-09-211-1/+1
| | |_|/ | |/| |
* | | | 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
* | | | | Merge pull request #4974 from Elsensee/ticket/15379Marc Alexander2017-09-282-8/+11
|\ \ \ \ \
| * | | | | [ticket/15379] Only initialize reparsers on first call in migrationOliver Schramm2017-09-251-6/+9
| * | | | | [ticket/15379] Fix the assignments in reparser cron jobOliver Schramm2017-09-251-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #4958 from kasimi/ticket/15365Oliver Schramm2017-09-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/15365] Fix invalidating OPcachekasimi2017-09-161-1/+1
| |/ / /
* | | | [ticket/15368] Correct function reference in MSSQL db toolsDavid Colón2017-09-171-2/+2
|/ / /
* | | Merge pull request #4943 from Elsensee/ticket/14933Máté Bartus2017-09-101-2/+16
|\ \ \
| * | | [ticket/14933] Fix docblock for kernel_exception_subscriberOliver Schramm2017-09-101-0/+1
| * | | [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-091-2/+15
* | | | Merge pull request #4876 from JoshyPHP/ticket/15290Máté Bartus2017-09-091-1/+12
|\ \ \ \
| * | | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize eventJoshyPHP2017-07-221-1/+12
* | | | | Merge pull request #4885 from JoshyPHP/ticket/15301Máté Bartus2017-09-091-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/15301] Remove quote limits when creating a parserJoshyPHP2017-08-241-0/+5
| | |_|/ | |/| |
* | | | Merge pull request #4932 from Nicofuma/ticket/15351Máté Bartus2017-09-092-3/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-082-3/+25
* | | | 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
| * | | [ticket/15347] Use single quotes in update hashes queryMarc Alexander2017-09-071-3/+3
* | | | Merge pull request #4902 from MoleDJ/patch-1Máté Bartus2017-09-071-0/+4
|\ \ \ \
| * | | | [ticket/15320] Fix to accomplish coding guidelinesJagoba Los Arcos2017-08-141-1/+1
| * | | | [ticket/15320] Redis cache does not save keys withouth expirationJagoba Los Arcos2017-08-131-0/+4
| | |/ / | |/| |
* | | | Merge pull request #4903 from rxu/ticket/15323Máté Bartus2017-09-071-1/+3
|\ \ \ \
| * | | | [ticket/15323] Allow Twig syntax in bbcode.htmlrxu2017-08-151-1/+3
| |/ / /
* | | | Merge pull request #4906 from rxu/ticket/15327Máté Bartus2017-09-071-1/+1
|\ \ \ \
| * | | | [ticket/15327] Add post anchor to the log postlinkrxu2017-08-171-1/+1
| |/ / /
* | | | Merge pull request #4918 from kasimi/ticket/15328Máté Bartus2017-09-074-7/+36
|\ \ \ \
| * | | | [ticket/15328] Use type_interfacekasimi2017-09-073-9/+15
| * | | | [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-244-7/+30
| |/ / /
* | | | Merge pull request #4924 from rubencm/ticket/15346Máté Bartus2017-09-071-0/+8
|\ \ \ \