Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-09 | Merge pull request #48 from EpocDotFr/patch-1 | Frédéric Guillot | |
Fix token generation on Windows | |||
2014-03-08 | urandom is not available on Windows | Maxime | |
2014-03-07 | Merge pull request #46 from rzeka/master | Frédéric Guillot | |
Added Polish translations | |||
2014-03-07 | Added Polish translations | rzeka | |
2014-03-06 | Start to write some documentation about users management | Frédéric Guillot | |
2014-03-06 | Assign existing tasks to nobody when a user is removed | Frédéric Guillot | |
2014-03-05 | Add a 'due date' field and display the number of comments on the board | Frédéric Guillot | |
2014-03-05 | Improve unit test | Frédéric Guillot | |
2014-03-05 | Merge branch 'patch-1' of github.com:toomyem/kanboard | Frédéric Guillot | |
2014-03-05 | Altered test cases for allowed user checking. | toomyem | |
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 | Admin users are not allowed for a project | toomyem | |
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 | #37 click on task to access it | rzeka | |
2014-03-04 | Add the possibility to add a description directly from the task show view | Frédéric Guillot | |
2014-03-04 | Improve comments | Frédéric Guillot | |
2014-03-04 | Added basic comments on tasks | rzeka | |
2014-03-03 | Story Points translation missing | rzeka.net | |
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-02 | Add documentations | Frédéric Guillot | |
2014-03-02 | Merge branch 'patch-1' of github.com:maggick/kanboard | Frédéric Guillot | |
2014-03-02 | Added translations for Polish language | toomyem | |
2014-03-01 | Add acl and access list for projects | Frédéric Guillot | |
2014-02-28 | Update README.markdown | Matthieu Keller | |
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-27 | Remove PHP notice | Frédéric Guillot | |
2014-02-27 | Improve session creation | Frédéric Guillot | |
2014-02-25 | Improve task limit js condition | Frédéric Guillot | |
2014-02-25 | Add task limit for each column | Frédéric Guillot | |
2014-02-24 | Add story points for tasks | Frédéric Guillot | |
2014-02-24 | Display a page not found when the data is not in the dabase anymore | Frédéric Guillot | |
2014-02-24 | Improve HTML escaping | Frédéric Guillot | |
2014-02-24 | Improve timezone pull-request and settings page | Frédéric Guillot | |
2014-02-24 | Fixed timezone warning by adding timezone config option | rzeka | |
2014-02-24 | Added missing translations | rzeka | |
2014-02-23 | Change mouse cursor for draggable items | Frédéric Guillot | |
2014-02-23 | Remove project dropdown from task edit | Frédéric Guillot | |
2014-02-23 | Add the possibility to change the assignee directly from the board | Frédéric Guillot | |
2014-02-23 | Display an error message when there is no column for a project | Frédéric Guillot | |
2014-02-23 | Add helpers for the user session and fix bug edit_user admin checkbox | Frédéric Guillot | |
2014-02-22 | Add new contributor | Frédéric Guillot | |
2014-02-22 | A few more updates in translations. | toomyem | |
There is no context for strings so sometime it is hard to guess what would be the best translation. | |||
2014-02-22 | Update for Polish translations. | toomyem | |
I've added missing translations and update a few exiting (in Polish we do not use space before and after ':' and '?'). | |||
2014-02-22 | Add kiosk mode, public board access with read-only and auto-refresh | Frédéric Guillot | |
2014-02-22 | Add a page to display completed tasks and add the completion date column for ↵ | Frédéric Guillot | |
tasks | |||
2014-02-22 | Fixed PHP notice when user's default project doesn't exist | rzeka | |
2014-02-21 | Update readme | Frédéric Guillot | |
2014-02-21 | Fix minor errors | Frédéric Guillot | |
2014-02-21 | Display HSTS headers only when HTTPS is used | Frédéric Guillot | |
2014-02-21 | Show the task description only if not empty | Frédéric Guillot | |
2014-02-21 | Fix a PHP notice | Frédéric Guillot | |
2014-02-21 | Replace Mardown parser by another one to be able to disallow markup or entities | Frédéric Guillot | |
2014-02-21 | Update readme | Frédéric Guillot | |
2014-02-21 | Update the FAQ, how to use Vagrant | Frédéric Guillot | |