Skip to content

Commit

Permalink
Moved all classes from Zinc-Seaside-Pharo to Zinc-Seaside
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Dec 17, 2023
1 parent 0adf392 commit 31d3db5
Show file tree
Hide file tree
Showing 68 changed files with 21 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ baselineadaptors: spec
repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ].
spec
package: 'WebClient-Seaside-Adaptor'
with: [
spec
with: [
spec
repository: 'http://ss3.gemtalksystems.com/ss/WebClient';
requires: #('WebClient Project' 'Seaside-Core') ].
spec group: 'WebClient' with: #('WebClient-Seaside-Adaptor') ].
Expand All @@ -42,11 +42,10 @@ baselineadaptors: spec
package: 'Seaside-Adaptors-Comanche' with: [ spec requires: #('KomHttpServerLight' 'Seaside-Core') ];
package: 'KomHttpServerLight' with: [ spec repository: 'http://www.smalltalkhub.com/mc/Seaside/KomHttpServer/main' ];
package: 'Seaside-Tests-Adaptors-Comanche' with: [ spec requires: #('Seaside-Adaptors-Comanche') ];
package: 'Zinc-Seaside' with: [ spec requires: #('Seaside-Core') ];
package: 'Zinc-Seaside-Pharo' with: [ spec requires: #('Zinc-Seaside') ].
package: 'Zinc-Seaside' with: [ spec requires: #('Seaside-Core') ].
spec
group: 'Kom' with: #('Seaside-Adaptors-Comanche');
group: 'Zinc' with: #('Zinc-Seaside' 'Zinc-Seaside-Pharo');
group: 'Zinc' with: #('Zinc-Seaside');
group: 'default' with: #('Zinc');
group: 'CI' with: #('Zinc') ].

Expand Down Expand Up @@ -82,4 +81,4 @@ baselineadaptors: spec
spec
group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI');
group: 'Tests' with: #('Seaside-GemStone-GemServer-Tests');
group: 'Zinc' with: #('Zinc-Seaside') ]
group: 'Zinc' with: #('Zinc-Seaside') ]

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
crlf
self nextPutAll: String crlf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
space
self nextPut: Character space asciiValue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
characterEncoder
"Return the character encoder that I currently use.
If not set, I will default to using UTF-8."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
writeQueryFields: dictionary on: stream
self writeQueryFields: dictionary withEncoder: ZnCharacterEncoder default on: stream
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "mml 07/26/2019 15:33",
"super" : "Object",
"category" : "Zinc-Seaside-Pharo-Core",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "mml 07/26/2019 15:24",
"super" : "Error",
"category" : "Zinc-Seaside-Pharo-Core",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "mml 07/26/2019 15:25",
"super" : "ZnRingBufferError",
"category" : "Zinc-Seaside-Pharo-Core",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "mml 07/26/2019 15:26",
"super" : "ZnRingBufferError",
"category" : "Zinc-Seaside-Pharo-Core",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "",
"super" : "TestCase",
"category" : "Zinc-Seaside-Pharo-Tests",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
streamUploads: aBoolean
^ self
optionAt: #streamUploads
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
streamUploads
^ self
optionAt: #streamUploads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ private
parseMultiPartFileFieldWithMimePart: aMimePart boundary: aBoundary decodeWith: aBlock
| fullBoundary file |
fullBoundary := String crlf asByteArray, aBoundary.
file := self class temporaryFileDirectory / UUID new asString.
file := GRPlatform current newTemporaryFileReference.
GRPlatform current
writeFileStreamOn: file pathString
do: [ :writer |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commentStamp" : "MaxLeske 5/20/2020 10:03",
"super" : "ZnMultiPartFormDataEntity",
"category" : "Zinc-Seaside-Pharo-Core",
"category" : "Zinc-Seaside",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
encode: string on: stream
stream nextPutAll: (ZnResourceMetaUtils encodePercent: string safeSet: #rfc3986SafeSet encoder: ZnCharacterEncoder default)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
encodePath: string on: stream
stream nextPutAll: (ZnResourceMetaUtils encodePercent: string safeSet: #urlPathSafeSet encoder: ZnCharacterEncoder default)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside-Pharo
*Zinc-Seaside
encodeQuery: string on: stream
stream nextPutAll: (ZnResourceMetaUtils encodePercent: string safeSet: #querySafeSet encoder: ZnCharacterEncoder default)

0 comments on commit 31d3db5

Please sign in to comment.