• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded for i18n. Too lazy to revert the lists back into curly braces after detecting that the #foor.bar# syntax works

Internationalized the download reasons (other). Sadly this looks like an aweful cludge, if someone else know how to solve this better, feel free to do so

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +118
    ./catalog/download.en_US.ISO-8859-1.xml
  1. … 2261 more files in changeset.
First stab at internationlization of the download package

    • -0
    • +118
    ./catalog/download.en_US.ISO-8859-1.xml
  1. … 5 more files in changeset.
file download.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/download.en_US.ISO-8859-1.xml
Had to fix these to include package_id as well.

Minor whacks to make this work with Timo's changes to core - untested under

Oracle at the moment ...

    • -4
    • +6
    ./sql/postgresql/download-packages.sql
    • -0
    • +1
    ./www/admin/repository-ae-postgresql.xql
various bug fixes for package_id, title addition to acs_objects

  1. … 12 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 596 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
fix calls to ad_return_complaint

  1. … 21 more files in changeset.
more noquote

fix more noquote bugs

    • -2
    • +2
    ./www/admin/report-version-downloads.adp
some noquote fixes, handle names starting in - properly

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +152
    ./sql/oracle/upgrade/upgrade-4.1-5.0d1.sql
  1. … 6 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
Applied patch #153: Change the form action from get to post (see bug #443)

Added modified download pages for openacs.org.

noquote changes (Dirk Gomez)

    • -3
    • +3
    ./www/admin/report-version-downloads.adp
    • -2
    • +2
    ./www/admin/repository-reasons-edit.adp
  1. … 116 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 12 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -3
    • +3
    ./sql/postgresql/download-packages.sql
  1. … 30 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

    • -3
    • +3
    ./sql/postgresql/download-packages.sql
  1. … 37 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 19 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

    • -3
    • +3
    ./sql/postgresql/download-packages.sql
  1. … 54 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

    • -8
    • +4
    ./www/admin/report-by-ip-postgresql.xql
    • -6
    • +5
    ./www/admin/report-by-user-postgresql.xql
    • -6
    • +6
    ./www/admin/report-one-ip-postgresql.xql
  1. … 62 more files in changeset.
download should depend on acs-mail 4.6 (not 4.6.1). Thanks cro