• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed erroneous selected in ad_db_select widget

new recommended config file directory etc added

file analog.cfg was initially added on branch HEAD.

    • -0
    • +0
    /openacs-4/etc/analog.cfg
file config.tcl was initially added on branch HEAD.

    • -0
    • +0
    /openacs-4/etc/config.tcl
Opened up the tree to Joel.

syntax error in display mode for richtext bug 445 patch 155 Ola Hansson

fix paginator::get_pages not showing last page bug 451/patch 157 Timo Hentschel

reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch)

reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch)

Merging oacs-4-6 with HEAD for /packages/acs-core-docs/www/files

a) removed sql from tcl files b) renamed some queries for better readability c) added query files for category browsing pages

    • -0
    • +55
    /openacs-4/packages/categories/www/categories-browse.xql
  1. … 16 more files in changeset.
giving Frank Nikolajsen commit rights on openacs-4 so that he can commit his subsite patches that are just lying around

full merge from the oacs-4-6 branch up until version 1.19.2.13

making export_vars -url separate variables with & instead of &. URLs wouldn't be HTML 4.01 Transitional compliant otherwise

title and mime_type weren't set for the initial revision of an image.

adding cvs commit rights for Jamie Rasmussen on openacs-4 after having seen patch 156

Applying patch 156 by Jamie Rasmussen adding syntax highlighting to source code for Tcl procs in the acs-api-browser.

Use normal form template, not wizard

Added link to submit-test form

file log-delete.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/logger/www/log-delete.tcl
file util-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/logger/tcl/util-procs.tcl
file variable-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/logger/tcl/variable-procs-oracle.xql
testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

    • -0
    • +59
    /openacs-4/packages/logger/tcl/util-procs.tcl
    • -0
    • +15
    /openacs-4/packages/logger/www/log-delete.tcl
Fixed button handling in the wizard form template

testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

    • -0
    • +66
    /openacs-4/packages/logger/todo.txt
file todo.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/logger/todo.txt
testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

    • -1
    • +5
    /openacs-4/packages/logger/logger.info
    • -0
    • +31
    /openacs-4/packages/logger/tcl/entry-procs-oracle.xql
    • -0
    • +102
    /openacs-4/packages/logger/tcl/entry-procs.tcl
    • -0
    • +28
    /openacs-4/packages/logger/tcl/entry-procs.xql
  1. … 11 more files in changeset.
Renamed links to view template and compiled template for display-edit demo form to say 'view' instead of 'submit'

Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements

Added comment about what happens in the widget::input display mode