DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:todo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:todo [2024-05-10 16:35] – [Set task priority] einhirnplugin:todo [2024-05-10 16:39] (current) – removed ancient history einhirn
Line 296: Line 296:
  
 {{rss>https://github.com/leibler/dokuwiki-plugin-todo/commits/main.atom date}} {{rss>https://github.com/leibler/dokuwiki-plugin-todo/commits/main.atom date}}
- 
-=== Older / by hand === 
- 
-Version 05/14/2014 (by [[user>runout|Markus Gschwendt]]):  
-<del>[[https://github.com/runout-at/dokuwiki-plugin-todo/archive/master.zip|zip version 2014-05-14]] 
-  * :!: This is no part (yet) of the "officicial" distribution but Markus' own version of the plugin, if you are installing Markus' ZIP, there may be some (but mainly harmless) confusion in the [[plugin:extension |Extension Manager]]</del> 
-  * new option ''~~TODOLIST checkbox:yes|no~~'' 
-  * new option ''~~TODOLIST username:user|real|none~~'' 
-  * new option ''~~TODOLIST header:id|firstheader|none~~'' 
-  * Configuration of default values for above option in the Configuration Manager. 
-  * If AllowLinks is off, render the TodoText as a link to the page where the todo is located 
-  * new option: start and due date. (css) colored output when todo is started or due 
-  * Assign multiple users to a todo 
- 
-Version 03/17/2014 (by [[user>leibler|Leo Eibler]]): 
-[[http://www.eibler.at/dokuwiki-todo/download/dokuwiki-todo_20140317.zip|zip version 2014-03-17]] (eibler.at) (by [[user>leibler]]): 
-  * if a todo is checked or unchecked a descriptive summary (text in todo) will be used for history 
-  * todos can be assigned to email address 
-  * @@MAIL@@ and @@USER@@ matches both for logged in users email address 
-  * @@USER@@ matches logged in users username 
- 
-Additional changes in 03/17/2014 (by [[user>Klap-in]]): 
-  * New listing syntax: ''~~TODOLIST~~'' with simplified filter options. 
-  * Refactoring of code breaks the compatibility with current version (2013-06-16c) of searchpattern plugin 
-  * **Not fixed issue with searchpatterns**: checking/unchecking of todos in searchpatterns listing don't work correct 
-  * Checks modification dates, to protect against overwriting 
-  * Locking in javascript, so only one request is done simultaneously 
-  * Update javascript, refactor and reformat php 
-  * Some other translatable texts 
- 
-Version 04/13/2013 (by Christian Marg and [[user>leibler|Leo Eibler]]): 
-  * Bugfix script.js chk.attr('checked') by Christian Marg 
-  * Bugfix configuration option Strikethrough 
- 
-Version 04/11/2013 (by [[user>leibler|Leo Eibler]]): 
-  * add user assignment for todos (with @username syntax in todo tag e.g. <todo @leo>do something</todo>) 
-  * add handler method _searchpatternHandler() for dokuwiki searchpattern extension. 
-  * bugfix: encoding html code (security risk <todo><script>alert('hi')</script></todo>) - bug reported by Andreas 
-  * bugfix: use correct <todo> tag if there are more than 1 in the same line - migrate changes made by Christian to current version of plugin (changed behaviour - when multiple todo-items have the same text, only the clicked one is checked) 
-  * add description / comments and syntax howto about integration with searchpattern 
-  * check compatibility with dokuwiki release 2012-10-13 "Adora Belle" 
-  * remove getInfo() call because it's done by plugin.info.txt (since dokuwiki 2009-12-25 "Lemming") 
- 
-Version 04/05/2013 (by Leo Eibler/[[user>leibler]]): 
-  * migrate to new dokuwiki version (use jQuery.post instead of sack()).   
-  * add german language file.   
- 
-Version 08/16/2010 (by Babbage): 
-  *  Fixed another bug where javascript would not decode the action text properly (replaced unescape with decodeURIComponent).   
- 
-For a full changelog, please visit http://www.digitalbrink.com/programs/dokuwiki_plugin_todo/?page=vhistory (up to v2010-08-16) and http://www.eibler.at/dokuwiki-todo/index_en.php#download (since v2013-04-05) 
- 
-==== Possible features for a next release ==== 
- 
-Please post your ** feature requests ** on [[https://github.com/leibler/dokuwiki-plugin-todo/labels/enhancement|GitHub]] 
- 
-  * <del>Implement time management by using square brackets // [<startdate> // for latest starttime and // ]<enddate> // for latest finish time.</del> done: 2014-05-14 on github (missing feature: filter by dates) see [[https://github.com/leibler/dokuwiki-plugin-todo/issues/16|bug #16]] 
- 
-  * <del>Additional Option to render a list without ckeckboxes: \\ ~~TODOLIST checkbox:no|yes~~ \\ interesting to put the list in the sidebar: \\ ~~TODOLIST assigned:@@USER@@ checkbox:no completed:no~~</del> done: 2014-05-11 on github 
- 
-  * <del>Headers of the list with the first Header of the Page instead of the namespaces: \\ ~~TODOLIST header:firstheader~~</del> done: 2014-05-11 on github 
- 
-  * <del>Assign multiple users to a todo <todo @user1 @user2>task</todo></del> done: 2014-05-15 on github 
- 
-  * <del>Additional option to render the real name of the user instead of the username or nothing (e.g. useful when using @@USER@@): \\ <todo username:user|real|none> \\ ~~TODOLIST assigned:@@USER@@ username:none~~</del> done: 2014-05-11 on github 
- 
-  * <del>Can we have a filter of tasks "completedon", completedbefore and completedafter (similar to duebefore etc) so that we can see when tasks were completed.  Would be good to be able to list tasks by completed date (got to keep those minions working somehow</del> 
- 
-  * make it possible to have more than one todo tag in the same line (e.g. separated by %%\\%%) \\ this might be useful to have more than one todo in a box in a table (workaround to assign a task to multiple users) 
- 
-  * Would be cool to have tags , display single page of tagged tasks, formatting inside task, quick links to the  page, and priority of the task!! thanks:! 
-   
-  * <del>Can we have the list of tasks filtered on the start and due dates?  Allow filtering of jobs to show just those due in the next 7 days, or jobs starting in the next 7 days. Full examples in the [[https://github.com/leibler/dokuwiki-plugin-todo/issues/23|GIT page]] for how it might work. Update : I think this might now work using the duebefore and due after with the +10 -10 relative references only I can't get this to work myself. \\ Should work, only issue: then only tasks with given dates will be shown. We need an 'start-/due-ignore' option to solve this.</del> 
- 
-  * When TODO links are turned ON per [[#Allow actions to also link to pages with the same name?|here]], could Backlinks to the original TODO be made to work? That way, when TODO details are entered, it's easy to get back to the TODO item and check the box complete. :-) 
- 
-  * Thank you for this wonderful plugin. I have one request. In TODOLIST, each todos links to the original page where it's located, Since table header does same action, in my opinion, that links are not needed. Instead, when I click the todo, mark as done would be nice. Also, since it's a link, changing text color doesn't work on the TODOLIST. Thanks for reading. 
-    * This behavior can be changed on the configuration page so that the link points to a page named after the link 
- 
-  * absolutely great plugin! thank you! \\ Would it be possible to allow also dates formatted DD.MM.YYYY (which is very common in Austria ;-)) \\ \\ I'm from Austria too ;) but the only useful order in the date format is YMD - especially for sorting. \\ Things are possible but don't make sense in some way. 
- 
-  * Thank you for this excellent plugin! Would it be possible to augment each to-do item with two more fields: (a) details and (b) action taken? They are useful especially in cases where items are assigned to different people. The fields could be possibly hidden and get displayed only if a spoiler-like button is pressed. The first is needed in order to describe the assignment in detail and (b) should be a description by the person who acted on the assignment. 
- 
-  * Very nice plugin! Started using it only 5 minutes ago and I already love it. I do have 1 question: is it possible to display tasks, without having it in a list-like format (under each other) instead of on 1 lineing to use an actual list or paragraphs? I guess I might be able to achieve this by using %%\\%% \\ Also, it would be nice to allow links inside the todo, now I have to put a link after the todo or place it outside the todo, resulting in a line being half todo half link 
- 
-  * <del>I'm looking for a short kind of info string to be displayed after a page link, displaying how many todos the page have and how many of them that are checked, such as "(5/10)"</del>  \\ \\ See the //short// option.  --- [[user>runout|runout]] //2017-08-28 10:12// 
- 
-  * Is it possible to show a list of todos filtered by "completed by" and "when" depending on who checked the checkbox?  Again its to keep the minions working.  I'd like to add a section for each tech to my "dashboard" page that shows me who has completed what tasks and when.  I currently have an outstanding task list for each tech but not a list of the work they say they've completed.  Something along the lines of ~~TODOLIST completedby:tech1 showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me the work they have completed today(no matter who it was assigned to).  Also something like ~~TODOLIST assigned:tech1 completed:yes showcompletedby:yes showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me their own tasks completed in the last day, when completed and by whom. \\  \\ try the option //completeduser// for filtering which user has checked the box. Showing the completed-date is not implemented.  --- [[user>runout|runout]] //2017-08-28 09:35// 
- 
-  * Change link option from "pages with the same name" to "by Attribute". For Example "@link:T0012" if a automatic naming scheme could be implemented, otherwise "@link:wiki:test:start" or external target like phone NR "@link:tel:+1356465654" or Websites "@link:https://www.dokuwiki.org". 
-  * It would be great to have the option to be able to include wiki formatted links within the task so when I have a task to review another page in the wiki or an external URL I can put a formatted link in with a meaningful label rather than the full and often long URL displaying in the task and in the task list 
  
 ==== Subpages ==== ==== Subpages ====
Line 392: Line 301:
   * [[plugin:todo:customisations|Customizations]]   * [[plugin:todo:customisations|Customizations]]
  
-===== Discussion ===== 
-Is it possible to see time dedicated between own tasks and colleagues and friends? 
  
plugin/todo.txt · Last modified: 2024-05-10 16:39 by einhirn

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki