aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* [add] atom feeds for unread / fav itemsNicolas Lœuillet2013-12-031-0/+51
|
* [change] getConfigUser is now a public functionNicolas Lœuillet2013-12-031-1/+1
|
* [change] update FeedWriter classNicolas Lœuillet2013-12-031-169/+170
|
* 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
|
* Fix Undefined offset Notice (thx @vjousse)Nicolas Lœuillet2013-11-201-1/+1
|
* Merge branch 'DmitrySandalov-master' into devNicolas Lœuillet2013-11-131-2/+2
|\
| * Merge branch 'master' of git://github.com/DmitrySandalov/poche into ↵Nicolas Lœuillet2013-11-131-2/+2
| |\ | | | | | | | | | 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
* | | [fix] bug fix #287: test if open_basedir & safe_mode are active to use ↵Nicolas Lœuillet2013-11-131-1/+3
|/ / | | | | | | CURLOPT_FOLLOWLOCATION
* | 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.
* | parse dilbert.comNicolas Lœuillet2013-10-252-0/+5
| |
* | bug fix #259: Deleting article doesn't redirectNicolas Lœuillet2013-10-251-1/+1
|/
* Adding support for http_authDenis Sacchet2013-10-201-0/+11
|
* Added support for http_authDenis Sacchet2013-10-201-8/+27
|
* Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2013-10-101-1/+2
|\
| * 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
| | |
* | | remove empty fileNicolas Lœuillet2013-10-101-0/+0
|/ /
* | Merge pull request #272 from jcsaaddupuy/custom_ssl_portNicolas Lœuillet2013-10-082-3/+10
|\ \ | | | | | | Custom ssl port
| * \ Merge remote branch 'upstream/dev' into devJean-Christophe Saad-Dupuy2013-10-072-45/+46
| |\ \ | | | | | | | | | | | | | | | | Conflicts: themes/default/_head.twig
| * | | Added support for custom SSL portJean-Christophe Saad-Dupuy2013-10-072-4/+7
| | | |
| * | | Added support for custom ssl portJean-Christophe Saad-Dupuy2013-10-071-2/+6
| | |/ | |/|
* | | bug fix: changing password was buggyNicolas Lœuillet2013-10-071-2/+2
| | |
* | | 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-072-4/+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
* 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
|