• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
make metaweblog pass regression, add an after-mount callback to create the rss feed, don't bombout testing if teardown fails

  1. … 2 more files in changeset.
Oracle query bugfix in the lars_blog__rss_datasource proc. The outer join should be on the categories table not the entries table