aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | remove block added twiceThomas Citharel2016-06-091-85/+0
| |
* | manage assets through npmThomas Citharel2016-06-096-101/+129
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* 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
| |