• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed a typo resulting from moving from the template db api to the standard

db api.

    • -1
    • +1
    /openacs-4/packages/cms/tcl/module-procs.tcl
Implemented Tilman's suggestion to automatically back up when the search finds no users.

The useless address confimation pages have been removied thanks to rp_internal_redirect.

The useless address confimation pages have been removied thanks to rp_internal_redirect.

  1. … 16 more files in changeset.
Fixed more package_url problems

Don't use ad_conn package_url in blog.tcl/adp and entry-chunk.tcl/adp, because these can be called without a connection.

Uh-oh, turns out I bumped the version number *down*

Forgot to bump up the version number so the new parameter is picked up by the APM

Parameterized the header background color

Don't nowrap the notification chunk, it's too wide

Added notifications to lars-blogger

    • -0
    • +46
    /openacs-4/packages/lars-blogger/tcl/entry-procs.tcl
    • -0
    • +30
    /openacs-4/packages/lars-blogger/tcl/entry-procs.xql
  1. … 13 more files in changeset.
Added instance_name to the site_node structure, and changed the init_cache and update_cache procs to use column_array, which makes them much simpler.

Added <label for=...>...</label> tags to radio and checkbox widgets ... improves the UI slightly.

Improved archive pages, improved entry edit form.

Better display of help_text

Added before_html and after_html properties to form elements to allow you to put stuff around the widget on the form. This is useful for javascript links that do something clever, but you can put anything here.

Added a calendar widget

    • -0
    • +33
    /openacs-4/packages/lars-blogger/www/calendar.tcl
    • -0
    • +14
    /openacs-4/packages/lars-blogger/www/calendar.xql
Added missing file to .info file

dt_prev_month_name mistakenly returned the name of the next month instead of the previous one.

dt_widget_calendar_navigation: list_of_vars didn't get initialized if there were no pass_in_vars, which caused the proc to break.

- Cleaned up templates. There's now a single template for displaying an entry, so it's always displayed consistently.\n- Moved lars_package_url_from_package_id into the core as apm_package_url_from_id.\n- Introduced a lars_blog_public_package_url proc so that's consistent, too.

    • -0
    • +45
    /openacs-4/packages/lars-blogger/www/entry-chunk.adp
    • -0
    • +39
    /openacs-4/packages/lars-blogger/www/entry-chunk.tcl
  1. … 11 more files in changeset.
Added apm_package_url_from_id procedure and changed apm_package_url_from_key to use that

Better yet: Offer people a checkbox that they can check if they want to attach stuff ... most people don't, so we default to no.

Go back to the return_url after posting a comment, instead of going to

the useless view-comment page. If people want to add an attachment,

they can click "view details" afterwards.

Fix handling of empty contents on xml parse bug 1679/patch 421

    • -4
    • +10
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
From Lars: Fixed a bunch of little porting errors, but it's still not working bug 1565/patch 283

Fix ad_conn -get form bug 1548/patch 261 Carsten Clashom

Adds util_http_file_upload feature 1673/patch 353 from Michael Cleverly

implement ForceHostP (flag to redirect to cannonical hostname) bug 1566/patch 284 Carsten Clasohm