aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
Commit message (Collapse)AuthorAgeFilesLines
...
* display how much comments there are for an entryThomas Citharel2016-02-261-0/+2
|
* Move annotatorjs to the bottom of the bodyThomas Citharel2016-02-261-22/+23
| | | | So that the "article" tag is loaded before
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-3/+0
| | | | + Documentation about annotations
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+26
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Change remove tag icon in entry view with material themeNicolas Lœuillet2016-02-261-1/+1
|
* Make English welcome message more naturalOlivier Mehani2016-02-251-1/+1
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* replace contributors with a link to githubNicolas Lœuillet2016-02-231-63/+1
|
* Add contributors and 3rd party librariesNicolas Lœuillet2016-02-231-0/+192
|
* translate estimated time minutesThomas Citharel2016-02-181-2/+5
|
* TyposJeremy Benoist2016-02-161-2/+2
|
* More translationsJeremy Benoist2016-02-124-26/+50
|
* Better design of the close buttonAlexandr Danilov2016-02-111-1/+1
|
* Merge pull request #1663 from wallabag/v2-remove-tags-from-entryJeremy Benoist2016-02-112-2/+2
|\ | | | | remove tag from entry #1377
| * improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+1
| | | | | | | | each tag
| * remove tag from entry #1377Thomas Citharel2016-02-101-1/+1
| |
* | lots of diverse translation stuff & some typosThomas Citharel2016-02-114-15/+7
|/
* Adjust export orderJeremy Benoist2016-02-041-7/+7
| | | | | To be the same as on the entry page. Also, export name doesn't need to be translated.
* better display for txtThomas Citharel2016-02-041-1/+1
|
* add txt exportThomas Citharel2016-02-041-1/+1
|
* Merge pull request #1642 from wallabag/v2-escape-previewJeremy Benoist2016-02-041-13/+15
|\ | | | | Unescape content for Material card
| * Unescape content for Material cardJeremy Benoist2016-02-031-13/+15
| | | | | | | | | | | | Using slice & striptags, the content is automatically escaped. If some html character need to be displayed, they'll be escape too, sth like `&amp;`. Using |raw, the content isn't escape twice and is well displayed.
* | Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-044-28/+30
|\ \ | |/ |/| Settings page
| * Add new export configJeremy Benoist2016-01-311-7/+7
| |
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-312-13/+15
| |
| * Always include warning messageJeremy Benoist2016-01-311-8/+8
| | | | | | | | We'll remove it later, on the stable release
* | Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsightJeremy Benoist2016-02-012-1/+1
|\ \ | |/ |/| [#1604] First draft to fix SensioLabsInsight report
| * SensioLabsInsight fixesNicolas Lœuillet2016-01-221-1/+1
| |
| * [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-222-0/+0
| |
* | fix #1620 and introduce new parameters to exportThomas Citharel2016-01-242-10/+11
|/
* Move public assets for themesJeremy Benoist2016-01-2240-16639/+6
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* remove flattr on about pageNicolas Lœuillet2016-01-151-2/+0
|
* Quickstart for beginnersNicolas Lœuillet2016-01-152-1/+51
|
* Fixed 'mark as read' and 'mark as unread' linksNicolas Lœuillet2016-01-091-1/+1
|
* Merge pull request #1493 from wallabag/v2-pocket-import2.0.0-alpha.1Jeremy Benoist2016-01-072-1/+6
|\ | | | | v2 – 1st draft for Pocket import via API & Wallabag v1 import
| * Add tagged services for importJeremy Benoist2016-01-021-1/+5
| | | | | | | | | | | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
| * Update after previous mergeJeremy Benoist2016-01-021-30/+0
| | | | | | | | PR #1443 was merged into this branch to handle all import type in the same place.
| * add docs for Import featureNicolas Lœuillet2016-01-021-13/+20
| |
| * form to upload fileNicolas Lœuillet2016-01-021-0/+23
| |
| * create controller to launch import commandNicolas Lœuillet2016-01-021-0/+1
| |
* | Hide export button if we are not on entries listNicolas Lœuillet2016-01-061-0/+3
|/
* Ability to reload an entryJeremy Benoist2015-12-301-0/+8
| | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* Add custom email for 2FAJeremy Benoist2015-12-291-0/+6
| | | | Related #1490
* Clean the tagging rule creation formKévin Gomez2015-11-161-2/+2
|
* Document the matches operator in the FAQKévin Gomez2015-11-131-2/+7
|
* Improve the tagging rules documentationKévin Gomez2015-11-111-3/+47
|
* Update baggy themeKévin Gomez2015-11-111-2/+2
|
* Provide a way to delete tagging rulesKévin Gomez2015-11-111-0/+3
|
* Rename the « Tags » tab to « Tagging rules »Kévin Gomez2015-11-111-1/+1
|
* Add a table explaining the available variablesKévin Gomez2015-11-111-1/+56
|
* Display the tagging rules in the configKévin Gomez2015-11-111-0/+12
|