andrewg in OpenACS

Added commit on openacs-4 for clasohm.

My Solaris machine does not have 'whereis' installed. Windows machines may not have 'find' installed. This code needs to be refactored, perhaps putting the ImageMagick paths in apm parameters like other packages that use ImageMagick do.

Remove semicolon from the end of get_calendar_name, breaks Oracle.

Remove semicolon from the end of get_calendar_name, breaks Oracle.

Updated a few files from Jeremy's tarball, which seems to be quite different from the code in CVS. Also attempted to preserve malte's navbar_list-handling code.

Adding Oracle creation script and adding an extra qualification to the update.

Resolving outstanding permissions bugs in forums. Please let me know if you have any trouble with it.

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
    • -7
    • +7
    /openacs-4/packages/forums/tcl/forums-procs.tcl
file upgrade-1.1.2d4-1.1.2d5.sql was initially added on branch oacs-5-1.

Don't launch a new window when opening a folder; find the correct package_id even if included from elsewhere, e.g. a dotlrn portlet.

Removed trailing semicolons which are problematic for Oracle (unless we're in a plsql block, which we're not).

Removed trailing semicolons which are problematic for Oracle (unless we're in a plsql block, which we're not).

Testing commit after updating the postcommit_actions script. Please ignore.

Removed import of whrandom, which is deprecated. The module wasn't being used, actually, but there was some commented-out code that referenced it, so I added a comment about what to do (use random) if the code is needed again.

Adding several configurable behaviors, with defaults that preserve previous behavior. They are: ability to display full news items even when there are more than 1, ability to turn off attribution when displaying full item content, ability to also display subgroup news items.

Removing the flag that forces the content widget to use htmlarea. Let's leave that to the UseHtmlAreaForRichtextP parameter in acs-templating, especially because htmlarea is a bit buggy on some platforms.

file upgrade-2.1.2d1-2.1.2d2.sql was initially added on branch oacs-5-1.

Adding format column to support the richtext various widget options. This commit accompanies victorg's commits to the rest of static-portlet to support the same thing.

Oops, DownloadTargetWindowName is a string not a number.

Added a new parameter, DownloadTargetWindowName

Added parametrized ability to launch downloads in a separate window.

Added parametrized ability to launch downloads in a separate window.

Added a new parameter, DownloadTargetWindowName

Moving the call to db_bounce_pools from packages-install-4.tcl to apm_package_install_data_model.

Recompiling content_item didn't work. We needed to bounce the db pools, which we're doing now from apm.

Adding new proc db_bounce_pools and calling it after each package is installed or upgraded. Installations/upgrades are done in a separate process, making changes that could affect our sessions. This is particularly a problem with the content_item package on Oracle. To be on the safe side we refresh the db connections after each install/upgrade.

Button lists weren't wrapping cleanly. This inserts a little extra vertical space. The 250% value was a tradeoff between IE, where the separation is largeish, and Firefox, where the separation is smallish.

Button lists weren't wrapping cleanly. This inserts a little extra vertical space. The 250% value was a tradeoff between IE, where the separation is largeish, and Firefox, where the separation is smallish.

Adding a CSS class for file type icons. Currently it's only used by dotlrn but it's helpful, harmless and may come in handy for others at some point.

Adding a CSS class for file type icons. Currently it's only used by dotlrn but it's helpful, harmless and may come in handy for others at some point.

Adding a new parameter, hide_personal_portal_p, that can be used to suppress navigation to the personal portal. It's an unusual feature, but one that has nonetheless come in handy here at Sloan. The default value of 0 preserves past behavior.

    • -0
    • +1
    /openacs-4/packages/dotlrn/dotlrn.info
    • -1
    • +11
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl