• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
initial import

    • -0
    • +189
    /openacs-4/packages/survey/survey.info
    • -0
    • +30
    /openacs-4/packages/survey/sql/oracle/diff
    • -0
    • +242
    /openacs-4/packages/survey/sql/oracle/survey-create.sql
    • -0
    • +60
    /openacs-4/packages/survey/sql/oracle/survey-drop.sql
    • -0
    • +484
    /openacs-4/packages/survey/sql/oracle/survey-package-create.sql
    • -0
    • +76
    /openacs-4/packages/survey/sql/postgresql/survey-drop.sql
    • -0
    • +83
    /openacs-4/packages/survey/tcl/survey-procs-oracle.xql
    • -0
    • +519
    /openacs-4/packages/survey/tcl/survey-procs.tcl
    • -0
    • +295
    /openacs-4/packages/survey/tcl/survey-procs.xql
    • -0
    • +21
    /openacs-4/packages/survey/www/index-oracle.xql
  1. … 155 more files in changeset.
Forgot this addition to make before_html and after_html work with ad_form

add @see comments for most deprecated functions

display @see comments in procedures. Could be fancier (handle links to docs and urls). save for later. fixes 1713/patch 423

fixed query

Use the existing form builder search widget instead of the user widget I'd created a couple days ago.

Removed the user data type and widget. Instead, I made a simple enhancement to the existing search widget, so we can use that instead.

Attempt to prevent inadvertently uploading bookmarks to

another users account. Bug 1626/patch 326 Cathy Sarisky

(although modified to still allow submission but prominently

display "Not in your account")

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