Skip to content

Commit

Permalink
Tasks only exist in dynamic view anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 27, 2014
1 parent d8156b6 commit 1183693
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kronolith/docs/CHANGES
Expand Up @@ -3,7 +3,7 @@ v4.2.0-git
----------

[jan] Support task assignees.
[jan] Support parent tasks in dynamic view.
[jan] Support parent tasks.
[jan] Indent sub tasks.
[jan] Make shares table compatible with Oracle.
[mjr] Imporove display of Free/Busy information and add pagination (Requests
Expand Down
12 changes: 7 additions & 5 deletions kronolith/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2013-09-24</date>
<date>2014-01-27</date>
<version>
<release>4.2.0alpha1</release>
<api>4.2.0</api>
Expand All @@ -34,7 +34,7 @@
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Support task assignees.
* [jan] Support parent tasks in dynamic view.
* [jan] Support parent tasks.
* [jan] Indent sub tasks.
* [jan] Make shares table compatible with Oracle.
* [mjr] Imporove display of Free/Busy information and add pagination (Requests #12899, #12676).
Expand Down Expand Up @@ -500,6 +500,7 @@
<file name="19_kronolith_upgrade_addmysqlgeo.php" role="horde" />
<file name="20_kronolith_upgrade_timezone.php" role="horde" />
<file name="21_kronolith_upgrade_exceptionutc.php" role="horde" />
<file name="22_kronolith_upgrade_parents.php" role="horde" />
</dir> <!-- /migration -->
<dir name="resources">
<dir name="groups">
Expand Down Expand Up @@ -1315,6 +1316,7 @@
<install as="kronolith/migration/19_kronolith_upgrade_addmysqlgeo.php" name="migration/19_kronolith_upgrade_addmysqlgeo.php" />
<install as="kronolith/migration/20_kronolith_upgrade_timezone.php" name="migration/20_kronolith_upgrade_timezone.php" />
<install as="kronolith/migration/21_kronolith_upgrade_exceptionutc.php" name="migration/21_kronolith_upgrade_exceptionutc.php" />
<install as="kronolith/migration/22_kronolith_upgrade_parents.php" name="migration/22_kronolith_upgrade_parents.php" />
<install as="kronolith/resources/create.php" name="resources/create.php" />
<install as="kronolith/resources/delete.php" name="resources/delete.php" />
<install as="kronolith/resources/edit.php" name="resources/edit.php" />
Expand Down Expand Up @@ -2241,15 +2243,15 @@
<release>
<version>
<release>4.2.0alpha1</release>
<api>4.1.0</api></version>
<api>4.2.0</api></version>
<stability>
<release>alpha</release>
<api>stable</api></stability>
<date>2013-09-24</date>
<date>2014-01-27</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Support task assignees.
* [jan] Support parent tasks in dynamic view.
* [jan] Support parent tasks.
* [jan] Indent sub tasks.
* [jan] Make shares table compatible with Oracle.
* [mjr] Imporove display of Free/Busy information and add pagination (Requests #12899, #12676).
Expand Down

0 comments on commit 1183693

Please sign in to comment.