aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/base.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* remove language on html-tagChristoph Doblander2017-03-061-1/+1
|
* Added shortcutsNicolas Lœuillet2016-11-151-0/+2
|
* Add users management UIJeremy Benoist2016-10-021-1/+1
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* manage assets through npmThomas Citharel2016-06-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-031-4/+0
|
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-081-1/+1
|
* Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-291-1/+1
|
* Comment work with annotator v2Thomas Citharel2016-02-261-1/+3
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Use a different way to use piwikJeremy Benoist2016-02-221-1/+4
|
* Fix #1137: implemented PiwikNicolas Lœuillet2016-02-191-0/+1
|
* Always include warning messageJeremy Benoist2016-01-311-3/+1
| | | | We'll remove it later, on the stable release
* Move public assets for themesJeremy Benoist2016-01-221-20/+20
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* material design for register/login/recover pagesNicolas Lœuillet2015-10-051-2/+2
|
* Cleanup base layoutJeremy Benoist2015-09-131-47/+5
|
* Remove some global assetsJeremy Benoist2015-09-131-4/+0
| | | | | Some global assets where dedicated to baggy Remove some non-used css
* filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-1/+2
|
* CSJeremy Benoist2015-08-201-1/+1
|
* warning bar: add parameter to dis/enable itNicolas Lœuillet2015-08-191-1/+5
|
* bottom bar to display messageNicolas Lœuillet2015-08-191-0/+1
|
* add new post form in material headerNicolas Lœuillet2015-08-121-1/+1
|
* Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-101-1/+1
|\ | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * Add tags list displayNicolas Lœuillet2015-08-071-1/+1
| |
* | fix #1281Alexandr Danilov2015-08-081-13/+15
|/
* Cleanup & simplify themeJeremy2015-03-011-0/+115