Finalizing 3.0.0 need help

Hi guys and gals,

I need help finalizing the last milestone for our very own RC 1

Please check out the remaining tickets:
http://coldbox.assembla.com/spaces/coldbox/milestones/238409-3-0-0rc1
http://coldbox.assembla.com/spaces/coldbox/milestones/257775-cachebox-1-1

I need help in verifying the tickets and also if there is anything
else pending so it can be completed. I am making a huge push now to
finalize all pending tickets and start decoupling wirebox for our
final major milestone. I really need your help in getting this
release as solid as possible.

I also need the community to help create videos and blog tutorials. I
especially in the documentation writing but I need the community to
help out on creating screencasts and blog tutorials. So please
please, help this project out, I really need help.

Thanks.

I'm on vacation Thurs through Sunday so I'll pencil in some time to
help out on this.

Cheers,
Judah

The one thing that is a must for me is not listed as a ticket.

This is the discussion we just had recently on SES Routes and Modules, where
to get this to work I had to edit the SES Interceptor and comment out
certain lines for this to work, but appears to have broken a few other
things along the way.

I am heavily reliant on this to work in a site that I am about to release in
a few months times.

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of ColdBox Manager
Sent: Wednesday, 22 September 2010 2:13 AM
To: ColdBox Platform
Subject: [coldbox:5846] Finalizing 3.0.0 need help

Hi guys and gals,

I need help finalizing the last milestone for our very own RC 1

Please check out the remaining tickets:
http://coldbox.assembla.com/spaces/coldbox/milestones/238409-3-0-0rc1
http://coldbox.assembla.com/spaces/coldbox/milestones/257775-
cachebox-1-1

I need help in verifying the tickets and also if there is anything else

pending

so it can be completed. I am making a huge push now to finalize all

pending

tickets and start decoupling wirebox for our final major milestone. I

really

need your help in getting this release as solid as possible.

I also need the community to help create videos and blog tutorials. I
especially in the documentation writing but I need the community to help
out on creating screencasts and blog tutorials. So please please, help

this

Andrew I remember about it but did not write a ticket for such and issue. Can you please re-document this so I can look at it.

Sure,

When using a module and routes in the following manner, the parameters for
the first route is not passed over to the module. For example

addModuleRoutes(pattern="/space/:spaceUrl/moduleName",module="module");

When you try to use the Request Collection to get the parameters, the above
spaceUrl is never in the RC. As stated if I comment out the lines in the
SES interceptor method findRoute at line 695 it works, but then I start
getting non matched values in the RC.

Code commented out.

  //if( NOT structIsEmpty(params) ){
  // return params;
  //}

But throws the following sometimes in the RC

_INVALID_VARIABLE_NAME_POS_1_ 09

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of Luis Majano
Sent: Wednesday, 22 September 2010 9:08 AM
To: coldbox@googlegroups.com
Subject: Re: [coldbox:5853] Finalizing 3.0.0 need help

Andrew I remember about it but did not write a ticket for such and issue.

Can

finally got what you meant and added it, so its now on github. Check it.
Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

I'll nominate myself to help with this:
https://www.assembla.com/spaces/coldbox/tickets/1082-simplify-the-object-decorations-for-method-injections

Posted a comment to the ticket.

Thanks.

I'm trying to verify the fixes on Assembla but I don't seem to have
permission to comment on the tickets.

I'm looking at #866 "Refactor Utilities plugin into more granular
existing plugins, removing unused methods."

Things seem basically functional but I note that there is still a lot
of duplication and I wasn't sure if you wanted that noted. For
instance, GetAbsolutePath is found in the Utilities plugin, the Util
cfc under Core and the FileUtils cfc under Core.

Judah

Yes Judah, thanks, if somebody can help on Assembla and see how to do comments, that would be great.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com