• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 111 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 96 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 12 more files in changeset.
- perform better checking on page number

  1. … 3 more files in changeset.
- fix for bug #3224

- fix old bug occuring e.g. in payment demo, where form_properties(sec_fieldset) are undefined

  1. … 1 more file in changeset.
- use doc(title) instead of title

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 14 more files in changeset.
- flatten nested lindex-structures

- use single "lassign" instead of multiple "lindex" operations

  1. … 3 more files in changeset.
- normalize string expressions

  1. … 8 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 2 more files in changeset.
- improve documentation

- use property "doc(title)" throughout oacs-5-8 instead of "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 but was used so far only in a few packages

  1. … 323 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url" in documentation

  1. … 5 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" in adp files and documentation

  1. … 9 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- replace deprecated "ad_verify_and_get_user_id" by "ad_conn user_id"

  1. … 5 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 22 more files in changeset.
- rename xinha plugin CSS to CSSDropdowns to fix potential breakage for Firefox 22 and Chome 28 as suggested by http://trac.xinha.org/ticket/1609

- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
Updated to Xinha nighly (Dec 3, 2012) due to reported problems with IE9

    • -90
    • +1
    ./resources/xinha-nightly/Xinha.css
    • -50
    • +168
    ./resources/xinha-nightly/XinhaCore.js
  1. … 115 more files in changeset.
removed duplicate files that caused troubles under Mac OS X. For some reason, serveral files existed with uppercase and lowercase names, where the latter was a previous converntion in Xinha. cvs on Mac OS X reported "cvs update: move away ...; it is in the way" even on new checkouts

    • -149
    • +0
    ./resources/xinha-nightly/plugins/CSS/css.js
    • -353
    • +0
    ./resources/xinha-nightly/plugins/Forms/forms.js
    • -105
    • +0
    ./resources/xinha-nightly/plugins/Linker/linker.js
Add semantic to the form "required" mark.

Use form buttons for bulk actions in list template (WCAG2)

  1. … 2 more files in changeset.
Merge TinyMCE 3.3.9.3

    • -0
    • +250
    ./resources/tinymce/changelog.txt
    • -0
    • +111
    ./resources/tinymce/examples/custom_formats.html
    • -145
    • +0
    ./resources/tinymce/examples/example_template.htm
  1. … 725 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Bumped to beta 3 so I could put in this important upgrade script, fixing

a problem with using package_instantiate_object to instantiate a base

(acs_object) object. Never done in core or .lrn code apparently because typically

you instantiate subtypes, but it is important to get right.

  1. … 26 more files in changeset.