-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for all modules using YiiModule etc aliases #65
base: master
Are you sure you want to change the base?
Conversation
Added YiiModule Alias to all required Modules Fixed some Modules so they now use internal aliases This should fix issues when using non standard applecation deployments like Clevertech's Yii Boilerplate
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 [email protected] wrote:
|
Cleaned up some extraneous whitespace
Cleaned up some extraneous whitespace
cleaned extraneous Whitespace
Cleaned extraneous whitespace
Removed some older incorrect layout calls which caused only the controller action content to be rendered
Cleaned up some extraneous whitespace
Cleaned up some extraneous whitespace
cleaned extraneous Whitespace
Cleaned extraneous whitespace
Removed some older incorrect layout calls which caused only the controller action content to be rendered
…pache (nginx) servers which don't like short tags
Conflicts: registration/RegistrationModule.php registration/controllers/YumRegistrationController.php user/controllers/YumCsvController.php user/controllers/YumUserController.php user/views/user/view.php usergroup/controllers/YumUsergroupController.php usergroup/views/groups/_view.php
- removed accidentally included merge tags
Can I know where to find yum installation guide for boilerplate? |
IIRC you can put all the modules in common/modules/ 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 On 06/06/2013, at 5:28 PM, chiewmey [email protected] wrote:
|
This Fixes issues with different application structures like Clevertech's Yii Boilerplate