Search found 240 matches

by GregS
Wed Nov 20, 2013 8:37 pm
Forum: Development
Topic: Date/Time bug fixes...
Replies: 4
Views: 163221

Re: Date/Time bug fixes...

My next step (once everything else works) is to figure out how to present a base front page that doesn't demand an immediate login! Haha. In the beforeFilter function of AppController, look for where it sets $this->Auth->loginAction. In the case of third-party authentication (e.g. integration with ...
by GregS
Fri Nov 15, 2013 2:55 pm
Forum: Development
Topic: Date/Time bug fixes...
Replies: 4
Views: 163221

Re: Date/Time bug fixes...

I've replaced array_shift with reset everywhere that it looks appropriate. Pretty sure I haven't broken anything in the process! Anything where it wasn't obviously fine, like where it was array_shift(array_keys(...)), I tested, so it should all be fine, but that does sound like famous last words.
by GregS
Tue Nov 12, 2013 9:21 pm
Forum: Development
Topic: Date/Time bug fixes...
Replies: 4
Views: 163221

Re: Date/Time bug fixes...

Strange, I haven't experienced that. Just explicitly tested that scenario right now, and it behaved as I expected it to. Seems maybe it's something specific to the way that the CakePHP Configure class works with the very old version of PHP you're using? Anyway, seems that reset is a better option fo...
by GregS
Tue Nov 12, 2013 9:05 pm
Forum: Zuluru 1 Installation
Topic: Installation issues
Replies: 7
Views: 245475

Re: Installation issues

Thanks for the notes, I've made updates as suggested!
by GregS
Sun Nov 10, 2013 8:58 pm
Forum: Administration
Topic: Editing name errors
Replies: 3
Views: 11462

Re: Editing name errors

Sorry, my test server has died and I'm in the process of re-installing everything, so I don't have a good place to play around with this at the moment. I'll hopefully be able to dig into this tomorrow, but it might be Tuesday.
by GregS
Sat Nov 09, 2013 3:01 am
Forum: Zuluru 1 Installation
Topic: Installation issues
Replies: 7
Views: 245475

Re: Installation issues

Sounds like you didn't get through the entire installation process. There should have been a database.php file created for you if you had. Or perhaps the permissions on the config folder don't allow the web server process to create files there? The install process should check for this, but if the A...
by GregS
Fri Nov 08, 2013 8:42 pm
Forum: Zuluru 1 Installation
Topic: Installation issues
Replies: 7
Views: 245475

Re: Installation issues

The first thing to do when you come across any such general error in Zuluru is to enable debugging in config/core.php. I usually set it to 2 for such debugging, and back to 0 when things are running properly. Once this is set, you'll typically get a complete stack trace of exactly what and where the...
by GregS
Fri Aug 30, 2013 5:03 pm
Forum: Administration
Topic: User guides
Replies: 3
Views: 12424

Re: User guides

At the moment, only Canada and US are properly supported in the code. You can add the UK format for postal code by editing the beforeValidate function in models/user.php. The first few lines change the validation from the default (Canada) to US if the country is US. You can copy-paste-and-edit these...
by GregS
Mon Dec 24, 2012 12:31 pm
Forum: Feature Requests
Topic: Youth League Support
Replies: 4
Views: 95188

Re: Youth League Support

This is on my todo list, but my approach was going to be a bit different. I was going to add a new "parent" (or "guardian" or some more generic term) account type, which other accounts could then be associated with, because a parent might have multiple kids in the same league, or...
by GregS
Wed Dec 12, 2012 5:02 pm
Forum: Announcements
Topic: Mailing list
Replies: 0
Views: 72458

Mailing list

As more leagues start using Zuluru, it is getting harder and harder to keep everyone updated about the latest features. Also, it seems likely that others might be interested in having a way to keep up-to-date. So, I have created a mailing list for sending out announcements! Anyone can subscribe at h...