Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11004] Always update suggestion button in timezone_preselect_select | Joas Schilling | 2012-07-24 | 1 | -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 enabled | Joas Schilling | 2012-07-23 | 1 | -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 selected | Joas Schilling | 2012-07-19 | 1 | -0/+8 |
| | | | | PHPBB3-9558 | ||||
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵ | Joas Schilling | 2012-07-18 | 1 | -1/+34 |
|\ | | | | | | | feature/new-tz-handling | ||||
| * | [ticket/10811] Make toogle_subscribe more generic so it can toogle all links | Joas Schilling | 2012-07-05 | 1 | -16/+23 |
| | | | | | | | | PHPBB3-10811 | ||||
| * | [ticket/10811] Make subscribe/unsubscribe repeatable with AJAX | Joas Schilling | 2012-04-29 | 1 | -0/+25 |
| | | | | | | | | PHPBB3-10811 | ||||
| * | [ticket/10811] Fix AJAX callback alt_text so it can be repeated. | Joas Schilling | 2012-04-19 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-10811 | ||||
* | | [feature/new-tz-handling] Move js functions into assets core.js | Joas Schilling | 2012-06-19 | 1 | -0/+85 |
|/ | | | | PHPBB3-9558 | ||||
* | [ticket/10784] Do not show ajax overlay unless needed | Marc Alexander | 2012-04-12 | 1 | -1/+5 |
| | | | | PHPBB3-10784 | ||||
* | [ticket/10272] Removed code that was prevent event propogation in AJAX. | Callum Macrae | 2012-03-31 | 1 | -5/+5 |
| | | | | PHPBB3-10272 | ||||
* | [ticket/10291] Fixed a bug in the quick reply AJAX. | Callum Macrae | 2012-03-31 | 1 | -1/+19 |
| | | | | | | It wasn't submitting, as jQuery was ignoring the submit value. PHPBB3-10291 | ||||
* | [feature/ajax] Fix filter check, quick mod tools data-attribute | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Use the error handler | Igor Wiedler | 2012-03-31 | 1 | -5/+9 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Generic error handling with a phpbb.alert box | Igor Wiedler | 2012-03-31 | 1 | -1/+17 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Change filter semantics, some minor adjustments | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Refactor phpbb.ajaxify event callback | Igor Wiedler | 2012-03-31 | 1 | -31/+25 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Bind to form.submit instead of form input.click | Igor Wiedler | 2012-03-31 | 1 | -9/+5 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Rename exception to filter | Igor Wiedler | 2012-03-31 | 1 | -5/+5 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Add a missing semicolon | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Fix the alt_text ajax callback | Igor Wiedler | 2012-03-31 | 1 | -3/+2 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit) | Igor Wiedler | 2012-03-31 | 1 | -3/+6 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Only allow object argument for phpbb.ajaxify | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Fix alt_text and overlay closing | Igor Wiedler | 2012-03-31 | 1 | -5/+12 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] JavaScript strict mode | Igor Wiedler | 2012-03-31 | 1 | -0/+2 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Stylistic JavaScript adjustments | Igor Wiedler | 2012-03-31 | 1 | -2/+6 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Replace return false with explicit preventDefault() | Igor Wiedler | 2012-03-31 | 1 | -12/+20 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Use attr('data-foo') instead of data('foo') | Igor Wiedler | 2012-03-31 | 1 | -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 keymap | Igor Wiedler | 2012-03-31 | 1 | -6/+7 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10271] Added some documentation to phpbb.ajaxify. | Callum Macrae | 2012-03-31 | 1 | -3/+15 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Renamed an unhelpful variable name in core.js. | Callum Macrae | 2012-03-31 | 1 | -4/+4 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10270] Moved the AJAX error langyage entries to the footer. | Callum Macrae | 2012-03-31 | 1 | -5/+5 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10272 | ||||
* | [ticket/10270] Recoded some potentially buggy code in phpbb.confirm. | Callum Macrae | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -1/+7 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10271] Fixed the comment for phpbb.parse_querystring. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Reduced calls to $ in phpbb.ajaxify. | Callum Macrae | 2012-03-31 | 1 | -6/+6 |
| | |||||
* | [ticket/10271] Renamed the "act" js variable to "action". | Callum Macrae | 2012-03-31 | 1 | -6/+6 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Improved the comments on return_handler. | Callum Macrae | 2012-03-31 | 1 | -2/+7 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Reduced calls to $ in the AJAX JavaScript. | Callum Macrae | 2012-03-31 | 1 | -3/+4 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Added comments to AJAX callbacks. | Callum Macrae | 2012-03-31 | 1 | -0/+5 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10270] Renamed a variable in phpbb.parse_querystring. | Callum Macrae | 2012-03-31 | 1 | -3/+3 |
| | | | | | | | It was originally "end", but was renamed to "params" to be more descriptive. PHPBB3-10270 | ||||
* | [ticket/10270] Reduced calls to split in phpbb.parse_querystring. | Callum Macrae | 2012-03-31 | 1 | -2/+3 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10270] Fixed comments for phpbb.alert and phpbb.confirm. | Callum Macrae | 2012-03-31 | 1 | -2/+6 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10270] Added a new line to constant declarations in JS. | Callum Macrae | 2012-03-31 | 1 | -1/+2 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10270] Added a comment to phpbb.loading_alert. | Callum Macrae | 2012-03-31 | 1 | -0/+1 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10270] Made a comment clearer for phpbb.confirm. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10270] DRYed alert fades in core.js. | Callum Macrae | 2012-03-31 | 1 | -15/+16 |
| | | | | PHPBB3-10270 | ||||
* | [ticket/10272] Fixed a bug in the ajax exceptions callback handler. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | It was using code copied from a few lines above, which was designed for forms and doesn't work with links. PHPBB3-10272 | ||||
* | [ticket/10271] Added comments to the JavaScript ajax functions. | Callum Macrae | 2012-03-31 | 1 | -1/+25 |
| | | | | PHPBB3-10271 |