aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Added stackoverflow parsing.Jason Ghent2013-11-301-0/+4
| |
| * Merge pull request #326 from inthepoche/devNicolas Lœuillet2013-11-2532-19/+504
| |\ | | | | | | 1.2.0
* | | add compiled file for persian languageNicolas Lœuillet2013-11-252-3/+2
| | |
* | | Merge pull request #329 from mabkenar/devNicolas Lœuillet2013-11-251-0/+227
|\ \ \ | |_|/ |/| | Create fa_IR.utf8.po
| * | Create fa_IR.utf8.poMasoud P. Abkenar2013-11-251-0/+227
|/ / | | | | A Persian (fa_IR) translation.
* | 1.2.0: here we go1.2.0Nicolas Lœuillet2013-11-251-1/+1
| |
* | Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2013-11-251-1/+1
|\ \
| * | Fix Undefined offset Notice (thx @vjousse)Nicolas Lœuillet2013-11-201-1/+1
| | |
* | | add italian languageNicolas Lœuillet2013-11-252-0/+237
| | |
* | | fix russian directoryNicolas Lœuillet2013-11-252-0/+0
|/ /
* | [change] reuse existing class for article_toolbarNicolas Lœuillet2013-11-141-5/+2
| |
* | Merge branch 'DmitrySandalov-master' into devNicolas Lœuillet2013-11-132-3/+3
|\ \
| * \ Merge branch 'master' of git://github.com/DmitrySandalov/poche into ↵Nicolas Lœuillet2013-11-132-3/+3
| |\ \ | | | | | | | | | | | | DmitrySandalov-master
| | * | fix #270 access from remote machineDmitry Sandalov2013-11-051-2/+2
| | |/ | | | | | | Replacing SERVER_NAME with HTTP_HOST allows me to use Poche on remote machines
| | * Merge pull request #289 from inthepoche/devNicolas Lœuillet2013-10-2421-279/+534
| | |\ | | | | | | | | 1.1.0
| | * | Update CONTRIBUTING.mdNicolas Lœuillet2013-10-171-1/+1
| | | |