• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
replace array by dict

  1. … 1 more file in changeset.
improve wording

  1. … 2 more files in changeset.
add modification_date as default hidden field for sorting of form-usages

improve spelling

  1. … 19 more files in changeset.
fix overquoting

improve SQL quoting

  1. … 5 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
factor out table-widget-procs from includelet procs

  1. … 1 more file in changeset.
split up large method into three

  1. … 1 more file in changeset.
encode includelet key to achieve higher robustness and preserve url-parameter checking

  1. … 1 more file in changeset.
the includelet_key (as defined) may contain arbitraty characters.

Maybe, the key should be encoded in the future, but for now we keep this

for compatibility with potential applications

  1. … 1 more file in changeset.
includelet form-usages: support additional button "slim_publish_status" for display similar to child-resource

ensure nonce is substituted in subst

Prefer api to retrieve csp nonce, as it performs useful existance checks

  1. … 3 more files in changeset.
- Page.create_raw_form_field:

+ add flag to control nls_language (if not used, behave like before)

- form-usages:

+ add "-date_format" flag to control formatting of dates

+ use nls_language of embedding page for form-fields in includelet

- break overlong lines

  1. … 1 more file in changeset.
Improve comments

prevent double encoding

Rename clock_to_ansi to lc_clock_to_ansi to comply with naming convention, replace occurrences, create deprecated wrapper

  1. … 5 more files in changeset.
add duplicate button support to form-usages

correct links to multiple form pages (when provided)

whitespace changes

includelet form-usages: provide all used forms as links, when multiple forms are used as source

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

reduce verbosity

new parameter -return_irl for form-usages to control page to return to after e.g. editing the page.

sort available-formfields by displayed class-name, not via fully qualified class-name

new includelet for documentation purposes: available-formfields

improve input validaton on query variables

  1. … 7 more files in changeset.
base includelet "unresolved-references" on new table "xowiki_unresolved_references"

address issue #3426: maintain a table of unresolved references

These unresolved references are local links of the form [[...]]). Since

backlink references (e.g. {{my-references}}) are mainted on on page edits

via ids, dead links could not be maintained this way.

A new table is created to maintain such dead links, and refreshes references

to dead links, when such pages are created.

  1. … 2 more files in changeset.
Add documentation to includelets

  1. … 3 more files in changeset.