aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Tag.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Change ManyToMany between entry & tagJeremy Benoist2016-06-231-1/+22
| | | | | | | | | | | | 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
* Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-041-1/+1
|
* Fix number of entries in tag/listNicolas Lœuillet2016-05-031-0/+12
| | | | Fix #2006
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+10
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-2/+2
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Remove user reference in tagJeremy Benoist2015-12-291-15/+2
| | | | Fix #1543
* add slug for tagsNicolas Lœuillet2015-12-281-0/+12
|
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-1/+1
| | | | Should fix #1498
* move some files to UserBundleNicolas Lœuillet2015-10-031-1/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+5
|
* CSJeremy Benoist2015-08-201-1/+1
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* Add basic title editionJeremy Benoist2015-06-021-0/+6
| | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* CSJeremy Benoist2015-05-301-7/+8
|
* Ability to prefix tablesJeremy2015-04-011-1/+1
| | | | Will fix #799
* add getUser on Tag entityNicolas Lœuillet2015-03-061-0/+8
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-1/+7
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-1/+11
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+10
|
* remove dumb codeNicolas Lœuillet2015-03-061-1/+3
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-1/+1
|
* rename Tags entityNicolas Lœuillet2015-02-091-0/+63
why did I delete this file? rename Tags entity rename Tags entity