aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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 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
| |
* | 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
* 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.
* | 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
| |
* | 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-202-10/+2
|
* merge #224Nicolas Lœuillet2013-09-206-131/+435
|
* fixes with new session classNicolas Lœuillet2013-09-201-9/+0
|
* remove csrf checkNicolas Lœuillet2013-09-181-9/+1
|
* fix bug #127: update session classNicolas Lœuillet2013-09-172-1/+10
|
* Add lang attribute in html tagNumEricR2013-09-141-0/+5
|
* 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-103-4/+16
|\ | | | | | | | | 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.
* | change doc urlNicolas Lœuillet2013-09-101-1/+1
| |
* | change email address in headerNicolas Lœuillet2013-09-102-5/+2
| |