aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* docs/de/user/configuration.rst: German fix for tagging rules docuSven Fischer2016-10-141-1/+1
|
* Added information about tagging rules in documentationNicolas Lœuillet2016-10-143-3/+3
| | | | Fix #2060
* Merge pull request #2432 from wallabag/issue-site-configNicolas Lœuillet2016-10-121-0/+2
|\ | | | | Update ISSUE_TEMPLATE.md
| * Update ISSUE_TEMPLATE.mdJeremy Benoist2016-10-121-0/+2
|/
* Merge pull request #2429 from wallabag/lock-fos-userNicolas Lœuillet2016-10-112-5/+3
|\ | | | | Lock deps for FOSUser
| * Lock deps for FOSUserJeremy Benoist2016-10-112-5/+3
|/ | | | | We’ll wait until the final release will be out and other related project will be update to support it. Meanwhile we can safely lock to a previous version.
* Merge pull request #2422 from wallabag/typo-docNicolas Lœuillet2016-10-113-3/+6
|\ | | | | Fixed display for note in installation page
| * Fixed display for note in installation pageNicolas Lœuillet2016-10-103-3/+6
| |
* | Merge pull request #2426 from wallabag/fix-docNicolas Lœuillet2016-10-111-2/+2
|\ \ | | | | | | Fix links on english documentation homepage
| * | Fix links on english documentation homepageNicolas Lœuillet2016-10-111-2/+2
|/ /
* | Merge pull request #2420 from wallabag/redis-testsNicolas Lœuillet2016-10-102-0/+2
|\ \ | |/ |/| Avoid error when Redis isn't here in tests
| * Avoid error when Redis isn't here in testsJeremy Benoist2016-10-102-0/+2
| |
* | Merge pull request #2403 from wallabag/cleanup-install-process-in-docJeremy Benoist2016-10-1024-125/+325
|\ \ | |/ |/| Cleaned up documentation for installation process
| * Added steps about Redis/RabbitMQ activationNicolas Lœuillet2016-10-106-0/+24
| |
| * Fixed links on import pageNicolas Lœuillet2016-10-102-4/+4
| |
| * Use table for parameters.ymlJeremy Benoist2016-10-101-46/+48
| |
| * Added page about parameters.ymlNicolas Lœuillet2016-10-104-5/+53
| |
| * Add -dev versionJeremy Benoist2016-10-101-0/+1
| | | | | | Following https://github.com/wallabag/wallabag/pull/2417
| * Typos in upgrade docNicolas Lœuillet2016-10-101-3/+29
| |
| * Update upgrade documentationNicolas Lœuillet2016-10-102-21/+11
| |
| * Update documentationNicolas Lœuillet2016-10-109-28/+30
| |
| * Added documentation about testsuiteNicolas Lœuillet2016-10-108-5/+46
| | | | | | | | Fix #2415
| * Update RELEASE_PROCESS.mdJeremy Benoist2016-10-101-13/+13
| |
| * Update README.mdJeremy Benoist2016-10-101-4/+4
| |
| * Changed the default command when we launch makeNicolas Lœuillet2016-10-091-0/+2
| |
| * Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-094-26/+39
| |
| * Update MakefileNicolas Lœuillet2016-10-091-23/+14
| |
| * Update MakefileNicolas Lœuillet2016-10-091-11/+34
| |
| * First draft for MakefileNicolas Lœuillet2016-10-092-6/+47
| |
| * update German installation.rstStrubbl2016-10-081-2/+2
| |
| * update German installation.rstStrubbl2016-10-081-4/+3
| |
| * Chmoded install.shNicolas Lœuillet2016-10-081-0/+0
| |
| * Cleaned up documentation for installation processNicolas Lœuillet2016-10-087-80/+77
| |
* | Merge pull request #2419 from wallabag/fix-twitter-cardsNicolas Lœuillet2016-10-101-0/+1
|\ \ | | | | | | Fixed Twitter Cards by adding a description tag
| * | Fixed Twitter Cards by adding a description tagNicolas Lœuillet2016-10-101-0/+1
|/ /
* | Merge pull request #2418 from wallabag/add-twitter-cardsNicolas Lœuillet2016-10-101-3/+7
|\ \ | | | | | | Added support of Twitter Cards for public articles
| * | Added support of Twitter Cards for public articlesNicolas Lœuillet2016-10-101-3/+7
|/ /
* | Merge pull request #2417 from wallabag/version-devNicolas Lœuillet2016-10-101-1/+1
|\ \ | | | | | | Define a dev version for the master
| * | Define a dev version for the masterJeremy Benoist2016-10-101-1/+1
|/ / | | | | This is to be sure that user testing wallabag from the master will have the version defined as dev.
* | Merge pull request #2411 from wallabag/fix-entitiesNicolas Lœuillet2016-10-102-2/+2
|\ \ | | | | | | Fix entities definition
| * | Fix entities definitionJeremy Benoist2016-10-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | As per Doctrine said in the debug tool bar: - The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute. - The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute.
* | | Merge pull request #2414 from szafranek/bugfix-bookmarkletJeremy Benoist2016-10-101-1/+1
|\ \ \ | | | | | | | | Remove automatic closing of the window from bookmarklet
| * | | Remove automatic closing of the window from bookmarkletKrzysztof Szafranek2016-10-091-1/+1
| |/ /
* | | Merge pull request #2413 from wallabag/sub-command-verboseJeremy Benoist2016-10-101-7/+10
|\ \ \ | | | | | | | | When a sub command fail, display error message
| * | | When a sub command fail, display error messageJeremy Benoist2016-10-091-7/+10
|/ / / | | | | | | | | | | | | | | | We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”. Using the `BufferedOutput` we can store the output and only display it if an error occurs.
* | | Merge pull request #2410 from wallabag/tag-optimNicolas Lœuillet2016-10-0915-47/+104
|\ \ \ | |/ / |/| | Optimize tag list display
| * | CSJeremy Benoist2016-10-091-1/+2
| | |
| * | Optimize the way tag list is renderedJeremy Benoist2016-10-0913-45/+92
| | | | | | | | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
| * | Avoid tag duplication when tagging all articlesJeremy Benoist2016-10-091-1/+7
| | | | | | | | | | | | | | | Mostly when the tag doesn’t yet exist. It was created each time it matche the rule… glups.
| * | Add more log to tag:allJeremy Benoist2016-10-091-1/+4
|/ /