• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Started work on refactoring tcl library

Removed duplicate parameters that snuck in when I merged with 4.6

Wow, fixed a bug that's been here since 4.5! "number" is not a PG

datatype, switched to integer ...

Sorted the project_options list by project_name, and moved the query to the xql file

Fixed prefs.tcl select query, and changed context_bar to context in all pages except those that still use bug_tracker::context_bar

merge of 4.6.3b1 to HEAD

    • -2
    • +2
    /openacs-4/packages/wp-slim/wp-slim.info
    • -72
    • +0
    /openacs-4/packages/wp-slim/www/attach-oracle.xql
  1. … 15 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -1
    • +1
    /openacs-4/packages/webmail/webmail.info
merge of 4.6.3b1 to HEAD

    • -1
    • +3
    /openacs-4/packages/survey/survey.info
  1. … 4 more files in changeset.
merge of 4.6.3b1 to HEAD

merge of 4.6.3b1 to HEAD

  1. … 15 more files in changeset.
merge of 4.6.3b1 to HEAD

merge of 4.6.3b1 to HEAD

merge of 4.6.3b1 to HEAD

    • -1
    • +1
    /openacs-4/packages/news/www/index.tcl
  1. … 27 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 50 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -1
    • +1
    /openacs-4/packages/cronjob/cronjob.info
  1. … 21 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 62 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 169 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 93 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 29 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 87 more files in changeset.
Merged with 4.6 branch

  1. … 16 more files in changeset.
adding missing functions name and revision-name

Added a little clarification to the template::element::create -validate option

Fixed 'Filtered bug list' to use the pretty-name; fixed 'my bug list' to follow the way the filters work now.

remove duplicate new_p line

Stupid off-by-one: string_truncate -len 10 would give you a string of length 11

Make subtotals work for average'd variables

- Added 'group by' feature

- default to showing this week, group by day

- show weekday in date column

- use new export_vars -no_empty flag to suppress empty variables

    • -1
    • +2
    /openacs-4/packages/logger/www/index.adp
    • -13
    • +55
    /openacs-4/packages/logger/www/index.tcl
    • -40
    • +135
    /openacs-4/packages/logger/www/lib/entries-table.adp
Added switch to string_truncate to allow you to specify your own ellipsis string

Added -no_empty switch to export_vars.

If specified, variables with an empty string value will be suppressed from being exported.

This avoids cluttering up the URLs with lots of unnecessary variables.

If we weren't this close to an important release, I would advocate making -no_empty the default behavior.