• last updated 2 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Merging simulation from oacs-5-1 to oacs-5-2

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

  1. … 82 more files in changeset.
Fixed a bug that caused IE users to not be able to add jpeg images to citybuild. Also added an updated flash map + map.xml file. Upped version to 1.0.4

  1. … 3 more files in changeset.
Fixed three bugs: missing stylesheet link in object pages, missing description in portfolio type task forms, and updated the new flash map + map.xml

  1. … 8 more files in changeset.
Changed citybuild/object-delete.tcl so that it takes care of unsetting live and latest revisions before trying to delete the object. This fixes the bug that causes content_item__del to bomb whenever there is a live or latest revision set for the object being deleted.

Importing updated Simulation 1.0.1 and fixed ad_returnredirect to accept html switch (for not quoting the message relayed).

  1. … 76 more files in changeset.
Added work from Leiden Simulation project

  1. … 108 more files in changeset.
Adding work from Leiden project

  1. … 64 more files in changeset.
Adding work from Leiden project

  1. … 116 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 644 more files in changeset.
removing trailing underscores that were accidentally left in keys in adp message lookups

  1. … 18 more files in changeset.
converting adp files to using the message catalog. Starting to convert tcl script in the simbuild directory

  1. … 84 more files in changeset.
deleting old relations properly on edit so that we don't have trailing acs_object records lying around that cause context_id integrity violation on deletion

  1. … 1 more file in changeset.
Return object/ or object-content/ based on mime_type

  1. … 3 more files in changeset.
Changed to work with renamed acs_CopyText javascript proc

  1. … 1 more file in changeset.
Changed code to not use ad_returnredirect -abort

  1. … 4 more files in changeset.
bugfix: correcting misnamed switch to ad_returnredirect

  1. … 1 more file in changeset.
avoiding bcms proc bombing by setting storage_type to text if the user doesn't upload any content (neither file nor text)

  1. … 1 more file in changeset.
making sure attachments are shown for upload document tasks. Adding a few citybuild links to pages in the siminst wizard

  1. … 13 more files in changeset.
Using richtext-or-file

  1. … 5 more files in changeset.
Fixed TODO: 'Associated with 1' should say 'Associated With'

  1. … 2 more files in changeset.
on the object confirm deletion page in citybuild show which object is being deleted

  1. … 1 more file in changeset.
hiding all B priority TODOs from the UI. Revamping the cast and case-admin pages with Lars's help. Adding a page listing users playing a certain role in a simulation case

  1. … 26 more files in changeset.
going over TODOs, fixing them, classifying as B, or removing

  1. … 12 more files in changeset.
edited TODOs

  1. … 3 more files in changeset.
Fixed TODO's

  1. … 2 more files in changeset.
More TODO's

  1. … 9 more files in changeset.