| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10947] Fixed quickmod autosubmit functionality. | Callum Macrae | 2012-06-20 | 1 | -0/+4 |
| | | | | | PHPBB3-10947 | ||||
| * | [feature/qrpreview] Preview from Quick Reply | David King | 2012-03-30 | 1 | -0/+11 |
| | | | | | PHPBB3-10726 | ||||
| * | [ticket/10270] Alter background colors for posts | Vjacheslav Trushkin | 2012-03-31 | 1 | -1/+8 |
| | | | | | | | Change background colors for posts after deleted post PHPBB3-10270 | ||||
| * | [feature/ajax] Remove quick-reply AJAX handling until we have something good | Igor Wiedler | 2012-03-31 | 1 | -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 content | Vjacheslav Trushkin | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | It wasn't fading out. PHPBB3-10291 | ||||
| * | [ticket/10273] Fixed accepting / denying posts AJAX. | Callum Macrae | 2012-03-31 | 1 | -2/+3 |
| | | | | | PHPBB3-10273 | ||||
| * | [feature/ajax] Change filter semantics, some minor adjustments | Igor Wiedler | 2012-03-31 | 1 | -7/+7 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Refactor phpbb.ajaxify event callback | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Rename exception to filter | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Better handling for zebra | Vjacheslav Trushkin | 2012-03-31 | 1 | -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 Wiedler | 2012-03-31 | 1 | -3/+8 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Make quick-mod tools "exception" handling more explicit | Igor Wiedler | 2012-03-31 | 1 | -5/+9 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] JavaScript strict mode | Igor Wiedler | 2012-03-31 | 1 | -0/+1 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Stylistic JavaScript adjustments | Igor Wiedler | 2012-03-31 | 1 | -6/+13 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Use attr('data-foo') instead of data('foo') | Igor Wiedler | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | Instead of passing the querystring, now gets the value properly. PHPBB3-10271 | ||||
| * | [ticket/10272] Removed some duplication calls to $.fn.data. | Callum Macrae | 2012-03-31 | 1 | -3/+3 |
| | | | | | PHPBB3-10272 | ||||
| * | [ticket/10272] Made a JS selector less specific. | Callum Macrae | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | PHPBB3-10272 | ||||
| * | [ticket/10272] Renamed a JavaScript variable. | Callum Macrae | 2012-03-31 | 1 | -2/+2 |
| | | | | | PHPBB3-10272 | ||||
| * | [ticket/10271] Added a comment to the AJAXification of quick-mod tools. | Callum Macrae | 2012-03-31 | 1 | -0/+2 |
| | | | | | | | The comment clarifies which make_ functions use AJAX. PHPBB3-10271 | ||||
| * | [ticket/10271] Started using .call for javascript callbacks. | Callum Macrae | 2012-03-31 | 1 | -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 Macrae | 2012-03-31 | 1 | -3/+7 |
| | | | | | | | They're now more descriptive. PHPBB3-10273 | ||||
| * | [ticket/10271] data-ajax="false" is now ignored. | Callum Macrae | 2012-03-31 | 1 | -2/+5 |
| | | | | | PHPBB3-10271 | ||||
| * | [ticket/10271] Reduced calls to $ in the AJAX JavaScript. | Callum Macrae | 2012-03-31 | 1 | -4/+6 |
| | | | | | PHPBB3-10271 | ||||
| * | [ticket/10271] Added comments to AJAX callbacks. | Callum Macrae | 2012-03-31 | 1 | -5/+22 |
| | | | | | PHPBB3-10271 | ||||
| * | [ticket/10270] Removed all the inline language and HTML from the JS. | Callum Macrae | 2012-03-31 | 1 | -12/+0 |
| | | | | | PHPBB3-10270 | ||||
| * | [feature/ajax] Moved script.js into a few different files. | Callum Macrae | 2012-03-31 | 1 | -0/+66 |
| Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270 | |||||
