Page 1 of 1
Search found 3 matches
Pull Request Requiring DB Alter
What's the best way to "bake in" a database change that is required for a pull request. Specifically, I'm considering issuing a pull request for more secure password hashing, but it requires more than the allotted varchar(40) for the password (customer, affiliate, user) fields. Of course I...
Jump to post- Fri Feb 06, 2015 1:50 am
- Replies 1
- Views 932
DRY up controller code
Is there any desire to have the controller code DRYed up a bit? For example, lines and lines of code setting language blurbs for the view, setting variable defaults vs from POST, building URLs, etc. I would love to contribute some "helper" functions in the engine code (and make some update...
Jump to post- Sat Aug 30, 2014 2:21 am
- Replies 1
- Views 810
Re: Making cron jobs
I've created a folder alongside admin and catalog in order to facilitate crons. It has a "bootstrap" that's basically a tweaked admin/index.php
http://stackoverflow.com/questions/2218 ... 0#24614760
- Tue Jul 08, 2014 12:04 am
- Replies 7
- Views 20620
Search found 3 matches