aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+5
|/ | | | Fix #668
* fix stylelintThomas Citharel2016-10-151-1/+1
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-1/+21
| | | | add links on small screens
* CSJeremy Benoist2016-10-091-1/+2
|
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+3
| | | | | | 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
* better tags on materialThomas Citharel2016-10-051-0/+9
|
* typo and build on testThomas Citharel2016-10-041-1/+1
|
* use airbnb base rules and update eslintThomas Citharel2016-10-041-1/+3
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-041-2/+5
|
* fix iconsThomas Citharel2016-10-041-1/+2
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-5/+6
|
* Basically, fix everythingThomas Citharel2016-10-031-3/+51
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Fixed CSS for quickstart linksNicolas Lœuillet2016-10-031-2/+6
|
* Merge pull request #2314 from wallabag/assetsNicolas Lœuillet2016-10-033-61/+55
|\ | | | | Assets work
| * fonts & ligaturesThomas Citharel2016-09-291-6/+1
| |
| * Assets workThomas Citharel2016-09-283-55/+54
| | | | | | | | | | | | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* | Changed quickstart layoutNicolas Lœuillet2016-10-011-2/+2
| |
* | Remove CSS class who caused long loading on FirefoxNicolas Lœuillet2016-09-271-1/+0
|/ | | | Fix #2302 #2281
* Remove footer partNicolas Lœuillet2016-09-131-1/+1
|
* Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-031-0/+4
|\ | | | | Feature display items number
| * Display entries number for each categoryNicolas Lœuillet2016-08-231-0/+4
| |
* | Fixed different font-size for labels in config screenNicolas Lœuillet2016-09-021-0/+4
| | | | | | | | Fix #1788
* | Merge pull request #2252 from wallabag/fix-last-mergeNicolas Lœuillet2016-09-021-1/+1
|\ \ | | | | | | Fixed last merge who caused CSS/JS bugs
| * | Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-301-1/+1
| | |
* | | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-011-1/+14
|\ \ \ | |/ / |/| | Fix print / article views
| * | CSS indentationNicolas Lœuillet2016-09-011-2/+2
| | |
| * | Fix print / article viewsNicolas Lœuillet2016-08-261-1/+14
| | |
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-281-0/+11
|/ /
* / Add icon for public share linkNicolas Lœuillet2016-08-251-0/+4
|/
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-1/+2
|
* Bring tags on entries view to baggyThomas Citharel2016-07-011-42/+45
| | | | Also, a couple of UI improvement and CSS fixing
* uniformize tags on article view tooThomas Citharel2016-06-241-2/+3
|
* minor ui fixesThomas Citharel2016-06-231-0/+4
|
* Add tags on entries viewThomas Citharel2016-06-231-0/+38
| | | | Should be tested on old browsers
* clean & lint stuffThomas Citharel2016-06-091-100/+101
|
* manage assets through npmThomas Citharel2016-06-093-0/+791
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