aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove footer partNicolas Lœuillet2016-09-131-33/+0
|/ /
* | Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+1
| |
* | Remove Twig globalsJeremy Benoist2016-09-031-4/+4
| | | | | | | | | | | | | | | | Twig Global function are called globally. This means even on a query to the api. Using a function we can decide when we want to call it. Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...
* | Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-031-4/+4
|\ \ | | | | | | Feature display items number
| * | Display entries number for each categoryNicolas Lœuillet2016-08-231-4/+4
| | |
* | | Fixed different font-size for labels in config screenNicolas Lœuillet2016-09-021-0/+2
| | | | | | | | | | | | Fix #1788
* | | Merge pull request #2252 from wallabag/fix-last-mergeNicolas Lœuillet2016-09-021-3/+1
|\ \ \ | | | | | | | | Fixed last merge who caused CSS/JS bugs
| * | | Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-301-3/+1
| | | |
* | | | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-011-4/+5
|\ \ \ \ | | | | | | | | | | Fix print / article views
| * | | | Fix print / article viewsNicolas Lœuillet2016-08-261-4/+5
| | | | |
* | | | | Add Readability to Quickstart pageJeremy Benoist2016-09-011-0/+1
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-282-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | A new version of the plugin tinydot with update on window resizeAlexandr Danilov2016-08-251-1/+1
| | | |
| * | | Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-232-1/+2
| |\ \ \ | | | | | | | | | | Cut entries title in card view: continued
| | * | | Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)Alexandr Danilov2016-08-231-1/+1
| | | | |
| | * | | Simplify the initialization of the plugin dotdotdotAlexandr Danilov2016-08-221-1/+1
| | | | |
| | * | | Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵Alexandr Danilov2016-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view
| | * | | Don't cut entries title in card viewBaptiste Mille-Mathias2016-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | Stop cutting titles arbitrary at caracter 42.
* | | | | Add untagged entriesNicolas Lœuillet2016-08-281-0/+3
| | | | | | | | | | | | | | | | | | | | Fix #1631
* | | | | Changed where page title is displayedNicolas Lœuillet2016-08-261-13/+1
| |_|/ / |/| | |
* | | | Add icon for public share linkNicolas Lœuillet2016-08-251-1/+1
| | | |
* | | | Change share entry behaviorNicolas Lœuillet2016-08-231-1/+6
| | | |
* | | | Add translationsNicolas Lœuillet2016-08-231-2/+2
| | | |
* | | | Add migrationNicolas Lœuillet2016-08-231-1/+1
| | | |
* | | | Share entry with a public URLNicolas Lœuillet2016-08-231-1/+7
| | | |
* | | | Translations and baggy view for tagsNicolas Lœuillet2016-08-231-1/+2
| | | |
* | | | Links on each tag in Tags viewNicolas Lœuillet2016-08-232-2/+4
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-226-54/+64
|\| |
| * | Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+9
| |\ \ | | | | | | | | Added creation date and reading time on article view
| | * | Display text on baggyJeremy Benoist2016-08-211-1/+1
| | | | | | | | | | | | | | | | 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
| * | | Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-182-6/+6
| |/ / | | | | | | | | | Fix #2041
| * | Fix form user display when 2FA is disabledNicolas Lœuillet2016-08-171-1/+1
| | |
| * | Handling socials links into a config fileSimounet2016-07-203-46/+47
| | |
* | | 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
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-201-2/+2
|\| |
| * | Remove fr partThomas Citharel2016-07-021-1/+1
| | |
| * | Fix 3rd-Party Apps links (Chrome & Firefox)Thomas Citharel2016-07-021-2/+2
| | |
| * | Merge pull request #2052 from danbartram/feature-filter-unreadJeremy Benoist2016-05-271-0/+5
| |\ \ | | |/ | |/| Add unread filter to entries pages
| | * Add unread filter to entries pagesDaniel Bartram2016-05-091-0/+5
| | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
* | | Bring tags on entries view to baggyThomas Citharel2016-07-011-1/+1
| | | | | | | | | | | | Also, a couple of UI improvement and CSS fixing
* | | minor ui fixesThomas Citharel2016-06-231-5/+2
| | |
* | | fix typo on iconsThomas Citharel2016-06-231-2/+2
| | |
* | | Add tags on entries viewThomas Citharel2016-06-231-0/+19
| | | | | | | | | | | | Should be tested on old browsers
* | | manage assets through npmThomas Citharel2016-06-094-67/+59
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Replace vertical dots in material theme with horizontal dotsNicolas Lœuillet2016-05-181-1/+1
| |
* | Do not specify language in Firefox addon linkMerouane Atig2016-05-131-1/+1
|/
* 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
| |