webgui/lib/WebGUI
Patrick Donelan 549f9ce650 Fix bugs in ExpireIncompleteSurveyResponses Workflow
Need to join on revisionDate otherwise one email per Survey revision
will be sent. (Added explicit test for this)

Some standard template vars were also missing - username and userId.

(forward-port from webgui-7.7)
2009-09-25 14:13:15 +10:00
..
Account Allow profile fields to be emptied. Fixes bug #10913. 2009-09-14 20:42:38 -07:00
AdSpace - Removed dubious 3px padding around image based ads in an adspace. 2009-05-22 16:37:25 +00:00
Asset Events in the calendar, with and without starting times, behave similarly. Fixes bug #11033 2009-09-24 16:00:54 -07:00
AssetAspect Make subscribable asset handle its built-in group correctly. Fixes bug#11004 2009-09-18 09:25:30 -07:00
AssetCollateral Fix a bug in AssetCollateral/DataForm/Entry with renameField. 2009-07-05 17:00:31 +00:00
Auth Added POD to WebGUI::Auth::LDAP 2009-07-06 03:31:49 +00:00
Cache merge to 10219 2009-04-08 16:35:31 +00:00
Content Fix a capitalization issue. Fixes bug 10816. 2009-08-24 00:13:46 +00:00
Exception Add POD for Exception/Shop. 2009-07-08 22:19:06 +00:00
FilePump Refactor FilePump/Bundle.pm to use the JSONCollateral Aspect. 2009-08-26 15:46:33 +00:00
Form Uppercase any lowercase zipcode letters entered. Fixes 11018. 2009-09-24 09:32:14 -07:00
Help WikiPage displays a locked label when locked. fixes bug #10998 2009-09-16 16:07:59 -07:00
i18n i18n the owner label in the Thing group properties. 2009-09-24 14:44:14 -07:00
Image Fixed Poll: Pie Chart broken (#10830) 2009-08-27 16:17:14 +00:00
Inbox Fixed a whole lot of brokenness in Inbox SMS/Email notifications 2009-08-16 09:42:35 +00:00
Macro Force userId comparisons in SQL to use strings, not numbers. 2009-09-05 10:04:16 -07:00
Mail Fixed a whole lot of brokenness in Inbox SMS/Email notifications 2009-08-16 09:42:35 +00:00
Operation remove debug code from CSRF code. 2009-09-22 13:35:16 -07:00
PassiveAnalytics Adding missing i18n to PassiveAnalytics 2009-04-29 04:15:45 +00:00
Search Add tests for ideogram searching. ft_min_word_len must be 2 or less. 2009-08-21 21:29:43 +00:00
Session change CSRF token messages from warn to debug 2009-09-07 00:34:06 -05:00
Shop More tests for bug fix #11009. 2009-09-21 19:44:43 -07:00
SQL updating copyright year 2009-02-20 23:47:30 +00:00
Storage updating copyright year 2009-02-20 23:47:30 +00:00
URL Allow snippets to be really empty, without showing the Page Not Found screen. 2009-07-06 19:35:00 +00:00
Workflow Fix bugs in ExpireIncompleteSurveyResponses Workflow 2009-09-25 14:13:15 +10:00
Account.pm Add managed Friends network, allowing a designated group to add and remove 2009-05-14 02:25:36 +00:00
AdminConsole.pm Add a form to the admin console for CSRF protected actions. 2009-07-14 15:52:55 +00:00
AdSpace.pm Finish updating AdSpace for reorganization. 2009-09-02 18:47:55 -07:00
Affiliate.pm updating copyright year 2009-02-20 23:47:30 +00:00
Asset.pm Fix bad URLs from happening when inheritUrlFromParent is used. Fixes bug #11011 2009-09-22 11:45:06 -07:00
AssetBranch.pm add missing fields to edit branch 2009-09-22 10:01:22 -05:00
AssetClipboard.pm Clear cache on assets in trash and clipboard limbo states. fixes bug #11027 2009-09-23 15:39:56 -07:00
AssetExportHtml.pm explicitly close filehandle used for exports 2009-09-24 18:55:23 -05:00
AssetLineage.pm Small bug with the memory leak fix... fixed 2009-08-19 21:37:17 +00:00
AssetMetaData.pm Refactor getMetaDataFields to use WebGUI::SQL methods. 2009-09-13 06:15:34 -07:00
AssetPackage.pm Use the new method for getting the asset manager URL. 2009-06-19 18:05:58 +00:00
AssetTrash.pm fix invalid i18n label in AssetTrash 2009-09-24 18:55:23 -05:00
AssetVersioning.pm Refactor out the JSON collateral code from FilePump/Bundle.pm to make an aspect 2009-08-26 15:42:18 +00:00
Auth.pm Forward port POD whitespace fix. 2009-06-02 16:31:14 +00:00
Cache.pm updating copyright year 2009-02-20 23:47:30 +00:00
Config.pm address cached config objects by full file name 2009-09-24 18:55:22 -05:00
Crud.pm Fixes #10660 Crud doesn't like 0 2009-07-18 03:03:22 +00:00
DatabaseLink.pm Fix queryIsAllowed to look at the first word in the query, regardless of punctuation or whitespace. 2009-08-11 00:11:10 +00:00
DateTime.pm rfe: Extend DateTime for Week-Nrs (#9151) 2009-04-16 17:06:50 +00:00
Exception.pm Better template diagnostics on failure. It now also includes the template URL, and templateId 2009-06-08 16:53:53 +00:00
Form.pm Automatically add a token to any autogenerated form. 2009-07-06 17:20:27 +00:00
FormValidator.pm updating copyright year 2009-02-20 23:47:30 +00:00
Friends.pm updating copyright year 2009-02-20 23:47:30 +00:00
Group.pm allow WebGUI::Group->vitalGroup to be called on an object 2009-09-23 06:41:55 -05:00
HTML.pm Extend WebGUI::HTML::filter to also do encode XML entities. 2009-08-05 21:47:14 +00:00
HTMLForm.pm merged with HEAD and other interesting changes 2009-03-19 04:12:03 +00:00
Image.pm Fixed a problem with graphing created by the newer versions of Image Magick. 2009-06-02 18:42:43 +00:00
Inbox.pm Add managed Friends network, allowing a designated group to add and remove 2009-05-14 02:25:36 +00:00
International.pm International text retrieval has been optimized 2009-02-20 23:50:20 +00:00
JSONCollateral.pm Refactor out the JSON collateral code from FilePump/Bundle.pm to make an aspect 2009-08-26 15:42:18 +00:00
Keyword.pm Fix Keywords so that by default, only Keywords from published assets are returned. 2009-07-20 16:01:30 +00:00
LDAPLink.pm updating copyright year 2009-02-20 23:47:30 +00:00
Macro.pm Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
Operation.pm added services to create, update, and delete users 2009-05-15 18:10:26 +00:00
Paginator.pm Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for 2009-04-26 23:14:22 +00:00
PassiveProfiling.pm updating copyright year 2009-02-20 23:47:30 +00:00
PerformanceProfiler.pm Add missing POD to PerformanceProfiler. 2009-07-04 23:56:39 +00:00
Pluggable.pm allow exception objects to pass through pluggable 2009-05-21 14:49:14 +00:00
ProfileCategory.pm Remove some whitespace. 2009-05-13 18:01:32 +00:00
ProfileField.pm Check for additional bad user profile field names. bug #10941 2009-09-10 08:43:25 -07:00
ProgressBar.pm ProgressBar tweaks 2009-06-19 02:02:20 +00:00
Search.pm Add tests for ideogram searching. ft_min_word_len must be 2 or less. 2009-08-21 21:29:43 +00:00
Session.pm Revert "When opening or duplicating Session objects, pass on any Apache2::Request object" 2009-09-08 11:06:39 -05:00
SQL.pm make buildHashRef faster 2009-09-16 18:28:32 -05:00
Storage.pm Encapsulate logic for determining if an SSL request has been made. 2009-08-19 18:25:00 +00:00
TabForm.pm Automatically add a token to any autogenerated form. 2009-07-06 17:20:27 +00:00
Text.pm updating copyright year 2009-02-20 23:47:30 +00:00
User.pm RE: Profiles, public != visitor. fixes #10907 2009-09-06 19:37:25 -07:00
Utility.pm Added WebGUI::Utility::scalarEquals for strict equality checks of scalars 2009-06-19 08:06:51 +00:00
VersionTag.pm Fixed version tag modes bug #10689 2009-08-07 18:02:25 +00:00
Workflow.pm updating copyright year 2009-02-20 23:47:30 +00:00