aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * [ticket/10737] Set the username as the input value instead of redirecting.Cesar G2014-04-231-4/+4
| * [ticket/10737] Add a more generic live search implementation.Cesar G2014-04-231-62/+331
| * [ticket/10737] Adding delayed keyup and removing target_blank.Suhaib Khan2014-04-231-26/+37
| * [ticket/10737] Removing obsolete code.Suhaib Khan2014-04-231-2/+2
| * [ticket/10737] Avoid hard-coding table row and use case-insensitive search.Suhaib Khan2014-04-231-10/+18
| * [ticket/10737] Using JQuery events and JSON response.Suhaib Khan2014-04-231-0/+26
* | Merge remote-tracking branch 'github-prototech/ticket/12265' into develop-asc...Nils Adermann2014-05-021-2/+10
|\ \
| * | [ticket/12265] Fix issue with dropdown being restricted by the width of parentCesar G2014-04-151-2/+10
| |/
* | [ticket/11339] Always clear timeout functions on subsequent AJAX callsCesar G2014-04-251-1/+2
|/
* Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-141-0/+21
|\
| * [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplayMarc Alexander2014-04-111-2/+2
| * [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-1/+1
| * [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-071-0/+21
* | [ticket/12355] Topic Tools not fully updated when subscribing/bookmarkingVarun Agrawal2014-04-111-19/+39
|/
* [ticket/12342] Use prop() instead of attr() for boolean propertiesMatt Friedman2014-04-011-2/+2
* [ticket/12080] Add classes to color palette table to identify it more easily.Cesar G2014-02-161-1/+2
* [ticket/11241] Add dropdown control button.Cesar G2013-12-061-0/+9
* Merge pull request #1856 from prototech/ticket/12001Nathan Guse2013-11-211-1/+1
|\
| * [ticket/12001] Ensure that form data is sent to server in AJAX requests.Cesar G2013-11-081-1/+1
* | Merge pull request #1834 from cyberalien/ticket/11984Nathan Guse2013-11-211-2/+4
|\ \
| * | [ticket/11984] Do not resize textarea on touch devicesVjacheslav Trushkin2013-11-191-2/+4
| |/
* | [ticket/10810] Make the color palette usable outside of the editor context.Cesar G2013-11-131-8/+42
* | [ticket/10810] Move the color palette code to core.js.Cesar G2013-11-121-0/+57
|/
* [ticket/11928] Javascript requires camel case.Cesar G2013-11-031-14/+14
* [ticket/11928] Rename loadingAlert to loading_indicator.Cesar G2013-10-301-14/+14
* [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-13/+20
* [ticket/11956] Move code that hides dropdowns to assetsVjacheslav Trushkin2013-10-261-1/+19
* [ticket/11956] Move dropdown handler to assetsVjacheslav Trushkin2013-10-261-0/+116
* [ticket/11138] Increase AJAX timeout period to 15 seconds.Cesar G2013-10-231-2/+2
* Merge pull request #1719 from cyberalien/ticket/11552Nils Adermann2013-10-201-10/+10
|\
| * [ticket/11552] Fixes for auto-resize textareaVjacheslav Trushkin2013-10-181-10/+10
* | [ticket/11947] Notification link fixesVjacheslav Trushkin2013-10-191-4/+4
|/
* Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' in...Nathaniel Guse2013-06-061-0/+159
|\
| * [feature/editor-code-tabs] Make inTag function reusableVjacheslav Trushkin2013-05-221-29/+44
| * [feature/editor-code-tabs] Check for browser support in functionVjacheslav Trushkin2013-05-201-0/+4
| * [feature/editor-code-tabs] Apply code editor to everythingVjacheslav Trushkin2013-05-201-0/+140
* | [ticket/11279] Log error in consoleVjacheslav Trushkin2013-05-201-0/+3
* | [ticket/11279] Clearer AJAX errorsVjacheslav Trushkin2013-05-201-2/+14
|/
* Merge remote-tracking branch 'remotes/cyberalien/ticket/10741' into developNathaniel Guse2013-05-111-0/+96
|\
| * [ticket/10741] Docblock for phpbb.resizeTextAreaVjacheslav Trushkin2013-04-301-15/+26
| * [ticket/10741] Fix for browser-specific resizing of textareaVjacheslav Trushkin2013-04-121-3/+3
| * [ticket/10741] Function to resize textarea elementsVjacheslav Trushkin2013-04-121-0/+85