• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

Merged archive-display and index page, cleaned up admin-links.

  1. … 12 more files in changeset.
Parameterized the header background color

  1. … 15 more files in changeset.
Added notifications to lars-blogger

  1. … 25 more files in changeset.
- Cleaned up templates. There's now a single template for displaying an entry, so it's always displayed consistently.\n- Moved lars_package_url_from_package_id into the core as apm_package_url_from_id.\n- Introduced a lars_blog_public_package_url proc so that's consistent, too.

  1. … 21 more files in changeset.
add missing ad_library calls

  1. … 13 more files in changeset.
Fixed the arguments to lars_blog_get_as_string_mem to be positional again