• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
some more l10n for timestamps

use localized dates

%D format (which should not be used) had month twice.

fix context i18n

    • -1
    • +1
    /openacs-4/packages/faq/www/admin/faq-new.tcl
add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12

fix the write_p error on page edit, add an inline style to make edit box less small

make patch and patch-list suck less. count queries were really awful.

use the faster acs_users_all view rather than cc_users to get submitter (it's the right view anyway since you don't care about the current users membership state etc)

Remove debugging log notice.

file rss-support.en_US.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-03 12:47:50 +0000

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