• last updated 56 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
beta, working versions

    • -0
    • +149
    ./accounts-finance/tcl/distribution-procs.tcl
    • -0
    • +90
    ./accounts-finance/tcl/growth-rate-procs.tcl
    • -0
    • +34
    ./accounts-finance/tcl/math-procs.tcl
    • -0
    • +44
    ./accounts-finance/tcl/number-progression-procs.tcl
    • -0
    • +55
    ./spreadsheet/sql/postgresql/simple-table-create.sql
    • -0
    • +17
    ./spreadsheet/sql/postgresql/simple-table-drop.sql
    • -0
    • +298
    ./spreadsheet/tcl/form-helper-procs.tcl
    • -0
    • +391
    ./spreadsheet/tcl/simple-table-procs.tcl
fix memory leak in lars blogger

    • -5
    • +6
    ./lars-blogger/tcl/technorati-procs.tcl
update list of RFCs, provide descriptions

    • -7
    • +23
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
document, which HTTP methods are defined by which RFC

    • -0
    • +31
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
added REPORT method to protocol handler

    • -0
    • +1
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
make includelet html-file configurable with extra_css (a list of css files)

From tcl 8.5 on, apply is a tcl command, this has been fixed already on the core some time ago. "apply" is since then "ad_apply".

- adding conneciton-min and animation-min to load list for yui-carousel, in case treeprocs are not loaded (many thanks to Richard Hamilton for noticing this)

- use ajaxhelper for yui-carousel

move "list-style: none" from UL to LI to avoid circle-bullets in tabbed master with yui-base

- handle file names with spaces properly

- rename file->entry_name to file->entry_info to better reflect its nature

- import-procs: allow alternatively application/zip and application/x-zip

for application/x-zip-compressed

- remove unneeded line (Many thanks to Richard Hamilton)

Presetting url variable used on message key.

    • -3
    • +4
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
- more i18n

    • -1
    • +1
    ./xotcl-request-monitor/catalog/xotcl-request-monitor.en_US.ISO-8859-1.xml
- include url in repeated-request message

    • -1
    • +1
    ./xotcl-request-monitor/catalog/xotcl-request-monitor.de_DE.ISO-8859-1.xml
    • -5
    • +5
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
- added parameter use_photo_form to ::xowiki::ArchiveFile to import images as instances of en:photo.form

- added method db_0or1row to ::xotcl::Object similar to db_1row. The method loads the output variables of the SQL query directly into the current object.

- add support for all-day items

- stick to use cr/lf as required by RFC

- provide better modularization

- don't throw errors in scheduled procs, when no actual query paramters are available

- ease debugging, when CrClass is called with an unknown name

- handle parent_id|parent_ids == '*' independent from form lookup

- let "pretty_image" not handle only formfields of type file (or subtypes)

- extend method reindex to handle folder structures

- remove unneeded line

Don't double evaluate string content via export_vars (security problem)

- perform proper quoting of filenames containing quotes

- bump version number to 0.144

- add general backslash escape function ::xo::backslash_escape

- make sure to quote content disposition properly

- bump version number to 0.124

    • -2
    • +10
    ./xotcl-core/tcl/30-widget-procs.tcl
- protect spaces in content-disposition

- form-field "file": keep upload name for dowloading (for consistency

in the links when the formpage is viewed and edited)

- provide the correct name in download-link, when the formpage is edited

- allow empty revision_ids (can happen via call_action)

Improve form-field "file" (and subclasses)

- add clear button for clearning files/images added added in a

prevision revision (unless flag "sticky" is used)

- tie revisions of the FormPage/WorkflowInstance with the revision

of the uploaded file (the content of the formfield is now a

list of attribute value pairs that might contain a revision_id)

- allow multiple uploads of files with the same name (distinguish with

reusing old content)

- caveat: export should strip the revision_id from the content

of the form-field.

    • -24
    • +74
    ./xowiki/tcl/form-field-procs.tcl
add missing message keys