• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

  1. … 18 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 32 more files in changeset.
improve spelling

  1. … 8 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).

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

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

  1. … 204 more files in changeset.
beautify link

fix HTML

replace broken links

  1. … 1 more file in changeset.
At least order by the date in descending order

Cleaned up logger

Fixed error with default variable_id (missing negation). Furthermore dealt with the fact that we might have multiple party_ids as assignees

Permission check is not needed here

Make the code fault tolerant and executable in a connectionless environment

Added deadlock protection (or so I hope)

No need for the variable to be ordered by name, and this gives us a gain of 52 vs 2 MS on our system

Made sure that log entries are logged with project tasks again

Fixing message key missing. thanks to michaels for pointing this out strongly.

Fixing issue with problems of error on callback. If the callback for project_new is not executed, the one on edit fails. Therefore I just made sure that it is retried before. Additionally fixed an error on the project_new callback

Removing two left outer joins when they were unnecessary

Added support for multiple project_ids

Got rid of mapping tables as this is solved with data links now

integration with PM remodelled

Fixed mapping

Made sure .LRN was not needed. Furthermore increased version number so we don't get into trouble with possible new development on oacs-5-2

i heart logger! (well, at least i don't hate it as much now); tweaked a couple of queries, made csv output project name and bumped version

make logger entry display page instance aware again

bump version

couple more i18n changes. no more on 5.1 for logger, I hope

    • -3
    • +3
    ./www/admin/map-variable-to-project.tcl
remove expensive query for project manager info if logger instance is not linked to PM; bump package version