Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10784] Do not show ajax overlay unless needed | Marc Alexander | 2012-04-12 | 1 | -4/+8 |
| | | | | PHPBB3-10784 | ||||
* | [feature/ajax] Remove not working module enable/disable ajax code | Igor Wiedler | 2012-03-31 | 1 | -0/+3 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Do not hard-code sorting images of acp_forums ordering | Igor Wiedler | 2012-03-31 | 1 | -8/+31 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit) | Igor Wiedler | 2012-03-31 | 1 | -5/+21 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] JavaScript strict mode | Igor Wiedler | 2012-03-31 | 1 | -0/+1 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Stylistic JavaScript adjustments | Igor Wiedler | 2012-03-31 | 1 | -9/+16 |
| | | | | PHPBB3-10270 | ||||
* | [feature/ajax] Use attr('data-foo') instead of data('foo') | Igor Wiedler | 2012-03-31 | 1 | -6/+6 |
| | | | | | | | data() is slower and does additional unwanted things like caching and type conversion. Just reading the value is safer. PHPBB3-10270 | ||||
* | [ticket/10272] Removed some duplication calls to $.fn.data. | Callum Macrae | 2012-03-31 | 1 | -3/+3 |
| | | | | PHPBB3-10272 | ||||
* | [ticket/10272] Renamed AJAX callback act_deact to activate_deactivate. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | PHPBB3-10272 | ||||
* | [ticket/10271] Started using .call for javascript callbacks. | Callum Macrae | 2012-03-31 | 1 | -9/+8 |
| | | | | | | | | 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/10271] data-ajax="false" is now ignored. | Callum Macrae | 2012-03-31 | 1 | -2/+5 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Reduced calls to $ in the AJAX JavaScript. | Callum Macrae | 2012-03-31 | 1 | -13/+17 |
| | | | | PHPBB3-10271 | ||||
* | [ticket/10271] Added comments to AJAX callbacks. | Callum Macrae | 2012-03-31 | 1 | -3/+21 |
| | | | | PHPBB3-10271 | ||||
* | [feature/ajax] Moved script.js into a few different files. | Callum Macrae | 2012-03-31 | 1 | -0/+61 |
Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270 |