diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/README.md b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/README.md similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/README.md rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/README.md diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/exceptionDescription.st b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/exceptionDescription.st similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/exceptionDescription.st rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/exceptionDescription.st diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/initializeWithContinuation..st b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/initializeWithContinuation..st similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/initializeWithContinuation..st rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/initializeWithContinuation..st diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderAnsweringToolsOn..st b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderAnsweringToolsOn..st similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderAnsweringToolsOn..st rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderAnsweringToolsOn..st diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderContentOn..st b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderContentOn..st similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderContentOn..st rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderContentOn..st diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderHeadingOn..st b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderHeadingOn..st similarity index 100% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/instance/renderHeadingOn..st rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/instance/renderHeadingOn..st diff --git a/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/methodProperties.json b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/methodProperties.json new file mode 100644 index 00000000..f826c8b9 --- /dev/null +++ b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/methodProperties.json @@ -0,0 +1,9 @@ +{ + "class" : { + }, + "instance" : { + "exceptionDescription" : "dkh 06/05/2015 15:44", + "initializeWithContinuation:" : "dkh 06/05/2015 15:44", + "renderAnsweringToolsOn:" : "dkh 06/05/2015 15:44", + "renderContentOn:" : "dkh 06/05/2015 15:44", + "renderHeadingOn:" : "dkh 06/05/2015 15:44" } } diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/properties.json b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/properties.json similarity index 50% rename from repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/properties.json rename to repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/properties.json index 463f38c9..de54ae14 100644 --- a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/properties.json +++ b/repository/Seaside-GemStone-Development.package/WAGemStoneContinuationDebugger.class/properties.json @@ -1,13 +1,13 @@ { - "category" : "Seaside-GemStone-Tools-Production-ObjectLog", + "category" : "Seaside-GemStone-Development", "classinstvars" : [ ], "classvars" : [ ], - "commentStamp" : "MarianoMartinezPeck 06/02/2015 22:02", + "commentStamp" : "dkh 06/05/2015 15:44", "instvars" : [ "errorDescription" ], - "name" : "WAObjectLogDebuggerWalkback", + "name" : "WAGemStoneContinuationDebugger", "pools" : [ ], "super" : "WAGemStoneWalkback", diff --git a/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkback.class/methodProperties.json b/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkback.class/methodProperties.json index 28a5246c..7e7c9f2b 100644 --- a/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkback.class/methodProperties.json +++ b/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkback.class/methodProperties.json @@ -5,11 +5,11 @@ "addContinuation" : "dkh 07/14/2014 17:02", "applicationDeployed" : "DaleHenrichs 06/20/2010 12:38", "initializeWithException:continuation:" : "DaleHenrichs 06/20/2010 12:36", - "logContinuation:" : "MarianoMartinezPeck 06/02/2015 22:57", + "logContinuation:" : "dkh 06/01/2015 09:39", "renderContentOn:" : "DaleHenrichs 06/20/2010 12:37", "renderInstructionsOn:" : "dkh 10/07/2011 16:49", "renderProductionContentOn:" : "DaleHenrichs 06/20/2010 11:03", "renderToolsOn:" : "DaleHenrichs 06/20/2010 11:03", "resumeContinuation" : "DaleHenrichs 06/20/2010 11:25", - "stackReportLimit" : "MarianoMartinezPeck 06/02/2015 22:57", + "stackReportLimit" : "dkh 06/02/2015 15:21", "states" : "DaleHenrichs 06/20/2010 11:03" } } diff --git a/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/methodProperties.json b/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/methodProperties.json index 5ce23571..2f05d631 100644 --- a/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/methodProperties.json +++ b/repository/Seaside-GemStone-Development.package/WARemoteDebuggingWalkbackErrorHandler.class/methodProperties.json @@ -3,7 +3,7 @@ "initialize" : "DaleHenrichs 06/21/2010 11:20" }, "instance" : { "handleRenderingError:inProduction:" : "DaleHenrichs 06/20/2010 14:50", - "open:" : "MarianoMartinezPeck 06/02/2015 22:55", + "open:" : "dkh 06/01/2015 09:37", "renderContentForException:on:inProduction:" : "DaleHenrichs 06/20/2010 14:52", "rendererClass" : "JohanBrichau 02/16/2014 01:17", "titleForException:" : "DaleHenrichs 06/20/2010 14:43", diff --git a/repository/Seaside-GemStone-Development.package/monticello.meta/categories.st b/repository/Seaside-GemStone-Development.package/monticello.meta/categories.st index aaa0993a..2d42129b 100644 --- a/repository/Seaside-GemStone-Development.package/monticello.meta/categories.st +++ b/repository/Seaside-GemStone-Development.package/monticello.meta/categories.st @@ -1,2 +1,3 @@ +SystemOrganization addCategory: #'Seaside-GemStone-Development'! SystemOrganization addCategory: #'Seaside-GemStone-Development-Core'! SystemOrganization addCategory: #'Seaside-GemStone-Development-Filter'! diff --git a/repository/Seaside-GemStone-Development.package/monticello.meta/version b/repository/Seaside-GemStone-Development.package/monticello.meta/version index 1b3cdd73..765c9cd3 100644 --- a/repository/Seaside-GemStone-Development.package/monticello.meta/version +++ b/repository/Seaside-GemStone-Development.package/monticello.meta/version @@ -1 +1 @@ -(name 'Seaside-GemStone-Development-dkh.32' message 'merged by GitFileTree-MergeDriver' id '1fc0f02a-64ef-4014-b6b3-63b25e3029f0' date '3 June 2015' time '9:52:19.678607 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.31' message 'missing method for ajax error gem log logging' id '59e8a418-0f1e-4c48-978d-a499eddcd30e' date '2 June 2015' time '4:00:15 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.30' message 'log error stack to gem log when ajax error encountered' id '3c1ef174-98c2-40d8-877e-b29782b22c11' date '1 June 2015' time '9:43:47 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.29' message 'replace deprecated `currentRequest` with `requestContext request`' id '6f5ee0f4-e7f6-41f4-b523-09a1829df299' date '14 July 2014' time '5:03:19 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-JohanBrichau.28' message 'fixed reference to undefined symbol WARenderCanvas' id '69d50695-693b-4dd3-9582-e3cf4a3b4e2f' date '16 February 2014' time '1:28:48 am' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Development-dkh.27' message '3.0.6.2 (dkh.346): - WAHandleAbortWouldLoseDataToolFilter>>handleFiltered: transaction logic fixed' id 'f8635f5e-7aae-4d46-8ac0-ca01d266c126' date '19 October 2011' time '11:48:05 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.26' message '3.0.6.1 (dkh.339): - back off a bit on the fix for Issue 130 ... make cross platform error handlers a little easier to manage' id 'd01f6719-4b82-4796-b6a4-78de26b1e6e0' date '14 October 2011' time '6:45:18 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.25' message '3.0.6.1 (dkh.338): - GemStone 3.0.1 fix for Issue 130: remote breakpoints don''''t work http://code.google.com/p/glassdb/issues/detail?id=130 ' id '8d92fee3-15a5-4eec-ac0d-536d2ac882d4' date '14 October 2011' time '5:41:28 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.24' message '3.0.6.1 (dkh.337): - fix Issue 130: remote breakpoints don''t work http://code.google.com/p/glassdb/issues/detail?id=130' id '8d90f4df-5a59-4dcb-9838-aaf8a4cec76f' date '7 October 2011' time '4:55:17 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.23' message '- get Seaside3.0 running on GemStone3.0beta3 - ExceptionSet handling fixed in GemStone3.0, no longer need special version of Seaside-Core - WAFlowPlatformTest>>testSuspendCallbackDo passes in GemStone3.0' id '236c3830-3b01-40e3-80ff-3488caae1a03' date '20 January 2011' time '11:03:12 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.22' message '- fix Issue 191: http://code.google.com/p/glassdb/issues/detail?id=191 "getting object log continuation for rest api calls"' id '187deabe-c263-4b38-961c-8d0471316f3f' date '13 December 2010' time '1:48:37 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.21' message '- fix Issue 170: http://code.google.com/p/glassdb/issues/detail?id=170 "Errors during Ajax requests can crash vm" ' id '5a5771bf-1460-4804-a952-428b6097545c' date '2 September 2010' time '3:08:53 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.20' message '- development Seaside3.0 workspace' id '51d244ad-2536-475b-b184-56331d813a9f' date '8 July 1910' time '4:06:30 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.19' message '- move #inspectorFields to Seaside-GemStone-Tools-Production' id 'f680454b-e4ba-417d-9d3a-90fc640253d1' date '6 July 1910' time '12:05:32 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.18' message '- move WaStringInspector to Seaside-GemStone-Tools-Production' id '7f2c708f-248e-4f41-8aff-9838836d41ad' date '6 July 1910' time '11:35:07 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.17' message '- move #canDebugInteractively to Environment (where it''s used)' id '36c30d07-705c-475a-ab74-13b678be42b8' date '25 June 1910' time '8:57:18 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.16' message '- remove WARemoteDebuggingProductionWalkback and WARemoteDebuggingProductionWalkbackErrorHandler in favor of WAGemStoneProductionErrorHandler in Seaside-GemStone-Environment' id 'b7e185ff-16d3-409c-841d-fe1d495a0757' date '24 June 1910' time '2:10:53 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.15' message '- add WARemoteDebuggingProductionWalkbackErrorHandler and WARemoteDebuggingProductionWalkback for production error handling - clean up logging - use #call: for opening Walkback component so that Proceed link works... ' id '44ccad39-109c-448f-85c9-45c4ee6e9d9c' date '21 June 1910' time '2:01 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.14' message '- support for handling Halt with remote debugger' id '382d224e-72c5-414a-be17-cf5c78c74c12' date '21 June 1910' time '1:22:56 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.13' message '- better string inspect support - remote debugging support. Disable ''Proceed'' for remote debugging until Issue 128 is fixed (http://code.google.com/p/glassdb/issues/detail?id=128) ' id 'cdef77ec-7d47-4dfb-81d4-798b54bd548e' date '20 June 1910' time '4:06:56 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.12' message '- tool bar css needs to be defined for walkback error handling' id 'cb11119a-b9a1-4f45-8f4f-44c3a572af2d' date '19 June 1910' time '11:02:47 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.11' message '- don''t bother with a tool puglin for handling abort required in functional tests...' id '715c93c5-c6e7-4867-81fe-ef209d9ad3b8' date '18 June 1910' time '9:08:22 am' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.10' message '- support for Grease 1.0-alpha9.3' id '14f8b3df-96b2-43ba-ad81-5e98a766911f' date '3 June 1910' time '2:45:08 pm' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-dkh.9' message '- update GRPackage info' id '154e02b8-ba59-47a5-9407-64bbc1adf364' date '30 November 2009' time '4:44:26 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.8' message '- tool (WAHandleAbortWouldLoseDataToolFilter) to allow relatively safe use of #allInstances for GemStone (in functional tests at least)' id '5b6a14ca-e85a-4103-a92f-2b0bed5abdc7' date '25 November 2009' time '2:10:19 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.7' message '- move the workspace creation to WABasicDevelopment' id 'd601a1ae-7a64-41c4-b526-947b48767e33' date '17 November 2009' time '10:11:04 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.6' message '- update the workspace string' id '7c485b35-0ea1-4cc4-9b38-c2a7badffeb7' date '11 November 2009' time '11:16:34 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.5' message '- add a Seaside 3.0 workspace ' id '92f68997-b9a2-471d-b96f-5a3f470885c0' date '11 November 2009' time '10:39:48 am' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.4' message '- implement inspector and debugger' id 'd42ebfe9-680a-4cac-b91f-f988dd396d01' date '10 November 2009' time '3:41:53 pm' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.3' message '- get the package name spelling right - GemStone' id '0c4b50aa-1aeb-4668-96ed-350d0bf17df0' date '9 November 2009' time '1:00:08 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Development-MarianoMartinezPeck.31' message '* WAGemStoneStoneWalkback #initializeWithException: now delegates to a new method #initializeWithContext: * WAGemStoneStoneWalkback #currentContextForWalkback now delegates to new #currentContextForContinuation: * Added #stackReportLimit and #logContinuation to WARemoteDebuggingContinuation * Make WARemoteDebuggingWalkbackErrorHandler #open to send logContinuation for ajax requests (ajax requests errors were not being written into the gem log until now). ' id 'ee4cc1d4-2e14-448d-b514-68ea11bde6e6' date '3 June 2015' time '10:29:53 am' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Development-MarianoMartinezPeck.30' message '* WAGemStoneStoneWalkback #initializeWithException: now delegates to a new method #initializeWithContext: * WAGemStoneStoneWalkback #currentContextForWalkback now delegates to new #currentContextForContinuation: * Added #stackReportLimit and #logContinuation to WARemoteDebuggingContinuation * Make WARemoteDebuggingWalkbackErrorHandler #open to send logContinuation for ajax requests (ajax requests errors were not being written into the gem log until now). ' id 'a8e3a43c-bdba-4640-ae81-79e6194feabe' date '3 June 2015' time '10:03:21 am' author 'MarianoMartinezPeck' ancestors ((id '6f5ee0f4-e7f6-41f4-b523-09a1829df299')) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Seaside-GemStone-Development-dkh.33' message 'Issue #75: rename WAObjectLogDebuggerWalkback to WAGemStoneContinuationDebugger and move from package WAGemStoneContinuationDebugger to Seaside-GemStone-Development' id '75240d1f-c329-4ae5-aa39-e98dbabe485e' date '06/05/2015' time '15:50:49' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.32' message 'merged by GitFileTree-MergeDriver' id '1fc0f02a-64ef-4014-b6b3-63b25e3029f0' date '06/03/2015' time '09:52:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.31' message 'missing method for ajax error gem log logging' id '59e8a418-0f1e-4c48-978d-a499eddcd30e' date '06/02/2015' time '16:00:15' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.30' message 'log error stack to gem log when ajax error encountered' id '3c1ef174-98c2-40d8-877e-b29782b22c11' date '06/01/2015' time '09:43:47' author 'dkh' ancestors () stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Development-MarianoMartinezPeck.31' message '* WAGemStoneStoneWalkback #initializeWithException: now delegates to a new method #initializeWithContext: * WAGemStoneStoneWalkback #currentContextForWalkback now delegates to new #currentContextForContinuation: * Added #stackReportLimit and #logContinuation to WARemoteDebuggingContinuation * Make WARemoteDebuggingWalkbackErrorHandler #open to send logContinuation for ajax requests (ajax requests errors were not being written into the gem log until now). ' id 'ee4cc1d4-2e14-448d-b514-68ea11bde6e6' date '06/03/2015' time '10:29:53' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Development-MarianoMartinezPeck.30' message '* WAGemStoneStoneWalkback #initializeWithException: now delegates to a new method #initializeWithContext: * WAGemStoneStoneWalkback #currentContextForWalkback now delegates to new #currentContextForContinuation: * Added #stackReportLimit and #logContinuation to WARemoteDebuggingContinuation * Make WARemoteDebuggingWalkbackErrorHandler #open to send logContinuation for ajax requests (ajax requests errors were not being written into the gem log until now). ' id 'a8e3a43c-bdba-4640-ae81-79e6194feabe' date '06/03/2015' time '10:03:21' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Development-dkh.29' message 'replace deprecated `currentRequest` with `requestContext request`' id '6f5ee0f4-e7f6-41f4-b523-09a1829df299' date '07/14/2014' time '17:03:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-JohanBrichau.28' message 'fixed reference to undefined symbol WARenderCanvas' id '69d50695-693b-4dd3-9582-e3cf4a3b4e2f' date '02/16/2014' time '01:28:48' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Development-dkh.27' message '3.0.6.2 (dkh.346): - WAHandleAbortWouldLoseDataToolFilter>>handleFiltered: transaction logic fixed' id 'f8635f5e-7aae-4d46-8ac0-ca01d266c126' date '10/19/2011' time '11:48:05' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.26' message '3.0.6.1 (dkh.339): - back off a bit on the fix for Issue 130 ... make cross platform error handlers a little easier to manage' id 'd01f6719-4b82-4796-b6a4-78de26b1e6e0' date '10/14/2011' time '18:45:18' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.25' message '3.0.6.1 (dkh.338): - GemStone 3.0.1 fix for Issue 130: remote breakpoints don''''t work http://code.google.com/p/glassdb/issues/detail?id=130 ' id '8d92fee3-15a5-4eec-ac0d-536d2ac882d4' date '10/14/2011' time '17:41:28' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.24' message '3.0.6.1 (dkh.337): - fix Issue 130: remote breakpoints don''t work http://code.google.com/p/glassdb/issues/detail?id=130' id '8d90f4df-5a59-4dcb-9838-aaf8a4cec76f' date '10/07/2011' time '16:55:17' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.23' message '- get Seaside3.0 running on GemStone3.0beta3 - ExceptionSet handling fixed in GemStone3.0, no longer need special version of Seaside-Core - WAFlowPlatformTest>>testSuspendCallbackDo passes in GemStone3.0' id '236c3830-3b01-40e3-80ff-3488caae1a03' date '01/20/2011' time '11:03:12' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.22' message '- fix Issue 191: http://code.google.com/p/glassdb/issues/detail?id=191 "getting object log continuation for rest api calls"' id '187deabe-c263-4b38-961c-8d0471316f3f' date '12/13/2010' time '13:48:37' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.21' message '- fix Issue 170: http://code.google.com/p/glassdb/issues/detail?id=170 "Errors during Ajax requests can crash vm" ' id '5a5771bf-1460-4804-a952-428b6097545c' date '09/02/2010' time '15:08:53' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.20' message '- development Seaside3.0 workspace' id '51d244ad-2536-475b-b184-56331d813a9f' date '07/08/1910' time '16:06:30' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.19' message '- move #inspectorFields to Seaside-GemStone-Tools-Production' id 'f680454b-e4ba-417d-9d3a-90fc640253d1' date '07/06/1910' time '12:05:32' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.18' message '- move WaStringInspector to Seaside-GemStone-Tools-Production' id '7f2c708f-248e-4f41-8aff-9838836d41ad' date '07/06/1910' time '11:35:07' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.17' message '- move #canDebugInteractively to Environment (where it''s used)' id '36c30d07-705c-475a-ab74-13b678be42b8' date '06/25/1910' time '08:57:18' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.16' message '- remove WARemoteDebuggingProductionWalkback and WARemoteDebuggingProductionWalkbackErrorHandler in favor of WAGemStoneProductionErrorHandler in Seaside-GemStone-Environment' id 'b7e185ff-16d3-409c-841d-fe1d495a0757' date '06/24/1910' time '02:10:53' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.15' message '- add WARemoteDebuggingProductionWalkbackErrorHandler and WARemoteDebuggingProductionWalkback for production error handling - clean up logging - use #call: for opening Walkback component so that Proceed link works... ' id '44ccad39-109c-448f-85c9-45c4ee6e9d9c' date '06/21/1910' time '14:01:00' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.14' message '- support for handling Halt with remote debugger' id '382d224e-72c5-414a-be17-cf5c78c74c12' date '06/21/1910' time '13:22:56' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.13' message '- better string inspect support - remote debugging support. Disable ''Proceed'' for remote debugging until Issue 128 is fixed (http://code.google.com/p/glassdb/issues/detail?id=128) ' id 'cdef77ec-7d47-4dfb-81d4-798b54bd548e' date '06/20/1910' time '16:06:56' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.12' message '- tool bar css needs to be defined for walkback error handling' id 'cb11119a-b9a1-4f45-8f4f-44c3a572af2d' date '06/19/1910' time '11:02:47' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.11' message '- don''t bother with a tool puglin for handling abort required in functional tests...' id '715c93c5-c6e7-4867-81fe-ef209d9ad3b8' date '06/18/1910' time '09:08:22' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-DaleHenrichs.10' message '- support for Grease 1.0-alpha9.3' id '14f8b3df-96b2-43ba-ad81-5e98a766911f' date '06/03/1910' time '14:45:08' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Development-dkh.9' message '- update GRPackage info' id '154e02b8-ba59-47a5-9407-64bbc1adf364' date '11/30/2009' time '16:44:26' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.8' message '- tool (WAHandleAbortWouldLoseDataToolFilter) to allow relatively safe use of #allInstances for GemStone (in functional tests at least)' id '5b6a14ca-e85a-4103-a92f-2b0bed5abdc7' date '11/25/2009' time '14:10:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.7' message '- move the workspace creation to WABasicDevelopment' id 'd601a1ae-7a64-41c4-b526-947b48767e33' date '11/17/2009' time '10:11:04' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.6' message '- update the workspace string' id '7c485b35-0ea1-4cc4-9b38-c2a7badffeb7' date '11/11/2009' time '11:16:34' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.5' message '- add a Seaside 3.0 workspace ' id '92f68997-b9a2-471d-b96f-5a3f470885c0' date '11/11/2009' time '10:39:48' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.4' message '- implement inspector and debugger' id 'd42ebfe9-680a-4cac-b91f-f988dd396d01' date '11/10/2009' time '15:41:53' author 'dkh' ancestors ((name 'Seaside-GemStone-Development-dkh.3' message '- get the package name spelling right - GemStone' id '0c4b50aa-1aeb-4668-96ed-350d0bf17df0' date '11/09/2009' time '13:00:08' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/instance/debugContinuation..st b/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/instance/debugContinuation..st index fe1f767f..ea9323c3 100644 --- a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/instance/debugContinuation..st +++ b/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/instance/debugContinuation..st @@ -1,15 +1,14 @@ actions debugContinuation: aLogEntry - | continuation | - (aLogEntry isKindOf: DebuggerLogEntry) ifTrue: [ - continuation := aLogEntry continuation. - continuation ifNotNil: [ - ((continuation isKindOf: GsProcess) and: [continuation isContinuation]) ifTrue: [ - | comp exception | - comp := WAObjectLogDebuggerWalkback new. - comp initializeWithContinuation: continuation. - "exception := (continuation convertToPortableStack _frameContentsAt: 1) at: 11." - self session presenter call: comp. - ] - ] - ] \ No newline at end of file + | continuation | + (aLogEntry isKindOf: DebuggerLogEntry) + ifTrue: [ + continuation := aLogEntry continuation. + continuation + ifNotNil: [ + ((continuation isKindOf: GsProcess) and: [ continuation isContinuation ]) + ifTrue: [ + | comp exception | + comp := WAGemStoneContinuationDebugger new. + comp initializeWithContinuation: continuation. "exception := (continuation convertToPortableStack _frameContentsAt: 1) at: 11." + self session presenter call: comp ] ] ] \ No newline at end of file diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/methodProperties.json b/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/methodProperties.json index 6eba11dd..ba6ef01d 100644 --- a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/methodProperties.json +++ b/repository/Seaside-GemStone-Tools-Production.package/WAObjectLog.class/methodProperties.json @@ -6,7 +6,7 @@ "initialize" : "DaleHenrichs 07/06/2010 18:32" }, "instance" : { "children" : "jgf 11/16/2009 13:02", - "debugContinuation:" : "MarianoMartinezPeck 06/02/2015 22:02", + "debugContinuation:" : "dkh 06/05/2015 15:45", "deleteAllAtPriority:" : "jgf 11/16/2009 13:02", "deleteLogEntriesUpToInclusive:" : "jgf 11/16/2009 13:02", "deleteLogEntry:" : "jgf 11/16/2009 13:02", diff --git a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/methodProperties.json b/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/methodProperties.json deleted file mode 100644 index 8d0a6b0b..00000000 --- a/repository/Seaside-GemStone-Tools-Production.package/WAObjectLogDebuggerWalkback.class/methodProperties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "exceptionDescription" : "MarianoMartinezPeck 06/02/2015 22:02", - "initializeWithContinuation:" : "MarianoMartinezPeck 06/02/2015 22:51", - "renderAnsweringToolsOn:" : "MarianoMartinezPeck 06/02/2015 22:02", - "renderContentOn:" : "MarianoMartinezPeck 06/02/2015 22:02", - "renderHeadingOn:" : "MarianoMartinezPeck 06/02/2015 22:02" } } diff --git a/repository/Seaside-GemStone-Tools-Production.package/monticello.meta/version b/repository/Seaside-GemStone-Tools-Production.package/monticello.meta/version index b5dca056..2e11b6b7 100644 --- a/repository/Seaside-GemStone-Tools-Production.package/monticello.meta/version +++ b/repository/Seaside-GemStone-Tools-Production.package/monticello.meta/version @@ -1 +1 @@ -(name 'Seaside-GemStone-Tools-Production-MarianoMartinezPeck.23' message '* Fix WAObjectLog #labels to include the entries with priority 8 (inspect). * Added one more column in the report created in WAObjectLog to include a "debug" link for better debugging continuations. * Added a new WAObjectLogDebuggerWalkback, subclass of WAGemStoneWalkback which doesn''t know about exceptions at all but just about a continuation. Specially designed for debugging continuations from ObjectLog. ' id 'd6415afc-0a2c-401c-9de9-c9fa0b78fd45' date '06/03/2015' time '10:33:07' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Tools-Production-MarianoMartinezPeck.22' message '* Fix WAObjectLog #labels to include the entries with priority 8 (inspect). * Added one more column in the report created in WAObjectLog to include a "debug" link for better debugging continuations. * Added a new WAObjectLogDebuggerWalkback, subclass of WAGemStoneWalkback which doesn''t know about exceptions at all but just about a continuation. Specially designed for debugging continuations from ObjectLog. ' id '878188b4-4c01-45bd-9d69-41605ff22e4f' date '06/03/2015' time '10:11:55' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.21' message 'fix to WAGemStoneRunSeasideGems class>>executeGemCommand: ... now the path is correct' id '04cab1c1-8c77-4558-97a0-b05ab69b52af' date '08/27/2014' time '12:38:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.20' message 'WAGemStoneRunSeasideGems class>>executeGemCommand: doesn''t need a separate runSeasideGems3o for each stone ...' id '8413b4f7-9266-414c-8a54-0c8d4342dced' date '08/20/2014' time '07:38:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.19' message 'merged by GitFileTree-MergeDriver' id '5b748fa1-7c90-404f-ad6f-d310bb36fa3a' date '07/03/2014' time '10:41:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.16' message 'Issue #27: add dynamic inst vars to Seaside inspector' id '37104b09-091f-4c23-b9e9-bcc01995a29f' date '07/02/2014' time '21:00:46' author 'dkh' ancestors () stepChildren ())(name 'Seaside-GemStone-Tools-Production-dkh.18' message 'add a status command to WAGemStoneRunSmalltalkServer ... not that the command must be implemented in the shell script as well (example is here: https://github.com/glassdb/ServiceVM/blob/master/bin/runSmalltalkServer' id '26d632c5-c177-47b5-bd37-82a51c5525b4' date '06/07/2014' time '13:06:48' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.17' message 'WAAbstractGemServer not needed ...' id 'c6f67f22-4e6b-4a30-a0c3-f867deffc1f1' date '06/07/2014' time '09:33:23' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.16' message 'abstract servervm class to define api for WAGemStoneRunSmalltalkServer server' id '03f2269b-8bd1-4399-b3c5-6c2674be7713' date '06/06/2014' time '22:03:16' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-JohanBrichau.15' message 'Added the Zinc server' id 'a302d80e-0369-4260-aba7-d80a5217f988' date '12/15/2013' time '12:55:22' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Tools-Production-KenTreis.14' message 'In WAGemStoneRunSeasideGems, use System stoneName instead of relying on it being "seaside"' id 'e84d043c-3ea6-4c7e-bbe6-127f257fd609' date '02/11/2012' time '11:29:06' author 'KenTreis' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.13' message '3.0.6.1 (dkh.338): - fix Issue 291: Maintenance Gem Topaz Exit [Seaside 3.0 / GemStone 3.0] http://code.google.com/p/glassdb/issues/detail?id=291 ' id '75b0779a-73c5-4a0a-b8a9-924eca9ab3c9' date '10/14/2011' time '17:43:35' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.12' message '3.0.5.1 (dkh.317): - open 3.0.5.1 for development... GemStone-specific branch aimed at bypassing use of class instance variables (etc.) to allow the GemStone 3.0 version of Seaside to run against a read only SymbolDictionary. Some class instance variables are mapped to session temps and some are mapped to user-specific storage in UserGlobals. - class instance variables in WADispatcher, WAFileHandler, WAFileLibrary, WASharedConfiguration, WASystemConfiguration, WAEnvironment and WAAdmin mapped to persistent per-user storage - class instance variables in WAKeyGenerator mapped to session state - fix WAGemStoneMaintenanceTask class>>maintenanceTaskMarkForCollect will work in GemStone 2.x and 3.x' id 'adacb752-d539-4bcb-927c-898460cdfba9' date '07/29/2011' time '18:12:14' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-PaulDeBruicker.10' message 'Added two classes that together can start|stop|restart Gems running arbitrary servers on arbitrary ports.' id '37031f21-31e3-4b96-9413-1c878bab17b4' date '04/15/2011' time '16:43:38' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Tools-Production-NorbertHartl.9' message 'WAGemStoneMaintenanceTask class>>taskNamed: was lacking the ^ ' id '3428b07d-a92c-493a-802d-efe19252e373' date '10/07/2010' time '18:44:35' author 'NorbertHartl' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.8' message '- dictionaries should return #associations for inspectorFields ... #do: doesn''t always traverse associations...' id '371c54df-5d11-4b3e-b6c9-00c1bbd4a6d1' date '08/24/2010' time '09:53:40' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.7' message '- add WAGemStoneRunSeasideGems for controlling the ports and adaptor that is used by the runSeaside30 script' id '9f3614fa-3081-46a6-9d2f-b780795c6120' date '07/09/1910' time '13:23:00' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.6' message '- initialization comment ... example for installing WAObjectLog' id 'b78cc8ba-47d4-4b54-a743-288586714c70' date '07/06/1910' time '20:13:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.5' message '- WAObjectLog component needs to be explicitly registered in production - WAGemStoneMaintenanceTask added so that seaside applications can register a maintenance vm task (ala crontab)' id '65747bc2-0e1b-44e3-a80f-7026bb8db36e' date '07/06/1910' time '17:17:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.4' message '- WAObjectLogInspector doesn''t need to the notion of #current' id '90ca5c3c-cd96-4c66-b580-58ff541fd16e' date '07/06/1910' time '13:34:01' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.3' message '- move #inspectorFields to Seaside-GemStone-Tools-Production' id 'ee06ab2a-32ec-42d7-a7ab-2460a0a2d7e1' date '07/06/1910' time '12:05:47' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.2' message '- duplicate WAInspector so that ObjectLog can be loaded into production extent' id '23a1ec26-ab7b-42ef-9aed-00703c9f84d9' date '07/06/1910' time '11:35:54' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.1' message '- object log tool ported to Seaisde3.0 ' id '771df427-93de-4cf5-bab3-7af69b08dc23' date '06/20/1910' time '16:07:55' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Tools-Production-dkh.11' message '- better inspector display for tasks' id '21aa7b02-3000-41a9-a28e-270a174996e3' date '05/31/2011' time '15:23:01' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Seaside-GemStone-Tools-Production-dkh.24' message 'Issue #75: rename WAObjectLogDebuggerWalkback to WAGemStoneContinuationDebugger and move from package WAGemStoneContinuationDebugger to Seaside-GemStone-Development' id '1ffd3f8b-7afd-4063-9093-bc5014c888f6' date '06/05/2015' time '15:50:47' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-MarianoMartinezPeck.23' message '* Fix WAObjectLog #labels to include the entries with priority 8 (inspect). * Added one more column in the report created in WAObjectLog to include a "debug" link for better debugging continuations. * Added a new WAObjectLogDebuggerWalkback, subclass of WAGemStoneWalkback which doesn''t know about exceptions at all but just about a continuation. Specially designed for debugging continuations from ObjectLog. ' id 'd6415afc-0a2c-401c-9de9-c9fa0b78fd45' date '06/03/2015' time '10:33:07' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Tools-Production-MarianoMartinezPeck.22' message '* Fix WAObjectLog #labels to include the entries with priority 8 (inspect). * Added one more column in the report created in WAObjectLog to include a "debug" link for better debugging continuations. * Added a new WAObjectLogDebuggerWalkback, subclass of WAGemStoneWalkback which doesn''t know about exceptions at all but just about a continuation. Specially designed for debugging continuations from ObjectLog. ' id '878188b4-4c01-45bd-9d69-41605ff22e4f' date '06/03/2015' time '10:11:55' author 'MarianoMartinezPeck' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.21' message 'fix to WAGemStoneRunSeasideGems class>>executeGemCommand: ... now the path is correct' id '04cab1c1-8c77-4558-97a0-b05ab69b52af' date '08/27/2014' time '12:38:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.20' message 'WAGemStoneRunSeasideGems class>>executeGemCommand: doesn''t need a separate runSeasideGems3o for each stone ...' id '8413b4f7-9266-414c-8a54-0c8d4342dced' date '08/20/2014' time '07:38:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.19' message 'merged by GitFileTree-MergeDriver' id '5b748fa1-7c90-404f-ad6f-d310bb36fa3a' date '07/03/2014' time '10:41:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.16' message 'Issue #27: add dynamic inst vars to Seaside inspector' id '37104b09-091f-4c23-b9e9-bcc01995a29f' date '07/02/2014' time '21:00:46' author 'dkh' ancestors () stepChildren ())(name 'Seaside-GemStone-Tools-Production-dkh.18' message 'add a status command to WAGemStoneRunSmalltalkServer ... not that the command must be implemented in the shell script as well (example is here: https://github.com/glassdb/ServiceVM/blob/master/bin/runSmalltalkServer' id '26d632c5-c177-47b5-bd37-82a51c5525b4' date '06/07/2014' time '13:06:48' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.17' message 'WAAbstractGemServer not needed ...' id 'c6f67f22-4e6b-4a30-a0c3-f867deffc1f1' date '06/07/2014' time '09:33:23' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.16' message 'abstract servervm class to define api for WAGemStoneRunSmalltalkServer server' id '03f2269b-8bd1-4399-b3c5-6c2674be7713' date '06/06/2014' time '22:03:16' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-JohanBrichau.15' message 'Added the Zinc server' id 'a302d80e-0369-4260-aba7-d80a5217f988' date '12/15/2013' time '12:55:22' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Tools-Production-KenTreis.14' message 'In WAGemStoneRunSeasideGems, use System stoneName instead of relying on it being "seaside"' id 'e84d043c-3ea6-4c7e-bbe6-127f257fd609' date '02/11/2012' time '11:29:06' author 'KenTreis' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.13' message '3.0.6.1 (dkh.338): - fix Issue 291: Maintenance Gem Topaz Exit [Seaside 3.0 / GemStone 3.0] http://code.google.com/p/glassdb/issues/detail?id=291 ' id '75b0779a-73c5-4a0a-b8a9-924eca9ab3c9' date '10/14/2011' time '17:43:35' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-dkh.12' message '3.0.5.1 (dkh.317): - open 3.0.5.1 for development... GemStone-specific branch aimed at bypassing use of class instance variables (etc.) to allow the GemStone 3.0 version of Seaside to run against a read only SymbolDictionary. Some class instance variables are mapped to session temps and some are mapped to user-specific storage in UserGlobals. - class instance variables in WADispatcher, WAFileHandler, WAFileLibrary, WASharedConfiguration, WASystemConfiguration, WAEnvironment and WAAdmin mapped to persistent per-user storage - class instance variables in WAKeyGenerator mapped to session state - fix WAGemStoneMaintenanceTask class>>maintenanceTaskMarkForCollect will work in GemStone 2.x and 3.x' id 'adacb752-d539-4bcb-927c-898460cdfba9' date '07/29/2011' time '18:12:14' author 'dkh' ancestors ((name 'Seaside-GemStone-Tools-Production-PaulDeBruicker.10' message 'Added two classes that together can start|stop|restart Gems running arbitrary servers on arbitrary ports.' id '37031f21-31e3-4b96-9413-1c878bab17b4' date '04/15/2011' time '16:43:38' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Tools-Production-NorbertHartl.9' message 'WAGemStoneMaintenanceTask class>>taskNamed: was lacking the ^ ' id '3428b07d-a92c-493a-802d-efe19252e373' date '10/07/2010' time '18:44:35' author 'NorbertHartl' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.8' message '- dictionaries should return #associations for inspectorFields ... #do: doesn''t always traverse associations...' id '371c54df-5d11-4b3e-b6c9-00c1bbd4a6d1' date '08/24/2010' time '09:53:40' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.7' message '- add WAGemStoneRunSeasideGems for controlling the ports and adaptor that is used by the runSeaside30 script' id '9f3614fa-3081-46a6-9d2f-b780795c6120' date '07/09/1910' time '13:23:00' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.6' message '- initialization comment ... example for installing WAObjectLog' id 'b78cc8ba-47d4-4b54-a743-288586714c70' date '07/06/1910' time '20:13:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.5' message '- WAObjectLog component needs to be explicitly registered in production - WAGemStoneMaintenanceTask added so that seaside applications can register a maintenance vm task (ala crontab)' id '65747bc2-0e1b-44e3-a80f-7026bb8db36e' date '07/06/1910' time '17:17:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.4' message '- WAObjectLogInspector doesn''t need to the notion of #current' id '90ca5c3c-cd96-4c66-b580-58ff541fd16e' date '07/06/1910' time '13:34:01' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.3' message '- move #inspectorFields to Seaside-GemStone-Tools-Production' id 'ee06ab2a-32ec-42d7-a7ab-2460a0a2d7e1' date '07/06/1910' time '12:05:47' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.2' message '- duplicate WAInspector so that ObjectLog can be loaded into production extent' id '23a1ec26-ab7b-42ef-9aed-00703c9f84d9' date '07/06/1910' time '11:35:54' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Tools-Production-DaleHenrichs.1' message '- object log tool ported to Seaisde3.0 ' id '771df427-93de-4cf5-bab3-7af69b08dc23' date '06/20/1910' time '16:07:55' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Tools-Production-dkh.11' message '- better inspector display for tasks' id '21aa7b02-3000-41a9-a28e-270a174996e3' date '05/31/2011' time '15:23:01' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/class/export.st b/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/class/export.st index 08fe1c3b..340fecae 100644 --- a/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/class/export.st +++ b/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/class/export.st @@ -1,3 +1,5 @@ localization export - WAGetTextExporter new exportTemplate \ No newline at end of file + "WAGetTextExporter not implemented for GemStone and the method exportTemplate does not exist (naturally) ... apprently not used? See https://github.com/GsDevKit/Seaside31/issues/55 & https://github.com/GsDevKit/Seaside31/issues/56" + + (Smalltalk at: #'WAGetTextExporter') new perform: #'exportTemplate' \ No newline at end of file diff --git a/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/methodProperties.json b/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/methodProperties.json index 7cc2c52a..24822120 100644 --- a/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/methodProperties.json +++ b/repository/Seaside-Gettext-Examples.package/WAGettextExample.class/methodProperties.json @@ -1,6 +1,6 @@ { "class" : { - "export" : "pmm 5/8/2010 21:05", + "export" : "dkh 06/05/2015 16:20", "import" : "pmm 5/8/2010 21:49", "initialize" : "pmm 5/8/2010 16:05", "register" : "pmm 5/8/2010 22:01", diff --git a/repository/Seaside-Gettext-Examples.package/monticello.meta/version b/repository/Seaside-Gettext-Examples.package/monticello.meta/version index c44e1179..f1aa9327 100644 --- a/repository/Seaside-Gettext-Examples.package/monticello.meta/version +++ b/repository/Seaside-Gettext-Examples.package/monticello.meta/version @@ -1 +1 @@ -(name 'Seaside-Gettext-Examples-pmm.5' message '- register gettext configuration on application' id 'cddcb136-af4b-4e5b-baea-55b89e1676f4' date '8 May 2010' time '10:16:32 pm' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.4' message '- import / export examples' id '1f7852ea-e704-4503-ab14-aee208aa1985' date '8 May 2010' time '9:38:01 pm' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.3' message '- start with rendering' id 'd06a1b4b-e034-42be-b0a1-121f7d6ab97e' date '8 May 2010' time '9:00:19 pm' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.2' message '- bump session - register app - register domain' id '35da1e15-aa30-4b9c-b4aa-cf56ea7332a6' date '8 May 2010' time '4:16:45 pm' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.1' message '- bump' id '7b793471-1b28-4234-87d7-a62aca2dfa2d' date '8 May 2010' time '3:45:57 pm' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Seaside-Gettext-Examples-dkh.7' message 'Issue #56: #exportTemplate not implemented either' id '3adba75f-862d-451e-ac0d-f3641500fa84' date '06/05/2015' time '16:21:01' author 'dkh' ancestors ((name 'Seaside-Gettext-Examples-dkh.6' message 'Issue #55: WAGetTextExporter not defined and apparently not needed ... remove it from the Undefined Globals universe for now' id 'a92eda8a-37c6-4f19-a121-21d1dcf4c8f8' date '06/05/2015' time '15:31:09' author 'dkh' ancestors ((name 'Seaside-Gettext-Examples-pmm.5' message '- register gettext configuration on application' id 'cddcb136-af4b-4e5b-baea-55b89e1676f4' date '05/08/2010' time '22:16:32' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.4' message '- import / export examples' id '1f7852ea-e704-4503-ab14-aee208aa1985' date '05/08/2010' time '21:38:01' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.3' message '- start with rendering' id 'd06a1b4b-e034-42be-b0a1-121f7d6ab97e' date '05/08/2010' time '21:00:19' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.2' message '- bump session - register app - register domain' id '35da1e15-aa30-4b9c-b4aa-cf56ea7332a6' date '05/08/2010' time '16:16:45' author 'pmm' ancestors ((name 'Seaside-Gettext-Examples-pmm.1' message '- bump' id '7b793471-1b28-4234-87d7-a62aca2dfa2d' date '05/08/2010' time '15:45:57' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/tests/testTravisCI.sh b/tests/testTravisCI.sh index 9522b7c7..efc55cba 100755 --- a/tests/testTravisCI.sh +++ b/tests/testTravisCI.sh @@ -54,7 +54,7 @@ GsDeployer deploy: [ load: #( ${LOADS} ) ]. -false ifTrue: [ +true ifTrue: [ "Run all tests in image" TravisCISuiteHarness value: TestCase suite