Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Psr\Log\NullLogger instead of creating a mock | Kévin Gomez | 2015-11-11 | 1 | -5/+8 |
| | |||||
* | Fix incorrect comment. | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Add a few functional tests for the tagging rules creation form | Kévin Gomez | 2015-11-11 | 1 | -0/+55 |
| | |||||
* | Update baggy theme | Kévin Gomez | 2015-11-11 | 2 | -2/+35 |
| | |||||
* | Provide a way to delete tagging rules | Kévin Gomez | 2015-11-11 | 2 | -0/+30 |
| | |||||
* | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 9 | -11/+149 |
| | |||||
* | Use a tagged version of kphoen/rulerz-bundle | Kévin Gomez | 2015-11-11 | 2 | -10/+9 |
| | |||||
* | Validate used operators when creating tagging rules | Kévin Gomez | 2015-11-11 | 1 | -1/+4 |
| | |||||
* | Add tests for the RuleBasedTagger class | Kévin Gomez | 2015-11-11 | 1 | -0/+158 |
| | |||||
* | Errors in the automatic tagging do not prevent the entry from being added | Kévin Gomez | 2015-11-11 | 3 | -5/+21 |
| | |||||
* | Also validate used variables when creating tagging rules | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Add naïve validation for tagging rules (only checks the syntax) | Kévin Gomez | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Rename the « Tags » tab to « Tagging rules » | Kévin Gomez | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Add tests for the StringToListTransformer class | Kévin Gomez | 2015-11-11 | 2 | -2/+62 |
| | |||||
* | Fix ContentProxyTest | Kévin Gomez | 2015-11-11 | 1 | -3/+23 |
| | |||||
* | Add missing use statement | Kévin Gomez | 2015-11-11 | 1 | -0/+1 |
| | |||||
* | Add a table explaining the available variables | Kévin Gomez | 2015-11-11 | 1 | -1/+56 |
| | |||||
* | Display the tagging rules in the config | Kévin Gomez | 2015-11-11 | 1 | -0/+12 |
| | |||||
* | Add missing tagging rule repository | Kévin Gomez | 2015-11-11 | 1 | -0/+9 |
| | |||||
* | Add a form to create tagging rules | Kévin Gomez | 2015-11-11 | 4 | -1/+138 |
| | |||||
* | Add TaggingRule entity | Kévin Gomez | 2015-11-11 | 3 | -16/+164 |
| | |||||
* | PoC of rule-based tagging | Kévin Gomez | 2015-11-11 | 6 | -30/+855 |
| | |||||
* | Merge pull request #1422 from wallabag/v2-ebook | Nicolas Lœuillet | 2015-11-09 | 16 | -8/+1138 |
|\ | | | | | V2 – Export entries | ||||
| * | Update deps | Jeremy Benoist | 2015-11-09 | 1 | -15/+15 |
| | | |||||
| * | Fix tests | Jeremy Benoist | 2015-11-09 | 2 | -1/+6 |
| | | |||||
| * | Fix route parameters | Jeremy Benoist | 2015-11-09 | 3 | -8/+108 |
| | | | | | | | | | | Improve export tests Improve CSV export | ||||
| * | use JMS Serializer | Thomas Citharel | 2015-11-09 | 2 | -13/+6 |
| | | |||||
| * | use the groups annotation instead of setIgnoredAttributes | Thomas Citharel | 2015-11-09 | 2 | -4/+42 |
| | | |||||
| * | improved function | Thomas Citharel | 2015-11-09 | 1 | -10/+6 |
| | | |||||
| * | add json & xml | Thomas Citharel | 2015-11-09 | 4 | -11/+102 |
| | | |||||
| * | Fix tests on pgsql | Jeremy Benoist | 2015-11-09 | 1 | -1/+1 |
| | | |||||
| * | Rework on export | Jeremy Benoist | 2015-11-09 | 10 | -142/+348 |
| | | | | | | | | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests | ||||
| * | Start work on export | Thomas Citharel | 2015-11-09 | 8 | -14/+715 |
|/ | | | | | | | | For now: - ebook - mobi - pdf - csv | ||||
* | Merge pull request #1500 from wallabag/v2-quote-pgsql | Nicolas Lœuillet | 2015-11-09 | 23 | -150/+252 |
|\ | | | | | Fix quote strategy for reserved keyword in Postgres | ||||
| * | Lock DoctrineBundle to 1.5.2 | Jeremy Benoist | 2015-11-08 | 2 | -14/+14 |
| | | | | | | | | | | | | Because of a bad change, SQLite database cannot be created anymore. :arrow_right: https://github.com/doctrine/DoctrineBundle/pull/434 | ||||
| * | Remove duplicate comments | Jeremy Benoist | 2015-11-07 | 1 | -7/+1 |
| | | |||||
| * | CS | Jeremy Benoist | 2015-11-07 | 2 | -5/+5 |
| | | |||||
| * | Skipping PostgreSQL test that drop database | Jeremy Benoist | 2015-11-07 | 3 | -30/+48 |
| | | | | | | | | | | | | For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849). So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..) | ||||
| * | Re-enable test on doctrine command | Jeremy Benoist | 2015-11-07 | 11 | -18/+18 |
| | | | | | | | | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency. | ||||
| * | Add tests on TablePrefixSubscriber | Jeremy Benoist | 2015-11-07 | 2 | -2/+121 |
| | | |||||
| * | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 8 | -90/+55 |
| | | | | | | | | Should fix #1498 | ||||
| * | Fix database already exist detection | Jeremy Benoist | 2015-11-07 | 1 | -0/+6 |
|/ | | | | This is not the same message exception from MySQL & SQLite with Postgres. | ||||
* | Merge pull request #1510 from wallabag/v2-sf3 | Nicolas Lœuillet | 2015-11-07 | 14 | -148/+199 |
|\ | | | | | v2 – Fix some deprecated for Symfony3 | ||||
| * | CS | Jeremy Benoist | 2015-11-07 | 2 | -3/+3 |
| | | | | | | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis | ||||
| * | Avoid other bundle deprecation to cancel the build | Jeremy Benoist | 2015-11-07 | 1 | -0/+5 |
| | | |||||
| * | Fix form_enctype deprecation | Jeremy Benoist | 2015-11-07 | 3 | -19/+21 |
| | | | | | | | | Use form_start instead | ||||
| * | Fix security.context deprecation | Jeremy Benoist | 2015-11-07 | 4 | -12/+12 |
| | | |||||
| * | Fix pattern deprecation | Jeremy Benoist | 2015-11-07 | 1 | -5/+5 |
| | | | | | | | | Replaced by path | ||||
| * | Fix deprecated helper in command | Jeremy Benoist | 2015-11-06 | 2 | -63/+54 |
| | | |||||
| * | Update deps & add PHPUnit Bridge | Jeremy Benoist | 2015-11-06 | 2 | -47/+100 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs summary: - symfony/phpunit-bridge installed in version v2.7.6 Release notes: https://github.com/symfony/phpunit-bridge/releases/tag/v2.7.6 - twig/twig updated from v1.23.0 to v1.23.1 See changes: https://github.com/twigphp/Twig/compare/v1.23.0...v1.23.1 Release notes: https://github.com/twigphp/Twig/releases/tag/v1.23.1 - doctrine/inflector updated from v1.0.1 to v1.1.0 See changes: https://github.com/doctrine/inflector/compare/v1.0.1...v1.1.0 Release notes: https://github.com/doctrine/inflector/releases/tag/v1.1.0 - doctrine/cache updated from v1.5.0 to v1.5.1 See changes: https://github.com/doctrine/cache/compare/v1.5.0...v1.5.1 Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.1 - doctrine/doctrine-cache-bundle updated from v1.0.1 to 1.2.1 See changes: https://github.com/doctrine/DoctrineCacheBundle/compare/v1.0.1...1.2.1 Release notes: https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.2.1 - doctrine/doctrine-bundle updated from v1.5.2 to 1.6.0 See changes: https://github.com/doctrine/DoctrineBundle/compare/v1.5.2...1.6.0 Release notes: https://github.com/doctrine/DoctrineBundle/releases/tag/1.6.0 - friendsofsymfony/user-bundle updated from dev-master to dev-master See changes: https://github.com/FriendsOfSymfony/FOSUserBundle/compare/d5b28c3...45d6f40 |