--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok seems one issue is what I would call a bug, the user name is now case sensitive. Despite appearing with a capital first letter as the name, it MUST be lower case when logging in (to match username) or it will say your password is wrong. Any other system we use the name and username are interchangeable and NOT case sensitive, so this is a rather important note.
That’s not a bug, but a feature that can be enabled or disabled with the config option “$case_insensitive_username”.Fullname and username have been two different fields in RS and not interchangeable for some time, so perhaps the setting mentioned above is all you really need to resolve your issue.
Reviewing the commits can be helpful in learning about new options, but I don’t believe there’s any place outside of the config.default.php file itself that documents all configuration options.
For coding standards have a look at:I don't think much of it would relate to the config.default.php file though.As a starting point for the groupings, they could match/extend the groupings in Admin -> System -> System Configuration. What do you think?