• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve page-contracts

  1. … 6 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 121 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- perform better checking on page number

  1. … 4 more files in changeset.
- add missing file www/news.adp

- get rid of error 'column "html_p" does not exist' when clicking on a

news item (bug from search, when viewing search result via

news__datasource)

- remove unneeded lib/item-postgres.xql file

- bump version number to 5.8.1d3

- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- fix/complete define_function_args

    • -25
    • +39
    ./sql/postgresql/news-create.sql
    • -170
    • +258
    ./sql/postgresql/news-package-create.sql
    • -8
    • +18
    ./sql/postgresql/upgrade/upgrade-4.1.0b-4.6.sql
    • -14
    • +23
    ./sql/postgresql/upgrade/upgrade-4.6-5.0d1.sql
- moved former www/news.{tcl,adp} to lib, since when it was called via www, it produced errors

file news.adp was initially added on branch oacs-5-8.

file news.tcl was initially added on branch oacs-5-8.

- use numeric comparison operator for truth value comparisons

- remove uneeded and broken file

- brace expressions

- bump version number

- modernize tcl

    • -17
    • +17
    ./tcl/test/news-db-test-init.tcl
- use <property name="doc(title)">

  1. … 44 more files in changeset.
- replace deprecated calls => export_vars

  1. … 14 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

    • -1
    • +1
    ./www/admin/revision-add-postgresql.xql
  1. … 1 more file in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_permission_p " by "permission::permission_p"

- replace deprecated "ad_require_permission" by "permission::require_permission"

PG 9.0 compatibility. Avoiding quering the root folder from dual.

PG 9.0 compatibility. Avoiding fetching next value of sequences using a view.

    • -2
    • +2
    ./sql/postgresql/news-package-create.sql
    • -0
    • +135
    ./sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
  1. … 3 more files in changeset.
Improve the RSS content format

Removed more of the text file upload stuff

Put back in a date check that might still be needed.

Removed the rest of the image stuff and also the file upload stuff as discussed

in honchos this morning.

Removed files related to unsupported and broken upload image option

Another brain-dead mistake (removing allhtml from values which can contain

some html tags).

Added a comment explaining the crucial role of the HTML tag check in

this script.

Oops I was disallowing unsafe HTML tags in non-HTML/enhanced news items

Removed the call to convert to html - this is handled by the new news.tcl

script. news.adp was previously shared by all the "display news" pages, so

I decided to have the conversion to html done in the shared include script,

too.

Forget to cvs remove two unneeded xql files.