• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use newer style mimetype 'application/gzip' instead of

'application/x-gzip' as defined by IANA content types

- fix indentation in sql/common/mime-type-data.sql

- bump version number to 5.9.1d14

file upgrade-5.9.1d13-5.9.1d14.sql was initially added on branch oacs-5-9.

- bump version number to 5.9.1d2

- add missing "instproc" (not sure, how this could be lost)

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- drop unused sequence

- use plain sequence for db_nextval

- fix divider (when the first entry of the pulldown has already a group)

- sharpen the comment and warning about unintended uses of db_nextval

- use a sequence name without t_ prefix for anon_func_seq

- bump version number to 5.9.1d4

    • -3
    • +3
    /openacs-4/packages/acs-tcl/acs-tcl.info
file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9.

- add new variant of mimetype to list of mimetypes

- reduce verbosity, when debug is turned on for a single cmd by omitting the result

- fix labels

- modernize tcl code

    • -3
    • +4
    /openacs-4/packages/views/lib/views-chunk.tcl
    • -2
    • +2
    /openacs-4/packages/views/tcl/views-procs.tcl
- remove reference to tree_sortkey of acs_objects

- make db-query follow usual conventions

- improve indentation

- make elimination of list bullets more robust

- bump version number of ckeditor to 4.5.7

- fix interface of oacs_dav::handle_request

- fix indentation

- use tcl commands instead of external programs

- use tcl operations instead of external programs

- drop useless view

- report usage of deprecated views (deprecated since at least 10 years) in error.log

- provide usual header for library files

- improve indentation

- update mimetype definition of javascript to the form specified via IANA content types

- add JSON mimetpye

file upgrade-5.9.1d12-5.9.1d13.sql was initially added on branch oacs-5-9.

version update:

- add class BanUser (use. e.g. ip address to disallow requests from a user)

- optional user tracking in DB

- modernize mime types

- used explicit "create" statements

- bump version number to 0.46

- modernize mimetypes

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- reduce attack vector on dates

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- add property "payload" to "WorkflowConstruct" in order to simplify

customized workflow "allocate" actions (payload might contain a dict

with the fields {name parent_id m})

- simplify form loading and document source code

    • -78
    • +148
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- initialize navigation array

- fix one more occurance...

- trying to reduce ad_urlencode_query patch to minimal change