aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
Commit message (Collapse)AuthorAgeFilesLines
* manage assets through npmThomas Citharel2016-06-092-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag 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 Prepare wallabag 2.0.5 enforce older materialize version
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix internal settingsNicolas Lœuillet2016-04-091-5/+0
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Fixed fixtures for configNicolas Lœuillet2016-03-141-0/+3
|
* Use internal config instead for demoJeremy Benoist2016-02-221-0/+10
|
* Fix #1137: implemented PiwikNicolas Lœuillet2016-02-191-0/+15
|
* Add new export configJeremy Benoist2016-01-311-0/+20
|
* CSJeremy Benoist2016-01-311-1/+1
|
* Create internal setting on install & fixturesJeremy Benoist2016-01-311-0/+113
|
* Quickstart for beginnersNicolas Lœuillet2016-01-151-0/+9
|
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-022-15/+45
|\ | | | | v2 – Remove user reference in tag
| * Remove user reference in tagJeremy Benoist2015-12-292-15/+45
| | | | | | | | Fix #1543
* | Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
|/ | | | Related #1490
* Entry data should have unique urlJeremy Benoist2015-12-281-6/+6
|
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+41
| | | | | | | When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528
* Add a quick testKévin Gomez2015-11-131-0/+8
|
* Fix testsJeremy Benoist2015-11-091-0/+6
|
* move some files to UserBundleNicolas Lœuillet2015-10-031-50/+0
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+2
|
* * public registrationNicolas Lœuillet2015-10-031-2/+3
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Fix tests for allJeremy Benoist2015-09-281-0/+1
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+12
| | | | So, everything is centralized in one place when we save a new entry.
* Entries filter on languageJeremy Benoist2015-09-231-0/+6
| | | | + updated deps
* implement FosUserNicolas Lœuillet2015-09-111-0/+2
|
* CSJeremy Benoist2015-08-203-6/+6
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* CSJeremy Benoist2015-05-301-4/+4
|
* Add testsJeremy2015-03-311-0/+20
| | | | and fix few mistakes
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-2/+19
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+2
|
* relation between tags and entriesNicolas Lœuillet2015-03-062-61/+9
|
* fixtures for tagNicolas Lœuillet2015-03-061-0/+19
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-0/+42
|
* Improve install command & add testJeremy2015-02-222-1/+46
| | | | | | Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
* Handle password changeJeremy2015-02-171-2/+2
|
* Add more tests on Entry controllerJeremy2015-02-102-3/+35
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-082-0/+69
Improve test, so user can login Fix some leftJoin Cleanup EntryController