aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
Commit message (Collapse)AuthorAgeFilesLines
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-1/+1
|
* Merge pull request #1835 from wallabag/v2-prepare-v22.0.0Thomas Citharel2016-04-032-5/+4
|\ | | | | :rocket: Prepare v2.0.0 :birthday:
| * :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-032-5/+4
| |
* | Hide search buttonsNicolas Lœuillet2016-04-031-2/+2
|/
* fix type diaspora* shareNicolas2016-03-211-1/+1
|
* Add reading time translationJeremy Benoist2016-03-211-1/+4
|
* Add missing developer pageJeremy Benoist2016-03-204-35/+35
|
* Convert english translation fileJeremy Benoist2016-03-2013-288/+313
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Replace slider with selectNicolas Lœuillet2016-03-141-0/+1
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-142-2/+11
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-081-5/+5
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-086-0/+189
|\ | | | | Ability to create new client for the API
| * Fix translations mistakeJeremy Benoist2016-03-071-2/+1
| | | | | | | | In Material template, move the developer link in the left menu (like in baggy)
| * Translate "how to" pageJeremy Benoist2016-03-071-8/+8
| |
| * Use external js & cssJeremy Benoist2016-03-071-2/+3
| |
| * Add translationsJeremy Benoist2016-03-053-7/+7
| |
| * Add listing clientsJeremy Benoist2016-03-053-5/+41
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-055-9/+7
| | | | | | | | | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
| * Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-294-32/+58
| |
| * API: rename application to clientNicolas Lœuillet2016-02-292-7/+6
| |
| * Added developer documentationNicolas Lœuillet2016-02-294-3/+114
| |
| * Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-293-0/+19
| |
* | Add new links in quickstartNicolas Lœuillet2016-03-031-0/+15
|/
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-4/+4
|
* 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