07 May, 2013
16 commits
-
Fix errors during backup task. Fix #3785
-
Code cleanup: Replace old hashes and remove trailing spaces
-
By default there is no public/uploads directory when no attachments are uploaded. Prompt users to create the uploads directory during install otherwise the backup task will fail. Place mysqldump args in single quotes to avoid error if password contains special characters. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
-
Fix check git version.
-
maintenance policy
-
Add minitest to Gemfile. Fix #3826
-
Checking is "yes" only if git version equals "1.7.10" exactly.
-
There are occasions where minitest is not bundled in packaged versions of ruby that some OSes distribute (eg Fedora). Adding minitest to Gemfile ensures that it gets loaded and tests can run. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
06 May, 2013
19 commits
-
fix API route to delete project hook
-
Fixed forgotten unicorn to puma in a comment.
-
link contribution guide to test section in README
-
…en deploy keys and projects
05 May, 2013
5 commits
-
Changed forgotten unicorn to puma in the init script
-
Remove 2000 char limit on issue description