Doug Bell
677ac978b6
Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
...
Conflicts:
lib/WebGUI.pm
lib/WebGUI/Auth/WebGUI.pm
sbin/findBrokenAssets.pl
sbin/testEnvironment.pl
2011-05-13 18:20:52 -05:00
Doug Bell
277faae8a1
Merge commit 'v7.10.15' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Event.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/RichEdit.pm
lib/WebGUI/Asset/Sku/Product.pm
lib/WebGUI/Asset/Snippet.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Template/TemplateToolkit.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
lib/WebGUI/Asset/Wobject/Collaboration.pm
lib/WebGUI/Asset/Wobject/Dashboard.pm
lib/WebGUI/Asset/Wobject/DataForm.pm
lib/WebGUI/Asset/Wobject/Folder.pm
lib/WebGUI/Asset/Wobject/Map.pm
lib/WebGUI/Asset/Wobject/Search.pm
lib/WebGUI/Asset/Wobject/Shelf.pm
lib/WebGUI/Asset/Wobject/StockData.pm
lib/WebGUI/Asset/Wobject/StoryTopic.pm
lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/Asset/Wobject/WeatherData.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetCollateral/DataForm/Entry.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetMetaData.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
lib/WebGUI/Cache/CHI.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Fork/ProgressBar.pm
lib/WebGUI/Form/JsonTable.pm
lib/WebGUI/Form/TimeField.pm
lib/WebGUI/Form/Zipcode.pm
lib/WebGUI/Group.pm
lib/WebGUI/International.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Macro/FileUrl.pm
lib/WebGUI/Operation/SSO.pm
lib/WebGUI/Operation/User.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Transaction.pm
lib/WebGUI/Shop/TransactionItem.pm
lib/WebGUI/Test.pm
lib/WebGUI/URL/Content.pm
lib/WebGUI/URL/Uploads.pm
lib/WebGUI/User.pm
lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
lib/WebGUI/Workflow/Activity/SendNewsletters.pm
lib/WebGUI/i18n/English/Asset.pm
lib/WebGUI/i18n/English/WebGUI.pm
sbin/installClass.pl
sbin/rebuildLineage.pl
sbin/search.pl
sbin/testEnvironment.pl
t/Asset/Asset.t
t/Asset/AssetClipboard.t
t/Asset/AssetLineage.t
t/Asset/AssetMetaData.t
t/Asset/Event.t
t/Asset/File.t
t/Asset/File/Image.t
t/Asset/Post/notification.t
t/Asset/Sku.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Wobject/Collaboration/templateVariables.t
t/Asset/Wobject/Collaboration/unarchiveAll.t
t/Asset/Wobject/Shelf.t
t/Auth.t
t/Macro/EditableToggle.t
t/Macro/FilePump.t
t/Shop/Cart.t
t/Shop/Transaction.t
t/Storage.t
t/User.t
t/Workflow.t
2011-05-13 18:15:11 -05:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
0591c69594
migrate DataForm www_editTab to FormBuilder
2011-01-26 16:49:24 -06:00
Doug Bell
8c01fdbc73
migrate DataForm www_editField to FormBuilder
2011-01-26 16:05:39 -06:00
Doug Bell
c0d5cc9f3b
fix dataform jumping between views when moving fields
2011-01-10 20:26:56 -06:00
Doug Bell
2808a19670
fix 11988 dataform list view missing field control
2011-01-10 20:26:56 -06:00
Doug Bell
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Colin Kuskie
8b6bbdb9f7
Remove setFilename, getFilename from Session::Http, and use Plack::Response methods instead.
2010-11-22 08:06:25 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Colin Kuskie
4d0ef740d8
Add a method to get, store and cache the current Entry, since it's needed when creating the form data.
2010-09-23 16:34:41 -07:00
Colin Kuskie
2609e06a44
Code cleanup for moving form generation out of getFormTemplateVars
2010-09-23 16:34:22 -07:00
Colin Kuskie
dadb7cae00
Fix a double me, and don't remake the object since we cached it earlier.
2010-09-23 16:28:56 -07:00
Colin Kuskie
0787359c24
Refactor out code in the DataForm for finding fields and form fields, so that JS and CSS tags can go into the headblock.
2010-09-23 16:28:55 -07:00
Colin Kuskie
b8ad4cc136
Add a method to get, store and cache the current Entry, since it's needed when creating the form data.
2010-09-21 14:23:30 -07:00
Colin Kuskie
748ec0c440
Code cleanup for moving form generation out of getFormTemplateVars
2010-09-21 14:23:30 -07:00
Colin Kuskie
5234f66849
Fix a double me, and don't remake the object since we cached it earlier.
2010-09-21 14:23:30 -07:00
Colin Kuskie
e51e633500
Refactor out code in the DataForm for finding fields and form fields, so that JS and CSS tags can go into the headblock.
2010-09-21 14:23:29 -07:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44
remove WebGUI::Utility::isIn
2010-09-07 12:33:15 -05:00
Colin Kuskie
ca9a3bd6c7
Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content.
2010-07-27 22:55:57 -07:00
khenn
078bc0e162
fixed #11745 : Pagination doesn't work in DataForm list mode
2010-07-27 11:20:30 -05:00
Colin Kuskie
3fbc109429
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
2010-06-24 13:07:03 -07:00
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
f56bac9948
SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though.
2010-04-08 17:00:05 -07:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07:00
Colin Kuskie
87c00d41c1
appending to an attribute must quote the +
2010-03-09 13:43:22 -08:00
Colin Kuskie
a3aeae9a4e
Continue change from define uiLevel to has uiLevel.
2010-03-09 13:07:14 -08:00
Colin Kuskie
814c2af249
Change calls to new to newById across Asset/
2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
2010-02-26 12:01:25 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Doug Bell
8701842829
Merge branch 'innodb' into 8
...
Conflicts:
lib/WebGUI/Asset/Wobject/DataForm.pm
2010-02-17 15:09:04 -06:00
Colin Kuskie
ae8c1a6124
Set cache control to "none" if the DataForm uses a captcha. Fixes bug #11381 .
2010-02-08 14:42:42 -08:00
Colin Kuskie
9f06085054
Update DataForm for wg8.
2010-02-05 12:00:40 -08:00
Colin Kuskie
fb49a14547
Update POD.
2010-02-01 18:41:25 -08:00
JT Smith
682b7204f0
fixing another constraint
2009-10-20 16:03:59 -05:00
Colin Kuskie
c327630771
Add pagination to the DataForm list view. Fixes bug #10989 .
...
Adds new code to Paginator, to handle paginating with an iterator.
2009-10-14 20:35:54 -07:00
Colin Kuskie
0e09072bc0
Prevent dataform from caching when the form contains a captcha. Fixes bug #11049
2009-10-02 16:14:35 -07:00
Graham Knop
1f2addb104
fixed: DataForm allows edits when locked by another version tag
2009-09-28 17:46:43 -05:00
Colin Kuskie
7349cf52b8
Use a fresh copy of the DataForm after doing autocommits for move and delete.
2009-09-17 12:02:30 -07:00
Colin Kuskie
f4d19c41f7
DataForms logs an error when it cannot load the requested form type. Fixes bug #10954 .
2009-09-16 19:24:28 -07:00
Doug Bell
ed8a0dac5c
added direct value access in DataForm list view
2009-09-15 20:16:31 -05:00
Graham Knop
718b166ae7
fixed #10790 : Data Form doesn't always auto-commit version tags
2009-08-19 15:32:57 +00:00
Colin Kuskie
4664ab7035
Add the rest of the missing POD to the DataForm.
2009-07-06 05:19:56 +00:00
Colin Kuskie
2e28a9870a
Add 40% to POD coverage in DataForm.
2009-07-06 03:54:26 +00:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
Colin Kuskie
76b9f01e77
Prevent head tags from appearing twice in wobjects.
...
prepareView sets the extra head tags. Have all wobjects, in their www_view method,
tell processStyle not to set the extra head tags again.
2009-06-01 02:03:05 +00:00