aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-251-0/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add quickstart into the menuJeremy Benoist2019-06-051-0/+1
| | | | Just in case people want to see that page again.
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-3/+3
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+3
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-2/+4
| | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* Added testsNicolas Lœuillet2016-11-191-1/+1
|
* Added search engine in baggy themeNicolas Lœuillet2016-11-191-9/+3
|
* Changed display for material themeNicolas Lœuillet2016-11-141-1/+3
|
* Fix baggy on small screensThomas Citharel2016-10-151-14/+14
|
* Cleanup & add link on baggy menuJeremy Benoist2016-10-021-0/+1
|
* manage assets through npmThomas Citharel2016-06-091-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Hide search buttonsNicolas Lœuillet2016-04-031-2/+2
|
* Translate flash message in baggy themeNicolas Lœuillet2016-03-211-1/+1
|
* Convert english translation fileJeremy Benoist2016-03-201-18/+18
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Cleanup formJeremy Benoist2016-03-051-0/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* improve baggy theme (add new tag panel)Thomas Citharel2016-02-141-4/+4
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+3
|
* Move public assets for themesJeremy Benoist2016-01-221-11/+11
| | | | | 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/...`
* add import link on baggy themeNicolas Lœuillet2016-01-091-0/+1
|
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* Cleanup base layoutJeremy Benoist2015-09-131-0/+51
|
* Remove some global assetsJeremy Benoist2015-09-131-0/+4
| | | | | Some global assets where dedicated to baggy Remove some non-used css
* Cleanup & simplify themeJeremy2015-03-011-41/+15
|
* Add LiipThemeBundleJeremy2015-03-011-0/+43
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))