• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

- get rid of pesky error messages for every restart

- modernize tcl a little

- bump version number to 1.9d4

  1. … 2 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. … 10 more files in changeset.
- use "in" operator instead of lsearch

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

  1. … 18 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

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.
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. … 2275 more files in changeset.
Do not convert content if mime type is text/html.

Added code to access the content of a subtopic directly using the package_id

Changed @returns to @return with command perl -pi -e 's/\@returns/\@return/g' *.tcl

  1. … 6 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Check for null mime_type.

Adding support for enhanched text formbuilder widget and converting etp-edit

to use ad_form. Increased version number for added pl/pgsql proc with upgrade script.

  1. … 9 more files in changeset.
Fix bug that supresses edit this page link on subsites. Bug#628

Fix restriction that limited serving only Main Subsite content folder with ETP.

Now any subsite can have a content folder managed by ETP.

merge of 4.6.3b1 to HEAD

  1. … 35 more files in changeset.
Merging fixed from oacs-4-6

  1. … 4 more files in changeset.
adding missing files from merge

  1. … 20 more files in changeset.
Merge in updates from 4.6.2

  1. … 5 more files in changeset.
Removed LU: error log message, which doesn't seem to do be because of any error.

Make a proc, 'get_etp_url', which gets just the URL, so you can place, style, and title the link yourself.

Added 'context' property alongside 'context_bar'. The latter should probably be phased out, but this is backwards compatible.