• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed the # url to link to the one-entry page.

Fixed bug in money_select query as reported by Janus Dubanik

Fixed bug #1692, based on patch by Brad Buell

Included fix for ec_formatted_date & ec_formatted_full_date and dates including timezone (-TZ) information as returned by PG 7.2.

Added the dependency on Reference Data - Country.

PM: adding notification and patches to the Bug Tracker. The new version number is 0.8 and there is a corresponding upgrade script

    • -0
    • +10
    /openacs-4/packages/bug-tracker/lib/pagination.adp
    • -0
    • +36
    /openacs-4/packages/bug-tracker/lib/pagination.tcl
  1. … 15 more files in changeset.
Added index page

    • -0
    • +20
    /openacs-4/packages/acs-lang/www/doc/index.html
In order for the Bug Tracker version bar to work I added the possibility for a package to stick something at the beginning of the HTML body. This is a temporary workaround. It may not work well with sites with customized default-masters. The Bug Tracker should show its version information between the header and footer instead

added ad_proc docs to procs and an ad_proc stub for if ad_proc absent

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 678 more files in changeset.
fix link

change rowid to oid as rowid

fixes 'oid as oid as rowid' in select

Make rp_report_error log more information error page and referer patch 359 Andrew Grumet

adds links for uninstalled packages feature 1602/patches 317,361 Jun Yamog

Fixed bug #13: Make it clear that you have to close resolved bugs

fix comment/s on blog entry display (only by focusing on the trivial can we accomplish nothing)

fix html typo

Changed name of database statement for various stats queries, otherwise we'd have problems porting this to Oracle.

-Moved string_truncate to ACS core

- Added 'string_truncate' proc that can truncate a string, potentially close any cut-open HTML tags, and add ellipsis ...

Modified to fit with new default-master with context_bar and headers.

- Moved the <form> tags to be outside the <tr> again ... it may not be XHTML, I don't know, but the form tag introduces annoying vertical whitespace at the bottom on the login box.

- Added back the <p> tag that separates the log in box from the quick links for aesthetics. I also added a </p>, to make it XHTML.

undo ns_urlencoding on month view. ansi_date is ns_urlencoded in dt_widget_month

    • -3
    • +3
    /openacs-4/packages/calendar/www/view.tcl
fixed bug in dt_widget_day that only shows up if activity is more than one hour long. Essentially the_hour was incrd by i to get a new index value. The previous index is later needed, so I added an expression to subtract i from the_hour

fixed more calendar navigation links. similar to previous fix. Also fixed list display so that it only shows activities for one day at a time. Also fixed link in url_template. Moved sort_by query grab to ad_page_contract as optional query var. --Tom Jackson

    • -8
    • +15
    /openacs-4/packages/calendar/www/view.tcl
fixed prev and next_nav_template link: date needed ns_urlencoding and link went to directory instead of back to the view file.

    • -4
    • +4
    /openacs-4/packages/calendar/www/view.tcl
fixes typo in wp_presentation__delete (where was wh)

ad_context_bar calls which were removed in error

remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.