| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/6466] Rename variables and remove unused ones | Marc Alexander | 2015-05-29 | 1 | -13/+13 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Improve code in tooltip.js | Marc Alexander | 2015-05-29 | 1 | -3/+1 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Rename functions and clean up code | Marc Alexander | 2015-05-29 | 1 | -29/+35 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Get rid of useless variables and functions in tooltip.js | Marc Alexander | 2015-05-29 | 2 | -27/+15 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Remove double semicolon | Marc Alexander | 2015-05-29 | 1 | -1/+1 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Removed link tooltip | Marc Alexander | 2015-05-29 | 1 | -56/+5 |
| | | | | | | | It wasn't being used anymore and didn't work anymore. PHPBB3-6466 | ||||
| * | [ticket/6466] Improved code in tooltip.js | Marc Alexander | 2015-05-29 | 1 | -13/+24 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Remove remnants of old code | Marc Alexander | 2015-05-29 | 2 | -23/+9 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Improve behavior of select and properly save role | Marc Alexander | 2015-05-29 | 2 | -4/+18 |
| | | | | | PHPBB3-6466 | ||||
| * | [ticket/6466] Use jQuery and custom dropdown for permission roles tooltips | Marc Alexander | 2015-05-29 | 5 | -71/+119 |
| | | | | | PHPBB3-6466 | ||||
| * | Merge pull request #3613 from nickvergessen/ticket/13844 | Tristan Darricau | 2015-05-29 | 19 | -32/+1069 |
| |\ | | | | | | | Ticket/13844 Better FAQ language files | ||||
| | * | [ticket/13844] Add events | Joas Schilling | 2015-05-20 | 3 | -14/+59 |
| | | | | | | | | | 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] 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 | 4 | -3/+65 |
| |\ \ | | | | | | | | | | [ticket/13847] Move quote generation to text_formatter.utils | ||||
| | * | | [ticket/13847] Updated ucp_pm_compose to use utils when forwarding | JoshyPHP | 2015-05-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | PHPBB3-13847 | ||||
| | * | | [ticket/13847] Updated ucp_pm_compose to use the utils service | JoshyPHP | 2015-05-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847 | ||||
| | * | | [ticket/13847] Changed enquote() logic to use whichever is the shortest | JoshyPHP | 2015-05-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -1/+54 |
| | | | | | | | | | | | | | PHPBB3-13847 | ||||
| * | | | Merge pull request #3622 from s9e/ticket/13860 | Tristan Darricau | 2015-05-29 | 1 | -1/+7 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13860] Fixed array-to-string conversion | ||||
| | * | | | [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 | 4 | -50/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/11742] Remove tabs-to-space conversion in [code] | ||||
| | * | | | | [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] Removed tabs-to-space conversion in [code] | JoshyPHP | 2015-05-23 | 2 | -45/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742 | ||||
| * | | | | | Merge pull request #3554 from Nicofuma/ticket/13770 | Nils Adermann | 2015-05-29 | 9 | -279/+287 |
| |\ \ \ \ \ | | | | | | | | | | | | | [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 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | | | | | | [ticket/13878] Display background images when printing topic in webkit | Marc Alexander | 2015-05-28 | 1 | -0/+1 |
| | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13878 | ||||
| * | | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-05-28 | 1 | -8/+7 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| | * | | | | | | | Merge pull request #3637 from callumacrae/ticket/13873 | Marc Alexander | 2015-05-28 | 1 | -8/+7 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13873] Removed broken print stylesheet. | ||||
| | | * | | | | | | | [ticket/13873] Removed broken print stylesheet. | Callum Macrae | 2015-05-28 | 1 | -8/+7 |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13873 | ||||
| * | | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-05-28 | 2 | -3/+87 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| | * | | | | | | | Merge pull request #3633 from nickvergessen/ticket/13872 | Marc Alexander | 2015-05-28 | 2 | -3/+87 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13872] Allow template events to have a changed version | ||||
| | | * | | | | | | | [ticket/13872] Allow template events to have a changed version | Joas Schilling | 2015-05-28 | 2 | -3/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13872 | ||||
| * | | | | | | | | | Merge branch '3.1.x' | Cesar G | 2015-05-28 | 4 | -0/+43 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/12542] Use more specific CSS for drag-n-drop [ticket/12542] Do not use browser specific css for outline [ticket/12542] Properly check if textarea is undefined or null [ticket/12542] Use extended CSS for all browsers [ticket/12542] Rename javascript method and add doc block [ticket/12542] Add different outline colors for body & textarea [ticket/12542] Add initial drag-n-drop animation | ||||
