• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
more UI tweaks and some data model changes; instatiating cms now creates a set of modules with appropriate permissions making it possible to mount more than one instance

  1. … 55 more files in changeset.
use standard permissions and permissions api; more tweaking

  1. … 58 more files in changeset.
don't use ugly wizard style

fixed clipboard stuff which i had broken and minor keywords display problem

  1. … 4 more files in changeset.
first pass at facelift. still much to do (see todo file in root of package for somewhat random collection of ideas). haven't touched data model so cms will likely still require acs-workflow v4.5 to work w/o error

  1. … 113 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 23 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. … 26 more files in changeset.
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. … 274 more files in changeset.
noquote changes (Dirk Gomez)

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

  1. … 71 more files in changeset.
sort attributes by acs_attribute.sort_order

fix the max_n check in publish status

missing query in oracle, remove dups in allowed children

adds -extend attribute_value for data display

merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
minor fixes

workflow in cms working on oracle

  1. … 3 more files in changeset.
fixed relating items to other content items

  1. … 1 more file in changeset.
cleanup

  1. … 5 more files in changeset.
cms testing

  1. … 5 more files in changeset.
fixed some db_1row queries

  1. … 5 more files in changeset.
converted more template db api queries to std db api queries

    • -0
    • +18
    ./symlink-oracle.xql
    • -0
    • +17
    ./symlink-postgresql.xql
converted more template db api queries to std db api queries

converted some more template db queries to std db api queries

  1. … 4 more files in changeset.
converted template queries to std db api

converted template queries to std db api

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

  1. … 59 more files in changeset.

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

  1. … 77 more files in changeset.
removed FILTER_ABORT code from template::forward as the RP doesn't support the catching of the FILTER_ABORT error as a control structure. Removal of the FILTER_ABORT code allows code to be executed after a template::forward command

  1. … 2 more files in changeset.