aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* bug fix #266: make installation steps easierNicolas Lœuillet2013-10-071-41/+44
|
* change doc link1.0.0Nicolas Lœuillet2013-10-031-1/+1
|
* reopen #219 when archive last poched links from a page, redirect to an other ↵Nicolas Lœuillet2013-10-031-5/+0
| | | | page
* remove print_rNicolas Lœuillet2013-10-031-1/+0
|
* Merge branch 'dev' of git://github.com/tcitworld/poche into tcitworld-devNicolas Lœuillet2013-10-032-7/+8
|\
| * Changed Flattr Caching SystemThomas Citharel2013-09-272-7/+8
| | | | | | | | From md5(url) to the ID of an article. Easier and faster.
| * Changed url's encryption from base64 to md5Thomas Citharel2013-09-261-3/+3
| | | | | | | | | | | | Fixes Issue #243. md5 hashes are only coded on 32 hexadecimal characters, so it won't make too long file names.
* | preparing to 1.0.0Nicolas Lœuillet2013-10-031-1/+1
| |
* | bug fix #227: Deleting element in archive redirect to homeNicolas Lœuillet2013-10-031-1/+1
| |
* | bug fix #219: when archive last poched links from a page, redirect to an ↵Nicolas Lœuillet2013-10-031-0/+6
| | | | | | | | other page
* | change instructions messagesNicolas Lœuillet2013-10-031-6/+9
| |
* | site_config is now embedded with pocheNicolas Lœuillet2013-10-039-0/+52
| |
* | Avoid ".git" option in themes list of config pageNumEricR2013-09-261-1/+1
| |
* | change import files constantsNicolas Lœuillet2013-09-211-3/+7
| |
* | bug fix #229: theme not stored on updated pochesNicolas Lœuillet2013-09-211-3/+11
| |
* | unactivate debugNicolas Lœuillet2013-09-211-1/+1
|/
* fix bug #225: blank page on article page1.0-beta5.1Nicolas Lœuillet2013-09-201-9/+9
|
* remove define.inc.phpNicolas Lœuillet2013-09-201-39/+0
|
* help when sqlite file not foundNicolas Lœuillet2013-09-201-1/+1
|
* remove config.inc.phpNicolas Lœuillet2013-09-201-56/+0
|
* chmod & mail addressNicolas Lœuillet2013-09-203-10/+2
|
* merge #224Nicolas Lœuillet2013-09-207-131/+435
|
* fixes with new session classNicolas Lœuillet2013-09-202-10/+1
|
* remove csrf checkNicolas Lœuillet2013-09-181-9/+1
|
* fix bug #127: update session classNicolas Lœuillet2013-09-173-71/+223
|
* Add lang attribute in html tagNumEricR2013-09-141-0/+5
|
* titles with colon bad parsedNicolas Lœuillet2013-09-131-1/+1
|
* fix bug #209: titles with colon bad parsedNicolas Lœuillet2013-09-123-9/+49
|
* Merge branch 'Flattr' of git://github.com/tcitworld/poche into tcitworld-FlattrNicolas Lœuillet2013-09-104-4/+65
|\ | | | | | | | | Conflicts: inc/3rdparty/site_config
| * Fixed bugs, added a flattr button and an optionThomas Citharel2013-09-102-2/+3
| | | | | | | | | | There's a button and an option in define.inc.php to show the button or not.
| * Fixed errors and changed source of flattrsThomas Citharel2013-09-081-8/+8
| | | | | | | | | | Fixed errors, and the number displayed is no longer the number of peope who has flattred an article, but the number of flattrs he has got.
| * Implemented Flattr changesThomas Citharel2013-09-081-2/+57
| | | | | | | | | | Added a button to say if the article is flattrable or not and how many people have flattred this object.
* | add site_config submoduleNicolas Lœuillet2013-09-101-0/+0
| |
* | remove site_config to manage them by a submoduleNicolas Lœuillet2013-09-108-52/+0
| |
* | change doc urlNicolas Lœuillet2013-09-101-1/+1
| |
* | change email address in headerNicolas Lœuillet2013-09-102-5/+2
| |
* | Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2013-09-101-0/+2
|\ \
| * | Add number of results next to pagerNumEricR2013-08-281-0/+2
| |/
* | changes to add url directly from pocheNicolas Lœuillet2013-09-101-6/+1
| |
* | Fixed bugs due to migrationThomas Citharel2013-09-081-1/+1
| |
* | Implemented Add ButtonThomas Citharel2013-09-081-0/+5
|/ | | | | Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
* Add warning message when there is no entry in current viewNumEricR2013-08-271-5/+9
|
* Update commentNumEricR2013-08-271-1/+1
|
* config file for tldp.orgNicolas Lœuillet2013-08-271-0/+6
|
* add configuration to parse bfmtv.comNicolas Lœuillet2013-08-271-0/+6
|
* fix bug #186: content was empty when enabling downloading picturesNicolas Lœuillet2013-08-261-1/+1
|
* poche now uses Full Text RSS to fetch contentNicolas Lœuillet2013-08-2552-78/+20037
|
* fix bug #175 IP addresses do not appear in view originalNicolas Lœuillet2013-08-251-7/+1
|
* Merge pull request #173 from EliasZ/devNicolas Lœuillet2013-08-242-13/+36
|\ | | | | Graceful error-handling with imports and defining where import files are stored
| * graceful error-handling with imports, define where import files are storedEliasZ2013-08-242-13/+36
| |