aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11313] Use correct object el instead of eel in alt_text callbackMarc Alexander2013-01-081-1/+1
| | | | | | | | This typo was added by the PRs #860 and #1178. Only the object el exists and is correct. Due to this the text of links using the alt_text callback were not modified while executing the callback. PHPBB3-11313
* [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-041-37/+37
| | | | | | A few missing semi-colons were also added where needed. PHPBB3-10949
* Merge remote-tracking branch 'callumacrae/ticket/10949' into ticket/10949Marc Alexander2013-01-041-114/+76
|\ | | | | | | | | Conflicts: phpBB/assets/javascript/core.js
| * [ticket/10949] Converted AJAX coding standards to new guidelines.Callum Macrae2012-06-211-117/+78
| | | | | | | | | | | | | | Basically, moved parentheses to same line and changed variable names to camel case. PHPBB3-10949
* | Merge PR #1153 branch 'marc1706/ticket/10805' into developOleg Pudeyev2013-01-021-1/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | # By Marc Alexander # Via Marc Alexander * marc1706/ticket/10805: [ticket/10805] Compare phpbbAlertTimer against null [ticket/10805] Clear loading alert timeout after ajax request finished
| * | [ticket/10805] Compare phpbbAlertTimer against nullMarc Alexander2013-01-021-3/+3
| | | | | | | | | | | | PHPBB3-10805
| * | [ticket/10805] Clear loading alert timeout after ajax request finishedMarc Alexander2013-01-011-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timeout for the "request timed out" popup should be cleared if it finished. Since it is currently not cleared, the timeout alert appears as an extra overlay if another ajaxified function is ran within 5 seconds of the initial function call. This patch will take care of clearing the timeout if either the success (function return_handler()) or error (function error_handler()) functions are called. PHPBB3-10805
* | | [ticket/11302] Correctly select first timezone or selected timezoneMarc Alexander2013-01-021-1/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | While registering, we should default to a given timezone. By selecting the first timezone by default, this is fulfilled. This doesn't happen currently, as only the "Select a timezone" selection appears. If a user selects a timezone during the registration process we should also make sure that the selected element is still selected; even if we have to return to the registration page, i.e. if there was an error while submitting the form. This is currently not the case. With this patch the javascript code will behave correctly. Additionally, a duplicate inclusion of timezone.js has been removed as it was not needed. PHPBB3-11302
* | [ticket/10803] Show failure message until user dismisses itMarc Alexander2012-12-181-6/+0
| | | | | | | | PHPBB3-10803
* | Merge PR #890 branch 'nickvergessen/ticket/10982' into developOleg Pudeyev2012-10-161-1/+1
|\ \ | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10982: [ticket/10982] Correctly check, whether data-overlay is set [ticket/10982] Remove overlay on first up/down move of forums in ACP [ticket/10982] Allow setting dimming control overlay also as data-overlay
| * | [ticket/10982] Correctly check, whether data-overlay is setJoas Schilling2012-07-111-1/+1
| | | | | | | | | | | | PHPBB3-10982
| * | [ticket/10982] Allow setting dimming control overlay also as data-overlayJoas Schilling2012-07-111-1/+1
| | | | | | | | | | | | PHPBB3-10982
* | | [ticket/11004] Always update suggestion button in timezone_preselect_selectJoas Schilling2012-07-241-6/+8
| | | | | | | | | | | | | | | | | | | | | Suggestion must also be updated when the suggestion is selected at first, so we can display a correct button, when the suggestion is not selected anymore. PHPBB3-11004
* | | [ticket/11003] Ability to show full list of timezones with JavaScript enabledJoas Schilling2012-07-231-2/+13
| | | | | | | | | | | | | | | | | | | | | This also fixes the problem with Chrome which displayed all timezones. PHPBB3-11007 PHPBB3-11003
* | | [feature/new-tz-handling] Display suggestion when a different value is selectedJoas Schilling2012-07-191-0/+8
| | | | | | | | | | | | PHPBB3-9558
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-181-1/+34
|\ \ \ | |/ / | | | | | | feature/new-tz-handling
| * | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-16/+23
| | | | | | | | | | | | PHPBB3-10811
| * | [ticket/10811] Make subscribe/unsubscribe repeatable with AJAXJoas Schilling2012-04-291-0/+25
| | | | | | | | | | | | PHPBB3-10811
| * | [ticket/10811] Fix AJAX callback alt_text so it can be repeated.Joas Schilling2012-04-191-1/+2
| |/ | | | | | | PHPBB3-10811
* | [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-0/+85
|/ | | | PHPBB3-9558
* [ticket/10784] Do not show ajax overlay unless neededMarc Alexander2012-04-121-1/+5
| | | | PHPBB3-10784
* [ticket/10272] Removed code that was prevent event propogation in AJAX.Callum Macrae2012-03-311-5/+5
| | | | PHPBB3-10272
* [ticket/10291] Fixed a bug in the quick reply AJAX.Callum Macrae2012-03-311-1/+19
| | | | | | It wasn't submitting, as jQuery was ignoring the submit value. PHPBB3-10291
* [feature/ajax] Fix filter check, quick mod tools data-attributeIgor Wiedler2012-03-311-1/+1
| | | | PHPBB3-10270
* [feature/ajax] Use the error handlerIgor Wiedler2012-03-311-5/+9
| | | | PHPBB3-10270
* [feature/ajax] Generic error handling with a phpbb.alert boxIgor Wiedler2012-03-311-1/+17
| | | | PHPBB3-10270
* [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-311-2/+2
| | | | PHPBB3-10270
* [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-311-31/+25
| | | | PHPBB3-10270
* [feature/ajax] Bind to form.submit instead of form input.clickIgor Wiedler2012-03-311-9/+5
| | | | PHPBB3-10270
* [feature/ajax] Rename exception to filterIgor Wiedler2012-03-311-5/+5
| | | | PHPBB3-10270
* [feature/ajax] Add a missing semicolonIgor Wiedler2012-03-311-1/+1
| | | | PHPBB3-10270
* [feature/ajax] Fix the alt_text ajax callbackIgor Wiedler2012-03-311-3/+2
| | | | PHPBB3-10270
* [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-311-3/+6
| | | | PHPBB3-10270
* [feature/ajax] Only allow object argument for phpbb.ajaxifyIgor Wiedler2012-03-311-2/+2
| | | | PHPBB3-10270
* [feature/ajax] Fix alt_text and overlay closingIgor Wiedler2012-03-311-5/+12
| | | | PHPBB3-10270
* [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-311-0/+2
| | | | PHPBB3-10270
* [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-311-2/+6
| | | | PHPBB3-10270
* [feature/ajax] Replace return false with explicit preventDefault()Igor Wiedler2012-03-311-12/+20
| | | | PHPBB3-10270
* [feature/ajax] Use attr('data-foo') instead of data('foo')Igor Wiedler2012-03-311-5/+5
| | | | | | | data() is slower and does additional unwanted things like caching and type conversion. Just reading the value is safer. PHPBB3-10270
* [feature/ajax] Replace keyboard vars with a keymapIgor Wiedler2012-03-311-6/+7
| | | | PHPBB3-10270
* [ticket/10271] Added some documentation to phpbb.ajaxify.Callum Macrae2012-03-311-3/+15
| | | | PHPBB3-10271
* [ticket/10271] Renamed an unhelpful variable name in core.js.Callum Macrae2012-03-311-4/+4
| | | | PHPBB3-10271
* [ticket/10270] Moved the AJAX error langyage entries to the footer.Callum Macrae2012-03-311-5/+5
| | | | PHPBB3-10270
* [ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.Callum Macrae2012-03-311-1/+1
| | | | PHPBB3-10272
* [ticket/10270] Recoded some potentially buggy code in phpbb.confirm.Callum Macrae2012-03-311-5/+6
| | | | | | The code before could have removed event handlers defined by other code. PHPBB3-10270
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-311-3/+3
| | | | | | | | Previously, they were just being called by appending parentheses and functions. Now, they're being called and the element is being set as the context instead of a parameter. It's a lot cleaner. PHPBB3-10271
* [ticket/10270] Fixed a bug with the close button in phpbb.confirm.Callum Macrae2012-03-311-1/+7
| | | | PHPBB3-10270
* [ticket/10271] Fixed the comment for phpbb.parse_querystring.Callum Macrae2012-03-311-1/+1
| | | | PHPBB3-10271
* [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
| | | | PHPBB3-10271