aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2016-09-251-1/+1
|
* Fix tags count in menuJeremy Benoist2016-09-251-18/+10
| | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+3
|
* Add tests for tag list routesNicolas Lœuillet2016-08-231-1/+5
|
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-0/+40
|
* Fix tags listingNicolas Lœuillet2016-05-021-1/+1
| | | | | Fix #1994 * Remove unused method in tag repository
* Redirect to homepage if referer is nullNicolas Lœuillet2016-04-151-1/+3
| | | | Fix #1924
* Convert array + phpDocJeremy Benoist2016-04-121-5/+6
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Simplify tag creation from entryJeremy Benoist2016-03-271-20/+6
| | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
* Split tags with commas from UINicolas Loeuillet2016-03-211-2/+8
|
* Add flashes messagesJeremy Benoist2016-03-201-1/+1
|
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+20
|
* Update bundle & stock fileJeremy Benoist2016-01-151-1/+1
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-2/+2
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Remove user reference in tagJeremy Benoist2015-12-291-7/+5
| | | | Fix #1543
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
|
* CSJeremy Benoist2015-08-201-2/+1
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* unit testNicolas Lœuillet2015-08-071-2/+0
|
* Add tags list displayNicolas Lœuillet2015-08-071-0/+33