• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
First cut at admin UI is working, you can now build portal pages for a

subsite using it though it is very primitive.

Removed unneeded files and made the calendar configuration proc understand

master template configuration.

Oops "failure notice" in the bounce e-mail message didn't really want to

become "failure debug".

Changed some "notice" messages to "debug" ...

Set FILE_LINES_LIMIT and FILE_EXCERPTS_LINES to more modest values.

Fixed bug: Only show entries from projects mapped to this package instace

Fix missing ; in content_type__is_content_type for postgresql.

1. acs-reference needs to be installed with the core, it was changed to "f"

for some reason.

2. core packages can't be mounted by the bootstrap installer. They have to

be mounted by acs-install.sql

Portal is no longer a singleton package ...

bugfix: now using [string repeat] to generate indentation

promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh

    • -0
    • +146
    /openacs-4/packages/acs-core-docs/www/ch08s06.html
  1. … 124 more files in changeset.
added example vuh

adding several files for reporting results of install.sh

adding keepalive scripts

    • -0
    • +9
    /openacs-4/etc/keepalive/keepalive-config.tcl
    • -0
    • +57
    /openacs-4/etc/keepalive/keepalive.sh
removing files with spaces, for the second time

file production-configuration.dia was initially added on branch oacs-5-0.

added cosmetic improvements to repository builder UI and output

fixing bug #1331 by defaulting to hourly calendar entry instead of whole day. With this default the javascript graying out the time entries works

removing embedded variables from the I18N messages. The translation reuse is not worth the maintainability problem of embedded variables.

  1. … 5 more files in changeset.
displaying error message and stack trace when portal evaluation throws an error

Cosmetic ...

package_instantiate_object always passed NULL as the object id to new()

if you were generating the object from a form.

Clarified that vacuum is not necessary for version of Postgres 7.4 and above.

Forgot to turn off debugging mode in new repository builder

New version of repository-builder also builds html pages for the repository, and one for each channel

    • -0
    • +10
    /openacs-4/packages/acs-admin/www/apm/repository-index.adp
- Use openacs-x-y-compat tag to find packages

- Include dotlrn-core packages in repository

Bumped PG check to require 7.3

Upgraded PG check to require PG 7.3

fixing bug #964 by making sure the pretty name of the dotlrn static portlets are message keys. In this case the messages have variable lookups for reuse of messages - something I think we want to move away from because it somewhat obscurely requires certain variables to be defined in the scope of the message lookup.

when doing message lookups in lang::util::localize we need to fetch value of any embedded vars two levels up