Thread: [Issuetracker-development] IssueTrackerMassContainer 0.0.2a
Brought to you by:
peterbe
From: Peter B. <ma...@pe...> - 2003-01-31 02:00:38
|
To all administrators or the IssueTrackerProduct. Remember the IssueTrackers general masscontainer? http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers_masscontainer_first_release http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers.zexp/view Now I've put this together as a proper python product instead. It's called IssueTrackerMassContainer and has only been released on SourceForge yet. Download it from http://sourceforge.net/project/showfiles.php?group_id=60145 Or from these CVS commands $ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login [when asked for password, press ENTER] $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerMassContainer If you don't already use the folder 'issuetrackers', just install it and create an instance of it. Then create all your issue tracker instance inside this object. If you already have a folder with lots of issuetracker instances, install the product, create an instance and copy all the instances from the old folder to this new object. HOWEVER, because you're copying ZCatalogs the references within them are incorrect. You'll need to do a UpdateCatalog. For this to be efficient, you must download the latest CVS version of IssueTrackerProduct like this $ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login [when asked for password, press ENTER] $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerProduct This latest version (not yet released) has a much improved UpdateCatalog() method. Then use the 'automate' python script that was created in the new mass container object to go through the UpdateCatalog() method for each instance. I would very much like to have some functional feedback on this before I release it to Zope.org Does it work? Feedback? Peter |
From: Robert A. <rallyn@AllynConsulting.com> - 2003-02-03 19:55:47
|
<html> <body> When I select a single IssueTracker instance to view from the list at the top and click Save I get:<br><br> <b>Error Type: NameError<br> Error Value: global name 'context' is not defined<br><br> <br> </b>Minor- Issue tracker notifiable container icon is missing/not showing. Might be just my install.<br><br> - Robert<br><br> At 01:32 AM 1/31/2003 +0000, Peter Bengtsson wrote:<br> <blockquote type=cite class=cite cite>To all administrators or the IssueTrackerProduct.<br><br> Remember the IssueTrackers general masscontainer?<br> <a href="http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers_masscontainer_first_release" eudora="autourl">http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers_masscontainer_first_release</a><br> <a href="http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers.zexp/view" eudora="autourl">http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers.zexp/view</a><br><br> Now I've put this together as a proper python product instead.<br> It's called IssueTrackerMassContainer and has only been released on SourceForge yet.<br><br> Download it from<br> <a href="http://sourceforge.net/project/showfiles.php?group_id=60145" eudora="autourl">http://sourceforge.net/project/showfiles.php?group_id=60145</a><br> Or from these CVS commands<br> $ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login<br> [when asked for password, press ENTER]<br> $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerMassContainer<br><br> If you don't already use the folder 'issuetrackers', just install it and create an instance of it. Then create all your issue tracker instance inside this object.<br><br> If you already have a folder with lots of issuetracker instances, install the product, create an instance and copy all the instances from the old folder to this new object.<br> HOWEVER, because you're copying ZCatalogs the references within them are incorrect. You'll need to do a UpdateCatalog.<br> For this to be efficient, you must download the latest CVS version of IssueTrackerProduct like this<br><br> $ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login<br> [when asked for password, press ENTER]<br> $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerProduct<br><br> This latest version (not yet released) has a much improved UpdateCatalog() method.<br><br> Then use the 'automate' python script that was created in the new mass container object to go through the UpdateCatalog() method for each instance.<br><br> <br> I would very much like to have some functional feedback on this before I release it to Zope.org<br> Does it work?<br> Feedback?<br><br> Peter<br><br> <br><br> <br><br> <br><br> -------------------------------------------------------<br> This SF.NET email is sponsored by:<br> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!<br> <a href="http://www.vasoftware.com/" eudora="autourl">http://www.vasoftware.com</a><br> _______________________________________________<br> Issuetracker-development mailing list<br> Iss...@li...<br> <a href="https://lists.sourceforge.net/lists/listinfo/issuetracker-development" eudora="autourl">https://lists.sourceforge.net/lists/listinfo/issuetracker-development</a><br> </blockquote> <x-sigsep><p></x-sigsep> ----------------------------------------------<br> Robert Allyn<br> Voice (206)706-7063 Fax (206)783-7795<br> ra...@al...</body> </html> |
From: Peter B. <ma...@pe...> - 2003-02-03 22:53:53
Attachments:
MassContainer.py
|
At 11:55 2003-02-03 -0800, Robert Allyn wrote: >When I select a single IssueTracker instance to view from the list at the >top and click Save I get: > >Error Type: NameError >Error Value: global name 'context' is not defined Oops. My fault. Have updated the CVS but no new release on sourceforge. For those not using CVS, see the attached file. Just replace your existing one called MassContainer.py Peter >Minor- Issue tracker notifiable container icon is missing/not >showing. Might be just my install. > >- Robert > >At 01:32 AM 1/31/2003 +0000, Peter Bengtsson wrote: >>To all administrators or the IssueTrackerProduct. >> >>Remember the IssueTrackers general masscontainer? >>http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers_masscontainer_first_release >>http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers.zexp/view >> >>Now I've put this together as a proper python product instead. >>It's called IssueTrackerMassContainer and has only been released on >>SourceForge yet. >> >>Download it from >>http://sourceforge.net/project/showfiles.php?group_id=60145 >>Or from these CVS commands >>$ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login >>[when asked for password, press ENTER] >>$ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker >>co IssueTrackerMassContainer >> >>If you don't already use the folder 'issuetrackers', just install it and >>create an instance of it. Then create all your issue tracker instance >>inside this object. >> >>If you already have a folder with lots of issuetracker instances, install >>the product, create an instance and copy all the instances from the old >>folder to this new object. >>HOWEVER, because you're copying ZCatalogs the references within them are >>incorrect. You'll need to do a UpdateCatalog. >>For this to be efficient, you must download the latest CVS version of >>IssueTrackerProduct like this >> >>$ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login >>[when asked for password, press ENTER] >>$ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker >>co IssueTrackerProduct >> >>This latest version (not yet released) has a much improved >>UpdateCatalog() method. >> >>Then use the 'automate' python script that was created in the new mass >>container object to go through the UpdateCatalog() method for each instance. >> >> >>I would very much like to have some functional feedback on this before I >>release it to Zope.org >>Does it work? >>Feedback? >> >>Peter >> >> >> >> >> >> >> >>------------------------------------------------------- >>This SF.NET email is sponsored by: >>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>http://www.vasoftware.com >>_______________________________________________ >>Issuetracker-development mailing list >>Iss...@li... >>https://lists.sourceforge.net/lists/listinfo/issuetracker-development > >---------------------------------------------- >Robert Allyn > Voice (206)706-7063 Fax (206)783-7795 > ra...@al... > ------------------------------------------------------- This SF.NET email > is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = > Something 2 See! http://www.vasoftware.com > _______________________________________________ Issuetracker-development > mailing list Iss...@li... > https://lists.sourceforge.net/lists/listinfo/issuetracker-development |
From: Robert A. <rallyn@AllynConsulting.com> - 2003-02-03 23:40:54
|
That fixed it. - Robert At 10:51 PM 2/3/2003 +0000, Peter Bengtsson wrote: >At 11:55 2003-02-03 -0800, Robert Allyn wrote: >>When I select a single IssueTracker instance to view from the list at the top and click Save I get: >> >>Error Type: NameError >>Error Value: global name 'context' is not defined > >Oops. >My fault. > >Have updated the CVS but no new release on sourceforge. >For those not using CVS, see the attached file. Just replace your existing one called MassContainer.py > >Peter > > > >>Minor- Issue tracker notifiable container icon is missing/not showing. Might be just my install. >> >>- Robert >> >>At 01:32 AM 1/31/2003 +0000, Peter Bengtsson wrote: >>>To all administrators or the IssueTrackerProduct. >>> >>>Remember the IssueTrackers general masscontainer? >>>http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers_masscontainer_first_release >>>http://www.zope.org/Members/peterbe/IssueTrackerProduct/issuetrackers.zexp/view >>> >>>Now I've put this together as a proper python product instead. >>>It's called IssueTrackerMassContainer and has only been released on SourceForge yet. >>> >>>Download it from >>>http://sourceforge.net/project/showfiles.php?group_id=60145 >>>Or from these CVS commands >>>$ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login >>>[when asked for password, press ENTER] >>>$ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerMassContainer >>> >>>If you don't already use the folder 'issuetrackers', just install it and create an instance of it. Then create all your issue tracker instance inside this object. >>> >>>If you already have a folder with lots of issuetracker instances, install the product, create an instance and copy all the instances from the old folder to this new object. >>>HOWEVER, because you're copying ZCatalogs the references within them are incorrect. You'll need to do a UpdateCatalog. >>>For this to be efficient, you must download the latest CVS version of IssueTrackerProduct like this >>> >>>$ cvs -d:pserver:ano...@cv...:/cvsroot/issuetracker login >>>[when asked for password, press ENTER] >>>$ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/issuetracker co IssueTrackerProduct >>> >>>This latest version (not yet released) has a much improved UpdateCatalog() method. >>> >>>Then use the 'automate' python script that was created in the new mass container object to go through the UpdateCatalog() method for each instance. >>> >>> >>>I would very much like to have some functional feedback on this before I release it to Zope.org >>>Does it work? >>>Feedback? >>> >>>Peter >>> >>> >>> >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.NET email is sponsored by: >>>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>>http://www.vasoftware.com >>>_______________________________________________ >>>Issuetracker-development mailing list >>>Iss...@li... >>>https://lists.sourceforge.net/lists/listinfo/issuetracker-development >> >>---------------------------------------------- >>Robert Allyn >> Voice (206)706-7063 Fax (206)783-7795 >> ra...@al... ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Issuetracker-development mailing list Iss...@li... https://lists.sourceforge.net/lists/listinfo/issuetracker-development > > ---------------------------------------------- Robert Allyn Voice (206)706-7063 Fax (206)783-7795 ra...@al... |