summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add CONTRIBUTING.mdnashe2017-07-151-0/+37
|
* Add an issue template for Githubnashe2017-07-151-0/+24
|
* Update docsnashe2017-07-152-0/+0
|
* Change submodule path to https:// rather than ssh://nashe2017-07-141-1/+1
| | | | … and make Travis tests pass.
* Point docs/ to the wikinashe2017-07-142-0/+3
|
* docs/ were moved to moonmoon/moonmoon.github.ionashe2017-07-133-241/+0
|
* Delete CNAMEThomas Chauchefoin2017-07-131-1/+0
|
* Announce text/xml instead of application/atom+xml in atom.phpnashe2017-07-131-1/+1
|
* Add an option to disable feed certificate checknashe2017-07-135-2/+18
|
* Update composer.json to use the last version of SimplePienashe2017-07-132-8/+14
| | | | | | This version allows us to pass cURL options to SimplePie, this will be needed to correctly handle feeds over SSL/TLS but with invalid certificates.
* Do not encode feed title twicenashe2017-07-131-1/+1
| | | | cf. #95
* Only display $Planet->errors in debug modenashe2017-07-131-3/+5
|
* Fix Cache.php encodingnashe2017-07-131-1/+1
|
* Fix PHP noticenashe2017-07-122-2/+2
| | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php"
* Fix PHP noticenashe2017-07-121-7/+6
| | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php on line 2"
* Use composer update--prefer-lower to make it work with PHP 5.6nashe2017-07-121-563/+296
|
* Fix PHP warningnashe2017-07-121-1/+8
| | | | | | "usort() expects parameter 2 to be a valid callback, non-static method PlanetFeed::compare() should not be called statically in moonmoon/custom/views/default/sidebar.tpl.php on line 3"
* Make OpmlManager save and backup staticnashe2017-07-121-2/+2
|
* Fix PHP noticenashe2017-07-121-7/+6
| | | | | "Only variables should be passed by reference in /Users/thomas/Workspace/moonmoon/app/classes/Planet.php on line 145"
* Require PHP 5.6nashe2017-07-085-98/+125
| | | | Do not try to support EOL versions of PHP.
* Add code coveragenashe2017-07-081-0/+3
|
* Tag hhvm requirement as "conflict"nashe2017-07-081-2/+6
|
* Use trusty Ubuntu image on Travisnashe2017-07-081-0/+2
| | | | This is mandatory if we want to run tests with HHVM.
* Fix links and mention the debug mode in README.markdownThomas Chauchefoin2017-07-071-5/+6
|
* Test PlanetErrornashe2017-07-071-0/+12
| | | | ?!
* Test PlanetConfignashe2017-07-071-0/+73
|
* Make PlanetConfig more testablenashe2017-07-071-18/+99
|
* Make PlanetError more testablenashe2017-07-071-7/+16
|
* Add spanish choice in installnashe2017-07-071-1/+9
| | | | Fixes #90.
* Disallow any access to extract.php is not in debug modenashe2017-07-071-5/+5
| | | | | "released versions of moonmoon should immediately return for security" was written but never applied
* Coding style (fixes #91 )nashe2017-07-071-3/+3
|
* Comment the deploy section of travis.ymlnashe2017-07-071-9/+13
|
* Tell Travis to run the tests with PHP 7.0 toonashe2017-07-071-0/+1
|
* Create CNAMEMaurice Svay2017-07-061-0/+1
|
* Add details to the installation stepsThomas Chauchefoin2017-07-061-8/+25
|
* Add build statusThomas Chauchefoin2017-07-051-1/+1
|
* Coding stylenashe2017-07-051-1/+1
| | | | As described in #87
* Do not encode website's URL in the config.ymlnashe2017-07-051-1/+1
|
* Fix composer installation stepsThomas Chauchefoin2017-07-051-3/+4
|
* Do not suggest to install dev dependencies on README.markdownThomas Chauchefoin2017-07-051-1/+1
|
* Correctly escape attributes of OPML's entriesnashe2017-05-301-2/+2
| | | | This should prevent any case of corruption of the XML document.
* OpmlManager's load() is being called statically, make it staticnashe2017-05-281-1/+1
|
* Fix minor errors found with debug mode onnashe2017-05-281-3/+8
|
* Do not process postload.php requests if app not installednashe2017-05-282-4/+5
|
* Move the debug directive to configuration filenashe2017-05-283-23/+30
|
* Codeception was slightly overkill, get back to PHPUnitnashe2017-05-2822-3326/+470
|
* Add .idea/ to .gitignorenashe2017-05-111-0/+1
|
* Don't fetch feeds via postload.php if they are not in the OPML filenashe2017-04-292-14/+36
| | | | Fixes #84.
* Adds websiteMaurice Svay2017-04-263-0/+241
|
* Fixes postloadMaurice Svay2017-01-241-1/+2
|