Frederic Guillot
29cc13f786
Add toggle/expend links on the dashboard
2015-02-07 17:38:18 -05:00
Frederic Guillot
36bbd04c52
Make the sidebar relative/responsive
2015-02-07 16:42:38 -05:00
Frederic Guillot
d3205f1de4
Add comma
2015-02-07 15:02:37 -05:00
Frederic Guillot
8dd27a83d7
Add related project section
2015-02-07 15:01:34 -05:00
Frederic Guillot
4f11b4bad9
Regenerate assets and add a documentation for that
2015-02-07 14:54:35 -05:00
Frederic Guillot
418c8e8c04
Update translation doc
2015-02-07 14:47:47 -05:00
Frederic Guillot
73b44f1550
Uncheck tasks and swimlanes from project duplication and update translations
2015-02-07 14:36:24 -05:00
Frederic Guillot
a6b3306072
Merge pull-request #580
2015-02-07 14:19:19 -05:00
Frederic Guillot
a0f4343ef5
Merge pull-request #592
2015-02-07 14:13:01 -05:00
BlueTeck
1a109f11a3
new german translation
2015-02-07 14:08:03 -05:00
BlueTeck
2373012d5d
Calendar: fix #563
2015-02-07 14:07:03 -05:00
Colin Williams
ce13fced30
Reduce duplication in Notification::getMailSubject()
2015-02-07 18:15:31 +00:00
Colin Williams
db338a33cf
Reduce complexity and duplication in LDAP::lookup()
2015-02-07 18:15:31 +00:00
Colin Williams
c2ff3b2d69
Use $max_length parameter in getClonedProjectName.
2015-02-07 18:15:31 +00:00
Frederic Guillot
b24b1e7e4e
Add subtasks restrictions and time tracking
2015-02-04 22:19:32 -05:00
Frederic Guillot
2d070627d7
Add user dashboard view
2015-02-04 22:05:41 -05:00
Michael Lüpkes
4bf6e6d5c4
Another fix for 5.3 syntax (see above)
2015-02-03 11:32:51 +01:00
Michael Lüpkes
644f511df2
Fix for syntax unsupported in PHP 5.3
2015-02-03 11:28:38 +01: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
b42830e77d
Update unit tests
2015-02-01 11:10:32 -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
e1be338053
Experiments with keyboard shortcuts
2015-01-30 23:11:30 -05:00
Frederic Guillot
746e1a4e3d
Clicking on cancel inside a popover doesn't reload the page
2015-01-30 22:06:10 -05:00
Frederic Guillot
5efb06f6f3
Merge pull-request #562
2015-01-30 19:56:35 -05:00
Frederic Guillot
946b78ae53
Add ignored assets from git
2015-01-30 19:27:06 -05:00
Piotr Zęgota
65c35acacf
translation fix
2015-01-30 10:57:20 +01:00
Frederic Guillot
f49c7e3f21
Update contributor list
2015-01-29 17:56:43 -05: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
549b86037b
Merge branch 'master' of https://github.com/fguillot/kanboard
2015-01-28 20:34:49 -05:00
Frederic Guillot
7703d0459a
Fix potential issue with old Sqlite versions
2015-01-28 20:34:42 -05:00
Frédéric Guillot
f56ee7467e
Merge pull request #555 from norcnorc/fix-json-rpc-subtask-user-parameter
...
fix user parameter name for createSubtask, updateSubtask in json-RPC API
2015-01-27 19:53:33 -05:00
norcnorc
081b76c21f
fix incorrect user parameter name for createSubtask, updateSubtask in json-RPC API
...
Changing the documentation and python example to match what the server code says: "user_id", not "assignee_id".
2015-01-27 18:10:06 +01: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
29606b34cb
Added automatic download and installation of Composer and PHPUnit for Vagrant (merge #550 )
2015-01-26 21:08:29 -05:00