Commit Graph

726 Commits

Author SHA1 Message Date
Ash Bike
bc6b443c3d Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes:
INSERT INTO settings VALUES ('integration_slack_webhook_channel', '');
ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-07-05 02:16:18 +05:30
Frederic Guillot
04300f6b5f Set focus on the dropdown for category popover 2015-07-04 16:38:42 -04:00
Frederic Guillot
ad23b4961a Add keyboard shortcuts to switch between board/calendar/list view 2015-07-04 15:04:41 -04:00
Frederic Guillot
4f3088a331 Add keyboard shortcut to focus on the search box 2015-07-04 14:41:44 -04:00
Frederic Guillot
cf8aeea6af Add filters helper for search form 2015-07-04 14:23:45 -04:00
Frederic Guillot
b01eb12a6c Improve view mode switcher 2015-07-04 13:06:35 -04:00
Frederic Guillot
37c1b79bdd Do not allow closed tasks to move on the board 2015-07-04 12:39:43 -04:00
Frederic Guillot
554500aa49 Refactoring to implement new layout with filters: board/calendar/list views (work in progress) 2015-07-04 11:14:21 -04:00
Frederic Guillot
a327f790ee Add search form on the dashboard 2015-07-03 20:16:43 -04:00
Frederic Guillot
a6d434d91f Check the box remember me by default 2015-07-03 20:08:13 -04:00
Frederic Guillot
b054790200 Merge manually pull-request #965 2015-07-03 19:57:52 -04:00
Frederic Guillot
747b9434d3 Remove method Category::getBoardCategories() 2015-07-01 20:55:21 -04:00
Frederic Guillot
471e46e702 Add project and column attributes for advanced search 2015-07-01 19:32:51 -04:00
Frederic Guillot
31f3de9646 Add global search section 2015-07-01 18:28:32 -04:00
Frederic Guillot
109a2a2e25 Change dashboard 2015-07-01 17:36:21 -04:00
Frederic Guillot
7cae104de1 Improve user creation form to automatically add project member and enable notifications 2015-06-27 15:40:42 -04:00
Frederic Guillot
6c772de184 Remove column default_project_id for users because it's useless now 2015-06-27 15:14:04 -04:00
Frederic Guillot
6efac784fc Add timer for subtasks and remove settings for subtask time tracking 2015-06-24 20:39:06 -04:00
Frederic Guillot
bf22ea4694 Display totals on the dashboard for tasks/subtasks/projects 2015-06-24 10:32:44 -04:00
Frederic Guillot
948ebb2424 Improve assets loading: remove http call to load task colors and async load of app.js 2015-06-23 20:47:46 -04:00
Frederic Guillot
bc6aefe64c Change message in template 2015-06-21 22:19:58 -04:00
Frederic Guillot
81e40e2c91 Replace dimplejs by c3js for chart drawing 2015-06-21 21:12:24 -04:00
Frederic Guillot
1465ca1ae1 Fix issue in notification template when there is no comment author 2015-06-21 16:02:22 -04:00
Frederic Guillot
98fd34bfe3 Improve automatic action to create comments based on commit messages 2015-06-20 20:55:50 -04:00
Frederic Guillot
22b26d0b4d Change comments table structure (drop foreign key on user_id) 2015-06-20 17:53:49 -04:00
Frederic Guillot
b6b733b22f Close all subtasks when a task is closed 2015-06-20 16:50:52 -04:00
Frederic Guillot
cb0916d10e Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00
Frederic Guillot
73c47d9461 Add RSS feed for users and change address of project feeds 2015-06-19 19:38:23 -04:00
Frederic Guillot
9ba3daca66 Improve pull-request #907 2015-06-18 22:33:24 -04:00
Frederic Guillot
308dda3ac4 Merge pull-request #907 2015-06-18 22:22:58 -04:00
Frederic Guillot
56d5b96fc0 Remove truncate helper and use css instead 2015-06-15 20:42:41 -04:00
Frederic Guillot
57dd45839b Use css to truncate the page title 2015-06-15 20:30:30 -04:00
Frederic Guillot
9b399951f4 Improve activity stream/notification for task update events and add new notification for swimlane change 2015-06-14 11:50:31 -04:00
Frederic Guillot
a785810f2d Show changes in task update notifications 2015-06-13 22:55:01 -04:00
Frederic Guillot
a9f9761539 Change table for automatic actions list 2015-06-13 22:11:21 -04:00
Frederic Guillot
0dc247dca1 Add link to the board in notification footer 2015-06-13 16:57:46 -04:00
Frederic Guillot
a964350a64 UI: Improve tabindex for task forms 2015-06-13 16:08:59 -04:00
Frederic Guillot
4161015023 Fix bug: Force edge mode for Internet Explorer 2015-06-13 14:16:04 -04:00
Frederic Guillot
8dd6824734 Fix notification template issues 2015-06-11 20:36:42 -04:00
Frederic Guillot
4f32352fe6 Add user filter/condition for notifications 2015-06-07 20:06:31 -04:00
Fábio Hideki
efc7c13563 adding time estimated in de task footer and swimlanes' name in the task details 2015-06-04 21:55:43 -03:00
Frederic Guillot
599b6624dd Improve project navigation 2015-05-31 17:57:02 -04:00
Frederic Guillot
9cdb72681e Add help message for private projects 2015-05-30 18:39:47 -04:00
Frederic Guillot
39f9015bd8 Fix template helper bug due to previous refactoring 2015-05-30 12:56:37 -04:00
Frederic Guillot
7442499bb5 Move swimlane title and add swimlane anchor 2015-05-25 14:58:24 -04:00
Frederic Guillot
eeac2329ba Helpers refactoring 2015-05-24 16:02:25 -04:00
Frederic Guillot
c9ba525bab Show swimlane dropdown only when necessary 2015-05-21 22:28:28 -04:00
Frederic Guillot
640f63c807 Remove useless class 2015-05-21 22:05:25 -04:00
Frederic Guillot
737c13dfdd Add chosen select for user selection 2015-05-21 14:13:45 -04:00
Frederic Guillot
fb68231f2b Fix bug: editing private project enable user management 2015-05-21 12:10:01 -04:00