• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed links to openacs.org sites so they're right after revamp of the site.

Fixed links to openacs.org sites so they're right after revamp of the site.

Thanks to Gil Price: Package_id wasn't getting passed to lars_blog_header_background_color.

-Hide notifications and general comments links if notifications/general comments aren't mounted.

- Clean up admin index page.

- Make RSS link fully qualified, including host name, and make RSS link off by default.

If the notifications package isn't mounted, don't display the link

- Fixed bugs in backup-script

- Fixed admin spam code. Bumped and regenerated .info file

- Changed user_id_list to a FORM var

- Really honor no-spam user preference

- separated users_to_spam query from display query

  1. … 11 more files in changeset.
file report-by-ip.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/download/www/admin/report-by-ip.xql
file report-one-ip.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/download/www/admin/report-one-ip.xql
file report-by-user.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/download/www/admin/report-by-user.xql
Added link to user directory.

Ooops, my fix for automatically installing any dependent packages didn't work when you didn't supply pkg_info_all. Thanks, Vinod.

Rearranged the statistics a little

Added checkbox and radio button gifs for use by the new formbuilder enhancements

    • binary
    /openacs-4/packages/acs-subsite/www/shared/checkboxchecked.gif
    • binary
    /openacs-4/packages/acs-subsite/www/shared/radiochecked.gif
APM enhancement: If a package you want to install requires another package that isn't installed nor selected, it simply adds the required package to the list of packages to install. That way you don't have to go back and forth between the two package installation screens when you want to install a package, the APM does it for you.

    • -45
    • +118
    /openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl
Implemented some enhancements to the form builder:

- support a -mode switch on forms, which can be either 'display' or 'edit'. If 'display', all fields are grayed out, and the pretty value is displayed instead of the internal value (e.g. the label of the element of a list).

- support multiple buttons on the form. Used for the 'Edit' button, but can be used for other buttons as well.

- Fixed all the standard templates to include the new buttons and to use the <label> tag.

- Added an example to the documentation showing how this new display/edit mode looks.

Fixed bug #121: Entry-edit bombs if you use back button

- Missing comma in apm_package_instantiate_and_mount

- Fixed display to work for daily and weekly scheduled procedures

Added bugfix from 4.6

change to allow comments on form and validate sections of ad_form

added a comment at the top saying what this file is for

minor html fix to avoid unclosed <ul> when there are no subscribers

fixed duplicated code

more conlict markers cleaned up, sorry

fixing copy checked in with conflicts

Added parameter and check to condition scanning of Qmail queue for replies,

since not everybody will have qmail installed and setup for that. Bumped

package version to allow upgrading.

making apm_load_catalog_files simply return in case acs-lang hasn't been installed yet

default apm_higher_version_installed_p to 0 since if no version is installed at all it follows that no higher version is installed