• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added incoming trackback support. I still have to add outgoing

support and think about how to display trackback/comments.

  1. … 2 more files in changeset.
Support for categories in RSS

Removed pubDate, it's not being set by rss-support

Add support for a package specific blog stylesheet.

  1. … 8 more files in changeset.
Added support for categories

  1. … 25 more files in changeset.
Fixed timezone RSS support: Always convert times to GMT

Added support for RSS 2.0

  1. … 2 more files in changeset.
Removed final instance of "This incident has been logged.".

This closes bug #814.

"Security Violation" nitpick for bug #184.

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -10
    • +53
    ./lars-blogger-procs-postgresql.xql
  1. … 803 more files in changeset.
fixed an embarrassing amount of bugs, now let us have fun! :)

    • -4
    • +22
    ./lars-blogger-procs-postgresql.xql
  1. … 23 more files in changeset.
changed the 3rd argument in create_instance_channel query from '' to NULL

Added dummy implementations of the notification type service contract to at least prevent hard errors until we get around to accepting replies for real.

file notification-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./notification-procs.tcl
file lars-blogger-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./lars-blogger-procs.xql
added support for multiple users

    • -11
    • +35
    ./lars-blogger-procs-postgresql.xql
  1. … 60 more files in changeset.
Fixed notifications to include title_url

  1. … 2 more files in changeset.
Fixed so RSS feeds works with Oracle, plus a few other mior fixes

  1. … 12 more files in changeset.
Fixed bug when content starts with dash.

- Applied Joel Aufrect's patch to add title_url (with modifications)

- fixed bug #336 by adding a catch

- showing minimum 3 last postings

  1. … 24 more files in changeset.
Merged over changes from HEAD

  1. … 32 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 39 more files in changeset.
Bug #202: Moved the PG-specific query to the -poostgresql file

fix postgresisms bug 200 and bug 201

  1. … 1 more file in changeset.
- Upgraded lars-blogger to use the new richtext widget;

- fixed several bugs in the Oracle version

    • -0
    • +33
    ./entry-procs-oracle.xql
    • -0
    • +32
    ./entry-procs-postgresql.xql
  1. … 14 more files in changeset.
merge from oacs-4-6

  1. … 100 more files in changeset.
Added search.

  1. … 6 more files in changeset.
file pinds-blog-entry-sc-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./pinds-blog-entry-sc-procs.tcl
Applied patch #503 to fix bug #1914: Problem with posted_date and timezones

make timestamps ISO 8601 compliant. Get the TZ offset as the current TZ offset which is wrong but only off by 1hr at most (unlike the hardcoded -0600)