lars-blogger-package-create.sql

  • last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
logic for updates setting draft were backwards in the search trigger, so publish instead deleted the indexed item rather than forcing an index

  1. … 3 more files in changeset.
The call to rss_gen_subscr.del was failing because it's a function and Oracle requires that we assign it's return value into a variable. So now we have a v_foo variable to accept the value. rss_gen_subscr.del should really be a procedure, not a function, but that's a much bigger fix and we may revamp RSS instead.

It may sound insane that I'm *finishing* porting of legacy, obsolete,

blogger-specific categories to Oracle, but because of its brokeness

my new stuff was broken too, so I had to fix it ... oh never mind

Recreate pinds_blog_entry.new to not insert into obsolete posted_date column

  1. … 3 more files in changeset.
Allow package uninstantiation

  1. … 5 more files in changeset.
Fixed install on Oracle: Ordering of category package and pinds_blog_entries table was reversed

    • -1
    • +100
    ./lars-blogger-package-create.sql
  1. … 1 more file in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -11
    • +11
    ./lars-blogger-package-create.sql
  1. … 275 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Fixed a number of bugs found by Janine, and made the index page more helpful when starting out. Also made the entry-edit page require a screen name to be set if we're in DisplayUserP mode.

  1. … 10 more files in changeset.
finished upgrade scripts, not tested yet

  1. … 6 more files in changeset.
added support for multiple users

  1. … 69 more files in changeset.
- Applied Joel Aufrect's patch to add title_url (with modifications)

- fixed bug #336 by adding a catch

- showing minimum 3 last postings

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

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

- fixed several bugs in the Oracle version

  1. … 20 more files in changeset.
Initial version of lars-blogger with PG and Oracle support

    • -0
    • +121
    ./lars-blogger-package-create.sql
  1. … 71 more files in changeset.