• last updated 30 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #1192: typo

Change the all_users to acs_users_all, bump version to 5.0.0b3, provide

upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.

fixes bug 1174.

  1. … 9 more files in changeset.
query pinds_blog_entry__url not oracle compatible, moved it to xql files

    • -0
    • +15
    ./tcl/pinds-blog-entry-sc-procs-oracle.xql
    • -0
    • +15
    ./tcl/pinds-blog-entry-sc-procs-postgresql.xql
file pinds-blog-entry-sc-procs-oracle.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./tcl/pinds-blog-entry-sc-procs-oracle.xql
file pinds-blog-entry-sc-procs-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./tcl/pinds-blog-entry-sc-procs-postgresql.xql
fixed bug #926

fixed bug #926

adding scripts for automated testing

    • -0
    • +37
    ./tcl/test/lars-blogger-procs.tcl
cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today

  1. … 19 more files in changeset.
add -- to all string_truncate calls

  1. … 11 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

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

    • -94
    • +1
    ./sql/oracle/lars-blogger-categories-create.sql
    • -1
    • +100
    ./sql/oracle/lars-blogger-package-create.sql
Fixed bug: Blog content starting with hyphen (-) causes pages to break

Renamed upgrade-0.8.5-9.0 to upgrade-0.8.9-9.0

    • -132
    • +0
    ./sql/oracle/upgrade/upgrade-0.8.5-0.9.sql
    • -0
    • +132
    ./sql/oracle/upgrade/upgrade-0.8.9-9.0.sql
    • -177
    • +0
    ./sql/postgresql/upgrade/upgrade-0.8.5-0.9.sql
    • -0
    • +177
    ./sql/postgresql/upgrade/upgrade-0.8.9-9.0.sql
- Fixed bug #993: DOS line endings

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

    • -0
    • +94
    ./www/resources/lars-blogger.css
- allow uncategorized post. Fix bug #984

Added categories support in Oracle, changed 0 for no category to null

    • -0
    • +134
    ./sql/oracle/lars-blogger-categories-create.sql
    • -0
    • +12
    ./sql/oracle/lars-blogger-categories-drop.sql
    • -0
    • +138
    ./sql/oracle/upgrade/upgrade-0.9.3-1.0d1.sql
    • -2
    • +4
    ./sql/postgresql/lars-blogger-create.sql
    • -4
    • +99
    ./sql/postgresql/upgrade/upgrade-0.9.3-1.0d1.sql
    • -0
    • +22
    ./www/category-edit-oracle.xql
    • -0
    • +20
    ./www/category-edit-postgresql.xql
- 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. … 8 more files in changeset.
Must have admin to delete a category, because categories are package-wide

Redirect back to page after creating a category - otherwise creating a new category will actually edit the last one

we already have the package_id

Cleaned up code to get the category list

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +204
    ./sql/oracle/upgrade/upgrade-1.0d1-1.0d2.sql
  1. … 23 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 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.

Paramters.tcl accepts optional section paramtere to limit the list to just one

section.

correcting dependency info. Fixing the broken install::grant_gc_create proc

Added incoming trackback support. I still have to add outgoing

support and think about how to display trackback/comments.

    • -0
    • +24
    ./tcl/install-procs.tcl
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
    ./sql/oracle/lars-blogger-package-create.sql
  1. … 270 more files in changeset.
Require admin priv for editing categories