diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/README.md b/repository/Seaside-GemStone-Core.package/GsContext.class/README.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromContinuation.atLevel..st b/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromContinuation.atLevel..st deleted file mode 100644 index 70e39e020..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromContinuation.atLevel..st +++ /dev/null @@ -1,4 +0,0 @@ -instance creation -fromContinuation: aContinuation atLevel: anInteger - -^self new continuation: aContinuation level: anInteger \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromLevel..st b/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromLevel..st deleted file mode 100644 index 3fef611a9..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/class/fromLevel..st +++ /dev/null @@ -1,4 +0,0 @@ -instance creation -fromLevel: anInteger - -^self new continuation: (GsProcess continuationFromLevel: anInteger) level: 1 \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/asString.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/asString.st deleted file mode 100644 index 11e17a039..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/asString.st +++ /dev/null @@ -1,4 +0,0 @@ -formatting -asString - - ^self fullPrintString \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/continuation.level..st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/continuation.level..st deleted file mode 100644 index 6ebf24ef2..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/continuation.level..st +++ /dev/null @@ -1,8 +0,0 @@ -initialization -continuation: aContinuation level: anInteger - continuation := aContinuation. - level := anInteger. "these instance variables are populated for the WAWalkback use" - method := (continuation _frameContentsAt: level) at: 1. - source := method sourceString. - receiver := (continuation _frameContentsAt: level) at: 10. - mySelf := (continuation _frameContentsAt: level) at: 8 \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/fullPrintString.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/fullPrintString.st deleted file mode 100644 index 5334e0fd6..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/fullPrintString.st +++ /dev/null @@ -1,5 +0,0 @@ -accessing -fullPrintString - - -^continuation _reportAt: level \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/greaseString.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/greaseString.st deleted file mode 100644 index 4dffa6d2f..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/greaseString.st +++ /dev/null @@ -1,4 +0,0 @@ -formatting -greaseString - - ^self fullPrintString \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/method.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/method.st deleted file mode 100644 index 6e6e89e53..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/method.st +++ /dev/null @@ -1,4 +0,0 @@ -accessing -method - -^method \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/receiver.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/receiver.st deleted file mode 100644 index 06791e736..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/receiver.st +++ /dev/null @@ -1,4 +0,0 @@ -accessing -receiver - -^receiver \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/sender.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/sender.st deleted file mode 100644 index 08e61146f..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/sender.st +++ /dev/null @@ -1,5 +0,0 @@ -accessing -sender - -continuation stackDepth == level ifTrue: [^nil]. -^self class fromContinuation: continuation atLevel: level + 1 \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempAt..st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempAt..st deleted file mode 100644 index a95857caa..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempAt..st +++ /dev/null @@ -1,7 +0,0 @@ -accessing -tempAt: index - | ar | - ar := continuation _frameContentsAt: level. - ar size < (10 + index) - ifTrue: [ ^ nil ]. - ^ ar at: 10 + index \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempNames.st b/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempNames.st deleted file mode 100644 index b7b144b7c..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/instance/tempNames.st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -tempNames - ^ (continuation _frameContentsAt: level) at: 9 \ No newline at end of file diff --git a/repository/Seaside-GemStone-Core.package/GsContext.class/properties.json b/repository/Seaside-GemStone-Core.package/GsContext.class/properties.json deleted file mode 100644 index 0ffff9296..000000000 --- a/repository/Seaside-GemStone-Core.package/GsContext.class/properties.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "category" : "Seaside-GemStone-Core", - "classinstvars" : [ - ], - "classvars" : [ - ], - "commentStamp" : "", - "instvars" : [ - "continuation", - "level", - "method", - "source", - "mySelf", - "receiver" ], - "name" : "GsContext", - "pools" : [ - ], - "super" : "Object", - "type" : "normal" } diff --git a/repository/Seaside-GemStone-Core.package/monticello.meta/version b/repository/Seaside-GemStone-Core.package/monticello.meta/version index caf3cfd5f..ecdc96603 100644 --- a/repository/Seaside-GemStone-Core.package/monticello.meta/version +++ b/repository/Seaside-GemStone-Core.package/monticello.meta/version @@ -1 +1 @@ -(name 'Seaside-GemStone-Core-JohanBrichau.82' message 'address https://github.com/SeasideSt/Seaside/commit/622616aee2896a8e61ebb0edfa4f622807d6f5af#commitcomment-12213675' id '6911ec2b-09d1-4ca2-b8ee-76c7abf476a4' date '07/24/2015' time '01:47:27' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.81' message 'removed WARcLastAccessPolicy' id 'f1992299-0907-4951-a0ed-4a4eb0ed1536' date '07/16/2015' time '06:09:07' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.80' message 'WAGsUrlEncoder needs a class initialize method' id '65ee6899-3e65-48e3-b8cc-6285916daa58' date '07/16/2015' time '03:11:45' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.79' message 'Remove gemstoneReap method (now works with WABulkReapingCache>>reap)' id 'd00c023a-30f4-48d5-a371-76fd22266757' date '07/16/2015' time '02:50:38' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.78' message 'Introduce WAGsUrlEncoder as an optimization of WAUrlEncoder to remove the gemstone-specific change to WATableBasedEncoder (issue 845)' id 'de234f0e-a13c-452b-8d89-d32116cffdfb' date '07/16/2015' time '01:00:19' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.77' message 'added necessary methods on GRGemStonePlatform' id '110e5090-a763-4be3-aaed-efd5320f1044' date '07/15/2015' time '04:04:57' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.76' message 'Part of the changes required to sync with Seaside-Core-pmm.848' id '5fe7def5-5074-4478-a7eb-286dc28624c4' date '07/14/2015' time '09:05:47' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.75' message 'Gs issue 71: Bugfix for situation where the active process'' reified object is changed due to Seaside call/answer continuation logic, eventually causing a deadlock in the transientrecursionlock (See https://github.com/GsDevKit/Seaside31/issues/71)' id '5c899003-dbe1-4fdf-a619-62d22168ada8' date '06/06/2015' time '02:53:40' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-dkh.74' message 'Missed some sent but not implemented for GemStone 3.3 changes' id '03352f02-041d-4bb9-80f4-25d319b48321' date '05/27/2015' time '10:11:07' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.73' message 'port GsContext>>continuation:level: to GemStone 3.3' id 'e78c9fa7-333a-4672-9231-28de7962f422' date '05/26/2015' time '15:44:20' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.72' message 'merged by GitFileTree-MergeDriver' id '6d109e15-3e45-4040-9228-566acb331179' date '04/08/2015' time '03:25:05' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.71' message 'set explicit array of retry delays + remove shadowed var' id '829672b8-18de-461b-ab95-2cf375ddf30c' date '04/04/2015' time '03:14:15' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.70' message 'explicitly state the retry delays to be used' id '3400d140-358e-4ae4-a000-53772d33e0e5' date '04/04/2015' time '02:53:19' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Core-dkh.70' message 'Issue #64: in an attempt to avoid saving a GsSocket instance when logging a commit conflict to the object log, we''ll just pass the url of the native request ... unless the GsSocket is sneaking into a persistent root some other (less obvious way) ... logging commit conflicts should now be safe and hopefully the FastCGI-related GsSocket "lost state" errors nuked' id '59b5f0d8-77f2-4893-8f70-4223af182b39' date '04/03/2015' time '15:49:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.69' message 'GRGemStonePlatform>>seasideProcessRequest:adaptor:resultBlock: in Seaside-GemStone-Core sends #internalServerErrorMessage: a messge that is implemented by the adaptor classes ...' id '5808ac48-a4cd-420e-a143-feee3fac8bd2' date '12/14/2014' time '13:49:13' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.68' message 'WAScriptGenerator>>writeLoadScriptsOn: in Seaside-Core sends the message javascript: that is implemented in Javascript-Core...' id '46893b1f-569c-4ce2-9564-0e35c738af41' date '12/14/2014' time '13:44:28' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.67' message 'get all tests passing for Seaside3.1.1 in GemStone 3.2 - remove ExecutableBlock methods from Seaside-GemStone-Core package - move UnorderedCollection>>restoreFromSnapshot: and UnorderedCollection>>snapshotCopy into Seaside-GemStone320-Core (new package for 3.2) and Seaside-GemStone300-Core (3.0 and 3.1)' id '8dee7f71-7db2-4ab2-a21b-16bd761bbe38' date '06/04/2014' time '20:34:05' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.66' message 'Merged-in the implementation of WANoReapingStrategy from Seaside3.0' id '005ec643-0557-4549-a374-f1b14be232e1' date '12/15/2013' time '07:46:25' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.65' message 'added WARcLastAccessExpiryPolicy (copied from Seaside30)' id '78f92895-5d98-4c4c-b7df-2abbc212b97b' date '09/29/2013' time '04:58:10' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.64' message 'added WARcLastAccessExpiryPolicy (copied from Seaside30)' id 'c4c7f536-4b16-4654-8d6e-d2b97cd7fa95' date '09/29/2013' time '04:49:28' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-dkh.63' message '3.0.6.1 (dkh.334): - remove the GemStone method seasideNextLine and add a test for Issue 289' id '81e7cc84-552b-4806-bf52-2d93f25be69c' date '09/27/2011' time '14:59:38' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.62' message '- stop logging lock not acquired events' id 'ea61cee0-b218-4380-b66c-9213a7150077' date '05/31/2011' time '15:19:02' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.61' message '- fix Issue 217: MultibyteString JavascriptOn infinite recursion [GemStone] http://code.google.com/p/glassdb/issues/detail?id=217 - add JSJsonStreamTest>>testStringMultiByte to common test suite' id '18c522ae-04fb-44fe-acfc-1281702a335c' date '02/16/2011' time '17:09:21' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.60' message 'better retry algorithm ... I think' id 'db8dc2a3-6668-4a49-bf15-e28195eef5c1' date '08/12/2010' time '21:42:47' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.59' message '- increasing delays on retry' id 'b3b0093c-230e-45e4-99d4-8125d6f266ab' date '08/04/2010' time '13:24:49' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.57' message '- moved WARetryHttpRequest' id '7401878d-4f8f-456a-8a0d-a968544b1db6' date '07/23/1910' time '11:45:26' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.56' message '- pushing methods around' id '6984eaea-fc2c-48ae-b412-2c412e567df8' date '07/23/1910' time '11:26:13' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.55' message '- moved to Grease and Seaside-GemStone240-Core' id '429a06a4-f20f-48c9-9bae-85eeab6e10bc' date '07/23/1910' time '10:53:22' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.54' message '- changes to support Seaside-Core-pmm.648 merge' id 'e10f69df-da45-4aed-a6ef-bbb02a776024' date '06/21/1910' time '15:10:51' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.53' message '- remove ObjectLogErrorHandlers...the remote debugging error handlers are preferred - WAGemStoneRequestContext allows for conditionally destroying the context contents ... don''t destroy context if we are debugging with a continuation. ' id 'b09badd3-230a-47d6-9249-c762b1897542' date '06/21/1910' time '14:00:34' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.52' message '-transcript object log support - disable ''Proceed'' for remote debugging until Issue 128 is fixed (http://code.google.com/p/glassdb/issues/detail?id=128) ' id 'c5aa744d-fede-4391-9304-aeda998f1cad' date '06/20/1910' time '16:06:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.51' message '- clean up handling of internal server errors' id '734e24dc-c704-4621-891a-f5adab15e770' date '06/18/1910' time '16:56:30' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.50' message '- performance enhancements' id 'c5bf4ff5-3680-443c-b5d9-1a4fa9d81bf7' date '06/18/1910' time '09:07:38' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.49' message '- need a GsContext>>greaseString' id '5f00a802-f522-44b0-a794-075663d03f49' date '06/04/1910' time '17:50:55' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.48' message '- install a missing #renderOn: message' id 'a0a45c36-73d9-4029-aefe-3e1638dca0bd' date '06/04/1910' time '15:40:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.47' message '- clean up sent but not implemented for 3.0.0-alpha5.15' id '22cf5d52-1d31-48f6-b2dd-3a340affa326' date '06/04/1910' time '10:10:05' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.46' message '- support for Grease 1.0-alpha9.3' id 'ac00dbb9-18b8-4709-9ef7-dd76562d08bd' date '06/03/1910' time '14:44:53' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.45' message '- move some methods from Seaside-GemStone-Core to Grease-GemStone-Core' id 'aecf8cf0-8463-4569-9f2e-dcdeca5be069' date '06/02/1910' time '15:32:52' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-dkh.44' message '- support for maintenance vm cache reaping' id '22ab5138-c62f-4bc8-9e87-1c87243b6433' date '12/29/2009' time '09:42:16' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.43' message '- WACache>>gemstoneReap to be used for expiring sessions from a separate vm' id 'a90db662-3445-4b12-9a4b-c4d825da504f' date '12/28/2009' time '09:30:33' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.42' message '- bullet proof the bullet proofing' id '70b0baac-5b5c-4b12-9efd-7e3e18095f8b' date '12/28/2009' time '07:02:06' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.41' message '- bullet proof WAGemStoneMutex from concurrency issues' id '50722445-5914-4475-ba20-80e09be07102' date '12/24/2009' time '16:57:56' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.40' message '- add GemStone WAObjectLogErrorHandler ... minimum multi-vm support' id '13049094-a2cc-4758-90a7-72de856ab90c' date '12/24/2009' time '13:16:24' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.39' message '- concurrent server gem support for FastCGI and Swazoo2 - common adaptor code for transactions and request processing - server logging and error handlers ' id '04a6752e-77bd-4d9a-8ae6-685fa2bcfc92' date '12/23/2009' time '16:47:39' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.38' message '- add WAGemStoneMutex - fix error handling bugs' id '037d31f0-8cbb-4019-ad41-046c93901a6c' date '11/23/2009' time '15:36:28' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.37' message '- update dependencies based on loading experiences using ConfigurationOfSeaside30 ' id '21953dc1-1c9b-401a-8964-690cca5f3f87' date '11/13/2009' time '15:16:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.36' message '- moved methods that belong in Seaside-GemStone-Development' id '9bd2f06a-1c18-43c1-a88e-54af230b9ced' date '11/10/2009' time '15:41:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.35' message '- remove deprecatedAPI' id 'ddf0a3ef-da17-4eb8-b093-8e4f7386c580' date '11/09/2009' time '13:04:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.34' message '- skidding on grease' id '923ddf8c-f06a-4a69-98de-303f34d7d5a9' date '11/06/2009' time '10:24:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.33' message '- skidding on grease' id 'f30d7b86-677a-4236-ac21-944421602a49' date '11/06/2009' time '10:02:54' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.32' message '- method moved to Sport' id '5ccead2c-2ca8-483e-bf30-b5349ac4a336' date '11/06/2009' time '08:00:44' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.31' message '- remove all of the class-side methods (completely obsolete) - replace toString with seasideString' id '004163ab-d043-4361-94bf-6145947bb383' date '09/16/2009' time '12:03:01' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-jgf.30' message 'Save current state to see if we can get clean loads...' id '9f7bf19a-bb0d-4304-a281-ba185fa5784c' date '09/04/2009' time '17:21:40' author 'jgf' ancestors ((name 'Seaside-GemStone-Core-jgf.29' message 'Add a method to PositionableStream. There are a number of other changes, including removal of WAContinuation (is it in another package?) and addition of a number of additional methods for WAGemStonePlatform.' id 'cee6b385-7fda-4e30-b7a1-a87ff11bcc96' date '05/05/2009' time '13:19:08' author 'jgf' ancestors ((name 'Seaside-GemStone-Core-dkh.28' message '- utf8 fixes' id '06384203-6ece-46e4-a444-1a5921035041' date '09/03/2008' time '10:37:50' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.27' message '- (formerly) seaside support code moved to bootstrap' id '3e1521b7-417e-4f11-bc6e-1ae6c6430c5b' date '08/25/2008' time '15:12:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.26' message '- minor method shuffling ' id 'be238520-beee-4ce5-8648-e898a234727c' date '05/30/2008' time '11:42:05' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.25' message '- atRandom moved to Squeak - error handlers moved to development' id 'f5d53bda-c6df-4d06-9d26-afc05050e49e' date '05/30/2008' time '11:27:08' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.24' message '- BlockCllosure>>equivalentTo: so that lightweight stuff can run on GemStone and Squeak ' id 'ec267527-a366-4453-814d-b86fe9aa3737' date '05/23/2008' time '16:34:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.23' message '- get GemStone error handlers working' id '774dbfe3-672a-49bf-ac5d-16ae3dafb358' date '05/20/2008' time '16:51:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.22' message '- add some extension methods that slipped between the cracks' id 'b4e3c84f-6459-48ab-b952-4de09c8614e0' date '05/20/2008' time '12:44:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.21' message '- some reorganizing - some stuff from Seaside2.8' id 'f6f113ad-9036-4930-9788-34426565dc5c' date '05/20/2008' time '12:16:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.20' message '- continued fastcgi ' id '4fd579c4-cc69-4f4d-90ef-ca25e2ff256a' date '05/20/2008' time '09:28:36' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.19' message '- more fastcgi support' id '73ab4d46-1039-445f-962e-a73e31237054' date '05/20/2008' time '08:32:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.18' message '- fastcgi support' id '1c4f2d84-fa38-4ac4-9495-797d6cd37890' date '05/20/2008' time '08:26:45' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.17' message '- added some classes needed for GastCGI ' id 'e2f32308-fd30-4b0c-836d-66ae45b706d5' date '05/19/2008' time '20:35:26' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.16' message '- catch up with latest API' id '66d48746-ccf5-4e54-ac4c-9d5b6e189018' date '05/19/2008' time '16:49:23' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.15' message '- add WAProcessVariable' id '30e54db0-a6d5-4616-a6b0-96c041b0499a' date '05/19/2008' time '15:10:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.14' message '- rename Contuation to WAContinuation' id '15c123d6-e4a8-4fcd-a994-b5aa0012e4d7' date '03/24/2008' time '14:46:27' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.12' message '- Object>>snapshotCopy moved to platform-specific package' id '5fbc0db9-8818-459c-8862-5cd1715002b9' date '03/19/2008' time '15:24:31' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.11' message '- toString for DoubleByteString' id '11550012-8024-4fa1-9e53-e7504c40cd1f' date '03/19/2008' time '11:56:37' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.10' message '- add Date class >> daysInMonthNumber:forYear: ' id '15c43214-911a-4a1e-bc5b-b49300ff9b66' date '03/17/2008' time '16:21:50' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.9' message '- restgore FileLibraryCache ...' id 'e6c57fc7-8d70-4112-80c3-c365ca9dea4d' date '03/17/2008' time '16:16:55' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.8' message '- passing more tests' id 'dd8a5310-560d-4414-b04c-a4ca2ccad5b4' date '03/07/2008' time '17:09:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.7' message '- another round for toString (I think I''ve got it this time - at least the tests are all passing) - add sourceCodeLineSeparatorCharacter method' id 'e95b18ce-8c9e-4ec4-813f-048571c8b13f' date '03/07/2008' time '16:16:34' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.6' message '- add WAGemStonePlatform class>>stackDepth. GemStone doesn''t have thisContext used in WAFlowTest, so provide a platform specific method ' id '3fd9fb48-13ce-4860-b0d1-c9d1cf7cb4b0' date '03/03/2008' time '20:16:56' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.5' message '- begin straightening out #toString changes' id 'a4e9aa59-eb0f-4b41-bd51-2a844c75051a' date '03/03/2008' time '17:15:17' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.4' message '- make pass through Seaside-Squeak-Core and pick up a couple new extension methods' id '22c4a766-adfb-491d-b433-9c10018ce629' date '03/03/2008' time '16:25:54' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.3' message '- made pass through Seaside2.8 extension methods and pulled all of the true Seaside extensions into this package ' id '661a3a4e-7c07-47f7-98e7-c307def9e4d3' date '03/03/2008' time '15:59:34' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.2' message '- bring over Continuation class' id 'c6547486-65d4-4b30-9af6-e9aa60730737' date '02/29/2008' time '10:24:41' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.1' message '- initial version' id 'f5e514b3-8445-4cbc-ac1a-87cb2eb29cf3' date '02/28/2008' time '16:22:55' 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 ())) 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-Core-DaleHenrichs.58' message '- session stats for Seaside 3.0 0 - request count (oncoming) 1 - response count (outgoing) 2 - request retries' id 'ed2f4013-8172-45f0-a4a2-c93881edb524' date '07/30/2010' time '17:12:09' author 'DaleHenrichs' 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 ()) \ No newline at end of file +(name 'Seaside-GemStone-Core-JohanBrichau.83' message 'Removed the GsContext class because it is in Grease since 2 years now' id '60a8ba9d-34b3-4e9a-9398-aa4f569b80f6' date '10/02/2020' time '13:16:13' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.82' message 'address https://github.com/SeasideSt/Seaside/commit/622616aee2896a8e61ebb0edfa4f622807d6f5af#commitcomment-12213675' id '6911ec2b-09d1-4ca2-b8ee-76c7abf476a4' date '07/24/2015' time '01:47:27' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.81' message 'removed WARcLastAccessPolicy' id 'f1992299-0907-4951-a0ed-4a4eb0ed1536' date '07/16/2015' time '06:09:07' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.80' message 'WAGsUrlEncoder needs a class initialize method' id '65ee6899-3e65-48e3-b8cc-6285916daa58' date '07/16/2015' time '03:11:45' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.79' message 'Remove gemstoneReap method (now works with WABulkReapingCache>>reap)' id 'd00c023a-30f4-48d5-a371-76fd22266757' date '07/16/2015' time '02:50:38' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.78' message 'Introduce WAGsUrlEncoder as an optimization of WAUrlEncoder to remove the gemstone-specific change to WATableBasedEncoder (issue 845)' id 'de234f0e-a13c-452b-8d89-d32116cffdfb' date '07/16/2015' time '01:00:19' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.77' message 'added necessary methods on GRGemStonePlatform' id '110e5090-a763-4be3-aaed-efd5320f1044' date '07/15/2015' time '04:04:57' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.76' message 'Part of the changes required to sync with Seaside-Core-pmm.848' id '5fe7def5-5074-4478-a7eb-286dc28624c4' date '07/14/2015' time '09:05:47' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.75' message 'Gs issue 71: Bugfix for situation where the active process'' reified object is changed due to Seaside call/answer continuation logic, eventually causing a deadlock in the transientrecursionlock (See https://github.com/GsDevKit/Seaside31/issues/71)' id '5c899003-dbe1-4fdf-a619-62d22168ada8' date '06/06/2015' time '02:53:40' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-dkh.74' message 'Missed some sent but not implemented for GemStone 3.3 changes' id '03352f02-041d-4bb9-80f4-25d319b48321' date '05/27/2015' time '10:11:07' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.73' message 'port GsContext>>continuation:level: to GemStone 3.3' id 'e78c9fa7-333a-4672-9231-28de7962f422' date '05/26/2015' time '15:44:20' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.72' message 'merged by GitFileTree-MergeDriver' id '6d109e15-3e45-4040-9228-566acb331179' date '04/08/2015' time '03:25:05' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.71' message 'set explicit array of retry delays + remove shadowed var' id '829672b8-18de-461b-ab95-2cf375ddf30c' date '04/04/2015' time '03:14:15' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.70' message 'explicitly state the retry delays to be used' id '3400d140-358e-4ae4-a000-53772d33e0e5' date '04/04/2015' time '02:53:19' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())(name 'Seaside-GemStone-Core-dkh.70' message 'Issue #64: in an attempt to avoid saving a GsSocket instance when logging a commit conflict to the object log, we''ll just pass the url of the native request ... unless the GsSocket is sneaking into a persistent root some other (less obvious way) ... logging commit conflicts should now be safe and hopefully the FastCGI-related GsSocket "lost state" errors nuked' id '59b5f0d8-77f2-4893-8f70-4223af182b39' date '04/03/2015' time '15:49:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.69' message 'GRGemStonePlatform>>seasideProcessRequest:adaptor:resultBlock: in Seaside-GemStone-Core sends #internalServerErrorMessage: a messge that is implemented by the adaptor classes ...' id '5808ac48-a4cd-420e-a143-feee3fac8bd2' date '12/14/2014' time '13:49:13' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.68' message 'WAScriptGenerator>>writeLoadScriptsOn: in Seaside-Core sends the message javascript: that is implemented in Javascript-Core...' id '46893b1f-569c-4ce2-9564-0e35c738af41' date '12/14/2014' time '13:44:28' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.67' message 'get all tests passing for Seaside3.1.1 in GemStone 3.2 - remove ExecutableBlock methods from Seaside-GemStone-Core package - move UnorderedCollection>>restoreFromSnapshot: and UnorderedCollection>>snapshotCopy into Seaside-GemStone320-Core (new package for 3.2) and Seaside-GemStone300-Core (3.0 and 3.1)' id '8dee7f71-7db2-4ab2-a21b-16bd761bbe38' date '06/04/2014' time '20:34:05' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.66' message 'Merged-in the implementation of WANoReapingStrategy from Seaside3.0' id '005ec643-0557-4549-a374-f1b14be232e1' date '12/15/2013' time '07:46:25' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.65' message 'added WARcLastAccessExpiryPolicy (copied from Seaside30)' id '78f92895-5d98-4c4c-b7df-2abbc212b97b' date '09/29/2013' time '04:58:10' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-JohanBrichau.64' message 'added WARcLastAccessExpiryPolicy (copied from Seaside30)' id 'c4c7f536-4b16-4654-8d6e-d2b97cd7fa95' date '09/29/2013' time '04:49:28' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Core-dkh.63' message '3.0.6.1 (dkh.334): - remove the GemStone method seasideNextLine and add a test for Issue 289' id '81e7cc84-552b-4806-bf52-2d93f25be69c' date '09/27/2011' time '14:59:38' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.62' message '- stop logging lock not acquired events' id 'ea61cee0-b218-4380-b66c-9213a7150077' date '05/31/2011' time '15:19:02' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.61' message '- fix Issue 217: MultibyteString JavascriptOn infinite recursion [GemStone] http://code.google.com/p/glassdb/issues/detail?id=217 - add JSJsonStreamTest>>testStringMultiByte to common test suite' id '18c522ae-04fb-44fe-acfc-1281702a335c' date '02/16/2011' time '17:09:21' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.60' message 'better retry algorithm ... I think' id 'db8dc2a3-6668-4a49-bf15-e28195eef5c1' date '08/12/2010' time '21:42:47' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.59' message '- increasing delays on retry' id 'b3b0093c-230e-45e4-99d4-8125d6f266ab' date '08/04/2010' time '13:24:49' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.57' message '- moved WARetryHttpRequest' id '7401878d-4f8f-456a-8a0d-a968544b1db6' date '07/23/1910' time '11:45:26' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.56' message '- pushing methods around' id '6984eaea-fc2c-48ae-b412-2c412e567df8' date '07/23/1910' time '11:26:13' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.55' message '- moved to Grease and Seaside-GemStone240-Core' id '429a06a4-f20f-48c9-9bae-85eeab6e10bc' date '07/23/1910' time '10:53:22' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.54' message '- changes to support Seaside-Core-pmm.648 merge' id 'e10f69df-da45-4aed-a6ef-bbb02a776024' date '06/21/1910' time '15:10:51' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.53' message '- remove ObjectLogErrorHandlers...the remote debugging error handlers are preferred - WAGemStoneRequestContext allows for conditionally destroying the context contents ... don''t destroy context if we are debugging with a continuation. ' id 'b09badd3-230a-47d6-9249-c762b1897542' date '06/21/1910' time '14:00:34' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.52' message '-transcript object log support - disable ''Proceed'' for remote debugging until Issue 128 is fixed (http://code.google.com/p/glassdb/issues/detail?id=128) ' id 'c5aa744d-fede-4391-9304-aeda998f1cad' date '06/20/1910' time '16:06:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.51' message '- clean up handling of internal server errors' id '734e24dc-c704-4621-891a-f5adab15e770' date '06/18/1910' time '16:56:30' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.50' message '- performance enhancements' id 'c5bf4ff5-3680-443c-b5d9-1a4fa9d81bf7' date '06/18/1910' time '09:07:38' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.49' message '- need a GsContext>>greaseString' id '5f00a802-f522-44b0-a794-075663d03f49' date '06/04/1910' time '17:50:55' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.48' message '- install a missing #renderOn: message' id 'a0a45c36-73d9-4029-aefe-3e1638dca0bd' date '06/04/1910' time '15:40:09' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.47' message '- clean up sent but not implemented for 3.0.0-alpha5.15' id '22cf5d52-1d31-48f6-b2dd-3a340affa326' date '06/04/1910' time '10:10:05' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.46' message '- support for Grease 1.0-alpha9.3' id 'ac00dbb9-18b8-4709-9ef7-dd76562d08bd' date '06/03/1910' time '14:44:53' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-DaleHenrichs.45' message '- move some methods from Seaside-GemStone-Core to Grease-GemStone-Core' id 'aecf8cf0-8463-4569-9f2e-dcdeca5be069' date '06/02/1910' time '15:32:52' author 'DaleHenrichs' ancestors ((name 'Seaside-GemStone-Core-dkh.44' message '- support for maintenance vm cache reaping' id '22ab5138-c62f-4bc8-9e87-1c87243b6433' date '12/29/2009' time '09:42:16' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.43' message '- WACache>>gemstoneReap to be used for expiring sessions from a separate vm' id 'a90db662-3445-4b12-9a4b-c4d825da504f' date '12/28/2009' time '09:30:33' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.42' message '- bullet proof the bullet proofing' id '70b0baac-5b5c-4b12-9efd-7e3e18095f8b' date '12/28/2009' time '07:02:06' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.41' message '- bullet proof WAGemStoneMutex from concurrency issues' id '50722445-5914-4475-ba20-80e09be07102' date '12/24/2009' time '16:57:56' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.40' message '- add GemStone WAObjectLogErrorHandler ... minimum multi-vm support' id '13049094-a2cc-4758-90a7-72de856ab90c' date '12/24/2009' time '13:16:24' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.39' message '- concurrent server gem support for FastCGI and Swazoo2 - common adaptor code for transactions and request processing - server logging and error handlers ' id '04a6752e-77bd-4d9a-8ae6-685fa2bcfc92' date '12/23/2009' time '16:47:39' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.38' message '- add WAGemStoneMutex - fix error handling bugs' id '037d31f0-8cbb-4019-ad41-046c93901a6c' date '11/23/2009' time '15:36:28' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.37' message '- update dependencies based on loading experiences using ConfigurationOfSeaside30 ' id '21953dc1-1c9b-401a-8964-690cca5f3f87' date '11/13/2009' time '15:16:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.36' message '- moved methods that belong in Seaside-GemStone-Development' id '9bd2f06a-1c18-43c1-a88e-54af230b9ced' date '11/10/2009' time '15:41:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.35' message '- remove deprecatedAPI' id 'ddf0a3ef-da17-4eb8-b093-8e4f7386c580' date '11/09/2009' time '13:04:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.34' message '- skidding on grease' id '923ddf8c-f06a-4a69-98de-303f34d7d5a9' date '11/06/2009' time '10:24:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.33' message '- skidding on grease' id 'f30d7b86-677a-4236-ac21-944421602a49' date '11/06/2009' time '10:02:54' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.32' message '- method moved to Sport' id '5ccead2c-2ca8-483e-bf30-b5349ac4a336' date '11/06/2009' time '08:00:44' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.31' message '- remove all of the class-side methods (completely obsolete) - replace toString with seasideString' id '004163ab-d043-4361-94bf-6145947bb383' date '09/16/2009' time '12:03:01' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-jgf.30' message 'Save current state to see if we can get clean loads...' id '9f7bf19a-bb0d-4304-a281-ba185fa5784c' date '09/04/2009' time '17:21:40' author 'jgf' ancestors ((name 'Seaside-GemStone-Core-jgf.29' message 'Add a method to PositionableStream. There are a number of other changes, including removal of WAContinuation (is it in another package?) and addition of a number of additional methods for WAGemStonePlatform.' id 'cee6b385-7fda-4e30-b7a1-a87ff11bcc96' date '05/05/2009' time '13:19:08' author 'jgf' ancestors ((name 'Seaside-GemStone-Core-dkh.28' message '- utf8 fixes' id '06384203-6ece-46e4-a444-1a5921035041' date '09/03/2008' time '10:37:50' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.27' message '- (formerly) seaside support code moved to bootstrap' id '3e1521b7-417e-4f11-bc6e-1ae6c6430c5b' date '08/25/2008' time '15:12:51' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.26' message '- minor method shuffling ' id 'be238520-beee-4ce5-8648-e898a234727c' date '05/30/2008' time '11:42:05' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.25' message '- atRandom moved to Squeak - error handlers moved to development' id 'f5d53bda-c6df-4d06-9d26-afc05050e49e' date '05/30/2008' time '11:27:08' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.24' message '- BlockCllosure>>equivalentTo: so that lightweight stuff can run on GemStone and Squeak ' id 'ec267527-a366-4453-814d-b86fe9aa3737' date '05/23/2008' time '16:34:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.23' message '- get GemStone error handlers working' id '774dbfe3-672a-49bf-ac5d-16ae3dafb358' date '05/20/2008' time '16:51:11' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.22' message '- add some extension methods that slipped between the cracks' id 'b4e3c84f-6459-48ab-b952-4de09c8614e0' date '05/20/2008' time '12:44:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.21' message '- some reorganizing - some stuff from Seaside2.8' id 'f6f113ad-9036-4930-9788-34426565dc5c' date '05/20/2008' time '12:16:25' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.20' message '- continued fastcgi ' id '4fd579c4-cc69-4f4d-90ef-ca25e2ff256a' date '05/20/2008' time '09:28:36' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.19' message '- more fastcgi support' id '73ab4d46-1039-445f-962e-a73e31237054' date '05/20/2008' time '08:32:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.18' message '- fastcgi support' id '1c4f2d84-fa38-4ac4-9495-797d6cd37890' date '05/20/2008' time '08:26:45' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.17' message '- added some classes needed for GastCGI ' id 'e2f32308-fd30-4b0c-836d-66ae45b706d5' date '05/19/2008' time '20:35:26' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.16' message '- catch up with latest API' id '66d48746-ccf5-4e54-ac4c-9d5b6e189018' date '05/19/2008' time '16:49:23' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.15' message '- add WAProcessVariable' id '30e54db0-a6d5-4616-a6b0-96c041b0499a' date '05/19/2008' time '15:10:19' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.14' message '- rename Contuation to WAContinuation' id '15c123d6-e4a8-4fcd-a994-b5aa0012e4d7' date '03/24/2008' time '14:46:27' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.12' message '- Object>>snapshotCopy moved to platform-specific package' id '5fbc0db9-8818-459c-8862-5cd1715002b9' date '03/19/2008' time '15:24:31' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.11' message '- toString for DoubleByteString' id '11550012-8024-4fa1-9e53-e7504c40cd1f' date '03/19/2008' time '11:56:37' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.10' message '- add Date class >> daysInMonthNumber:forYear: ' id '15c43214-911a-4a1e-bc5b-b49300ff9b66' date '03/17/2008' time '16:21:50' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.9' message '- restgore FileLibraryCache ...' id 'e6c57fc7-8d70-4112-80c3-c365ca9dea4d' date '03/17/2008' time '16:16:55' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.8' message '- passing more tests' id 'dd8a5310-560d-4414-b04c-a4ca2ccad5b4' date '03/07/2008' time '17:09:12' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.7' message '- another round for toString (I think I''ve got it this time - at least the tests are all passing) - add sourceCodeLineSeparatorCharacter method' id 'e95b18ce-8c9e-4ec4-813f-048571c8b13f' date '03/07/2008' time '16:16:34' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.6' message '- add WAGemStonePlatform class>>stackDepth. GemStone doesn''t have thisContext used in WAFlowTest, so provide a platform specific method ' id '3fd9fb48-13ce-4860-b0d1-c9d1cf7cb4b0' date '03/03/2008' time '20:16:56' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.5' message '- begin straightening out #toString changes' id 'a4e9aa59-eb0f-4b41-bd51-2a844c75051a' date '03/03/2008' time '17:15:17' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.4' message '- make pass through Seaside-Squeak-Core and pick up a couple new extension methods' id '22c4a766-adfb-491d-b433-9c10018ce629' date '03/03/2008' time '16:25:54' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.3' message '- made pass through Seaside2.8 extension methods and pulled all of the true Seaside extensions into this package ' id '661a3a4e-7c07-47f7-98e7-c307def9e4d3' date '03/03/2008' time '15:59:34' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.2' message '- bring over Continuation class' id 'c6547486-65d4-4b30-9af6-e9aa60730737' date '02/29/2008' time '10:24:41' author 'dkh' ancestors ((name 'Seaside-GemStone-Core-dkh.1' message '- initial version' id 'f5e514b3-8445-4cbc-ac1a-87cb2eb29cf3' date '02/28/2008' time '16:22:55' 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 ())) 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-Core-DaleHenrichs.58' message '- session stats for Seaside 3.0 0 - request count (oncoming) 1 - response count (outgoing) 2 - request retries' id 'ed2f4013-8172-45f0-a4a2-c93881edb524' date '07/30/2010' time '17:12:09' author 'DaleHenrichs' 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 ()) \ No newline at end of file diff --git a/repository/Seaside-Tests-Parasol.package/WAWebDriverFunctionalTestCase.class/instance/testDateSelectorFunctionalTest.st b/repository/Seaside-Tests-Parasol.package/WAWebDriverFunctionalTestCase.class/instance/testDateSelectorFunctionalTest.st index bc9b71374..edc2aef3e 100644 --- a/repository/Seaside-Tests-Parasol.package/WAWebDriverFunctionalTestCase.class/instance/testDateSelectorFunctionalTest.st +++ b/repository/Seaside-Tests-Parasol.package/WAWebDriverFunctionalTestCase.class/instance/testDateSelectorFunctionalTest.st @@ -21,7 +21,7 @@ testDateSelectorFunctionalTest self assert: ((driver findElementByTagName:'h3') getText includesSubstring: '300 day(s)'). (driver findElementByCSSSelector: 'input[type=submit]') click. - fromTime := Time now. + fromTime := Time hour: 16 minute: 30 second: 10. deltaTime := Time hour: 4 minute: 30 second: 10. toTime := fromTime addTime: deltaTime.