Commit graph

255 commits

Author SHA1 Message Date
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
Doug Bell
7668f68980 add: Calendar can now choose workflow for Events
fix: Event now saves ownerUserId correctly
add: GalleryAlbum now shows link to add a Photo
added a test skeleton for Test::WWW::Mechanize tests
2008-04-16 23:32:12 +00:00
Chris Nehren
684ce5a7ca The export system has been completely rewritten to be less monolithic and
easier to understand. It's also got a fully rewritten test suite (145 and
counting). It uses Path::Class for much of its work, which is now a requirement
for wG.
2008-04-16 22:16:11 +00:00
Graham Knop
cf30d8f4dc improving gotcha notice 2008-04-03 16:31:05 +00:00
Graham Knop
db6a8f28a9 fixing database character sets 2008-04-03 14:53:33 +00:00
Graham Knop
04b1052276 added notes about LongReadLen and LongTruncOK to gotcha.txt 2008-03-19 15:38:45 +00:00
JT Smith
728eccc3cb merging new yui 2008-03-15 17:21:21 +00:00
JT Smith
4a73cadf64 created donation asset 2008-02-27 02:44:33 +00:00
Graham Knop
f2297aa953 Simpler gotcha listing re YUI and Ext 2008-02-26 23:28:27 +00:00
Chris Nehren
8fdd413d12 * resizable text areas now use the YUI 2.5.0 code
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +00:00
JT Smith
34fd8c9245 updated webgui to run with Config::JSON 2.04 2008-01-25 05:10:33 +00:00
JT Smith
b9b68a8655 - removed old CS based photo gallery prototype in favor of the new gallery
asset
2008-01-24 22:07:58 +00:00
Doug Bell
ffa90c5fbd fix: 7.5.0 time tracker templates were corrupt, now fixed.
fix: AssetPackage www_importPackage would give an error message about package being corrupt, but the package would import correctly. No longer gives error message.
2008-01-24 20:31:23 +00:00
Doug Bell
5292426cc5 add: Events in calendar Week view can now be ordered arbitrarily\
fix: Event Related Links are now proper collateral in their own table. The HTML area is parsed and the table populated accordingly. No more silly HTML Area.
2008-01-23 02:41:38 +00:00
Graham Knop
0d8a33c0ea merging 7.4 changes 2007-11-01 18:19:07 +00:00
Graham Knop
c860bfdd10 merging 7.4.11 changes 2007-10-25 12:47:32 +00:00
Graham Knop
93b64fc46f profile field and dashbaord fixes 2007-10-25 06:07:26 +00:00
Doug Bell
8b8feb6af3 Polls now use JSON instead of Storable to store graph info because Storable is not portable between OS/processors. 2007-08-14 17:07:28 +00:00
JT Smith
5175cceb39 Config file bugs fixed, see gotcha.txt for details. 2007-08-14 14:07:46 +00:00
Graham Knop
3fcaa05100 Fix spelling errors 2007-08-09 14:12:18 +00:00
Frank Dillon
d2d49bffbe Transaction Error Templates removed 2007-07-26 23:04:02 +00:00
JT Smith
bde1a7a941 Graphics::Magick is now the standard graphics package in WebGUI, but
Image::Magick will be supported for backwards compatibility. See gotcha.txt
   for details.
2007-07-26 03:23:47 +00:00
Colin Kuskie
a9f45865e6 Add optional database connection parameters to the DatabaseLink. This
replaces the old, automatic setting of LongReadLen and LongTruncOk in
SQL.pm, and is much more flexible.
Fix some documentation with allowMacroAccess in the DatabaseLink.
Additional tests for DatabaseLink.
Document the new parameter behavior in the changelog and gotchas file.
2007-07-25 23:46:20 +00:00
JT Smith
23fa0283b3 - Added keyword tagging api. 2007-07-07 04:37:38 +00:00
Colin Kuskie
7abd54eb94 forward port of double-thumbnail bug. Image was inheriting a Storage object from File, and needed a Storage::Image object 2007-06-23 02:19:38 +00:00
Frank Dillon
fe2354c65e added gotcha for custom tempaltes 2007-06-14 20:15:56 +00:00
JT Smith
a7504f380a removed memcached support
added check for new modules
2007-05-30 18:34:25 +00:00
JT Smith
3259da6750 - Added a realtime workflow option for content publishing.
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00