Colin Kuskie
02bb3a9d67
Template::Toolkit is no longer an optional dependency for WebGUI.
2012-02-12 21:47:30 -08:00
David Delikat
c76f12d278
change metaData_values.value from char(255) to varchar(1024)
2012-02-10 16:49:19 +00:00
Colin Kuskie
3b418ede3c
Merge commit 'v7.10.24' into WebGUI8
2012-01-17 15:03:45 -08:00
Colin Kuskie
300cd51143
remove support for the serverside spell checker since most modern browsers do this natively
2012-01-06 09:16:47 -08:00
Colin Kuskie
4eed008c1d
Document some more gotchas.
2012-01-02 20:15:28 -08:00
Colin Kuskie
a2a821822d
Merge commit 'v7.10.23' into WebGUI8. Tests need fixing.
2011-11-02 11:12:18 -07:00
Colin Kuskie
4855816a29
Merge commit 'v7.10.21' into WebGUI8. Also, add POD and fix broken tests.
2011-10-27 16:45:19 -07:00
Colin Kuskie
d0b3be1749
Document what happened to the upgrade script.
2011-10-25 14:51:49 -07:00
Colin Kuskie
50616de038
Documen the incompatible change in the Gallery Album and loss of functions.
2011-10-16 17:55:35 -07:00
Colin Kuskie
f33c19d503
Bump the module version for Business::OnlinePayment::AuthorizeNet to make WebGUI install the version that will automatically install.
2011-09-27 09:59:37 -07:00
Colin Kuskie
7a89bf19c7
Remove a template attachment in the Search namespace. Add tests to check all other template attachments. Fixes bug #12238 .
2011-08-28 17:28:47 -07:00
Paul Driver
29f06a1062
A couple of forgotten things for the WaitForUserConfirmation workflow
2011-07-25 17:10:20 -05:00
Doug Bell
0c5acb697b
Merge commit 'v7.10.18' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Group.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm
lib/WebGUI/Storage.pm
t/Asset/AssetExportHtml.t
t/Asset/Story.t
t/Shop/TaxDriver/Generic.t
t/Storage.t
2011-06-21 16:03:49 -05:00
Colin Kuskie
b21a6e331b
PayPal does not consider +5.00 to be the same as 5.00. Remove the sign from the number. Fixes bug #12152 .
2011-06-06 09:11:05 -07:00
Paul Driver
76a69c979f
changelog/gotchas for account change
2011-05-26 08:22:49 -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
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
Paul Driver
c8098e2ca6
rfe #618 : Syndicated Content Asset: Make images in the downloaded RSS-feeds available in the template.
2011-03-30 09:52:55 -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
cd483f856a
Put the notice about the changed TimeField form in a note for the correct version.
2011-03-07 16:53:20 -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
44039fd555
>5.8.8 <> >= 5.8.8
2011-02-21 14:12:07 -08:00
Colin Kuskie
e04208e3a2
Document new version perl required for the updated *Packer modules. Fixes bug #12049 .
2011-02-21 13:44:23 -08:00
Paul Driver
ae3e49d622
Versioned Metadata
2011-02-17 14:46:50 -06:00
Colin Kuskie
7cb1fa97b5
Update versions of *::Packer to get rid of regexp variables that slow down all regexen. Fixes bug #11704 .
2011-02-02 11:00:06 -08:00
Colin Kuskie
8ae16ba37c
Have the Calendar iCal feed pass along the timeZone of events. Fixes bug #12030 .
...
Squashed commit of the following:
commit ce957db5311c7fb11c7d780b9f63c1b0adc17cda
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 19:00:23 2011 -0800
Changelog notice for the ical bugfix with timezones.
commit 24a3bc1c74b20ca6ba689641fa0187b659dc3c5e
Author: Colin Kuskie <colink@perldreamer.com>
Date: Mon Jan 31 15:32:50 2011 -0800
Transfer the time zone as one of the WebGUI specific items for the Event.
commit 36f87539ba8b090a5e5c9f1879cd40b6f6e69afc
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 21:18:12 2011 -0800
Refactor the code so that the Event adds itself to a calendar object, giving it access to add other things to the calendar, like a timezone definition.
commit f401966bd53b51950f1402a5a19b92b13dcc6b06
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sun Jan 30 19:42:49 2011 -0800
Document which version of Data::ICal that we're now using.
commit 689522e30b26fc445da5b59b81789c0d72e157d4
Author: Colin Kuskie <colink@perldreamer.com>
Date: Sat Jan 29 14:27:25 2011 -0800
Fix a typo in the Event preventing menuTitle from being sent out. Fix issue with the menuTitle being set twice. Update the test to fix long string handling.
commit 59043eee1536e60d92f23313a33dc54da6f15122
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:48:16 2011 -0800
Move iCal generation over to Data::ICal. Give each event the ability to return itself as an Data::ICal::Entry::Event object.
commit eec448b38c101b599c0fb695f442012e311385fb
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 19:47:14 2011 -0800
Document new testing module. It't only required if you're doing testing.
commit 3d1e82229423834330dcdd31c0a81df986df0f32
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 17:05:09 2011 -0800
Fix setting the title in the iCal feed.
commit 458f4d2e0e1faa1cc6dcb7107040d06b51b97d36
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 13:37:52 2011 -0800
Rewrite of CalendarUpdateFeeds to use Data::ICal
commit 1a271ebc78bbe8b21a26f7a0dba61d1462922f30
Author: Colin Kuskie <colink@perldreamer.com>
Date: Fri Jan 28 10:49:27 2011 -0800
Begin building an ICal object for parsing the ical feeds.
2011-01-31 19:05:04 -08: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
6101080332
Document the new version of Scope::Guard needed for Fork.
2010-11-02 14:40:41 -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
Paul Driver
fa471df450
Story Archive now plays nice with urlExtensions
2010-10-26 14:27:47 -07:00
Colin Kuskie
859076fda8
Group To Post is now not sufficient to view a CS. Fixes bug #11916 .
2010-10-19 11:41:40 -07:00
Colin Kuskie
ab2be62157
The back to site URL in the login message should return the user to the page where they logged in. Fixes bug #11897 .
2010-10-05 11:28:01 -07:00
Arjan Widlak
0a9abf93d9
recommitted UKPlayer the flash slideshow
2010-09-24 15:50:55 +02:00
Colin Kuskie
7b04540ae0
Note the removal of the UK player.
2010-09-23 16:35:35 -07:00
Colin Kuskie
1b9edbf545
Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
...
This reverts commit 0b4e8d5460 .
2010-09-23 16:15:38 -07:00
Colin Kuskie
d9dd5f284a
Rename template variables in the Account and Admin Toggle templates to not use underscores.
2010-09-23 16:15:17 -07:00
Colin Kuskie
6c40adee13
Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746 .
2010-09-23 16:02:47 -07:00
Colin Kuskie
0180b11064
Merge commit ' b8845e25fa' into WebGUI8. Up to 7.10.0
2010-09-22 07:58:06 -07:00
Colin Kuskie
10273ffae9
Note the removal of the UK player.
2010-09-21 20:03:07 -07:00
Colin Kuskie
f61e8faeb9
Rename template variables in the Account and Admin Toggle templates to not use underscores.
2010-09-21 11:17:29 -07:00
Colin Kuskie
f0476bdc82
Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
...
This reverts commit 0b4e8d5460 .
2010-09-21 11:17:01 -07:00
Colin Kuskie
0b4e8d5460
Rename template variables in the Account and Admin Toggle templates to not use underscores.
2010-09-20 15:20:28 -07:00
Colin Kuskie
f17623624e
Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746 .
2010-09-13 07:52:14 -07:00
Colin Kuskie
34c48e6e41
Fix type handling in the new jsontable JS. Kudos to khenn for the patch. Fixes bug #11810
2010-09-07 10:52:14 -07:00
JT Smith
1753ce64b3
Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
2010-08-27 13:41:36 -05:00
JT Smith
61bd01b5f3
added facebook auth
2010-08-27 13:03:58 -05:00
Colin Kuskie
e824b35dc5
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799 .
2010-08-25 11:44:01 -07:00
Colin Kuskie
20a0b29df5
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799 .
2010-08-20 08:46:52 -07:00
Doug Bell
708b47d73c
Merge remote branch 'upstream/WebGUI8' into 8-merge
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/Navigation.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/Config.pm
lib/WebGUI/Form/Template.pm
lib/WebGUI/Group.pm
lib/WebGUI/VersionTag.pm
lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm
t/AdSpace.t
t/Asset/AssetExportHtml.t
t/Asset/AssetLineage.t
t/Asset/Story.t
t/Asset/Template/HTMLTemplateExpr.t
t/Asset/Wobject/Gallery/00base.t
t/Asset/Wobject/GalleryAlbum/00base.t
t/Asset/Wobject/GalleryAlbum/ajax.t
t/Asset/Wobject/InOutBoard.t
t/Asset/Wobject/StoryArchive.t
t/Asset/Wobject/Survey/ExpressionEngine.t
t/Asset/Wobject/Survey/Reports.t
t/AssetAspect/RssFeed.t
t/Auth/mech.t
t/Group.t
t/Mail/Send.t
t/Operation/AdSpace.t
t/Session/ErrorHandler.t
t/Session/Scratch.t
t/Session/Url.t
t/Shop/Cart.t
t/Shop/Pay.t
t/Shop/Ship.t
t/Shop/ShipDriver.t
t/Shop/TaxDriver/Generic.t
t/Shop/Vendor.t
t/VersionTag.t
t/lib/WebGUI/Test.pm
2010-07-14 18:20:00 -05:00