• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Addapted .adp files to revised master template.

  1. … 5 more files in changeset.
Addapted .adp files to revised master template.

Removed double context bar and title

Posted time was mistakenly shown as HH24:SS instead of HH24:MI, so the seconds were displayed in place of the minutes

fixed a bug that caused posted_date to be updated when you do *not*

change the draft_p status, which was exacatly the opposite of the

intention. The intention is that when you change status from draft to

publish, the posted_date is set. That's how it works now.

Updated one-entry display to match the new look of the default blog display

Moved the Edit/Delete/Publish/Revoke links.

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.