aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1894 from wallabag/v2-fix-doc-linkJeremy Benoist2016-04-102-2/+2
|\ \ | | | | | | Fix documentation link in developer page
| * | Fix documentation link in developer pageNicolas Lœuillet2016-04-092-2/+2
| |/
* / Fix typo on configuration pageNicolas Lœuillet2016-04-092-2/+2
|/
* Merge pull request #1879 from wallabag/v2-tag-field-positionJeremy Benoist2016-04-081-4/+4
|\ | | | | Move tag form in Material theme
| * Move tag form in Material themeNicolas Lœuillet2016-04-071-4/+4
| |
* | Merge pull request #1868 from wallabag/v2-tagrule-baggyJeremy Benoist2016-04-072-71/+156
|\ \ | |/ |/| Remove keyboard shortcut and add tagging rule panel in baggy
| * Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-052-71/+156
| |
* | Documentation about wallabag APINicolas Lœuillet2016-04-062-2/+4
|/
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-052-11/+9
|
* Merge pull request #1835 from wallabag/v2-prepare-v22.0.0Thomas Citharel2016-04-035-14/+8
|\ | | | | :rocket: Prepare v2.0.0 :birthday:
| * :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-035-14/+8
| |
* | Hide search buttonsNicolas Lœuillet2016-04-032-4/+4
|/
* fix type diaspora* shareNicolas2016-03-211-1/+1
|
* Translate flash message in baggy themeNicolas Lœuillet2016-03-211-1/+1
|
* Add reading time translationJeremy Benoist2016-03-212-2/+8
|
* Add missing developer pageJeremy Benoist2016-03-208-70/+70
|
* Convert english translation fileJeremy Benoist2016-03-2026-491/+530
| | | | | | | - 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>`
* Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
|
* Replace slider with selectNicolas Lœuillet2016-03-141-0/+1
|
* Fix default value and add baggy implementationNicolas Lœuillet2016-03-141-0/+9
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-142-2/+11
|
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-081-1/+1
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-082-10/+10
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-0811-0/+374
|\ | | | | 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-072-16/+16
| |
| * Use external js & cssJeremy Benoist2016-03-072-4/+6
| |
| * Add translationsJeremy Benoist2016-03-056-14/+14
| |
| * Add listing clientsJeremy Benoist2016-03-056-10/+82
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-0510-18/+14
| | | | | | | | | | | | | | - 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
| * add testsNicolas Lœuillet2016-02-294-0/+150
| |
| * 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-032-5/+35
| |
* | Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-291-1/+1
|/
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-262-8/+8
|
* display how much comments there are for an entryThomas Citharel2016-02-262-1/+4
|
* 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-262-3/+20
| | | | + Documentation about annotations
* Comment work with annotator v2Thomas Citharel2016-02-262-1/+29
| | | | | | - 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-252-2/+2
| | | | | | 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-232-127/+2
|
* Add contributors and 3rd party librariesNicolas Lœuillet2016-02-232-0/+382
|
* Use a different way to use piwikJeremy Benoist2016-02-221-1/+4
|
* Fix #1137: implemented PiwikNicolas Lœuillet2016-02-191-0/+1
|
* translate estimated time minutesThomas Citharel2016-02-182-4/+15
|
* Merge pull request #1668 from wallabag/v2-stuffNicolas Lœuillet2016-02-169-49/+71
|\ | | | | Few updates