Commit graph

551 commits

Author SHA1 Message Date
Doug Bell
d15891dbb9 fix template parser and attachments fields 2011-07-06 19:16:01 -05:00
Doug Bell
795d88e7e5 Merge commit 'v7.10.17' into 8
Conflicts:
	docs/upgrades/upgrade_7.9.13-7.10.0.pl
	lib/WebGUI.pm
	lib/WebGUI/Asset/Template/TemplateToolkit.pm
	lib/WebGUI/Asset/Wobject/AssetReport.pm
	lib/WebGUI/Asset/Wobject/Thingy.pm
	lib/WebGUI/Form/Captcha.pm
	lib/WebGUI/Macro/AdminBar.pm
	lib/WebGUI/Shop/Cart.pm
	lib/WebGUI/Shop/PayDriver.pm
	lib/WebGUI/Shop/PayDriver/PayPal/ExpressCheckout.pm
	lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm
	lib/WebGUI/Shop/Transaction.pm
	lib/WebGUI/Workflow/Instance.pm
	lib/WebGUI/Workflow/Spectre.pm
	lib/WebGUI/i18n/English/PayDriver.pm
	t/Asset/Asset.t
	t/Asset/AssetExportHtml.t
	t/Asset/AssetLineage.t
	t/Asset/Wobject/Thingy.t
2011-06-17 20:13:41 -05:00
Scott Walters
096fe5ebaa Can't try possibily null data in an asset constructor any more, at least not without catching; this throws exceptions now. 2011-05-22 15:28:48 -04:00
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
Colin Kuskie
34eda690ee Update the recaptcha api URLs. Fixes bug #12125 2011-05-09 08:24:27 -07:00
Doug Bell
423e19ae0e remember to pass the definition up the stack... 2011-05-05 11:23:05 -05:00
Doug Bell
b0da37ec15 fix EMSSubmissionForm and all its tests 2011-05-04 15:33:04 -05:00
Colin Kuskie
ef08d0d481 i18n the controls for the JsonTable form plugin. Fixes bug #12116 2011-04-21 19:54:18 -07:00
Colin Kuskie
e5d94f3a5b Fix the display of the lastUpdated and lastResult fields for Calendar iCal feeds. Fix the name of the status field in the Asset definition. Update all revisions of all calendars to fix the issue. Fixes bug #12104. 2011-04-18 16:26:57 -07:00
Doug Bell
9489283960 add YUI button to WebGUI button 2011-04-13 12:47:20 -05:00
Doug Bell
67918361e6 remove old forwardButton class and "Please Wait..." text
We'll add similar functionality using the YUI button stuff
2011-04-11 16:59:22 -05:00
Doug Bell
0168cb16a4 add wg-form-TYPE class to all form control wrappers 2011-04-11 16:57:21 -05:00
Doug Bell
0c25620867 redefine a submit button in terms of a normal button
in short: override new() instead of toHtml to allow changes to be made
to the submit button.
2011-04-11 16:42:20 -05:00
Doug Bell
744568108f add "type" param to button control
We're realigning Button and Submit so that Submit is just a
pre-configured Button. This should be repeated for other types
of form fields.
2011-04-11 16:34:10 -05:00
Colin Kuskie
f2f0338ab4 Fix JS and CSS issues with the GroupManager. Fixes bug #12097 2011-04-07 09:01:43 -07:00
Colin Kuskie
5f44936580 Add missing includes for yahoo and event, required by the new Group Manager JS code. Fixes bug #12095. 2011-04-06 11:20:05 -07:00
Paul Driver
3531c4d913 Snippets can now select a template parser
(instead of being restricted to the configured default)
2011-03-31 15:21:07 -05:00
Paul Driver
6793c00861 Fixing a useless use of d switch in the zipcode macro 2011-03-31 09:52:35 -05:00
Colin Kuskie
88797c1d6c Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control. 2011-03-09 21:33:44 -08:00
Colin Kuskie
8a527f830c Fix sytax errors in the new TimeField code. 2011-03-07 08:31:26 -08:00
Colin Kuskie
675dfec848 Add i18n requirements for the TimeField, so it works if used without other plugins requiring them. 2011-03-03 16:55:21 -08:00
root
d72d36986b Removed the ugly time setting pop-up and replaced it with clean JS. Fixes bug #12061 2011-03-03 15:50:58 -06:00
Colin Kuskie
de6cf5875f Fix the Time field. Provide a getValueAsHtml method. Use it when displaying the form, so that the JS works correctly in displaying values. Fixes bug #12054 and works swell in the Thingy. The Thingy is my favorite asset now. 2011-02-28 20:43:07 -08:00
Doug Bell
8ca685e089 add file input for progressive enhancement and testing 2011-01-31 20:38:00 -06:00
Paul Driver
28f4b1b4d2 rfe #10521: Use monospaced font in template edit textarea 2011-01-10 12:31:15 -06:00
Doug Bell
60cc89fb4f make FormBuilder use toTemplateVars for fields 2010-12-09 18:31:42 -06:00
Doug Bell
ca42a0544d add toTemplateVars method to form controls 2010-12-09 18:22:07 -06:00
Colin Kuskie
fd8f03a186 Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Colin Kuskie
59c03b50e7 Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Colin Kuskie
10b832b820 Fix mobile browser detection. 2010-11-03 10:29:31 -07:00
Colin Kuskie
5f3014aaee Merge branch 'master' into WebGUI8. Merged up to 7.10.4 2010-11-03 09:47:36 -07:00
Colin Kuskie
a90eadda7c Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3 2010-11-02 14:49:33 -07:00
Colin Kuskie
5ac6a9749e Remove debug input from JsonTable 2010-11-01 13:31:40 -07:00
Colin Kuskie
5bf6628509 Shift the location of break tags in Form/File to prevent danglies. 2010-10-29 14:51:14 -07:00
Colin Kuskie
87326192a3 Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07:00
Doug Bell
199c4e4960 change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Colin Kuskie
6fced77b37 Make the display of a textarea instead of an HTMLarea independent of whether mobile styles are configured for the site. Refixes #11902. 2010-10-25 15:30:23 -07:00
Colin Kuskie
b02aee50d8 In addition to mobile browser detection for styles, also do it for HTMLAreas and display a simple textarea instead. Fixes bug #11902. 2010-10-18 19:31:44 -07:00
Colin Kuskie
76f32f3b6d Don't consider a time zone when given a mysql style date, versus an epochal date. Fixes bug #11946. 2010-11-08 13:46:35 -08:00
Colin Kuskie
f883d8b35f Remove the YUI based code editor from WebGUI, and replace it with a textarea. Fixes bug #1618, and others. 2010-10-05 14:44:53 -07:00
Colin Kuskie
3cf77839ed Date form plugin needs to observe the time zone of the viewer of the data when processing AND displaying date. Fixes bugs #11789 11894 2010-10-04 11:53:05 -07: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
3e9427ca1e Fix syntax errors from the merge. 2010-09-23 16:39:02 -07:00
Colin Kuskie
c6a2ce7a73 Fix a POD typo. 2010-09-23 16:35:04 -07:00
Colin Kuskie
d3e83ba354 There is no local check to see if Form headTags have been sent yet. 2010-09-23 16:34:42 -07:00
Colin Kuskie
b04aa0a1f3 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-23 16:33:12 -07:00
Colin Kuskie
128a19ac90 Convert Phone and DateTime to headTags 2010-09-23 16:28:55 -07:00
Colin Kuskie
3c17d77a5c Convert Codearea, Slider and Zipcode to headTags 2010-09-23 16:26:30 -07:00