Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch '3.1.x' | Andreas Fischer | 2015-08-05 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | * 3.1.x: [ticket/14049] Use headers from config when sending Plupload delete request. [ticket/14010] Update Plupload from 2.1.2 to 2.1.8. | |||||
| * | [ticket/14049] Use headers from config when sending Plupload delete request. | Cesar G | 2015-07-25 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-14049 | |||||
* | | Merge pull request #3514 from CHItA/ticket/13740 | Tristan Darricau | 2015-07-27 | 1 | -0/+400 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ... | |||||
| * | | [ticket/13740] Fix message element creation in JS | Mate Bartus | 2015-07-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Use tabs instead of spaces in JS file | Mate Bartus | 2015-07-23 | 1 | -394/+394 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Add success message when install finished | Mate Bartus | 2015-07-23 | 1 | -1/+9 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Login admin when install finished | Mate Bartus | 2015-07-23 | 1 | -0/+18 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Allow language change in the installer | Mate Bartus | 2015-07-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix AJAX HTTP header setting | CHItA | 2015-07-08 | 1 | -3/+2 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8 | CHItA | 2015-07-08 | 1 | -12/+3 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Add navigation bar support for the installer | CHItA | 2015-07-08 | 1 | -9/+52 | |
| | | | | | | | | | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Add better progress handling, also add log messages | CHItA | 2015-07-08 | 1 | -4/+5 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Clean up JS code some more | MateBartus | 2015-07-08 | 1 | -116/+183 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Implement progress bar for AJAX UI | MateBartus | 2015-07-08 | 1 | -35/+100 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Front facing files and controllers | MateBartus | 2015-07-08 | 1 | -0/+205 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-10 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | [ticket/13984] Fix the call of Ajax loading indicator | rxu | 2015-07-04 | 1 | -1/+4 | |
| | | | | | | | | PHPBB3-13984 | |||||
* | | [ticket/10620] Add more whitespace to long quotes in JS | JoshyPHP | 2015-06-25 | 1 | -1/+4 | |
| | | | | | | | | PHPBB3-10620 | |||||
* | | [ticket/10620] Fixed some stylistic issues in JS | JoshyPHP | 2015-06-25 | 1 | -21/+14 | |
| | | | | | | | | PHPBB3-10620 | |||||
* | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 1 | -6/+12 | |
| | | | | | | | | PHPBB3-10620 | |||||
* | | [ticket/10620] Added enhanced quotes in topic review | JoshyPHP | 2015-06-25 | 1 | -2/+56 | |
|/ | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620 | |||||
* | Merge pull request #3653 from callumacrae/ticket/13882 | Marc Alexander | 2015-06-16 | 1 | -0/+15 | |
|\ | | | | | | | [ticket/13882] Lazy load the notification avatars. | |||||
| * | [ticket/13882] Added tiny docblock to lazyLoadAvatars | Callum Macrae | 2015-05-30 | 1 | -0/+3 | |
| | | | | | | | | PHPBB3-13882 | |||||
| * | [ticket/13882] Lazy load the notification avatars. | Callum Macrae | 2015-05-28 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882 | |||||
* | | [ticket/13939] Check if loadingIndicator exists before accessing it | cyberalien | 2015-06-13 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-13939 | |||||
* | | Merge remote-tracking branch 'callumacrae/ticket/13905' into 3.1.x | Cesar G | 2015-05-31 | 1 | -1/+6 | |
|\ \ | | | | | | | | | | | | | * callumacrae/ticket/13905: [ticket/13905] Don't load loading.gif until needed. | |||||
| * | | [ticket/13905] Don't load loading.gif until needed. | Callum Macrae | 2015-05-31 | 1 | -1/+6 | |
| | | | | | | | | | | | | PHPBB3-13905 | |||||
* | | | [ticket/13898] Allow underscores :( | Callum Macrae | 2015-05-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | PHPBB3-13898 | |||||
* | | | [ticket/13898] js coding standaaards | Callum Macrae | 2015-05-30 | 2 | -55/+62 | |
|/ / | | | | | | | PHPBB3-13898 | |||||
* | | Merge pull request #3658 from callumacrae/js-refactoring-again | Marc Alexander | 2015-05-30 | 3 | -254/+192 | |
|\ \ | | | | | | | | | | JS Refactoring | |||||
| * | | [ticket/13887] Made readable code DRY | Callum Macrae | 2015-05-29 | 1 | -16/+13 | |
| | | | | | | | | | | | | PHPBB3-13887 | |||||
| * | | [ticket/13887] Made unreadable code readable | Callum Macrae | 2015-05-29 | 1 | -14/+12 | |
| | | | | | | | | | | | | PHPBB3-13887 | |||||
| * | | [ticket/13887] Minor JS refactoring | Callum Macrae | 2015-05-29 | 3 | -52/+57 | |
| | | | | | | | | | | | | PHPBB3-13887 | |||||
| * | | [ticket/13887] Use correct JSDoc syntax | Callum Macrae | 2015-05-29 | 2 | -188/+126 | |
| | | | | | | | | | | | | PHPBB3-13887 | |||||
* | | | Merge pull request #3545 from VSEphpbb/ticket/13771 | Marc Alexander | 2015-05-30 | 1 | -2/+9 | |
|\ \ \ | |/ / |/| | | | | | [ticket/13771] Allow AJAX errors to support exceptions messages | |||||
| * | | [ticket/13771] Only handle valid JQHXR response objects | Matt Friedman | 2015-05-04 | 1 | -4/+7 | |
| | | | | | | | | | | | | PHPBB3-13771 | |||||
| * | | [ticket/13771] Allow AJAX errors to support exceptions messages | Matt Friedman | 2015-04-21 | 1 | -1/+5 | |
| | | | | | | | | | | | | PHPBB3-13771 | |||||
* | | | 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 | |||||
* | | [ticket/12542] Properly check if textarea is undefined or null | Marc Alexander | 2015-05-20 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12542 | |||||
* | | [ticket/12542] Rename javascript method and add doc block | Marc Alexander | 2015-04-29 | 2 | -2/+16 | |
| | | | | | | | | PHPBB3-12542 | |||||
* | | [ticket/12542] Add different outline colors for body & textarea | Marc Alexander | 2015-04-29 | 1 | -1/+6 | |
| | | | | | | | | PHPBB3-12542 | |||||
* | | [ticket/12542] Add initial drag-n-drop animation | Marc Alexander | 2015-04-28 | 2 | -0/+9 | |
|/ | | | | PHPBB3-12542 | |||||
* | [ticket/13666] Remove data-clicked attribute from all of form's submit buttons | Marc Alexander | 2015-03-05 | 1 | -1/+3 | |
| | | | | PHPBB3-13666 | |||||
* | [ticket/13277] Force IE to not cache AJAX requests. | Cesar G | 2014-11-18 | 1 | -1/+2 | |
| | | | | | | | Caching causes problems, such as the inability to move a forum/CPF/module in the same direction by more than one row. PHPBB3-13277 | |||||
* | [ticket/13239] Ensure "Add files" button position is correctly calculated. | Cesar G | 2014-11-11 | 1 | -0/+8 | |
| | | | | PHPBB3-13239 | |||||
* | Merge pull request #2844 from marc1706/ticket/12858 | Joas Schilling | 2014-09-24 | 1 | -3/+3 | |
|\ | | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC | |||||
| * | [ticket/12858] Remove hardcoded language entries from timezone selects | Marc Alexander | 2014-09-17 | 1 | -3/+3 | |
| | | | | | | | | PHPBB3-12858 | |||||
* | | [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars. | Cesar G | 2014-09-23 | 1 | -4/+0 | |
|/ | | | | PHPBB3-13011 | |||||
* | [ticket/13069] Fix timezone location filtering. | Cesar G | 2014-09-16 | 1 | -6/+1 | |
| | | | | | | | | | | $timezone contains the original jQuery object, therefore the subsequent removal of the optgroup children while filtering has no effect on the $replacement object - the one that's now visible to the user. We'll simplify and fix this by injecting the content of the copy instead of going through the trouble of cloning it. PHPBB3-13069 |