• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix broken link

  1. … 1 more file in changeset.
Fix typos

  1. … 4 more files in changeset.
- use attribute "placeholder" rather than onfocus handler

- add templated file

    • -0
    • +222
    ./www/doc/bug-tracker-spec.adp
- modernize SQL

    • -182
    • +225
    ./sql/postgresql/bug-tracker-create.sql
    • -16
    • +16
    ./sql/postgresql/bug-tracker-search-triggers-create.sql
- reflow long lines

- quote subst-ed values

- reduce the dependencies on acs_object_party_privilege_map for PostgreSQL

- strengthen page contract and minor cleanup

- restrict format to "table" since "list" has non-trivial message key substitutions problems

- allow post requests only from logged-in users

- strengthen page contracts for return_urls

- fix case, where deleted_p is not set

- protect against too large bug numbers (causes pg errors)

- don't access @patch.patch_id@ for displayed_object_id, if it does

not exist (view mode)

- don't perform message key subsitution in user contributed bug description

- add csrf protection for search

- improve validity of HTML

- turn .html file into a .adp file

    • -0
    • +339
    ./www/doc/mockup-index.adp
- add missing index on creation_user

- bump version number to 1.6d5

    • -0
    • +1
    ./sql/postgresql/bug-tracker-create.sql
    • -0
    • +1
    ./sql/postgresql/upgrade-1.6d4-1.6d5.sql
- minor cleanup

- validate show_patch_status properly

- provide default value for desc_format

- handle invalid input message from bug-tracker via datasource error (not perfect, but better)

- revise last patch

- - fix bug, when "description" is not set either

CVS: ----------------------------------------------------------------------

- improve robustness against invalid input

- fix bug, when desc_format is not set

- use consistently ns_quotehtml

- don't quote message keys in summary field in bugs table

- harden page contract

- fix overquoting

- reduce verbosity

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 8 more files in changeset.