• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 15 more files in changeset.
Remove leftover statement

fix broken API function acs_object_type::get_table_name (broken since 13 years) and use API instead of direct SQL queries

  1. … 7 more files in changeset.
move deprecated procs into deprecated-procs

  1. … 21 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- fix for bug #3256

- provide a simple templated error page

  1. … 2 more files in changeset.
- replace (probably incorrect) query based on acs_object.tree_sortkey by a (probably sufficiently correct) recursive query based on cr_items (parent_ids)

- mark broken (and unused except from package "cms") function content::get_folder_labels as deprecated

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

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

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

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.
change functions to include namespace, fix format

merge the changes between 5.0.3 and 5.0.4 to head

  1. … 249 more files in changeset.
Wrapping if's in curly braces

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.
1. I made it possible to let content_template.new(), and its PG equivalent,

create a revision of the template by simply providing the template in the 'text'

param.

2. Bug-fixed content::init, content::get_content and some other procs related

to the index.vuh in the CR. Virtual URLs are now more or less supported for items

of any content type if they have a content template associated with them.

If a content item associates a template to it (by registering it), it will have precedence

over the type's template. It will transparently act as a default, in other words.

  1. … 16 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.