aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
Commit message (Collapse)AuthorAgeFilesLines
* I removed my previous commit. We have to create a new branch for that.Nicolas Lœuillet2014-07-101-0/+8
|
* new fields in database, reading time / date and domain name are storedNicolas Lœuillet2014-07-081-8/+0
|
* up to datetcit2014-06-071-22/+22
|\
| * small xss vulnerability and translation ability fixMaryana Rozhankivska2014-05-301-1/+1
| |
| * small xss vulnerability and translation ability fixMaryana Rozhankivska2014-05-301-21/+20
| |
| * add dailymotion videos, issue #708Maryana Rozhankivska2014-05-261-5/+6
| |
* | do not debug inside an epubtcit2014-06-071-5/+5
|/
* Cleaned epub fonctiontcit2014-05-161-6/+4
|
* Merge branch 'epub' into devtcit2014-05-161-0/+117
|\ | | | | | | | | Conflicts: themes/baggy/home.twig
| * Better names for epub files and epub in all themes nowtcit2014-05-151-5/+10
| |
| * Fix bugs and improved epub renderingtcit2014-05-141-19/+21
| |
| * Merge branch 'dev' of https://github.com/wallabag/wallabag into epubtcit2014-05-141-4/+4
| |\
| * | Added translation capabilities for epub systemtcit2014-05-071-6/+6
| | |
| * | Many improvements to epub produced : better cover, better tagstcit2014-05-071-8/+15
| | |
| * | Big changes for epub export. Now possible to do it from a tag, a category ↵tcit2014-04-251-18/+38
| | | | | | | | | | | | and a search. Also, improved ebook rendering.
| * | Added epub export functiontcit2014-04-241-0/+83
| | |
* | | Simplifed function which does tag cleanuptcit2014-05-141-2/+4
| | |
* | | Removed unnecessary function for cleaning tagstcit2014-05-111-7/+0
| | |
* | | Clean old unused tags when deleting a tagtcit2014-04-301-1/+12
| | |
* | | Remove unnecessary linetcit2014-04-301-1/+0
| | |
* | | Added save search as tag functionalitytcit2014-04-301-32/+45
| |/ |/|
* | fix of putenv warning under safe mode, issue #646Maryana Rozhankivska2014-04-251-4/+4
|/
* Merge branch 'dev' of https://github.com/wallabag/wallabag into devtcit2014-04-231-10/+15
|\
| * config.inc.php.new renamed in config.inc.default.phpMaryana Rozhankivska2014-04-221-8/+1
| |
| * print view fixed in baggy; print link added; read percent added in default ↵Maryana Rozhankivska2014-04-221-2/+14
| | | | | | | | theme; archive and favorite re-factored to be ajax action in article view
* | Fixed Multi-user systemtcit2014-04-231-0/+54
|/
* error with empty content by import fixed. Also youtube and vimeo videos are ↵Maryana Rozhankivska2014-04-111-6/+14
| | | | allowd in content now.
* logging by import added; error by creation table if exists in postgresql fixed.Maryana Rozhankivska2014-04-111-0/+7
|
* code formatting changes: tabs replaced with spaces, some other small ↵Maryana Rozhankivska2014-04-081-48/+47
|\ | | | | | | formatting enhancements
| * in RSS feed, add link to wallabag URL #556Nicolas Lœuillet2014-04-061-32/+33
| |
* | remove duplicates by import, code changes: tabs replaced with spacesMaryana Rozhankivska2014-04-081-36/+37
|/
* import w/o cronMaryana Rozhankivska2014-04-031-270/+46
|
* import without cronMaryana Rozhankivska2014-04-021-8/+13
|\
| * Important fixes for search engine (thx @mariroz)tcit2014-04-021-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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-021-110/+182
|/
* Final Fix of #570tcit2014-03-281-1/+3
| | | | Adds a date information to the exported data file.
* Fix to bug #570tcit2014-03-281-0/+1
| | | | Forces the download of the data exported file as a poche-export file.
* Fix of #580 : Add some random for Windows hoststcit2014-03-261-1/+7
|
* Fixes to search enginetcit2014-03-231-2/+2
| | | | | Changed the search parameter from POST to GET. Also, adapted the Baggy theme.
* Implemented rudimental search enginetcit2014-03-221-2/+9
|
* fix of #115 - stay connected and session livetimeMaryana Rozhankivska2014-03-171-2/+0
|
* Update brazilian traslation title to "Português (Brasil)"camporez2014-03-161-1/+1
|
* [fix] in RSS, link to original articleNicolas Lœuillet2014-03-141-1/+1
|
* [add] remove import file in CACHE when import is overNicolas Lœuillet2014-03-141-0/+9
|
* a lot of enhancements related to tags: tags list is now sorted, shows number ↵Maryana Rozhankivska2014-03-101-17/+35
| | | | of articles, autocomplete added according to #477, #542
* [fix] test if user_id doesn't exist in feeds generationNicolas Lœuillet2014-03-101-0/+4
|
* fix of #530 - import fail from PocheMaryana Rozhankivska2014-03-071-0/+1
|
* Merge pull request #532 from wallabag/upload-fileNicolas Lœuillet2014-03-071-74/+36
|\ | | | | New import system
| * [add] cron to fetch content on imported entriesNicolas Lœuillet2014-02-281-67/+19
| |
| * [add] upload form for importNicolas Lœuillet2014-02-281-7/+17
| |