• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
several bugfixes, extended category::ad_form to let user change the element name of the category widgets

using listbuilder

added support for require_category_p

- Fixed bug: default for ad_html_text_convert was set to truncate at 70 chars

- The algorith in util_close_html_tags for including ellipsis in determining when to break was flawed -- caused it to break too son

file upgrade-5.0.0-5.0.1.sql was initially added on branch oacs-5-0.

changing the lang_messages_audit table to have a new audit_id integer primary key column. Having the overwrite_date in a composite primary key seemed problematic. Bumping version number of acs-lang to 5.0.1

Make the bars grey

Use pre-format for comments making it easier to read dumps of variable/techstuff

Added subnavbar navigation to bookmarks. Bookmark-header contains the header with the navigation and can be changed to whatever you want on your website. Maybe it should go to /lib.

    • -0
    • +48
    /openacs-4/packages/bookmarks/www/bookmark-header.adp
    • -0
    • +83
    /openacs-4/packages/bookmarks/www/bookmark-header.tcl
Instructions to restart postgres relied on on daemontools. Put in

alternate instructions for people who didn't install with daemontools

(which will be most people)

Lots of changes!

First of all, one user reported that a view was breaking because

customer_id wasn't a part of the projects table. I'm trying one other

thing that might work.

Add a proc for creating tasks

Add sorting columns in list builder views

Add in status values for tasks, procs to get standard status values

Tasks page now shows own tasks by default, option to show other people's tasks.

Lots more debugging, but some of the new functionality hasn't been

tested much yet.

  1. … 22 more files in changeset.
bumped version # and added automount

initial version

    • -0
    • +22
    /openacs-4/packages/acs-reference/www/view-one-reference.xql
removed inline sql

fixed context bar

Added in clarification that a user should not proceed unless env |grep

PATH works correctly. Also added in a note that Debian users can use

adduser instead of useradd. A person who was installing had problems

because they didn't do this.

Adding in a mostly unused page

file task-print-postgresql.xql was initially added on branch oacs-5-0.

file task-print.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/project-manager/www/task-print.tcl
file task-print.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/project-manager/www/task-print.adp
changed to use listbuilder whenever possible

  1. … 6 more files in changeset.
Committed lots of fixes from Joel

Cleaner code

- Improved text formatting and clipping

- Added test cases

Added util::age_pretty proc

removing comment about package_id in lang::user::locale proc being preliminary

removing comment about package_id in lang::user::locale proc being preliminary

Renamed misnamed edit-this-page upgrade script: should be 1.4-1.5, was 1.3-1.5

file upgrade-1.4-1.5.sql was initially added on branch oacs-5-0.

porting queries in the 2.0 version of workflow from postgres to oracle. Moving common query workflow::case::fsm::get_state_info_not_cached.select_state_info into shared xql file.