Welcome to Rainbow Portal Community Sign in | Join | Help

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.
Published domenica 5 marzo 2006 6.12 by Jonathan

Comments

# re: Upcomming Updates

domenica 5 marzo 2006 18.35 by ramseur
Cant wait for the other commit. Jeez you change things so fast hehehe.. we are well on our way in phase 1. I think you are right in that we will beat our 4/20/2006 mark but keep your fingers crossed.

# re: Upcomming Updates

domenica 5 marzo 2006 21.33 by Jonathan
I am leaving comments like this in the code "Key Not In Resources", basically.... as we check the site, anytime people find these, it means that the key does not exist in Rainbow.resx, which means it probaly doesnt exist localized in anything as well. ( You can find this for example in the xmlfeed module ).
This are strings that need to be added to the resource file, and subsecuetnially translated.
Anonymous comments are disabled