• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 597 more files in changeset.
allow package to be dropped cleanly

split out pl from ddl

    • -72
    • +2
    ./lars-blogger-categories-create.sql
    • -0
    • +79
    ./lars-blogger-categories-pb.sql
    • -0
    • +174
    ./lars-blogger-pb.sql
  1. … 2 more files in changeset.
fix the category __name method, bump version to 1.0a3, and provide upgrade script

  1. … 1 more file in changeset.
file upgrade-1.0a2-1.0a3.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-1.0a2-1.0a3.sql
Renamed upgrade-0.8.5-9.0 to upgrade-0.8.9-9.0

    • -0
    • +177
    ./upgrade/upgrade-0.8.9-9.0.sql
  1. … 2 more files in changeset.
Added categories support in Oracle, changed 0 for no category to null

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

    • -0
    • +106
    ./lars-blogger-categories-create.sql
    • -0
    • +12
    ./lars-blogger-categories-drop.sql
    • -0
    • +85
    ./upgrade/upgrade-0.9.3-1.0d1.sql
  1. … 25 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. … 809 more files in changeset.
Remove name method from weblogger_channels, since the function isn't defined, and it's not needed

fixed an embarrassing amount of bugs, now let us have fun! :)

  1. … 34 more files in changeset.
adding missing parameter update to upgrade script

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

  1. … 5 more files in changeset.
file upgrade-0.8.5-0.9.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.8.5-0.9.sql
  1. … 1 more file in changeset.
added support for multiple users

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

  1. … 12 more files in changeset.
file upgrade-0.8.4-0.8.5.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-0.8.4-0.8.5.sql
  1. … 1 more file 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. … 26 more files in changeset.
Merged over changes from HEAD

  1. … 34 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. … 38 more files in changeset.
Fixes in rss-support:

- bind the rss service contract implementation

- provide a link on admin page to setup/manage rss feed

- require rss-support package

    • -0
    • +15
    ./upgrade/upgrade-0.8.3-0.8.4.sql
  1. … 9 more files in changeset.
- Upgraded lars-blogger to use the new richtext widget;

- fixed several bugs in the Oracle version

    • -0
    • +71
    ./upgrade/upgrade-0.8.2-0.8.3.sql
  1. … 19 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 53 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 53 more files in changeset.
merge from oacs-4-6

    • -0
    • +20
    ./upgrade/lars-blogger-sc-index.sql
  1. … 98 more files in changeset.
file lars-blogger-sc-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./lars-blogger-sc-create.sql
file lars-blogger-sc-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./lars-blogger-sc-drop.sql
file lars-blogger-sc-index.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/lars-blogger-sc-index.sql
Added search.

    • -0
    • +20
    ./upgrade/lars-blogger-sc-index.sql
  1. … 2 more files in changeset.
lowercase name_method

Fixed bug, thanks to Malte.