aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10947] Fixed quickmod autosubmit functionality.Callum Macrae2012-06-201-0/+4
| | | | PHPBB3-10947
* [feature/qrpreview] Preview from Quick ReplyDavid King2012-03-301-0/+11
| | | | PHPBB3-10726
* [ticket/10270] Alter background colors for postsVjacheslav Trushkin2012-03-311-1/+8
| | | | | | Change background colors for posts after deleted post PHPBB3-10270
* [feature/ajax] Remove quick-reply AJAX handling until we have something goodIgor Wiedler2012-03-311-7/+0
| | | | | | | The current implementation is not very user friendly, lots of things flashing in the user's face. We can re-consider AJAX when we have a decent solution. PHPBB3-10270
* [ticket/10270] Disabling links in disappearing contentVjacheslav Trushkin2012-03-311-3/+3
| | | | | | Disabling click events for blocks that are being removed via ajax PHPBB3-10270
* [ticket/10291] Fixed an AJAX bug on quick reply form submit.Callum Macrae2012-03-311-1/+1
| | | | | | It wasn't fading out. PHPBB3-10291
* [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-311-2/+3
| | | | PHPBB3-10273
* [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-311-7/+7
| | | | PHPBB3-10270
* [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-311-1/+1
| | | | PHPBB3-10270
* [feature/ajax] Rename exception to filterIgor Wiedler2012-03-311-2/+2
| | | | PHPBB3-10270
* [feature/ajax] Better handling for zebraVjacheslav Trushkin2012-03-311-2/+2
| | | | | | Better handling for zebra: message is displayed instead of first .zebra. Other .zebra entries are emptied, but not completely removed to avoid changing layout. PHPBB3-10272
* [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-311-3/+8
| | | | PHPBB3-10270
* [feature/ajax] Make quick-mod tools "exception" handling more explicitIgor Wiedler2012-03-311-5/+9
| | | | PHPBB3-10270
* [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-311-0/+1
| | | | PHPBB3-10270
* [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-311-6/+13
| | | | PHPBB3-10270
* [feature/ajax] Use attr('data-foo') instead of data('foo')Igor Wiedler2012-03-311-3/+3
| | | | | | | data() is slower and does additional unwanted things like caching and type conversion. Just reading the value is safer. PHPBB3-10270
* [ticket/10271] Improved the AJAXification of the quick-mod tools.Callum Macrae2012-03-311-1/+1
| | | | | | Instead of passing the querystring, now gets the value properly. PHPBB3-10271
* [ticket/10272] Removed some duplication calls to $.fn.data.Callum Macrae2012-03-311-3/+3
| | | | PHPBB3-10272
* [ticket/10272] Made a JS selector less specific.Callum Macrae2012-03-311-1/+1
| | | | | | | Now, style authors can change the posts to not be divs without the code breaking! PHPBB3-10272
* [ticket/10272] Added a space to the beginning of a comment.Callum Macrae2012-03-311-1/+1
| | | | PHPBB3-10272
* [ticket/10272] Renamed a JavaScript variable.Callum Macrae2012-03-311-2/+2
| | | | PHPBB3-10272
* [ticket/10271] Added a comment to the AJAXification of quick-mod tools.Callum Macrae2012-03-311-0/+2
| | | | | | The comment clarifies which make_ functions use AJAX. PHPBB3-10271
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-311-14/+14
| | | | | | | | 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/10273] Changed variable names in the quickmodform AJAX.Callum Macrae2012-03-311-3/+7
| | | | | | They're now more descriptive. PHPBB3-10273
* [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-4/+6
| | | | PHPBB3-10271
* [ticket/10271] Added comments to AJAX callbacks.Callum Macrae2012-03-311-5/+22
| | | | PHPBB3-10271
* [ticket/10270] Removed all the inline language and HTML from the JS.Callum Macrae2012-03-311-12/+0
| | | | PHPBB3-10270
* [feature/ajax] Moved script.js into a few different files.Callum Macrae2012-03-311-0/+66
Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270