• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 322 more files in changeset.
Remove references to assessment and put the message keys where they

belong for progress bar

  1. … 2 more files in changeset.
Add missing closing > for title tag

Adding graphic progress bar for LORSM progress bar delviery and

Assessment. It can be used for any 1 of X pages situation.

file static-progress-bar.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    ./static-progress-bar.adp
file static-progress-bar.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    ./static-progress-bar.tcl
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 366 more files in changeset.
closing div

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 719 more files in changeset.
Uncommented the whole line as it caused errors. We should not log the error messages if we are not sending emails anyway...

Turn off emailing page errors.

Whoever added this, please, please,please! add the paramtere for this and

make it off by default.

Errors should be send to the HostAdministrator, not to the SystemOwner, as the hostadministrator deals with technical issues, not the system owner

Add catch around call to ns_sendmail. Fixes bug#2573

I18N of error messages

  1. … 3 more files in changeset.
send peeraddr out and send mail to the ad_admin_user not the system_owner since its a better fit for the role

Check for acs kernel parameter ( SendErrorEmailP ) for sending email error or not.

Removing automatic suscription to notifications when creating a new bug.

quotehtml the error and user agent

add a navigation::package_admin callback and an implementation for forums and the lib include to generate html

  1. … 2 more files in changeset.
fixed mismatched message_key with catalog

Adding functionality for autosubmition of errors into de the bug-tracker.

Sending an email to the system owner when an error have occurred, detailling info

like user_id, browser's user, error details, etc.

  1. … 3 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Fixed HTML/CSS for progress bar

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
    ./ad-return-complaint.adp
Fixed bug #1555: ad_return_complaint behavior changed

  1. … 1 more file in changeset.
Templated some error pages

Template the ad_page_contract complain page

  1. … 1 more file in changeset.
Template the error page

  1. … 1 more file in changeset.
Added ad_progress_bar_begin and ad_progress_bar_end for constructing progress bars

  1. … 1 more file in changeset.