• last updated 19 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)

Whitespace changes + editor hints

  1. … 25 more files in changeset.
Replace/remove deprecated proc 'db_null'

  1. … 25 more files in changeset.
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).

    • -2
    • +2
    ./www/siminst/simulation-casting-3.tcl
    • -1
    • +1
    ./www/siminst/simulation-participants.tcl
  1. … 465 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

    • -2
    • +2
    ./www/siminst/simulation-casting-3.tcl
    • -1
    • +1
    ./www/siminst/simulation-participants.tcl
  1. … 222 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 197 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. … 69 more files in changeset.
Fix more typos

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

Update documentation

    • -1
    • +1
    ./www/doc/object-orientation-notes.html
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.

Added dropping of sim_cases to simulation-tables-drop.sql

Renamed an upgrade script.

file upgrade-1.0.4-1.1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.0.4-1.1.sql
Updated simulation to 1.1 so that the db upgrade scripts will be run.

Fixed a bug that caused message page for the recipient not show any attachments. Also fixed a bug which caused the attachment link to show an incorrect url.

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.

Fixed two bugs in simulation:

1. The roles were not shown at all in simbuild if there were no associated characters (as might be the case with imported templates).

2. There was a bug in simulation::character::get that caused the system to bomb if there were more than one cr revisions for the character.

Made the message page show the actual instead of the original name of a portfolio file.

Bug fixes in simulation:

* The listing in simbuild showed the url of a role, not its name.

* If a message was moved to recycle bin, it happened in both the sender's and the receiver's mailbox.

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

    • -4
    • +18
    ./catalog/simulation.en_US.ISO-8859-1.xml
Moved creation of message trash to content-types-create to avoid referential integrity problems when installing the package.

Fixed a couple of typos in simulation sql files

Fixed some bugs in portfolio and moved assigning characters to roles from siminst to simbuild

    • -2
    • +4
    ./www/siminst/simulation-casting-3.tcl
file portfolio-delete.tcl was initially added on branch oacs-5-2.

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

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

    • -0
    • +0
    ./www/simplay/portfolio-rename.adp