aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #890 branch 'nickvergessen/ticket/10982' into developOleg Pudeyev2012-10-161-1/+1
|\
| * [ticket/10982] Correctly check, whether data-overlay is setJoas Schilling2012-07-111-1/+1
| * [ticket/10982] Allow setting dimming control overlay also as data-overlayJoas Schilling2012-07-111-1/+1
* | [ticket/11004] Always update suggestion button in timezone_preselect_selectJoas Schilling2012-07-241-6/+8
* | [ticket/11003] Ability to show full list of timezones with JavaScript enabledJoas Schilling2012-07-231-2/+13
* | [feature/new-tz-handling] Display suggestion when a different value is selectedJoas Schilling2012-07-191-0/+8
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-1/+34
|\ \ | |/
| * [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-16/+23
| * [ticket/10811] Make subscribe/unsubscribe repeatable with AJAXJoas Schilling2012-04-291-0/+25
| * [ticket/10811] Fix AJAX callback alt_text so it can be repeated.Joas Schilling2012-04-191-1/+2
* | [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-0/+85
|/
* [ticket/10784] Do not show ajax overlay unless neededMarc Alexander2012-04-121-1/+5
* [ticket/10272] Removed code that was prevent event propogation in AJAX.Callum Macrae2012-03-311-5/+5
* [ticket/10291] Fixed a bug in the quick reply AJAX.Callum Macrae2012-03-311-1/+19
* [feature/ajax] Fix filter check, quick mod tools data-attributeIgor Wiedler2012-03-311-1/+1
* [feature/ajax] Use the error handlerIgor Wiedler2012-03-311-5/+9
* [feature/ajax] Generic error handling with a phpbb.alert boxIgor Wiedler2012-03-311-1/+17
* [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-311-2/+2
* [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-311-31/+25
* [feature/ajax] Bind to form.submit instead of form input.clickIgor Wiedler2012-03-311-9/+5
* [feature/ajax] Rename exception to filterIgor Wiedler2012-03-311-5/+5
* [feature/ajax] Add a missing semicolonIgor Wiedler2012-03-311-1/+1
* [feature/ajax] Fix the alt_text ajax callbackIgor Wiedler2012-03-311-3/+2
* [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-311-3/+6
* [feature/ajax] Only allow object argument for phpbb.ajaxifyIgor Wiedler2012-03-311-2/+2
* [feature/ajax] Fix alt_text and overlay closingIgor Wiedler2012-03-311-5/+12
* [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-311-0/+2
* [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-311-2/+6
* [feature/ajax] Replace return false with explicit preventDefault()Igor Wiedler2012-03-311-12/+20
* [feature/ajax] Use attr('data-foo') instead of data('foo')Igor Wiedler2012-03-311-5/+5
* [feature/ajax] Replace keyboard vars with a keymapIgor Wiedler2012-03-311-6/+7
* [ticket/10271] Added some documentation to phpbb.ajaxify.Callum Macrae2012-03-311-3/+15
* [ticket/10271] Renamed an unhelpful variable name in core.js.Callum Macrae2012-03-311-4/+4
* [ticket/10270] Moved the AJAX error langyage entries to the footer.Callum Macrae2012-03-311-5/+5
* [ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.Callum Macrae2012-03-311-1/+1
* [ticket/10270] Recoded some potentially buggy code in phpbb.confirm.Callum Macrae2012-03-311-5/+6
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-311-3/+3
* [ticket/10270] Fixed a bug with the close button in phpbb.confirm.Callum Macrae2012-03-311-1/+7
* [ticket/10271] Fixed the comment for phpbb.parse_querystring.Callum Macrae2012-03-311-1/+1
* [ticket/10271] Reduced calls to $ in phpbb.ajaxify.Callum Macrae2012-03-311-6/+6
* [ticket/10271] Renamed the "act" js variable to "action".Callum Macrae2012-03-311-6/+6
* [ticket/10271] Improved the comments on return_handler.Callum Macrae2012-03-311-2/+7
* [ticket/10271] Reduced calls to $ in the AJAX JavaScript.Callum Macrae2012-03-311-3/+4
* [ticket/10271] Added comments to AJAX callbacks.Callum Macrae2012-03-311-0/+5
* [ticket/10270] Renamed a variable in phpbb.parse_querystring.Callum Macrae2012-03-311-3/+3
* [ticket/10270] Reduced calls to split in phpbb.parse_querystring.Callum Macrae2012-03-311-2/+3
* [ticket/10270] Fixed comments for phpbb.alert and phpbb.confirm.Callum Macrae2012-03-311-2/+6
* [ticket/10270] Added a new line to constant declarations in JS.Callum Macrae2012-03-311-1/+2
* [ticket/10270] Added a comment to phpbb.loading_alert.Callum Macrae2012-03-311-0/+1
* [ticket/10270] Made a comment clearer for phpbb.confirm.Callum Macrae2012-03-311-1/+1