aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug in config screen for default themetcit2014-10-041-1/+0
|
* get up to date for mergetcit2014-09-284-6/+18
|\
| * changes in all themestcit2014-07-262-0/+8
| |
| * Translationstcit2014-07-263-4/+4
| |
| * precisiontcit2014-07-251-1/+1
| |
| * added email fieldtcit2014-07-252-3/+7
| |
* | Fix downloading SQLite database from all usersThomas Citharel2014-08-262-3/+0
| |
* | Merge branch 'dev' of https://github.com/wallabag/wallabag into devThomas Citharel2014-08-212-2/+2
|\ \
| * \ Merge pull request #784 from wallabag/fix-successful-add-messageNicolas Lœuillet2014-08-182-2/+2
| |\ \ | | | | | | | | fix display of 'Done' message when we add a link from 'save a link' item
| | * | fix display of 'Done' message when we add a link from 'save a link' itemNicolas Lœuillet2014-07-222-2/+2
| | | |
* | | | merge fix 776Thomas Citharel2014-08-162-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix #776Nicolas Lœuillet2014-07-222-2/+2
| |/ /
* | | 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