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

Rework variable assigning loops (set -> lassign)

Rework variable assignment (set -> lassign)

    • -173
    • +160
    /openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl
Rework variable assigning loops (set -> lassign)

Fix typos

Rework variable assigning loop

Fix typos

Prefer string comparison operators to 'string equal' and 'empty_string_p'

Rework array size expression

Prefer string comparison operators to 'string equal' and 'empty_string_p'

Use proper natural number default instead of empty string for page number (defaults to 0)

Use proper natural number default instead of empty string

Rework conditional expressions (prefer 'in' to lsearch, replace unnecessary 'info exists')

Fix typos

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

remove parens

fix typos

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fix typos

fix typos

whitespace cleanup

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

fix type reference for oracle

Fix boolean attributes for HTML5 input type 'number'

(and remove duplicate occurance of 'value')

Prefer string operators over empty_string_p. Whitespace changes.

Remove extra bracket

Fix typos

Fix typos

Prefer string operators and 'info exists' over 'string equal', empty_string_p and exists_and_not_null

Fix typos