• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix the package and vendor URLs, remove broken owner emails.

    • -1
    • +1
    ./packages/acs-datetime/acs-datetime.info
  1. … 59 more files in changeset.
Document proper usage of aa_export_vars

Add Blogger and MetaWeblog API functionality with automated tests.

    • -0
    • +16
    ./packages/lars-blogger/tcl/blogger-api-init.tcl
    • -0
    • +21
    ./packages/lars-blogger/tcl/blogger-api-procs-postgresql.xql
    • -0
    • +376
    ./packages/lars-blogger/tcl/blogger-api-procs.tcl
    • -0
    • +13
    ./packages/lars-blogger/tcl/metaweblog-api-init.tcl
    • -0
    • +25
    ./packages/lars-blogger/tcl/metaweblog-api-procs-oracle.xql
    • -0
    • +24
    ./packages/lars-blogger/tcl/metaweblog-api-procs-postgresql.xql
    • -0
    • +296
    ./packages/lars-blogger/tcl/test/blogger-api-procs.tcl
    • -1
    • +11
    ./packages/lars-blogger/www/doc/index.html
Add RSD link and cleanup generation of headerstuff content

    • -0
    • +9
    ./packages/lars-blogger/www/headerstuff.adp
    • -11
    • +1
    ./packages/lars-blogger/www/index.adp
    • -8
    • +23
    ./packages/lars-blogger/www/index.tcl
    • -0
    • +21
    ./packages/lars-blogger/www/rsd/index.vuh
place entry-edit functionality into a TCL proc

Add proc to list blogs to which a user can post

    • -29
    • +9
    ./packages/lars-blogger/www/entry-edit.tcl
    • -8
    • +0
    ./packages/lars-blogger/www/entry-edit.xql
Use XML-RPC package for weblogs.com ping

    • -0
    • +1
    ./packages/lars-blogger/lars-blogger.info
    • -4
    • +4
    ./packages/lars-blogger/tcl/entry-procs.tcl
    • -78
    • +26
    ./packages/lars-blogger/tcl/weblogs-procs.tcl
Allow package uninstantiation

    • -0
    • +1
    ./packages/lars-blogger/lars-blogger.info
    • -0
    • +12
    ./packages/lars-blogger/tcl/install-procs.tcl
allow package to be dropped cleanly

split out pl from ddl

    • -0
    • +174
    ./packages/lars-blogger/sql/postgresql/lars-blogger-pb.sql
Fix bug 1275 patch 375

file site-nodes-procs.tcl was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./packages/new-portal/tcl/site-nodes-procs.tcl
file site-nodes-procs.xql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./packages/new-portal/tcl/site-nodes-procs.xql
move site-nodes-procs from dotlrn to new-portals so new-portals will not be dependent on dotlrn bug 1181

    • -212
    • +0
    ./packages/dotlrn/tcl/site-nodes-procs.tcl
    • -17
    • +0
    ./packages/dotlrn/tcl/site-nodes-procs.xql
    • -0
    • +212
    ./packages/new-portal/tcl/site-nodes-procs.tcl
    • -0
    • +17
    ./packages/new-portal/tcl/site-nodes-procs.xql
clean up install-guide/overview, bring openacs-overview.html and mention healthy community around software, add a section on nxml-mode in docs

    • -63
    • +59
    ./packages/acs-core-docs/www/xml/index.xml
file nxml-mode.xml was initially added on branch oacs-5-0.

clean up some of the summary and description data.

Updated summary and descriptions for more packages.

    • -2
    • +2
    ./contrib/packages/populate/populate.info
    • -2
    • +2
    ./packages/lars-blogger/lars-blogger.info
    • -11
    • +5
    ./packages/photo-album/photo-album.info
  1. … 29 more files in changeset.
added Jeff Davis's tcl-file tester

    • -0
    • +27
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Fixes bug#1255, correctly set context_id on revision copy.

clean up summary and description information

    • -1
    • +1
    ./packages/acs-datetime/acs-datetime.info
  1. … 37 more files in changeset.
fix a few malformed tcl files.

    • -2
    • +2
    ./packages/acs-admin/www/apm/version-tag.tcl
    • -1
    • +1
    ./packages/ecommerce/www/gift-certificate.tcl
The 'Community' to 'Subsite' change went a little amok and also changed the community template to subsite template, which doesn't make sense, since all available master templates by definition are subsite templates, i.e. they apply to acs-subsite

    • -2
    • +2
    ./packages/acs-subsite/tcl/subsite-procs.tcl
Added in preliminary categories support. Now relies upon categories.

  1. … 17 more files in changeset.
Further bug 1144 diddling that should be consistent with any 5.1 changes

Further bug 1144 diddling that should be consistent with any 5.1 changes

to relational segments and groups.

substantially speed up /admin/site-map/ on postgres (and probably oracle but I did not test it)

Added in tasks page (to see a list of tasks assigned to you or others).

Added in data model support for project statuses.

Updated various items to get in line with 5.0

Quite a few small bugfixes.

  1. … 25 more files in changeset.
file tasks-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./contrib/packages/project-manager/www/tasks-postgresql.xql
file tasks.tcl was initially added on branch oacs-5-0.

file tasks.adp was initially added on branch oacs-5-0.

Making impl.new use named parameters. (Marklund did this in the user portion, so I think it should be changed here as well. With some luck it fixes bug #1218.)