Changelog for v0.3..HEAD
- Fixed CSS issue in the entry-content-text (218ef4f)
- Always show the favourite entries in a feed (3144f19)
- Changed project structure, added composer, added phpunit (a0cbc93)
- Added TravisCI config (3e2fbd4)
- Added composer install in the travis config (5ae5760)
- Deleted submodule directories (f2bd1d0)
- Re-added submodules (512aab1)
- Updated submodules (964e916)
- Removed specific phpunit call in travis config (eeecd6c)
- Fixed phpunit option for travis (55be3e1)
- Updated travis and composer to use phpunit (d6c9a6f)
- Clean files (trailing spaces and indentation) (36a539c)
- Removed tabs from travis config (d8a39ee)
- Added TravisCI status on the README (eaf7eec)
- Added logging for the feed updates (940d9a1)
- Added gitignore for the sass-cache folder (0d85018)
- Replaced application with src following the restructuring of the project (e1b2d4d)
- Added code coverage to the project (c40c647)
- Updated the application path in the installation script (a4455ed)
- Added compatibility with coveralls (a937823)
- Added coverage status in the README (ae7104a)
- Replaced submodules with composer packages (9643f54)
- Started separating the data access logic from the controllers, to be able to unit test the controllers (2006722)
- Excluded folders from code coverage (1094d6a)
- Implemented new DAOs (7939e99)
- Fixed unit tests (03ed6f7)
- Moved helpers to utils. Updated DAOs to test the controllers (efde0d0)
- Added unit tests for EntryController (7aeb71c)
- Implemented HTTPS access for the login page (92d927e)