• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Catalog files form translate.openacs.org for packages NOT included

in the OpenACS Core

  1. … 666 more files in changeset.
file acs-mail-lite.pt_BR.ISO-8859-1.xml was initially added on branch oacs-5-2.

All templating procs now have at least minimal documentation.

Added more minimalist documentation to make our automated test stuff

happy happy happy

knocked off a couple of more undocumented procedures.

Nick accidently broke the callback contract for paramter_changed by adding

documentation. The check code allows anything if there are only two

elements in the ad_proc list (i.e. name doc) but if three elements

are there (name doc empty_body) the body must be "-" or "" (not the

empty list).

Added minimal documentation for each proc in this file, so they'll pass our

doc spec smoke test.

Made sure only SWA can upload a folder

New i18n

Added upload of FS folder

file folder-add.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/file-storage/www/folder-add.adp
file folder-add.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/file-storage/www/folder-add.tcl
Removing wrong acs attributes for object type apm_package.

Fixing object attribute datatypes so they are consistent

with the database datatype.

fix initial href loading

On two of our sites the list of package_ids included those where the user did not have read permission on. This is why the check was added.

Make it work with the new news-aggregator code

Minor fixes to the linking and dealing with funny servers that return file not found with error code 200

Bug stomp: added documentation to acs core procs that had no docs.

Bug stomp: added documentation to acs core procs that had no docs.

Accidentally committed my config.tcl file to the repository. Please don't shoot me.

Bug stomp: added documentation to acs core procs that had no docs.

Bug stomp: added documentation to acs core procs that had no docs.

file edit.adp was added on branch oacs-5-3 on 2007-08-01 21:39:25 +0000

    • -0
    • +0
    /openacs-4/packages/xowiki/www/edit.adp
file list.adp was added on branch oacs-5-3 on 2007-08-01 21:39:25 +0000

    • -0
    • +0
    /openacs-4/packages/xowiki/www/admin/list.adp
file revisions.adp was added on branch oacs-5-3 on 2007-08-01 21:39:25 +0000

file view.adp was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

    • -0
    • +0
    /openacs-4/packages/xowiki/lib/view.adp
upgrade to version 0.30. major overhaul of the package

    • -7
    • +12
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +1
    /openacs-4/packages/xowiki/lib/view.adp
    • -74
    • +27
    /openacs-4/packages/xowiki/lib/view.tcl
    • -16
    • +21
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -0
    • +378
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -238
    • +256
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -0
    • +291
    /openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl
    • -6
    • +4
    /openacs-4/packages/xowiki/www/edit.adp
    • -82
    • +0
    /openacs-4/packages/xowiki/www/edit.tcl
    • -24
    • +0
    /openacs-4/packages/xowiki/www/index.adp
    • -107
    • +0
    /openacs-4/packages/xowiki/www/index.tcl
    • -0
    • +18
    /openacs-4/packages/xowiki/www/index.vuh
  1. … 14 more files in changeset.
upgrade to version 0.39; better timing support, minor changes supporting the accompanying xowiki version

    • -30
    • +132
    /openacs-4/packages/xotcl-core/tcl/generic-procs.tcl
Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts

Always reset client_property when clearing one filter (thanks Vinod)