index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
styles
/
prosilver
/
template
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
[ticket/10786] Javascript toggle member search panel in memberlist.php
David Colón
2013-01-15
1
-1
/
+12
|
|
/
|
*
[ticket/10949] Remove not needed comma
Marc Alexander
2013-01-05
1
-1
/
+1
|
*
[ticket/10949] Converted missing code to new JS coding guidelines
Marc Alexander
2013-01-04
1
-6
/
+6
|
*
Merge remote-tracking branch 'callumacrae/ticket/10949' into ticket/10949
Marc Alexander
2013-01-04
1
-15
/
+9
|
|
\
|
|
*
[ticket/10949] Converted AJAX coding standards to new guidelines.
Callum Macrae
2012-06-21
1
-15
/
+9
*
|
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...
Joas Schilling
2012-12-20
1
-0
/
+88
|
\
\
\
|
|
/
/
|
*
|
[ticket/10954] Add missing semi-colon
Marc Alexander
2012-12-18
1
-1
/
+1
|
*
|
[ticket/10954] Make sure to mark subforums unread and add small fixes
Marc Alexander
2012-12-18
1
-7
/
+12
|
*
|
[ticket/10954] Miscellaneous coding fixes
Marc Alexander
2012-12-18
1
-8
/
+5
|
*
|
[ticket/10954] Use quotes in attribute selectors and reduce use of each
Marc Alexander
2012-12-16
1
-11
/
+5
|
*
|
[ticket/10954] Change currentObject to $this for consistency
Marc Alexander
2012-12-16
1
-8
/
+8
|
*
|
[ticket/10954] Use function for closing alert popup
Marc Alexander
2012-12-16
1
-8
/
+11
|
*
|
[ticket/10954] Simplify marking forums read and fix topic marking
Marc Alexander
2012-12-15
1
-10
/
+11
|
*
|
[ticket/10954] Join array of class names instead of creating a string
Marc Alexander
2012-12-15
1
-3
/
+3
|
*
|
[ticket/10954] Fix coding guidelines infractions
Marc Alexander
2012-12-15
1
-36
/
+31
|
*
|
[ticket/10954] Change behavior of marking topics/forums
Marc Alexander
2012-12-14
1
-34
/
+64
|
*
|
[ticket/10954] Fix scope of current_object
Marc Alexander
2012-12-13
1
-6
/
+5
|
*
|
[ticket/10954] Only call $(this) once and reduce number of DOM traversals
Marc Alexander
2012-12-13
1
-9
/
+20
|
*
|
[ticket/10954] Mark topics read without popup
Marc Alexander
2012-12-12
1
-0
/
+37
|
*
|
[ticket/10954] Mark forums read without popup or page refresh
Marc Alexander
2012-12-12
1
-0
/
+16
*
|
|
[feature/soft-delete] Remove the "Deleted by" message when restoring a post
Joas Schilling
2012-12-10
1
-0
/
+9
*
|
|
Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...
Joas Schilling
2012-11-10
1
-0
/
+4
|
\
\
\
|
|
/
/
|
*
|
[ticket/10947] Fixed quickmod autosubmit functionality.
Callum Macrae
2012-06-20
1
-0
/
+4
|
|
/
*
|
[feature/soft-delete] Use JS to display softdeleted/ignored posts
Joas Schilling
2012-11-09
1
-0
/
+14
*
|
[feature/soft-delete] Update restoring feature to use ajax if requested.
Joas Schilling
2012-08-29
1
-2
/
+2
|
/
*
[feature/qrpreview] Preview from Quick Reply
David King
2012-03-30
1
-0
/
+11
*
[ticket/10270] Alter background colors for posts
Vjacheslav Trushkin
2012-03-31
1
-1
/
+8
*
[feature/ajax] Remove quick-reply AJAX handling until we have something good
Igor Wiedler
2012-03-31
1
-7
/
+0
*
[ticket/10270] Disabling links in disappearing content
Vjacheslav Trushkin
2012-03-31
1
-3
/
+3
*
[ticket/10291] Fixed an AJAX bug on quick reply form submit.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10273] Fixed accepting / denying posts AJAX.
Callum Macrae
2012-03-31
1
-2
/
+3
*
[feature/ajax] Change filter semantics, some minor adjustments
Igor Wiedler
2012-03-31
1
-7
/
+7
*
[feature/ajax] Refactor phpbb.ajaxify event callback
Igor Wiedler
2012-03-31
1
-1
/
+1
*
[feature/ajax] Rename exception to filter
Igor Wiedler
2012-03-31
1
-2
/
+2
*
[feature/ajax] Better handling for zebra
Vjacheslav Trushkin
2012-03-31
1
-2
/
+2
*
[feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)
Igor Wiedler
2012-03-31
1
-3
/
+8
*
[feature/ajax] Make quick-mod tools "exception" handling more explicit
Igor Wiedler
2012-03-31
1
-5
/
+9
*
[feature/ajax] JavaScript strict mode
Igor Wiedler
2012-03-31
1
-0
/
+1
*
[feature/ajax] Stylistic JavaScript adjustments
Igor Wiedler
2012-03-31
1
-6
/
+13
*
[feature/ajax] Use attr('data-foo') instead of data('foo')
Igor Wiedler
2012-03-31
1
-3
/
+3
*
[ticket/10271] Improved the AJAXification of the quick-mod tools.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10272] Removed some duplication calls to $.fn.data.
Callum Macrae
2012-03-31
1
-3
/
+3
*
[ticket/10272] Made a JS selector less specific.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10272] Added a space to the beginning of a comment.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10272] Renamed a JavaScript variable.
Callum Macrae
2012-03-31
1
-2
/
+2
*
[ticket/10271] Added a comment to the AJAXification of quick-mod tools.
Callum Macrae
2012-03-31
1
-0
/
+2
*
[ticket/10271] Started using .call for javascript callbacks.
Callum Macrae
2012-03-31
1
-14
/
+14
*
[ticket/10273] Changed variable names in the quickmodform AJAX.
Callum Macrae
2012-03-31
1
-3
/
+7
*
[ticket/10271] data-ajax="false" is now ignored.
Callum Macrae
2012-03-31
1
-2
/
+5
*
[ticket/10271] Reduced calls to $ in the AJAX JavaScript.
Callum Macrae
2012-03-31
1
-4
/
+6
[prev]
[next]