Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import w/o cron | Maryana Rozhankivska | 2014-04-03 | 1 | -270/+46 |
| | |||||
* | import without cron | Maryana Rozhankivska | 2014-04-02 | 2 | -16/+22 |
|\ | |||||
| * | Important fixes for search engine (thx @mariroz) | tcit | 2014-04-02 | 2 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 cron | Maryana Rozhankivska | 2014-04-02 | 5 | -239/+325 |
|/ | |||||
* | Final Fix of #570 | tcit | 2014-03-28 | 1 | -1/+3 |
| | | | | Adds a date information to the exported data file. | ||||
* | Fix to bug #570 | tcit | 2014-03-28 | 1 | -0/+1 |
| | | | | Forces the download of the data exported file as a poche-export file. | ||||
* | Fix of #580 : Add some random for Windows hosts | tcit | 2014-03-26 | 1 | -1/+7 |
| | |||||
* | Finished search engine function | tcit | 2014-03-26 | 1 | -2/+2 |
| | | | | Now searches also in title and in original url | ||||
* | Merge pull request #582 from mariroz/fix-session-livetime | Nicolas Lœuillet | 2014-03-24 | 1 | -2/+2 |
|\ | | | | | fix of localhost cookie related to nginx binding to 0.0.0.0 | ||||
| * | fix of localhost cookie related to nginx binding to 0.0.0.0 | Maryana Rozhankivska | 2014-03-21 | 1 | -2/+2 |
| | | |||||
* | | Fixes to search engine | tcit | 2014-03-23 | 1 | -2/+2 |
| | | | | | | | | | | Changed the search parameter from POST to GET. Also, adapted the Baggy theme. | ||||
* | | Implemented rudimental search engine | tcit | 2014-03-22 | 3 | -3/+18 |
|/ | |||||
* | fix of issue under nginx and php-fpm | Maryana Rozhankivska | 2014-03-21 | 1 | -3/+3 |
| | |||||
* | fix of _SESSION - indefined variable | Maryana Rozhankivska | 2014-03-19 | 1 | -1/+2 |
| | |||||
* | fix of #115, server relater config value added | Maryana Rozhankivska | 2014-03-18 | 1 | -0/+3 |
| | |||||
* | fix of #115 - stay connected and session livetime | Maryana Rozhankivska | 2014-03-17 | 2 | -7/+21 |
| | |||||
* | Update brazilian traslation title to "Português (Brasil)" | camporez | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | [fix] in RSS, link to original article | Nicolas Lœuillet | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | [add] remove import file in CACHE when import is over | Nicolas Lœuillet | 2014-03-14 | 1 | -0/+9 |
| | |||||
* | a lot of enhancements related to tags: tags list is now sorted, shows number ↵ | Maryana Rozhankivska | 2014-03-10 | 3 | -21/+52 |
| | | | | of articles, autocomplete added according to #477, #542 | ||||
* | [fix] test if user_id doesn't exist in feeds generation | Nicolas Lœuillet | 2014-03-10 | 1 | -0/+4 |
| | |||||
* | fix of #530 - import fail from Poche | Maryana Rozhankivska | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #532 from wallabag/upload-file | Nicolas Lœuillet | 2014-03-07 | 3 | -97/+143 |
|\ | | | | | New import system | ||||
| * | getPageContent moved to Tools, fix of #426 | Maryana Rozhankivska | 2014-03-07 | 1 | -10/+16 |
| | | |||||
| * | [add] cron to fetch content on imported entries | Nicolas Lœuillet | 2014-02-28 | 3 | -89/+120 |
| | | |||||
| * | [add] upload form for import | Nicolas Lœuillet | 2014-02-28 | 2 | -8/+17 |
| | | |||||
* | | [fix] #115 cookie lifetime was empty | Nicolas Lœuillet | 2014-03-02 | 1 | -3/+10 |
| | | |||||
* | | [add] display last check of wallabag release | Nicolas Lœuillet | 2014-03-01 | 1 | -3/+11 |
| | | |||||
* | | [fix] RSS Feeds don't validate / W3C #384 | Nicolas Lœuillet | 2014-03-01 | 2 | -2/+4 |
|/ | |||||
* | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | Nicolas Lœuillet | 2014-02-28 | 1 | -0/+1 |
|\ | |||||
| * | effect of block rebuilding on next page removed, issue #479 | Maryana Rozhankivska | 2014-02-28 | 1 | -0/+1 |
| | | |||||
* | | [add] label for brazilian language on config screen | Nicolas Lœuillet | 2014-02-27 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #515 from mariroz/dev | Nicolas Lœuillet | 2014-02-27 | 1 | -1/+1 |
|\ | | | | | fix of #509, related to php 5.3 | ||||
| * | fix of #509, related to php 5.3 | Maryana Rozhankivska | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | [add] empty cache after changing language #492 | Nicolas Lœuillet | 2014-02-27 | 1 | -0/+2 |
| | | |||||
* | | [add] Empty cache after changing theme #503 | Nicolas Lœuillet | 2014-02-27 | 1 | -0/+2 |
|/ | |||||
* | translation related: how-to md file added, script to generate php from all ↵ | Maryana Rozhankivska | 2014-02-26 | 1 | -3/+3 |
| | | | | twig templates, polish mo file compiled | ||||
* | fix of #498, #493, #494 - because disappeared in last commit | Maryana Rozhankivska | 2014-02-25 | 1 | -0/+1 |
| | |||||
* | fix of #486 - import issue | Maryana Rozhankivska | 2014-02-24 | 2 | -351/+357 |
| | |||||
* | fix of global $http visibility, issues #493, #494 | Maryana Rozhankivska | 2014-02-24 | 1 | -0/+1 |
| | |||||
* | [fix] redirect on config page after token generation #491 | Nicolas Lœuillet | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | [fix] content is now cleaned by HTML purifier from prevent XSS attack | Nicolas Lœuillet | 2014-02-21 | 2 | -0/+8 |
| | |||||
* | [add] HTML Purifier added to clean code | Nicolas Lœuillet | 2014-02-21 | 362 | -0/+31430 |
| | |||||
* | [add] languages well displayed on config page #480 | Nicolas Lœuillet | 2014-02-21 | 1 | -2/+15 |
| | |||||
* | Merge branch 'dev' of git://github.com/mariroz/wallabag into dev | Nicolas Lœuillet | 2014-02-21 | 3 | -41/+71 |
|\ | |||||
| * | a lot of refactoring: tag action is now handled by home view and uses ↵ | Maryana Rozhankivska | 2014-02-20 | 3 | -41/+71 |
| | | | | | | | | sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes | ||||
* | | [fix] themes sorted A->Z #470 | Nicolas Lœuillet | 2014-02-20 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'dev' of git://github.com/arnaudmm/wallabag into arnaudmm-dev | Nicolas Lœuillet | 2014-02-20 | 1 | -9/+21 |
|\ \ | |/ |/| | |||||
| * | Feature #457 : import from pocket now import tags too | arnaudmm | 2014-02-20 | 1 | -9/+21 |
| | | |||||
* | | multiple tag entry displayed fix, issue #474 | Maryana Rozhankivska | 2014-02-20 | 1 | -2/+2 |
| | |