yandod / candycane

a port of Redmine to CakePHP from Ruby on Rails
http://my.candycane.jp
510 stars 127 forks source link

Add code to use table prefix for mysql #226

Closed cyberkoa closed 10 years ago

cyberkoa commented 10 years ago

Enable the table prefix in the installation page. Created mysql.sql.install & postgres.sql.install to serve as templates.

Code tested with mysql and success.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 793bfeb20047f0881ca8717c3b24e5d2382c66d2 on cyberkoa:master into 660cf5907e484632334854a64f47343c35e2d33f on yandod:master.

yandod commented 10 years ago

I may add new test case for testing installer steps.

yandod commented 10 years ago

Our travis based selenium can make sure this does not break anything. it should be time to rebase against master again.

yandod commented 10 years ago

merged