• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup acs_CopyText and inline the only usage found in the codebase with a modern replacement

The function was using deprecated idioms, see https://developer.mozilla.org/en-US/docs/Web/API/document/execCommand, and "PrivilegeManager" and the "netscape" property, both long discontinued.

On modern browsers, under the correct conditions, the function can be reimplemented via a oneliner (see https://developer.mozilla.org/en-US/docs/Web/API/Clipboard)

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).

  1. … 471 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 223 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
fix broken links

Update documentation

Probably messed this up :) This script was the only user of the tab-div

etc global CSS, using it for tabbed navigation. I've modified it to use

the standard navigation CSS, but haven't tested it because it's unsupported

and despite some tries I couldn't get it to work correctly (missing columns

in the data model among other things). I'm not sure that Lars Pind ever

finished this, or if only an unfinished version got committed, or if the

unfinished part wasn't needed by his client, or what. However, the package

is unsupported and requires the unsupported contrib package bcms so I'm

not going to loose too much sleep over whether or not my css change works.

Fixed a bug in SimBuild that prevented adding other than user type actions.

Changed SimBuild to use explicit attachments instead of just the number of attachments.

  1. … 1 more file in changeset.
Made the message page show the actual instead of the original name of a portfolio file.

  1. … 1 more file in changeset.
Changes in simulation:

* Added a couple of missing message keys

* Changed messages to show modified names of portfolio items instead of original names

* Made simulation home page show a link to notifications

  1. … 3 more files in changeset.
Fixed some bugs in portfolio and moved assigning characters to roles from siminst to simbuild

    • -4
    • +11
    ./simbuild/template-sim-type-update.tcl
  1. … 10 more files in changeset.
file portfolio-delete.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./simplay/portfolio-delete.tcl
file portfolio-rename.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./simplay/portfolio-rename.tcl
file portfolio-rename.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    ./simplay/portfolio-rename.adp
Added deleting/undeleting of portfolio items to simulation. Also added renaming of portfolio items.

  1. … 6 more files in changeset.
Added trash bin for messages in simulation.

  1. … 4 more files in changeset.
file trash.tcl was initially added on branch oacs-5-2.

file trash.adp was initially added on branch oacs-5-2.

file message-delete.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./simplay/message-delete.tcl
Merging simulation from oacs-5-1 to oacs-5-2

  1. … 74 more files in changeset.
Merged the latest simulation code in oacs-5-1 to HEAD

  1. … 5 more files in changeset.
Merged the latest simulation code in oacs-5-1 to HEAD

file simplay.css was added on branch oacs-5-2 on 2006-10-31 10:13:03 +0000

file 404.adp was added on branch oacs-5-2 on 2006-10-31 10:13:03 +0000

file 404.tcl was added on branch oacs-5-2 on 2006-10-31 10:13:03 +0000

Merged the latest simulation code in oacs-5-1 to HEAD

  1. … 73 more files in changeset.