Commit Graph

2851 Commits

Author SHA1 Message Date
Frederic Guillot
2d070627d7 Add user dashboard view 2015-02-04 22:05:41 -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
24300f828a Add shortcut link to close a task from the dropdown menu 2015-02-01 19:34:01 -05:00
Frederic Guillot
7283692c1d Add dropdown menu to the tasks 2015-02-01 18:57:07 -05:00
Frederic Guillot
695ed5701c Add dropdown menu to the board menu 2015-02-01 16:12:47 -05:00
Frederic Guillot
3e2f4f9c2c Simplify CSP header method 2015-02-01 14:38:29 -05:00
Frederic Guillot
41a344e9ce Change label for subtasks percentage 2015-02-01 14:28:59 -05:00
Frederic Guillot
30cd4c5458 Merge pull-request #568 2015-02-01 14:23:59 -05:00
Frederic Guillot
40ca850707 Add column description (merge/change pull-request #549) 2015-02-01 14:19:49 -05:00
Lev Lazinskiy
78e7a5e85d Added percent completed to the main view when a task has subtasks. Addresses https://github.com/fguillot/kanboard/issues/174 2015-02-01 13:55:03 -05:00
Frederic Guillot
be4e90e319 Add collapsible swimlanes (merge and improve pull-request #565) 2015-02-01 11:05:07 -05:00
Frederic Guillot
9a98013736 Add table/pagination to the project list 2015-01-31 11:21:43 -05:00
Frederic Guillot
746e1a4e3d Clicking on cancel inside a popover doesn't reload the page 2015-01-30 22:06:10 -05:00
Piotr Zęgota
65c35acacf translation fix 2015-01-30 10:57:20 +01:00
Frederic Guillot
b506962e10 Sync locales 2015-01-29 17:49:00 -05:00
Frederic Guillot
11e4b52711 Merge pull-request #559 2015-01-29 17:46:07 -05:00
Frederic Guillot
80cfab419e Merge pull-request #561 2015-01-29 17:45:24 -05:00
ZegalPL
f0210f1f79 polish translation updated, most of strings translated. 2015-01-29 21:36:49 +01:00
mfoucrier
672afb6a16 Update translations.php 2015-01-29 15:28:20 +01:00
Colin Williams
a3329ce0e8 Allow public access to colors stylesheet. 2015-01-29 08:40:04 +00:00
Frederic Guillot
72913c33d3 Prefix DEBUG_FILE with __DIR__ 2015-01-28 21:27:33 -05:00
Frederic Guillot
7703d0459a Fix potential issue with old Sqlite versions 2015-01-28 20:34:42 -05:00
Frederic Guillot
c1173765ae Remove unused variables 2015-01-26 21:41:33 -05:00
Frederic Guillot
0f6a4e9de9 Allow urls without project_id 2015-01-26 21:35:33 -05:00
Frederic Guillot
28a7f57d86 Store due date without the time 2015-01-25 18:55:11 -05:00
Frederic Guillot
1fc6d69e2e Fix bug duplicate project with a too long name 2015-01-25 18:08:28 -05:00
Frederic Guillot
e6cf1bf236 Fix bug board selector redirection 2015-01-25 13:30:31 -05:00
Frederic Guillot
54d2d46b65 Store calendar filters per project 2015-01-25 13:27:43 -05:00
Frederic Guillot
746a3f8d23 Move assets to seperate subfolders 2015-01-25 13:09:54 -05:00
Frederic Guillot
0812ceedde Merge fix #545, fix invalid HTML when linking to URLs with numeric fragment identifiers and update Parsedown 2015-01-25 12:23:27 -05:00
Frederic Guillot
e506648cbc Do not show inactive projects info on the dashboard and update picodb (merge #546) 2015-01-25 11:55:12 -05:00
Frederic Guillot
655d75a3cf Add new constants: FILES_DIR and DEBUG_FILE 2015-01-25 10:47:21 -05:00
Esteban Monge
bf65a95851 Fixed typo problems 2015-01-22 22:05:20 -06:00
Esteban Monge
db522b618a More spanish translations 2015-01-22 21:58:59 -06:00
Frederic Guillot
e6f7929f77 Add new automatic action (Task comment logging), patch #539 2015-01-22 17:46:58 -05:00
Frederic Guillot
0d80102c48 Minor code improvements for the pull-request 2015-01-19 21:49:01 -05:00
Frederic Guillot
525d31d1bf Merge pull-request #524 2015-01-19 21:42:11 -05:00
Frederic Guillot
ef73844ddb Merge pull-request #515 2015-01-19 21:35:48 -05:00
Frederic Guillot
51d77786de Fix Gitlab webhook issue 2015-01-19 21:02:01 -05:00
Frederic Guillot
2bdd6a6b35 Make Kanboard compatible with PHP 5.3.3 2015-01-18 21:55:08 -05:00
Frederic Guillot
07995b4ffc Fix typo in phpdoc 2015-01-18 18:24:59 -05:00
Frederic Guillot
4e874fad90 Fix some phpdoc comments 2015-01-18 18:21:33 -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
Frederic Guillot
84b0f0df90 Add project calendars (merge/refactoring of #490) 2015-01-17 17:11:51 -05:00
Frederic Guillot
4b45b2aa35 Add missing project_id parameter 2015-01-16 19:39:42 -05:00
Francois Ferrand
969d60ab41 Add Json API to create LDAP user.
This allows setting up permissions before the LDAP users actually connect
to Kanboard, and even importing the permissions from other tools.
2015-01-16 17:13:36 +01:00
Michael Lüpkes
99323ba5c8 Removed Project duplication in Controller 2015-01-13 14:14:42 +01:00
Michael Lüpkes
569c99a733 set maxlength for name input fields in templates 2015-01-13 14:09:02 +01:00
Michael Lüpkes
34bbdaeac8 Merge remote-tracking branch 'upstream/master' into fguillot/kanboard 2015-01-13 11:42:49 +01:00