• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

- use "eq" instead of "string equal"

  1. … 3 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 6 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Fixed default template: only render content when it's HTML or can be converted to HTML

Added -- after switches in call to ad_html_text_convert to avoid errors when the text to convert contains hyphens

some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-content-repository

  1. … 3 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Pass resolve index to get_id

adding defaults to creation_user, creation_ip, content_type to content::item::new

  1. … 7 more files in changeset.
provided default template in oracle

  1. … 5 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

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

  1. … 321 more files in changeset.
Fix erroneous commit that merged in changes. This should effectively revert to 1.16.2.5 version that was intended with the previous commit.

Revert change to content::init. Custom code belongs in file-storage.

Fixing the problem caused by the upgrade for filestorage that exchanges name and title. This should neither change behaviour nor decrease performance, therefore I commit without a TIP

item_id should have been item_info(item_id), broke file-storage/view

Remove pl/sql function from where clause.

  1. … 2 more files in changeset.
Fix variable reference.

Replace pl/sql function in where clause with two queries (via Tcl API)

  1. … 2 more files in changeset.
Changed item::get_live/best_revision in content::init to use ::item::get_live/best_revision.

The reason is that bcms introduces ::content::init, which requires a keyword argument -item_id, and this new proc is then accidentally called by content::init because it's in the ::content namespace.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
fixed bug #1985 with patch #562

Fixed bug #1985 with patch #562

missing ) for $content(mime_type breaks generated templates resolves bug 1952 (from head)

missing ) for $content(mime_type breaks generated templates resolves bug 1952

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Add optional revision parameter to content::init. Defaults to live revision.

  1. … 2 more files in changeset.

Check for html before processing content through ad_html_text_convert.

change functions to include namespace, fix format