• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
calendar reform (part 2):

- make "forgotten" fields "related_link_url", "related_link_text",

"redirect_to_rel_link_p" of acs-events usable from the calendar.

- add web interface for "location" field as well

- bump version to 2.10.0d4

    • -0
    • +174
    ./oracle/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
    • -0
    • +56
    ./postgresql/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
  1. … 10 more files in changeset.
whitespace cleanup

    • -258
    • +249
    ./oracle/calendar-create.sql
    • -114
    • +114
    ./postgresql/calendar-create.sql
  1. … 1 more file in changeset.
calendar reform:

2.10.0d1: add table cal_uids and upsert operation for it

Add table cal_uids for CalDAV handling p o

New Function: cal_uid__upsert() p o

calendar::item::edit.cal_uid_upsert p o

calendar::item::new.insert_cal_uid p o

calendar.info

sql/oracle/cal-item-create.sql

sql/oracle/upgrade/upgrade-2.10.0d0-2.10.0d1.sql

sql/postgresql/cal-item-create.sql

sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql

tcl/cal-item-procs-oracle.xql

tcl/cal-item-procs-postgresql.xql

2.10.0d2:

Add location as optional last parameter to cal_item__new (14/15)

Oracle: code was already out of sync with postgres, parameter

package_id was missing

Requires acs_event__new with location support acs-events 0.6.2d1

calendar.info

sql/oracle/cal-item-create.sql

sql/oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql

sql/postgresql/cal-item-create.sql

sql/postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql

2.10.0d3:

Fix bug #3340: Delete acs_activity and recurrence,

when last cal_item referring to it is deleted.

calendar.info

sql/postgresql/cal-item-create.sql

sql/oracle/cal-item-create.sql

    • -0
    • +55
    ./oracle/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +110
    ./oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +128
    ./oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
    • -35
    • +131
    ./postgresql/cal-item-create.sql
    • -0
    • +60
    ./postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +55
    ./postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +45
    ./postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
  1. … 5 more files in changeset.
Fix typos

  1. … 14 more files in changeset.
Fix typos

  1. … 27 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
fix typos

  1. … 4 more files in changeset.
Modernize SQL (use $$ quoting and named function arguments)

    • -22
    • +22
    ./postgresql/cal-item-create.sql
    • -77
    • +74
    ./postgresql/calendar-create.sql
    • -7
    • +6
    ./postgresql/calendar-notifications-init.sql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -2
    • +2
    ./oracle/upgrade/upgrade-1.0-2.0d1.sql
  1. … 7830 more files in changeset.
Fix spelling errors

    • -2
    • +2
    ./oracle/upgrade/upgrade-1.0-2.0d1.sql
  1. … 18 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -73
    • +76
    ./postgresql/cal-item-create.sql
  1. … 2546 more files in changeset.
- 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.