• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add missing upgrade directory

as it seems, there was never one, therefore there were no sql upgrade scripts performed

    • -0
    • +163
    ./upgrade/upgrade-5.10.0d1-5.10.0d2.sql
  1. … 1 more file in changeset.
file upgrade-5.10.0d1-5.10.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d1-5.10.0d2.sql
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 6 more files in changeset.
adding missing variable declaration needed at least for pg 8.2

adding missing variable declaration needed at least for pg 8.2

Added variable declaration which resulted in an installation error on PG 8.2

Correction of name constraint

  1. … 2 more files in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 97 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

  1. … 96 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

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

  1. … 42 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 ...

  1. … 52 more files in changeset.
Converted timestamp to timestamp with time zone.

mostly fixing reference data to work with PG ...

  1. … 16 more files in changeset.

More work on acs-references and address-book.

  1. … 8 more files in changeset.
Deleted this obsolete included file

  1. … 1 more file in changeset.
Got rid of included files as all data is in seperate packages now.

Moved to seperate packages

  1. … 16 more files in changeset.
Initial OpenACS import

Another PG type fix, and added overloaded new.

Worked on permissions syntax

Initial Postgres port. Rough only.

    • -150
    • +122
    ./acs-reference-create.sql
initial OpenACS revision

    • -0
    • +219
    ./acs-reference-create.sql
    • -0
    • +16
    ./acs-reference-data.sql
    • -0
    • +41
    ./acs-reference-drop.sql
  1. … 13 more files in changeset.