Edward L Platt

Results 28 comments of Edward L Platt

3cce096d2c92f31463ed588c48826d4d3790847a Takes care of automatically sending a password reset email link. So now all we need is an email verification system, similar to password reset.

A good solution might be to add a "deleted" datetime to each table and add a "is null" check to all of the select queries. Then to delete we'd just...

Either sounds good to me. Whatever you think is best.

Sounds good. This will also be a good chance to test out the theme system. It should be possible to just create a new folder in the themes directory and...

We can do this by adding the jquery validate plugin: http://jqueryvalidation.org/ Then we can find fields with the "date" class and set their validation rule accordingly.

How widespread is this problem? Does it happen every time? Can you reproduce it in other browsers or computers?

This is obviously a serious bug. Can anyone think of a fix? Is there a standard way to isolate php session variables between apps on the same server? On Fri,...

So is the problem that (possibly malicious) client-side code can set the uid session variable to an arbitrary value? I didn't know js could modify php session vars. On Fri,...

Admin user should be cid=1 and all others should be nonzero. This might be an install-specific database inconsistency. On Tue, Apr 14, 2015 at 12:07 PM, mjgardes [email protected] wrote: >...

Actually, we abandoned decimal for integer in the payment module, so it should actually be an integer here. We would have to add another field for currency code.