• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
only set mime_type if we are editing content.

Fixing the error display mode of the form - previously any form error (e.g. empty but required description) bombed because page_title was not carried over. Fixing _very_ confusing indentation in one place. Calling ad_script_abort where it is supposed to.

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 273 more files in changeset.
Added mising etp-edit.xql

Fixing many unclosed <td> tags

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. … 6 more files in changeset.
Noquote.

  1. … 8 more files in changeset.
Merge in changes from oacs-4-6 branch. Fix reference to content_revision, should be etp_page_revision now.

Fix references to content_revision to refer to etp_page_revision.

APply patch #250 for bug#711 set context_bar.

Fix bug#711 where context is set with just the page name, context_bar has

the full context_bar. Apply patch#250.

Add noquote switch to select lists generated in tcl file. Fixes Bug#582.

Replaced referece to notification_chunk with widget.

noquote changes (Dirk Gomez)

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

    • -0
    • +13
    ./etp-revision-delete-postgresql.xql
  1. … 8 more files in changeset.
Added feature to delete revisions that hasn't yet gone live. And clarified which version is live.

    • -0
    • +13
    ./etp-revision-delete-postgresql.xql
file etp-revision-delete-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./etp-revision-delete-oracle.xql
file etp-revision-delete.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./etp-revision-delete.tcl
file etp-revision-delete.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./etp-revision-delete.adp
file etp-revision-delete-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./etp-revision-delete-postgresql.xql
Use parameter::get and paramter::set_value instead of the old procs, which caused things to not work as expected.

Missing quotehtml around value.

Use the title in the context bar instead of the name

Added link to search doc.

Added search documentation

file searching.html was initially added on branch oacs-4-6.

Adding documentation,

Update to 1.2b. This adds search service contracts for all etp managed

types through a system that automatically registers the service

contract implementation for each type. It also fixes the content type so

that it is set correctly. New cotnent types should subtype etp_page_revision.

  1. … 12 more files in changeset.
Quote HTML content in textarea.

Quote HTML content in <textarea> tag.