esiobjects-patches Mailing List for EsiObjects (Page 2)
Brought to you by:
ferret1964,
twiechmann
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
(4) |
May
(19) |
Jun
(7) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
2003 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
(2) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-03-10 05:49:27
|
Patches item #700655, was opened at 2003-03-09 21:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=700655&group_id=35585 Category: Core Model Group: V4.0 Status: Open >Resolution: Fixed Priority: 3 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix $ENV.Lookup for Undefined Symbols Initial Comment: The enclosed patch fixes $ENV.Lookup so that an attempt to lookup an undefined symbol results in a empty string being returned rather than an error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=700655&group_id=35585 |
From: SourceForge.net <no...@so...> - 2003-03-06 20:42:30
|
Patches item #698978, was opened at 2003-03-06 12:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=698978&group_id=35585 Category: Compilation Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix problem with compilation of Undefined Namepool Variables Initial Comment: In version 4.0.2.8 there is an error with the way that the compiled code reports undefined namepool variables. The enclosed patch withh fix this problem. After loading this patch any effected services will need to be recompiled. The patch has been incorparated into the latest 4.1 build, and will be released with the next major release. *** This patch is for version 4.0.2.8 Only *** ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=698978&group_id=35585 |
From: SourceForge.net <no...@so...> - 2003-03-04 23:44:14
|
Patches item #697635, was opened at 2003-03-04 15:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=697635&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 6 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Unlink Ancestor table Initial Comment: An error exists in versions 4.0.2.8 to 4.1.0.12 with the cleanup of a classes Ancestor list when it is unlinked. This patch corrects the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=697635&group_id=35585 |
From: <no...@so...> - 2002-12-20 21:08:13
|
Patches item #656992, was opened at 2002-12-20 12:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=656992&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: 4.0.2 Class Accept Vistor Problem Initial Comment: In Version 4.0.2 the way that the Subclass and Superclass lists are maintained was altered to prevent a problem with very long class names. When the new mechanism was put in place a Coding error was made in the implementation of ESI$Class.Primary::AcceptVisitor, which resulted in it skipping sublclasses. This error results in various breakages, like Sreach not scanning subclasses when requesed. *** Warning *** This patch should only be installed to 4.0.2 systems This patch is has built in protect to prevent loads on any version other than 4.0.2.8. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=656992&group_id=35585 |
From: <no...@so...> - 2002-10-08 21:01:37
|
Patches item #620451, was opened at 2002-10-08 14:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=620451&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix LibraryRename Initial Comment: The Notification of a Library rename was not propigated to nested classes. This could result in the internal SubClass lists having invalid names. Likewise Subclasses of the Nested class would also be effected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=620451&group_id=35585 |
From: <no...@so...> - 2002-09-05 18:06:49
|
Patches item #605177, was opened at 2002-09-05 11:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=605177&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 6 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) >Summary: Fix $IsA Check for ill formed pointers Initial Comment: The enclosed patch will fix the runtime implementation for $IsA . An Ill formed pointer will cause the implementation to crash. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=605177&group_id=35585 |
From: <no...@so...> - 2002-08-13 21:45:40
|
Patches item #594783, was opened at 2002-08-13 14:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=594783&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 8 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Infinite Loop on UNDEF I% & C% Initial Comment: <b>Critical System Patch</b> References made to an undefined Instance or Class variable can result it the server process hanging in an infinite loop while trapping the error. The enclosed patch corrects this problem and should be installed on all V4.0, 4.0.1, and 4.1 Systems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=594783&group_id=35585 |
From: <no...@so...> - 2002-07-24 20:01:52
|
Patches item #586117, was opened at 2002-07-24 13:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=586117&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Default Assert implementation Initial Comment: The Default Session handlers inplmentation did not correctly handle the requested buttons flag. Effects all prior release (4.0 & 4.1) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=414683&aid=586117&group_id=35585 |
From: <no...@so...> - 2002-06-20 18:09:08
|
Patches item #571741, was opened at 2002-06-20 11:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=571741&group_id=35585 Category: Runtime Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Set $POOL Initial Comment: Set $POOL is fixed to work with ESI$NamePool. The earlier 4.0 releases would only work with Base$NewNamePool. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=571741&group_id=35585 |
From: <no...@so...> - 2002-06-18 20:16:18
|
Patches item #570761, was opened at 2002-06-18 13:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570761&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 6 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Search Initial Comment: Make sure that patch [ 570735 ]"Fix N% Compliation" is Installed then load this patch. This will recompile the SearchVisitor and resolve the error durring search. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570761&group_id=35585 |
From: <no...@so...> - 2002-06-18 19:53:28
|
Patches item #570750, was opened at 2002-06-18 12:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570750&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 8 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix property import Initial Comment: Import of a property would exit if the property is not the orginal. This patch fixes the problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570750&group_id=35585 |
From: <no...@so...> - 2002-06-18 19:27:38
|
Patches item #570735, was opened at 2002-06-18 12:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570735&group_id=35585 Category: Compilation Group: V4.0 Status: Open Resolution: None Priority: 9 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix N% Compliation Initial Comment: Fix N% variable compilation to insure the correct stubs are generated. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=570735&group_id=35585 |
From: <no...@so...> - 2002-06-10 15:08:38
|
Patches item #566892, was opened at 2002-06-10 08:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=566892&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix to Set Property - Java Proxy Initial Comment: The Java proxies were not generating the correct array numbers for the parameters. Thius patch corrects the problem.This is a fix for bug # 565988 "Java gen'd set property code incorrect". ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=566892&group_id=35585 |
From: <no...@so...> - 2002-06-05 20:04:32
|
Patches item #565016, was opened at 2002-06-05 16:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=565016&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: John McManamon (mcmanamon) Assigned to: John McManamon (mcmanamon) Summary: Initial Comment: ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=565016&group_id=35585 |
From: <no...@so...> - 2002-06-04 06:10:12
|
Patches item #564222, was opened at 2002-06-03 23:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=564222&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 6 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Library cleanup for Nested Class Delete Initial Comment: This patch fixes the Library cleanup code that is is onvoked when a nested class is deleted. This prevents extra garbage hanging arround in the library. Note: The upgrade code should cleanup any bad references. This patch addresses part of Bug number #563903 "Memory Leak in Libraries" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=564222&group_id=35585 |
From: <no...@so...> - 2002-05-31 08:14:14
|
Patches item #562825, was opened at 2002-05-31 01:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=562825&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 3 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Version cleanup on Import Initial Comment: This patch updates the SourceStructure object to use the correct internal delete mechanism when cleaning out versions of the source that no longer appear in the source code. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=562825&group_id=35585 |
From: <no...@so...> - 2002-05-29 16:59:24
|
Patches item #561759, was opened at 2002-05-28 18:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 Category: Compilation Group: V4.0 Status: Open Resolution: Fixed Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) >Summary: $Deledate and Out Parameters & Namepool Initial Comment: This patch allow methods that use the $Delegate function to handle out parameter correctly. This patch will remap the out parameters when using delegation. This patch requires recompilation of effected code. See the enclosed installation instructions. ---------------------------------------------------------------------- >Comment By: Jerry Goodnough (ferret1964) Date: 2002-05-29 09:59 Message: Logged In: YES user_id=41717 Problems with the namepool implementation required yet another version of this patch. ---------------------------------------------------------------------- Comment By: Jerry Goodnough (ferret1964) Date: 2002-05-28 23:23 Message: Logged In: YES user_id=41717 The first version of this patch created a conflict with the default name pool. The new patch file corrects this problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 |
From: <no...@so...> - 2002-05-29 06:23:29
|
Patches item #561759, was opened at 2002-05-28 18:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 Category: Compilation Group: V4.0 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Out Parameters in Delegation Initial Comment: This patch allow methods that use the $Delegate function to handle out parameter correctly. This patch will remap the out parameters when using delegation. This patch requires recompilation of effected code. See the enclosed installation instructions. ---------------------------------------------------------------------- >Comment By: Jerry Goodnough (ferret1964) Date: 2002-05-28 23:23 Message: Logged In: YES user_id=41717 The first version of this patch created a conflict with the default name pool. The new patch file corrects this problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 |
From: <no...@so...> - 2002-05-29 01:08:39
|
Patches item #561759, was opened at 2002-05-28 18:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 Category: Compilation Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Out Parameters in Delegation Initial Comment: This patch allow methods that use the $Delegate function to handle out parameter correctly. This patch will remap the out parameters when using delegation. This patch requires recompilation of effected code. See the enclosed installation instructions. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561759&group_id=35585 |
From: <no...@so...> - 2002-05-28 18:16:53
|
Patches item #561635, was opened at 2002-05-28 11:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561635&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Improve Bad Object error reporting Initial Comment: This patch will improve the error message generated for invalid object pointers. It updates all of the call executives. Following the enclosed installationb steps. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=561635&group_id=35585 |
From: <no...@so...> - 2002-05-24 21:11:56
|
Patches item #560318, was opened at 2002-05-24 17:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560318&group_id=35585 Category: Core Model Group: V4.0 Status: Open Resolution: None Priority: 9 Submitted By: John McManamon (mcmanamon) Assigned to: John McManamon (mcmanamon) Summary: ESI$Text GetLine - further fix Initial Comment: There was still a problem with GetLine processing, specifically getting long lines - lines that span more than 2 blocks. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560318&group_id=35585 |
From: <no...@so...> - 2002-05-24 19:55:31
|
Patches item #560288, was opened at 2002-05-24 12:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560288&group_id=35585 Category: Compilation Group: V4.0 Status: Open >Resolution: Fixed Priority: 6 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Create command Class Indirection Initial Comment: The Create Command was not properly parsing the class when indirection was used. This patch corrects the problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560288&group_id=35585 |
From: <no...@so...> - 2002-05-24 19:11:21
|
Patches item #560278, was opened at 2002-05-24 12:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560278&group_id=35585 Category: Core Model Group: V4.0 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Jerry Goodnough (ferret1964) Assigned to: Jerry Goodnough (ferret1964) Summary: Fix Nested Class Java Proxy Gen. Initial Comment: This patch corrects the generation of nested classes in Java proxies. Please ensure that patch #559829 "SetProperty Fix for Java Proxy Gen" is loaded before loading this patch. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=560278&group_id=35585 |
From: <no...@so...> - 2002-05-24 16:18:15
|
Patches item #559871, was opened at 2002-05-23 14:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=559871&group_id=35585 Category: Core Model Group: V4.0 Status: Open >Resolution: Fixed Priority: 9 Submitted By: John McManamon (mcmanamon) Assigned to: John McManamon (mcmanamon) Summary: ESI$Text GetLine patch Initial Comment: There was a typo in GetLine of ESI$Text. For long lines the code referenced A%Text instead of I% Text. Thus, long texts would get an error. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=559871&group_id=35585 |
From: <no...@so...> - 2002-05-23 21:17:46
|
Patches item #559831, was opened at 2002-05-23 13:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=559831&group_id=35585 Category: Corba Group: V4.0 Status: Open Resolution: None Priority: 3 Submitted By: Jerry Goodnough (ferret1964) >Assigned to: Jerry Goodnough (ferret1964) Summary: Allow Dictionary Key to be Set Initial Comment: This patch allows the Key to be set on an empty Dictionary object. In addtion it includes updates to the realtionship facade for this support. This patch addresses issues with using dictionaries with releationships. In the future the dictionary implement may be futher enhanced to support changing the key on dictionaries with contents. See the installation instructions included in the patch for how to install it. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=414683&aid=559831&group_id=35585 |