• last updated 35 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
delete direct permissions in acs_object__delete (oracle and postgres) upgrade provided, bug 234 patch 74 Tilmann Singer

fixes drop bookmark__new, and dont drop bm_bookmarks_idx2 since not created bug 235 patch 75 Simon Carstensen

should pull out notif_text in oracle query bug 236/patch 76 Bruno Mattarollo

should pull out notif_text in oracle query bug 236/patch 76 Bruno Mattarollo

adding the package_id column to the user_locale_prefs table in Oracle (we forgot to add it somehow earlier). Providing an upgrade script.

    • -10
    • +11
    ./packages/acs-lang/acs-lang.info
    • -8
    • +10
    ./packages/acs-lang/sql/oracle/ad-locales.sql
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.