aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|
* 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
| * Assets workThomas Citharel2016-09-282-20/+2
| | | | | | | | | | | | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* | Cleanup & add link on baggy menuJeremy Benoist2016-10-021-0/+1
| |
* | Add users management UIJeremy Benoist2016-10-021-42/+0
| | | | | | | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* | Add ability to edit a tagging ruleJeremy Benoist2016-10-011-0/+1
| |
* | Customize errors templatesJeremy Benoist2016-10-011-0/+24
| | | | | | | | All error goes to the same template which only display the error message and the status code.
* | Removed duplicated templates filesNicolas Lœuillet2016-09-309-483/+1
|/
* Merge pull request #2301 from wallabag/fix-rss-feedsJeremy Benoist2016-09-221-9/+1
|\ | | | | fix feeds not syncing on android app
| * fix feeds not syncing on android appThomas Citharel2016-09-211-9/+1
| |
* | Merge pull request #1941 from wallabag/v2-asynchronous-jobsJeremy Benoist2016-09-191-0/+12
|\ \ | | | | | | Use asynchronous jobs for imports
| * | Moved Pocket token to user configJeremy Benoist2016-09-161-0/+12
| | |
* | | Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-151-1/+7
|/ / | | | | | | Fix #2286
* | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-011-20/+23
|\ \ | | | | | | Fix print / article views
| * | Fixed print view for baggy themeNicolas Lœuillet2016-08-261-20/+23
| | |
* | | Add Readability to Quickstart pageJeremy Benoist2016-09-011-0/+1
| | |
* | | Add untagged entriesNicolas Lœuillet2016-08-281-0/+4
| | | | | | | | | | | | Fix #1631
* | | Changed where page title is displayedNicolas Lœuillet2016-08-261-13/+1
|/ /
* | Change links on baggy themeNicolas Lœuillet2016-08-231-1/+1
| |
* | Add translationsNicolas Lœuillet2016-08-231-1/+1
| |
* | Add Cache on Share ActionNicolas Lœuillet2016-08-231-3/+1
| |
* | Add migrationNicolas Lœuillet2016-08-231-0/+3
| |
* | Remove duplicate pager on baggyJeremy Benoist2016-08-231-14/+0
| |
* | Translations and baggy view for tagsNicolas Lœuillet2016-08-232-4/+32
| |
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-223-26/+59
|\|
| * 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.
* | Added name on clientThomas Citharel2016-08-223-4/+11
| | | | | | | | | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* | Bring tags on entries view to baggyThomas Citharel2016-07-011-0/+10
| | | | | | | | Also, a couple of UI improvement and CSS fixing