neophytosd in OpenACS

fixed prefixed_lookup to invoke methods on inherited content (the correct one)

    • -7
    • +12
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
revert previous two changes

    • -14
    • +0
    /openacs-4/packages/xowiki/www/xinha/Makefile
revert previous change

    • -23
    • +0
    /openacs-4/packages/xowiki/COPYRIGHT
    • -126
    • +0
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +0
    /openacs-4/packages/xowiki/lib/view.adp
    • -30
    • +0
    /openacs-4/packages/xowiki/lib/view.tcl
    • -150
    • +0
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
    • -979
    • +0
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -3481
    • +0
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
    • -503
    • +0
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -4529
    • +0
    /openacs-4/packages/xowiki/tcl/includelet-procs.tcl
    • -150
    • +0
    /openacs-4/packages/xowiki/tcl/lcs-procs.tcl
  1. … 973 more files in changeset.
fix prefixed_lookup to invoke methods on inherited content

    • -4
    • +55
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -6
    • +16
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -0
    • +30
    /openacs-4/packages/xowiki/www/thumbnail.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/www/view-default.adp
    • binary
    /openacs-4/packages/xowiki/www/resources/jpeg-icon.png
    • binary
    /openacs-4/packages/xowiki/www/resources/mov-icon.png
    • binary
    /openacs-4/packages/xowiki/www/resources/mp4-icon.png
    • binary
    /openacs-4/packages/xowiki/www/resources/pdf-icon.png
renamed formfield->get_dom_spec to formfield->get_json

support for repeatable file fields & util_tdom2list for definition of widget specs the tdom script way

add viewers parameter in folder.form.page

folder configuration & inheritance

    • -138
    • +156
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -8
    • +63
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +110
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
repeatable attributes

    • -18
    • +291
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
    • -0
    • +136
    /openacs-4/packages/xowiki/www/resources/wu-repeatable.js
PG-7.2.1 returns false for 0<2^7. strange indeed. 2^7>0 returns true

patch 108 applied

patch 111 applied

patches 158,159 applied

patch 136 applied

patch 154 applied

patch 157 applied

patch 109

yet another .tcl extension removal from links

patch 140 applied

yet another .tcl extension removal from links

in tree.tcl: removed extension .tcl from links

in index.adp: removed extension .tcl from tree.tcl

removed .tcl extension from redirects

in index.tcl: changed unmounted.tcl to unmounted

fixed some unported queries from the old code, scary!!!

applied patches 145,146,148, ignore patch 147. Patches by Gilbert Wonf. Fixes problems with email verification

applied patch 112, user-login will wrongly redirect registered users to the register page if they have upper case characters in their email address. This patch changes the query to do the authentication comparison case insensitively.

patches 141,142,143 by Gilbert Wong. Fixes broken awaiting-email-verification

applied patch 138

applied patches 119,121