• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix bug#1168 originally added to HEAD

    • -4
    • +10
    ./sql/oracle/edit-this-page-create.sql
    • -0
    • +52
    ./sql/postgresql/upgrade/upgrade-1.3.sql-1.5.sql
Adding missing pl/sql etp__create_new_revision to upgrade script. Fixs bug#1168

    • -0
    • +52
    ./sql/postgresql/upgrade/upgrade-1.3.sql-1.5.sql
Added a couple of noquotes to fix #1164

  1. … 1 more file in changeset.
Added a couple of noquotes to fix #1164

  1. … 1 more file in changeset.
Adding noquote to fix bug#1070. Thanks to C R Oldham for the patch.

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 72 more files in changeset.
Bumping up version number. I am planning on releasing a richtext enabled version compatible with openacs 4.6.3, so I need an intermediate version number for pre-i18n.

Fixing non-richtext widget settings.

package_id should have been create_new_revision.package_id

    • -1
    • +1
    ./sql/oracle/edit-this-page-create.sql
only set mime_type if we are editing content.

Fixing function variable references in get_attribute_value.

    • -2
    • +2
    ./sql/oracle/edit-this-page-create.sql
Check for null mime_type.

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
    • +1
    ./sql/oracle/edit-this-page-create.sql
  1. … 271 more files in changeset.
Added mising etp-edit.xql

Fixing many unclosed <td> tags

Fixing etp::get_subtopics, although it isn't used anywhere, etp::get_content_items is more genearlly useful. Closed bug#669

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.

    • -0
    • +98
    ./sql/postgresql/edit-this-page-create.sql
    • -0
    • +50
    ./sql/postgresql/upgrade/upgrade-1.3.sql-1.5.sql
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +16
    ./sql/oracle/edit-this-page-create.sql
  1. … 815 more files in changeset.
Noquote.

Removing to_date() calls on columns that are already of type date. This makes the news index page work on pg 7.3.3 - hopefully it doesn't make it break elsewhere.

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.

Added etp_page_revision content_type for oracle

    • -0
    • +16
    ./sql/oracle/edit-this-page-create.sql
Fix typo. bug#636

Fixed typo.

Fix bug that supresses edit this page link on subsites. Bug#628

Fix restriction that limited serving only Main Subsite content folder with ETP.

Now any subsite can have a content folder managed by ETP.