Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Improve pull-request | Frederic Guillot | |
2015-03-10 | Merge pull-request #699 | Frederic Guillot | |
2015-03-09 | Bust subtask title max length to 255 characters | Frederic Guillot | |
2015-03-09 | Merge pull-request #697 | Frederic Guillot | |
2015-03-09 | Merge pull-request #700 | Frederic Guillot | |
2015-03-09 | Lowercase filename | Frederic Guillot | |
2015-03-09 | Add user timetables | Frederic Guillot | |
2015-03-09 | Adding CHF to the list of Euro currencies | Olivier Paroz | |
2015-03-07 | Add user cost | Frederic Guillot | |
2015-03-07 | add image thumbnail to task detail view, add icons to common file ↵ | BlueTeck | |
extensions, better layout in task attachments | |||
2015-03-06 | Edit subtask with title maxlength 100. | Oliver Kraitschy | |
2015-03-06 | Create subtask with title maxlength 100. | Oliver Kraitschy | |
2015-03-05 | Add config parameter for custom database port | Frederic Guillot | |
2015-03-04 | Merge pull-request 665 | Frederic Guillot | |
2015-03-04 | Merge pull-request #691 | Frederic Guillot | |
2015-03-04 | Fix typos | Frederic Guillot | |
2015-03-04 | Escape markdown code in column tooltips. | Francois Ferrand | |
This is needed to avoid issues when the code contains quotes. | |||
2015-03-03 | Add missing swimlane REST API | Francois Ferrand | |
Missing API to retrieve extra details were missing: getSwimlane($project_id, $name) getAllSwimlanes($project_id) | |||
2015-03-02 | preview images in taskview | BlueTeck | |
2015-03-01 | Add api procedure to get the application version | Frederic Guillot | |
2015-03-01 | Translate chosen selects | Frederic Guillot | |
2015-03-01 | Integrate Turkish language | Frederic Guillot | |
2015-03-01 | Merge pull-request #681 | Frederic Guillot | |
2015-03-01 | Add subtask position | Frederic Guillot | |
2015-03-02 | Turkish translation | creador | |
Added Turkish translation | |||
2015-02-28 | Rename subtasks and files tables | Frederic Guillot | |
2015-02-28 | Improve toggle compact/horizontal scrolling view | Frederic Guillot | |
2015-02-28 | Merge pull-request #675 | Frederic Guillot | |
2015-02-28 | Merge pull-request #678 | Frederic Guillot | |
2015-02-28 | updated, some case fix | crash5 | |
2015-02-28 | Update translations.php | gavlepeter | |
2015-02-28 | Added a menu item and short key 'c' to toggle board view. View modes are ↵ | ashbike | |
compact (tries to stuff all columns in the window) and wide (scrollbar appears) | |||
2015-02-27 | Improve pull-request | Frederic Guillot | |
2015-02-27 | Merge pull-request #670 | Frederic Guillot | |
2015-02-26 | Fixed issues with all class reset, resulting to lots of mess. | ashbike | |
2015-02-25 | Add REST api to manage actions. | Francois Ferrand | |
2015-02-25 | Avoid re-layout when displaying the page. | Francois Ferrand | |
Use <span>/<span> instead of <ul>/<il> for task menu anchor, to avoid flickering items when the menus are created. | |||
2015-02-25 | A small patch which enables scroll view toggling. | ashbike | |
If there are many columns, the board adds a horizontal scrollbar. However, This looses the full board visibility. Now there is a menu item on the Board, Action > Toggle view which switches. This can also be toggled by 'c' keypress. | |||
2015-02-24 | Merge pull-request #661 | Frederic Guillot | |
2015-02-24 | Merge pull-request #659 | Frederic Guillot | |
2015-02-24 | Use single quotes for attributes with Markdown/HTML content to avoid browser ↵ | Frederic Guillot | |
bugs | |||
2015-02-24 | Merge pull-request #657 | Frederic Guillot | |
2015-02-24 | Merge pull-request #656 | Frederic Guillot | |
2015-02-24 | Merge pull-request #655 | Frederic Guillot | |
2015-02-24 | Added my german article series about Kanboard | demaya | |
2015-02-24 | Tweak to limit flickering when Chosen replaces the SELECT fields. | Francois Ferrand | |
2015-02-24 | Use same tooltips for column description and task footer. | Francois Ferrand | |
2015-02-24 | Add project description field. | Francois Ferrand | |
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 | Display footer icons left of text. | Francois Ferrand | |
This is consistent with the due date indicator, and needed to avoid confusion between the due date and the following number of comments/tasks/... IMHO this also feels slightly more natural :-) | |||
2015-02-24 | Add REST api to manage swimlanes. | Francois Ferrand | |