Upcomming Updates
In the comming days I will be commiting some fixes and updates.
- I have corrected the localization issues in some of the module settings.
- Almost all of the modules in Websites\Rainbow are converted to partial class ( leading to overall code download reduction )
- Refactored more namespaces, Rainbow.Configuration, Rainbow.Security, Rainbow.Settings, Rainbow.UI and a few more are all under rainbow.framework now making a cleaner doc file which i will update soon, codedocs.rainbowbeta.com
- Did a bit more code cleanup and code commenting in some missing places, sometimes it's just blank comments to reduce the warning numbers, luckily partial classes reduces that number by alot for declerations missing comments.
- Fixed tags in all modules (95%) to lowercase, with lowercase attributes using visual studio auto format with prooper settings. ( this does not conflict with eric's xhtml work ) he will probably override or jsut use these files anyway ( i hope he is using partial classes as well :-) )
- Made a few more things that will all be marked in the history file.
- I am also looking into and will probably fix the "add user to role" issue in the solution. ( Currently you have to manually do it in the db, for some reaons the event is not firing)
In other words, if you are making any development, please try to coordinate with me if you plan on making any commits in the next couple days.