Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #843 from rros/mysql-utf8mb4 | Nicolas Lœuillet | 2014-10-14 | 1 | -3/+5 |
|\ | | | | | Convert the MySQL charset to utf8mb4 to support the full range of unicode | ||||
| * | Convert the MySQL charset to utf8mb4 to support the full range of unicode ↵ | Robert Ros | 2014-09-18 | 1 | -3/+5 |
| | | | | | | | | characters | ||||
* | | get up to date for merge | tcit | 2014-09-28 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | added email field | tcit | 2014-07-25 | 1 | -2/+2 |
| | | |||||
* | | vendor dir is not accessible before install, sqlite db dir write check moved ↵ | Maryana Rozhankivska | 2014-08-21 | 1 | -0/+4 |
|/ | | | | into db class | ||||
* | updated specific configuration for parsing | Nicolas Lœuillet | 2014-07-13 | 1 | -10/+10 |
| | |||||
* | PicoFarad framework for routing | Nicolas Lœuillet | 2014-07-11 | 1 | -49/+89 |
| | |||||
* | WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) | Nicolas Lœuillet | 2014-07-11 | 1 | -16/+3 |
| | |||||
* | I removed my previous commit. We have to create a new branch for that. | Nicolas Lœuillet | 2014-07-10 | 1 | -20/+2 |
| | |||||
* | new fields in database, reading time / date and domain name are stored | Nicolas Lœuillet | 2014-07-08 | 1 | -2/+21 |
| | |||||
* | fix for #738 | tcitworld | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Simplifed function which does tag cleanup | tcit | 2014-05-14 | 1 | -8/+9 |
| | |||||
* | Clean old unused tags when deleting a tag | tcit | 2014-04-30 | 1 | -0/+18 |
| | |||||
* | Added default statement for db system | tcit | 2014-04-23 | 1 | -0/+2 |
| | |||||
* | Fixed Multi-user system | tcit | 2014-04-23 | 1 | -1/+38 |
| | |||||
* | error with empty content by import fixed. Also youtube and vimeo videos are ↵ | Maryana Rozhankivska | 2014-04-11 | 1 | -2/+2 |
| | | | | allowd in content now. | ||||
* | logging by import added; error by creation table if exists in postgresql fixed. | Maryana Rozhankivska | 2014-04-11 | 1 | -3/+3 |
| | |||||
* | postgres sequence error fix, issue #602 | Maryana Rozhankivska | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | import without cron | Maryana Rozhankivska | 2014-04-02 | 1 | -8/+9 |
|\ | |||||
| * | Important fixes for search engine (thx @mariroz) | tcit | 2014-04-02 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -32/+50 |
|/ | |||||
* | Finished search engine function | tcit | 2014-03-26 | 1 | -2/+2 |
| | | | | Now searches also in title and in original url | ||||
* | Implemented rudimental search engine | tcit | 2014-03-22 | 1 | -0/+8 |
| | |||||
* | a lot of enhancements related to tags: tags list is now sorted, shows number ↵ | Maryana Rozhankivska | 2014-03-10 | 1 | -4/+7 |
| | | | | of articles, autocomplete added according to #477, #542 | ||||
* | [add] cron to fetch content on imported entries | Nicolas Lœuillet | 2014-02-28 | 1 | -21/+46 |
| | |||||
* | a lot of refactoring: tag action is now handled by home view and uses ↵ | Maryana Rozhankivska | 2014-02-20 | 1 | -24/+55 |
| | | | | sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes | ||||
* | multiple tag entry displayed fix, issue #474 | Maryana Rozhankivska | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | [fix] security problems with tags | Nicolas Lœuillet | 2014-02-19 | 1 | -9/+15 |
| | |||||
* | duplicate check added. fix of issue #400 | Maryana Rozhankivska | 2014-02-14 | 1 | -0/+16 |
| | |||||
* | [add] mark all as read #385 | Nicolas Lœuillet | 2014-02-12 | 1 | -0/+6 |
| | |||||
* | fix of bug #368 Endless redirects or user doesn't exist with basic ↵ | Maryana Rozhankivska | 2014-01-30 | 1 | -3/+8 |
| | | | | authentication | ||||
* | poche is dead, welcome wallabag | Nicolas Lœuillet | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | [fix] Stops multiplication, in database, of a same user config item (error ↵ | Lonnytunes | 2014-01-20 | 1 | -1/+1 |
| | | | | of variable name). | ||||
* | Create sqlite table tags_entries only if not already exists | adev | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | [fix] error in query to get entries and tags | Nicolas Lœuillet | 2014-01-03 | 1 | -2/+2 |
| | |||||
* | [fix] bug with queries when postgresql is used | Nicolas Lœuillet | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | [add] check tags tables | Nicolas Lœuillet | 2013-12-23 | 1 | -2/+69 |
| | |||||
* | [add] assign and remove a tag to an entry | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+31 |
| | |||||
* | [add] page which lists entries for a tag | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+21 |
| | |||||
* | [add] create tags page | Nicolas Lœuillet | 2013-12-06 | 1 | -3/+11 |
| | |||||
* | [add] function to get tags by entry | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+11 |
| | |||||
* | [change] getConfigUser is now a public function | Nicolas Lœuillet | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | Fix Undefined offset Notice (thx @vjousse) | Nicolas Lœuillet | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Adding support for http_auth | Denis Sacchet | 2013-10-20 | 1 | -0/+11 |
| | |||||
* | bug fix: changing password was buggy | Nicolas Lœuillet | 2013-10-07 | 1 | -2/+2 |
| | |||||
* | bug fix #229: theme not stored on updated poches | Nicolas Lœuillet | 2013-09-21 | 1 | -3/+11 |
| | |||||
* | merge #224 | Nicolas Lœuillet | 2013-09-20 | 1 | -3/+13 |
| | |||||
* | bug in downloading pictures : article content wasn't updated anymore | Nicolas Lœuillet | 2013-08-09 | 1 | -0/+7 |
| | |||||
* | fixes for 1.0-beta | Nicolas Lœuillet | 2013-08-07 | 1 | -8/+23 |
| | |||||
* | file to update from 0.x to 1.x \o/ | Nicolas Lœuillet | 2013-08-07 | 1 | -0/+1 |
| |