Commit Graph

  • 1e72c2ec9d use new helper functions of pagelist plugin, deprecated old cleanup Gerrit Uitslag 2022-10-20 14:23:39 +02:00
  • c1bef39f6d use $INPUT, reformatting, phpdocs Gerrit Uitslag 2022-10-20 14:23:09 +02:00
  • 217f164c40 fix use of helper, phpdocs, php 8 warning, refactoring, renaming Gerrit Uitslag 2022-09-14 00:22:17 +02:00
  • f8cf87e944 reformatting, phpdocs, renaming, visibility, removed unused vars Gerrit Uitslag 2022-09-13 23:58:04 +02:00
  • 3b51d96983 ics.php: cleanup duplicated requires, little refactoring Gerrit Uitslag 2022-09-13 21:14:25 +02:00
  • 631d58328d fix php8 warnings Gerrit Uitslag 2022-09-13 21:13:20 +02:00
  • 624860fcc1 fix typo Gerrit Uitslag 2022-09-13 21:10:05 +02:00
  • 30e72cd556 rename, reformat, remove duplicate file exists Gerrit Uitslag 2022-09-08 00:41:35 +02:00
  • d57a637b49 rename helper Gerrit Uitslag 2022-09-08 00:40:33 +02:00
  • 944e1d4b15 helper visibility and rename Gerrit Uitslag 2022-09-07 23:49:32 +02:00
  • 168a1d1c27 helper reformatting Gerrit Uitslag 2022-09-07 23:39:36 +02:00
  • 907153eeac add missing perm info Gerrit Uitslag 2022-09-07 23:38:55 +02:00
  • 54067a023e replace deprecated trigger_event Gerrit Uitslag 2022-09-07 23:38:25 +02:00
  • fffba1655a refactor perm check Gerrit Uitslag 2022-09-07 23:37:07 +02:00
  • 9688d7783d Version upped master 2020-09-26 Andreas Gohr 2020-11-09 11:40:20 +01:00
  • e699c02ee5 Merge pull request #46 from dokufreaks/cleanup Gerrit Uitslag 2020-09-27 15:48:18 +02:00
  • eb236c5d2d Removed useless/deprecated code lpaulsen93 2020-09-26 19:38:42 +02:00
  • 3c32714014 Merge pull request #45 from dokufreaks/use-nocache Gerrit Uitslag 2020-09-22 21:46:16 +02:00
  • 8670d33e50 Use '$renderer->nocache()' lpaulsen93 2020-09-19 13:38:05 +02:00
  • a9286c8273 Merge pull request #44 from dokufreaks/fix-indexer Andreas Gohr 2020-09-02 11:11:22 +02:00
  • 137714cb15 Fix null pointer exception if called from indexer.php LarsGit223 2020-09-01 22:04:39 +02:00
  • 2bcc60286c Upped version. 2018-04-26 Lars Paulsen 2018-04-26 21:58:01 +02:00
  • ff0961580f Removed useless call to '$event->preventDefault();' to become compatible to "Greebo" Lars Paulsen 2018-04-26 21:55:25 +02:00
  • 208093f3ca Added two new optional columns for the priority in the task overview: - set flag 'prioritytxt' to display a text based priority column - set flag 'priorityimg' to display a image based priority column priority LarsDW223 2017-08-28 19:32:17 +02:00
  • d75f443435 Removed BOMs from 'pt-br' language files to prevent errors on running tests. LarsDW223 2017-05-25 14:24:38 +02:00
  • 72534adc93 Corrected version. LarsDW223 2017-04-01 14:36:08 +02:00
  • dc915b41db Upped version. 2017-04-01 LarsDW223 2017-04-01 10:49:56 +02:00
  • ff6dd1e87f Corrected new form dialog. Selected priority needs to be set as exclamation marks, e.g. '!!' for high. Fixes #35. LarsDW223 2017-03-30 20:28:17 +02:00
  • c04d15cfbc Upped version. 2017-02-25 LarsDW223 2017-02-25 11:25:25 +01:00
  • 7dea958512 Removed last DOKU_TABs. LarsDW223 2017-02-23 20:01:04 +01:00
  • efd2634e28 Removed whitespace from change view form. On newer installations use class dokuwiki\Form\Form to generate the change view form. LarsDW223 2017-02-22 20:30:05 +01:00
  • f056bef251 Removed unneeded linefeed and duplicate '</form>' tag. LarsDW223 2017-02-22 19:04:18 +01:00
  • ab27090c10 Added configurable (on/off) response messages for action 'change task'. LarsDW223 2017-02-21 22:28:23 +01:00
  • d99e476cc1 Corrected condition in function '_statusMenu()'. LarsDW223 2017-02-21 22:12:32 +01:00
  • 59c895f923 Removed whitespace from change task form. On newer installations use class dokuwiki\Form\Form to generate the change task form. LarsDW223 2017-02-21 21:55:31 +01:00
  • d6f52a6357 Removed whitespace from new task form. On newer installations use class dokuwiki\Form\Form to generate the new task form. LarsDW223 2017-02-21 19:04:42 +01:00
  • 2b77bf5b74 Improved new task form: Added option to have a drop down list for the user field including the option to only show users from a certain user group. Closes #32. LarsDW223 2017-02-19 11:47:37 +01:00
  • b993718aa4 Removed not needed define and require_once lines. LarsDW223 2017-02-19 10:41:35 +01:00
  • ae66e9bcc9 Moved function '_newTaskForm' from tasks.php to helper.php. Created syntax tag '{{task>form>namespace}}' to only show the new task form without a task list. Closes #31. LarsDW223 2017-02-18 19:58:12 +01:00
  • 6678cd76be Removed own call to ACL check in 'helper_plugin_task::getTasks()'. Corrected call to function 'search()' to fix wrong ACL check. Fixes #21. LarsDW223 2017-02-18 18:33:51 +01:00
  • 7b167b4f7c Added 'rejected', 'accepted', 'started' and 'verified' as possible filters. Closes #27. LarsDW223 2017-02-17 22:41:52 +01:00
  • 9f92ed2f67 Added new example screenshots and image for extension manager. LarsDW223 2017-02-15 20:41:04 +01:00
  • 6ec4334c1c Plugin cleanup: deleted VERSION file, deleted obsolete getInfo() methods and upped version. LarsDW223 2016-04-25 22:02:01 +02:00
  • 1bcdc9be0b Merge pull request #28 from splitbrain-forks/php7-signature Michael Hamann 2016-02-27 18:20:52 +01:00
  • 44df3ec234 Adjust method signatures to match parent Andreas Gohr 2016-02-03 12:48:55 +01:00
  • 37a28e9546 Merge pull request #26 from hh-lohmann/tmp-fix-search.php-warnings Michael Hamann 2014-01-30 03:03:36 -08:00
  • 2a38813266 helper.php: $opts as array for search() hh.lohmann 2014-01-30 11:10:00 +01:00
  • 939c224cbc Merge pull request #24 from lupo49/master Michael Hamann 2013-08-18 12:12:25 -07:00
  • 3a27936994 Merge branch 'master' of github.com:lupo49/plugin-task Matthias Schulte 2013-08-01 22:57:11 +02:00
  • 1b7a277c1b added isset() checks to prevent PHP warning messages Matthias Schulte 2013-08-01 22:54:59 +02:00
  • 0f455d706f Fix for deprecated $ACT == 'save' condition Matthias Schulte 2011-02-12 15:51:42 +01:00
  • b7d079c5af added "my" flag for viewing only own tasks lupo49 2010-12-30 19:12:23 +01:00
  • bf7ed9ad97 fixed new comment(s) notify not working for page subscribers lupo49 2010-12-04 20:40:39 +01:00
  • 57cfa89267 fixed subscription addresslist call Michael Klier 2010-11-05 16:16:01 +01:00
  • 571cabf99e fixed table close Michael Klier 2010-11-05 16:09:30 +01:00
  • 3d7f1098f6 added plugin.info.txt closes #5 Michael Klier 2010-09-02 10:50:16 +02:00
  • c574e56d45 added Portuguese of Brazil translation Sidnei Francisco Neves 2009-12-28 13:44:44 +01:00
  • 2a3234d43f updated README Michael Klier 2009-05-20 17:59:39 +02:00
  • aa717b559a release preparations 2009-04-27 Michael Klier 2009-04-27 23:03:25 +02:00
  • ade45738a0 fix for FS#129 Michael Klier 2009-04-27 22:59:50 +02:00
  • cf5f59b25e possibility to filter own tasks Michael Klier 2009-02-10 17:03:01 +01:00
  • c852fa761b fixed pagination in case recent is set to 0 Michael Klier 2009-02-08 17:52:10 +01:00
  • 78ec46e20a fixed modeline Michael Klier 2009-02-08 17:32:35 +01:00
  • c68f2e63cc simplified version handling Michael Klier 2009-01-06 21:37:02 +01:00
  • f18ced92cb implemented FS#76 Michael Klier 2009-01-06 21:24:21 +01:00
  • 0780279cbb fixed vim modeline Michael Klier 2008-06-28 20:46:28 +02:00
  • 2a36392062 fixed code style Michael Klier 2008-06-07 23:16:23 +02:00
  • 9c5f311312 fixed code style Michael Klier 2008-06-07 19:20:01 +02:00
  • 47a19d002c updated VERSION file 2008-06-06 Michael Klier 2008-06-06 16:16:26 +02:00
  • 930d8aec6f updated french translation FS#37 Michael Klier 2008-06-06 16:16:09 +02:00
  • 4b5aa785fd fix for FS#40 Michael Klier 2008-06-06 16:11:40 +02:00
  • 39e44c4bf4 updated VERSION file 2008-05-26 Michael Klier 2008-05-26 19:19:39 +02:00
  • 24dd20ac45 fixed listing bug for done tasks Michael Klier 2008-05-26 19:19:24 +02:00
  • 4073c44cbb another fix for notifacations for new/changed tasks Michael Klier 2008-05-26 18:26:51 +02:00
  • 34ad92dffa updated VERSION file 2008-05-24 Michael Klier 2008-05-25 00:53:46 +02:00
  • dfd875d9b2 fix for notifaction about new tasks Michael Klier 2008-05-25 00:53:19 +02:00
  • c26f8379e2 fixes for FS#22 FS#25 FS#30 FS#31 FS#32 FS#33 FS#34 Michael Klier 2008-05-25 00:34:49 +02:00
  • 72148d65f6 updated VERSION file 2008-05-04 Michael Klier 2008-05-05 18:03:27 +02:00
  • ba7eb521e9 added noform flag Michael Klier 2008-05-05 18:02:38 +02:00
  • c058b541fd added spanish translation Michael Klier 2008-05-05 17:25:01 +02:00
  • e9bfbbd415 release preparations 2008-04-18 Michael Klier 2008-04-18 23:39:38 +02:00
  • 8655ee4e8d changed date() calls to strftime() Michael Klier 2008-04-18 23:38:49 +02:00
  • d4b7e06aca changes to reflect maintainer changes 2008-02-14 Michael Klier 2008-02-18 22:48:51 +01:00
  • e93a47f8a0 17 Russian translation by Алексей Лёвин wikidesign 2007-07-21 10:43:55 +02:00
  • 987ccfa11c 16 Czech translation lukas.zapletal 2007-04-29 23:51:17 +02:00
  • 8faeaa9524 15 French translation by Eric Guirbal wikidesign 2007-02-21 14:29:28 +01:00
  • 7e420e0685 14 Default namespace template is a file of its own wikidesign 2007-02-21 14:27:22 +01:00
  • da892117fd 13 Refine tasks lists with tags wikidesign 2007-01-16 13:31:53 +01:00
  • 83969322c5 11 Release preparations wikidesign 2007-01-12 13:37:38 +01:00
  • bbf3216590 10 Support for pagelist flags wikidesign 2007-01-12 01:17:11 +01:00
  • 569590e5db 9 Clean up wikidesign 2007-01-11 04:05:40 +01:00
  • 7975ed738c 8 Minor style improvements wikidesign 2007-01-06 08:42:53 +01:00
  • b94d0eefff 7 Copying, readme and version files wikidesign 2007-01-06 08:41:15 +01:00
  • 3567ed0a42 6 hCalendar and .ics download support wikidesign 2007-01-04 21:33:12 +01:00
  • 9847e190ec 5 Conversion of old task metadata wikidesign 2007-01-03 16:12:53 +01:00
  • d6dda25011 4 Plugin uses .task meta file instead of normal page metadata wikidesign 2007-01-03 11:14:05 +01:00
  • b84d4ce368 2 Initial import wikidesign 2006-12-20 20:35:01 +01:00