Commit Graph

1824 Commits

Author SHA1 Message Date
Frédéric Guillot
c0ab451106 Add unit test for the "task close" action 2014-03-11 21:12:53 -04:00
Frédéric Guillot
66c7cf0caa Add an automatic action to assign a color to a specific user 2014-03-10 22:23:16 -04:00
Frédéric Guillot
1cda8059b5 Lowercase file 2014-03-10 21:49:24 -04:00
Frédéric Guillot
fca61f7eb0 Add contributors 2014-03-10 21:44:20 -04:00
Frédéric Guillot
ed2962f7e6 Uncomment unit test 2014-03-09 23:28:12 -04:00
Frédéric Guillot
5f79db8308 Lowercase base controller include 2014-03-09 23:26:24 -04:00
Frédéric Guillot
7749b8ed56 Automatic actions 2014-03-09 23:21:23 -04:00
Frédéric Guillot
7bd4697dfc Merge pull request #48 from EpocDotFr/patch-1
Fix token generation on Windows
2014-03-09 14:08:33 -04:00
Maxime
ddd856121d urandom is not available on Windows 2014-03-08 19:00:12 +01:00
Frédéric Guillot
66fbcc4ea2 Merge pull request #46 from rzeka/master
Added Polish translations
2014-03-07 22:02:22 -05:00
rzeka
a6de8aacbc Added Polish translations 2014-03-07 16:40:26 +01:00
Frédéric Guillot
ddaf391791 Start to write some documentation about users management 2014-03-06 21:50:19 -05:00
Frédéric Guillot
e0b67d773a Assign existing tasks to nobody when a user is removed 2014-03-06 21:47:16 -05:00
Frédéric Guillot
544f992424 Add a 'due date' field and display the number of comments on the board 2014-03-05 22:27:48 -05:00
Frédéric Guillot
1e994f3448 Improve unit test 2014-03-05 20:32:53 -05:00
Frédéric Guillot
5d9b5aee6d Merge branch 'patch-1' of github.com:toomyem/kanboard 2014-03-05 19:47:46 -05:00
toomyem
850abb1500 Altered test cases for allowed user checking.
Changed test checking if admin used has always access.
Added new test to check if non admin used does not have access if is not added to acl list.
2014-03-05 10:55:26 +01:00
toomyem
384b64b7fa Admin users are not allowed for a project
In function isUserAllowed() it is only checked if:
1. any user is assigned to the project (if no then allow anybody)
2. if logged user is allowed for given project
But also _admin_ users _not assigned_ to the project shall be allowed.
2014-03-05 09:40:06 +01:00
rzeka
1d94ba9914 #37 click on task to access it 2014-03-05 09:31:14 +01:00
Frédéric Guillot
141616b48c Add the possibility to add a description directly from the task show view 2014-03-04 22:45:58 -05:00
Frédéric Guillot
19409360ca Improve comments 2014-03-04 21:57:12 -05:00
rzeka
ccc54c65cf Added basic comments on tasks 2014-03-04 20:17:26 +01:00
rzeka.net
86bee36784 Story Points translation missing
Since story points are way to measure the level of difficulty, that's why it's "stopień trudności" which means "difficulty level". There's no expression for "story points" in Polish AFAIK
2014-03-03 22:07:41 +01:00
Frédéric Guillot
c8714c01a4 Add documentations 2014-03-02 21:53:48 -05:00
Frédéric Guillot
1e9232643e Merge branch 'patch-1' of github.com:maggick/kanboard 2014-03-02 13:21:20 -05:00
toomyem
e799345085 Added translations for Polish language 2014-03-02 12:21:49 +01:00
Frédéric Guillot
28bc4246bf Add acl and access list for projects 2014-03-01 19:51:09 -05:00
Matthieu Keller
e3d4b56f14 Update README.markdown
Hey,

j'ai installé Kanboard pour tester ça a l'air sympa.
L'installation sur debian ne m'a pris que quelques minutes.
Il faut juste penser à activer sqlite.

En effet sinon on a le message d'erreur :

    PHP extension required: pdo_sqlite

pour cela il suffit de rajouter la ligne suivante à `/etc/php5/conf.d/sqlite.ini` (et créer le fichier si nécessaire):

    extension=sqlite.so

je me permet de mettre à jour le readme au passage (avec un echo crade certes) mais il faudra répercuter ça sur le site.
2014-02-28 11:37:17 +01:00
Frédéric Guillot
e7db71b593 Remove PHP notice 2014-02-27 20:43:45 -05:00
Frédéric Guillot
e3ff52ad89 Improve session creation 2014-02-27 19:37:16 -05:00
Frédéric Guillot
2f6b9353d5 Improve task limit js condition 2014-02-25 22:20:39 -05:00
Frédéric Guillot
44b1806083 Add task limit for each column 2014-02-25 22:09:44 -05:00
Frédéric Guillot
44fc9c081f Add story points for tasks 2014-02-24 21:22:32 -05:00
Frédéric Guillot
565290fbf9 Display a page not found when the data is not in the dabase anymore 2014-02-24 19:07:25 -05:00
Frédéric Guillot
8159cc99a6 Improve HTML escaping 2014-02-24 18:29:09 -05:00
Frédéric Guillot
64e2e07229 Improve timezone pull-request and settings page 2014-02-24 18:08:58 -05:00
rzeka
e374a6fd64 Fixed timezone warning by adding timezone config option 2014-02-24 21:08:56 +01:00
rzeka
b4784d39e1 Added missing translations 2014-02-24 21:07:00 +01:00
Frédéric Guillot
68f9cb08b9 Change mouse cursor for draggable items 2014-02-23 21:32:35 -05:00
Frédéric Guillot
f69cb9f466 Remove project dropdown from task edit 2014-02-23 21:24:03 -05:00
Frédéric Guillot
4b7a72e931 Add the possibility to change the assignee directly from the board 2014-02-23 21:20:25 -05:00
Frédéric Guillot
50051e776f Display an error message when there is no column for a project 2014-02-23 20:34:55 -05:00
Frédéric Guillot
2298594455 Add helpers for the user session and fix bug edit_user admin checkbox 2014-02-23 20:25:49 -05:00
Frédéric Guillot
b664175b04 Add new contributor 2014-02-22 18:12:00 -05:00
toomyem
e659e6a7c1 A few more updates in translations.
There is no context for strings so sometime it is hard to guess what would be the best translation.
2014-02-22 23:25:50 +01:00
toomyem
a975701acd Update for Polish translations.
I've added missing translations and update a few exiting (in Polish we do not use space before and after ':' and '?').
2014-02-22 23:14:56 +01:00
Frédéric Guillot
2f4651411b Add kiosk mode, public board access with read-only and auto-refresh 2014-02-22 16:30:03 -05:00
Frédéric Guillot
a1923d3d7f Add a page to display completed tasks and add the completion date column for tasks 2014-02-22 13:37:06 -05:00
rzeka
fd28d50597 Fixed PHP notice when user's default project doesn't exist 2014-02-22 13:27:01 +01:00
Frédéric Guillot
45753e51d1 Update readme 2014-02-21 21:29:29 -05:00