• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file install.adp was initially added on branch oacs-5-8.

- prettify documentation (use master templates)

  1. … 17 more files in changeset.
file design.adp was initially added on branch oacs-5-8.

file index.adp was initially added on branch oacs-5-8.

- fix html

- improve page-contract

- use standard error message reporting

  1. … 1 more file 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. … 20 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

Implements TIP #142: Administration UI to manage mime types and extension map

    • -0
    • +6
    ./admin/mime-types/extensions.adp
    • -0
    • +40
    ./admin/mime-types/extensions.tcl
    • -0
    • +25
    ./admin/mime-types/extensions.xql
    • -0
    • +6
    ./admin/mime-types/index.adp
    • -0
    • +99
    ./admin/mime-types/index.tcl
    • -0
    • +25
    ./admin/mime-types/index.xql
    • -0
    • +6
    ./admin/mime-types/map.adp
    • -0
    • +47
    ./admin/mime-types/map.tcl
    • -0
    • +14
    ./admin/mime-types/map.xql
    • -0
    • +6
    ./admin/mime-types/new.adp
    • -0
    • +44
    ./admin/mime-types/new.tcl
    • -0
    • +19
    ./admin/mime-types/unmap.tcl
    • -0
    • +13
    ./admin/mime-types/unmap.xql
  1. … 2 more files in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 21 more files in changeset.
Add page to show image properties

updating links

Added in tutorial from rubick.com to content repository documents, so

other developers can change it or improve it.

    • -0
    • +798
    ./doc/tutorial.html
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 24 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 27 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
fix id for 100.20 inbound link

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.
noquote changes (Dirk Gomez)

  1. … 53 more files in changeset.
Merged over workflow/bug-tracker changes from 4.6 branch

  1. … 11 more files in changeset.
Upgrade to 4.6.2: A few bug fixes, Tcl API for keywords.

  1. … 10 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 4 more files in changeset.
Added a note that joining is more efficient than using the get_live_revision function

Changed index.vuh files to use rp_internal_redirect rather than

rp_serve_abstract_file, which didn't work if OpenACS was running in

performance mode.

  1. … 5 more files in changeset.
fix some broken links

  1. … 23 more files in changeset.
updated search support to include templates and images

  1. … 6 more files in changeset.
cleaned up serving of virtual urls from CR

  1. … 1 more file in changeset.
fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not.

  1. … 8 more files in changeset.