• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo: acs_acs_kernel_id

Fixed usability bug: Didn't search first name; didn't say 'no users found'

    • -10
    • +10
    ./dotlrn/www/admin/add-instructor-2.adp
    • -2
    • +1
    ./dotlrn/www/admin/add-instructor-2.xql
Fixed bug #1612

    • -1
    • +3
    ./acs-tcl/tcl/community-core-procs.tcl
Fixed string_truncate bug.

Missing Owner and pretty_name in spec for register_notification_impl.

Notification Replies where not dropped.

    • -0
    • +16
    ./notifications/sql/postgresql/notifications-replies-drop.sql
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
    ./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

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

    • -3
    • +3
    ./lars-blogger/sql/oracle/lars-blogger-create.sql
Fixing this query.

    • -1
    • +1
    ./acs-service-contract/tcl/acs-service-contract-procs-oracle.xql
making sure you can go straight to the participants tab in the siminst wizard. Fixing ticket 13

  1. … 1 more file in changeset.
giving anonymous users access to the yellow-pages page (ticket #12)

    • -2
    • +5
    ./simulation/www/simulation-master.tcl
  1. … 1 more file in changeset.
changing permission check to be done on the authenticated user_id (ad_conn user_id), not the untrusted one.

  1. … 1 more file in changeset.
changing the proc security::RestrictLoginToSSLP to only return 1 if https is available on the server.

added clear: left; to the style for breadcrumb.

The requirement is only apparent in mozilla - since the font sizing etc there

makes the sitename text sit a little lower, the lhs of the breadcrumb would

alignt with the rhs of the sitename. note that the design requires it in all

css implementations to be correct, and it will do no harm...

Added support for htmlArea to richtext widget. Controlled by the UseHtmlAreaForRichtextP parameter, which currently defaults to 'false', because the user doesn't have a way to turn it off yet, and it doesn't work in all browsers.

    • -1
    • +34
    ./acs-templating/tcl/richtext-procs.tcl
Configure HTMLarea to have the right root directory

Added htmlArea 3.0 beta to OpenACS

    • -0
    • +72
    ./acs-templating/www/resources/htmlarea/dialog.js
    • -0
    • +137
    ./acs-templating/www/resources/htmlarea/example-fully-loaded.html
    • -0
    • +134
    ./acs-templating/www/resources/htmlarea/example-spell-checker.html
    • -0
    • +181
    ./acs-templating/www/resources/htmlarea/example.html
    • -0
    • +180
    ./acs-templating/www/resources/htmlarea/htmlarea.css
    • -0
    • +1629
    ./acs-templating/www/resources/htmlarea/htmlarea.js
    • -0
    • +190
    ./acs-templating/www/resources/htmlarea/index.html
    • -0
    • +13
    ./acs-templating/www/resources/htmlarea/license.txt
    • -0
    • +369
    ./acs-templating/www/resources/htmlarea/popupdiv.js
    • -0
    • +125
    ./acs-templating/www/resources/htmlarea/popupwin.js
    • -0
    • +522
    ./acs-templating/www/resources/htmlarea/reference.html
    • -0
    • +21
    ./acs-templating/www/resources/htmlarea/test.cgi
  1. … 96 more files in changeset.
Added link to developer-support, if installed

    • -0
    • +3
    ./acs-admin/lib/developer-services.adp
    • -0
    • +2
    ./acs-admin/lib/developer-services.tcl
adding an example value to the description for the MapXMLFilePath parameter fixing collaboraid ticket 14

  1. … 1 more file in changeset.
removing dependency of the simulation package on file-storage

  1. … 1 more file in changeset.