aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-296-10/+156
| | | | PHPBB3-13388
* Merge pull request #3561 from s9e/ticket/10922Tristan Darricau2015-05-293-4/+31
|\ | | | | | | [ticket/10922] Added support for body and subject in email BBCode
| * [ticket/10922] Added testJoshyPHP2015-04-282-0/+2
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Added test dataJoshyPHP2015-04-282-3/+9
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Added testsJoshyPHP2015-04-282-0/+4
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Replaced urlencode() with rawurlencode()JoshyPHP2015-04-282-2/+2
| | | | | | | | | | | | | | RFC-6068 asks for percent-encoding so that seems more correct. Not sure about that one. PHPBB3-10922
| * [ticket/10922] Added support for body and subject in email BBCodeJoshyPHP2015-04-283-4/+19
| | | | | | | | PHPBB3-10922
* | Merge pull request #3383 from nickvergessen/ticket/9109Tristan Darricau2015-05-295-15/+181
|\ \ | | | | | | | | | Ticket/9109 Properly document and calculate the group settings with value 0
| * | [ticket/9109] Improve docblock and fix spelling errorsMarc Alexander2015-02-082-2/+3
| | | | | | | | | | | | PHPBB3-9109
| * | [ticket/9109] Only query database once in phpbb_get_max_setting_from_groupMarc Alexander2015-02-083-20/+30
| | | | | | | | | | | | | | | | | | More test cases have been added, too. PHPBB3-9109
| * | [ticket/9109] Properly document and calculate the group settings with value 0Joas Schilling2015-02-085-15/+170
| | | | | | | | | | | | PHPBB3-9109
* | | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-2921-32/+1265
|\ \ \ | | | | | | | | | | | | Ticket/13844 Better FAQ language files
| * | | [ticket/13844] Add eventsJoas Schilling2015-05-204-17/+63
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Add unit tests for the help managerJoas Schilling2015-05-171-0/+183
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Remove hacky code for the help arrayJoas Schilling2015-05-172-15/+4
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Fix language file so the tests passJoas Schilling2015-05-163-6/+6
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Add a functional test that browses the help pagesJoas Schilling2015-05-161-0/+12
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-1612-19/+187
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Refactor bbcode help to the new systemJoas Schilling2015-05-165-0/+271
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Add new versions of the old help_* filesJoas Schilling2015-05-162-0/+252
| | | | | | | | | | | | | | | | PHPBB3-13844
| * | | [ticket/13844] Add a little develop script to migrate the filesJoas Schilling2015-05-161-0/+312
| | | | | | | | | | | | | | | | PHPBB3-13844
* | | | Merge pull request #3616 from s9e/ticket/13847Tristan Darricau2015-05-297-3/+172
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13847] Move quote generation to text_formatter.utils
| * | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-252-2/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-13847
| * | | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-252-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847
| * | | | [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-252-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will enclose attribute values in single- or double- quotes depending on whichever requires the least escaping. Characters that need to be escaped are always escaped regardless. PHPBB3-13847
| * | | | [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-255-1/+119
| | | | | | | | | | | | | | | | | | | | PHPBB3-13847
* | | | | Merge pull request #3622 from s9e/ticket/13860Tristan Darricau2015-05-292-24/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13860] Fixed array-to-string conversion
| * | | | | [ticket/13860] Fixed PHP notices from undeclared vars/propertiesJoshyPHP2015-05-281-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13860
| * | | | | [ticket/13860] Fixed array-to-string conversionJoshyPHP2015-05-281-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13860
* | | | | | Merge pull request #3625 from s9e/ticket/11742Tristan Darricau2015-05-297-54/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/11742] Remove tabs-to-space conversion in [code]
| * | | | | | [ticket/11742] Added testJoshyPHP2015-05-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | [ticket/11742] Updated s9e\TextFormatterJoshyPHP2015-05-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | [ticket/11742] Removed whitespace collapsing in codebox [ci skip]JoshyPHP2015-05-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | [ticket/11742] Updated default formatting tests to match the new defaultJoshyPHP2015-05-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | [ticket/11742] Removed tabs-to-space conversion in [code]JoshyPHP2015-05-234-45/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
* | | | | | | Merge pull request #3648 from marc1706/ticket/13872Joas Schilling2015-05-291-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/13872] Remove subsilver2 from md exporter test
| * | | | | | | [ticket/13872] Remove subsilver2 from md exporter testMarc Alexander2015-05-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13872
* | | | | | | | Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-2913-349/+327
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13770] Wither interface for container_builder
| * | | | | | | | [ticket/13770] Use dummy cache driverNicofuma2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770
| * | | | | | | | [ticket/13770] Fix testsNicofuma2015-05-143-43/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770
| * | | | | | | | [ticket/13770] Update testsTristan Darricau2015-05-146-72/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770
| * | | | | | | | [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-149-294/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770
* | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-281-1/+16
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #3640 from callumacrae/ticket/13876Marc Alexander2015-05-281-1/+16
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13876] Use webfontloader asyncronously.
| | * | | | | | | | | [ticket/13876] set webfont async to trueCallum Macrae2015-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13876
| | * | | | | | | | | [ticket/13876] Use webfontloader asyncronously.Callum Macrae2015-05-281-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds typekit and Google's webfontloader and calls it asyncronously, removing the SPOF in the header. Now, if google goes down, some buttons display with a different font. https://github.com/typekit/webfontloader PHPBB3-13876
* | | | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-281-27/+27
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge pull request #3634 from prototech/ticket/13858Marc Alexander2015-05-281-27/+27
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13858] Make Plupload uploader available in the global namespace.
| | * | | | | | | | | [ticket/13858] Make Plupload uploader available in the global namespace.Cesar G2015-05-281-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13858
* | | | | | | | | | | Merge branch '3.1.x'Cesar G2015-05-281-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13878] Display background images when printing topic in webkit