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
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
Doug Bell
07a40788bb
add: User profile data table is now a flat table.
2007-05-28 21:35:34 +00:00
JT Smith
222a0fb33d
preparing for 7.3.17 release
2007-05-09 15:27:33 +00:00
Graham Knop
58018d5d69
More image uploading fixes. Copying/pasted code. Should probably be refactored a bit.
2007-04-27 17:12:50 +00:00
Colin Kuskie
885a369c67
fix bad override of isLocked inside WebGUI::Asset::Post::Thread
2007-04-26 23:11:15 +00:00
Doug Bell
2d9649dc10
fix: EMS now keeps information about registration if a user logs out before they complete their transaction.
2007-04-06 00:55:39 +00:00
Colin Kuskie
83eb765fef
add docs for fixing missing thumbnails and add the --help switch to the thumbnailer script
2007-03-01 22:37:25 +00:00
JT Smith
9cacb28c69
You must now also have Weather::Com::Finder 0.5.1 installed. Do
...
this before you upgrade.
2007-02-26 06:44:13 +00:00
JT Smith
2ae31ce34b
- fix: WeatherData asset not displaying properly
...
- rfe: Weather-Data not only for US-Cities
- rfe: WeatherData Asset - Convert to International format
2007-02-25 18:55:10 +00:00
Doug Bell
11b308df81
fix: 7.2.3-7.3.0 upgrade now grabs the latest committed version of Events, instead of a random version
...
fix: 7.2.3-7.3.0 upgrade now does not modify the URL of the Calendars it migrates
2007-02-16 18:36:43 +00:00
Roy Johnson
8d80c2c613
- 7.3.9 release (for real this time hopefully)
...
- fix syntax error in EventManagementSystem (yay smoketests!)
- Note in gotchas that upgrade can take a long time to run
2007-02-14 15:32:05 +00:00
Colin Kuskie
76585a1daa
Added a new method to WebGUI::HTML called makeParameter safe. It will
...
encode commas and single quotes to make the output safe to embed inside
of a macro.
Added tests to verify that it works correctly.
Updated the c_companyName macro to use makeParameterSafe.
Added tests to verify that the changed macro works okay.
Updated the c_companyName documentation.
Added a blurb to the gotchas file to cover the change to the macro.
2007-02-13 23:42:53 +00:00
Roy Johnson
c5b47acfe8
fix - EMS: blank lines appearing in registrants
2007-02-01 17:31:07 +00:00
JT Smith
3df71a5351
- fix: Direct 6.8.10-7.2+ Upgrade Problem
2007-01-30 20:47:50 +00:00
Roy Johnson
a7515ebbe6
fix - No mention of intermediate upgrade step in gotcha's
2007-01-30 16:34:41 +00:00
Doug Bell
324edc5550
Added note to gotcha about what the 7.2.3-7.3.0 upgrade is doing.
2007-01-26 00:33:01 +00:00
Doug Bell
6e06db64a2
fix: 7.2.3-7.3.0 upgrade now migrates EC and Events in the Trash and Clipboard
2007-01-26 00:18:36 +00:00
Doug Bell
b1e9169a4f
Fixes for upgrade problems.
2007-01-25 02:33:31 +00:00
Colin Kuskie
824b7a4545
Added JS confirmation for deleting wiki pages.
...
Documented need for JS confirmation and escaping
template variables to the gotchas file.
2007-01-17 23:10:00 +00:00
Colin Kuskie
9d0894b674
Add a new method to t/lib/WebGUI/Test.pm to return the path to the test
...
collateral.
Update all tests to use the new method.
Change testCodebase.pl to run long tests by default. To disable the
long tests, use the --noLongTests switch.
2006-12-15 23:17:22 +00:00
Roy Johnson
4215a57fca
Added a stop gap to assetTrash to keep it from dying if someone tries to purge an asset and the object is not defined.
...
Also added a note to gotchas warning that the upgrade can take a very long time.
2006-12-07 04:46:21 +00:00
Roy Johnson
ea83200a34
Fixing the calendar
2006-12-07 02:33:40 +00:00
Drake
574b0313c3
Add safeties to avoid password recovery being turned on at all with zero
...
profile fields selected, to avoid confusion. Update some documentation.
2006-12-06 22:31:00 +00:00
Drake
631d8cb0e6
Switch to profile-based password recovery.
2006-12-06 11:57:36 +00:00
Colin Kuskie
ee9cae98a8
Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
...
Broke out code scanning tests into their own tests, and required the CODE_COP environment
variable be set before they were run.
Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic.
More Auth template inheritance work. Almost time to reflect it over to
the LDAP module.
2006-11-24 21:05:44 +00:00
Drake
e982302c2a
Update changelog and gotchas, and hopefully final update to r3226 bugfixes in
...
7.2.0 upgrade script.
2006-11-10 18:29:37 +00:00