aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2014-01-031-3/+3
|\
| * Merge pull request #380 from F1reF0x/devNicolas Lœuillet2014-01-031-3/+3
| |\ | | | | | | Change Permissions in pochePictures.php
| | * Change Permissions in pochePictures.phpFireFox2014-01-031-3/+3
| | | | | | | | | Stored Pictures are not accessible (on my server), when permission is set to 0705, but instead, when using 0755 (or for example to 0715) all is working as expected. So maybe it would be good, considering in changing the permission of created directories in the assets directory
* | | [fix] #375 Readability.com changed its export formatNicolas Lœuillet2014-01-031-25/+28
|/ /
* | [fix] code display when printing a page was buggyNicolas Lœuillet2014-01-031-0/+4
| |
* | [del] remove inthepoche.com config file, website has changedNicolas Lœuillet2014-01-031-7/+0
| |
* | [add] config file for interviewmagazine.comNicolas Lœuillet2014-01-031-0/+4
| |
* | [fix] bugs #374 and #376 - encoding in rssNicolas Lœuillet2014-01-031-1/+1
| |
* | Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2014-01-0319-59/+59
|\ \
| * \ Merge pull request #379 from williamtheaker/devNicolas Lœuillet2014-01-022-16/+16
| |\ \ | | |/ | |/| Minor changes to tag edit and config pages
| | * Updated config pageWilliam Theaker2014-01-021-11/+11
| | |
| | * Updated tag edit pageWilliam Theaker2014-01-021-5/+5
| |/
| * 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
|