• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added includable random-photo widget to Jeff's photo album in contrib. Works only with Postgres at the moment

    • -0
    • +4
    /openacs-4/packages/photo-album/www/random-photo.adp
    • -0
    • +79
    /openacs-4/packages/photo-album/www/random-photo.tcl
some notes of bcms changes

initial addition of bcms-ui-base, a bcms ui package

    • -0
    • +23
    /openacs-4/contrib/packages/bcms-ui-base/www/index.vuh
    • -0
    • +291
    /openacs-4/contrib/packages/bcms-ui-base/www/style.css
  1. … 58 more files in changeset.
added support for cr_keywords, added some procs, revised some procs, but better documentation on some procs

    • -0
    • +217
    /openacs-4/contrib/packages/bcms/tcl/bcms-category-procs.tcl
    • -0
    • +33
    /openacs-4/contrib/packages/bcms/tcl/bcms-category-procs.xql
adding params for service contract implementations

noquote bugs fixed

added Hrvoje Niksic's noquote documentation

    • -0
    • +393
    /openacs-4/packages/acs-templating/www/doc/no-quote-upgrade.html
Merge from oacs-4-6-4d1: Replaced proc_doc with ad_proc (1.19.2.5)

Merged over 1.19.2.7 change: -unclobber, db_multirow_group_last_row_p

    • -46
    • +207
    /openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl
fixing the authority API and adding tests for it

adding API and tests for password management API (EXT-AUTH-05)

added daemontools run file

    • -0
    • +3
    /openacs-4/etc/daemontools/run
removing debug printouts

mounting acs-automated-testing under /test rather than /acs-automated-testing (less typing)

Added more safety check for focus

    • -17
    • +18
    /openacs-4/www/default-master.tcl
Do not quote the ds_link

files needed for HTML email processing

    • -0
    • +453
    /openacs-4/packages/acs-tcl/tcl/md5.tcl
    • -0
    • +3585
    /openacs-4/packages/acs-tcl/tcl/mime.tcl
file base64.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/base64.tcl
file mime.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/mime.tcl
file md5.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/md5.tcl
changing create or replace to create for PG 7.2 compatibility

adding Tcl API and tests for EXT-AUTH-3: Account creation API

adding two new message keys needed by external authentication

Added in the Postgres definition file for queries.

Beginning of code to handle subprojects. Also projects now are beginning to

carry project status information (such as total number of hours worked). A

lot of UI improvements. Still rough, of course.

Corrected PG version of Barry Brooks speed up to the object update trigger,

added the new Oracle trigger to the proper upgrade script.

added the acs_user::get_by_username proc and the permanent switch to acs_user::delete that serves as a wrapper around the acs_user.delete plsql proc. Unfortunately that proc doesn't seem to work reliably

Templated site-wide index page

file index.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/index.adp
making the auth_authentication test case pass. Fixing a few bugs and adding some error handling to the authentication proc. Simon has added other test cases that have not been finished yet