- fix [ 1265771 ] assets that were formerly prototypes are... (mwilson)

- fix [ 1280018 ] add new sql report - all query fields visible (mwilson)
 - fix [ 1283740 ] overridden in WebGUI/Mail.pm (mwilson)
 - fix [ 1282511 ] WebGUI::Form::submit disabled (mwilson)
 - fix [ 1281854 ] migration.txt - 5.6, 5.7 need some updating. (mwilson)
 - fix [ 1281842 ] rand() needs srand() on win32 mod_perl (mwilson)
 - fix [ 1281435 ] Asset::paste() or Asset::setParent() needs... (mwilson)
 - fix [ 1280374 ] Events calendar with no end date set loops... (mwilson)
 - fix [ 1230352 ] Navigation Template (mwilson)
This commit is contained in:
Matthew Wilson 2005-09-11 17:36:39 +00:00
parent 560318df51
commit 7b20b2db03
13 changed files with 159 additions and 426 deletions

View file

@ -32,7 +32,15 @@
- Fixed a bug where privileges were not being set correctly on cache files
and that was causing write errors.
- fix [ 1281437 ] hidden children appear when changing assetsToHide
- fix [ 1265771 ] assets that were formerly prototypes are... (mwilson)
- fix [ 1280018 ] add new sql report - all query fields visible (mwilson)
- fix [ 1283740 ] overridden in WebGUI/Mail.pm (mwilson)
- fix [ 1282511 ] WebGUI::Form::submit disabled (mwilson)
- fix [ 1281854 ] migration.txt - 5.6, 5.7 need some updating. (mwilson)
- fix [ 1281842 ] rand() needs srand() on win32 mod_perl (mwilson)
- fix [ 1281435 ] Asset::paste() or Asset::setParent() needs... (mwilson)
- fix [ 1280374 ] Events calendar with no end date set loops... (mwilson)
- fix [ 1230352 ] Navigation Template (mwilson)
6.7.3
- User search now includes user alias.
@ -40,9 +48,7 @@
and karma were not showing up when editing users.
- fix [ 1274239 ] Can Not Save Edits to Assets
- fix [ 1274414 ] extraHeadTags entirely unused (mwilson)
<<<<<<< 6.x.x.txt
- fix [ 1265709 ] 6.7.1 - most help topics appear twice
=======
- fix [ 1276625 ] viewRSS not working (Andrew Khmelev)
- fix [ 1276695 ] Addition to 'viewRSS not working' (6.7.2) (Andrew Khmelev)
- Fixed a layout problem with the user search form.
@ -62,8 +68,6 @@
- fix [ 1279157 ] showInForms option not stored
- fix [ 1250290 ] ECommerce state field broken on Plainblack.com
- fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
>>>>>>> 1.474
6.7.2
- fix [ 1163407 ] Ampersand XHTML 1.0 Non-Compliant
@ -1495,5 +1499,4 @@ webgui.
- Bugfix [ 822805 ] Emptying trash can cause fatal error
(Thanks to Steve Simms.)
- Changed the upgrade system to stop after an error so the sys admin can fix
the problem before continuing.
the problem before continuing.

View file

@ -305,7 +305,7 @@ converted them from regular functions into methods.
In 6.1 we completely rewrote the underlying template framework to add template
caching. Any plug-ins that use WebGUI::Template, must be updated to reflect
the new API.
the new API. Template caching is currently disabled, however.
5.7 Internationalization and Help Change
@ -326,7 +326,7 @@ is still intact as well. See WebGUI::International for API changes.
As a developer you can convert your translations (including English) and your
help files using a script we provide. You can find the script here:
http://www.plainblack.com/translations?wid=1552&func=viewSubmission&sid=1213
http://www.plainblack.com/translations/translations
5.8 WebGUI::Session Changes
@ -450,10 +450,14 @@ passing in an id parameter like this:
$f->text(name=>"this",id==>"myownpersonalid");
Also, calls to WebGUI::Form::submit must be changed to WebGUI::Form::Submit.
Also, WebGUI::Form::Submit by itself doesn't work. WebGUI::Form::Submit()
must be used.
See WebGUI::HTMLForm and WebGUI::Form::Control for additional information.
5.19 SQL Files For Upgrades Depricated
5.19 SQL Files For Upgrades Deprecated
Starting with WebGUI 6.7.0 .sql files will no longer be used in core upgrades
of WebGUI sites. We also suggest not using them for upgrades of custom code.