• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Quick fix for a problem with entries starting at 0h. This should be cleaned up though.

adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

    • -0
    • +3
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.es_ES.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.nl_NL.ISO-8859-1.xml
    • -0
    • +4
    ./catalog/calendar.pt_BR.ISO-8859-1.xml
  1. … 87 more files in changeset.
file calendar.RO_RO.utf-8.xml was initially added on branch oacs-5-0.

    • -0
    • +0
    ./catalog/calendar.RO_RO.utf-8.xml
file calendar.FA_IR.utf-8.xml was initially added on branch oacs-5-0.

    • -0
    • +0
    ./catalog/calendar.FA_IR.utf-8.xml
committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS).

    • -0
    • +114
    ./catalog/calendar.RO_RO.utf-8.xml
    • -29
    • +30
    ./catalog/calendar.da_DK.ISO-8859-1.xml
    • -26
    • +28
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/calendar.fr_FR.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/calendar.it_IT.ISO-8859-1.xml
    • -15
    • +15
    ./catalog/calendar.nl_NL.ISO-8859-1.xml
  1. … 176 more files in changeset.
Removed some html clutter

Removed duplicate requirement for notifications. Bug #1469 ...

Added get_url proc so that notifications work properly.

Added notifications as a required package.

Removed unused functions

    • -53
    • +1
    ./sql/postgresql/cal-item-create.sql
Links to days outside of the current month did not work.

ul.action-links

Added some paragraphs. Want them to be backed up.

Removed a lot of crap (this time by me)

Rmoved - it is either obvious nor not true anymore.

Removed crufty old code, fixed package creation

    • -181
    • +1
    ./sql/oracle/calendar-create.sql
Fixed the queries for Oracle

Require notifications.

Added notifications to Oracle. It's currently broken because acs-mail-lite is broken, but my code works syntactically at least.

    • -0
    • +56
    ./sql/oracle/calendar-notifications-init.sql
Added a newline

Removed open message key. (Typo)

    • -1
    • +0
    ./catalog/calendar.en_US.ISO-8859-1.xml
Added notifications to calendar. Currently works only for PostgreSQL, will do the port to Oracle in the next 4 weeks.

    • -0
    • +3
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -0
    • +64
    ./sql/postgresql/calendar-notifications-init.sql
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.

    • -613
    • +5
    ./sql/postgresql/calendar-create.sql
Updated the info file

Removed unnecessary comment

Removed a broken query

    • -20
    • +0
    ./www/view-week-display-postgresql.xql
Lumped all the different view-pages' query into one thus drastically slashing the amount of code that looks subtly different but effectively always retrieves calendar items for a particular interval.

    • -39
    • +0
    ./www/view-list-display-postgresql.xql
    • -33
    • +0
    ./www/view-month-display-oracle.xql
    • -34
    • +0
    ./www/view-month-display-postgresql.xql
    • -79
    • +0
    ./www/view-one-day-display-oracle.xql
    • -79
    • +0
    ./www/view-one-day-display-postgresql.xql
    • -13
    • +3
    ./www/view-week-display-postgresql.xql
    • -0
    • +53
    ./www/views-oracle.xql
    • -0
    • +49
    ./www/views-postgresql.xql
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as a bind variable to the database. Instead I have hard-wired the format string into the database which means less code and maybe even slightly more efficiency.

    • -2
    • +2
    ./www/view-list-display-postgresql.xql
    • -4
    • +4
    ./www/view-month-display-postgresql.xql
    • -6
    • +6
    ./www/view-one-day-display-postgresql.xql
    • -6
    • +6
    ./www/view-week-display-postgresql.xql
Moved cal-item-2-procs stuff into cal-item-procs. i

Moved all procs into calendar::item namespace.

Removed unused queries.

    • -105
    • +0
    ./tcl/cal-item-2-procs-oracle.xql
    • -101
    • +0
    ./tcl/cal-item-2-procs-postgresql.xql
    • -20
    • +116
    ./tcl/cal-item-procs-oracle.xql
    • -17
    • +111
    ./tcl/cal-item-procs-postgresql.xql
    • -1
    • +1
    ./www/cal-item-delete-all-occurrences.tcl
removed unused proc calendar_public_p

removed proc calendar_update which did exactly the same as rename - but wasn't that aptly named

moved calendar_get_name into calendar namespace

removed queries that were duplicated both in tcl and in xql files.

removed obviously unnecessary comments