• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
don't raise warnings on requests for non-existing pages

Improved safety of memize call, improve warning message

Officially deprecate old alias

Replace deprecated api

  1. … 1 more file in changeset.
Whitespace changes

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

  1. … 204 more files in changeset.
- handle error cases, when package_id could not be determined

- remove obsolete queries

- use api instead of direct calling sql

- get rid of pesky error messages for every restart

- modernize tcl a little

- bump version number to 1.9d4

  1. … 1 more file in changeset.
- fix bug in content-type creation: etp created entries in acs_object_types for non-existing table_names and non-existing id_columns

- fix HTML vality of several pages

- bump version number

  1. … 6 more files in changeset.
- standardize url construction

  1. … 9 more files in changeset.
- fix typo

- make HTML valid

- protect against XSS attacks

  1. … 3 more files in changeset.
- fix default for package parameter cache_max_age

- improve performance of by using precomputed :folder_id instead of

etp__get_folder_id() in SQL query

- use ad_proc's argument parser instead of local implmentation in get_content_items

- use numeric comparison operator for truth value comparisons

  1. … 8 more files in changeset.
- use "in" operator instead of lsearch

  1. … 1 more file in changeset.
- modernize tcl

  1. … 17 more files in changeset.
- remove deprecated calls

  1. … 1 more file in changeset.
Made sure to limit only to ETP applications and disregard other packages that use -100 as the root folder

bugfix: fixing bug #2618: sql syntax error

bugfix: fixing bug #2618: sql syntax error

Add missing comma.

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.
Revert

Resolved Problem with wrong I18N string for subtopics

  1. … 4 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2274 more files in changeset.
Do not convert content if mime type is text/html.

REVERT

Removed the /index part from the URLs returned to search as it is not necessary.