Open circulon opened 11 years ago
Hey BlindGenius,
thanks for this work. I would like to merge commit b947244 and 5d72f41 into master - your cleanup is good and necessary. For backward compatibility i would like to keep the database column names as they are tough, so i can not agree to the other commits.
No Worries.
I have not fully tested all the modules yet but have been through them and think I got all the aliases sorted.
NP on the column names as I was just cleaning up as a few of the tables have a few different ways of naming columns.
Happy to help ;)
On 29/11/2012, at 9:06 PM, Herbert Maschke notifications@github.com wrote:
Hey BlindGenius,
thanks for this work. I would like to merge commit b947244 and 5d72f41 into master - your cleanup is good and necessary. For backward compatibility i would like to keep the database column names as they are tough, so i can not agree to the other commits.
— Reply to this email directly or view it on GitHub.
Are any of these additional changes going to be committed to master? Most of these seem like a pretty thorough cleanup job, without a large impact to BC...
Yeah gonna sort a pull request soon there are just a couple of minor issues I need to pin down first ;)
On 10/01/2013, at 10:19 PM, PrplHaz4 notifications@github.com wrote:
Are any of these additional changes going to be committed to master? Most of these seem like a pretty thorough cleanup job, without a large impact to BC...
— Reply to this email directly or view it on GitHub.
Can I know where to find yum installation guide for boilerplate?
IIRC you can put all the modules in common/modules/ Then in the common/config/main.php follow the install instructions but change the class in the 'user' component to point to the common location instead ie 'class' => 'application.modules.user.components.YumWebUser',
There was a decent amount of work in changing the absolute paths to relative paths with aliases so you may want to review the changes in my repo HTH
On 06/06/2013, at 5:28 PM, chiewmey notifications@github.com wrote:
Can I know where to find yum installation guide for boilerplate?
— Reply to this email directly or view it on GitHub.
This Fixes issues with different application structures like Clevertech's Yii Boilerplate