• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo in constraint name

Noquote bug

    • -1
    • +1
    /openacs-4/packages/calendar/www/view.adp
starting to debug bug 810 and added some debug printouts

Fixed bug: Request error when posting entry -- was bad Oracle query in the RSS datasource. While fixing, I wrote test cases to expose it, and while doing that I had to invent and restructure lots of API.

- Removed pages under /admin which are now under www

  1. … 20 more files in changeset.
file category-procs-oracle.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/packages/lars-blogger/tcl/category-procs-oracle.xql
file entry-test-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/packages/lars-blogger/tcl/test/entry-test-procs.tcl
file category-procs.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/packages/lars-blogger/tcl/category-procs.xql
file category-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/packages/lars-blogger/tcl/category-procs.tcl
file category-procs-postgresql.xql was initially added on branch oacs-5-0.

Changed the # delimiter to curly braces, so it is not interpreted as language keys

typo in get_property display_date: must be instead of

back-porting to 5.0 branch

giving Timo commit rights

making proc util::array_to_vars do proper quoting partially fixing bug 810. Kudos to Lars for teaching me about the merits of the list command...

providing a default for interval_type so that if you don't check anything you don't get a complaint when submitting the recurrance form

install page was broken in Oracle because it was trying to set an ad client property value larger than 4000 chars without settting -clob t in the call to ad_set_client_property

Granting Malte tree-wide commit (OCT member)

Fixed #1156 - show events properly if start_display_hour is set to anything but 0

Check that end_date is > start_date

Removed a hard-coded string => some more I18N

added start_date_before_end_date and start_time_before_end_time

use /usr/share/sgml/docbook/stylesheet/xsl/nwalsh in preference to /usr/share/sgml/docbook/xsl-stylesheets (debian wants the former)

updgrade...doh

Use lower(username) rather than upper(username), create case folded

indexes on postgres for username, email, screen_name, move some of

the queries in community-core-procs to .xql file.

rename the updgrade files...doh!

file upgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0.

small fixes on the catalog files

Merging changes (which had accidentally been committed to head) to oacs-5-0.

Fixed bug #1192: typo

- Added a band aid solution to element-ave.tcl to flip the form into edit mode if it caught a spelling error, to make the OK button appear.

- curriculum-ave.tcl: made sure that spelling-errors are displayed in display mode.

- context now uses [list] so that the title part of the bar displays correctly.

Don't perform spell-checking on elemets which are in display mode.