Update Changelog, contributors list and doc
This commit is contained in:
parent
7719703dce
commit
3384ba49fa
|
|
@ -14,9 +14,11 @@ Contributors:
|
|||
- [Anton](https://github.com/tester22)
|
||||
- [Ashbike](https://github.com/ashbike)
|
||||
- [Ashish Kulkarni](https://github.com/ashkulz)
|
||||
- [António Pereira](https://github.com/Shaxine)
|
||||
- [Biniou180](https://github.com/Biniou180)
|
||||
- [Bitcoin 333](https://github.com/bitcoin333)
|
||||
- [Busfreak](https://github.com/Busfreak)
|
||||
- [Carlos Ferreira](https://github.com/acs-ferreira)
|
||||
- [Christian González](https://github.com/nerdoc)
|
||||
- [Christopher Geelen](https://github.com/cdgeelen)
|
||||
- [Chorgroup](https://github.com/chorgroup)
|
||||
|
|
@ -32,9 +34,11 @@ Contributors:
|
|||
- [Damian](https://github.com/dromek)
|
||||
- [Daniel Raknes](https://github.com/danielraknes)
|
||||
- [David-Norris](https://github.com/David-Norris)
|
||||
- [Diego Betto](https://github.com/diego-betto)
|
||||
- [Dmitry](https://github.com/dmkcv)
|
||||
- [Dj Padzensky](https://github.com/djpadz)
|
||||
- [Draza (bdpsoft)](https://github.com/bdpsoft)
|
||||
- [erpnedir](https://github.com/erpnedir)
|
||||
- [Eskiso](https://github.com/eSkiSo)
|
||||
- [Esteban Monge](https://github.com/EstebanMonge)
|
||||
- [Eugene (JohnBat26)](https://github.com/JohnBat26)
|
||||
|
|
@ -46,6 +50,7 @@ Contributors:
|
|||
- [Floaltvater](https://github.com/floaltvater)
|
||||
- [Gavlepeter](https://github.com/gavlepeter)
|
||||
- [Gerardo Zamudio](https://github.com/gerardozamudio)
|
||||
- [Girish Ramakrishnan](https://github.com/gramakri)
|
||||
- [Goofy](https://github.com/goofy-bz)
|
||||
- [Hairetdin](https://github.com/hairetdin)
|
||||
- [Hendrik Stocker](https://github.com/hendrik-stoker)
|
||||
|
|
@ -58,8 +63,9 @@ Contributors:
|
|||
- [Jeff Guillou](https://github.com/jf-guillou)
|
||||
- [Jesusaplsoft](https://github.com/jesusaplsoft)
|
||||
- [Jesús Marín](https://github.com/alu0100502114)
|
||||
- [Jonas Oliveira Francisco](https://github.com/jonasof)
|
||||
- [Jules Verhaeren](https://github.com/julesverhaeren)
|
||||
- [JunglaCODE]https://github.com/junglaCODE)
|
||||
- [JunglaCODE](https://github.com/junglaCODE)
|
||||
- [Karol J](https://github.com/dzudek)
|
||||
- [Kiswa](https://github.com/kiswa)
|
||||
- [Kralo](https://github.com/kralo)
|
||||
|
|
@ -85,6 +91,7 @@ Contributors:
|
|||
- [Moraxy](https://github.com/moraxy)
|
||||
- [Muhaimin](https://github.com/infacq)
|
||||
- [Nala Ginrut](https://github.com/NalaGinrut)
|
||||
- [Napier](https://github.com/napiera)
|
||||
- [Nekohayo](https://github.com/nekohayo)
|
||||
- [Ngtech](https://github.com/ngtech)
|
||||
- [Nicolas Lœuillet](https://github.com/nicosomb)
|
||||
|
|
@ -106,6 +113,7 @@ Contributors:
|
|||
- [Perburn](https://github.com/perburn)
|
||||
- [Peripatetic-sojourner](https://github.com/peripatetic-sojourner)
|
||||
- [Petja Touru](https://github.com/Petja)
|
||||
- [PhilLAL](https://github.com/PhilLAL)
|
||||
- [Pierre-Alexis de Solminihac](https://github.com/pa-de-solminihac)
|
||||
- [Piotr Zęgota](https://github.com/ZegalPL)
|
||||
- [Rafaelrossa](https://github.com/rafaelrossa)
|
||||
|
|
@ -132,6 +140,7 @@ Contributors:
|
|||
- [Torsten](https://github.com/misterfu)
|
||||
- [Troloo](https://github.com/troloo)
|
||||
- [Typz](https://github.com/Typz)
|
||||
- [Valentino Pistis](https://github.com/vpistis)
|
||||
- [Vedovator](https://github.com/vedovator)
|
||||
- [Vitaliy S. Orlov](https://github.com/orlov0562)
|
||||
- [Vladimir Babin](https://github.com/Chiliec)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ New features:
|
|||
* Add personal API access token for users
|
||||
* Rewrite of Markdown editor (remove CodeMirror)
|
||||
* Suggest menu for task ID and user mentions in Markdown editor
|
||||
* Add config parameter to disable automatic SQL migrations
|
||||
|
||||
Improvements:
|
||||
|
||||
|
|
@ -15,6 +16,11 @@ Improvements:
|
|||
* Replace notifications Javascript code by CSS
|
||||
* Refactoring of user mentions job
|
||||
* Remove Nitrous installer
|
||||
* Update translations
|
||||
* Rewrite some components in Vanilla Javascript
|
||||
* Started Javascript code refactoring to avoid to much dependencies on jQuery
|
||||
* Remove dependency on VueJS and CoreMirror
|
||||
* Add P3P headers to avoid potential issues with IE
|
||||
|
||||
Breaking changes:
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ Default method (HTTP Basic)
|
|||
|
||||
### User credentials
|
||||
|
||||
- Use the real username and password
|
||||
- Username: username
|
||||
- Password: user password or personal access token
|
||||
|
||||
The API use the [HTTP Basic Authentication Scheme described in the RFC2617](http://www.ietf.org/rfc/rfc2617.txt).
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ There are two types of API access:
|
|||
### User API
|
||||
|
||||
- Access to the API with the user credentials (username and password)
|
||||
- You can also generate a personal access token instead of your password
|
||||
- Application role and project permissions are checked for each procedure
|
||||
- A user session is created on the server
|
||||
- Example of possible clients: native mobile/desktop application, command line utility, etc...
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ Utiliser Kanboard
|
|||
- [Créer des tâches par email](create-tasks-by-email.markdown)
|
||||
- [Sous-tâches](subtasks.markdown)
|
||||
- [Analytique des tâches](analytics-tasks.markdown)
|
||||
- [Mentionner les utilisateurs](user-mentions.markdown)
|
||||
|
||||
### Travailler avec les utilisateurs
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
Mentionner les utilisateurs
|
||||
===========================
|
||||
|
||||
Kanboard offre la possibilité d'envoyer des notifications lorsque quelqu'un est mentionné.
|
||||
|
||||
Si vous avez besoin d'obtenir l'attention de quelqu'un dans un commentaire ou une tâche, utilisez le symbole @ suivi de l'identifiant de l'utilisateur.
|
||||
Kanboard va automatiquement suggérer une liste d'utilisateurs :
|
||||
|
||||

|
||||
|
||||
- Pour le moment, cette fonctionnalité est activée uniquement pour la description des tâches et les commentaires
|
||||
- Cela fonctionne seulement lors de la création des tâches ou commentaires
|
||||
- Pour être mentionné, les utilisateurs doivent être membres du projet
|
||||
|
|
@ -1,6 +1,28 @@
|
|||
Plugin Registration
|
||||
===================
|
||||
|
||||
Project skeleton generator
|
||||
--------------------------
|
||||
|
||||
You can use `cookiecutter` to create the project structure of your plugin automatically.
|
||||
|
||||
Install Cookiecutter:
|
||||
|
||||
```bash
|
||||
pip install -U cookiecutter
|
||||
```
|
||||
|
||||
Run Kanboard cookiecutter:
|
||||
|
||||
```bash
|
||||
cookiecutter gh:kanboard/cookiecutter-plugin
|
||||
plugin_name [My Plugin]: Some Plugin
|
||||
plugin_namespace [MyPlugin]: SomePlugin
|
||||
plugin_author [Plugin Author]: Me
|
||||
plugin_description [My plugin is awesome]:
|
||||
plugin_homepage [https://github.com/kanboard/plugin-myplugin]:
|
||||
```
|
||||
|
||||
Directory structure
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
|
|
@ -6,7 +6,7 @@ Kanboard offers the possibility to send notifications when someone is mentioned.
|
|||
If you need to get the attention of someone in a comment or in a task, use the @ symbol followed by their username.
|
||||
Kanboard will automatically suggest a list of users:
|
||||
|
||||

|
||||

|
||||
|
||||
- At the moment, only the task description and the comment text area have this feature enabled.
|
||||
- The user mentions works only during tasks and comments creation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue