• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Grabbed the incomplete (and never to be completed) calendar module from the

ArsDigita CVS tree.

    • -0
    • +0
    ./packages/calendar/sql/cal-item-create.sql
    • -0
    • +0
    ./packages/calendar/sql/cal-item-drop.sql
    • -0
    • +0
    ./packages/calendar/sql/cal-table-create.sql
    • -0
    • +0
    ./packages/calendar/sql/cal-table-drop.sql
    • -0
    • +0
    ./packages/calendar/sql/calendar-create.sql
    • -0
    • +0
    ./packages/calendar/sql/calendar-drop.sql
    • -0
    • +0
    ./packages/calendar/tcl/cal-item-procs.tcl
    • -0
    • +0
    ./packages/calendar/tcl/calendar-procs.tcl
    • -0
    • +0
    ./packages/calendar/www/cal-dayview.adp
    • -0
    • +0
    ./packages/calendar/www/cal-dayview.tcl
    • -0
    • +0
    ./packages/calendar/www/cal-item-create.tcl
    • -0
    • +0
    ./packages/calendar/www/cal-item-edit.tcl
  1. … 31 more files in changeset.
Initial revision

    • -0
    • +69
    ./packages/calendar/calendar.info
    • -0
    • +258
    ./packages/calendar/sql/cal-item-create.sql
    • -0
    • +31
    ./packages/calendar/sql/cal-item-drop.sql
    • -0
    • +139
    ./packages/calendar/sql/cal-table-create.sql
    • -0
    • +26
    ./packages/calendar/sql/cal-table-drop.sql
    • -0
    • +624
    ./packages/calendar/sql/calendar-create.sql
    • -0
    • +145
    ./packages/calendar/sql/calendar-drop.sql
    • -0
    • +287
    ./packages/calendar/tcl/cal-item-procs.tcl
    • -0
    • +113
    ./packages/calendar/tcl/calendar-community-core-procs.tcl
    • -0
    • +337
    ./packages/calendar/tcl/calendar-procs.tcl
    • -0
    • +11
    ./packages/calendar/www/cal-dayview.adp
    • -0
    • +218
    ./packages/calendar/www/cal-dayview.tcl
    • -0
    • +149
    ./packages/calendar/www/cal-item-create.tcl
    • -0
    • +103
    ./packages/calendar/www/cal-item-edit.tcl
    • -0
    • +146
    ./packages/calendar/www/cal-item.adp
  1. … 31 more files in changeset.

Made a couple of query names unique to cover up a lame weakness in the

hacked-up query extractor.

- added massaging to the query dispatcher to ns_quotehtml all querytext before XML parsing.

- added a query file for acs-developer-support, although that's not working yet.

    • -0
    • +1
    ./packages/acs-subsite/acs-subsite.info
Port queries

    • -0
    • +35
    ./packages/acs-subsite/www/admin/site-map/unmounted-postgresql.xql
    • -0
    • +11
    ./packages/acs-subsite/www/permissions/grant-2-postgresql.xql
    • -0
    • +18
    ./packages/acs-subsite/www/permissions/grant-postgresql.xql
  1. … 14 more files in changeset.
initial openacs import

    • -0
    • +16
    ./packages/acs-reference/sql/oracle/acs-reference-data.sql
    • -0
    • +36
    ./packages/acs-reference/sql/oracle/acs-reference-drop.sql
    • -0
    • +335
    ./packages/acs-reference/sql/oracle/country.sql
    • -0
    • +284
    ./packages/acs-reference/sql/oracle/currency.sql
    • -0
    • +189
    ./packages/acs-reference/sql/oracle/language.sql
    • -0
    • +124
    ./packages/acs-reference/sql/oracle/s-and-p-data.sql
    • -0
    • +535
    ./packages/acs-reference/sql/oracle/timezone-data.sql
    • -0
    • +25
    ./packages/acs-reference/sql/oracle/timezone-drop.sql
    • -0
    • +40049
    ./packages/acs-reference/sql/oracle/timezone-rules.sql
    • -0
    • +512
    ./packages/acs-reference/sql/oracle/timezones.sql
    • -0
    • +3154
    ./packages/acs-reference/sql/oracle/us-counties-data.sql
    • -0
    • +99
    ./packages/acs-reference/sql/oracle/us-counties.sql
    • -0
    • +123
    ./packages/acs-reference/sql/oracle/us-states.sql
    • -0
    • +42205
    ./packages/acs-reference/sql/oracle/us-zipcodes-data.sql
  1. … 4 more files in changeset.

committed my change to omit CVS directories and files from the list of files

added to a package.

    • -5
    • +10
    ./packages/acs-tcl/tcl/apm-file-procs.tcl

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +116
    ./contrib/obsolete-packages/bboard/ChangeLog
    • -0
    • +116
    ./contrib/obsolete-packages/bboard/bboard.info
    • -0
    • +453
    ./contrib/obsolete-packages/bboard/sql/oracle/bboard-create.sql
    • -0
    • +144
    ./contrib/obsolete-packages/bboard/sql/oracle/bboard-drop.sql
    • -0
    • +571
    ./contrib/obsolete-packages/bboard/sql/oracle/bboard-packages.sql
    • -0
    • +34
    ./contrib/obsolete-packages/bboard/sql/oracle/bboard-views.sql
    • -0
    • +11
    ./contrib/obsolete-packages/bboard/tcl/bboard-init.tcl
    • -0
    • +1010
    ./contrib/obsolete-packages/bboard/tcl/bboard-procs.tcl
  1. … 2465 more files in changeset.

added query dispatcher code to zz-postload to load queries for default pages in /www

added query for front page

now the congratulations page is there!

    • -0
    • +21
    ./www/index-postgresql.xql
added index

applied patch from Steve W to allow searching of complete query files

in a package.

    • -2
    • +17
    ./packages/acs-tcl/tcl/apm-procs.tcl
finished tree query support for rel_constraints

added tcl variable support to db api

Port queries

    • -0
    • +18
    ./packages/acs-subsite/www/admin/index-postgresql.xql
    • -0
    • +28
    ./packages/acs-subsite/www/pvt/home-postgresql.xql
temp fix for QD call to ad_conn file

applied patches from Steve Woodcock that port a few more queries, fix a few data model PL/SQL quirks, and generally allow us to get further into a working OpenACS!

    • -0
    • +14
    ./packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql
    • -0
    • +17
    ./packages/acs-tcl/tcl/navigation-procs-postgresql.xql

fixed DB QD and a call from the APM to the QD 's old API

    • -1
    • +4
    ./packages/acs-tcl/tcl/00-database-procs.tcl
more strict string handling changes

added comments for default parameters

Port queries

    • -0
    • +23
    ./packages/acs-subsite/www/index-postgresql.xql
Add entries for postgresql datamodel

    • -0
    • +17
    ./packages/acs-subsite/acs-subsite.info

1. Removed acs_source (which Ben had already removed, I think he just forgot

to commit)

2. Wrote a PG semi-replacement query for an Oracle query containing "sample()"

added postgresql files to package info file and commented out notifications calls until notifications is ported

partial fix of rel_constraints tree queries - more work required

finalized QD last fixes, and began porting more queries

    • -0
    • +16
    ./packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql
made QD load at boostrap time

    • -0
    • +11
    ./packages/acs-tcl/tcl/security-init-postgresql.xql
added comments for default api values

new version of QD with better handling of absolute/relative paths

    • -1
    • +16
    ./packages/acs-tcl/tcl/security-procs.tcl
patch submitted by Steve Woodcock