aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-204-0/+158
|\ | | | | Store credentials in DB
| * Get rid of masked value in listingJeremy Benoist2017-06-201-2/+0
| |
| * Add menu access to site credentials CRUDJeremy Benoist2017-06-204-4/+7
| |
| * Add CRUD for site credentialsJeremy Benoist2017-06-203-0/+157
| |
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+5
|/
* Fix tags count in tags list on baggyJeremy Benoist2017-06-101-1/+1
|
* Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-242-3/+9
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-043-10/+12
| | | | | | | | | | | | | | 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 author of articleNicolas Lœuillet2017-04-091-1/+9
|
* Added publication dateNicolas Lœuillet2017-04-051-1/+7
|
* Added delete button on Baggy themeNicolas Lœuillet2017-03-311-0/+5
|
* Scuttle sharingFrenchHope2017-03-281-0/+1
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-262-5/+5
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-172-5/+5
| |
* | Fix double overlay on expanded right sidenavSimounet2016-12-301-2/+2
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-301-1/+1
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Baggy themelapineige2016-12-281-1/+1
| |/
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-5/+5
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-1/+1
| |
* | Added list viewNicolas Lœuillet2016-11-281-2/+4
| |
* | Added testsNicolas Lœuillet2016-11-192-1/+3
| |
* | Added search engine in baggy themeNicolas Lœuillet2016-11-193-12/+24
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-194-15/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # 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.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added tooltips for baggy themeNicolas Lœuillet2016-11-171-0/+18
| |
| * Added help on config screenNicolas Lœuillet2016-11-171-0/+4
| |
| * Changed display for material themeNicolas Lœuillet2016-11-141-1/+3
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-141-0/+5
| |
| * Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-042-14/+16
| |\ | | | | | | UI Changes
| | * Re-add bottom paginationJeremy Benoist2016-10-222-14/+16
| | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
* | | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+7
| | |
* | | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+8
| | | | | | | | | | | | Fix #496
* | | Added CSS class on linksNicolas Lœuillet2016-11-161-3/+3
| | |
* | | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+1
| | | | | | | | | | | | Fix #668
* | | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-8/+16
|\| |
| * | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-7/+11
| | | | | | | | | | | | Fix #2505
| * | Renamed variable for page titleNicolas Lœuillet2016-10-261-3/+3
| | |
| * | Added tag label in the page titleNicolas Lœuillet2016-10-261-1/+5
| |/ | | | | | | Fix #2472
* | Fixed reviewNicolas Lœuillet2016-10-311-7/+7
| |
* | Added translations and baggy partNicolas Lœuillet2016-10-311-0/+10
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-14/+14
|\|
| * Fix baggy on small screensThomas Citharel2016-10-151-14/+14
| |
* | Add baggy reset partJeremy Benoist2016-10-221-0/+22
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-112-2/+1
|\|
| * Optimize the way tag list is renderedJeremy Benoist2016-10-091-1/+1
| | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
| * Show number of annotations instead of nbAnnotations placeholderKrzysztof Szafranek2016-10-091-1/+0
| | | | | | | | When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.
* | Better display and descriptionJeremy Benoist2016-10-081-3/+9
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Changed testsNicolas Lœuillet2016-10-081-1/+1
| |
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+3
|/ | | | Added translations and documentation
* better tags on baggyThomas Citharel2016-10-042-4/+6
|
* Fixed calendar icon position with baggy themeNicolas Lœuillet2016-10-041-1/+2
|