aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate Annotator with idAnnotation instead of idCommentNicolas Lœuillet2016-02-261-17/+15
|
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+25
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Merge pull request #1672 from wallabag/v2-improve-baggy-themeNicolas Lœuillet2016-02-152-4/+20
|\ | | | | improve baggy theme (add new tag panel)
| * improve baggy theme (add new tag panel)Thomas Citharel2016-02-142-4/+20
| |
* | display pictures properlyThomas Citharel2016-02-141-0/+5
|/
* Merge pull request #1654 from wallabag/fix-add-button-mobile-viewJeremy Benoist2016-02-111-4/+6
|\ | | | | fix #1636
| * fix #1636Thomas Citharel2016-02-081-4/+6
| |
* | Better design of the close buttonAlexandr Danilov2016-02-111-0/+4
|/
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-1/+1
|
* Move public assets for themesJeremy Benoist2016-01-2284-0/+18881
| | | | | 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/...`
* Cleanup & simplify themeJeremy2015-03-011-2/+0
|
* Avoid raw javascript in templateJeremy2015-02-071-0/+2
It kills the Symfony Crawler :)