• last updated 14 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed mangled queries

making timezone related pages in acs-lang check for the support of timezones (whether ref-timezones is installed)

    • -0
    • +2
    ./packages/acs-lang/www/admin/index.adp
    • -1
    • +3
    ./packages/acs-lang/www/admin/index.tcl
caching the lookup of user locale preference that is done on every request. Making the namespace explicit in each Tcl proc. Making the timezone related procs check whether ref-timezones is installed.

    • -289
    • +360
    ./packages/acs-lang/tcl/locale-procs.tcl
    • -3
    • +2
    ./packages/acs-lang/tcl/locale-procs.xql
caching the proc apm_package_installed_p with util_memoize

    • -1
    • +4
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -3
    • +13
    ./packages/acs-tcl/tcl/apm-procs.tcl
    • -1
    • +9
    ./packages/acs-tcl/tcl/memoize-procs.tcl
Cleaned up api-doc of ad_return_url.

    • -8
    • +23
    ./packages/acs-tcl/tcl/defs-procs.tcl
Fixed bug #232, my last merge contained #...# instead of literal words

    • -1
    • +1
    ./packages/forums/www/message-view-flat.adp
    • -1
    • +1
    ./packages/forums/www/message-view.adp
Removed some postgresql-isms. SC drop is Still missing, and it will still fail because of child record problems in notifications.

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