aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
Commit message (Collapse)AuthorAgeFilesLines
* fix diaspora urlNicolas Lœuillet2015-08-131-1/+1
|
* change title for material pages / about pageNicolas Lœuillet2015-08-132-52/+52
|
* Merge pull request #1331 from wallabag/v2-disable-downloadJeremy Benoist2015-08-121-6/+6
|\ | | | | disable download links on entry view
| * disable download links on entry viewNicolas Lœuillet2015-08-121-7/+7
| |
* | store domainName in databaseNicolas Lœuillet2015-08-122-4/+4
|/
* Merge pull request #1328 from wallabag/v2-fix-1324Jeremy Benoist2015-08-121-1/+1
|\ | | | | fix #1324: do not display pagination when only 1 page
| * fix #1324: do not display pagination when only 1 pageNicolas Lœuillet2015-08-121-1/+1
| |
* | fix #1299: change send buttons on config pageNicolas Lœuillet2015-08-121-5/+5
|/
* Merge pull request #1325 from wallabag/v2-fix-1314Jeremy Benoist2015-08-121-2/+2
|\ | | | | fix #1314: change max-width in material theme
| * fix #1314: change max-width in material themeNicolas Lœuillet2015-08-121-2/+2
| |
* | Merge pull request #1323 from wallabag/v2-1302-checkboxJeremy Benoist2015-08-121-1/+6
|\ \ | |/ |/| fix #1302: add 'stay connected' checkbox
| * add translationNicolas Lœuillet2015-08-121-1/+1
| |
| * fix indentationNicolas Lœuillet2015-08-121-1/+1
| |
| * add 'stay connected' checkboxNicolas Lœuillet2015-08-121-1/+6
| |
* | fix #1303, add link to homepage on forgot password pageNicolas Lœuillet2015-08-121-1/+4
|/
* Merge pull request #1319 from wallabag/v2-form-headerJeremy Benoist2015-08-125-46/+33
|\ | | | | add new post form in material header
| * add new post form in material headerNicolas Lœuillet2015-08-125-46/+33
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-124-32/+33
|/
* fix link in howto pageNicolas Lœuillet2015-08-111-1/+1
|
* add focus to search formNicolas Lœuillet2015-08-111-1/+2
|
* Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-102-2/+56
|\ | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-102-0/+54
| |\ | | | | | | add howto page
| | * add howto pageNicolas Lœuillet2015-08-072-0/+54
| | |
| * | Merge pull request #1292 from wallabag/v2-tags-routeJeremy Benoist2015-08-091-1/+1
| |\ \ | | | | | | | | Add tags list display
| | * | Add tags list displayNicolas Lœuillet2015-08-071-1/+1
| | | |
| * | | rename favorite in starredNicolas Lœuillet2015-08-091-1/+1
| | |/ | |/|
* | | Preparation for adding linksAlexandr Danilov2015-08-082-1/+6
| | |
* | | fix #1281Alexandr Danilov2015-08-082-148/+61
| | |
* | | fix #1281 (notifications when we star articles are buggy)Alexandr Danilov2015-08-081-0/+8
| | | | | | | | | | | | All notification corrected
* | | fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st ↵Alexandr Danilov2015-08-081-2/+3
| | | | | | | | | | | | line, 3 on 2nd one, only 1 on 3rd line and 3 on last lines (chrome and firefox))
* | | Title in navigation barAlexandr Danilov2015-08-073-0/+15
| | |
* | | fix #1282Alexandr Danilov2015-08-072-0/+10
|/ /
* / fix #1282: add title on wallabag logoNicolas Lœuillet2015-08-071-1/+1
|/
* Merge pull request #1286 from wallabag/v2-issue-1283Danilow Alexandr2015-08-061-1/+12
|\ | | | | fix #1283: display the good title for each category
| * change order of conditionNicolas Lœuillet2015-08-051-3/+3
| |
| * fix #1283: display the good title for each categoryNicolas Lœuillet2015-08-051-1/+12
| |
* | Many corrections material themeAlexandr Danilov2015-08-0611-23/+353
|/
* Fixes and improve css @mediaAlexandr Danilov2015-08-048-71/+91
|
* Added Material themeAlexandr Danilov2015-08-0455-0/+16830
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-0/+10
| | | | for is_starred and is_archived
* Add testsJeremy2015-03-311-12/+12
| | | | and fix few mistakes
* Cleanup & simplify themeJeremy2015-03-0111-338/+17
|
* Remove old themesJeremy2015-03-01159-2668/+0
|
* Add LiipThemeBundleJeremy2015-03-01219-0/+8739
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))