aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/core.js
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13984] Fix the call of Ajax loading indicatorrxu2015-07-041-1/+4
* Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-161-0/+15
|\
| * [ticket/13882] Added tiny docblock to lazyLoadAvatarsCallum Macrae2015-05-301-0/+3
| * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-0/+12
* | [ticket/13939] Check if loadingIndicator exists before accessing itcyberalien2015-06-131-1/+1
* | Merge remote-tracking branch 'callumacrae/ticket/13905' into 3.1.xCesar G2015-05-311-1/+6
|\ \
| * | [ticket/13905] Don't load loading.gif until needed.Callum Macrae2015-05-311-1/+6
* | | [ticket/13898] Allow underscores :(Callum Macrae2015-05-301-3/+3
* | | [ticket/13898] js coding standaaardsCallum Macrae2015-05-301-35/+42
|/ /
* | Merge pull request #3658 from callumacrae/js-refactoring-againMarc Alexander2015-05-301-118/+94
|\ \
| * | [ticket/13887] Minor JS refactoringCallum Macrae2015-05-291-7/+9
| * | [ticket/13887] Use correct JSDoc syntaxCallum Macrae2015-05-291-113/+87
| |/
* | Merge pull request #3545 from VSEphpbb/ticket/13771Marc Alexander2015-05-301-2/+9
|\ \ | |/ |/|
| * [ticket/13771] Only handle valid JQHXR response objectsMatt Friedman2015-05-041-4/+7
| * [ticket/13771] Allow AJAX errors to support exceptions messagesMatt Friedman2015-04-211-1/+5
* | [ticket/12542] Properly check if textarea is undefined or nullMarc Alexander2015-05-201-1/+1
* | [ticket/12542] Rename javascript method and add doc blockMarc Alexander2015-04-291-1/+13
* | [ticket/12542] Add different outline colors for body & textareaMarc Alexander2015-04-291-1/+6
* | [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-281-0/+8
|/
* [ticket/13666] Remove data-clicked attribute from all of form's submit buttonsMarc Alexander2015-03-051-1/+3
* [ticket/13277] Force IE to not cache AJAX requests.Cesar G2014-11-181-1/+2
* [ticket/12858] Remove hardcoded language entries from timezone selectsMarc Alexander2014-09-171-3/+3
* [ticket/13069] Fix timezone location filtering.Cesar G2014-09-161-6/+1
* [ticket/13018] Clean up and fix some logic.Cesar G2014-09-151-4/+3
* [ticket/13018] Do not handle events in close function.Cesar G2014-09-151-14/+13
* [ticket/13018] Reduce the delta further.Cesar G2014-09-141-28/+14
* [ticket/13018] Remove duplicate logic in confirm box and alert box handling.Cesar G2014-09-141-85/+73
* [ticket/12982] Refactoring: Killed undescriptive variablesCallum Macrae2014-09-101-33/+34
* [ticket/12982] Refactoring: Cleaned up phpbb.searchCallum Macrae2014-08-131-59/+74
* [ticket/12982] Refactoring: made most JS nice.Callum Macrae2014-08-131-219/+245
* Merge branch 'ticket/sumanai/12843' into develop-ascraeusJoas Schilling2014-07-271-0/+12
|\
| * [ticket/12843] Fix Mark forums read browser console errorSumanai2014-07-271-0/+12
* | Merge pull request #2731 from callumacrae/ticket/12849-2Andreas Fischer2014-07-141-1/+1
|\ \
| * | [ticket/12849] Fixed possible ReferenceError in core.js.Callum Macrae2014-07-131-1/+1
* | | [ticket/12013] Prevent the dropdown scrollbar from overlapping the content.Cesar G2014-07-041-0/+4
* | | [ticket/12662] Fix notifications dropdown positioning for RTLPayBas2014-06-251-0/+14
* | | Merge pull request #2514 from prototech/ticket/12553Joas Schilling2014-06-201-17/+41
|\ \ \ | |/ / |/| |
| * | [ticket/12553] Open the notification dropdown to the left.Cesar G2014-06-141-17/+41
* | | [ticket/12699] Replace magic numbers for the TAB and for ENTER keydownbrunoais2014-06-171-5/+5
* | | [ticket/12699] Add tab key to keymapbrunoais2014-06-131-0/+1
|/ /
* | [ticket/12672] Make tab intercept; CB for keypress only react without key modsbrunoais2014-06-071-1/+5
|/
* [ticket/12155] Make the buttons bigger on touch devices.Cesar G2014-05-271-2/+2
* Merge pull request #2458 from prototech/ticket/12543Joas Schilling2014-05-241-2/+2
|\
| * [ticket/12543] Only take over ENTER and ESC keys when alert box is active.Cesar G2014-05-131-2/+2
* | [ticket/12572] Fix JS error when alert message title is undefinedrxu2014-05-221-1/+3
|/
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-091-1/+1
* [ticket/9388] Add support for making <select> options able to toggle settings.Cesar G2014-05-081-0/+25
* [ticket/12440] Use a more generic approach for replacing the URL.Cesar G2014-05-061-15/+71
* [ticket/12440] Set browser URL to point to specific post when using view=unreadCesar G2014-05-051-0/+16
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-17/+331
|\