aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user
Commit message (Collapse)AuthorAgeFilesLines
* Added details about upgrade from 2.1.x or 2.2.0Nicolas Lœuillet2017-01-311-0/+9
|
* Fixed duplicate entry for share_public in craue_setting_tableNicolas Lœuillet2017-01-301-0/+105
|
* Added indexes on is_archived and is_starredNicolas Lœuillet2017-01-272-0/+87
|
* Moved queries in a separate fileNicolas Lœuillet2017-01-252-2/+799
|
* Added information about latest migrationsNicolas Lœuillet2017-01-231-1/+1
|
* Added french translationNicolas Lœuillet2017-01-231-29/+53
|
* Merge pull request #2616 from mathieui/doc-https-linksJeremy Benoist2016-12-192-4/+4
|\ | | | | Change documentation links to HTTPS
| * Change documentation links to HTTPSmathieui2016-11-202-4/+4
| | | | | | | | | | | | Even though all the websites used in the commands redirect http to https, a man in the middle can happen with the initial request, leading to arbitrary code execution.
* | Add ability to use Redis with passwordJeremy Benoist2016-11-201-0/+2
| |
* | Add documentation about RSS pagingJeremy Benoist2016-11-201-0/+3
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-1919-346/+474
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Reordered :fr: documentationNicolas Lœuillet2016-11-1717-341/+467
| |
| * Added help on config screenNicolas Lœuillet2016-11-172-5/+3
| |
| * fix #2582 - Nginx config: disable all other PHP file from symphonyOlivier DOSSMANN2016-11-141-0/+6
| | | | | | | | | | | | | | Regarding https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/ we need to limit access to config.php and make_dev.php files from Nginx. That's why we return 404 error page for these files.
| * Updated default parameters.yml file in documentationNicolas Lœuillet2016-11-061-0/+3
| |
| * Update the upgrade documentationNicolas Lœuillet2016-11-051-6/+1
| |
| * Prepare wallabag 2.1.3 :rocket:Nicolas Lœuillet2016-11-041-2/+2
| |
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+5
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+9
| | | | | | | | Fix #496
* | Add docJeremy Benoist2016-11-061-0/+16
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+7
|\|
| * Update faq.rstJeremy Benoist2016-11-021-1/+1
| |
| * Added more info about Doctrine / PHP bugNicolas Lœuillet2016-11-021-0/+2
| |
| * Added documentation about failed to load external entity errorNicolas Lœuillet2016-11-021-0/+5
| | | | | | | | Fix #2529
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-246-23/+117
|\|
| * Added :fr: documentation for wallabag backupNicolas Lœuillet2016-10-221-0/+26
| |
| * Removed MD5 hash in documentationNicolas Lœuillet2016-10-171-1/+1
| |
| * Merge pull request #2446 from wallabag/fix-taggingrules-docNicolas Lœuillet2016-10-151-1/+1
| |\ | | | | | | Added information about tagging rules in documentation
| | * Added information about tagging rules in documentationNicolas Lœuillet2016-10-141-1/+1
| | | | | | | | | | | | Fix #2060
| * | Merge pull request #2435 from wallabag/french-upgrade-docNicolas Lœuillet2016-10-133-22/+40
| |\ \ | | | | | | | | Added french documentation for upgrade
| | * | Added french documentation for upgradeNicolas Lœuillet2016-10-123-22/+40
| | |/
| * / Added french documentation for parameters.ymlNicolas Lœuillet2016-10-121-0/+50
| |/
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-112-20/+21
|\|
| * Fixed display for note in installation pageNicolas Lœuillet2016-10-101-1/+2
| |
| * Fixed links on import pageNicolas Lœuillet2016-10-101-2/+2
| |
| * Update documentationNicolas Lœuillet2016-10-101-3/+2
| |
| * Added documentation about testsuiteNicolas Lœuillet2016-10-101-0/+3
| | | | | | | | Fix #2415
| * Cleaned up documentation for installation processNicolas Lœuillet2016-10-081-16/+14
| |
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+2
|/ | | | Added translations and documentation
* Added link to fivefilters websiteNicolas Lœuillet2016-10-071-2/+2
|
* Fixed reviewNicolas Lœuillet2016-10-071-1/+1
|
* Added documentation about siteconfig fixNicolas Lœuillet2016-10-071-3/+15
| | | | Found in #2358, thank you @j0k3r
* Update md5 hash for packageNicolas Lœuillet2016-10-042-2/+2
|
* Prepare wallabag 2.1.1Nicolas Lœuillet2016-10-042-3/+3
|
* Merge pull request #2353 from wallabag/assets-fixThomas Citharel2016-10-042-2/+2
|\ | | | | Basically, fix everything
| * Update docJeremy Benoist2016-10-042-2/+2
| | | | | | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
* | Add php-bcmath extension to requirementsZayon2016-10-031-0/+1
|/ | | | Fix issue #2342
* Ensure cache is clear before upgradingJeremy Benoist2016-10-032-0/+2
| | | | If we changed some namespace / classes, we need to refresh the cache before anything else.
* Re-add wallabag:installJeremy Benoist2016-10-031-0/+1
|
* Update md5 hash for wallabag 2.1.0Nicolas Lœuillet2016-10-032-2/+2
|