aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/ajax.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16287] Correctly pass json response to PHP fileMarc Alexander2020-01-031-1/+1
| | | | PHPBB3-16287
* [ticket/16287] After installation an error is given over statistics submissionpaul sohier2020-01-021-2/+2
| | | | | | | | The phpBB.com website required specific fields to be available for the statistics. This change switched over to a new statistics page on www.phpbb.com that uses form fields instead, and that returns JSON as value. PHPBB3-16287
* [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-0/+28
| | | | PHPBB3-15664
* Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-2/+3
|\ | | | | | | | | * 3.1.x: [ticket/15006] Pass inherit settings to form and use correct button
| * [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
| | | | | | | | PHPBB3-15006
* | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-12-181-1/+2
|\ \ | |/
| * [ticket/14922] Make sure to pass hidden input on ajax form submissionsMarc Alexander2016-12-181-1/+2
| | | | | | | | PHPBB3-14922
* | [ticket/14492] Encode URI components in systemdata for statsMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | The stats data needs to be URI encoded to prevent issues when submitting the data to the receive_stats script on www.phpbb.com. PHPBB3-14492
* | [ticket/14492] Add missing event variableMarc Alexander2016-12-031-1/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-0/+99
| | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* | [ticket/9590] Update permissions with correct permission roleMarc Alexander2016-11-271-2/+14
|/ | | | PHPBB3-9590
* [ticket/9590] Correctly update submit size and replace all forum_id[]Marc Alexander2016-11-271-3/+5
| | | | PHPBB3-9590
* [ticket/9590] Further deduplicate code for form dataMarc Alexander2016-11-261-10/+10
| | | | PHPBB3-9590
* [ticket/9590] Preserve selected forums after previous page redirectMarc Alexander2016-11-261-19/+28
| | | | | | | Also improved the way the forum ID list is generated when clicking on "Apply all permissions". PHPBB3-9590
* [ticket/9590] Support ajax submit of permissions for specific forumsMarc Alexander2016-11-261-9/+24
| | | | PHPBB3-9590
* [ticket/9590] Correctly set roles and refresh page using POSTMarc Alexander2016-11-261-3/+29
| | | | PHPBB3-9590
* [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-0/+78
| | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590
* [ticket/12982] Refactoring: made JS in adm niceCallum Macrae2014-08-131-17/+16
| | | | PHPBB3-12982
* [ticket/12038] Check that the move action succeeded before moving the rows.Cesar G2013-12-051-2/+10
| | | | PHPBB3-12038
* [ticket/11977] Use CSS instead of JS to disable up/down iconsVjacheslav Trushkin2013-11-021-79/+0
| | | | PHPBB3-11977
* [ticket/11713] Do not remove module if it couldn't be deletedMarc Alexander2013-07-181-2/+4
| | | | | | | | Up to now, the module or module category was always removed with jQuery, even if there was an error. With this change, the modules will not be deleted by jQuery if the return JSON array will have SUCCESS set to false. PHPBB3-11713
* [ticket/10741] Do not resize textarea.no-auto-resizeVjacheslav Trushkin2013-04-121-1/+1
| | | | | | Do not auto-resize textareas with class .no-auto-resize PHPBB3-10741
* [ticket/10741] Automatically resize textareas in prosilver and ACPVjacheslav Trushkin2013-04-121-0/+6
| | | | | | Automatically resize textareas in prosilver and ACP. PHPBB3-10741
* [ticket/11314] Add missing semi-colonsMarc Alexander2013-01-101-2/+2
| | | | | | Omitting the semi-colon is not legal behavior for JavaScript. PHPBB3-11314
* [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-041-44/+36
| | | | | | A few missing semi-colons were also added where needed. PHPBB3-10949
* [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