• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added missing drop script.

    • -0
    • +12
    ./packages/forums/sql/oracle/forums-tree-drop.sql
- Fixed small problem when looping over all RDF logs.

    • -0
    • +6
    ./contrib/packages/irc-logger/ChangeLog
  1. … 2 more files in changeset.
Added a proc ad_http_cache_control that outputs No-Cache headers by default for all dynamic pages, and a kernel parameter to turn it off. Fixes bug #186.

Fixed problem with installing developer support causing subsequent packages to not load as per http://openacs.org/forums/message-view?message_id=78516

Added examples to db_exec_plsql and db_nextval's api-doc and changed proc_doc to ad_proc.

Added examples to db_exec_plsql and db_nextval's api-doc and changed proc_doc to ad_proc.

    • -16
    • +107
    ./packages/acs-tcl/tcl/00-database-procs-postgresql.tcl
Making developer support show bind variable values in queries (only for PG) - thanks Lars. Adding a check in the -init.tcl file so that setup of nsv vars etc is only done once. The new APM will source -init.tcl files once per interpreter - we need to be wary of that.

further development of the workflow Tcl API. Added caching of the Tcl API on the workflow level. Port of datamodel to Oracle, some work remaining there. The package is not yet ready for initial release but will be in about 1-2 weeks.

    • -0
    • +12
    ./packages/workflow/sql/oracle/workflow-create.sql
    • -0
    • +12
    ./packages/workflow/sql/oracle/workflow-drop.sql
    • -0
    • +64
    ./packages/workflow/sql/oracle/workflow-service-contracts-create.sql
    • -0
    • +444
    ./packages/workflow/sql/oracle/workflow-tables-create.sql
    • -0
    • +52
    ./packages/workflow/sql/oracle/workflow-tables-drop.sql
    • -34
    • +282
    ./packages/workflow/tcl/action-procs.tcl
    • -74
    • +59
    ./packages/workflow/tcl/action-procs.xql
    • -0
    • +28
    ./packages/workflow/tcl/case-procs-oracle.xql
  1. … 15 more files in changeset.
Fixed typo.

Replaced listings in <pre> tags with <ul><li> ... stuff which is better digestable by browsers and fixes bug #223, and removed empty link to old release notes

    • -33
    • +44
    ./packages/acs-core-docs/www/index.adp
- Added update all RDF logs.

    • -1
    • +5
    ./contrib/packages/irc-logger/ChangeLog
Update 2003-02-11

    • -3
    • +36
    ./contrib/packages/irc-logger/ChangeLog
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/cms/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql
1. Fixed a couple of typos in file storage

2. New fast permissions stuff (PG only thus far)

2. While poking around CMS code looking for things that needed recreating

due to the permissions upgrade, changed over to "create or replace function"

    • -38
    • +38
    ./packages/acs-kernel/acs-kernel.info
    • -10
    • +2
    ./packages/acs-tcl/tcl/acs-kernel-procs.tcl
    • -4
    • +5
    ./packages/acs-tcl/tcl/acs-kernel-procs.xql
    • -8
    • +8
    ./packages/cms/sql/postgresql/cms-create.sql
    • -2
    • +2
    ./packages/cms/sql/postgresql/cms-fix.sql
    • -100
    • +6
    ./packages/cms/sql/postgresql/cms-forms.sql
  1. … 9 more files in changeset.
changing Oracle version of xql files to be 8.1.6 so that the query dispatcher will accept them. Truncating test notes if they are too long for the column in db. Removing inline query in tcl file

Added check for table name longer than 25 chars, because that caused me significant pain to track this problem down.

- Removed all namespace references from the resulting HTML. This previously caused a problem for Opera (7).

- Added an update feature to the admin page.

- Removed an extraneous .xql file from /www/admin.

    • -0
    • +7
    ./contrib/packages/irc-logger/ChangeLog
    • -0
    • +38
    ./contrib/packages/irc-logger/www/admin/update.tcl
Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well.

Added coloring to alternate rows.

- Break the description of long hyper links in chunks of 50 characters as not to interfere with the page layout.

- Flush the ETP page whenever the log is updated so that the displayed ETP page is always current.

    • -1
    • +8
    ./contrib/packages/irc-logger/ChangeLog
removing xql files for navigation-procs.tcl that I forgot to remove when merging caching of context bar from 4-6 to trunk

added a check that Tcl callback procs specified in the APM UI have correct argument lists

    • -1
    • +40
    ./packages/acs-tcl/tcl/apm-procs.tcl
Renamed primary key constraint on survey_responses from srvsimp_resp_response_id_pk to survey_resp_respose_id_pk to resolve a conflict with the constraint name in simple-survey.

    • -2
    • +2
    ./packages/survey/sql/oracle/survey-create.sql
Changed name of constraint from srvsimp_responses_resp_id_pk to

survey_responses_resp_id_pk. This will only cause an error if you install

simple survey and survey at the same time.

    • -2
    • +2
    ./packages/survey/sql/oracle/survey-create.sql
merging fixing and caching of context bar logic that was committed on 4.6 branch (versions 1.7 to 1.7.2.2) onto trunk

    • -7
    • +34
    ./packages/acs-tcl/tcl/navigation-procs.tcl
the upgrade to acs-lang 4.7d5 would break if server already had swedish locale, added check to fix that

upgrade of acs-lang 4.7d4-4.7d5 adding locales from the translation server

    • -12
    • +24
    ./packages/acs-lang/acs-lang.info
move peters host_node_map caching to 4.6 bug 208

put error lines into the error log since for some reason they are not displayed on install

peter neglected to fix the query name in the .xql file for the host-node_id map query