• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
drop workflow_case_assigned_actions view

allow bulk loading with 7.2

deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it

Use listbuilder's no_data features

Hiding emails for non-authenticated users

Cleaned up version-i18n pages

changed dir_ views to ommit deleted users (actually to include only registered users)

Typo in if statement

Changed namespace style

    • -230
    • +229
    /openacs-4/packages/acs-subsite/tcl/group-procs.tcl
More subsite-creation cleanup

Applications list on index page -- ignore services

    • -0
    • +5
    /openacs-4/packages/acs-subsite/lib/applications.adp
    • -0
    • +47
    /openacs-4/packages/acs-subsite/lib/applications.tcl
granting commit to Lee Denison

Show # members of subsite

Removed www/subsites pages, they're now under /lib and on index page

Set master template

Don't display package type in list

Installed packages list

Using site_node::verify_folder_name on subsite-add page

Test case and fix for site_node::verify_folder_name

Marking some procs public and private

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
    /openacs-4/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

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

making backing up of package directories when installing apm files not overwrite old backup files

Account registration, though not configurable enough for now

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.