• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add some message keys that are useful for any package supporting RSS to

avoid some duplication and possible support a generic UI in the future.

file rss-support.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1.

Add rss_gen_subscr__del function and define function args.

Add tcl procedure to del rss feed subscription.

file upgrade-0.3d4-0.3d5.sql was initially added on branch oacs-5-1.

minor typo

send directly to willfork which will hopefully work

added delete/copy of assessment

    • -0
    • +7
    /openacs-4/packages/assessment/www/admin/assessment-copy.adp
    • -0
    • +46
    /openacs-4/packages/assessment/www/admin/assessment-copy.tcl
    • -0
    • +14
    /openacs-4/packages/assessment/www/admin/assessment-copy.xql
Add tcl API to add a RSS feed.

file rss-support-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/packages/rss-support/tcl/rss-support-procs.tcl
file xml.gif was added on branch oacs-5-2 on 2005-09-23 09:33:46 +0000

Add XML icon to rss-support so any RSS supported package can access it in one place.

file xml.gif was initially added on branch oacs-5-1.

check constraints before starting assessment; check time constraints when submitting responses; added ip_mask to as_assessments; added indexes to speed up datamodel

  1. … 19 more files in changeset.
fix a couple typos, make functions create or replace

ui package does not exist afaict, typo for attachemnts require

don't bind xml_rpc sc twice

Removed as they have been apparently introduced by accident to the repository

We can further simplify the display query when using the paginator because

we don't need to include the filter clauses that are used to restrict the

rows returned. The paginator returns a list of ids that have already been

so restricted so the filter clauses are redundant in the display query.

Switched views for filtered queries that return a bug assigned to a

particular user. The workflow views invoked in these queries simply

do not scale well. This needs to be addressed fundamentally in workwflow

at some point but hacking bug-tracker seems easiest for now.

add a dependency for dotlrn so it won;t try to install before dotlrn is installed

Apply patch 555, fixing bug 1963 makes query on robot detection postgres 7.3

compliant.

Apply a patch 602 (slightly modified) to make party_search be optional when

it is declared to be optional. Fixes bug 2122.

Apply patch 622, makes install.sh respect pg_db_user and UNICODE

Fixes bug 2238 by adding in css file for developer support. The fix

was made by Lars in March 2004 on HEAD.

fix pg syntax for loop...

require dotlrn since without it installing lors initially breaks since it references dotlrn_communities_all in it;s datamodel

comment referenced wrong table

fix some typos in install

some tweaks to install on pg 8.0 -- for some reason acs__magic_object_id declared immutable breaks the install on 8.0 so make it stable

Internationalized the download reasons (other). Sadly this looks like an aweful cludge, if someone else know how to solve this better, feel free to do so