SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
518 stars 71 forks source link

WASeasideVersionStatus not useful with FileTree #1431

Open marschall opened 3 months ago

marschall commented 3 months ago

WASeasideVersionStatus is not useful with FileTree, the version it displays is something like CompatibleUserName.1718182119. It probably needs support for Iceberg.

WASeasideVersionStatus

jbrichau commented 3 months ago

We can get the list of loaded packages, commit sha, branch name, ... from

(IceRepository registry detect: [ :repository | repository name = 'Seaside' ] ifNone: [ nil ])