aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Database.class.php
Commit message (Expand)AuthorAgeFilesLines
* remove new syntax for arrayNicolas Lœuillet2015-08-041-1/+1
* fixed a postgresql-related bug, more database functions secured and add an ex...Thomas Citharel2015-07-181-4/+12
* fixed bug for #1242Thomas Citharel2015-07-171-3/+3
* secure database functionsThomas Citharel2015-07-171-61/+67
* [1203] fixing tag exportVincent Malley2015-06-021-0/+15
* redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirr...Thomas Citharel2015-03-141-2/+2
* fix for #1153, a couple of improvements and fixed bugsThomas Citharel2015-03-131-3/+15
* implement #1123Thomas Citharel2015-03-021-0/+20
* much better fix for #10821.9RC1Thomas Citharel2015-02-161-5/+7
* alternative random function to fix #10821.9beta2Thomas Citharel2015-02-161-0/+8
* (definitely) fixed utf8mb4 and check if user already exists in database befor...Thomas Citharel2015-02-141-4/+9
* Fix fetched entries when localizedEric Priou aka erixtekila2015-02-051-2/+2
* Merge pull request #843 from rros/mysql-utf8mb4Nicolas Lœuillet2014-10-141-3/+5
|\
| * Convert the MySQL charset to utf8mb4 to support the full range of unicode cha...Robert Ros2014-09-181-3/+5
* | get up to date for mergetcit2014-09-281-2/+2
|\ \ | |/ |/|
| * added email fieldtcit2014-07-251-2/+2
* | vendor dir is not accessible before install, sqlite db dir write check moved ...Maryana Rozhankivska2014-08-211-0/+4
|/
* updated specific configuration for parsingNicolas Lœuillet2014-07-131-10/+10
* PicoFarad framework for routingNicolas Lœuillet2014-07-111-49/+89
* WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one)Nicolas Lœuillet2014-07-111-16/+3
* I removed my previous commit. We have to create a new branch for that.Nicolas Lœuillet2014-07-101-20/+2
* new fields in database, reading time / date and domain name are storedNicolas Lœuillet2014-07-081-2/+21
* fix for #738tcitworld2014-06-301-1/+1
* Simplifed function which does tag cleanuptcit2014-05-141-8/+9
* Clean old unused tags when deleting a tagtcit2014-04-301-0/+18
* Added default statement for db systemtcit2014-04-231-0/+2
* Fixed Multi-user systemtcit2014-04-231-1/+38
* error with empty content by import fixed. Also youtube and vimeo videos are a...Maryana Rozhankivska2014-04-111-2/+2
* logging by import added; error by creation table if exists in postgresql fixed.Maryana Rozhankivska2014-04-111-3/+3
* postgres sequence error fix, issue #602Maryana Rozhankivska2014-04-051-1/+1
* import without cronMaryana Rozhankivska2014-04-021-8/+9
|\
| * Important fixes for search engine (thx @mariroz)tcit2014-04-021-6/+7
* | import without cronMaryana Rozhankivska2014-04-021-32/+50
|/
* Finished search engine functiontcit2014-03-261-2/+2
* Implemented rudimental search enginetcit2014-03-221-0/+8
* a lot of enhancements related to tags: tags list is now sorted, shows number ...Maryana Rozhankivska2014-03-101-4/+7
* [add] cron to fetch content on imported entriesNicolas Lœuillet2014-02-281-21/+46
* a lot of refactoring: tag action is now handled by home view and uses sorting...Maryana Rozhankivska2014-02-201-24/+55
* multiple tag entry displayed fix, issue #474Maryana Rozhankivska2014-02-201-2/+2
* [fix] security problems with tagsNicolas Lœuillet2014-02-191-9/+15
* duplicate check added. fix of issue #400Maryana Rozhankivska2014-02-141-0/+16
* [add] mark all as read #385Nicolas Lœuillet2014-02-121-0/+6
* fix of bug #368 Endless redirects or user doesn't exist with basic authentica...Maryana Rozhankivska2014-01-301-3/+8
* poche is dead, welcome wallabagNicolas Lœuillet2014-01-281-3/+3
* [fix] Stops multiplication, in database, of a same user config item (error of...Lonnytunes2014-01-201-1/+1
* Create sqlite table tags_entries only if not already existsadev2014-01-051-1/+1
* [fix] error in query to get entries and tagsNicolas Lœuillet2014-01-031-2/+2
* [fix] bug with queries when postgresql is usedNicolas Lœuillet2013-12-231-2/+2
* [add] check tags tablesNicolas Lœuillet2013-12-231-2/+69
* [add] assign and remove a tag to an entryNicolas Lœuillet2013-12-061-0/+31