Frederic Guillot
679cb94de4
Rewrite dropdown menu
2015-08-07 22:42:29 -04:00
Frederic Guillot
af163a9a62
Fix broken url for closed tasks in project view
2015-08-01 14:28:58 -04:00
Frederic Guillot
1bce737243
Add icon to hide/show sidebar
2015-07-18 18:21:48 -04:00
Frederic Guillot
bf59465b10
Use ajax requests for board collapse/expand
2015-07-12 16:51:20 -04:00
Frederic Guillot
bc98748c0d
Start to implement url rewrite (nice urls)
2015-07-12 10:38:42 -04:00
Frederic Guillot
2f8beda6af
Move board collapse/expand mode to server side to avoid board flickering
2015-07-07 20:19:57 -04:00
Frederic Guillot
aa2ca3342d
Merge pull-request #981
2015-07-05 12:52:44 -04:00
Frederic Guillot
b2ba780c9d
Show title in tooltip for collapsed tasks
2015-07-04 20:51:52 -04:00
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
ad23b4961a
Add keyboard shortcuts to switch between board/calendar/list view
2015-07-04 15:04:41 -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
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
747b9434d3
Remove method Category::getBoardCategories()
2015-07-01 20:55:21 -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
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
eeac2329ba
Helpers refactoring
2015-05-24 16:02: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
Frederic Guillot
db95e96f92
Add ical documentation
2015-05-18 14:51:17 -04:00
Frederic Guillot
ac6e7bdfbf
Add iCalendar public access for projects
2015-05-17 22:09:44 -04:00
Frederic Guillot
9e9410df24
Add Jabber/XMPP integration
2015-05-11 21:07:59 -04:00
Frederic Guillot
1891e87d03
Add Postmark integration (inbound emails for task creation)
2015-04-19 14:48:12 -04:00
Frederic Guillot
370b5a0fd7
Add Slack and Hipchat integrations for each projects
2015-04-18 18:44:45 -04:00
Frederic Guillot
ea9d402587
Add column controller
2015-04-11 17:38:41 -04:00
Frederic Guillot
8d9b87bb6e
Avoid code duplication in pull-request #746
2015-03-30 21:58:16 -04:00
Frederic Guillot
7cbae61dbd
Add Hipchat integration
2015-03-29 13:51:51 -04:00
Frederic Guillot
26fea9b96b
Add task transitions csv export
2015-03-28 12:39:46 -04:00
Frederic Guillot
373537efe2
Allow admins to transform a private project to a team project
2015-03-21 19:10:24 -04:00
Frederic Guillot
4700139a86
Start to develop the budget module
2015-03-12 23:03:51 -04:00
Francois Ferrand
6696484bd0
Escape markdown code in column tooltips.
...
This is needed to avoid issues when the code contains quotes.
2015-03-04 17:03:38 +01:00
Frederic Guillot
c4aed0e749
Use single quotes for attributes with Markdown/HTML content to avoid browser bugs
2015-02-24 21:36:50 -05:00
Francois Ferrand
dedf425e81
Add project description field.
...
Description is shown in a popup when hovering the 'information' icon, like column description,
which is shown in project list on dashboard and in board's title.
This is useful to document the categories and colors used in the project.
2015-02-24 14:21:23 +01:00
Frederic Guillot
755b38f09e
Code cleanup + minor css improvement
2015-02-09 21:37:31 -05:00
ashbike
77a307e4ff
- Markdown supported in column description.
...
- Project > Edit Board and Project Summary pages now show description as tooltip.
- Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview.
- Fixed bug while adding a new column inserts description as column limit.
2015-02-09 21:14:53 -05:00
Frederic Guillot
6f94ce6af3
Add Bitbucket webhook
2015-02-08 21:13:59 -05:00
Frederic Guillot
73b44f1550
Uncheck tasks and swimlanes from project duplication and update translations
2015-02-07 14:36:24 -05:00
Michael Lüpkes
e5ea361255
Implemented Changes to Project Duplication to include Swimlanes and Tasks.
...
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-02-03 11:16:10 +01:00
Frederic Guillot
40ca850707
Add column description (merge/change pull-request #549 )
2015-02-01 14:19:49 -05:00
Frederic Guillot
9a98013736
Add table/pagination to the project list
2015-01-31 11:21:43 -05:00
Frederic Guillot
ef73844ddb
Merge pull-request #515
2015-01-19 21:35:48 -05:00
Frederic Guillot
7c1c14cf64
Pagination refactoring
2015-01-18 17:59:41 -05:00
Frederic Guillot
74e4a7b064
Add top links to the calendar
2015-01-17 17:27:34 -05:00
Michael Lüpkes
569c99a733
set maxlength for name input fields in templates
2015-01-13 14:09:02 +01:00
Frederic Guillot
d1d04d6fee
Add subtasks export and move export actions to a specific controller
2015-01-04 21:14:57 -05:00
Frédéric Guillot
45c95d74fc
Various fixes and improvements
2015-01-02 21:11:19 -05:00
Frédéric Guillot
3076ba22dd
Fix bugs, improve perfs and use SimpleLogger instead of Monolog
2015-01-02 17:19:13 -05:00
Frédéric Guillot
772804add8
Acl refactoring
2014-12-31 12:37:15 -05:00
Frédéric Guillot
66f150d887
Improve the list of project members
2014-12-30 14:00:13 -05:00