• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved back to the java versions of utils because it doesn't appear anyone's

going to fix this soon, and work on 5.5 has begun.

Backed out ill-thought-out reference to the content repository in this kernel

package (a misguided attempt to move some bad PG code over to Oracle, which

caught the reference to the undefined cr_folders table)

It is strongly recommended that one "cvs add" new files ...

    • -0
    • +37
    ./packages/acs-subsite/sql/oracle/themes-create.sql
    • -0
    • +1
    ./packages/acs-subsite/sql/oracle/themes-drop.sql
    • -0
    • +37
    ./packages/acs-subsite/sql/postgresql/themes-create.sql
    • -0
    • +233
    ./packages/acs-subsite/tcl/subsite-navigation-procs.tcl
Forgot to remove this file ...

Added first cut at theming stuff, using the new package openacs-default-theme

(previously imported)

    • -6
    • +60
    ./packages/acs-subsite/acs-subsite.info
    • -17
    • +55
    ./packages/acs-subsite/tcl/subsite-procs.tcl
    • -0
    • +31
    ./packages/acs-subsite/tcl/subsite-procs.xql
    • -7
    • +7
    ./packages/acs-subsite/www/admin/configure.tcl
Initial import

Initial revision

    • binary
    ./packages/openacs-default-theme/www/resources/images/bg.gif
Removed event handler for onMouseOver and onMouseOut event

    • -1
    • +1
    ./packages/calendar/www/view-week-display.adp
Removed event handler for onMouseOver and onMouseOut event

    • -1
    • +1
    ./packages/calendar/www/view-week-display.adp
Change the default to false for UseHtmlAreaForRichtextP since we claim to be AA compliant by default and xinha is not (decided at the 7-may-2008 oct meeting)

Merge oracle compatibility fix from HEAD

    • -2
    • +2
    ./packages/forums/lib/forums/forums-chunk.tcl
Remove SC files, they belonged in search.

Properly name SQL files to avoid confusion and make package install.

  1. … 8 more files in changeset.
file intermedia-driver-create.sql was initially added on branch oacs-5-4.

file intermedia-driver-sc-drop.sql was initially added on branch oacs-5-4.

file intermedia-driver-sc-create.sql was initially added on branch oacs-5-4.

file intermedia-driver-packages-drop.sql was initially added on branch oacs-5-4.

file intermedia-driver-packages-create.sql was initially added on branch oacs-5-4.

file intermedia-driver-index-drop.sql was initially added on branch oacs-5-4.

file intermedia-driver-index-create.sql was initially added on branch oacs-5-4.

file intermedia-driver-drop.sql~ was initially added on branch oacs-5-4.

file intermedia-driver-drop.sql was initially added on branch oacs-5-4.

file intermedia-driver-ctxsys.sql was initially added on branch oacs-5-4.

file intermedia-driver-tables-drop.sql was initially added on branch oacs-5-4.

file intermedia-driver-tables-create.sql was initially added on branch oacs-5-4.

- some cleanup after yesterdays renaming for form-fields

- allow categories includelet to obtain data from an ordered composite

    • -5
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -18
    • +62
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -4
    • +16
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

    • -4
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/06-param-procs.tcl
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

    • -4
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/tcl/06-param-procs.tcl
added function util::random_list_element which returns a random element from the given list

    • -0
    • +10
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Adapt to namespace change to ::xowiki::formfield