Commit graph

15 commits

Author SHA1 Message Date
Thomas Gries 954938f70f fix enhancement bug35118 . add new user right ajaxpoll-vote 2012-03-10 09:26:52 +00:00
Thomas Gries aa21f9774c add tracking category feature (enabled by default). Each page using this extensions get automatically the tracking category with MediaWiki:Ajaxpoll-tracking-category name (= Poll). Tracking-Cat-Feature can be disabled, or a different MediaWiki message text can be assigned. Documentation of the switch is inline and follows on MediaWiki. 2012-03-09 19:23:28 +00:00
Thomas Gries 2e6bcf6bd9 removed spurious yellow line in css stylesheet (display:none on load) 2012-02-22 19:07:58 +00:00
Thomas Gries 445ebb808e Four-file version. Class moved to AJAXPoll_body.php 2012-02-19 19:31:24 +00:00
Thomas Gries 36fdb56e11 version number update 2012-02-19 17:25:22 +00:00
Thomas Gries 7164ae3bc9 wrapped into class AJAXPoll 2012-02-19 17:24:15 +00:00
Thomas Gries 26d55ee8f8 code cosmetics and first step towards solution of my still to-do: fix the usage of , , and inside of a parser function. 2012-02-18 08:46:28 +00:00
Raimond Spekking 0320880cb4 r111696: Consistency tweaks in preparation for adding extension to translatewiki.net
* Add description message
* Move comments to message documentation section qqq
2012-02-17 14:57:54 +00:00
Thomas Gries 25ae0fd950 canged all class names and all message name prefixes from poll- to ajaxpoll- . jquerified everything what was possible. previous onmouseout- and onmouseover-event inline-code rewritten as two functions which will now be resued for all anwser divs. Still to do: use resourceloader; fix the usage of , , and inside of a parser function. 2012-02-16 22:55:06 +00:00
Thomas Gries 50c5d02c1d first step going jquery. changed all id and class names to be in conformity with css coding conventions lower-and-dashes. To-Do: more jQuery and refactoring html/jquery source code layout. (this version of the extension is working of course) 2012-02-16 07:59:32 +00:00
Thomas Gries f12204dad1 removing unnecessary db->addQuotes() wrappers as the extension uses standard select,update wrappers (usernames were added with quotes in the database). Breaking compatibility with older database entries of older polls. (this could be supplied in a one-time run of an updater (ToDo)). removing spaces in javascript inline. Declaring myself as maintainer of the extension. 2012-02-16 06:27:52 +00:00
Thomas Gries d217d8c942 bug fixed: marker for our own vote was not shown; green coloured border for our own vote; corrected German translation (AJAX poll extension is not in translatewiki.net for unknown reason). 2012-02-15 20:32:53 +00:00
Thomas Gries 7f932688e6 add path to ExtensionCredits so that the svn version is shown in Special:Version. BTW, this is a very neat extension. 2012-02-15 07:44:34 +00:00
Brion Vibber 804f94f3f9 Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ 2011-12-13 23:49:33 +00:00
Jack Phoenix 0798ccf8e1 adding AJAX Poll extension. JavaScript should be cleaned up (and maybe rewritten to use jQuery?) so that we can support ResourceLoader and functions in AJAXPoll.php should be moved into a new class instead of them being in the global scope. 2011-10-09 18:35:17 +00:00