• last updated 28 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./tcl/news-callback-procs-postgresql.xql
    • -0
    • +106
    ./tcl/news-callback-procs.tcl
procs to associate an image with an news article

explicit path to news .adp

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

    • -12
    • +16
    ./sql/postgresql/news-package-create.sql
add the upgrade script, make news__url work for item or revision

    • -0
    • +128
    ./sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql
file news.ms_my.utf-8.xml was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

remove the unused .ms_my locale files which conflict with the ms_MY on OS X and are just confusing to keep around

  1. … 36 more files in changeset.
file item-oracle.xql was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

file item.tcl was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

file item-postgresql.xql was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

make search rss support work, make nice urls work, propigate title to acs_objects

    • -0
    • +29
    ./lib/item-oracle.xql
    • -0
    • +21
    ./lib/item-postgresql.xql
    • -30
    • +36
    ./sql/postgresql/news-package-create.sql
add some keys for the admin interface

spurious close brace -- patch from simon

merge news rss over from 5.1

fix error message i18n

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
file news.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

file news.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/news.es_CO.ISO-8859-1.xml
file news.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

file news.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/news.en_AU.ISO-8859-1.xml
*** empty log message ***

    • -0
    • +121
    ./catalog/news.en_AU.ISO-8859-1.xml
    • -0
    • +117
    ./catalog/news.es_CO.ISO-8859-1.xml
  1. … 89 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
    ./tcl/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. … 42 more files in changeset.
add lead and associated image to news story, clean up markup some, break package, views out from create.sql

    • -0
    • +578
    ./sql/oracle/news-package-create.sql
    • -0
    • +206
    ./sql/oracle/news-views-create.sql
    • -0
    • +8
    ./sql/oracle/news-views-drop.sql
    • -0
    • +796
    ./sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -719
    • +19
    ./sql/postgresql/news-create.sql
    • -0
    • +505
    ./sql/postgresql/news-package-create.sql
    • -0
    • +7
    ./sql/postgresql/news-package-drop.sql
    • -0
    • +217
    ./sql/postgresql/news-views-create.sql
    • -0
    • +8
    ./sql/postgresql/news-views-drop.sql
    • -0
    • +388
    ./sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 38 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. … 309 more files in changeset.
Bump version number for oracle fixes to rss support.

Moving query news__rss_datasource.get_news_items out to database-specific xql files.