Commit Graph

2851 Commits

Author SHA1 Message Date
Frederic Guillot
4785174e43 Duplicate a project with tasks will copy the new tasks in the same columns 2015-10-07 19:01:08 -04:00
Frederic Guillot
6dba53317c Convert translation file to UTF-8 2015-10-07 18:06:51 -04:00
Frederic Guillot
f3f438a3ff Repeat column headers for each swimlane 2015-10-06 21:51:10 -04:00
Frederic Guillot
28a4c86f7a Add sql dump of settings table 2015-10-06 20:01:34 -04:00
Frederic Guillot
be2885f68f Merge pull-request #1322 2015-10-06 19:36:27 -04:00
Janyk Steenbeek
7c4d8738ee Changed NL translation of 'Remaining'
I personally think Resterend fits in better then Restant because its fits better in the sentence. Please let me know if you prefer a different approach.
2015-10-06 12:02:08 +02:00
Timo Litzbarski
fd02f47d16 German Translation fix @nochso 2015-10-06 09:48:49 +00:00
Frederic Guillot
ca62d68788 Add Mysql and Postgres schema (SQL dump) 2015-10-05 22:10:25 -04:00
Jan Wagner
d85741a3a1 .htaccess: Add compatibility for apache 2.4 2015-10-05 22:46:30 +02:00
Timo Litzbarski
575363d4c5 German Translation 2015-10-05 10:01:31 +00:00
Frederic Guillot
92cf7f4df6 Fix a couple of issues for PHP 7.0 2015-10-03 21:44:26 -04:00
Frederic Guillot
c9e3178720 Fix issue when unlinking Gitlab account 2015-10-03 18:22:06 -04:00
Frederic Guillot
260c8515c5 Add more unit tests 2015-10-03 17:21:29 -04:00
Frederic Guillot
d7c0fabcb7 Add unit test for FileStorage 2015-10-03 15:55:20 -04:00
Frederic Guillot
aeab662d65 Fix bug with due date greater than year 2038
See: https://en.wikipedia.org/wiki/Year_2038_problem
2015-10-03 14:09:52 -04:00
Frederic Guillot
a41d580a46 Reduce font size for board toolbar 2015-10-03 12:28:56 -04:00
Frederic Guillot
a58661f9a6 Sync locales 2015-10-03 12:22:34 -04:00
Frederic Guillot
d67d7c54e6 Add web notifications 2015-10-03 12:09:27 -04:00
Frederic Guillot
4a26dffaaf Add config parameter to enable/disable Syslog 2015-10-02 22:14:01 -04:00
Frederic Guillot
264b552603 Add custom filters (refactoring of pull-request #1312) 2015-10-02 21:58:00 -04:00
Frederic Guillot
370361330a Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links 2015-10-01 09:46:34 -04:00
Frederic Guillot
792d5a20bc Make sure there is always a trailing slash for application_url 2015-09-30 22:21:35 -04:00
Frederic Guillot
8970fba41f Do not show the checkbox "Show default swimlane" when there is no active swimlanes 2015-09-30 22:12:20 -04:00
Frederic Guillot
4110e82314 Merge pull-request #1303 2015-09-30 21:53:50 -04:00
mfoucrier
ca5d84a18e Update translations.php 2015-09-30 11:09:07 +02:00
Max Kamashev
cabcdc9d9e Merge branch 'master' of https://github.com/fguillot/kanboard into 1245_bug_with_subtask_timer 2015-09-30 09:19:33 +03:00
Max Kamashev
930406bf70 refs #1245 - Renamed argument 2015-09-30 09:19:19 +03:00
Frederic Guillot
f0a09a075b Merge pull-request #1297 2015-09-29 20:34:49 -04:00
goofy-bz
abfc69616d minor typofix 2015-09-29 17:45:01 +02:00
xavier.vidal
118f265c11 Merge branch 'master' into project_name_in_task_links
* master:
  ajout captures pour les vues
  essai intégration image
  Append filters instead of replacing value for users and categories dropdowns
  Do not show empty swimlanes in public view
  Show complexity sum across all swimlanes
  Show number of tasks for each column across all swimlanes
  Fix regression (css)
  Change swimlane layout to save space on the screen
  Add the possibility to set/unset max column height (scrolling)
  settings chapter
  Add getPluginHomepage()
  Add page to show the list of plugins
  Do not use preventDefault() with .close-popover when there is no popover opened
  Show "Open this task" in dropdown menu for closed tasks
  Add contributor
  Update app.css
  Update popover.css
  Show assignee on card only when someone is assigned
2015-09-29 09:46:02 +02:00
Frederic Guillot
58c74b80d2 Append filters instead of replacing value for users and categories dropdowns 2015-09-26 21:48:48 -04:00
Frederic Guillot
66514aa530 Do not show empty swimlanes in public view 2015-09-26 21:14:04 -04:00
Frederic Guillot
0b1da8d61c Show complexity sum across all swimlanes 2015-09-26 20:58:13 -04:00
Frederic Guillot
6c03925f23 Show number of tasks for each column across all swimlanes 2015-09-26 20:41:14 -04:00
Frederic Guillot
625a84d174 Fix regression (css) 2015-09-26 19:56:51 -04:00
Frederic Guillot
16e14b76a6 Change swimlane layout to save space on the screen 2015-09-26 19:04:58 -04:00
Frederic Guillot
53f4b41008 Add the possibility to set/unset max column height (scrolling) 2015-09-26 18:10:00 -04:00
Frederic Guillot
1fca5e721a Add getPluginHomepage() 2015-09-26 16:05:06 -04:00
Frederic Guillot
9ca4b43a97 Add page to show the list of plugins 2015-09-26 15:57:39 -04:00
Frederic Guillot
02106b4747 Show "Open this task" in dropdown menu for closed tasks 2015-09-26 15:03:15 -04:00
Frederic Guillot
040864863f Show assignee on card only when someone is assigned 2015-09-25 20:12:34 -04:00
xavier.vidal
f6c1984bdd Show project name in task links tooltip 2015-09-25 17:20:06 +02:00
xavier.vidal
2aa28a01d6 Show project name in task links 2015-09-25 17:16:34 +02:00
Max Kamashev
cb8211ab8b refs #1245 - Hotfix logical error 2015-09-24 12:35:55 +03:00
Max Kamashev
3f5b636c99 Merge branch 'master' of https://github.com/ukko/kanboard into 1245_bug_with_subtask_timer 2015-09-24 12:07:40 +03:00
Max Kamashev
5b2e49d294 refs #1245 - Subtask - Added option to events to avoid recursive calls 2015-09-24 12:06:02 +03:00
Frederic Guillot
5be5205629 Change interface for objectStorage 2015-09-23 21:22:03 -04:00
Frederic Guillot
25b9e90ef3 Do not check anymore data folder permissions
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions.
2015-09-23 20:59:21 -04:00
Frederic Guillot
2af45250c4 Add config parameter PLUGINS_DIR 2015-09-22 21:27:02 -04:00
Frederic Guillot
9523ff44c0 Allow to extend automatic actions from plugins 2015-09-22 21:17:50 -04:00