aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge pull request #370 from DmitrySandalov/devNicolas Lœuillet2013-12-2817-43/+43
| |\ \ \ \ | | |_|_|/ | |/| | | docs link, typos
| | * | | docs link, typosDmitry Sandalov2013-12-2817-43/+43
| |/ / /
* / / / [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] availability to regenerate feed tokenNicolas Lœuillet2013-12-231-0/+1
| | |
* | | [change] install docNicolas Lœuillet2013-12-231-70/+1
| | |
* | | [change] 1.3, let's rock babyNicolas Lœuillet2013-12-231-1/+1
| | |
* | | [add] check tags tablesNicolas Lœuillet2013-12-232-3/+71
| | |
* | | PHP_AUTH_USER isn't available when using php as cgiNicolas Lœuillet2013-12-232-9/+22
| | |
* | | fix for long lasting sessionDmitry Sandalov2013-12-212-3/+11
| | |
* | | Merge pull request #360 from DmitrySandalov/devNicolas Lœuillet2013-12-191-3/+3
|\ \ \ | | | | | | | | tags: mysql create tables if not exists
| * | | tags: mysql create tables if not existsDmitry Sandalov2013-12-191-3/+3
|/ / /
* | | Merge pull request #358 from williamtheaker/devNicolas Lœuillet2013-12-167-35/+35
|\ \ \ | | | | | | | | Edited English text
| * | | Typo fixedWilliam Theaker2013-12-151-1/+1
| | | |
| * | | typoWilliam Theaker2013-12-151-1/+1
| | | |
| * | | Edited textWilliam Theaker2013-12-156-32/+32
| | | |
| * | | Edited textWilliam Theaker2013-12-151-3/+3
|/ / /
* | | [fix] typo in config screenNicolas Lœuillet2013-12-121-1/+1
| | |
* | | Merge pull request #356 from inthepoche/tagsNicolas Lœuillet2013-12-1214-41/+252
|\ \ \ | | | | | | | | Tags feature
| * | | [add] tags and tags_entries for mysql & postgresqlNicolas Lœuillet2013-12-062-1/+27
| | | |
| * | | [add] tags and tags_entries tables in poche.sqliteNicolas Lœuillet2013-12-061-0/+0
| | | |
| * | | [add] assign and remove a tag to an entryNicolas Lœuillet2013-12-064-4/+68
| | | |
| * | | [add] rss for tagNicolas Lœuillet2013-12-064-5/+15
| | | |
| * | | [add] page which lists entries for a tagNicolas Lœuillet2013-12-066-3/+65
| | | |
| * | | [change] simplify Tools::getTplFileNicolas Lœuillet2013-12-061-36/+9
| | | |
| * | | [add] edit tags pageNicolas Lœuillet2013-12-064-1/+29
| | | |
| * | | [add] create tags pageNicolas Lœuillet2013-12-065-5/+29
| | | |
| * | | [add] tags displayingNicolas Lœuillet2013-12-062-0/+9
| | | |
| * | | [add] send tags to article viewNicolas Lœuillet2013-12-061-4/+8
| | | |
| * | | [add] function to get tags by entryNicolas Lœuillet2013-12-061-0/+11
| | | |
* | | | [add] download database if sqlite is onNicolas Lœuillet2013-12-123-0/+28
|/ / /
* | | [fix] RSS feeds were buggy when I update full-text RSSNicolas Lœuillet2013-12-062-10/+5
| | |
* | | [add] new specific configuration filesNicolas Lœuillet2013-12-06773-0/+6982
| | |
* | | Merge pull request #353 from inthepoche/ftrNicolas Lœuillet2013-12-0683-7785/+23838
|\ \ \ | | | | | | | | [change] we now use Full-Text RSS 3.1, thank you so much @fivefilters
| * | | [change] we now use Full-Text RSS 3.1, thank you so much @fivefiltersNicolas Lœuillet2013-12-0683-7785/+23838
| | | |
* | | | Merge pull request #352 from versvs/devNicolas Lœuillet2013-12-051-31/+31
|\ \ \ \ | |/ / / |/| | | updating the "es_ES" locale
| * | | updating the "es_ES" localeversvs2013-12-051-31/+31
|/ / / | | | | | | | | | | | | Fixed some strings to fit the common use that people understand and find and other es_ES web apps. Completed some non-translated strings. Also, opted for an editorial line in which "Poche" is treated as a noun (therefore, I capitalized the first letter).
* | | [add] add RSS feed for archiveNicolas Lœuillet2013-12-052-1/+2
| | |
* | | [fix] undefined notice for feedNicolas Lœuillet2013-12-031-1/+1
| | |
* | | Merge pull request #350 from inthepoche/rssNicolas Lœuillet2013-12-035-170/+239
|\ \ \ | | | | | | | | add atom feeds for unread / favs
| * | | [add] atom feeds for unread / fav itemsNicolas Lœuillet2013-12-033-0/+68
| | | |
| * | | [change] getConfigUser is now a public functionNicolas Lœuillet2013-12-031-1/+1
| | | |
| * | | [change] update FeedWriter classNicolas Lœuillet2013-12-031-169/+170
|/ / /
* | | Merge pull request #347 from evgeni/fix-linksNicolas Lœuillet2013-12-021-2/+2
|\ \ \ | | | | | | | | Fix links of third applications
| * | | do not link to the french mozilla site, let the server decide the languageEvgeni Golov2013-12-021-1/+1
| | | |
| * | | proper spacing around 'or'Evgeni Golov2013-12-021-1/+1
| | | |
| * | | fix link to Google PlayEvgeni Golov2013-12-021-1/+1
| | | |
* | | | Merge pull request #349 from JasonGhent/masterNicolas Lœuillet2013-12-023-2/+10
|\ \ \ \ | |/ / / |/| | | Stackoverflow parsing and subdomain failover fix.
| * | | Subdomain to domain failover left incorrect leading '.'. This has been remedied.Jason2013-11-301-2/+2
| | | |
| * | | Addition of stackexchange parser.Jason Ghent2013-11-301-0/+4
| | | |