• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace deprecated api

  1. … 1 more file in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Fix the page order swapping UI

- the page used to assume that tree_sortkey was not unique, but it is. Implement a silly swapping logic to overcome this

- introduce input validation

- rework db idioms

- fix indentation

Notice that the whole script relies on the tree_sortkey column on cr_items, which does not seem to exist on Oracle.

  1. … 1 more file in changeset.
Provide client and server side validation

add missing ad_script_abort

Stop using deprecated proc site_map_unmount_application

Use consistently ad_script_abort after ad_return_warning

  1. … 5 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 25 more files in changeset.
Fix broken links

- replace deprecated tags in documentation pages

  1. … 5 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

- modernize tcl

  1. … 5 more files in changeset.
- update documentation

  1. … 17 more files in changeset.
- let package doc files start with H1

  1. … 9 more files in changeset.
- update/add .adp files for documentation

    • -0
    • +82
    ./doc/applications.adp
    • -0
    • +98
    ./doc/contenttypes.adp
  1. … 17 more files in changeset.
- fix bug in content-type creation: etp created entries in acs_object_types for non-existing table_names and non-existing id_columns

- fix HTML vality of several pages

- bump version number

  1. … 4 more files in changeset.
- fix and standardize quoting in template properties

  1. … 172 more files in changeset.
- standardize url construction

  1. … 1 more file in changeset.
- make HTML valid

- protect against XSS attacks

  1. … 1 more file in changeset.
- improve page-contracts

  1. … 37 more files in changeset.
- improve performance of by using precomputed :folder_id instead of

etp__get_folder_id() in SQL query

- use ad_proc's argument parser instead of local implmentation in get_content_items

- use numeric comparison operator for truth value comparisons

  1. … 4 more files in changeset.
- use "in" operator instead of lsearch

  1. … 1 more file in changeset.
- use property "doc(title)" instead of property "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl

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

  1. … 7 more files in changeset.
- replace deprecated "site_node_closest_ancestor_package_url" by "lindex [site_node::get_url_from_object_id -object_id [site_node::closest_ancestor_package ...]] 0"

- modernize tcl

  1. … 4 more files in changeset.
- remove deprecated calls

  1. … 1 more file in changeset.
Bug #3215. Plus changing fetching nextval of sequences.

  1. … 3 more files in changeset.
Fix bug#1601

  1. … 1 more file in changeset.
remove unused .xql files, rename a couple misnamed xql files, fix elements-display.adp to not embed lots of tcl, add some interface status things

  1. … 17 more files in changeset.
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.