]> git.immae.eu Git - github/wallabag/wallabag.git/commit - package.json
manage assets through npm 2103/head
authorThomas Citharel <tcit@tcit.fr>
Tue, 8 Mar 2016 16:02:34 +0000 (17:02 +0100)
committerThomas Citharel <tcit@tcit.fr>
Thu, 9 Jun 2016 15:12:51 +0000 (17:12 +0200)
commit5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3
tree03ee1eab0d89d1857daca9e273fd8c9ca47e33c2
parent9f95b14dec88cf083cefa38d5fbd84189e07acac
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
160 files changed:
.bowerrc [new file with mode: 0644]
.gitignore
.travis.yml
CHANGELOG.md
Gruntfile.js [new file with mode: 0644]
README.md
app/AppKernel.php
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-114.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-114.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-120.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-120.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-144.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-144.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-152.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-152.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-57.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-57.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-72.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-72.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon-76.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon-76.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/apple-touch-icon.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/apple-touch-icon.png with 100% similarity]
app/Resources/static/themes/_global/img/appicon/favicon.ico [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/appicon/favicon.ico with 100% similarity]
app/Resources/static/themes/_global/img/bg-select.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/bg-select.png with 100% similarity]
app/Resources/static/themes/_global/img/icons/carrot-icon--black.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/icons/carrot-icon--black.png with 100% similarity]
app/Resources/static/themes/_global/img/icons/carrot-icon--white.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/icons/carrot-icon--white.png with 100% similarity]
app/Resources/static/themes/_global/img/icons/diaspora-icon--black.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/icons/diaspora-icon--black.png with 100% similarity]
app/Resources/static/themes/_global/img/icons/diaspora-icon--white.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/img/icons/diaspora-icon--white.png with 100% similarity]
app/Resources/static/themes/_global/img/logo-other_themes.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/material/img/logo-other_themes.png with 100% similarity]
app/Resources/static/themes/_global/img/logo-square.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/material/img/logo-square.png with 100% similarity]
app/Resources/static/themes/_global/img/logo-w.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/logo-w.png with 100% similarity]
app/Resources/static/themes/_global/img/logo-wallabag.svg [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/logo-wallabag.svg with 100% similarity]
app/Resources/static/themes/_global/js/bookmarklet.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js with 100% similarity]
app/Resources/static/themes/_global/js/restoreScroll.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/material/js/restoreScroll.js with 78% similarity]
app/Resources/static/themes/baggy/css/font.css [new file with mode: 0755]
app/Resources/static/themes/baggy/css/main.css [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/main.css with 59% similarity]
app/Resources/static/themes/baggy/css/messages.css [new file with mode: 0755]
app/Resources/static/themes/baggy/css/print.css [new file with mode: 0755]
app/Resources/static/themes/baggy/css/ratatouille.css [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css with 62% similarity]
app/Resources/static/themes/baggy/font/icomoon.eot [new file with mode: 0644]
app/Resources/static/themes/baggy/font/icomoon.svg [new file with mode: 0644]
app/Resources/static/themes/baggy/font/icomoon.ttf [new file with mode: 0644]
app/Resources/static/themes/baggy/font/icomoon.woff [new file with mode: 0644]
app/Resources/static/themes/baggy/img/blank.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/baggy/blank.png with 100% similarity]
app/Resources/static/themes/baggy/img/down.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/baggy/down.png with 100% similarity]
app/Resources/static/themes/baggy/img/list.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/baggy/list.png with 100% similarity]
app/Resources/static/themes/baggy/img/table.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/baggy/table.png with 100% similarity]
app/Resources/static/themes/baggy/img/top.png [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/baggy/top.png with 100% similarity]
app/Resources/static/themes/baggy/js/autoClose.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/autoClose.js with 100% similarity]
app/Resources/static/themes/baggy/js/autoCompleteTags.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/autoCompleteTags.js with 100% similarity]
app/Resources/static/themes/baggy/js/closeMessage.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/closeMessage.js with 100% similarity]
app/Resources/static/themes/baggy/js/init.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/init.js with 56% similarity]
app/Resources/static/themes/baggy/js/popupForm.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/popupForm.js with 83% similarity]
app/Resources/static/themes/baggy/js/saveLink.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/saveLink.js with 78% similarity]
app/Resources/static/themes/material/css/main.css [new file with mode: 0755]
app/Resources/static/themes/material/css/print.css [new file with mode: 0755]
app/Resources/static/themes/material/js/init.js [moved from src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js with 67% similarity]
app/config/config.yml
app/config/config_dev.yml
bower.json [new file with mode: 0644]
composer.json
docs/en/user/android.rst
docs/en/user/faq.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst
docs/img/user/android_configuration_connection_test.en.png [new file with mode: 0644]
docs/img/user/android_configuration_connection_test_success.en.png [new file with mode: 0644]
docs/img/user/android_configuration_feed_credentials_automatically_filled_in.en.png [new file with mode: 0644]
docs/img/user/android_configuration_filled_in.en.png [new file with mode: 0644]
docs/img/user/android_configuration_get_feed_credentials.en.png [new file with mode: 0644]
docs/img/user/android_configuration_saved_feed_update.en.png [new file with mode: 0644]
docs/img/user/android_configuration_screen.en.png [new file with mode: 0644]
docs/img/user/android_configuration_scroll_bottom.en.png [new file with mode: 0644]
docs/img/user/android_unread_feed_synced.en.png [new file with mode: 0644]
docs/img/user/android_welcome_screen.en.png [new file with mode: 0644]
install.sh [new file with mode: 0755]
install_dev.sh [new file with mode: 0755]
package.json [new file with mode: 0644]
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTaggingRuleData.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
src/Wallabag/CoreBundle/Resources/public/themes/_global/js/annotator.min.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/_global/js/jquery-2.0.3.min.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/_global/js/jquery.cookie.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/_global/js/restoreScroll.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/font.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/messages.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/print.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/fonts/icomoon.eot [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/fonts/icomoon.svg [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/fonts/icomoon.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/fonts/icomoon.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/fonts/ptsans.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/logo-other_themes.png [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/logo.png [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/img/logo.svg [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/baggy/js/restoreScroll.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/css/materialize.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/css/materialize.min.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/css/print.css [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.eot [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.svg [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/icomoon/icomoon.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/LICENSE.txt [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/Material-Design-Icons.eot [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/Material-Design-Icons.svg [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/Material-Design-Icons.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/Material-Design-Icons.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/material-design-icons/Material-Design-Icons.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Bold.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Bold.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Bold.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Light.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Light.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Light.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Medium.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Medium.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Medium.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Regular.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Regular.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Regular.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Thin.ttf [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Thin.woff [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/font/roboto/Roboto-Thin.woff2 [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/img/bg-select.png [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/img/logo-w.png [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/img/logo-wallabag.svg [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery-2.1.4.min.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/js/materialize.js [deleted file]
src/Wallabag/CoreBundle/Resources/public/themes/material/js/materialize.min.js [deleted file]
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/base.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
src/Wallabag/UserBundle/Resources/views/Registration/confirmed.html.twig
src/Wallabag/UserBundle/Resources/views/Registration/register_content.html.twig
src/Wallabag/UserBundle/Resources/views/Resetting/request_content.html.twig
src/Wallabag/UserBundle/Resources/views/Resetting/reset_content.html.twig
src/Wallabag/UserBundle/Resources/views/Security/login.html.twig
src/Wallabag/UserBundle/Resources/views/layout.html.twig