• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework variable assignment (set -> lassign)

    • -43
    • +42
    ./tcl/calendar-callback-procs.tcl
  1. … 11 more files in changeset.
improve width of .day-entry-item (65px was way too small as a default)CVS: ----------------------------------------------------------------------

improve tailorability by separating name of event and time span

whitespace cleanup

    • -258
    • +249
    ./sql/oracle/calendar-create.sql
    • -114
    • +114
    ./sql/postgresql/calendar-create.sql
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

    • -13
    • +103
    ./sql/oracle/cal-item-create.sql
    • -0
    • +55
    ./sql/oracle/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +110
    ./sql/oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +128
    ./sql/oracle/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
    • -35
    • +131
    ./sql/postgresql/cal-item-create.sql
    • -0
    • +60
    ./sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
    • -0
    • +55
    ./sql/postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +45
    ./sql/postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
    • -1
    • +10
    ./tcl/cal-item-procs-postgresql.xql
calendar::get: return result also a dict, don't require array

add test case illustrating behavior on acs_activities and recurrences, when single cal_items are deleted

    • -12
    • +167
    ./tcl/test/cal-item-procs.tcl
bump versions of packages with DotLRN style version numbering to HEAD numbers (2.10.0*)

  1. … 35 more files in changeset.
Fix typos

  1. … 14 more files in changeset.
Fix typos

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

  1. … 84 more files in changeset.
whitespace cleanup

Use ad_include_contract instead of implicit variable guessing

- fix for issue #2017: let calendar::item::add_recurrence return recurrence_id

- mark calendar_item_add_recurrence as deprecated (use

calendar::item::add_recurrence instead)

add return_url to to add_url on view-one-day-display

fix typos

  1. … 4 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -0
    • +1
    ./www/cal-item-delete-all-occurrences.tcl
  1. … 5 more files in changeset.
Make so that these clauses are really clauses and not time intervals, as downstream code will be hacky otherwise

Reduce divergencies between oracle and postgres codebase

Reduce divergencies between oracle and postgres codebase

    • -134
    • +0
    ./tcl/cal-item-procs-postgresql.xql
Tolerate the same request variable specified multiple times

We use export_vars as arbiter to decide how this will be treated.

Also remove some postgres/oracle divergence

Modernize SQL (use $$ quoting and named function arguments)

    • -22
    • +22
    ./sql/postgresql/cal-item-create.sql
    • -77
    • +74
    ./sql/postgresql/calendar-create.sql
    • -12
    • +11
    ./sql/postgresql/calendar-drop.sql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -4
    • +52
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -2
    • +6
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -11
    • +73
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -2
    • +2
    ./sql/oracle/upgrade/upgrade-1.0-2.0d1.sql
    • -0
    • +6
    ./tcl/calendar-compatibility-procs.tcl
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 250 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
Standardize spellings of names

  1. … 10 more files in changeset.
Fix typo in html attributes definition (this enables proper styling and input checks).

Put formwidget directly into markup, otherwise the templating system complains about missing id for the submit widget.

Don't show time interval when choosing recurrence in case of all day events

Fixed date format validate expression