aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into refactorNicolas Lœuillet2014-07-239-0/+448
|\ | | | | | | | | | | Conflicts: check_setup.php index.php
| * highlight.js library added to highlight programming code examples in article ↵Maryana Rozhankivska2014-07-229-0/+448
| | | | | | | | view
* | #683 Rename « home » into « unread »Nicolas Lœuillet2014-07-123-3/+3
| |
* | RefactorNicolas Lœuillet2014-07-126-12/+12
|/
* I removed my previous commit. We have to create a new branch for that.Nicolas Lœuillet2014-07-102-7/+6
|
* new call for having domain name in entry viewNicolas Lœuillet2014-07-081-2/+2
|
* new fields in database, reading time / date and domain name are storedNicolas Lœuillet2014-07-081-4/+5
|
* fix of onmouseover displaying of wallbabag a link in wallabag form in ↵Maryana Rozhankivska2014-05-241-2/+19
| | | | default theme
* fix of rearch form popup in default themeMaryana Rozhankivska2014-05-241-14/+0
|
* Merge pull request #706 from gboudreau/devtcitworld2014-05-211-2/+3
|\ | | | | Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)
| * Fixed Baggy theme CSS for Chrome Extension (and < 500px width layout)Guillaume Boudreau2014-05-211-2/+3
| |
* | Merge branch 'epub' into devtcit2014-05-169-3/+37
|\ \ | |/ |/| | | | | Conflicts: themes/baggy/home.twig
| * Better names for epub files and epub in all themes nowtcit2014-05-157-4/+28
| |
| * Merge branch 'dev' of https://github.com/wallabag/wallabag into epubtcit2014-05-143-0/+0
| |\
| * | Changed template organisationtcit2014-04-291-1/+1
| | |
| * | Big changes for epub export. Now possible to do it from a tag, a category ↵tcit2014-04-253-2/+7
| | | | | | | | | | | | and a search. Also, improved ebook rendering.
| * | Added epub export functiontcit2014-04-242-0/+4
| | |
* | | better wallabag in wallabag button (see #685)tcit2014-05-162-2/+21
| | |
* | | Changed theme for better translation methodtcit2014-05-141-2/+2
| | |
* | | Merge branch 'dev' of https://github.com/wallabag/wallabag into devtcit2014-05-113-0/+0
|\ \ \ | | |/ | |/|
| * | #568 missing rss.png filesNicolas LOEUILLET2014-05-023-0/+0
| |/
* / Added save search as tag functionalitytcit2014-04-301-0/+1
|/
* Added multi-user functionnality in all themestcit2014-04-232-0/+67
|
* Merge branch 'dev' of https://github.com/wallabag/wallabag into devtcit2014-04-2311-6/+158
|\
| * print view fixed in baggy; print link added; read percent added in default ↵Maryana Rozhankivska2014-04-2211-6/+158
| | | | | | | | theme; archive and favorite re-factored to be ajax action in article view
* | Fixed Multi-user systemtcit2014-04-231-0/+32
|/
* added missing image to dmagenta themeDmitry Sandalov2014-04-121-0/+0
|
* responsive for search form #610Nicolas Lœuillet2014-04-081-5/+5
|
* [fix] display problem with smartphone and Baggy #610Nicolas Lœuillet2014-04-081-3/+3
|
* [fix] Escap key displays save a link form #612Nicolas Lœuillet2014-04-081-1/+1
|
* can't close search popup with the cross picture #613Nicolas Lœuillet2014-04-084-18/+26
|
* Fix to #600tcitworld2014-04-041-4/+6
|
* [add] link on config page to fetch contentNicolas Lœuillet2014-04-032-0/+2
|
* import w/o cron: fix of "click to finish import" in baggy themeMaryana Rozhankivska2014-04-031-1/+3
|
* import w/o cron: explanation addedMaryana Rozhankivska2014-04-032-2/+2
|
* import w/o cron: error in url fixMaryana Rozhankivska2014-04-031-1/+1
|
* import without cronMaryana Rozhankivska2014-04-027-29/+36
|\
| * Important fixes for search engine (thx @mariroz)tcit2014-04-024-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | So sorry for the mess... :( * search only in users' own articles * sanitized what is searched * display what is searched * pagination, sorting available when searching * use existing function to query db * bad encoding caracters fixed * link to JQuery into default theme, no longer in each theme * some spaces instead of tabs
* | import without cronMaryana Rozhankivska2014-04-023-21/+24
|/
* fix of bug with default theme constantMaryana Rozhankivska2014-03-286-14/+7
|
* problem with resources and localhost url fixMaryana Rozhankivska2014-03-2816-56/+56
|
* wallabag a link in wallabag now in default theme, issue #505Maryana Rozhankivska2014-03-278-103/+163
|
* Fixes to search enginetcit2014-03-236-21/+98
| | | | | Changed the search parameter from POST to GET. Also, adapted the Baggy theme.
* Implemented rudimental search enginetcit2014-03-222-1/+24
|
* [fix] new import section in old themes #559Nicolas Lœuillet2014-03-142-9/+31
|
* saving link form now sends ajax request, article view is now justifiedMaryana Rozhankivska2014-03-133-6/+34
|
* feature #505 - it is now possible to add link from bagged article (TODO: ↵Maryana Rozhankivska2014-03-125-29/+109
| | | | redev it to ajax action). Some enhancements to "save a link" popup div
* fix of conflict of s shortcat and entering s in input fieldsMaryana Rozhankivska2014-03-121-9/+12
|
* Merge pull request #544 from mariroz/feature-tags-autocompleteNicolas Lœuillet2014-03-1024-5/+3174
|\ | | | | a lot of enhancements related to tags: tags list is now sorted, shows number of articles, autocomplete added according to #477, #542
| * a lot of enhancements related to tags: tags list is now sorted, shows number ↵Maryana Rozhankivska2014-03-1024-5/+3174
| | | | | | | | of articles, autocomplete added according to #477, #542