Seaside
Seaside copied to clipboard
The framework for developing sophisticated web applications in Smalltalk.
I tried to use WAAbstractFileLibrary>>#renameFile:to: with an instance of a WAFileMetadataLibrary subclass. But that failed. It looks like both #renameFile:to: and #removeFile: only work for instances of subclasses of WAFileLibrary.
Add optional query parameters to the routing definitions in Seaside REST. Before this possibility, any query parameter that can be present in the request MUST be in some route declaration's...
`BaselineOfSeaside3 >>#baselinegemstone` includes [Seaside-Squeak-Compatibility](https://github.com/SeasideSt/Seaside/tree/master/repository/Seaside-Squeak-Compatibility.package). This is quite questionable, required methods and extensions should go to `Grease-GemStone*`. After #1464 this is the sole user left of `Seaside-Squeak-Compatibility`. A class named `PackageManifest`...