webgui/lib/WebGUI
2013-09-12 13:02:01 -05:00
..
Account Update Account::Profile tests and code. 2011-11-01 13:16:48 -07:00
Admin add POD to WebGUI::Admin::Plugin and rename canUse to canView 2011-05-27 17:08:25 -05:00
AdSpace Update copyright notice 2011-12-28 11:30:38 -08:00
Asset use more modern way to specify parent 2012-11-17 15:55:45 -05:00
AssetAspect Merge commit 'v7.10.15' into 8 2011-05-13 18:15:11 -05:00
AssetCollateral Update copyright notice 2011-12-28 11:30:38 -08:00
AssetHelper Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
Auth Update copyright notice 2011-12-28 11:30:38 -08:00
Command Add a bunch of missing POD while the gears spin. 2012-01-18 13:39:16 -08:00
Content Trim extra whitespace. 2012-01-13 13:34:49 -08:00
Definition add a getProperty to WebGUI::Definition::Role::Object as Asset.pm's www_add wants this for picking out noFormPost data from the property definition in assets. fixes a fatal error when trying to add the Request Tracker and perhaps other assets. 2013-02-17 15:02:16 -05:00
Exception Update copyright notice 2011-12-28 11:30:38 -08:00
FilePump Fix POD problems in Bundle from the rewrite. 2010-11-11 14:22:46 -08:00
Fork Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Form Add a bunch of missing POD while the gears spin. 2012-01-18 13:39:16 -08:00
FormBuilder Update copyright notice 2011-12-28 11:30:38 -08:00
Help Document a template variable that already existed to fulfill RFE #9730. 2012-02-29 23:50:51 -08:00
i18n Document a template variable that already existed to fulfill RFE #9730. 2012-02-29 23:50:51 -08:00
Image must have a width/height in order to set width/height 2011-05-03 17:09:14 -05:00
Inbox Update copyright notice 2011-12-28 11:30:38 -08:00
Macro modernize include macro slightly and add note about security 2012-11-17 15:56:52 -05:00
Mail Update copyright notice 2011-12-28 11:30:38 -08:00
Middleware Update copyright notice 2011-12-28 11:30:38 -08:00
Operation remove Moose::Deprecated deprecation for updateProfileFields and remove the last remaining use of it from the code; Moose::Deprecated is failing on 5.10, which is still the default for CentOS and probably will be for a few more epochs 2013-02-17 12:54:03 -05:00
PassiveAnalytics Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Role/Asset Update copyright notice 2011-12-28 11:30:38 -08:00
Search Update copyright notice 2011-12-28 11:30:38 -08:00
Session Undoing patch for removing query information from path_info. Helps to keep ; and ? straight when building URLs by hand. 2012-03-12 13:59:45 -07:00
Shop Restore ability to edit ITransact and Ogone payment drivers. Ensure that all forms use CSRF tokens. 2012-02-24 22:43:43 -08:00
SQL Update copyright notice 2011-12-28 11:30:38 -08:00
Storage Update copyright notice 2011-12-28 11:30:38 -08:00
Template add automatic proxy system for passing objects to Template::Toolkit 2011-06-15 18:19:16 -05:00
Test Update copyright notice 2011-12-28 11:30:38 -08:00
Upgrade scripts aren't classes, so use anon package instead 2012-11-17 15:59:00 -05:00
Wizard Dump WebGUI Statistics. 2012-01-03 11:29:00 -08:00
Workflow Fix a bad class name when trying to catch exceptions. 2012-03-12 10:09:03 -07:00
Account.pm Update Account::Profile tests and code. 2011-11-01 13:16:48 -07:00
Admin.pm className is the full class name. type is the i18n name 2011-04-19 14:01:25 -05:00
AdminConsole.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AdSpace.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Affiliate.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Asset.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetBranch.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetClipboard.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetExportHtml.pm Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
AssetHelper.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetLineage.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetMetaData.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetPackage.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetTrash.pm Update copyright notice 2011-12-28 11:30:38 -08:00
AssetVersioning.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Auth.pm Add feature, redirect after logout. 2012-02-24 23:07:15 -08:00
BestPractices.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Command.pm Added some basic POD for WebGUI::{Command,Deprecate}.pm 2011-10-19 17:04:40 -07:00
Config.pm Revert "Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one." 2012-07-10 14:04:50 -04:00
Crud.pm Update copyright notice 2011-12-28 11:30:38 -08:00
DatabaseLink.pm Update copyright notice 2011-12-28 11:30:38 -08:00
DateTime.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Definition.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Deprecate.pm Added some basic POD for WebGUI::{Command,Deprecate}.pm 2011-10-19 17:04:40 -07:00
Event.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Exception.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Fork.pm Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Form.pm Update copyright notice 2011-12-28 11:30:38 -08:00
FormBuilder.pm Reworked error handling to propogate errors downward, especially when webgui.debug is set 2011-07-26 03:10:56 -04:00
FormValidator.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Friends.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Group.pm Update copyright notice 2011-12-28 11:30:38 -08:00
GUID.pm Update copyright notice 2011-12-28 11:30:38 -08:00
HTML.pm Update copyright notice 2011-12-28 11:30:38 -08:00
HTMLForm.pm remove dependancy on private CGI function 2012-11-17 15:56:19 -05:00
ICal.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Image.pm Revert "when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI" 2013-09-12 13:02:01 -05:00
Inbox.pm Update copyright notice 2011-12-28 11:30:38 -08:00
International.pm Update copyright notice 2011-12-28 11:30:38 -08:00
JSONCollateral.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Keyword.pm Update copyright notice 2011-12-28 11:30:38 -08:00
LDAPLink.pm Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Macro.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Operation.pm remove support for the serverside spell checker since most modern browsers do this natively 2012-01-06 09:16:47 -08:00
Paginator.pm Update copyright notice 2011-12-28 11:30:38 -08:00
PassiveProfiling.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Paths.pm reduce modules loaded by WebGUI::Paths 2012-11-17 15:57:22 -05:00
Pluggable.pm Update copyright notice 2011-12-28 11:30:38 -08:00
ProfileCategory.pm Update copyright notice 2011-12-28 11:30:38 -08:00
ProfileField.pm Update copyright notice 2011-12-28 11:30:38 -08:00
ProgressBar.pm Update copyright notice 2011-12-28 11:30:38 -08:00
ProgressTree.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Search.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Session.pm Update copyright notice 2011-12-28 11:30:38 -08:00
SQL.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Storage.pm fix variable name usage in Imager work from haarg after rebase 2012-11-11 20:08:44 -05:00
TabForm.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Test.pm remove all WebGUI modules from compile time load of WebGUI::Test 2012-11-17 15:58:05 -05:00
Text.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Types.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Upgrade.pm don't set maintenance mode on a site that is at the correct version 2012-04-16 13:57:47 -04:00
User.pm remove Moose::Deprecated deprecation for updateProfileFields and remove the last remaining use of it from the code; Moose::Deprecated is failing on 5.10, which is still the default for CentOS and probably will be for a few more epochs 2013-02-17 12:54:03 -05:00
VersionTag.pm Update copyright notice 2011-12-28 11:30:38 -08:00
Wizard.pm WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00
Workflow.pm Update copyright notice 2011-12-28 11:30:38 -08:00