..
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
$session->asset is not defined if we're running from a Content Handler or the like. make reporting it conditional so that we don't get error output from our error output.
2013-09-25 15:00:46 -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
Save button in Export as HTML has bad style ( #12424 ):
2013-09-26 20:03:12 -05: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
a few improvements to error reporting/handling
2013-09-26 18:01:41 -05: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
ucfirst the name as it comes back from i18n in our Form::Cancel control
2013-09-26 19:34:40 -05: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
AdminToggle Macro is blank when in admin mode
2013-09-25 19:23:40 -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
fix up Operation::User (op=editUser) some more for the new admin: give it Save and Cancel buttons, and template it into the style with $session->style->process() so that it gets the headers that it needs for pulling in YUI and stuff like that as well as so that it is styled to look nice.
2013-09-26 17:32:32 -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
Fix the display of revision dates in the asset helper screen.
2013-09-13 12:20:34 -07: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
a few improvements to error reporting/handling
2013-09-26 18:01:41 -05: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
the 'cut' drop down (AssetHelper) operation basically worked, but the screen wasn't redrawn after the change, and the JSON returned during Fork polling in WebGUI::AssetHelper::Cut didn't match what the YAHOO.WebGUI.Fork.poll callback in WebGUI.Admin.prototype.openForkDialog was expecting so status communication had to be wired up. wG::ProgressTree exposes 'flat' now too for the sake of computing a progress bar. looking at only the roots nodes is ineffective; in this case, the number of root nodes would only ever be 1 though the number of child nodes to be processed could be much higher. WebGUI.Admin.prototype.openForkDialog's callback to YAHOO.WebGUI.Fork.poll handles a status JSON message (JSON inside of JSON, ugh) of "reload" and there's an admin.reload() method now. that's also callable from WebGUI.Admin.prototype.processPlugin and was done in the style of its handlers.
2013-09-24 12:28:51 -05: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
make Form::Cancel better; make WebGUI::TabForm use it. so, logic migrated from TabForm to Form::Cancel where it's re-usable and fixed up for this new Doug admin.
2013-09-26 17:32:32 -05: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