• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use @return in the proc documentation

  1. … 2 more files in changeset.
Provide a minimal documentation to public procs

Update italian translation

    • -0
    • +1
    ./catalog/calendar.it_IT.ISO-8859-1.xml
  1. … 3 more files in changeset.
Fix typo

Fix typo

Brace and rework expressions + Whitespace changes

  1. … 4 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/oracle/upgrade/upgrade-1.0-2.0d1.sql
  1. … 9 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
put the correct function into upgrade script

Add Spanish translation for new message key

    • -0
    • +1
    ./catalog/calendar.es_ES.ISO-8859-1.xml
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

    • -1
    • +4
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -0
    • +34
    ./sql/oracle/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
    • -0
    • +174
    ./sql/oracle/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
    • -3
    • +10
    ./sql/postgresql/cal-item-create.sql
    • -0
    • +56
    ./sql/postgresql/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
regenerated documentation

make spelliing more uniform

Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typo + Whitespace

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)