yii-user-management icon indicating copy to clipboard operation
yii-user-management copied to clipboard

Fix for all modules using YiiModule etc aliases

Open circulon opened this issue 12 years ago • 6 comments

This Fixes issues with different application structures like Clevertech's Yii Boilerplate

circulon avatar Nov 29 '12 01:11 circulon

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.

thyseus avatar Nov 29 '12 13:11 thyseus

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:

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.

circulon avatar Nov 29 '12 14:11 circulon

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...

PrplHaz4 avatar Jan 10 '13 14:01 PrplHaz4

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 [email protected] 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.

circulon avatar Jan 10 '13 14:01 circulon

Can I know where to find yum installation guide for boilerplate?

chiewmey avatar Jun 06 '13 09:06 chiewmey

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 [email protected] wrote:

Can I know where to find yum installation guide for boilerplate?

— Reply to this email directly or view it on GitHub.

circulon avatar Jun 06 '13 09:06 circulon