• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Using site_node::verify_folder_name on subsite-add page

Test case and fix for site_node::verify_folder_name

    • -8
    • +24
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
    • -0
    • +39
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Marking some procs public and private

    • -3
    • +3
    ./packages/acs-tcl/tcl/00-database-procs.tcl
Default login to SSL if SSL is enabled for the server.

Added optional section paramtere to parameters.tcl to set only one section

of package parameters.

    • -0
    • +10
    ./packages/acs-subsite/www/shared/parameters.xql
Dirk Gomez: added item_template parameter to list-views so that links in calendar are created correctly

I need to ad_quotehtml the value of the *.merge_text hidden var or the text is cut off at the first double quote.

Indentation

    • -4
    • +11
    ./packages/calendar/www/view-list-display.tcl
    • -1
    • +1
    ./packages/calendar/www/view-month-display.tcl
Bug #252: Verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node

Bug #252: Added proc to verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node

    • -1
    • +64
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
making backing up of package directories when installing apm files not overwrite old backup files

    • -3
    • +4
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -0
    • +41
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Account registration, though not configurable enough for now

    • -1
    • +104
    ./packages/auth-ldap/tcl/auth-ldap-procs.tcl
Fixing the error display mode of the form - previously any form error (e.g. empty but required description) bombed because page_title was not carried over. Fixing _very_ confusing indentation in one place. Calling ad_script_abort where it is supposed to.

    • -8
    • +10
    ./packages/edit-this-page/www/etp-edit.tcl
Fixed account registration framework

Make sure we set a password_message

When login page is expired, redirect back so we set new timestamps

Login page can display a message

    • -1
    • +5
    ./packages/acs-subsite/www/register/index.adp
    • -1
    • +2
    ./packages/acs-subsite/www/register/index.tcl
Implemented password management

    • -20
    • +144
    ./packages/auth-ldap/tcl/auth-ldap-procs.tcl
updating spell checker test to reflect that text input fields are spellcheck disabled by default

Making ad_generate_random_string public

    • -1
    • +1
    ./packages/acs-tcl/tcl/utilities-procs.tcl
focus for recover password page

removing the upper-casing of the portal titles. It breaks translator mode, titles are already upper case, plus it can be done with CSS instead

Fixed 'group' -> 'community' labeling

Fixed focus

Fixed problem with usernames being not really case-sensitive, nor case-insensitive

Tweaking test cases

- Ignore case in usernames

- Fixing missing flush cache statements

fixing trivial mistakes in the new cached acs_user::get proc

Added some debugging and logging statements

No caching of the progress bar -- otherwise it doesn't work.