aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix number of entries in tag/listNicolas Lœuillet2016-05-031-1/+1
| | | | | | | | Fix #2006
* | Add pagination bar at the bottom of the pageNicolas Lœuillet2016-05-032-11/+13
|/ | | | Fix #2021
* Fix tags listingNicolas Lœuillet2016-05-021-1/+1
| | | | | Fix #1994 * Remove unused method in tag repository
* Update links in documentationNicolas Lœuillet2016-04-193-7/+7
|
* Display pagination only if we have more than one pageNicolas Lœuillet2016-04-181-1/+1
|
* Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-161-1/+3
|
* Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-151-2/+2
| | | | Fix #1926
* Merge pull request #1918 from wallabag/improve-paginationJeremy Benoist2016-04-131-9/+2
|\ | | | | Improve pagination when user has lot of entries
| * Fix indentationNicolas Lœuillet2016-04-131-4/+4
| |
| * Lost in translation pagerNicolas Lœuillet2016-04-121-1/+1
| |
| * Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-10/+3
| | | | | | | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* | Remove useless dependancyNicolas Lœuillet2016-04-121-1/+0
|/
* Add title hover on entry titlesThomas Citharel2016-04-121-1/+1
|
* Merge pull request #1896 from wallabag/v2-fix-internal-settingsJeremy Benoist2016-04-101-1/+1
|\ | | | | Fix internal settings
| * Fix internal settingsNicolas Lœuillet2016-04-091-1/+1
| | | | | | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* | Merge pull request #1894 from wallabag/v2-fix-doc-linkJeremy Benoist2016-04-101-1/+1
|\ \ | | | | | | Fix documentation link in developer page
| * | Fix documentation link in developer pageNicolas Lœuillet2016-04-091-1/+1
| |/
* / Fix typo on configuration pageNicolas Lœuillet2016-04-091-1/+1
|/
* Merge pull request #1868 from wallabag/v2-tagrule-baggyJeremy Benoist2016-04-071-3/+88
|\ | | | | Remove keyboard shortcut and add tagging rule panel in baggy
| * Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-051-3/+88
| |
* | Documentation about wallabag APINicolas Lœuillet2016-04-061-1/+2
|/
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-10/+8
|
* Merge pull request #1835 from wallabag/v2-prepare-v22.0.0Thomas Citharel2016-04-032-5/+4
|\ | | | | :rocket: Prepare v2.0.0 :birthday:
| * :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-032-5/+4
| |
* | Hide search buttonsNicolas Lœuillet2016-04-031-2/+2
|/
* Translate flash message in baggy themeNicolas Lœuillet2016-03-211-1/+1
|
* Add reading time translationJeremy Benoist2016-03-211-1/+4
|
* Add missing developer pageJeremy Benoist2016-03-204-35/+35
|
* Convert english translation fileJeremy Benoist2016-03-2013-203/+217
| | | | | | | - 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>`
* Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
|
* Fix default value and add baggy implementationNicolas Lœuillet2016-03-141-0/+9
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-081-5/+5
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-085-0/+185
|\ | | | | Ability to create new client for the API
| * Translate "how to" pageJeremy Benoist2016-03-071-8/+8
| |
| * Use external js & cssJeremy Benoist2016-03-071-2/+3
| |
| * Add translationsJeremy Benoist2016-03-053-7/+7
| |
| * Add listing clientsJeremy Benoist2016-03-053-5/+41
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-055-9/+7
| | | | | | | | | | | | | | - 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
| * add testsNicolas Lœuillet2016-02-294-0/+150
| |
* | Add new links in quickstartNicolas Lœuillet2016-03-031-5/+20
|/
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-4/+4
|
* display how much comments there are for an entryThomas Citharel2016-02-261-1/+2
|
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-0/+20
| | | | + Documentation about annotations
* Make English welcome message more naturalOlivier Mehani2016-02-251-1/+1
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* replace contributors with a link to githubNicolas Lœuillet2016-02-231-64/+1
|
* Add contributors and 3rd party librariesNicolas Lœuillet2016-02-231-0/+190
|
* translate estimated time minutesThomas Citharel2016-02-181-2/+10
|
* Merge pull request #1668 from wallabag/v2-stuffNicolas Lœuillet2016-02-164-20/+18
|\ | | | | Few updates
| * TyposJeremy Benoist2016-02-161-1/+1
| |
| * More translationsJeremy Benoist2016-02-123-19/+17
| |