aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user
Commit message (Collapse)AuthorAgeFilesLines
* manage assets through npmThomas Citharel2016-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* new details in the doc about the rgihts access again;)Olivier Demah2016-05-071-0/+23
|
* Prepare wallabag 2.0.4Nicolas Lœuillet2016-05-071-1/+1
|
* Change documentation about Pocket importNicolas Lœuillet2016-05-051-1/+1
| | | | Fix wallabag/docker#8
* Fix lighttpd documentationNicolas Lœuillet2016-05-041-11/+10
|
* Move some parts in FAQNicolas Lœuillet2016-05-035-72/+29
|
* Add LigHTTPd documentationNicolas Lœuillet2016-05-031-3/+42
| | | | Fix #1931
* Update documentationNicolas Lœuillet2016-05-032-12/+76
|
* same with frThomas Citharel2016-04-301-1/+1
|
* fixed typoOlivier Demah2016-04-261-2/+2
|
* Rights access to the folder of the projectOlivier Demah2016-04-261-0/+28
|
* Add FAQ page in documentationNicolas Lœuillet2016-04-231-0/+10
|
* Prepare release 2.0.3Nicolas Lœuillet2016-04-221-1/+1
|
* Prepare release 2.0.2Nicolas Lœuillet2016-04-191-1/+1
|
* Fix doc linksJeremy Benoist2016-04-122-6/+4
|
* Prepare release 2.0.1Nicolas Lœuillet2016-04-111-1/+1
|
* Fix typo in french documentationNicolas Lœuillet2016-04-101-1/+1
|
* Add documentation about importing large file into nginxNicolas Lœuillet2016-04-101-1/+5
| | | | Fix #1849: configuration to avoid 413 Request Entity Too Large.
* Merge pull request #1824 from wallabag/v2-alternative-envJeremy Benoist2016-04-081-0/+5
|\ | | | | Remove SMTP configuration environment overrides
| * Add documentationNicolas Lœuillet2016-04-081-0/+5
| |
* | Add production environment for CLI importNicolas Lœuillet2016-04-051-1/+1
| |
* | Documentation about wallabag v1 CLI importNicolas Lœuillet2016-04-051-0/+22
| |
* | :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-031-6/+6
|/
* add migration docsThomas Citharel2016-03-271-0/+40
|
* Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-2/+1
|
* Translation and documentationNicolas Lœuillet2016-03-141-0/+6
|
* clarify that wllbg is compatible php 7Thomas Citharel2016-03-111-1/+1
|
* git clone with prefer-dist optionNicolas Lœuillet2016-03-101-1/+4
|
* Finally back to composer create-project but with --keep-vcs optionNicolas Lœuillet2016-03-101-5/+1
|
* Add -o option in composer install commandNicolas Lœuillet2016-03-101-1/+1
|
* French documentation for new installationNicolas Lœuillet2016-03-101-1/+5
|
* Documentation about filters (and some fixes in french documentationNicolas Lœuillet2016-03-038-12/+60
|
* Merge pull request #1740 from goofy-bz/patch-6Nicolas Lœuillet2016-03-011-15/+15
|\ | | | | minor typofix again
| * fixing previous stuff and moregoofy-bz2016-03-011-1/+1
| |
| * minor fixgoofy-bz2016-03-011-12/+12
| | | | | | adding non-breaking spaces here and there + small piece of translation and relevant French link
| * minor typofix againgoofy-bz2016-02-291-6/+6
| |
* | Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-291-1/+1
|/
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-10/+10
|
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-0/+25
| | | | + Documentation about annotations
* Merge pull request #1710 from wallabag/v2-message-graby-failsJeremy Benoist2016-02-241-0/+27
|\ | | | | Fix #811: Display a human message when graby fails to fetch articles
| * Added documentation about errors during fetchingNicolas Lœuillet2016-02-221-0/+27
| |
* | typos in french documentationNicolas Lœuillet2016-02-222-2/+2
|/
* typo in french documentationNicolas Lœuillet2016-02-211-2/+2
|
* fix typosThomas Citharel2016-02-211-4/+4
|
* improve installation documentationThomas Citharel2016-02-211-6/+126
|
* Documentation for wallabag installationNicolas Lœuillet2016-02-211-0/+23
|
* import and first article french translationsNicolas Lœuillet2016-02-202-0/+151
|
* french translation for login docNicolas Lœuillet2016-02-203-0/+27
|
* download articles in frenchNicolas Lœuillet2016-02-202-1/+18
|
* create account in frenchNicolas Lœuillet2016-02-201-0/+46
|