• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Notification Replies where not dropped.

fixed a spacing typo

Added missing drop statements

Lars changed ad_page_contract to call the "complain" template rather than

spit out HTML directly. However he used a multirow, and while this is nice,

it ain't what "complain" took. I moved "complain" to "ad-return-complaint"

(to match the name of the Tcl proc that calls it) ... and created a new "complain"

that does the multirow thing. "ad_return_complaint" is begging for retirement

as it assumes you have an "<li>" in each error list element if there's more than

one of them and also forces you to pass the number of error messages.

That's why I created a new template rather than rewrite ad_return_complaint

to stuff the error list into a multirow (my "complain" template, used by

"ad_page_contract", does the <li> tags itself - something a site designer

can change, the whole point of templating this).

    • -0
    • +21
    /openacs-4/packages/acs-tcl/lib/ad-return-complaint.adp
added folder rename and permissions buttons

fixed organization__name

Fix for bug #1511

Fixed bug: Pass up context

Wrong arg numbering caused cu_curriculum__new to choke.

Fixed problem with accounting for daylight savings switches within the period

file entries-table-postgresql.xql was initially added on branch oacs-5-0.

file nav-bar.tcl was initially added on branch oacs-5-0.

file nav-bar.adp was initially added on branch oacs-5-0.

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

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

    • -0
    • +0
    /openacs-4/contrib/packages/project-manager/www/lib/master.adp
file entries-table.xql was initially added on branch oacs-5-0.

file entries-table.tcl was initially added on branch oacs-5-0.

file entries-table.adp was initially added on branch oacs-5-0.

file log.adp was initially added on branch oacs-5-0.

file log.xql was initially added on branch oacs-5-0.

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

Project manager 1.0 alpha release. Contains logger integration, UI enhancements and fewer bugs (or newer, more interesting ones). Upgrades not supported

  1. … 44 more files in changeset.
Fixed a small problem which led to a "URL not found" error if you deleted

a subsite from within its own sitemap.

The call to rss_gen_subscr.del was failing because it's a function and Oracle requires that we assign it's return value into a variable. So now we have a v_foo variable to accept the value. rss_gen_subscr.del should really be a procedure, not a function, but that's a much bigger fix and we may revamp RSS instead.

Shorter constraint names to make Oracle happy

Fixing this query.

committed notes, so others can have some more info

making sure you can go straight to the participants tab in the siminst wizard. Fixing ticket 13

giving anonymous users access to the yellow-pages page (ticket #12)

changing permission check to be done on the authenticated user_id (ad_conn user_id), not the untrusted one.