forked from SeasideSt/Seaside
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved all classes from Zinc-Seaside-Pharo to Zinc-Seaside
- Loading branch information
Johan Brichau
committed
Dec 17, 2023
1 parent
0adf392
commit 31d3db5
Showing
68 changed files
with
21 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...e-Pharo.package/ZnStreamingMultiPartFormDataEntity.class/class/temporaryFileDirectory..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...de-Pharo.package/ZnStreamingMultiPartFormDataEntity.class/class/temporaryFileDirectory.st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ctSocketStream.extension/instance/crlf.st → ...ctSocketStream.extension/instance/crlf.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*Zinc-Seaside-Pharo | ||
*Zinc-Seaside | ||
crlf | ||
self nextPutAll: String crlf |
2 changes: 1 addition & 1 deletion
2
...tSocketStream.extension/instance/space.st → ...tSocketStream.extension/instance/space.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...er.extension/instance/characterEncoder.st → ...er.extension/instance/characterEncoder.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s.extension/class/writeQueryFields.on..st → ...s.extension/class/writeQueryFields.on..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ackage/ZnRingBuffer.class/properties.json → ...ackage/ZnRingBuffer.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...e/ZnRingBufferError.class/properties.json → ...e/ZnRingBufferError.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...BufferIllegalAccess.class/properties.json → ...BufferIllegalAccess.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ingBufferIllegalUse.class/properties.json → ...ingBufferIllegalUse.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ge/ZnRingBufferTest.class/properties.json → ...ge/ZnRingBufferTest.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rver.extension/instance/streamUploads..st → ...rver.extension/instance/streamUploads..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*Zinc-Seaside-Pharo | ||
*Zinc-Seaside | ||
streamUploads: aBoolean | ||
^ self | ||
optionAt: #streamUploads | ||
|
2 changes: 1 addition & 1 deletion
2
...erver.extension/instance/streamUploads.st → ...erver.extension/instance/streamUploads.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*Zinc-Seaside-Pharo | ||
*Zinc-Seaside | ||
streamUploads | ||
^ self | ||
optionAt: #streamUploads | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...iPartFormDataEntity.class/properties.json → ...iPartFormDataEntity.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ge/ZnUrl.extension/instance/encode.on..st → ...ge/ZnUrl.extension/instance/encode.on..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
2 changes: 1 addition & 1 deletion
2
...nUrl.extension/instance/encodePath.on..st → ...nUrl.extension/instance/encodePath.on..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
2 changes: 1 addition & 1 deletion
2
...Url.extension/instance/encodeQuery.on..st → ...Url.extension/instance/encodeQuery.on..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
File renamed without changes.