webgui/lib/WebGUI
2010-01-21 21:31:43 -08:00
..
Account newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
AdSpace - Removed dubious 3px padding around image based ads in an adspace. 2009-05-22 16:37:25 +00:00
Asset Quick conversion of Template.pm to Moose. 2010-01-21 21:31:43 -08:00
AssetAspect newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
AssetCollateral newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Auth Added POD to WebGUI::Auth::LDAP 2009-07-06 03:31:49 +00:00
Content newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Definition Change getProperty to getFormProperties, which returns the form element of the requested property with i18n and sub ref evaluated. 2010-01-21 16:41:53 -08: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 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
FormBuilder added some toTemplateVars stuff 2009-11-24 18:01:39 -06:00
Help WikiPage displays a locked label when locked. fixes bug #10998 2009-09-16 16:07:59 -07:00
i18n eliminated more definitions 2009-10-22 14:26:09 -05: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 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Mail Fixed a whole lot of brokenness in Inbox SMS/Email notifications 2009-08-16 09:42:35 +00:00
Operation added logging 2009-09-27 17:33:46 -05:00
PassiveAnalytics
Search Add tests for ideogram searching. ft_min_word_len must be 2 or less. 2009-08-21 21:29:43 +00:00
Session bug fixes 2009-09-28 17:36:10 -05:00
Shop Change the name of the sku accessor for shipsSeparately to isShippingSeparately, since it clashes with a property. Add tests. t/Asset/Sku.t passes. 2010-01-20 18:47:35 -08:00
SQL
Storage
URL Allow snippets to be really empty, without showing the Page Not Found screen. 2009-07-06 19:35:00 +00:00
Workflow newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Account.pm
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
Asset.pm Remove use of getAttribute from Asset.pm. Tweak a few tests. 2010-01-21 21:06:58 -08:00
AssetBranch.pm removed last remnants of old definition 2009-10-22 17:00:45 -05:00
AssetClipboard.pm More _properties work, converted into proper methods. 2010-01-14 16:41:23 -08:00
AssetExportHtml.pm bug fixes 2009-10-23 17:42:36 -05:00
AssetLineage.pm Rough conversion of Shortcut to Moose, so Asset cleanup works. Fix a bug in getLineage. Update tests for get_tables. 2010-01-20 19:12:04 -08:00
AssetMetaData.pm Refactor getMetaDataFields to use WebGUI::SQL methods. 2009-09-13 06:15:34 -07:00
AssetPackage.pm newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
AssetTrash.pm Remove more instances of direct hash access for properties. 2010-01-14 10:31:38 -08:00
AssetVersioning.pm rework addRevision to work with Moose. 2010-01-15 16:59:01 -08:00
Auth.pm Forward port POD whitespace fix. 2009-06-02 16:31:14 +00:00
Cache.pm Remove old Cache code for filesystem cache. 2009-11-24 13:07:04 -08:00
Config.pm
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
Definition.pm Set up filtering on title, menuTitle and URL. This is done via "around". 2009-12-18 12:59:01 -08:00
Exception.pm Add an exception for compile errors. 2010-01-21 19:10:47 -08:00
Form.pm Automatically add a token to any autogenerated form. 2009-07-06 17:20:27 +00:00
FormBuilder.pm added some toTemplateVars stuff 2009-11-24 18:01:39 -06:00
FormValidator.pm
Friends.pm
Group.pm bug fixes 2009-09-25 22:50:59 -05:00
HTML.pm Extend WebGUI::HTML::filter to also do encode XML entities. 2009-08-05 21:47:14 +00:00
HTMLForm.pm
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
International.pm
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
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
Paginator.pm
PassiveProfiling.pm
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
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 added hot sessions 2009-09-28 15:06:12 -05:00
SQL.pm Give SQL.pm a quote_identifier wrapper. 2010-01-13 16:42:29 -08: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
User.pm bug fixes 2009-09-25 22:50:59 -05:00
Utility.pm Added WebGUI::Utility::scalarEquals for strict equality checks of scalars 2009-06-19 08:06:51 +00:00
VersionTag.pm Convert VersionTag to use newById instead of new, since new cannot dispatch to any class but the one that invoked it. 2010-01-20 20:15:46 -08:00
Workflow.pm