• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding Merge implementations for news

Adding news implementations for the callbacks MergePackageUser and MergeShowUserInfo

file news-callback-procs.tcl was added on branch oacs-5-2 on 2005-07-19 22:01:28 +0000

added

    • -0
    • +13
    ./news-callback-procs-postgresql.xql
    • -0
    • +106
    ./news-callback-procs.tcl
procs to associate an image with an news article

make getting url work for item_id when > 1 rev, make revision_set_active denormalize the title to acs_objects

  1. … 2 more files in changeset.
add the upgrade script, make news__url work for item or revision

  1. … 1 more file in changeset.
make search rss support work, make nice urls work, propigate title to acs_objects

  1. … 12 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

    • -1127
    • +1127
    ./test/news-db-test-init.tcl
  1. … 25 more files in changeset.
typo removed close brace

removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
add lead and associated image to news story, clean up markup some, break package, views out from create.sql

  1. … 51 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 317 more files in changeset.
Moving query news__rss_datasource.get_news_items out to database-specific xql files.

removing pg-centric 'now' argument in rss subscription add and setting to empty string

Fix missing required parameter.

Add RSS support to news

  1. … 8 more files in changeset.
file news-apm-callback-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./news-apm-callback-procs.tcl
bind the news contracts with a tcl spec

  1. … 5 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Switch news__datasource to call content_search__datasource directly

instead of trying to invoke the service contract implementation for

cotnent_revision which may not be enabled.

Fixed #843 by adding site_node::delete in the destructor of the init class

fixed admin index bug, internationalized

  1. … 6 more files in changeset.
to_timestamptz didn't work so using to_timestamp instead

    • -1
    • +1
    ./test/news-db-test-init-postgresql.xql
making the news Tcl API tests work with the new status plsql function

    • -1
    • +1
    ./test/news-db-test-init-postgresql.xql
fixing bug 240 - internationalization of news publish status. Making the PLSQL function news_status return only a short name status instead of human readable text. Instead generating human readable text from new Tcl proc news_pretty_status. Bumping version number to 5.0d1. Providing an automated test covering both functions.

    • -0
    • +12
    ./test/news-test-procs-oracle.xql
    • -0
    • +12
    ./test/news-test-procs-postgresql.xql
  1. … 7 more files in changeset.
writing a Tcl proc with accompanying test case to replace the news__status plsql function. TODO: replace usage of plsql function with Tcl proc and update view

    • -0
    • +70
    ./test/news-test-procs.tcl
  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)

  1. … 272 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.
removing unconventional '*SQL*' string from sql in db statement