• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- remove unneeded xql statements

    • -19
    • +0
    ./plsql-utility-procs-postgresql.xql
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 12 more files in changeset.
- new api calls "subsite::save_theme_parameters_as_default" and "subsite::update_subsite_theme"

for developers to update the subsite theme parameters

- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- revert change from sept 15, introducing display_template_sm (not needed)

- adding display_template_sm, a display template for small displays

- add streaming_head to subsite_themes

  1. … 5 more files in changeset.
- improve indentation, remove tabs

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 740 more files in changeset.
- fix quoting and typo

  1. … 1 more file in changeset.
- added optional flag -include_all to subsite_navigation::define_pageflow to return all subgroups in the resulting multirow (useful for pull-down menus)

- add missing comma

- handle "merged" user state on more places

  1. … 1 more file in changeset.
- add missing handling for "merged" user state

- add message key

  1. … 2 more files in changeset.
- store ThemeJS in subsite_themes

- Improve robustness of blank-master: malformed lists in subsite

parameters could render a subsite useless and hard to correct.

Now the validity of lists is checked, errors are written to the

error.log, invalid parameters are ignored.

- added flat list syntax for ThemeCSS specs (easier to read)

- added parameter ThemeJS similar to ThemeCSS (ability to add head and

body scripts)

- added generalized function template::add_script with non-pos

parameter "-section" which might be "head" or "body" to make both

kind of scripts available to ThemeJS

  1. … 11 more files in changeset.
- template::resource_path: new function to generalize access to

acs-templating's resource files

- add resource_dir (db) / ResourceDir (package parameter of subsite)

to allow for usage of them specific (adp) resources while preserving

existing semantics

  1. … 13 more files in changeset.
- add parameter "DefaultDimensionalStyle" for theming (similar to DefaultFormStyle)

  1. … 7 more files in changeset.
- whitespace change

- fix typos

  1. … 1 more file in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 62 more files in changeset.
- fix invalid @param declaration for API browser

- fix parameter documentation for api-browser. why did nobody notice the strange syntax?

- don't use "eval" when not needed

- fix dollar escaping as indicated by Tony Kirkham in the OpenACS Development forum

- use list instead of quoted strings in util_memoize to avoid surprises with empty strings etc.

  1. … 1 more file in changeset.
- replace mulitple "lindex" operations by "lassign"

  1. … 3 more files in changeset.
- don't call fings pairs, which have more than two elements

- use "lassign" instead of mulitple "set ... [lindex ...]" command