Callum Macrae
81e357beef
[ticket/10272] Removed some duplication calls to $.fn.data.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
Callum Macrae
2189efadc6
[ticket/10270] Moved the AJAX error langyage entries to the footer.
...
PHPBB3-10270
2012-03-31 02:09:22 +02:00
Callum Macrae
0d83e8725b
[ticket/10272] Made a JS selector less specific.
...
Now, style authors can change the posts to not be divs without the code
breaking!
PHPBB3-10272
2012-03-31 02:09:22 +02:00
Callum Macrae
05a88966d4
[ticket/10272] Renamed AJAX callback act_deact to activate_deactivate.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
Callum Macrae
f9ddeacd8e
[ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
Callum Macrae
7e88dd0ba6
[ticket/10272] Added a space to the beginning of a comment.
...
PHPBB3-10272
2012-03-31 02:09:22 +02:00
Callum Macrae
e374678d7e
[ticket/10272] Renamed a JavaScript variable.
...
PHPBB3-10272
2012-03-31 02:09:21 +02:00
Callum Macrae
6d8ecd7104
[ticket/10271] Added a comment to the AJAXification of quick-mod tools.
...
The comment clarifies which make_ functions use AJAX.
PHPBB3-10271
2012-03-31 02:09:21 +02:00
Callum Macrae
e5d0f2c6ad
[ticket/10328] Fixed the header of json_response.php.
...
PHPBB3-10328
2012-03-31 02:09:21 +02:00
Callum Macrae
8da463ac9e
[ticket/10270] Recoded some potentially buggy code in phpbb.confirm.
...
The code before could have removed event handlers defined by other code.
PHPBB3-10270
2012-03-31 02:09:21 +02:00
Callum Macrae
885c2914db
[ticket/10270] Fixed JavaScript alerts in the ACP.
...
PHPBB3-10270
2012-03-31 02:09:21 +02:00
Callum Macrae
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
Callum Macrae
e0d6814772
[ticket/10270] Fixed a bug with the close button in phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:21 +02:00
Callum Macrae
cdfd746a25
[ticket/10271] Fixed the comment for phpbb.parse_querystring.
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
Callum Macrae
1d36873afe
[ticket/10273] Changed variable names in the quickmodform AJAX.
...
They're now more descriptive.
PHPBB3-10273
2012-03-31 02:09:20 +02:00
Callum Macrae
eabc6d29c4
[ticket/10271] Reduced calls to $ in phpbb.ajaxify.
2012-03-31 02:09:20 +02:00
Callum Macrae
415d33f20d
[ticket/10271] Renamed the "act" js variable to "action".
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
Callum Macrae
8a2f5f3269
[ticket/10271] Improved the comments on return_handler.
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
Callum Macrae
8120023605
[ticket/10271] data-ajax="false" is now ignored.
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
Callum Macrae
95659ba92c
[ticket/10271] Reduced calls to $ in the AJAX JavaScript.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
Callum Macrae
1c5b1ede1c
[ticket/10271] Added comments to AJAX callbacks.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
Callum Macrae
7f33897154
[ticket/10270] Renamed a variable in phpbb.parse_querystring.
...
It was originally "end", but was renamed to "params" to be more
descriptive.
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
dbccb57abb
[ticket/10270] Reduced calls to split in phpbb.parse_querystring.
...
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
69d9f5dd04
[ticket/10270] Fixed comments for phpbb.alert and phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
7a6fb85875
[ticket/10270] Added a new line to constant declarations in JS.
...
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
1a8ec5d4fb
[ticket/10270] Added a comment to phpbb.loading_alert.
...
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
8adb626800
[ticket/10270] Made a comment clearer for phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
6af2059403
[ticket/10270] DRYed alert fades in core.js.
...
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
badb0c3e5a
[ticket/10272] Fixed a bug in the ajax exceptions callback handler.
...
It was using code copied from a few lines above, which was designed for
forms and doesn't work with links.
PHPBB3-10272
2012-03-31 02:09:18 +02:00
Callum Macrae
3648dd99f7
[ticket/10271] Added comments to the JavaScript ajax functions.
...
PHPBB3-10271
2012-03-31 02:09:18 +02:00
Callum Macrae
3166cbb33d
[ticket/10270] Replaced find by tag names with class names in the js.
...
What it was before (selecting by tag name) could have caused some
problems for style authors.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
5b2352613e
[ticket/10270] Added the alerts to the ACP footer.
...
I had forgotten to do it previously.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
ac2e270797
[ticket/10270] Replaced keydown numbers with named constants.
...
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
7d2422f928
[ticket/10271] Removed excess whitespace from core.js.
...
PHPBB3-10271
2012-03-31 02:09:17 +02:00
Callum Macrae
ba817086f8
[ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
db7c4f938e
[ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
0e55b2393d
[ticket/10270] Removed all the inline language and HTML from the JS.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
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
Callum Macrae
233c2d51cf
[ticket/10270] Removed some unnecessary calls to $() in script.js.
...
Sometimes, jQuery objects were being sent through the jQuery function
again, wasting resources.
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
dbb81fbd2b
[ticket/10328] Added capital to "Content-type" in phpbb_json_response.
...
It was originally Content-type, but has been replaced with Content-Type,
which is correct.
PHPBB3-10328
2012-03-31 02:09:16 +02:00
Callum Macrae
8c0e72cd9e
[ticket/10270] Sped up animations of popups.
...
They were too slow and were hampering the user experience on boards with
a fast connection such as local boards.
PHPBB3-10270
2012-03-31 02:09:16 +02:00
Callum Macrae
431a78f346
[ticket/10270] Got rid of the temporary jQuery for the AJAX changes.
...
The jQuery library wasn't included before, so a temporary one was
included. Now that igorws jQuery patch has been merged, the temporary
library can be removed.
PHPBB3-10270
2012-03-31 02:09:16 +02:00
Callum Macrae
53201da98c
[ticket/10270] Increased the speed of the animations.
...
PHPBB3-10270
2012-03-31 02:09:16 +02:00
Callum Macrae
f85faf435d
[ticket/10271] Cleaned up phpbb.ajaxify.
...
Reduced a lot of duplicate code and made it more efficient.
PHPBB3-10271
2012-03-31 02:09:16 +02:00
Callum Macrae
bcb824a9f2
[ticket/10272] Renamed AJAX callback "style_act_deact" to "act_deact".
...
PHPBB3-10272
2012-03-31 02:09:16 +02:00
Callum Macrae
e7e09f8da2
[ticket/10272] AJAXified the bots page in the ACP.
...
PHPBB3-10272
2012-03-31 02:09:15 +02:00
Callum Macrae
fc7cb6a70b
[ticket/10270] Made the alert after an AJAX operation optional.
...
PHPBB3-10270
2012-03-31 02:09:15 +02:00
Callum Macrae
4ae74cd4b4
[ticket/10271] AJAXified buttons on acp_main.
...
PHPBB3-10271
2012-03-31 02:09:15 +02:00
Callum Macrae
1cb3b595ec
[ticket/10271] AJAXified the styles tab in the ACP.
...
PHPBB3-10271
2012-03-31 02:09:15 +02:00
Callum Macrae
11112314f7
[ticket/10271] AJAXified various deletions in the ACP.
...
The following places have had deletion AJAXified:
* Smilies and icons
* Word censors
* BBCodes
* Attachment groups
* Groups
* Admin / User / Moderator / Forum roles
* Report / denial reasons
* Module management
* Custom profile fields
PHPBB3-10271
2012-03-31 02:09:15 +02:00