Commit graph

52 commits

Author SHA1 Message Date
Nicolas Lœuillet 5b16d508b5 Merge pull request #843 from rros/mysql-utf8mb4
Convert the MySQL charset to utf8mb4 to support the full range of unicode
2014-10-14 19:56:50 +02:00
tcit ffcd442989 get up to date for merge 2014-09-28 17:31:02 +02:00
Robert Ros b668db242d Convert the MySQL charset to utf8mb4 to support the full range of unicode characters 2014-09-18 22:29:22 +02:00
Maryana Rozhankivska 211068ce50 vendor dir is not accessible before install, sqlite db dir write check moved into db class 2014-08-21 17:17:36 +03:00
tcit 046b931624 added email field 2014-07-25 08:42:03 +02:00
Nicolas Lœuillet 4e067ceabd updated specific configuration for parsing 2014-07-13 10:15:40 +02:00
Nicolas Lœuillet b3cda72e93 PicoFarad framework for routing 2014-07-11 17:06:51 +02:00
Nicolas Lœuillet 3602405ec0 WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) 2014-07-11 16:03:59 +02:00
Nicolas Lœuillet 6400371ff9 I removed my previous commit. We have to create a new branch for that. 2014-07-10 13:17:04 +02:00
Nicolas Lœuillet 5425b0dd82 new fields in database, reading time / date and domain name are stored 2014-07-08 21:46:32 +02:00
tcitworld 25052a76ca fix for #738 2014-06-30 23:24:46 +02:00
tcit 24696800e5 Simplifed function which does tag cleanup 2014-05-14 18:51:02 +02:00
tcit 9c743ab965 Clean old unused tags when deleting a tag 2014-04-30 12:14:20 +02:00
tcit 8af31ae0f7 Added default statement for db system 2014-04-23 22:48:33 +02:00
tcit 4d99bae893 Fixed Multi-user system 2014-04-23 10:29:53 +02:00
Maryana Rozhankivska 0f859c6f32 error with empty content by import fixed. Also youtube and vimeo videos are allowd in content now. 2014-04-11 17:21:54 +03:00
Maryana Rozhankivska 5ce3978472 logging by import added; error by creation table if exists in postgresql fixed. 2014-04-11 14:43:17 +03:00
Maryana Rozhankivska 1bcbe8bebf postgres sequence error fix, issue #602 2014-04-05 11:22:33 +03:00
Maryana Rozhankivska a4585f7eaa import without cron 2014-04-02 22:33:06 +03:00
Maryana Rozhankivska 182faf2696 import without cron 2014-04-02 20:55:19 +03:00
tcit d967a1fa14 Important fixes for search engine (thx @mariroz)
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
2014-04-02 17:44:47 +02:00
tcit cc60cbbbab Finished search engine function
Now searches also in title and in original url
2014-03-26 16:36:42 +01:00
tcit a33a3d2afb Implemented rudimental search engine 2014-03-22 11:09:18 +01:00
Maryana Rozhankivska fb26cc9375 a lot of enhancements related to tags: tags list is now sorted, shows number of articles, autocomplete added according to #477, #542 2014-03-10 16:28:47 +02:00
Nicolas Lœuillet 53e3158dfe [add] cron to fetch content on imported entries 2014-02-28 21:49:38 +01:00
Maryana Rozhankivska 032e0ca13a a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes 2014-02-20 19:28:39 +02:00
Maryana Rozhankivska e83cf5a787 multiple tag entry displayed fix, issue #474 2014-02-20 10:41:16 +02:00
Nicolas Lœuillet b89d5a2bf4 [fix] security problems with tags 2014-02-19 13:25:28 +01:00
Maryana Rozhankivska 488fc63b67 duplicate check added. fix of issue #400 2014-02-14 17:27:22 +02:00
Nicolas Lœuillet f14807de06 [add] mark all as read #385 2014-02-12 21:52:01 +01:00
Maryana Rozhankivska 6af66b1106 fix of bug #368 Endless redirects or user doesn't exist with basic authentication 2014-01-30 16:35:31 +02:00
Nicolas Lœuillet c95b78a8ce poche is dead, welcome wallabag 2014-01-28 10:36:04 +01:00
Lonnytunes d1d3498b62 [fix] Stops multiplication, in database, of a same user config item (error of variable name). 2014-01-20 00:44:51 +01:00
adev a562e3905a Create sqlite table tags_entries only if not already exists 2014-01-05 15:03:05 +01:00
Nicolas Lœuillet 9de34d4e84 [fix] error in query to get entries and tags 2014-01-03 10:06:26 +01:00
Nicolas Lœuillet da5fc42f61 [fix] bug with queries when postgresql is used 2013-12-23 11:23:12 +01:00
Nicolas Lœuillet 5cfafc6110 [add] check tags tables 2013-12-23 10:35:09 +01:00
Nicolas Lœuillet c432fa1674 [add] assign and remove a tag to an entry 2013-12-06 15:07:51 +01:00
Nicolas Lœuillet 4886ed6d36 [add] page which lists entries for a tag 2013-12-06 14:22:29 +01:00
Nicolas Lœuillet 2e2ebe5ec7 [add] create tags page 2013-12-06 13:15:06 +01:00
Nicolas Lœuillet 5bea1a4d31 [add] function to get tags by entry 2013-12-06 13:02:15 +01:00
Nicolas Lœuillet 5846b0f1b3 [change] getConfigUser is now a public function 2013-12-03 10:39:45 +01:00
Nicolas Lœuillet 0c2f453750 Fix Undefined offset Notice (thx @vjousse) 2013-11-20 10:22:21 +01:00
Denis Sacchet 027b4e1568 Adding support for http_auth 2013-10-20 23:28:45 +02:00
Nicolas Lœuillet 1e98ee1de0 bug fix: changing password was buggy 2013-10-07 14:56:21 +02:00
Nicolas Lœuillet 58ace4941e bug fix #229: theme not stored on updated poches 2013-09-21 14:37:53 +02:00
Nicolas Lœuillet 00dbaf90bc merge #224 2013-09-20 10:21:39 +02:00
Nicolas Lœuillet b58e261db9 bug in downloading pictures : article content wasn't updated anymore 2013-08-09 23:30:20 +02:00
Nicolas Lœuillet b916bcfccc fixes for 1.0-beta 2013-08-07 19:14:28 +02:00
Nicolas Lœuillet 580d60b941 file to update from 0.x to 1.x \o/ 2013-08-07 15:46:17 +02:00