aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
Commit message (Collapse)AuthorAgeFilesLines
* [add] check tags tablesNicolas Lœuillet2013-12-231-1/+2
|
* PHP_AUTH_USER isn't available when using php as cgiNicolas Lœuillet2013-12-231-9/+13
|
* fix for long lasting sessionDmitry Sandalov2013-12-211-1/+2
|
* [add] assign and remove a tag to an entryNicolas Lœuillet2013-12-061-0/+31
|
* [add] rss for tagNicolas Lœuillet2013-12-061-3/+12
|
* [add] page which lists entries for a tagNicolas Lœuillet2013-12-061-0/+8
|
* [add] edit tags pageNicolas Lœuillet2013-12-061-0/+7
|
* [add] create tags pageNicolas Lœuillet2013-12-061-0/+6
|
* [add] send tags to article viewNicolas Lœuillet2013-12-061-4/+8
|
* [fix] RSS feeds were buggy when I update full-text RSSNicolas Lœuillet2013-12-061-2/+2
|
* [change] we now use Full-Text RSS 3.1, thank you so much @fivefiltersNicolas Lœuillet2013-12-061-3/+6
|
* [add] add RSS feed for archiveNicolas Lœuillet2013-12-051-1/+1
|
* [add] atom feeds for unread / fav itemsNicolas Lœuillet2013-12-031-0/+51
|
* use 2 seprate variable for autoclosing windows to avoid to quick closing ↵banux2013-10-271-1/+1
| | | | when sharing, the popup can be close before the link is save
* Add a autoclose parameters. When we use sharing method in plugins like the ↵banux2013-10-271-2/+6
| | | | tiny tiny rss one or the firefox plugins we can passe the autoclose=true parameters that close the popup.
* bug fix #259: Deleting article doesn't redirectNicolas Lœuillet2013-10-251-1/+1
|
* Added support for http_authDenis Sacchet2013-10-201-8/+27
|
* Merge pull request #274 from NumEricR/select-themeNicolas Lœuillet2013-10-081-1/+2
|\ | | | | Update select theme filter and sort names (dev branch PR)
| * Sort themes alphabetically in config listNumEricR2013-10-051-0/+1
| |
| * Remove useless filter on .git folderNumEricR2013-10-051-1/+1
| |
* | bug fix #215: change language from config screenNicolas Lœuillet2013-10-071-0/+77
| |
* | bug fix #268: move POCHE_VERSION in index.php and change the name to avoid ↵Nicolas Lœuillet2013-10-071-2/+2
| | | | | | | | conflicts when updating
* | 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
* Merge branch 'dev' of git://github.com/tcitworld/poche into tcitworld-devNicolas Lœuillet2013-10-031-1/+1
|\
| * Changed Flattr Caching SystemThomas Citharel2013-09-271-1/+1
| | | | | | | | From md5(url) to the ID of an article. Easier and faster.
* | 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
| |
* | Avoid ".git" option in themes list of config pageNumEricR2013-09-261-1/+1
|/
* fix bug #225: blank page on article page1.0-beta5.1Nicolas Lœuillet2013-09-201-9/+9
|
* help when sqlite file not foundNicolas Lœuillet2013-09-201-1/+1
|
* merge #224Nicolas Lœuillet2013-09-201-61/+232
|
* fixes with new session classNicolas Lœuillet2013-09-201-9/+0
|
* fix bug #127: update session classNicolas Lœuillet2013-09-171-0/+1
|
* Merge branch 'Flattr' of git://github.com/tcitworld/poche into tcitworld-FlattrNicolas Lœuillet2013-09-101-4/+10
|\ | | | | | | | | Conflicts: inc/3rdparty/site_config
| * Fixed bugs, added a flattr button and an optionThomas Citharel2013-09-101-1/+1
| | | | | | | | | | 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.
* | 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
|
* 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-251-24/+18
|
* graceful error-handling with imports, define where import files are storedEliasZ2013-08-241-12/+31
|