• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Fixed bug #993: DOS line endings

- Moved lars-blogger.css to www/resources, and got rid of the % hack, which is no longer necessary

  1. … 6 more files in changeset.
- allow uncategorized post. Fix bug #984

  1. … 1 more file in changeset.
Added categories support in Oracle, changed 0 for no category to null

  1. … 16 more files in changeset.
- Fixed bug #916: User with Write permission can Draft other user's entries

- Cleaned up permissions handling in a major way

- Using list builder for the draft entries list

  1. … 22 more files in changeset.
Completed trackback support. Added trackback parameters and explanation of what trackback is. It's turned on by default.

Finished trackback support. Added support for templated comments to include notice of which comments are trackback.

  1. … 3 more files in changeset.
correcting dependency info. Fixing the broken install::grant_gc_create proc

  1. … 1 more file in changeset.
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.