7a9d9f97ef
[ticket/10784] Do not show ajax overlay unless needed
...
PHPBB3-10784
2012-04-12 21:03:47 +02:00
d3e7744dd6
[feature/ajax] Remove not working module enable/disable ajax code
...
PHPBB3-10270
2012-03-31 02:10:17 +02:00
8a0d8c0a84
[feature/ajax] Do not hard-code sorting images of acp_forums ordering
...
PHPBB3-10270
2012-03-31 02:09:25 +02:00
7ed2cbef75
[feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)
...
PHPBB3-10270
2012-03-31 02:09:25 +02:00
d53c36684d
[feature/ajax] JavaScript strict mode
...
PHPBB3-10270
2012-03-31 02:09:24 +02:00
628074bf70
[feature/ajax] Stylistic JavaScript adjustments
...
PHPBB3-10270
2012-03-31 02:09:24 +02:00
30888ff2a0
[feature/ajax] Use attr('data-foo') instead of data('foo')
...
data() is slower and does additional unwanted things like
caching and type conversion. Just reading the value is safer.
PHPBB3-10270
2012-03-31 02:09:23 +02:00
81e357beef
[ticket/10272] Removed some duplication calls to $.fn.data.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
05a88966d4
[ticket/10272] Renamed AJAX callback act_deact to activate_deactivate.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
03d4ae20d1
[ticket/10271] Started using .call for javascript callbacks.
...
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
2012-03-31 02:09:21 +02:00
8120023605
[ticket/10271] data-ajax="false" is now ignored.
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
95659ba92c
[ticket/10271] Reduced calls to $ in the AJAX JavaScript.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
1c5b1ede1c
[ticket/10271] Added comments to AJAX callbacks.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
818d989168
[feature/ajax] Moved script.js into a few different files.
...
Seperated it into: assets/javascript/core.js,
styles/prosilver/template/ajax.js and adm/style/ajax.js.
PHPBB3-10270
2012-03-31 02:09:17 +02:00