• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

Try to avoid interference between two different table widgets rendered on the same page: fetch sorting column by prefixing by the table name

Crosscutting reform to ease configurability of xo* applications

acs-admin

- Provide support for site-wide packages

Site-wide packages can be used to provide a common

place for site-wide admins to configure application packages

and for testing purposes. These packages are mounted

on a special subsite (named "site-die") under acs-admin/

to avoid confusions for end-users of the site.

The site-wide subsite can be used as well for creating testing

instances or for other testing purposes.

- bump version number to 5.10.0d9

xotcl-core

- Added support for site-wide packages.

Packages can define, how site-wide packages

should be configured

- Changed Package-level procs into instprocs

of the meta-class. This way, generic code can be

provided for common handling across packages.

This effects:

- configure_fresh_instance

- get_site_wide_page

- import_prototype_page

- lookup_side_wide_page

- require_site_wide_info

- require_site_wide_pages

- bump version number to 5.10.0d24

xowiki

- provide configurable configuration info for new packages

(including site-wide packages)

- search for prototype pages along inheritance path

- moved Parameter.page prototype here

- added "table-of-contents" prototype page

- perform refactoring due to moving methods to the

meta-class

- reduce usage of anonymous arrays

- bump version number to 5.10.0d49

xowf

- simplify apm callback and use new infrastructure

- provide configurable configuration info for new packages

(including site-wide packages)

- bump version number to 5.10.0d14

  1. … 14 more files in changeset.
add saftey-belt for missing CSSclass attributes

  1. … 1 more file in changeset.
improve stylability

add support in form-fields to add css class for td in TableWidget and whitespace changes

add method for saveing/restoring perconnection_parameters

VS: ----------------------------------------------------------------------

add method for deep copy of ordered composites

fix indentation, make it easier to grep for definiton of namespaced classes

make sure that parseargs treats argument as a single one

Rename 'require_html_procs'

Add 'require_html_procs' to the ::xo namespace in order to be compliant with OpenACS naming standards

  1. … 3 more files in changeset.
Remove leading colons in XOTcl methods while adding them to the documentation nsvs, to keep coherence among the different ways of adding proc doc in the system and avoid duplication

re-enable source_dependent operation (not clear, why this was commented out)

make passing name for temp tables optional

Address suggestion from issue #3420

Move root_of_host to acs:: namespace, replace occurrences, create deprecated wrapper

  1. … 1 more file in changeset.
prefer all caps spelling for SQL

  1. … 1 more file in changeset.
provide interface for setting query parameter

remove one dependency on jquery

reuse the hardcoded bootstrap version (maybe add later fallback, when openacs-bootstrap3 is not defined)

provide API to unset query and connection parameters

fullow usual line breaking conventions

use ad_return_complaint for invalid query parameter parsing (at least in connection threads)

new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

  1. … 6 more files in changeset.
clean dirty editor buffer

fix bug in basic authentication, when user password contains a colon

improve spelling

    • -1
    • +1
    ./test/xotcl-core-db-tutorial-procs.tcl
improve error message in case the value is not validated: return the proper variable name

Allow valuecheckers to be specified in query_parameter calls (implemented via argument checking)

Example: :query_parameter return_url:localurl /

add value checker for localurls