wallabag/src/Wallabag/CoreBundle
Thomas Citharel 5ecdfcd041 manage assets through npm
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
2016-06-09 17:12:51 +02:00
..
Command manage assets through npm 2016-06-09 17:12:51 +02:00
Controller manage assets through npm 2016-06-09 17:12:51 +02:00
DataFixtures/ORM manage assets through npm 2016-06-09 17:12:51 +02:00
DependencyInjection Fix default value and add baggy implementation 2016-03-14 13:01:31 +01:00
Entity manage assets through npm 2016-06-09 17:12:51 +02:00
Event/Subscriber Symfony Upgrade Fixer FTW 2016-01-15 09:35:38 +01:00
EventListener Convert array + phpDoc 2016-04-12 12:25:29 +02:00
Form manage assets through npm 2016-06-09 17:12:51 +02:00
Helper Fix tests 2016-04-15 09:58:29 +02:00
Operator Add phpdoc for all Matches implementations 2015-11-13 20:50:09 +01:00
ParamConverter Symfony Upgrade Fixer FTW 2016-01-15 09:35:38 +01:00
Repository Remove useless method 2016-05-03 09:39:34 +02:00
Resources manage assets through npm 2016-06-09 17:12:51 +02:00
Subscriber Convert array + phpDoc 2016-04-12 12:25:29 +02:00
Tests manage assets through npm 2016-06-09 17:12:51 +02:00
Tools Convert array + phpDoc 2016-04-12 12:25:29 +02:00
Twig Convert array + phpDoc 2016-04-12 12:25:29 +02:00
WallabagCoreBundle.php Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00