• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added acs-kernel dependancy for proper loading order. (At the request of pluto@objectrealms.net)

Removed duplicate query declaration.

Removed duplicate function declaration.

changed the message to warn people that this might really take a long time, to avoid them interrupting it

Added emoticons, bumped up version number to 0.4 (to be merged with 0.3d from oacs-4-6 later) so that the new parameter gets recognised.

    • -2
    • +25
    /openacs-4/packages/forums/forums.info
    • -0
    • +35
    /openacs-4/packages/forums/tcl/messages-format-procs.tcl
    • -4
    • +1
    /openacs-4/packages/forums/www/message-chunk.adp
    • -1
    • +10
    /openacs-4/packages/forums/www/message-chunk.tcl
    • binary
    /openacs-4/packages/forums/www/graphics/angel.gif
    • binary
    /openacs-4/packages/forums/www/graphics/bigsmile.gif
    • binary
    /openacs-4/packages/forums/www/graphics/burp.gif
    • binary
    /openacs-4/packages/forums/www/graphics/crazy4.gif
    • binary
    /openacs-4/packages/forums/www/graphics/crossedlips.gif
    • binary
    /openacs-4/packages/forums/www/graphics/cry.gif
    • binary
    /openacs-4/packages/forums/www/graphics/embarrassed.gif
    • binary
    /openacs-4/packages/forums/www/graphics/farted.gif
    • binary
    /openacs-4/packages/forums/www/graphics/kiss.gif
    • binary
    /openacs-4/packages/forums/www/graphics/moneymouth.gif
    • binary
    /openacs-4/packages/forums/www/graphics/oneeye.gif
  1. … 8 more files in changeset.
Date/time/number localization that was forgotten to carry over to postgresql, fixes message posting on pg

add 4.6 links

Applied Tom Jackson's patch to host node map

download should depend on acs-mail 4.6 (not 4.6.1). Thanks cro

applied patch supplied by Ola Hansson which fixes the drop commands to support both the 7.2 and the 7.3 syntax

Removed dublicate declaration of content_module__new (varchar,varchar,integer,integer,integer)

applied patch #41 by Mark Aufflick that adds a -separator switch to ad_context_bar

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