• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Editing applications, confirmation on delete

Safety measure, don't throw error when we can't find a node for the given object

Noquote changes from Jarkko

Using list-builder

    • -63
    • +8
    /openacs-4/packages/logger/www/index.adp
    • -372
    • +328
    /openacs-4/packages/logger/www/index.tcl
    • -27
    • +33
    /openacs-4/packages/logger/www/index.xql
    • -0
    • +11
    /openacs-4/packages/logger/www/log-delete.adp
    • -1
    • +1
    /openacs-4/packages/logger/www/lib/master.adp
Moved lists.css to acs-templating/www/resources

Moved list stylesheet here

Cleaned up UI a bit

Display nice message when there are no packages to install

Added simpler package install/upgrade UI

    • -0
    • +15
    /openacs-4/packages/acs-admin/www/server-restart.adp
    • -0
    • +17
    /openacs-4/packages/acs-admin/www/server-restart.tcl
    • -0
    • +17
    /openacs-4/packages/acs-admin/www/install/index.adp
    • -0
    • +13
    /openacs-4/packages/acs-admin/www/install/index.tcl
    • -0
    • +5
    /openacs-4/packages/acs-admin/www/install/local-install.adp
    • -0
    • +88
    /openacs-4/packages/acs-admin/www/install/local-install.tcl
Implemented much faster and simpler DB compatibility check

Use untrusted_user_id for user's locale preferences

Moved css files to acs-subsite/www/resources

    • -0
    • +280
    /openacs-4/packages/acs-subsite/www/resources/site-master.css
Rewrite cookie handling

Rewrote cookie handling

    • -691
    • +516
    /openacs-4/packages/acs-tcl/tcl/security-procs.tcl
making dotlrn no longer add portal pages for applets (they'll do so themselves). Making dotlrn-dotlrn portal pages use the right pretty name message keys

    • -4
    • +4
    /openacs-4/packages/dotlrn/dotlrn.info
taking a stab at fixing the problem of file-storage and calendar applets not adding their portlets to the right pages due to I18N changes. Making the applets use the same message keys as dotlrn to avoid the naming mismatch

when you are adding a portlet to a page with a certain name, create that page if it doesn't exist. The idea here was that the applets should create their own pages and not have to know about page pretty names of dotlrn

adding check in import_from_files so that we don't attempt to find catalog files if there isn't even a catalog directory

making sure danish locale is temporarily enabled for testcase to pass

ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)

    • -45
    • +4
    /openacs-4/packages/acs-tcl/tcl/admin-procs.tcl
adding new boolean switch to parameter::get for parsing of boolean parameter values

Fixed a translation issue with notifications.

Removed ACS from name

Removed ACS from name, and added (deprecated)

Remove 'ACS' from the package nme

To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation

Log delete confirm page

    • -4
    • +22
    /openacs-4/packages/logger/www/log-delete.tcl
Chnaged site_node::get_url_from_object_id to use the site-nodes cache instead of hitting the DB

I tracked down a redirect problem in HTTPS mode with Mozilla due to util_current_location proc not being able to find the current location (proto://hostname:port). The proc was hard to read and understand. Lars came to the rescue, cleaned up the proc and improved it to work well with nsunix etc. Thanks Lars.

White background on checkboxes