aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ticket/10786] Javascript toggle member search panel in memberlist.phpDavid Colón2013-01-151-1/+12
| |/
| * [ticket/10949] Remove not needed commaMarc Alexander2013-01-051-1/+1
| * [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-041-6/+6
| * Merge remote-tracking branch 'callumacrae/ticket/10949' into ticket/10949Marc Alexander2013-01-041-15/+9
| |\
| | * [ticket/10949] Converted AJAX coding standards to new guidelines.Callum Macrae2012-06-211-15/+9
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-0/+88
|\ \ \ | |/ /
| * | [ticket/10954] Add missing semi-colonMarc Alexander2012-12-181-1/+1
| * | [ticket/10954] Make sure to mark subforums unread and add small fixesMarc Alexander2012-12-181-7/+12
| * | [ticket/10954] Miscellaneous coding fixesMarc Alexander2012-12-181-8/+5
| * | [ticket/10954] Use quotes in attribute selectors and reduce use of eachMarc Alexander2012-12-161-11/+5
| * | [ticket/10954] Change currentObject to $this for consistencyMarc Alexander2012-12-161-8/+8
| * | [ticket/10954] Use function for closing alert popupMarc Alexander2012-12-161-8/+11
| * | [ticket/10954] Simplify marking forums read and fix topic markingMarc Alexander2012-12-151-10/+11
| * | [ticket/10954] Join array of class names instead of creating a stringMarc Alexander2012-12-151-3/+3
| * | [ticket/10954] Fix coding guidelines infractionsMarc Alexander2012-12-151-36/+31
| * | [ticket/10954] Change behavior of marking topics/forumsMarc Alexander2012-12-141-34/+64
| * | [ticket/10954] Fix scope of current_objectMarc Alexander2012-12-131-6/+5
| * | [ticket/10954] Only call $(this) once and reduce number of DOM traversalsMarc Alexander2012-12-131-9/+20
| * | [ticket/10954] Mark topics read without popupMarc Alexander2012-12-121-0/+37
| * | [ticket/10954] Mark forums read without popup or page refreshMarc Alexander2012-12-121-0/+16
* | | [feature/soft-delete] Remove the "Deleted by" message when restoring a postJoas Schilling2012-12-101-0/+9
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-0/+4
|\ \ \ | |/ /
| * | [ticket/10947] Fixed quickmod autosubmit functionality.Callum Macrae2012-06-201-0/+4
| |/
* | [feature/soft-delete] Use JS to display softdeleted/ignored postsJoas Schilling2012-11-091-0/+14
* | [feature/soft-delete] Update restoring feature to use ajax if requested.Joas Schilling2012-08-291-2/+2
|/
* [feature/qrpreview] Preview from Quick ReplyDavid King2012-03-301-0/+11
* [ticket/10270] Alter background colors for postsVjacheslav Trushkin2012-03-311-1/+8
* [feature/ajax] Remove quick-reply AJAX handling until we have something goodIgor Wiedler2012-03-311-7/+0
* [ticket/10270] Disabling links in disappearing contentVjacheslav Trushkin2012-03-311-3/+3
* [ticket/10291] Fixed an AJAX bug on quick reply form submit.Callum Macrae2012-03-311-1/+1
* [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-311-2/+3
* [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-311-7/+7
* [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-311-1/+1
* [feature/ajax] Rename exception to filterIgor Wiedler2012-03-311-2/+2
* [feature/ajax] Better handling for zebraVjacheslav Trushkin2012-03-311-2/+2
* [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-311-3/+8
* [feature/ajax] Make quick-mod tools "exception" handling more explicitIgor Wiedler2012-03-311-5/+9
* [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-311-0/+1
* [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-311-6/+13
* [feature/ajax] Use attr('data-foo') instead of data('foo')Igor Wiedler2012-03-311-3/+3
* [ticket/10271] Improved the AJAXification of the quick-mod tools.Callum Macrae2012-03-311-1/+1
* [ticket/10272] Removed some duplication calls to $.fn.data.Callum Macrae2012-03-311-3/+3
* [ticket/10272] Made a JS selector less specific.Callum Macrae2012-03-311-1/+1
* [ticket/10272] Added a space to the beginning of a comment.Callum Macrae2012-03-311-1/+1
* [ticket/10272] Renamed a JavaScript variable.Callum Macrae2012-03-311-2/+2
* [ticket/10271] Added a comment to the AJAXification of quick-mod tools.Callum Macrae2012-03-311-0/+2
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-311-14/+14
* [ticket/10273] Changed variable names in the quickmodform AJAX.Callum Macrae2012-03-311-3/+7
* [ticket/10271] data-ajax="false" is now ignored.Callum Macrae2012-03-311-2/+5
* [ticket/10271] Reduced calls to $ in the AJAX JavaScript.Callum Macrae2012-03-311-4/+6