| .. |
|
Account
|
Update Account/Shop for exceptions.
|
2010-01-28 13:20:01 -08:00 |
|
AdSpace
|
|
|
|
Asset
|
Fix deleteFileUrl for image*, warranty, brochure and other file collateral in the product.
|
2010-02-09 20:38:21 -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
|
|
|
|
Content
|
Update Content/Asset for Moose and Exceptions.
|
2010-02-04 13:36:48 -08:00 |
|
Definition
|
rework WebGUI::Definition::Role::Object when passing sub refs for form property values.
|
2010-02-09 19:28:45 -08:00 |
|
Exception
|
|
|
|
FilePump
|
|
|
|
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
|
Update Asset::File for Moose
|
2010-01-29 17:17:38 -08:00 |
|
Image
|
|
|
|
Inbox
|
|
|
|
Macro
|
Fix an exceptional typo.
|
2010-01-29 17:53:29 -08:00 |
|
Mail
|
|
|
|
Operation
|
Update to WG8 constructors
|
2010-02-04 15:28:14 -08:00 |
|
PassiveAnalytics
|
|
|
|
Search
|
|
|
|
Session
|
Update Session/Style for exceptions.
|
2010-01-28 13:22:15 -08: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
|
|
|
|
Workflow
|
Fix GetCsMail workflow activity.
|
2010-01-28 13:06:21 -08:00 |
|
Account.pm
|
Update Account.pm for WebGUI::Definition and exceptions.
|
2010-01-28 13:15:47 -08: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
|
|
|
|
Asset.pm
|
Make sure that all builder methods that use session sare set to be lazy.
|
2010-02-05 15:41:01 -08:00 |
|
AssetBranch.pm
|
removed last remnants of old definition
|
2009-10-22 17:00:45 -05:00 |
|
AssetClipboard.pm
|
sessionify duplicate. Tweak AssetClipboard test to use Moose methods.
|
2010-01-22 18:36:54 -08:00 |
|
AssetExportHtml.pm
|
Beginning to work on AssetExport
|
2010-01-26 16:59:45 -08:00 |
|
AssetLineage.pm
|
Label loop inside getLineage. Drop a clause from getLineageSql, since we can use LIKE to make sure the lineage does not include the parent. Move getLineage tests to the top since downstream tests depend on getting assets in lineage order.
|
2010-01-26 12:55:40 -08:00 |
|
AssetMetaData.pm
|
Refactor getMetaDataFields to use WebGUI::SQL methods.
|
2009-09-13 06:15:34 -07:00 |
|
AssetPackage.pm
|
Fix importing packages.
|
2010-02-04 13:34:33 -08:00 |
|
AssetTrash.pm
|
Remove more instances of direct hash access for properties.
|
2010-01-14 10:31:38 -08:00 |
|
AssetVersioning.pm
|
More wg8 constructors in AssetVersioning.
|
2010-02-04 15:31:43 -08:00 |
|
Auth.pm
|
|
|
|
Cache.pm
|
Stub in a getMemcached subroutine. The merge between memcached and the other branches seems to have gone wrong.
|
2010-01-22 08:31:48 -08:00 |
|
Config.pm
|
|
|
|
Crud.pm
|
|
|
|
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
|
More attribute => aspect changes. Add get_all_attributes_list, which returns a list of the names of all attributes.
|
2010-01-25 19:21:00 -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
|
|
|
|
Inbox.pm
|
|
|
|
International.pm
|
|
|
|
JSONCollateral.pm
|
|
|
|
Keyword.pm
|
Update Keywords for WebGUI::Definition and exceptions.
|
2010-01-28 13:12:44 -08: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
|
|
|
|
PassiveProfiling.pm
|
|
|
|
PerformanceProfiler.pm
|
|
|
|
Pluggable.pm
|
|
|
|
ProfileCategory.pm
|
|
|
|
ProfileField.pm
|
Check for additional bad user profile field names. bug #10941
|
2009-09-10 08:43:25 -07:00 |
|
ProgressBar.pm
|
|
|
|
Search.pm
|
Fix Search.pm for WebGUI::Definition and exceptions.
|
2010-01-28 13:09:59 -08: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
|
|
|
|
TabForm.pm
|
|
|
|
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
|
Fix version tag rollback.
|
2010-01-22 11:24:53 -08:00 |
|
Workflow.pm
|
|
|