11 Sep 24
- Revision ID:
- 1.11
- Changeset ID:
- MAIN:gustafn:20240911061152
- Parents:
- openacs-4/packages/acs-tcl/tcl/whos-online-procs.tcl 1.10
- Head on:
- MAIN
|
![]() |
14 revisions
Mark 'whos_online::interval' as public, as it is used in 'acs-subsite'
Mark 'whos_online::interval' as public, as it is used in 'acs-subsite'
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).
Prefer '{}' to '[list]' when creating empty lists
Prefer '{}' to '[list]' when creating empty lists
merged changes from the oacs-5-9 branch and resolved conflicts
merged changes from the oacs-5-9 branch and resolved conflicts
- add editor hints to keep spaces/tabs in the furture more consistent
- add editor hints to keep spaces/tabs in the furture more consistent
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals
Don't pass in IP address to whos_online, it can grab it itself
Don't pass in IP address to whos_online, it can grab it itself
- Count number of online users
- Started work to keep track of anonymous users online - Count number of online users
- Started work to keep track of anonymous users online
- Cleaned up who's online
- I18n'd a few sentences - Various UI cleanup - Cleaned up who's online
- I18n'd a few sentences - Various UI cleanup
|
Got a suggestion or an issue?
Discuss it on the Atlassian Community or
visit Atlassian Support for other options.