Extension talk:TODOListProgressBar

From mediawiki.org
Latest comment: 13 years ago by Etdashou in topic Screenshots

Still maintained?[edit]

Hello. I'm looking for some examples, but latest modifications appear to be made in 2010... Can you recommend another extension in case ? Best, -- Cybertib 14:29, 3 March 2017 (UTC+2)

Example[edit]

I think a link to a working implementation of this would be very helpful :)

-- Jeroen De Dauw 12:47, 13 June 2010 (UTC)Reply

Yes, I do agree. At the time I wrote the extension, I didn't have a public place to put an example. I have the time today, so I will be adding an example page on my wiki. - Vadtec 14:10, 13 June 2010 (CST)

There is now an example page listed on the extension page. I will be updating it as I get time to reflect some of the changes I have made to the extension. - Vadtec 17:04, 13 June 2010 (CST)

XSS Vulnerability[edit]

When I initially coded this, I failed to escape various strings. Thanks to Max Semenik they were identified and fixed. As such, I removed the XSS warning. - Vadtec 14:14, 13 June 2010 (CST)

Screenshots[edit]

I would really appreciate a screenshot of this extension. Also, I am unable to access your demo page because our websense say it is "Social Networking"... Thank you! --Etdashou 13:03, 15 June 2010 (UTC)Reply

Your websense is sadly mistaken, unless they consider IRC "Social Networking". The wiki I have the demo posted on is nothing more than the wiki for my IRC network. As for screen shots, I hadn't planned on having any because I have the live demo site to showcase everything on. If you cannot get your IT people to allow my wiki to be viewed, let me know and I'll try to get some screen shots posted. - Vadtec 11:08, 15 June 2010 (CST)

Vadtec, you are absolutly right, our websense is a total mess. However, their is nothing I can do about it.. For screenshots, I personnally think it is very neat to post some on the extension page as it make the page more "clean". However, this is your extension and you do whatever you want. Have a nice day, --Etdashou 14:52, 17 June 2010 (UTC)Reply

Also, here is a nice example of where you could include the screenshot: http://www.mediawiki.org/wiki/Extension:EPubExport. --Etdashou 14:53, 17 June 2010 (UTC)Reply

I will see what I can do about getting some screen shots posted. The problem is, there are a number of features that don't easily fit into small, simple screen shots. I'd rather not clutter up the extension page with screen shots when I have a live demo site running (which also show cases the most current code). I'll see if I can monkey around with Photoshop enough to produce some usable screen shots, but if they are going to be to big, I won't put them on the extension page. - Vadtec 16:43, 21 June 2010 (CST)

?[edit]

I installed this extension but when I try to use it it says [TODO GRPAHIC: Error 3: You must supply at least one item that has a value greater than zero.]

I dont see any indication of how to add an item. can you just post a small example, I dont need to see it actually work, I just want to know how to use it.

I don't quite understand what you are asking for. When I get the examples back up, you can simply view the document source to get an idea on how to use the extensions. - Vadtec 16:43, 21 June 2010 (CST)

Error in Item[edit]

the following Line is wrong:

/* Check to see if the status is valid. Remove the invalid name as well. */
if (in_array($status, self::$status_values)) {

It has to be:

/* Check to see if the status is valid. Remove the invalid name as well. */
if (!in_array($status, self::$status_values)) {

Regards Christian Erhardt 06/28/2011

UNIQ...QINU[edit]

Hello!

When place <todo type="item" status="unknown" >Item</todo> into my wikipage i receive the following instead of a progress bar:

?UNIQ4d96be4c4b18a511-todo-00000002-QINU?

I am using:

Produkt Version
MediaWiki 1.19.1
PHP 5.3.13 (cgi-fcgi)
MySQL 5.5.27

I found the link to the UNIQ fix but i don't know how to fix the code.

Maybe anyone can give me some assistance

Thank you in advance

Michael