aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/13740] Add success message when install finishedMate Bartus2015-07-231-1/+9
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-0/+18
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-0/+3
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix AJAX HTTP header settingCHItA2015-07-081-3/+2
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8CHItA2015-07-081-12/+3
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Add navigation bar support for the installerCHItA2015-07-081-9/+52
| | | | | | | | | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
| * | [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-081-4/+5
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Clean up JS code some moreMateBartus2015-07-081-116/+183
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Implement progress bar for AJAX UIMateBartus2015-07-081-35/+100
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Front facing files and controllersMateBartus2015-07-081-0/+205
| | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
* | | Merge branch '3.1.x'Marc Alexander2015-07-101-1/+4
|\ \ \ | |/ / |/| / | |/
| * [ticket/13984] Fix the call of Ajax loading indicatorrxu2015-07-041-1/+4
| | | | | | | | PHPBB3-13984
* | [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-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/13882Marc Alexander2015-06-161-0/+15
|\ | | | | | | [ticket/13882] Lazy load the notification avatars.
| * [ticket/13882] Added tiny docblock to lazyLoadAvatarsCallum Macrae2015-05-301-0/+3
| | | | | | | | PHPBB3-13882
| * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-0/+12
| | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* | [ticket/13939] Check if loadingIndicator exists before accessing itcyberalien2015-06-131-1/+1
| | | | | | | | PHPBB3-13939
* | Merge remote-tracking branch 'callumacrae/ticket/13905' into 3.1.xCesar G2015-05-311-1/+6
|\ \ | | | | | | | | | | | | * callumacrae/ticket/13905: [ticket/13905] Don't load loading.gif until needed.
| * | [ticket/13905] Don't load loading.gif until needed.Callum Macrae2015-05-311-1/+6
| | | | | | | | | | | | PHPBB3-13905
* | | [ticket/13898] Allow underscores :(Callum Macrae2015-05-301-3/+3
| | | | | | | | | | | | PHPBB3-13898
* | | [ticket/13898] js coding standaaardsCallum Macrae2015-05-302-55/+62
|/ / | | | | | | PHPBB3-13898
* | Merge pull request #3658 from callumacrae/js-refactoring-againMarc Alexander2015-05-303-254/+192
|\ \ | | | | | | | | | JS Refactoring
| * | [ticket/13887] Made readable code DRYCallum Macrae2015-05-291-16/+13
| | | | | | | | | | | | PHPBB3-13887
| * | [ticket/13887] Made unreadable code readableCallum Macrae2015-05-291-14/+12
| | | | | | | | | | | | PHPBB3-13887
| * | [ticket/13887] Minor JS refactoringCallum Macrae2015-05-293-52/+57
| | | | | | | | | | | | PHPBB3-13887
| * | [ticket/13887] Use correct JSDoc syntaxCallum Macrae2015-05-292-188/+126
| | | | | | | | | | | | PHPBB3-13887
* | | Merge pull request #3545 from VSEphpbb/ticket/13771Marc Alexander2015-05-301-2/+9
|\ \ \ | |/ / |/| | | | | [ticket/13771] Allow AJAX errors to support exceptions messages
| * | [ticket/13771] Only handle valid JQHXR response objectsMatt Friedman2015-05-041-4/+7
| | | | | | | | | | | | PHPBB3-13771
| * | [ticket/13771] Allow AJAX errors to support exceptions messagesMatt Friedman2015-04-211-1/+5
| | | | | | | | | | | | PHPBB3-13771
* | | 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
* | [ticket/12542] Properly check if textarea is undefined or nullMarc Alexander2015-05-201-1/+1
| | | | | | | | PHPBB3-12542
* | [ticket/12542] Rename javascript method and add doc blockMarc Alexander2015-04-292-2/+16
| | | | | | | | PHPBB3-12542
* | [ticket/12542] Add different outline colors for body & textareaMarc Alexander2015-04-291-1/+6
| | | | | | | | PHPBB3-12542
* | [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-282-0/+9
|/ | | | PHPBB3-12542
* [ticket/13666] Remove data-clicked attribute from all of form's submit buttonsMarc Alexander2015-03-051-1/+3
| | | | PHPBB3-13666
* [ticket/13277] Force IE to not cache AJAX requests.Cesar G2014-11-181-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 G2014-11-111-0/+8
| | | | PHPBB3-13239
* Merge pull request #2844 from marc1706/ticket/12858Joas Schilling2014-09-241-3/+3
|\ | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC
| * [ticket/12858] Remove hardcoded language entries from timezone selectsMarc Alexander2014-09-171-3/+3
| | | | | | | | PHPBB3-12858
* | [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars.Cesar G2014-09-231-4/+0
|/ | | | PHPBB3-13011
* [ticket/13069] Fix timezone location filtering.Cesar G2014-09-161-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
* [ticket/13018] Clean up and fix some logic.Cesar G2014-09-151-4/+3
| | | | PHPBB3-13018
* [ticket/13018] Do not handle events in close function.Cesar G2014-09-151-14/+13
| | | | PHPBB3-13018
* [ticket/13018] Reduce the delta further.Cesar G2014-09-141-28/+14
| | | | | | | The callback does not actually do anything when cancelling the confirmation box so we can avoid calling it altogether when cancel is clicked. PHPBB3-13018
* [ticket/13018] Remove duplicate logic in confirm box and alert box handling.Cesar G2014-09-141-85/+73
| | | | | | | | This ensures a more consistent handling of the various closing/opening actions and fixes some bugs where certain event handlers are not turned off in certain instances. PHPBB3-13018
* [ticket/12982] Refactoring: Killed undescriptive variablesCallum Macrae2014-09-101-33/+34
| | | | PHPBB3-12982