• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 21 more files in changeset.
Replace ad_decode idioms

  1. … 2 more files in changeset.
Replace ad_decode idiom and unnest expr

fix overquoting in notification-widget

  1. … 6 more files in changeset.
add German translation for location.

    • -0
    • +1
    ./catalog/calendar.de_DE.ISO-8859-1.xml
Fix typo in doc

Add a callback hook to put logic before calendar item deletion

    • -0
    • +15
    ./tcl/calendar-callback-hooks-procs.tcl
make tested API calls explicit

  1. … 5 more files in changeset.
prefer "aa_equals" over "aa_true"+"string equal"

  1. … 5 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Make acs_attribute boolean when the table type is boolean

    • -0
    • +8
    ./sql/postgresql/upgrade/upgrade-2.10.0d4-2.10.0d5.sql
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- Add mising @param

- Add missing @author

- @creation_date -> @creation-date

- @creation-user -> @author

- Fix typos

  1. … 8 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

    • -1
    • +1
    ./tcl/calendar-compatibility-procs.tcl
  1. … 368 more files in changeset.
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