• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing broken member-add page by removing rel_type column that is not selected in the xql:s

Merged patches from OACS 4.6 branch to openacs.org: component-ae and version-ae drop-downs of all users replaced with search widget; search/assignee widget now displays emails

permissions lars for openacs.org-dev commits

Fixed version-ae and component-ae so they use the search widget. Also fixed minor bug in bug-tracker-procs, where I'd forgotten to add the email of the current user.

Added email to the drop-down of users to pick from as assignees

no postgres support bug 77/patch 12 Vinod Kurup

acs_function_args should have been define_function_args

remove oracle file, fix fetch_paths query, comment on idiocy of existing delete function fixes bug 81

use ns_returnfile for returning files from the content repository

fixes spam from download bug 1675/patch 514 Vinod Kurup

  1. … 6 more files in changeset.
Default timezone to UTC, not New York (not that I don't like New York, I do, a lot, actually, but UTC is more neutral)

Default timezone to UTC, not New York

quote html in subjects on the search page

    • -2
    • +4
    /openacs-4/packages/forums/www/search.tcl
define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

html quoting for plain text bug 1954/patch 513 Eduardo P�rez

    • -6
    • +1
    /openacs-4/packages/notes/www/index.adp
    • -1
    • +5
    /openacs-4/packages/notes/www/index.tcl
bad close table bug 1955/patch 515 Jun Yamog

Fixed skewed layout for url entries.

I18N: trying to make sure that everytime the role pretty names are displayed they are localized (they may be message keys in the database). Since I couldn't figure out how to use the group type / relationship admin UI I didn't test this change as thoroughly as I would have like to...sorry

I18N: we need pretty_name and pretty_plural of the member relationship role to be internationalized in dotLRN - using two new message keys

add double-click and back-submit protection

    • -132
    • +92
    /openacs-4/packages/survey/www/process-response.tcl
Added TODO comments about deleting stale items and all their attached

comments, only.

Fixed bug #1: subscribe link not shown when there are no bugs

Improved notifications; added an error to the errorlog when notifications don't work.

Added 'on delete cascade' constraint to bt_projects_apm_packages_fk, and sourcing bug-tracker-notifications-init.sql, so notifications actually work when you install bug-tracker :)

Bug: acs-lang had a default sysdate. Changed to default now()

Make errors during install process more obvious.

Peter made it so that if you don't supply a name for your new package instance, it uses the pretty name of the package

fix merged from oacs-4-6 for bug 10 by Lars

let's not double quote messages (some have HTML in them) in textareas (the form builder quotes for us)

performance work + patch for read == add comment