Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not encode feed title twice | nashe | 2017-07-13 | 1 | -1/+1 |
| | | | | cf. #95 | ||||
* | Only display $Planet->errors in debug mode | nashe | 2017-07-13 | 1 | -3/+5 |
| | |||||
* | Fix Cache.php encoding | nashe | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Fix PHP notice | nashe | 2017-07-12 | 2 | -2/+2 |
| | | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php" | ||||
* | Fix PHP notice | nashe | 2017-07-12 | 1 | -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.6 | nashe | 2017-07-12 | 1 | -563/+296 |
| | |||||
* | Fix PHP warning | nashe | 2017-07-12 | 1 | -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 static | nashe | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | Fix PHP notice | nashe | 2017-07-12 | 1 | -7/+6 |
| | | | | | "Only variables should be passed by reference in /Users/thomas/Workspace/moonmoon/app/classes/Planet.php on line 145" | ||||
* | Require PHP 5.6 | nashe | 2017-07-08 | 5 | -98/+125 |
| | | | | Do not try to support EOL versions of PHP. | ||||
* | Add code coverage | nashe | 2017-07-08 | 1 | -0/+3 |
| | |||||
* | Tag hhvm requirement as "conflict" | nashe | 2017-07-08 | 1 | -2/+6 |
| | |||||
* | Use trusty Ubuntu image on Travis | nashe | 2017-07-08 | 1 | -0/+2 |
| | | | | This is mandatory if we want to run tests with HHVM. | ||||
* | Fix links and mention the debug mode in README.markdown | Thomas Chauchefoin | 2017-07-07 | 1 | -5/+6 |
| | |||||
* | Test PlanetError | nashe | 2017-07-07 | 1 | -0/+12 |
| | | | | ?! | ||||
* | Test PlanetConfig | nashe | 2017-07-07 | 1 | -0/+73 |
| | |||||
* | Make PlanetConfig more testable | nashe | 2017-07-07 | 1 | -18/+99 |
| | |||||
* | Make PlanetError more testable | nashe | 2017-07-07 | 1 | -7/+16 |
| | |||||
* | Add spanish choice in install | nashe | 2017-07-07 | 1 | -1/+9 |
| | | | | Fixes #90. | ||||
* | Disallow any access to extract.php is not in debug mode | nashe | 2017-07-07 | 1 | -5/+5 |
| | | | | | "released versions of moonmoon should immediately return for security" was written but never applied | ||||
* | Coding style (fixes #91 ) | nashe | 2017-07-07 | 1 | -3/+3 |
| | |||||
* | Comment the deploy section of travis.yml | nashe | 2017-07-07 | 1 | -9/+13 |
| | |||||
* | Tell Travis to run the tests with PHP 7.0 too | nashe | 2017-07-07 | 1 | -0/+1 |
| | |||||
* | Create CNAME | Maurice Svay | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | Add details to the installation steps | Thomas Chauchefoin | 2017-07-06 | 1 | -8/+25 |
| | |||||
* | Add build status | Thomas Chauchefoin | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Coding style | nashe | 2017-07-05 | 1 | -1/+1 |
| | | | | As described in #87 | ||||
* | Do not encode website's URL in the config.yml | nashe | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Fix composer installation steps | Thomas Chauchefoin | 2017-07-05 | 1 | -3/+4 |
| | |||||
* | Do not suggest to install dev dependencies on README.markdown | Thomas Chauchefoin | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Correctly escape attributes of OPML's entries | nashe | 2017-05-30 | 1 | -2/+2 |
| | | | | This should prevent any case of corruption of the XML document. | ||||
* | OpmlManager's load() is being called statically, make it static | nashe | 2017-05-28 | 1 | -1/+1 |
| | |||||
* | Fix minor errors found with debug mode on | nashe | 2017-05-28 | 1 | -3/+8 |
| | |||||
* | Do not process postload.php requests if app not installed | nashe | 2017-05-28 | 2 | -4/+5 |
| | |||||
* | Move the debug directive to configuration file | nashe | 2017-05-28 | 3 | -23/+30 |
| | |||||
* | Codeception was slightly overkill, get back to PHPUnit | nashe | 2017-05-28 | 22 | -3326/+470 |
| | |||||
* | Add .idea/ to .gitignore | nashe | 2017-05-11 | 1 | -0/+1 |
| | |||||
* | Don't fetch feeds via postload.php if they are not in the OPML file | nashe | 2017-04-29 | 2 | -14/+36 |
| | | | | Fixes #84. | ||||
* | Adds website | Maurice Svay | 2017-04-26 | 3 | -0/+241 |
| | |||||
* | Fixes postload | Maurice Svay | 2017-01-24 | 1 | -1/+2 |
| | |||||
* | Updates dependencies | Maurice Svay | 2017-01-24 | 1 | -211/+533 |
| | |||||
* | Move to semver | Maurice Svay | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #77 from manicki/admin-index-typo | Maurice Svay | 2016-03-02 | 1 | -1/+1 |
|\ | | | | | Fix typo in admin/index.php | ||||
| * | Fix typo | Leszek Manicki | 2016-03-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #70 from samwilson/rm-config-files | Maurice Svay | 2015-10-30 | 6 | -24/+13 |
|\ | | | | | Remove config files and update installation checks | ||||
| * | Updated. | Sam Wilson | 2015-10-04 | 0 | -0/+0 |
| |\ | |||||
| | * | Ignore the cache directory. Refs #66. | Sam Wilson | 2015-01-16 | 1 | -0/+1 |
| | | | |||||
| | * | Remove the cache directory. It will be created at install-time. Refs #66. | Sam Wilson | 2015-01-16 | 2 | -4/+0 |
| | | | |||||
| | * | Update installation checks for now-nonexistant config files. Refs #69. | Sam Wilson | 2015-01-16 | 1 | -5/+5 |
| | | | |||||
| | * | Remove config files that are created on install. Refs #69. | Sam Wilson | 2015-01-16 | 3 | -14/+5 |
| | | |