• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- don't include YUI for toc, when not needed.

- deletged obsolete code in toc (full migration towards tree renderer still to be done)

    • -65
    • +19
    ./xowiki/tcl/includelet-procs.tcl
minor model changes

adding db model for models

    • -0
    • +109
    ./accounts-finance/sql/postgresql/accounts-finance-create.sql
    • -0
    • +24
    ./accounts-finance/sql/postgresql/accounts-finance-drop.sql
moving modeling functions to modeling-functions.tcl, some others to finance-procs.tcl, revisions to model_compute and test model

    • -10
    • +54
    ./accounts-finance/tcl/finance-procs.tcl
    • -0
    • +323
    ./accounts-finance/tcl/modeling-functions.tcl
    • -396
    • +160
    ./accounts-finance/tcl/modeling-procs.tcl
- register set_instance_vars_defaults for ::xotcl::Object also for XOTcl 2.0

- remove duplicate line

- export exists method for slot

- reflect xotcl 2 developments

    • -13
    • +14
    ./xotcl-core/tcl/01-debug-procs.tcl
- make check for link to folder more robust for legacy cases

- don't fail, if one uploads and empty archive

minor example model adjustments, fixed report bug that set some data columns as constants, added css styles for large tables when reporing.

    • -26
    • +40
    ./accounts-finance/tcl/modeling-procs.tcl
Cloning of a pageset (which happens when we create a user-specific layout)

wasn't copying the url_name.

added more flexibility to reporting function. Added more error checking to model_compute iterations. added automatic variable tracking (and fixed related references)

    • -25
    • +98
    ./accounts-finance/tcl/modeling-procs.tcl
increasing example model complexity to provide more practical information. model results do not match spreadsheet model yet.

    • -19
    • +64
    ./accounts-finance/tcl/modeling-procs.tcl
Enhanced the documentation of [set_encoding]

Turning on some debug and failure reporting which i previously had commented out

    • -19
    • +18
    ./xotcl-core/tcl/http-client-procs.tcl
First step in turning ad_http* and util_http* charset- and encoding aware. I added a new helper proc [set_encoding] which handles charset resolution and mapping between IANA/MIME charset names and Tcl encoding names. Currently, this works for the reply-side in GET and POST requests.

Some fixing of the IANA/MIME charset and Tcl encoding handling for the xotcl-core HTTP client infrastructure

    • -111
    • +96
    ./xotcl-core/tcl/http-client-procs.tcl
We need min_level to be substituted so we build the list with 'list' command instead of using braces.

more sane handling of duplicate naming, now appends count *before* file extension

making album exports more robust for cases where there can be recovery errors due to corrupted data

    • -34
    • +75
    ./photo-album/www/album-export.tcl
- allow returnredirect to external url, which is under control of the script

    • -2
    • +2
    ./acs-api-browser/www/tcl-doc-search.tcl
- add explicit attribute "method" to xo::HttpCore

    • -3
    • +7
    ./xotcl-core/tcl/http-client-procs.tcl
- add table field trype HiddenField

    • -2
    • +14
    ./xotcl-core/tcl/30-widget-procs.tcl
- make all files in xowiki usable for "::xo::library require ..."

- don't call "is_link_page" on Package objects

- reset values in reused formfields (necessary for e.g. weblogs)

    • -1
    • +3
    ./xowiki/tcl/xowiki-callback-procs.tcl
revising package info

    • -1
    • +1
    ./accounts-finance/accounts-finance.info
adding more sample model complexity, adding qaf_tcl_list_of_lists_to_html_table which converts tcl list of lists to one or two tables, useful for converting generic model output to generic reporting formats

    • -52
    • +193
    ./accounts-finance/tcl/modeling-procs.tcl
- stripped lang prefix for links in regression test

- added regression_test for link to file + download option

- added delegation to Package->invoke for selected methods

"csv-dump", "download", "list". The general question is, whether

e.g. a "delete" on a link should delete the link or target, or

what the target of an "edit" is, or the target of a download.

The first belongs clearly to the link, that last clearly to the

target. We should most probably make this configurable and

move this decisions to the policy.

- derefernece link up to a maximum depth

- omit nls_language in folder and link forms

    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
    • -2
    • +1
    ./xowiki/www/prototypes/link.form.page
Change navigation clicks outside the player to do an exit all ...