Colin Kuskie
fa2768ea50
Remove package with modified dragger tags.
...
Put the new dragger tags into the template variables generated by the Layout.
Update the Layout Help now that dragger.icon is inside the position loops.
Remove the gotcha text for the manual modification solution.
2009-04-17 15:59:05 +00:00
Colin Kuskie
c08b0755dd
Mirror fix for dragging to all other Page Layout templates. Add note to gotchas about
...
custom page layout templates, along with instructions for how to modify to make them
work.
2009-04-16 05:18:45 +00:00
Graham Knop
383fa9a5e5
fixed #9816 : Syndicated content asset fails on feeds including a UTF8 BOM
2009-04-14 20:51:44 +00:00
Graham Knop
a829304bae
improving RSSCapable upgrade procedure, adding feed header selection
2009-04-03 00:07:19 +00:00
Colin Kuskie
60a3906b05
Add a creation date to the Cart.
...
Use that date to expire carts older than an interval, via a new workflow.
Config file changes, tests, i18n.
2009-04-02 21:58:45 +00:00
Colin Kuskie
0a4d6b4099
Document the newer version of Clone required for 7.7.2 in the gotchas.txt file.
2009-04-02 05:04:46 +00:00
Graham Knop
7064eb1a2a
Keywords form control, Keywords API enhancements, Keywords format change
2009-03-26 20:52:19 +00:00
Patrick Donelan
0e9a551bc9
Added Params::Validate to gotcha.txt
2009-03-11 15:35:24 +11:00
Graham Knop
fe0fdda551
update gotchas for stable release
2009-02-18 03:21:46 +00:00
Colin Kuskie
f58858f07c
Reformatted to match the rest of the document.
2009-01-27 16:28:17 +00:00
Kaleb Murphy
962a8fdc51
Survey.surveyJSON and Survey_response.responseJSON fields will be altered to longText from longBlob. Future JSON fields should probably always be text type db fields.
2009-01-27 04:08:58 +00:00
Arjan Widlak
93297df269
fixed: ukplayer example is now loaded with swfobject.js released under the MIT licence, see gotcha's and /extras/ukplayer
2009-01-21 18:07:01 +00:00
Colin Kuskie
eeef2fb330
Fix a bug where the ITransact credentials template was not defined for plugins.
...
This prevented any credit card transactions from taking place.
2008-12-19 14:55:34 +00:00
Graham Knop
0957247dbc
removing WSClient
2008-12-03 00:32:58 +00:00
Colin Kuskie
2b3b3fd458
Remove the headblock property from the Template Asset, and merge
...
it into extra head tags. Style templates are not allowed to
have extra head tags.
2008-11-26 21:24:44 +00:00
JT Smith
04f2388ef8
The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
...
Image::Magick exclusively for all image processing functions once again.
2008-11-26 16:59:25 +00:00
Frank Dillon
32979d75e1
Replaced the account.options loop in the displayAccount auth methods with new macros for displaying deactivate account and back to site links. Another macro which allows text to be displayed according to whether the value passed in is empty or not was added to allow functionality similar to that which currently exists.
2008-11-18 07:05:23 +00:00
Frank Dillon
d91bc5754d
Merged the "Invite a Friend" application into the Account system and cleaned up the templates in the Inbox
2008-11-18 04:52:16 +00:00
Frank Dillon
4ff722bd5d
Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces.
2008-11-15 11:39:23 +00:00
Graham Knop
48b4ba1fc8
adding survey back in
2008-11-12 03:24:49 +00:00
Graham Knop
151e705286
Backing out Survey for now
2008-11-12 02:40:27 +00:00
Kaleb Murphy
1dd08e25c9
The new survey is here. Make sure to wg-reset your test instances to get the new DB schema.
2008-11-06 20:48:18 +00:00
JT Smith
f951bbed37
Added a better mechanism for calculating when content was last modified for cache headers.
2008-11-06 15:48:31 +00:00
JT Smith
ef6aedc862
- The Syndicated Content asset was rewritten, and now uses 35% less memory and is 400% faster.
2008-11-06 02:32:10 +00:00
JT Smith
b6f260d210
WebGUI now requires Class::C3 version 0.19 or greater.
2008-10-12 02:36:15 +00:00
JT Smith
564fea1583
- Rebuilt AdminBar. Now renders faster, and has categories in the new content
...
menu.
- Reconfigured asset configuration file properties
2008-09-28 19:50:31 +00:00
Graham Knop
ab3b1d8968
7.6.0 is a stop version
2008-09-26 20:17:24 +00:00
Graham Knop
a2757494af
use Module::Find instead of enumerating over the files
2008-09-17 15:38:01 +00:00
Kaleb Murphy
9293a6fbb3
Added gotcha about upgrading to 7.4.40 before moving to 7.5
2008-09-08 16:55:17 +00:00
Graham Knop
b02b4823ff
fixed: Scheduled workflows based on day of week run on wrong day
2008-08-19 17:36:11 +00:00
Colin Kuskie
ef56d94eaf
Update tests for new profile field handling.
...
Change how the profileField method works in User.pm
Reindent some User.pm method according to WGBP.
2008-08-07 20:30:56 +00:00
Colin Kuskie
8582745644
Document that WebGUI now requires Text::CSV_XS version
...
0.52.
2008-08-01 17:33:24 +00:00
Kaleb Murphy
4c38fe9b81
Users who self register without emails being required and leave the email entry blank, no long receive an error from duplicate emails. Fixed.
2008-07-19 04:14:06 +00:00
Graham Knop
491544d5e4
added File::Path 2.04 as a prerequisite
2008-07-08 20:36:35 +00:00
Graham Knop
f7962810db
corrected DataForm upgrade script
2008-06-20 08:57:04 +00:00
Doug Bell
7b0e1c1c97
added a gotcha in case people were relying on buggy, insecure behavior
2008-06-13 20:19:20 +00:00
Colin Kuskie
cdefb4f85d
Move the deleteOldCommerceCode subroutine in the upgrade script to the end for safety.
...
Deleted all templates in Commerce related namespaces.
Deleted the commerceSettings table.
Added notes to the gotchas about the template deletions.
2008-06-10 05:46:57 +00:00
Frank Dillon
4314317031
Gotchas for Start/End Times in Version tags
2008-05-31 01:06:44 +00:00
Martin Kamerbeek
adcd560cba
Added messages about new postback url.
2008-05-28 22:36:05 +00:00
Martin Kamerbeek
518648d0c5
Added a section on the subscription migration to gotcha.txt
2008-05-28 22:06:45 +00:00
JT Smith
7bdf22e412
removed SQL Form from the distro
2008-05-28 21:43:22 +00:00
Colin Kuskie
3428c3947d
Translate all Product variables to use underscores instead of dots.
...
Update i18n and Help and the Product Template.
Remove the Benefits Showcase, Left Column Collateral and Three Columns Product templates.
2008-05-24 22:15:15 +00:00
JT Smith
ab55978f55
fixed some keywords bugs
...
took beta label away from event manager
added option to shelf to include items below it and items included via keywords
2008-05-17 18:58:22 +00:00
JT Smith
7bc6849387
adding another undocumented prereq....doug i'm looking at you!!!!
2008-05-09 14:58:15 +00:00
JT Smith
7c2f633bf0
letting users know about new perl modules
2008-05-09 14:48:45 +00:00
Colin Kuskie
0c54c3bb53
begin documenting the Product changes in the gotchas.txt file
2008-05-07 22:47:07 +00:00
Chris Nehren
05f14b3b76
fix gotchas.txt to indicate that we need Exception::Class along with
...
Path::Class for the export rewrite
2008-04-30 18:28:01 +00:00
JT Smith
efa43239bd
fixing steve's carriage returns
2008-04-30 16:44:27 +00:00
Steve Swanson
0daa22ef2e
2008-04-30 16:43:30 +00:00
JT Smith
5fb4807edc
merging commerce branch back into head
2008-04-20 18:08:26 +00:00