aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry
Commit message (Collapse)AuthorAgeFilesLines
* Update icon to `casino`Jeremy Benoist2019-01-221-1/+1
|
* Move icon into the top menu barJeremy Benoist2019-01-191-1/+3
| | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry
* Use only one method to randomizeJeremy Benoist2019-01-191-1/+1
| | | | Instead of one per type, one for all is ok.
* Added random featureNicolas Lœuillet2019-01-191-3/+4
|
* Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | | Should fix https://github.com/wallabag/wallabag/issues/3832
* Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-261-3/+0
|\ | | | | Remove preview picture from single entry view page for #1875
| * Remove preview picture from single entry view page for #1875Matt Burke2018-11-241-3/+0
| | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
* | Add rel=noopener to target=_blank linksMatt Burke2018-11-072-9/+9
|/ | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* Fix title card HTML parsingSimounet2018-02-122-3/+3
|
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Updated baggy theme for the no-title fixNicolas Lœuillet2017-12-261-1/+1
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-1/+1
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in baggy entry viewKevin Decherf2017-11-191-0/+8
|
* Merge pull request #3294 from wallabag/export-tag-nullJérémy Benoist2017-08-301-1/+1
|\ | | | | Empty currentTag should be null
| * Empty currentTag should be nullJeremy Benoist2017-07-281-1/+1
| | | | | | | | And when a parameter is null, it won't appear in the url like `?tag=`.
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-08-221-3/+3
|\ \ | |/ |/|
| * Fix export links in baggy themeÉtienne Gilli2017-08-131-3/+3
| |
* | Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-2/+11
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+5
| |
* | Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-242-3/+9
| |
* | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |
* | 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-191-0/+2
| |
* | Added search engine in baggy themeNicolas Lœuillet2016-11-192-3/+21
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-192-14/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 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 CSS class on linksNicolas Lœuillet2016-11-161-3/+3
| | |
* | | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+1
|/ / | | | | | | Fix #668
* | 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
* 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 tags on baggyThomas Citharel2016-10-042-4/+6
|
* Fixed calendar icon position with baggy themeNicolas Lœuillet2016-10-041-1/+2
|
* Basically, fix everythingThomas Citharel2016-10-031-10/+12
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Merge pull request #2314 from wallabag/assetsNicolas Lœuillet2016-10-032-20/+2
|\ | | | | Assets work