• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Checking if user site-wide-admin to show a link

    • -1
    • +4
    ./packages/acs-subsite/www/site-map/index.adp
    • -17
    • +9
    ./packages/acs-subsite/www/site-map/index.tcl
User email changed with email_image

Adding line to call the creation of the package

Display of email replaced with email_image proc call

    • -5
    • +7
    ./packages/acs-subsite/www/members/index.tcl
Context bar and Allow button modified

Fixing problem with variable reference

Fixing problem with vaiable reference

Linkto a page to mange users email privacy level added

    • -0
    • +1
    ./packages/acs-admin/www/users/index.adp
New version that supports email substitution whith an image, and allows users to choose if they want it or not

    • -12
    • +11
    ./packages/acs-subsite/acs-subsite.info
Allows users to choose their emali privacy level

    • -0
    • +5
    ./packages/acs-subsite/www/user/email-privacy-level.adp
    • -0
    • +28
    ./packages/acs-subsite/www/user/email-privacy-level.tcl
@ Symbol

    • binary
    ./packages/acs-subsite/www/shared/images/at.gif
Allows to send an email message with out showing the destinatary email

    • -0
    • +12
    ./packages/acs-subsite/www/shared/send-email.xql
Shows user email-image

    • -0
    • +10
    ./packages/acs-subsite/www/shared/email-image-bits.tcl
Manage the PrivateEmailLevelP parameter to set the privacy level of the users email

    • -0
    • +5
    ./packages/acs-subsite/www/admin/manage-email-privacy.adp
    • -0
    • +32
    ./packages/acs-subsite/www/admin/manage-email-privacy.tcl
email-imaeg procs that support the creation of an image instead of showing the email as text

    • -0
    • +54
    ./packages/acs-subsite/tcl/email-image-procs-postgresql.xql
    • -0
    • +331
    ./packages/acs-subsite/tcl/email-image-procs.tcl
    • -0
    • +66
    ./packages/acs-subsite/tcl/email-image-procs.xql
Addign apm callbacks for upgrade and for install to support email-image

    • -0
    • +41
    ./packages/acs-subsite/tcl/apm-callback-procs.tcl
fixed breakage due to back button; fixed lost simultanous edits; added nospells to forms

    • -1
    • +20
    ./packages/assessment/tcl/as-item-procs.tcl
    • -0
    • +13
    ./packages/assessment/tcl/as-item-procs.xql
    • -0
    • +16
    ./packages/assessment/tcl/as-section-procs.tcl
    • -0
    • +13
    ./packages/assessment/tcl/as-section-procs.xql
  1. … 36 more files in changeset.
fixed date bug

    • -19
    • +29
    ./packages/assessment/www/admin/assessment-form.tcl
Fix content_folder__is_subfolder pl/sql. Also fix tcl proc which was

passing in the wrong list format to package_exec_plsql. Add upgrade

script and tests.

file upgrade-5.1.5d1-5.1.5d2.sql was initially added on branch oacs-5-1.

file content-folder-test-procs.tcl was initially added on branch oacs-5-1.

Sigh Oracle has really weird rules about "*" and duplicate column ids

that cause it to fail if you wrap "select *" as "select p.* from (select *) p"

Yet another fix to pagination ... getting there...

Ahem. Pagination might work now ... it didn't really before.

    • -6
    • +9
    ./packages/bug-tracker/tcl/bug-procs.tcl
First pagination code ... more coming (caching in particular)

    • -4
    • +11
    ./packages/bug-tracker/tcl/bug-procs.tcl
Version for Oracle

file evaluation-assignments-portlet-oracle.xql was added on branch oacs-5-1 on 2005-06-08 22:36:14 +0000

Version for Oracle

evaluations-chunk-oracle.xql for BD Oracle

Revert to package_exec_plsql var_list list style for -attributes

parameters. Fix test and documentation.