summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/application-configuration.markdown3
-rw-r--r--doc/automatic-actions.markdown4
-rw-r--r--doc/board-horizontal-scrolling-and-compact-view.markdown2
-rw-r--r--doc/contributing.markdown2
-rw-r--r--doc/creating-projects.markdown7
-rw-r--r--doc/editing-projects.markdown11
-rw-r--r--doc/gantt-chart-projects.markdown1
-rw-r--r--doc/gantt-chart-tasks.markdown2
-rw-r--r--doc/index.markdown2
-rw-r--r--doc/keyboard-shortcuts.markdown12
-rw-r--r--doc/notifications.markdown2
-rw-r--r--doc/project-permissions.markdown2
-rw-r--r--doc/project-views.markdown13
-rw-r--r--doc/screenshots.markdown2
-rw-r--r--doc/sharing-projects.markdown6
-rw-r--r--doc/subtasks.markdown11
-rw-r--r--doc/update.markdown4
17 files changed, 49 insertions, 37 deletions
diff --git a/doc/application-configuration.markdown b/doc/application-configuration.markdown
index 32710a39..87929732 100644
--- a/doc/application-configuration.markdown
+++ b/doc/application-configuration.markdown
@@ -27,11 +27,12 @@ The list contains all supported timezones by your web server.
Input format used for date fields, by example the due date for tasks.
-Kanboard offer 3 different choices:
+Kanboard offer 4 different formats:
- DD/MM/YYYY
- MM/DD/YYYY (default)
- YYYY/MM/DD
+- MM.DD.YYYY
The [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format is always accepted (YYYY-MM-DD or YYYY_MM_DD).
diff --git a/doc/automatic-actions.markdown b/doc/automatic-actions.markdown
index c4e2bc4c..71dfa90a 100644
--- a/doc/automatic-actions.markdown
+++ b/doc/automatic-actions.markdown
@@ -1,7 +1,7 @@
Automatic Actions
=================
-To minimize the user interaction, Kanboard support automatic actions.
+To minimize the user interaction, Kanboard support automated actions.
Each automatic action is defined like that:
@@ -9,7 +9,7 @@ Each automatic action is defined like that:
- An action linked to this event
- Eventually there is some parameters to define
-Each project can have a different set of automatic actions, the configuration panel is located on the project listing page, just click on the link **Automatic actions**.
+Each project have a different set of automatic actions, the configuration panel is located on the project listing page, just click on the link **Automatic actions**.
Add a new action
----------------
diff --git a/doc/board-horizontal-scrolling-and-compact-view.markdown b/doc/board-horizontal-scrolling-and-compact-view.markdown
index 16d1e74c..5dc5dcc0 100644
--- a/doc/board-horizontal-scrolling-and-compact-view.markdown
+++ b/doc/board-horizontal-scrolling-and-compact-view.markdown
@@ -1,7 +1,7 @@
Horizontal scrolling and compact mode
=====================================
-When the board can't fit on your screen, an horizontal scroll bar will appear at the bottom.
+When the board cannot fit on your screen, an horizontal scroll bar will appear at the bottom.
However, it's possible to switch to the compact the view to display all columns in your screen.
diff --git a/doc/contributing.markdown b/doc/contributing.markdown
index 955ea5cd..63c56782 100644
--- a/doc/contributing.markdown
+++ b/doc/contributing.markdown
@@ -57,7 +57,7 @@ Pull-requests are always welcome, however to be accepted you have to follow thos
- The same apply for the user interface, **simplicity and efficiency**.
- Send only one pull-request per feature or bug fix, your patch will be merged into one single commit in the master branch.
- Make sure the [unit tests pass](tests.markdown).
-- Respect the [coding standards](coding-standards.makrdown).
+- Respect the [coding standards](coding-standards.markdown).
- Write maintainable code, avoid code duplication, use PHP good practices.
In any case, if you are not sure about something open a new ticket.
diff --git a/doc/creating-projects.markdown b/doc/creating-projects.markdown
index c4d80eb0..6177d161 100644
--- a/doc/creating-projects.markdown
+++ b/doc/creating-projects.markdown
@@ -9,11 +9,10 @@ Kanboard can handle multiple projects. There are two kinds of project:
Creating projects for multiple users
-------------------------------------
-- Only administrators can create those projects
+- Only administrators and project administrators can create those projects
- User management is available
-From the dashboard, click on the link **New project**.
-Then the form appears:
+From the dashboard, click on the link **New project**:
![Project creation form](http://kanboard.net/screenshots/documentation/project-creation-form.png)
@@ -28,4 +27,6 @@ Creating a private project
From the dashboard, click on the link **New private project**.
+![New private project](http://kanboard.net/screenshots/documentation/new-private-project.png)
+
Note: project names must be unique across the application.
diff --git a/doc/editing-projects.markdown b/doc/editing-projects.markdown
index c615fd53..7e0fc8ed 100644
--- a/doc/editing-projects.markdown
+++ b/doc/editing-projects.markdown
@@ -7,10 +7,9 @@ To rename a project, just click on the link "Edit project" on the left.
![Project edition](http://kanboard.net/screenshots/documentation/project-edition.png)
-Administrators can convert a private project to a multiple users project by changing the checkbox "Private project".
-You can also do the opposite action converting a multiple users project to a private project.
+- The start date and end date are used to generate the project Gantt chart
+- The description is visible as tooltip on the board and on the projects listing page
+- Administrators and project administrators can convert a private project to a multiple users project by changing the checkbox "Private project".
+- You can also convert a multiple users project to a private project.
-This checkbox **enable or disable user managements for the project**.
-
-Note: When you make a project private, all existing users will still have access to the project.
-Adjust the list of users according to your needs.
+Note: When you make a project private, all existing users will still have access to the project. Adjust the list of users according to your needs.
diff --git a/doc/gantt-chart-projects.markdown b/doc/gantt-chart-projects.markdown
index 450b8bfc..4dfe95fb 100644
--- a/doc/gantt-chart-projects.markdown
+++ b/doc/gantt-chart-projects.markdown
@@ -6,6 +6,7 @@ The goal of this Gantt chart is to display an overview of all projects based on
- This Gantt chart is available in the project management section
- Only project administrators and administrators can access to this section
- Project administrators will see only projects where they are members
+- Private projects are not shown on this chart
![Gantt Chart for all projects](http://kanboard.net/screenshots/documentation/gantt-chart-all-projects.png)
diff --git a/doc/gantt-chart-tasks.markdown b/doc/gantt-chart-tasks.markdown
index b84c8046..ca6521ad 100644
--- a/doc/gantt-chart-tasks.markdown
+++ b/doc/gantt-chart-tasks.markdown
@@ -3,7 +3,7 @@ Gantt chart for tasks
The goal of this Gantt chart is to display a time based overview of the tasks for a given project.
-- The Gantt chart is available from the the action menu
+- The Gantt chart is available from the "view switcher"
- Only project managers can access to this section
![Gantt Chart](http://kanboard.net/screenshots/documentation/gantt-chart-project.png)
diff --git a/doc/index.markdown b/doc/index.markdown
index 10db316a..0c33bfaa 100644
--- a/doc/index.markdown
+++ b/doc/index.markdown
@@ -12,7 +12,7 @@ Using Kanboard
### Using the board
-- [Board, Calendar and List views](project-views.markdown)
+- [Board, Calendar, List and Gantt views](project-views.markdown)
- [Collapsed and expanded mode](board-collapsed-expanded.markdown)
- [Horizontal scrolling and compact mode](board-horizontal-scrolling-and-compact-view.markdown)
- [Show and hide columns](board-show-hide-columns.markdown)
diff --git a/doc/keyboard-shortcuts.markdown b/doc/keyboard-shortcuts.markdown
index 959b1522..065d20c2 100644
--- a/doc/keyboard-shortcuts.markdown
+++ b/doc/keyboard-shortcuts.markdown
@@ -1,12 +1,15 @@
Keyboard shortcuts
==================
-Board/Calendar/List view
-------------------------
+Keyboard shortcuts availability depends of the page you are presently.
-- Switch to the board view = **v b**
+Project views (Board, Calendar, List, Gantt)
+--------------------------------------------
+
+- Switch to the board view = **v b** (press on **v** then **b**)
- Switch to the calendar view = **v c**
- Switch to the list view = **v l**
+- Switch to the Gantt view = **v g**
Board view
----------
@@ -19,6 +22,7 @@ Application
-----------
- Open board switcher = **b**
-- Go to the search/filter box = **f**
+- Go to the search box = **f**
+- Reset the search box = **r**
- Close dialog box = **ESC**
- Submit a form = **CTRL+ENTER** or **⌘+ENTER** \ No newline at end of file
diff --git a/doc/notifications.markdown b/doc/notifications.markdown
index f42c66cb..39512e77 100644
--- a/doc/notifications.markdown
+++ b/doc/notifications.markdown
@@ -9,7 +9,7 @@ Kanboard is able to send notifications through several channels:
- Slack
Actually, Jabber/Hipchat/Slack notifications are sent to a room or group channel because they are configured at the project level.
-However, email notifications are sent to an individual.
+However, email notifications are sent to an individual person.
User notifications
------------------
diff --git a/doc/project-permissions.markdown b/doc/project-permissions.markdown
index d4aa88e3..762ab307 100644
--- a/doc/project-permissions.markdown
+++ b/doc/project-permissions.markdown
@@ -8,7 +8,7 @@ A project can have two kinds of people: **project managers** and **project membe
When you create a new project, you are automatically assigned as a project manager.
-Kanboard administrators can access to everything but they are not necessary project members or managers. Those permissions are defined at the project level.
+Kanboard administrators can access to everything but they are not necessary project members or managers. **Those permissions are defined at the project level**.
Permissions for each role
-------------------------
diff --git a/doc/project-views.markdown b/doc/project-views.markdown
index a5e9e1f9..e1fb4c1e 100644
--- a/doc/project-views.markdown
+++ b/doc/project-views.markdown
@@ -1,7 +1,7 @@
Board, Calendar and List views
==============================
-For each project, tasks can be visualized with several views: **Board, Calendar and List**. Each view show the result of the filter box at the top. The search engine use the [advanced syntax](search.markdown).
+For each project, tasks can be visualized with several views: **Board, Calendar, List and Gantt**. Each view show the result of the filter box at the top. The search engine use the [advanced syntax](search.markdown).
Board view
----------
@@ -29,9 +29,18 @@ Calendar view
- [Learn more about calendar configuration](calendar-configuration.markdown)
List view
---------------
+----------
![List view](http://kanboard.net/screenshots/documentation/list-view.png)
- With this view all results of your search are displayed in a table.
- You can also use the keyboard shortcut **"v l"** to switch to the list view.
+
+Gantt view
+----------
+
+![Gantt view](http://kanboard.net/screenshots/documentation/gantt-view.png)
+
+- The Gantt view display tasks on a horizontal timeline
+- The start date and the due date are used to display the chart
+- For a quick access, use the keyboard shortcut: **v g**
diff --git a/doc/screenshots.markdown b/doc/screenshots.markdown
index 3ec6bc7a..419de412 100644
--- a/doc/screenshots.markdown
+++ b/doc/screenshots.markdown
@@ -22,4 +22,4 @@ On Mac OS X, you can use those shortcuts to take screenshots:
There are also several third-party applications that can be used to take screenshots with annotations and shapes.
-**Note: This feature doesn't works with all browsers.**
+**Note: This feature doesn't works with all browsers.** It doesn't work with Safari due to this bug: https://bugs.webkit.org/show_bug.cgi?id=49141
diff --git a/doc/sharing-projects.markdown b/doc/sharing-projects.markdown
index 3e72071b..17a552ce 100644
--- a/doc/sharing-projects.markdown
+++ b/doc/sharing-projects.markdown
@@ -3,8 +3,8 @@ Sharing boards and tasks
By default, boards are private but it's possible to make a board public.
-A public board can't be modified, it's a **read-only access**.
-This access is protected by a random token, only people who have the right token can see the board.
+A public board **cannot be modified, it's a read-only access**.
+This access is protected by a random token, only people who have the right url can see the board.
Public boards are automatically refreshed every 60 seconds.
Task details are also available in read-only.
@@ -32,4 +32,4 @@ When the public access is enabled, a couple of links are generated:
You can also disable the public access whenever you want.
Each time, you enable or disable the public access a new random token is generated.
-The previous links will not work anymore.
+**The previous links will not work anymore**.
diff --git a/doc/subtasks.markdown b/doc/subtasks.markdown
index 6ea67284..3c9e8350 100644
--- a/doc/subtasks.markdown
+++ b/doc/subtasks.markdown
@@ -37,11 +37,8 @@ Note: When the task is closed, all subtasks are changed to the status **Done**.
Subtask timer
-------------
-Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
-
-The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
-
-The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
-
-The task time spent is updated automatically according to the sum of all subtasks time spent.
+- Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
+- The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
+- The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
+- The task time spent is updated automatically according to the sum of all subtasks time spent.
diff --git a/doc/update.markdown b/doc/update.markdown
index d502f794..0c59a85e 100644
--- a/doc/update.markdown
+++ b/doc/update.markdown
@@ -6,7 +6,7 @@ Update
From the archive (stable version)
---------------------------------
-1. Close your session (logout)
+1. Close all sessions (logout)
2. Rename your actual Kanboard directory (to keep a backup)
3. Uncompress the new archive and copy your `data` directory to the newly uncompressed directory.
4. Copy your custom `config.php` (if you created one) to the root of the newly uncompressed directory.
@@ -18,7 +18,7 @@ From the archive (stable version)
From the repository (development version)
-----------------------------------------
-1. Close your session (logout)
+1. Close all sessions
2. `git pull`
3. `composer install`
3. Login and check if everything is ok