From 74e4a7b0642b18d9aaa71dd72359495c5dc99107 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Jan 2015 17:27:34 -0500 Subject: Add top links to the calendar --- app/Controller/Base.php | 2 ++ app/Model/Base.php | 1 + app/Template/board/filters.php | 2 +- app/Template/calendar/show.php | 17 ++++++++++++++++- app/Template/project/activity.php | 19 ++++++++++++++++--- app/Template/project/layout.php | 10 ++++++++-- app/Template/project/search.php | 19 ++++++++++++++++--- app/Template/project/tasks.php | 19 ++++++++++++++++--- app/Template/task/layout.php | 9 ++++++++- 9 files changed, 84 insertions(+), 14 deletions(-) diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 8a5354aa..48ce62fa 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -36,6 +36,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\ProjectAnalytic $projectAnalytic * @property \Model\ProjectDailySummary $projectDailySummary * @property \Model\SubTask $subTask + * @property \Model\Swimlane $swimlane * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation * @property \Model\TaskModification $taskModification @@ -43,6 +44,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\TaskHistory $taskHistory * @property \Model\TaskExport $taskExport * @property \Model\TaskFinder $taskFinder + * @property \Model\TaskFilter $taskFilter * @property \Model\TaskPosition $taskPosition * @property \Model\TaskPermission $taskPermission * @property \Model\TaskStatus $taskStatus diff --git a/app/Model/Base.php b/app/Model/Base.php index 3f847c2e..a6333144 100644 --- a/app/Model/Base.php +++ b/app/Model/Base.php @@ -23,6 +23,7 @@ use Pimple\Container; * @property \Model\Config $config * @property \Model\DateParser $dateParser * @property \Model\File $file + * @property \Model\Helper $helper * @property \Model\LastLogin $lastLogin * @property \Model\Notification $notification * @property \Model\Project $project diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index 1f0afe9c..45255231 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -12,7 +12,7 @@
  • - + a(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?>
  • diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php index aae856f4..0a41fabe 100644 --- a/app/Template/calendar/show.php +++ b/app/Template/calendar/show.php @@ -1,7 +1,22 @@