summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updates dependenciesMaurice Svay2017-01-241-211/+533
|
* Move to semverMaurice Svay2017-01-241-1/+1
|
* Merge pull request #77 from manicki/admin-index-typoMaurice Svay2016-03-021-1/+1
|\ | | | | Fix typo in admin/index.php
| * Fix typoLeszek Manicki2016-03-021-1/+1
|/
* Merge pull request #70 from samwilson/rm-config-filesMaurice Svay2015-10-306-24/+13
|\ | | | | Remove config files and update installation checks
| * Updated.Sam Wilson2015-10-040-0/+0
| |\
| | * Ignore the cache directory. Refs #66.Sam Wilson2015-01-161-0/+1
| | |
| | * Remove the cache directory. It will be created at install-time. Refs #66.Sam Wilson2015-01-162-4/+0
| | |
| | * Update installation checks for now-nonexistant config files. Refs #69.Sam Wilson2015-01-161-5/+5
| | |
| | * Remove config files that are created on install. Refs #69.Sam Wilson2015-01-163-14/+5
| | |