..
Account
formbuilder templatevar prefix must contain the underscore now
2011-05-04 13:48:19 -05:00
Admin
add admin plugins API and start testing
2010-10-27 22:15:11 -05:00
AdSpace
Asset
fix EMSSubmissionForm and all its tests
2011-05-04 15:33:04 -05:00
AssetCollateral
Tidy ThingyRecord collateral module.
2010-11-10 10:24:46 -08:00
AssetHelper
migrate import and export products to Asset Helpers
2011-03-29 23:25:56 -05:00
Auth
migrate Auth editUserForm and Operation User editUser to FormBuilder
2011-02-25 15:45:38 -06:00
Command
add all the other assets
2011-05-03 17:09:14 -05:00
Content
old AssetManager is obsolete
2011-05-04 12:58:04 -05:00
Definition
and now it works... why?
2011-04-05 18:36:16 -05:00
Exception
FilePump
Fix POD problems in Bundle from the rewrite.
2010-11-11 14:22:46 -08:00
Fork
add synopsis for Fork ProgressBar
2011-03-29 15:38:12 -05:00
Form
remember to pass the definition up the stack...
2011-05-05 11:23:05 -05:00
FormBuilder
fix EMSSubmissionForm and all its tests
2011-05-04 15:33:04 -05:00
Help
Make the password recovery email templatable. Includes i18n, help docs, upgrade sub, template package and code. Fixes bug #11918 .
2010-10-19 15:22:42 -07:00
i18n
default asset helpers are now i18ned
2011-04-20 19:08:56 -05:00
Image
must have a width/height in order to set width/height
2011-05-03 17:09:14 -05:00
Inbox
Merge commit ' bfe9780ce0' into WebGUI8. Merged up to 7.10.3
2010-11-02 14:49:33 -07:00
Macro
EditableToggle is no longer necessary
2011-05-04 12:48:12 -05:00
Mail
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Middleware
set recursion limit to 1 for dumped lexicals and function args; with unlimited depth, it was
2011-05-05 14:58:04 -04:00
Operation
make Admin interface into a settings template
2011-04-13 17:51:18 -05:00
PassiveAnalytics
Provide a way for Crud classes to autogenerate their forms.
2010-11-10 11:20:41 -08:00
Role /Asset
add Gallery to test_content and fix problems with RssFeed role
2011-04-25 15:53:55 -05:00
Search
Session
change admin console to get asset info via ajax call after frame is loaded
2011-04-14 15:08:35 -05:00
Shop
remove TabForm from use and documentation
2011-02-25 15:45:41 -06:00
SQL
Storage
Test
re-enable logging in WebGUI::Test::Mechanize
2011-01-25 18:06:50 -06:00
Upgrade
refactor some of the upgrade script code
2011-02-21 18:24:22 -06:00
Wizard
migrate Wizard getForm to FormBuilder
2011-02-25 15:45:40 -06:00
Workflow
migrate Activity getEditForm to FormBuilder
2011-02-25 15:45:41 -06:00
Account.pm
Account::Inbox editSettingsForm to FormBuilder
2011-01-04 19:54:09 -06:00
Admin.pm
className is the full class name. type is the i18n name
2011-04-19 14:01:25 -05:00
AdminConsole.pm
adminbar macro no longer exists
2011-05-04 12:57:39 -05:00
AdSpace.pm
Affiliate.pm
Asset.pm
log the error when we have one, don't just return it
2011-05-03 17:09:13 -05:00
AssetBranch.pm
remove editBranch page, it is now AssetHelper::EditBranch
2011-02-25 15:45:41 -06:00
AssetClipboard.pm
Tree view buttons now work. Changed progress bar helpers to use fork. Added forkId option to AssetHelpers. Added updateAsset service to Admin.
2011-03-03 19:25:20 -06:00
AssetExportHtml.pm
remove unneeded import
2011-04-06 10:02:19 -05:00
AssetHelper.pm
add "asset" property to AssetHelpers.
2011-03-25 14:49:44 -05:00
AssetLineage.pm
add story manager and survey, adding some error messages for silent problems
2011-04-25 19:28:54 -05:00
AssetMetaData.pm
migrate www_editMetaDataField to FormBuilder
2011-02-10 17:29:46 -06:00
AssetPackage.pm
all tests run individually
2010-12-03 15:01:31 -06:00
AssetTrash.pm
Tree view buttons now work. Changed progress bar helpers to use fork. Added forkId option to AssetHelpers. Added updateAsset service to Admin.
2011-03-03 19:25:20 -06:00
AssetVersioning.pm
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Auth.pm
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
BestPractices.pm
need to load modules in WebGUI::BestPractices
2011-04-28 15:35:10 -05:00
Command.pm
start of WebGUI::Command
2011-04-06 10:26:22 -05:00
Config.pm
Crud.pm
finish migrating Crud to FormBuilder
2011-02-25 15:45:38 -06:00
DatabaseLink.pm
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
DateTime.pm
Remove profileField method from DateTime.
2010-11-18 15:51:48 -08:00
Definition.pm
Deprecate.pm
fix derp message to look more like carp message
2011-01-04 18:01:21 -06:00
Exception.pm
Fork.pm
update docs on Fork
2011-03-02 16:40:35 -06:00
Form.pm
deprecate the AUTOLOAD of WebGUI::Form
2011-01-04 18:01:22 -06:00
FormBuilder.pm
formbuilder toTemplateVars is now complete and tested
2011-04-12 21:26:20 -05:00
FormValidator.pm
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Friends.pm
Group.pm
add the other, lesser magic groups
2011-04-19 11:19:22 -05:00
GUID.pm
remove MIME::Base64::URLSafe as they do it reversely
2011-01-13 15:00:50 -06:00
HTML.pm
update docs to point to better place
2011-02-25 15:45:39 -06:00
HTMLForm.pm
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Image.pm
must have a width/height in order to set width/height
2011-05-03 17:09:14 -05:00
Inbox.pm
move core profile fields into users table
2010-12-03 22:36:30 -06:00
International.pm
Remove deprecated user methods from International
2010-11-18 15:51:48 -08:00
JSONCollateral.pm
Keyword.pm
LDAPLink.pm
Macro.pm
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Operation.pm
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
2010-11-03 09:47:36 -07:00
Paginator.pm
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
PassiveProfiling.pm
Syntax clean.
2010-11-17 16:34:11 -08:00
Paths.pm
Pluggable.pm
ProfileCategory.pm
ProfileField.pm
move core profile fields into users table
2010-12-03 22:36:30 -06:00
ProgressBar.pm
AssetHelper dialogs close properly now
2010-11-04 09:31:21 -05:00
ProgressTree.pm
Better @INC fiddling and degenerate case for ProgressTree
2010-11-08 07:55:41 -06:00
Search.pm
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Session.pm
remove switchAdminOn. anyone in group 12 always has admin on
2011-04-19 11:43:21 -05:00
SQL.pm
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
2010-11-03 09:47:36 -07:00
Storage.pm
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
TabForm.pm
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Test.pm
WebGUI::Test::waitForAllForks optionally taking a number of seconds to wait;
2011-05-02 18:25:21 -04:00
Text.pm
Types.pm
Upgrade.pm
User.pm
add documentation for magic numbers
2011-04-19 11:13:20 -05:00
VersionTag.pm
Don't use the deprecated methods in the core.
2010-11-18 15:51:48 -08:00
Wizard.pm
migrate Wizard getForm to FormBuilder
2011-02-25 15:45:40 -06:00
Workflow.pm