• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace cleanup

  1. … 2 more files 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
    • +60
    ./upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +55
    ./upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +45
    ./upgrade/upgrade-2.10.0d2-2.10.0d3.sql
  1. … 9 more files in changeset.
Fix typos

  1. … 15 more files in changeset.
Fix typos

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

  1. … 84 more files in changeset.
fix typos

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

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7833 more files in changeset.
Fix spelling errors

  1. … 21 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  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
    ./upgrade/upgrade-2.6.1d2-2.6.1d3.sql
- modernize SQL (dollar quoting, function definition)

- complete function args

- bump version number

  1. … 1 more file in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

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

  1. … 2476 more files in changeset.
adding index cal_items_on_which_calendar_idx for performance improvements

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

    • -0
    • +0
    ./upgrade/upgrade-2.1.0b4-2.1.0b5.sql
  1. … 1 more file in changeset.
Removed unused functions

  1. … 1 more file in changeset.
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
    ./calendar-notifications-init.sql
  1. … 11 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.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 597 more files in changeset.
file upgrade-2.0d1-2.0b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-2.0d1-2.0b2.sql
  1. … 1 more file in changeset.
- 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

  1. … 50 more files in changeset.
Typo in constraint name

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

  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 ...

  1. … 50 more files in changeset.
typo fix to calendar delete from deds castillo. fixes bug #9

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.