aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed commentJeremy Benoist2015-12-291-9/+3
* Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-293-10/+53
* Cleanup testsJeremy Benoist2015-12-292-6/+1
* Fix parameters regarding documentationJeremy Benoist2015-12-291-2/+2
* Remove user reference in tagJeremy Benoist2015-12-2913-99/+123
* Don't redirect to the content page after deletionJeremy Benoist2015-12-282-2/+58
* Entry data should have unique urlJeremy Benoist2015-12-281-6/+6
* Add test on tagAllForUserJeremy Benoist2015-12-282-1/+26
* Avoid multiple tag creationJeremy Benoist2015-12-283-0/+69
* add slug for tagsNicolas Lœuillet2015-12-281-0/+12
* php csNicolas Lœuillet2015-12-088-37/+31
* changed table name for tagging ruleNicolas Lœuillet2015-12-081-1/+1
* Merge pull request #1478 from K-Phoen/rule-based-tagsJeremy Benoist2015-12-0622-7/+1133
|\
| * Fix tagging rules orderingKévin Gomez2015-11-291-0/+1
| * Clean the tagging rule creation formKévin Gomez2015-11-162-3/+3
| * Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
| * Add a quick testKévin Gomez2015-11-133-1/+44
| * Document the matches operator in the FAQKévin Gomez2015-11-131-2/+7
| * Add phpdoc for all Matches implementationsKévin Gomez2015-11-132-0/+20
| * Add matches operatorKévin Gomez2015-11-134-1/+37
| * Improve the tagging rules documentationKévin Gomez2015-11-111-3/+47
| * Fix the creation of the repository servicesKévin Gomez2015-11-111-4/+2
| * Use Psr\Log\NullLogger instead of creating a mockKévin Gomez2015-11-111-5/+8
| * Fix incorrect comment.Kévin Gomez2015-11-111-1/+1
| * Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
| * Update baggy themeKévin Gomez2015-11-112-2/+35
| * Provide a way to delete tagging rulesKévin Gomez2015-11-112-0/+30
| * Add a command to automatically tag all entries for a userKévin Gomez2015-11-116-8/+142
| * Validate used operators when creating tagging rulesKévin Gomez2015-11-111-1/+4
| * Add tests for the RuleBasedTagger classKévin Gomez2015-11-111-0/+158
| * Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-113-5/+21
| * Also validate used variables when creating tagging rulesKévin Gomez2015-11-111-1/+1
| * Add naïve validation for tagging rules (only checks the syntax)Kévin Gomez2015-11-111-0/+2
| * Rename the « Tags » tab to « Tagging rules »Kévin Gomez2015-11-111-1/+1
| * Add tests for the StringToListTransformer classKévin Gomez2015-11-112-2/+62
| * Fix ContentProxyTestKévin Gomez2015-11-111-3/+23
| * Add missing use statementKévin Gomez2015-11-111-0/+1
| * Add a table explaining the available variablesKévin Gomez2015-11-111-1/+56
| * Display the tagging rules in the configKévin Gomez2015-11-111-0/+12
| * Add missing tagging rule repositoryKévin Gomez2015-11-111-0/+9
| * Add a form to create tagging rulesKévin Gomez2015-11-114-1/+138
| * Add TaggingRule entityKévin Gomez2015-11-113-16/+164
| * PoC of rule-based taggingKévin Gomez2015-11-113-2/+102
* | TypoThomas Citharel2015-12-041-1/+1
|/
* Fix testsJeremy Benoist2015-11-092-1/+6
* Fix route parametersJeremy Benoist2015-11-093-8/+108
* use JMS SerializerThomas Citharel2015-11-092-13/+6
* use the groups annotation instead of setIgnoredAttributesThomas Citharel2015-11-092-4/+42
* improved functionThomas Citharel2015-11-091-10/+6
* add json & xmlThomas Citharel2015-11-094-11/+102