• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo: missing e on "June"

    • -2
    • +2
    ./packages/acs-tcl/tcl/widgets-procs.tcl
Typo: missing e on "June"

    • -2
    • +2
    ./packages/acs-tcl/tcl/widgets-procs.tcl
- bump version number

- define method get_anon_instances to allow overloading (from eg. xowf)

    • -4
    • +9
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -10
    • +10
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Fix RestrictErrorsToAdminsP parameter behaviour, which previously did nothing.

- call build-name for import_prototype_page to ensure same naming conventions

    • -1
    • +7
    ./packages/xowiki/tcl/package-procs.tcl
- make sure to construct valid h-store queries in case, use_hstore is activated

    • -4
    • +5
    ./packages/xowiki/tcl/xowiki-procs.tcl
- optimize query in "most popular pages" includelet for large installations

    • -7
    • +9
    ./packages/xowiki/tcl/includelet-procs.tcl
- fix css path for default style

- add length restriction to names in xowiki pages to avoid potential limitations of the form-fields of the oacs content repository

    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
- since aolserver and naviserver translate backslashses in urls into slashes, treat slashes and backslashses in page names as well the same (i.e. translate both)

    • -2
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
Backed out change to make content richtext rather than text, because of

xotcl-core, can't have the type change depending on whether or not that

was previously installed and can't change it to richtext without (probably)

breaking xotcl stuff. Sucks but that's life.

- for delivering 0-byte files, set the length explicitely

    • -1
    • +3
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
Added rudimentary content repository support.

Argh! "content" wants to be richtext, not text !!!

file upgrade-5.7.0d4-5.7.0d5.sql was initially added on branch oacs-5-7.

- update namings for current git snapshot of XOTcl 2

    • -3
    • +3
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
Don't use the encoded subject in the call to the callback

Kludge around xotcl-core for oracle, as was done earlier for PG.

1. Added "--default foo" style comments to new PL/pgSQL function parameters

because xotcl-core, rather than use the metadata created by define_function_params,

ASSIGNS SEMANTICS TO THESE SQL COMMENTS. Bah. If I truly cared about quality

I'd insist the xotcl people fix their code and do things right, but I know that

would never happen so ... kludge away.

2. xotcl-core adds CR attributes (rather than fix core). So my fixing of

core conflicts, meaning I have to kludge again. Still needs to be fixed

for oracle.

i18n and translation into spanish

    • -10
    • +16
    ./packages/acs-subsite/www/admin/rel-types/new.adp
Fixed to handler cookies from previous version correctly. Add back in inf max_age for session cookie when Remember Me is checked so it passes the expiration test.

    • -4
    • +11
    ./packages/acs-tcl/tcl/security-procs.tcl
Put the strict check in the wrong place.

    • -3
    • +8
    ./packages/acs-tcl/tcl/security-procs.tcl
use -strict when checking for integer as empty string returns true without it

    • -2
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl
Fix so if the session renew time is NOT included in the cookie (ie: cookies created before this fix) will be renewed

    • -3
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl
i18n and translation into spanish

    • -34
    • +14
    ./packages/acs-subsite/www/admin/site-map/index.adp
    • -14
    • +14
    ./packages/acs-subsite/www/admin/site-map/index.tcl
Took out the huge kludge to load xotcl-core during the bootstrap process.

Package libraries are now loaded in dependency, rather than alphabetical,

order so this kludge should no longer be necessary (unless people have not

been keeping their dependencies in order, in which case they should feel

free to fix their packages ...)

Added missing quotes

    • -2
    • +2
    ./packages/acs-tcl/tcl/object-type-procs.tcl
Include last session renew time in ad_session_id cookie so we can compare expiration independent of validity

    • -17
    • +12
    ./packages/acs-tcl/tcl/security-procs.tcl
Don't discard session cookie if its expired, go to login handler.

    • -13
    • +20
    ./packages/acs-tcl/tcl/security-procs.tcl