• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add upgrade files

  1. … 1 more file in changeset.
file upgrade-2.6.1d2-2.6.1d3.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-2.6.1d2-2.6.1d3.sql
- modernize SQL (dollar quoting, function definition)

- complete function args

- bump version number

    • -73
    • +76
    ./postgresql/cal-item-create.sql
  1. … 1 more file in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -25
    • +33
    ./postgresql/calendar-notifications-init.sql
  1. … 23 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -5
    • +11
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
  1. … 2472 more files in changeset.
Fix #2760. Make the index name shorter to fit 30 chars.

adding index cal_items_on_which_calendar_idx for performance improvements

  1. … 1 more file in changeset.
file upgrade-2.1.0b4-2.1.0b5.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-2.1.0b4-2.1.0b5.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-2.1.0b4-2.1.0b5.sql
The fancy update...from syntax in the PG version is not compatible with either ora8 or ora9.

    • -5
    • +11
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
The fancy update...from syntax in the PG version is not compatible with either ora8 or ora9.

    • -5
    • +11
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
Removed unused functions

Removed crufty old code, fixed package creation

Added notifications to Oracle. It's currently broken because acs-mail-lite is broken, but my code works syntactically at least.

    • -0
    • +56
    ./oracle/calendar-notifications-init.sql
Added a newline

Added notifications to calendar. Currently works only for PostgreSQL, will do the port to Oracle in the next 4 weeks.

    • -0
    • +64
    ./postgresql/calendar-notifications-init.sql
  1. … 10 more files in changeset.
Removed large chunks of commented-out Oracle code.

Removed unused pgplsql procs - that looked very broken and haven't been used in over two years.

    • -613
    • +5
    ./postgresql/calendar-create.sql
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +11
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
  1. … 595 more files in changeset.
file upgrade-2.0d1-2.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-2.0d1-2.0b2.sql
- Rewrote calendar admin pages

- Rewrote calendar permission checking

- Fixed bug #261: Day summary doesn't show events before 7 am

- Fixed bug #1139: Times added between 8 and 10 am not shown in day view

- Calendars inherits permissions from the package to which they belong

    • -0
    • +11
    ./oracle/upgrade/upgrade-2.0d1-2.0b2.sql
  1. … 49 more files in changeset.
Typo in constraint name

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +586
    ./oracle/upgrade/upgrade-1.0-2.0d1.sql
  1. … 23 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.
merge of 4.6.3b1 to HEAD

    • -15
    • +15
    ./postgresql/calendar-create.sql
  1. … 73 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 ...

    • -15
    • +15
    ./postgresql/calendar-create.sql
  1. … 50 more files in changeset.
typo fix to calendar delete from deds castillo. fixes bug #9

Manually added patches 332,333,334 for bugs 1628,1629,1630 by Brad Duell

  1. … 2 more files in changeset.
fixed calendar for PG

  1. … 10 more files in changeset.
added PG support for new calendar API, and fixed front page to create a personal calendar for a user if he/she doens't have any

  1. … 1 more file in changeset.
fixed pg load of dm

fixed up view of calendar items and deletion of recurrences

  1. … 6 more files in changeset.