Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2470 visitors today
Log In Register

Forum CVS Commits: openacs-4/packages/acs-templating/tcl - lars (1 file)

OpenACS Home : Forums : CVS Commits : openacs-4/packages/acs-templating/tcl - lars (1 file)

Icon of Envelope Request notifications

Author:	lars
Update of /cvsroot/openacs-4/packages/acs-templating/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv30004

Modified Files:
      Tag: oacs-4-6
	tag-init.tcl 
Log Message:
Fixed  tag so it allows you to pass in a variable instead of a fixed sting

+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/acs-templating/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv718

Modified Files:
      Tag: oacs-4-6	date-procs.tcl 
Log Message:
Carry the -html option to the form builder date widget on through to the HTML form elements
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/workflow/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv4907

Modified Files:
      Tag: oacs-4-6	install-procs.tcl 
Log Message:
Fixed output to GetPrettyName operations: should be 'pretty_name:string', not 'object_type:string'. I'm pretty sure we don't need an upgrade script, since nobody checks the names of those returned values, anyway.
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv6596

Modified Files:
      Tag: oacs-4-6	notification-procs.tcl 
Log Message:
Truncate the notification subject. The column is only defined to be varchar(100), which is probably fairly reasonable, but also fairly easy to outgrow
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv26155

Modified Files:
      Tag: oacs-4-6	utilities-procs.tcl 
Log Message:
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.
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv26771

Modified Files:
      Tag: oacs-4-6	text-html-procs.tcl 
Log Message:
Added switch to string_truncate to allow you to specify your own ellipsis string
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/logger/www
In directory samoyed.furfly.net:/tmp/cvs-serv27534/www

Modified Files:
      Tag: oacs-4-6	index.adp index.tcl 
Log Message:
- 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
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/logger/www/lib
In directory samoyed.furfly.net:/tmp/cvs-serv27534/www/lib

Modified Files:
      Tag: oacs-4-6	entries-table-oracle.xql entries-table-postgresql.xql 	entries-table.adp entries-table.tcl 
Log Message:
- 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
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/logger/www/lib
In directory samoyed.furfly.net:/tmp/cvs-serv5309/lib

Modified Files:
      Tag: oacs-4-6	entries-table.adp entries-table.tcl 
Log Message:
Make subtotals work for average'd variables
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv13369

Modified Files:
      Tag: oacs-4-6	text-html-procs.tcl 
Log Message:
Stupid off-by-one: string_truncate -len 10 would give you a string of length 11