Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13388] Integrate routing and di parameters resolution | Tristan Darricau | 2015-05-29 | 6 | -10/+156 |
| | | | | PHPBB3-13388 | ||||
* | Merge pull request #3561 from s9e/ticket/10922 | Tristan Darricau | 2015-05-29 | 3 | -4/+31 |
|\ | | | | | | | [ticket/10922] Added support for body and subject in email BBCode | ||||
| * | [ticket/10922] Added test | JoshyPHP | 2015-04-28 | 2 | -0/+2 |
| | | | | | | | | PHPBB3-10922 | ||||
| * | [ticket/10922] Added test data | JoshyPHP | 2015-04-28 | 2 | -3/+9 |
| | | | | | | | | PHPBB3-10922 | ||||
| * | [ticket/10922] Added tests | JoshyPHP | 2015-04-28 | 2 | -0/+4 |
| | | | | | | | | PHPBB3-10922 | ||||
| * | [ticket/10922] Replaced urlencode() with rawurlencode() | JoshyPHP | 2015-04-28 | 2 | -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 BBCode | JoshyPHP | 2015-04-28 | 3 | -4/+19 |
| | | | | | | | | PHPBB3-10922 | ||||
* | | Merge pull request #3383 from nickvergessen/ticket/9109 | Tristan Darricau | 2015-05-29 | 5 | -15/+181 |
|\ \ | | | | | | | | | | Ticket/9109 Properly document and calculate the group settings with value 0 | ||||
| * | | [ticket/9109] Improve docblock and fix spelling errors | Marc Alexander | 2015-02-08 | 2 | -2/+3 |
| | | | | | | | | | | | | PHPBB3-9109 | ||||
| * | | [ticket/9109] Only query database once in phpbb_get_max_setting_from_group | Marc Alexander | 2015-02-08 | 3 | -20/+30 |
| | | | | | | | | | | | | | | | | | | More test cases have been added, too. PHPBB3-9109 | ||||
| * | | [ticket/9109] Properly document and calculate the group settings with value 0 | Joas Schilling | 2015-02-08 | 5 | -15/+170 |
| | | | | | | | | | | | | PHPBB3-9109 | ||||
* | | | Merge pull request #3613 from nickvergessen/ticket/13844 | Tristan Darricau | 2015-05-29 | 21 | -32/+1265 |
|\ \ \ | | | | | | | | | | | | | Ticket/13844 Better FAQ language files | ||||
| * | | | [ticket/13844] Add events | Joas Schilling | 2015-05-20 | 4 | -17/+63 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Add unit tests for the help manager | Joas Schilling | 2015-05-17 | 1 | -0/+183 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Remove hacky code for the help array | Joas Schilling | 2015-05-17 | 2 | -15/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Fix language file so the tests pass | Joas Schilling | 2015-05-16 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Add a functional test that browses the help pages | Joas Schilling | 2015-05-16 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] FAQ in new controller format | Joas Schilling | 2015-05-16 | 12 | -19/+187 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Refactor bbcode help to the new system | Joas Schilling | 2015-05-16 | 5 | -0/+271 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Add new versions of the old help_* files | Joas Schilling | 2015-05-16 | 2 | -0/+252 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
| * | | | [ticket/13844] Add a little develop script to migrate the files | Joas Schilling | 2015-05-16 | 1 | -0/+312 |
| | | | | | | | | | | | | | | | | PHPBB3-13844 | ||||
* | | | | Merge pull request #3616 from s9e/ticket/13847 | Tristan Darricau | 2015-05-29 | 7 | -3/+172 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13847] Move quote generation to text_formatter.utils | ||||
| * | | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwarding | JoshyPHP | 2015-05-25 | 2 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13847 | ||||
| * | | | | [ticket/13847] Updated ucp_pm_compose to use the utils service | JoshyPHP | 2015-05-25 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847 | ||||
| * | | | | [ticket/13847] Changed enquote() logic to use whichever is the shortest | JoshyPHP | 2015-05-25 | 2 | -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.utils | JoshyPHP | 2015-05-25 | 5 | -1/+119 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13847 | ||||
* | | | | | Merge pull request #3622 from s9e/ticket/13860 | Tristan Darricau | 2015-05-29 | 2 | -24/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13860] Fixed array-to-string conversion | ||||
| * | | | | | [ticket/13860] Fixed PHP notices from undeclared vars/properties | JoshyPHP | 2015-05-28 | 1 | -23/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13860 | ||||
| * | | | | | [ticket/13860] Fixed array-to-string conversion | JoshyPHP | 2015-05-28 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13860 | ||||
* | | | | | | Merge pull request #3625 from s9e/ticket/11742 | Tristan Darricau | 2015-05-29 | 7 | -54/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/11742] Remove tabs-to-space conversion in [code] | ||||
| * | | | | | | [ticket/11742] Added test | JoshyPHP | 2015-05-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
| * | | | | | | [ticket/11742] Updated s9e\TextFormatter | JoshyPHP | 2015-05-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
| * | | | | | | [ticket/11742] Removed whitespace collapsing in codebox [ci skip] | JoshyPHP | 2015-05-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
| * | | | | | | [ticket/11742] Updated default formatting tests to match the new default | JoshyPHP | 2015-05-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
| * | | | | | | [ticket/11742] Removed tabs-to-space conversion in [code] | JoshyPHP | 2015-05-23 | 4 | -45/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
* | | | | | | | Merge pull request #3648 from marc1706/ticket/13872 | Joas Schilling | 2015-05-29 | 1 | -5/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [ticket/13872] Remove subsilver2 from md exporter test | ||||
| * | | | | | | | [ticket/13872] Remove subsilver2 from md exporter test | Marc Alexander | 2015-05-28 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13872 | ||||
* | | | | | | | | Merge pull request #3554 from Nicofuma/ticket/13770 | Nils Adermann | 2015-05-29 | 13 | -349/+327 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13770] Wither interface for container_builder | ||||
| * | | | | | | | | [ticket/13770] Use dummy cache driver | Nicofuma | 2015-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770 | ||||
| * | | | | | | | | [ticket/13770] Fix tests | Nicofuma | 2015-05-14 | 3 | -43/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770 | ||||
| * | | | | | | | | [ticket/13770] Update tests | Tristan Darricau | 2015-05-14 | 6 | -72/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770 | ||||
| * | | | | | | | | [ticket/13770] Wither interface for container_builder | Tristan Darricau | 2015-05-14 | 9 | -294/+290 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770 | ||||
* | | | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-05-28 | 1 | -1/+16 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge pull request #3640 from callumacrae/ticket/13876 | Marc Alexander | 2015-05-28 | 1 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13876] Use webfontloader asyncronously. | ||||
| | * | | | | | | | | | [ticket/13876] set webfont async to true | Callum Macrae | 2015-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13876 | ||||
| | * | | | | | | | | | [ticket/13876] Use webfontloader asyncronously. | Callum Macrae | 2015-05-28 | 1 | -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 Alexander | 2015-05-28 | 1 | -27/+27 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3634 from prototech/ticket/13858 | Marc Alexander | 2015-05-28 | 1 | -27/+27 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13858] Make Plupload uploader available in the global namespace. | ||||
| | * | | | | | | | | | [ticket/13858] Make Plupload uploader available in the global namespace. | Cesar G | 2015-05-28 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13858 | ||||
* | | | | | | | | | | | Merge branch '3.1.x' | Cesar G | 2015-05-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13878] Display background images when printing topic in webkit |