webgui/lib/WebGUI
2011-03-01 18:45:00 -08:00
..
Account move Account User editSettingsForm to FormBuilder 2011-01-13 14:33:04 -06:00
Admin add admin plugins API and start testing 2010-10-27 22:15:11 -05:00
AdSpace
Asset Change class => className where func=add. 2011-03-01 18:45:00 -08:00
AssetCollateral Tidy ThingyRecord collateral module. 2010-11-10 10:24:46 -08:00
AssetHelper change AssetHelpers to have short IDs instead of class names 2011-02-25 15:45:42 -06:00
Auth migrate Auth editUserForm and Operation User editUser to FormBuilder 2011-02-25 15:45:38 -06:00
Content change AssetHelpers to have short IDs instead of class names 2011-02-25 15:45:42 -06:00
Definition allow getFormProperties to be called as a class method 2011-01-31 20:35:25 -06:00
Exception
FilePump Fix POD problems in Bundle from the rewrite. 2010-11-11 14:22:46 -08:00
Fork Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Form add file input for progressive enhancement and testing 2011-01-31 20:38:00 -06:00
FormBuilder fix tabs and tabsets in FormBuilder 2011-01-04 18:01:22 -06: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 move createShortcut to an assetHelper 2011-02-25 15:45:42 -06:00
Image fix bad heredoc ending 2011-02-25 15:45:40 -06:00
Inbox Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3 2010-11-02 14:49:33 -07:00
Macro Change class => className where func=add. 2011-03-01 18:45:00 -08:00
Mail Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Middleware Syntax clean. 2010-11-17 16:34:11 -08:00
Operation remove TabForm from use and documentation 2011-02-25 15:45:41 -06:00
PassiveAnalytics Provide a way for Crud classes to autogenerate their forms. 2010-11-10 11:20:41 -08:00
Role/Asset Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Search
Session change docs for Session::DateTime to use form control 2011-02-25 15:45:39 -06: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 start on Tree buttons to call Asset Helpers 2011-02-25 16:08:06 -06:00
AdminConsole.pm remove HTMLForm from AdminConsole 2011-01-13 14:33:04 -06:00
AdSpace.pm
Affiliate.pm
Asset.pm Change class => className where func=add. 2011-03-01 18:45:00 -08:00
AssetBranch.pm remove editBranch page, it is now AssetHelper::EditBranch 2011-02-25 15:45:41 -06:00
AssetClipboard.pm remove cut and duplicate asset methods 2011-02-25 15:45:42 -06:00
AssetExportHtml.pm no, what i wanted was to remove www_ methods from AssetExportHtml 2011-02-10 17:04:00 -06:00
AssetHelper.pm change AssetHelpers to have short IDs instead of class names 2011-02-25 15:45:42 -06:00
AssetLineage.pm remove asset manager www_ methods 2011-02-25 15:45:42 -06: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 Better @INC fiddling and degenerate case for ProgressTree 2010-11-08 07:55:41 -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
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 forkAndExec -I buggo 2010-11-08 08:39:14 -06:00
Form.pm deprecate the AUTOLOAD of WebGUI::Form 2011-01-04 18:01:22 -06:00
FormBuilder.pm add extras to FormBuilder 2011-01-13 14:33:05 -06:00
FormValidator.pm change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Friends.pm
Group.pm Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07: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 change ErrorHandler to Log 2010-10-27 12:50:12 -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 Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08: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 Uppercased table name for WebGUI::Fork test method. 2011-01-04 18:36:14 -08:00
Text.pm
Types.pm
Upgrade.pm
User.pm migrate User deprecation messages to derp 2010-12-09 18:57:58 -06: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