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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/ajax] Remove strange non-breaking spaces from approve button
Igor Wiedler
2012-03-31
1
-2
/
+2
*
[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
2
-8
/
+1
*
[ticket/10270] Changing close button for ajax popups
Vjacheslav Trushkin
2012-03-31
4
-7
/
+28
*
[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] Fix filter check, quick mod tools data-attribute
Igor Wiedler
2012-03-31
1
-1
/
+1
*
[feature/ajax] Generic error handling with a phpbb.alert box
Igor Wiedler
2012-03-31
1
-1
/
+1
*
[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] Do not hard-code sorting images of acp_forums ordering
Igor Wiedler
2012-03-31
1
-0
/
+4
*
[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/10270] Moved the AJAX error langyage entries to the footer.
Callum Macrae
2012-03-31
2
-2
/
+2
*
[ticket/10272] Made a JS selector less specific.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.
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
*
[ticket/10271] Added comments to AJAX callbacks.
Callum Macrae
2012-03-31
1
-5
/
+22
*
[ticket/10270] Replaced find by tag names with class names in the js.
Callum Macrae
2012-03-31
1
-3
/
+3
*
[ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".
Callum Macrae
2012-03-31
2
-7
/
+7
*
[ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
Callum Macrae
2012-03-31
3
-1
/
+11
*
[ticket/10270] Removed all the inline language and HTML from the JS.
Callum Macrae
2012-03-31
3
-16
/
+11
*
[feature/ajax] Moved script.js into a few different files.
Callum Macrae
2012-03-31
3
-401
/
+68
*
[ticket/10270] Removed some unnecessary calls to $() in script.js.
Callum Macrae
2012-03-31
1
-18
/
+14
*
[ticket/10270] Sped up animations of popups.
Callum Macrae
2012-03-31
1
-14
/
+14
*
[ticket/10270] Got rid of the temporary jQuery for the AJAX changes.
Callum Macrae
2012-03-31
1
-3
/
+1
*
[ticket/10270] Increased the speed of the animations.
Callum Macrae
2012-03-31
1
-15
/
+15
*
[ticket/10271] Cleaned up phpbb.ajaxify.
Callum Macrae
2012-03-31
1
-45
/
+25
*
[ticket/10272] Renamed AJAX callback "style_act_deact" to "act_deact".
Callum Macrae
2012-03-31
1
-1
/
+1
*
[ticket/10272] AJAXified the bots page in the ACP.
Callum Macrae
2012-03-31
1
-0
/
+8
*
[ticket/10270] Made the alert after an AJAX operation optional.
Callum Macrae
2012-03-31
1
-2
/
+10
*
[ticket/10271] AJAXified the styles tab in the ACP.
Callum Macrae
2012-03-31
1
-6
/
+16
*
[ticket/10271] AJAXified various deletions in the ACP.
Callum Macrae
2012-03-31
1
-0
/
+3
*
[ticket/10328] Renamed the JSON class, also now using autoloading.
Callum Macrae
2012-03-31
1
-1
/
+1
*
[feature/ajax] Changed JavaScript comments to follow coding guidelines.
Callum Macrae
2012-03-31
1
-11
/
+9
*
[ticket/10270] Moved some HTML from the JavaScript to overall_footer.
Callum Macrae
2012-03-31
2
-5
/
+7
[next]