Doug Bell
9b5f14df14
always forget a changelog... maybe I need a git hook...
2011-05-20 14:27:11 -05:00
Scott Walters
c011dda0af
README and docs/install fixes.
2011-05-20 00:37:38 -04:00
Colin Kuskie
52294139a0
-0.00 ne 0.00. Handle both cases of ~0 when checking out to intercept and finish the transaction immediately.
2011-05-19 08:58:44 -07:00
Colin Kuskie
bba52ddee1
Ready for 7.10.17 development.
2011-05-16 22:19:39 -07:00
Colin Kuskie
669a071553
Preparing for 7.10.16 release.
2011-05-16 21:58:08 -07:00
Paul Driver
c1a29182ca
fixed #12129 : AdminBar calls canAdd as an object method
2011-05-16 16:11:42 -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
Paul Driver
6a01296019
rfe #12127 : AssetProperty macro
2011-05-11 09:39:25 -05:00
Colin Kuskie
34eda690ee
Update the recaptcha api URLs. Fixes bug #12125
2011-05-09 08:24:27 -07:00
Paul Driver
f1538824f7
rfe #12123 : Layouts related for export purposes
2011-05-09 10:02:00 -05:00
Colin Kuskie
3e161b3ead
Fix a typo in the new Map template help variables. Fixes bug #12121
2011-05-06 14:39:50 -07:00
Colin Kuskie
e0491ac1a2
Ready for 7.10.16 development.
2011-05-02 20:28:40 -07:00
Colin Kuskie
62f1f9862f
Preparing for 7.10.15 release.
2011-05-02 20:08:21 -07:00
Colin Kuskie
61534779d5
Add new MapPoint code for geolocation, Thingy searching and indexing and a macro for rendering thing data outside of the Thingy.
2011-05-02 13:49:18 -07:00
Colin Kuskie
944c76040a
Make makeUrlCompliant as deprecated, and updated POD and subroutines accordingly.
2011-05-02 08:20:33 -07:00
Scott Walters
ae64037876
Move the WebGUI 8 install docs to docs/install.txt but leave a brief
...
checklist in README for advanced users to quickly see what they need
to do to fire up WebGUI 8.
2011-04-27 20:02:27 -04:00
Colin Kuskie
1aaac5fbfb
Fix a rendering problem with the album thumbnail view for the Gallery. Fixes bug #11213
2011-04-26 11:00:22 -07:00
Colin Kuskie
164852a712
Handle dates in iCal format with timezones. Clean up documentation for the icalFeed properties. Handle cases with missing uid, description, summary or location fields in the feed. Add tests to make sure that parsing one non-WebGUI iCal feed works. Fixes bug #12106 .
2011-04-25 15:53:52 -07:00
Colin Kuskie
3982b7ee39
ProfileFields were missing extras from their properties. Fixes bug #12102 .
2011-04-22 08:59:14 -07: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
d4672a92f1
Consider search fields when doing search in a Thingy normally, or via Ajax. Fixes bug #12117 .
2011-04-20 16:05:20 -07:00
Doug Bell
06549c925d
add migration docs for new admin on and toolbars
2011-04-19 10:44:14 -05:00
Colin Kuskie
fa0a606f1e
Ready for 7.10.15 development.
2011-04-18 20:43:20 -07:00
Colin Kuskie
e674a2eb62
Preparing for 7.10.14 release.
2011-04-18 20:29:01 -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
Colin Kuskie
cf36a1510f
When the Sku for an item no longer exists, do not show links to it. Check for bad skus in Transaction/www_viewItem. Provide variables to not show links when the skus do not exist. Handle existing links better by not returning the user to the home page, but to the transaction. Fixes bug #12107 .
2011-04-18 11:36:27 -07:00
Paul Driver
e901b95520
rfe #12108 : Mail to Group preference field
2011-04-15 12:21:16 -05:00
Peter Christiansen
1966cc02a7
Updates and bugfixes for Thingy:
...
Bugfixes:
1. maxuser entries not respected in imports.
2. newly created records via CSV are not stored with createdById and dateCreated and ipAddress
Updates:
1. added : Thingy fields can now be set as unique and checked upon insert
2. added : Thingy max entries of thingy records added
2011-04-14 21:31:21 +02:00
Paul Driver
df2e1a5b27
rfe #12105 : Make shortcuts related for export purposes
2011-04-13 15:57:50 -05:00
Colin Kuskie
c015b6710c
Unescape paypal's content before parsing it so that multi-line data is handled correctly. Fixes bug #12103 .
2011-04-12 16:41:20 -07:00
Colin Kuskie
96ee557586
Allow the Rich Editor used by the Carousel to be customized for each Carousel asset instead of inheriting the Editor from the site's Settings. Fixes bug #12100 .
2011-04-11 15:48:15 -07:00
Colin Kuskie
38de00f931
Upgrade TinyMCE to 3.4.2, fixes bugs 11955, 11992
2011-04-11 15:05:42 -07:00
Chris Hanson
16ca35d131
Added myself to credits =)
2011-04-11 12:10:04 -05:00
Chris Hanson
bc00c4b6e0
fixed #12056 : Adding a Thing always creates a table
2011-04-07 14:07:58 -05:00
Colin Kuskie
0bcdd9cc86
Remove copies of templates that were added as part of the 7.10.13 upgrade. Fix the upgrade package, too, in case people stop on .13.
2011-04-07 10:25:34 -07:00
Colin Kuskie
5ca9da3784
Log and give the user an error message when the password recovery email template cannot be found/used. Fixes bug #12098 .
2011-04-07 09:57:47 -07: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
Colin Kuskie
d5ba73fac7
Add the organization part of an address into the transaction and transactionitem. Fixes bug #12088 .
2011-04-05 15:10:23 -07:00
Chris Hanson
0b6fbe0d84
Correction to install.txt for wg8 dirs
2011-04-05 16:33:00 -05:00
Paul Driver
f8021c3d3d
rfe #12093 : Remotely stored photos for Story assets
2011-04-05 15:16:45 -05:00
Colin Kuskie
e3ec56c3c1
Allow users to enter in mixed text and macros in URLs inside TinyMCE. Fixes bug #12094 .
2011-04-05 13:14:18 -07:00
Colin Kuskie
8b01eb25b9
Ready for 7.10.14 development.
2011-04-04 20:58:36 -07:00
Colin Kuskie
606c1d2e47
Ready for 7.10.13 release.
2011-04-04 20:29:35 -07:00
Colin Kuskie
83cb45d8d1
Fix a bad SQL lookup which affected the Survey Statistical Report. Fixes bug #12091
2011-04-04 18:57:50 -07:00
Colin Kuskie
83d1897852
Update tests for bad macros to check template attachments. Fixes bug #12087
2011-04-04 18:57:50 -07:00
Colin Kuskie
28e4f9f245
Lower the priority of the scratch variables used to store classnames and page numbers. Fixes bug #12076
2011-04-04 18:57:50 -07:00
Paul Driver
76e9693f4b
Export related assets
2011-04-04 18:47:37 -05:00
Colin Kuskie
8525e4b7ee
Don't refund transactionItems unless the transaction is successful, or if the item is already canceled. Also, no not call onCancelRecurring for normal Sku's unless they're really recurring. Fixes bug #12089 .
2011-04-04 14:45:53 -07:00
Colin Kuskie
5c175c42d9
If there is a problem with the user's billing address, still let them get into the Cart. Fixes bug #12081 .
2011-03-31 16:56:09 -07:00