• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
improve capitalization

  1. … 5 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. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 120 more files in changeset.
Fix typos

  1. … 34 more files in changeset.
- reduce the dependencies on acs_object_party_privilege_map for PostgreSQL

    • -0
    • +11
    ./lars-blogger-procs-postgresql.xql
  1. … 2 more files in changeset.
- modernize tcl

- prefer ns_quotehtml over ad_quotehtml

  1. … 4 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 18 more files in changeset.
- replace 3 further depreacted "ad_parameter" by parameter::get

overhaul of package:

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- brace expressions

- replace depreacted "ad_parameter" by parameter::get

- use "in" or "ni" expression instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

  1. … 13 more files in changeset.
- replace deprecated calls

  1. … 4 more files in changeset.
fix memory leak in lars blogger

Put the weblog name at the top

Made larsblogger use HTML notifications

  1. … 8 more files in changeset.
Got rid of the storing of the RSS feeds in the file directory as this is overkill (can be generated on the fly) *and* faces limits on the file system (especially if you have more than 32000 news feeds in your system

  1. … 2 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
File improved to implement the application-track callbacks

  1. … 2 more files in changeset.
Fixed multiple issues with missing date format description, categorization and others. Increased dependency

  1. … 6 more files in changeset.
removing callback implementatios from application-track and adding them to the owner packages

  1. … 7 more files in changeset.
Moving callback's implementation code from lars-blogger-procs to lars-blogger-callback-procs

file lars-blogger-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./lars-blogger-callback-procs.tcl
file lars-blogger-callback-procs.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./lars-blogger-callback-procs.xql
Removing eval from callback implementation definition and adding the namespace 'merge'

  1. … 1 more file in changeset.
Removing lars-blogger merge implementations from head

Adding merge implementations for lars blogger

Adding MergePackageUser and MergeShowUserInfo implementations to lars blogger

return 404 if entry_id not found

  1. … 1 more file in changeset.
adds get_url proc to fix bug 2331

    • -0
    • +23
    ./notification-procs-oracle.xql
    • -0
    • +23
    ./notification-procs-postgresql.xql
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

  1. … 57 more files in changeset.