• last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
provide better error messages

new feature: offer swa the ability to view compiled template

  1. … 1 more file in changeset.
strengthen page contracts a little.

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 467 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 218 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
Rework variable assigning loop

Fix typos

  1. … 5 more files in changeset.
Fix typo

strengthen page contracts

pCVS: ----------------------------------------------------------------------

Use consistently ad_script_abort after ad_return_warning

  1. … 3 more files in changeset.
Fix typo in error message

remove spurious brace

reduce number of swallowing catch operations

  1. … 1 more file in changeset.
make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -2
    • +2
    ./plsql-subprograms-all-postgresql.xql
  1. … 7820 more files in changeset.
Standardize spellings

  1. … 1 more file in changeset.
Fix spelling errors

  1. … 25 more files in changeset.
- use ::template::csrf::validate instead of security::csrf::validate

- add package parameter ValidateCSRFP

- bump version number to 5.9.1d4

  1. … 1 more file in changeset.
- make boolean tests in .adp files more uniform

  1. … 53 more files in changeset.
- move global declaration up the file

- add csrf token to exported list on "show deprecated" link

- improve URL on error page

- apidoc::get_doc_url: factor out common code to reduce redundancy

- OpenACS PL/SQL API Search: add number ot arguments, modernize adp,

better separation of multiple psql functions

- fix postgres search url on api-doc/index page

- add missing csrf protection to NaviServer/AOLserver search box

- bump version number to 5.9.1d3

    • -2
    • +2
    ./plsql-subprograms-all-postgresql.xql
  1. … 4 more files in changeset.
- replace <b> and <i> tags by <strong> and <em> tags

- add editor hints to .vuh files

  1. … 30 more files in changeset.
- simplify script

- handle source_p set to empty via client property in all cases the same way