• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Brace 'expr'

  1. … 1 more file in changeset.
Prefer string operators over empty_string_p. Whitespace changes.

  1. … 3 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 33 more files in changeset.
- replace deprecated calls

  1. … 36 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.
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.
should return text/html for html

Add parameter CommentsDisplayedP, to control whether the comment link

and comments are shown inline remove files stanza from .info file and

bump version number. Use ns_returnfile when possible for returning

the page, propigate the displayed_object_id up to the main page.

Update the description slightly.

  1. … 2 more files in changeset.
fix the search sc for getting a url (since now packages and /www can be indexed)

make static pages work with tip 43; bump to 5.2.0d2, upgrade oracle, postgres

  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. … 73 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 17 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

    • -20
    • +46
    ./static-pages-procs-postgresql.xql
  1. … 30 more files in changeset.
merge from oacs-4-6

    • -27
    • +0
    ./static-pages-sc-procs-postgresql.xql
  1. … 27 more files in changeset.
file static-pages-sc-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./static-pages-sc-procs.xql
add missing ad_library calls

  1. … 14 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
use cumulative_path rather than directory for item name fixes 1544/patch 360

remove unecessary file

Fixed problem were content_item__get_item_id was not returning and item_id

for an item that exists. Switched to plain old select and it works fine now.

escaped backslashes in static_page_regexp. (olah)

added templating

added support for templating

Changed the representation of tree_sortkeys from "text" to "bit varying".

    • -23
    • +18
    ./static-pages-procs-postgresql.xql
  1. … 62 more files in changeset.
Fixed extraneous end; in tcl/static-pages-procs-postgresql.xql

Fixed file update error in postgreql. It adds an mtime column, update your

datamodel on PG. Code checks for storage_type to run the correct queries/code

for Oracle/PG.

    • -3
    • +14
    ./static-pages-procs-postgresql.xql
  1. … 1 more file in changeset.
Fixed util_memoize_flush to correctly update when commenatbility abd commenets_displayed is changed

Fixed comment display to correctly display comment content when enabled