Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add hash_equals polyfill and related tests | nashe | 2017-12-18 | 2 | -1/+66 | |
| | | ||||||
* | | Speed up Travis build by caching composer packages | nashe | 2018-01-02 | 1 | -0/+4 | |
| | | ||||||
* | | Remove unnecessary calls to Spyc | nashe | 2018-01-02 | 1 | -4/+2 | |
|/ | ||||||
* | Fix link to CONTRIBUTING.md in README.md | Thomas Chauchefoin | 2017-10-26 | 1 | -2/+2 | |
| | ||||||
* | Fix phpunit output on Travis builds | Thomas Chauchefoin | 2017-10-26 | 1 | -3/+0 | |
| | | | See #97. | |||||
* | Improve project structure | nashe | 2017-10-21 | 6 | -144/+157 | |
| | ||||||
* | Cleanup install.php | nashe | 2017-10-17 | 2 | -25/+15 | |
| | ||||||
* | Add GuzzleHarness and use it | nashe | 2017-10-17 | 3 | -30/+47 | |
| | ||||||
* | Use new *_path helpers in install.php | nashe | 2017-10-17 | 1 | -2/+2 | |
| | ||||||
* | Move the setup page into a view | nashe | 2017-10-17 | 2 | -118/+119 | |
| | ||||||
* | Add view_path and admin_path helpers | nashe | 2017-10-17 | 1 | -0/+22 | |
| | ||||||
* | Update .travis.yml | nashe | 2017-07-17 | 1 | -3/+3 | |
| | | | | In Travis, xdebug is not enabled on non-stable versions of PHP. | |||||
* | Troubleshoot failures on some test targets | nashe | 2017-07-16 | 1 | -0/+1 | |
| | ||||||
* | Use phpunit from vendor/ | nashe | 2017-07-16 | 1 | -0/+3 | |
| | ||||||
* | Use bash in .travis.yml | nashe | 2017-07-16 | 1 | -2/+2 | |
| | ||||||
* | Oops, forgot to make guzzle update effective | nashe | 2017-07-16 | 1 | -23/+33 | |
| | ||||||
* | Run the built-in web servers in a subshell | nashe | 2017-07-16 | 1 | -2/+2 | |
| | ||||||
* | Use HHVM's built-in web server when necessary | nashe | 2017-07-16 | 1 | -2/+2 | |
| | ||||||
* | Use HHVM's built-in web server when necessary | nashe | 2017-07-16 | 1 | -1/+2 | |
| | ||||||
* | Make tests pass on php-nightly | nashe | 2017-07-16 | 1 | -1/+1 | |
| | | | | See https://github.com/guzzle/guzzle/releases/tag/6.3.0 | |||||
* | Fix typo in project's description | nashe | 2017-07-16 | 1 | -1/+1 | |
| | ||||||
* | Add tests for the installer | nashe | 2017-07-16 | 2 | -0/+87 | |
| | ||||||
* | Files to test for +w rights were not removed by the installer | nashe | 2017-07-16 | 1 | -0/+3 | |
| | | | | It leds to some issues with the cache. | |||||
* | Move helper functions to a separate file | nashe | 2017-07-16 | 3 | -14/+34 | |
| | | | | This will be useful to use it in the tests. | |||||
* | Hide errors of cron.php if not in debug mode | nashe | 2017-07-16 | 1 | -3/+5 | |
| | ||||||
* | Update CONTRIBUTING.md | nashe | 2017-07-16 | 2 | -3/+3 | |
| | ||||||
* | Update issue_template.md | nashe | 2017-07-15 | 1 | -6/+0 | |
| | ||||||
* | Update README.md | nashe | 2017-07-15 | 1 | -24/+11 | |
| | ||||||
* | Add CONTRIBUTING.md | nashe | 2017-07-15 | 1 | -0/+37 | |
| | ||||||
* | Add an issue template for Github | nashe | 2017-07-15 | 1 | -0/+24 | |
| | ||||||
* | Update docs | nashe | 2017-07-15 | 2 | -0/+0 | |
| | ||||||
* | Change submodule path to https:// rather than ssh:// | nashe | 2017-07-14 | 1 | -1/+1 | |
| | | | | … and make Travis tests pass. | |||||
* | Point docs/ to the wiki | nashe | 2017-07-14 | 2 | -0/+3 | |
| | ||||||
* | docs/ were moved to moonmoon/moonmoon.github.io | nashe | 2017-07-13 | 3 | -241/+0 | |
| | ||||||
* | Delete CNAME | Thomas Chauchefoin | 2017-07-13 | 1 | -1/+0 | |
| | ||||||
* | Announce text/xml instead of application/atom+xml in atom.php | nashe | 2017-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add an option to disable feed certificate check | nashe | 2017-07-13 | 5 | -2/+18 | |
| | ||||||
* | Update composer.json to use the last version of SimplePie | nashe | 2017-07-13 | 2 | -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 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 | |
| |