aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/ajax.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11209] Clone disable moving images to allow multiple per pageJoas Schilling2012-11-161-4/+4
| | | | | | | | The disable images need to be clone rather then moved, in order to allow multiple disable images per page. We do not have such a case at the moment but it will be required for the new teampage/legend ACP section. PHPBB3-11209
* [ticket/11198] Remove additional asterix as /** is doc-block onlyJoas Schilling2012-11-151-4/+4
| | | | PHPBB3-11198
* [ticket/11198] Store the swapping partners in vars and simplify the logicJoas Schilling2012-11-141-39/+47
| | | | PHPBB3-11198
* [ticket/11198] Correctly set links after an item is moved up/down with AJAXJoas Schilling2012-11-141-11/+25
| | | | PHPBB3-11198
* [ticket/10784] Do not show ajax overlay unless neededMarc Alexander2012-04-121-4/+8
| | | | PHPBB3-10784
* [feature/ajax] Remove not working module enable/disable ajax codeIgor Wiedler2012-03-311-0/+3
| | | | PHPBB3-10270
* [feature/ajax] Do not hard-code sorting images of acp_forums orderingIgor Wiedler2012-03-311-8/+31
| | | | PHPBB3-10270
* [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-311-5/+21
| | | | PHPBB3-10270
* [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-311-0/+1
| | | | PHPBB3-10270
* [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-311-9/+16
| | | | PHPBB3-10270
* [feature/ajax] Use attr('data-foo') instead of data('foo')Igor Wiedler2012-03-311-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 Macrae2012-03-311-3/+3
| | | | PHPBB3-10272
* [ticket/10272] Renamed AJAX callback act_deact to activate_deactivate.Callum Macrae2012-03-311-1/+1
| | | | PHPBB3-10272
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-311-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 Macrae2012-03-311-2/+5
| | | | PHPBB3-10271
* [ticket/10271] Reduced calls to $ in the AJAX JavaScript.Callum Macrae2012-03-311-13/+17
| | | | PHPBB3-10271
* [ticket/10271] Added comments to AJAX callbacks.Callum Macrae2012-03-311-3/+21
| | | | PHPBB3-10271
* [feature/ajax] Moved script.js into a few different files.Callum Macrae2012-03-311-0/+61
Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270