aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
* fix feeds not syncing on android appThomas Citharel2016-09-211-9/+1
|
* Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+13
|\ | | | | Added creation date and reading time on article view
| * Display text on baggyJeremy Benoist2016-08-211-4/+8
| | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date
| * Changed code indentationNicolas Lœuillet2016-08-181-3/+7
| |
| * Added creation date and reading time on article viewNicolas Lœuillet2016-08-181-0/+5
| | | | | | | | Fix #2034
* | Fixed some translationsNicolas Lœuillet2016-08-181-1/+1
| |
* | Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-181-2/+2
|/ | | | Fix #2041
* Fix form user display for baggy themeNicolas Lœuillet2016-08-171-1/+2
|
* Handling socials links into a config fileSimounet2016-07-201-5/+5
|
* Add unread filter to entries pagesDaniel Bartram2016-05-091-0/+5
| | | | Add the ability to filter for unread pages in the filters menu.
* Merge pull request #2020 from wallabag/fix-number-entries-per-tagJeremy Benoist2016-05-071-1/+1
|\ | | | | Fix number of entries in tag/list
| * Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-041-1/+1
| |
| * 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