• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed several bugs

modified content_item.get_title to return a useful label for extlinks (postgres and oracle)

Added file so people know what this directory is for.

Moved templates to survey folder so they can be processed correctly.

deleting old relations properly on edit so that we don't have trailing acs_object records lying around that cause context_id integrity violation on deletion

Bug #1514. Fixed typo.

    • -1
    • +1
    ./contrib/packages/survey/www/respond.adp
Bug #1527. Fixed typo.

Bug #1564. Fixed typo.

Bug #1565. Changed the text in the catalog.

#1574. Fixed typo.

simplified links to generated documentation

    • -19
    • +2
    ./packages/acs-core-docs/www/index.adp
Added parameter that controls whether to use the navbar or subnavbar css

classes when rendering our navigation bar.

These were redundant, in the wrong directory

    • -29
    • +0
    ./contrib/packages/portal/www/render-element.adp
    • -42
    • +0
    ./contrib/packages/portal/www/render-element.tcl
Made new element name default to the portal datasource's pretty name, rather

than internal name.

    • -3
    • +3
    ./contrib/packages/portal/tcl/element-procs.tcl
Added a "portlet-header" class to match the "portal" and "portal-body" classes.

Made it easier to generate the protal package portlet header with its

multicolumn format. Portal standard theme now uses the proper OpenACS

CSS stuff.

Changed the "simple" theme to be a "standard OpenACS theme", by which I mean

it uses the portal, portal-body and portal-header .CSS classes which are

defined in our standard .CSS file. This gives portlets a look that's identical

to the non-portalled standard OpenACS index page.

    • -30
    • +46
    ./contrib/packages/portal/lib/page-configure.adp
    • -49
    • +31
    ./contrib/packages/portal/www/themes/simple-theme.adp
Version 0.8 of project-manager. Processes now work as they should,

task editing fixed, began moving some functionality to /tcl

procs. Found a bug in compute_status proc that could hang the

server. Still not release-ready, but getting closer. Notifications are

broken, and Processes use an older UI than Tasks, but at least they

now work.

  1. … 31 more files in changeset.
Wrap includes in ad_try to avoid dumping error to errorlog when ad_script_abort is called from an include template

    • -3
    • +3
    ./packages/acs-templating/tcl/tag-init.tcl
Took advantage of Lars's improvement to the template engine (includes are

wrapped in "catch" now so a broken include doesn't break the entire page).

Moved cal_items_types to outer join.

    • -3
    • +4
    ./packages/calendar/www/views-postgresql.xql
Return object/ or object-content/ based on mime_type

    • -2
    • +7
    ./packages/simulation/tcl/object-procs.tcl
Killed the 'Posted' part of the entry line

    • -1
    • +1
    ./packages/lars-blogger/www/entry-chunk.adp
- Fixed bad <a/> instead of </a> tag

- Re-enabled the blogroll includelet, since includes no longer break the entire page

Clarified thee RefreshCache parameter: default is 'as needed', not 'when needed'; added docs to the parameter description in the .info file

    • -2
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
Don't break the entire page when an include template fails; only break the include

    • -7
    • +14
    ./packages/acs-templating/tcl/tag-init.tcl
Got rid of old weblogs_ping parameters

    • -2
    • +0
    ./packages/lars-blogger/lars-blogger.info
    • -12
    • +0
    ./packages/lars-blogger/tcl/install-procs.tcl
    • -10
    • +0
    ./packages/lars-blogger/tcl/weblogs-procs.tcl
    • -0
    • +11
    ./packages/lars-blogger/www/admin/ping-url-add-api.tcl
Removed deprecated lars_blog_weblogs_com_update_ping proc

    • -1
    • +0
    ./packages/lars-blogger/tcl/entry-procs.tcl
    • -55
    • +1
    ./packages/lars-blogger/tcl/weblogs-procs.tcl
    • -7
    • +0
    ./packages/lars-blogger/tcl/weblogs-procs.xql
Removed deprecated lars_blog_entry_edit

Getting rid of lars_blog_entry_add, which has been replaced by lars_blogger::entry::new

Removed entry-edit from admin yet again