• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Initial revision

    • -0
    • +39
    /openacs-4/packages/acs-events/acs-events.info
    • -0
    • +984
    /openacs-4/packages/acs-events/sql/acs-events-create.sql
    • -0
    • +26
    /openacs-4/packages/acs-events/sql/acs-events-drop.sql
    • -0
    • +284
    /openacs-4/packages/acs-events/sql/activity-create.sql
    • -0
    • +16
    /openacs-4/packages/acs-events/sql/activity-drop.sql
    • -0
    • +206
    /openacs-4/packages/acs-events/sql/recurrence-create.sql
    • -0
    • +10
    /openacs-4/packages/acs-events/sql/recurrence-drop.sql
    • -0
    • +782
    /openacs-4/packages/acs-events/sql/timespan-create.sql
    • -0
    • +12
    /openacs-4/packages/acs-events/sql/timespan-drop.sql
    • -0
    • +509
    /openacs-4/packages/acs-events/sql/test/acs-events-test.sql
    • -0
    • +1003
    /openacs-4/packages/acs-events/sql/test/timespan-test.sql
    • -0
    • +433
    /openacs-4/packages/acs-events/www/doc/design.html
    • -0
    • +21
    /openacs-4/packages/acs-events/www/doc/index.html
    • -0
    • +504
    /openacs-4/packages/acs-events/www/doc/requirements.html
fixed rule code for inserts on cr_revisionsi

Checked in file generated by cvs2cl.pl.

I'm not sure whether this is the best way to do it.

    • -0
    • +132
    /mod_nsd/ChangeLog
Added a bunch of documentation files.

more cleanup

fixed a few pl/sql procs

changed result_name back to name as it has a hardwired dependency on the variable name that wasen't obvious to me when I changed it

more cleanup of cms

    • -3
    • +3
    /openacs-4/packages/cms/www/item/create.tcl
    • -0
    • +14
    /openacs-4/packages/cms/www/item/create.xql
    • -0
    • +22
    /openacs-4/packages/cms/www/modules/items/children-oracle.xql
    • -0
    • +22
    /openacs-4/packages/cms/www/modules/items/keywords-oracle.xql
  1. … 88 more files in changeset.
Fixing multiple functions without return values....oops!

'Create new folder' works.

    • -0
    • +26
    /openacs-4/packages/bookmarks/www/folder-add-2-oracle.xql
fixed tree query

fixed included files syntax

Removed/renamed obsolete files.

    • -0
    • +451
    /mod_nsd/README.old.html
Did a couple compiles with -Wall -pedantic -Werror and silenced all warnings.

Added files with new name.

    • -0
    • +1081
    /mod_nsd/mod_nsd.c
Continuing to work on procs, index page now successfully loading...

fixed exception message in delete method

first revision - ported datamodel and query files.

  1. … 53 more files in changeset.
fixed query in content_folder__unregister_content_type

missed a couple of files

    • -0
    • +12
    /openacs-4/packages/clickthrough/www/index-oracle.xql
    • -0
    • +13
    /openacs-4/packages/clickthrough/www/index-postgresql.xql
    • -0
    • +12
    /openacs-4/packages/clickthrough/www/index.xql
initial postgresql port, not tested with oracle

    • -0
    • +13
    /openacs-4/packages/clickthrough/www/admin/all-from-local.xql
    • -0
    • +14
    /openacs-4/packages/clickthrough/www/admin/all-to-foreign.xql
    • -0
    • +11
    /openacs-4/packages/clickthrough/www/admin/by-foreign-url.xql
    • -0
    • +13
    /openacs-4/packages/clickthrough/www/admin/by-local-url.xql
  1. … 5 more files in changeset.

Fixed a typo I made while flying out to Boston.

Adding most-popular.xql queryfile

    • -0
    • +29
    /openacs-4/packages/bookmarks/www/most-popular.xql

Staring work with query porter and xql files. Done queries in tcl, and index files in www...

    • -0
    • +49
    /openacs-4/packages/bookmarks/tcl/bookmarks-init-oracle.xql
    • -0
    • +14
    /openacs-4/packages/bookmarks/tcl/bookmarks-init.xql
    • -0
    • +87
    /openacs-4/packages/bookmarks/tcl/bookmarks-procs-oracle.xql
    • -0
    • +20
    /openacs-4/packages/bookmarks/tcl/bookmarks-procs.xql
    • -0
    • +49
    /openacs-4/packages/bookmarks/www/index-oracle.xql
    • -0
    • +58
    /openacs-4/packages/bookmarks/www/index-postgresql.xql
    • -0
    • +18
    /openacs-4/packages/bookmarks/www/index.xql

Initial data model changes for OpenACS (Postgres added). bookmark.info

also updated. www files not yet touched

Changed parameters to use the new "p_" convention, for the most part.

fixed bug that disallowed html input

fixed ttl_v_users view that i had mistakenly changed

first attempt at doing XML parsing using ns_xml instead of the Tcl XML stuff. Not sure yet if this is faster, although we expect that it will be. Note also that there seems to be a bug right now in ns_xml where an XML comment will screw things up, so I've added a quick prepare function that takes out comments before XML parsing... I'm not happy about that.

    • -31
    • +94
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
more cleanup