• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
making pretty_name of acs_sc_impls default to null in plsql new function

using named parameters in call to acs_sc_impl.new

Cleaned out the registered files count, which was always zero

Shortened the page title

the three argument acs_sc_impl__new function was previously removed but it's used in more than 50 places in the code. Adding it back

Had left a debugging error statement in the code

Fixed account message on creation; fixed email verification

Added -- after call to ad_text_to_html to prevent argument from being considered a switch

    • -2
    • +2
    /openacs-4/packages/forums/www/message-chunk.tcl
    • -2
    • +2
    /openacs-4/packages/news/www/preview.tcl
    • -2
    • +2
    /openacs-4/packages/notes/www/index.tcl
fixed tdom link

Bug in sending out email verification email

Fixed email verification

Fixed display of account messages on login

Fixed handling of account messages

Don't show help text in display mode

Moved up/down arrow gifs to resources

    • binary
    /openacs-4/packages/acs-subsite/www/resources/arrow-down.gif
    • binary
    /openacs-4/packages/acs-subsite/www/resources/arrow-up.gif
Noquoting

noquoting member state links and showing non-authorized users when clicking the total users link on index page (so the count matches)

no-quoting widget and context bar on user-search page

adding the template::form::get_elements proc that returns the element names of a form

improving comment in ad_page_contract

adding item::get, item::get_element, item::publish, and item::unpublish procs to the cr items Tcl API

Simon added pretty names for the local authentication implementations

Simon added a Tcl API test when adding pretty_name to service contract implementaitons

noquoting HTML adp var with user link

adding upgrades scripts for pretty_names on acs sc impls

adding gifs used by authentication admin UI

added support for pretty_names to acs sc impls

committing a first draft of the Authentication admin UI. Authority parameter setting is missing from the UI. More testing is needed

committing a first draft of the Authentication admin UI. Authority parameter setting is missing from the UI. More testing is needed

    • -0
    • +12
    /openacs-4/packages/acs-admin/www/auth/authority-delete.tcl
    • -0
    • +15
    /openacs-4/packages/acs-admin/www/auth/authority.adp
    • -0
    • +219
    /openacs-4/packages/acs-admin/www/auth/authority.tcl
    • -0
    • +7
    /openacs-4/packages/acs-admin/www/auth/batch-action.adp
    • -0
    • +68
    /openacs-4/packages/acs-admin/www/auth/batch-action.tcl
    • -0
    • +13
    /openacs-4/packages/acs-admin/www/auth/batch-job.adp
    • -0
    • +154
    /openacs-4/packages/acs-admin/www/auth/batch-job.tcl
    • -0
    • +17
    /openacs-4/packages/acs-admin/www/auth/index.adp
    • -0
    • +103
    /openacs-4/packages/acs-admin/www/auth/index.tcl
adding auth::sync::entry::get proc