update files from 2009 to 2010
------------------------------ Key: OFBIZ-3783 URL: https://issues.apache.org/jira/browse/OFBIZ-3783 Project: OFBiz Issue Type: Improvement Components: ALL APPLICATIONS, ALL COMPONENTS Affects Versions: Release Branch 10.04, SVN trunk Reporter: BJ Freeman Priority: Trivial Fix For: Release Branch 10.04, SVN trunk notice footer in theme was showing 2009 found other files that needed update to 2010. these are non code changes except for themes. Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3783: ------------------------------ Attachment: OFBIZ-3783_year_noncode.patch OFBIZ-3783_yearchange_ofcode.patch > update files from 2009 to 2010 > ------------------------------ > > Key: OFBIZ-3783 > URL: https://issues.apache.org/jira/browse/OFBIZ-3783 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS, ALL COMPONENTS > Affects Versions: Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Trivial > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3783_year_noncode.patch, OFBIZ-3783_yearchange_ofcode.patch > > > notice footer in theme was showing 2009 > found other files that needed update to 2010. > these are non code changes except for themes. > Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871337#action_12871337 ] BJ Freeman commented on OFBIZ-3783: ----------------------------------- might want to ignore the simple methods under applications/order/script/org/ofbiz/order/reports > update files from 2009 to 2010 > ------------------------------ > > Key: OFBIZ-3783 > URL: https://issues.apache.org/jira/browse/OFBIZ-3783 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS, ALL COMPONENTS > Affects Versions: Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Trivial > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3783_year_noncode.patch, OFBIZ-3783_yearchange_ofcode.patch > > > notice footer in theme was showing 2009 > found other files that needed update to 2010. > these are non code changes except for themes. > Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871593#action_12871593 ] Jacques Le Roux commented on OFBIZ-3783: ---------------------------------------- Thanks for your effort BJ, I wonder if we should not rater remove all the non code ones, because why only in controllers (not sure in all)? There would be less worries about that, I don't think it's needed since we have already enough Copyright info around. Note also that it has been internationalized in the footer. Also for the code ones, we could have rather something dynamic and more clever based on current day. Opinions? > update files from 2009 to 2010 > ------------------------------ > > Key: OFBIZ-3783 > URL: https://issues.apache.org/jira/browse/OFBIZ-3783 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS, ALL COMPONENTS > Affects Versions: Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Trivial > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3783_year_noncode.patch, OFBIZ-3783_yearchange_ofcode.patch > > > notice footer in theme was showing 2009 > found other files that needed update to 2010. > these are non code changes except for themes. > Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871607#action_12871607 ] BJ Freeman commented on OFBIZ-3783: ----------------------------------- if you notice we have a framework/entity/src/org/ofbiz/entity/model/ModelInfo.java public String getCopyright() { return "Copyright 2001-2010 The Apache Software Foundation"; } Isee this the place to make it more intelligent and internationalized t;hen would like to have fiscal methods for returning dates getmonth(int (fiscalweek, boolean nextfiscalyear) to augment + <set field="year" value="2010" type="Integer"/> <set field="week1" value="49" type="Integer"/> because in this case week 49 would be in 2009 for some or 2010 for others > update files from 2009 to 2010 > ------------------------------ > > Key: OFBIZ-3783 > URL: https://issues.apache.org/jira/browse/OFBIZ-3783 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS, ALL COMPONENTS > Affects Versions: Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Trivial > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3783_year_noncode.patch, OFBIZ-3783_yearchange_ofcode.patch > > > notice footer in theme was showing 2009 > found other files that needed update to 2010. > these are non code changes except for themes. > Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872229#action_12872229 ] Jacques Le Roux commented on OFBIZ-3783: ---------------------------------------- Hi BJ, I have removed plenty of them at r948846 I had no time yet to think about your proposition, but looks like a good idea to me so far... > update files from 2009 to 2010 > ------------------------------ > > Key: OFBIZ-3783 > URL: https://issues.apache.org/jira/browse/OFBIZ-3783 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS, ALL COMPONENTS > Affects Versions: Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Trivial > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3783_year_noncode.patch, OFBIZ-3783_yearchange_ofcode.patch > > > notice footer in theme was showing 2009 > found other files that needed update to 2010. > these are non code changes except for themes. > Separate file that changes code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |