Colin Kuskie
91fb2cae64
XHTML-ized
2005-09-22 21:57:09 +00:00
Colin Kuskie
b26d72804e
removed some single quotes, began translation to XHTML
2005-09-22 21:32:56 +00:00
Colin Kuskie
813287133a
bugfix #1286646 , documentation
2005-09-22 18:34:15 +00:00
Colin Kuskie
a296279b03
remove need for apostrophe in -clear text password-
2005-09-22 17:20:22 +00:00
Colin Kuskie
bc14093c1c
bugfix for #1293180
2005-09-22 04:29:07 +00:00
Matthew Wilson
89e797b7b4
*** empty log message ***
2005-09-22 04:13:33 +00:00
Colin Kuskie
5f64c2d3c0
add hoverHelp to settings
2005-09-22 03:25:09 +00:00
JT Smith
5030bac3d8
last minute bug fixes to the new asset session caching stuff
2005-09-22 01:45:46 +00:00
Wouter van Oijen
2072fb8a88
XHTML bugfixes
2005-09-21 22:58:26 +00:00
Wouter van Oijen
8243d36d3b
XHTML bugfixes
2005-09-21 21:57:01 +00:00
Colin Kuskie
2d5eedaefd
doc fixes for SF #1289336
2005-09-21 21:28:16 +00:00
JT Smith
5efbd4a709
- The export system now attempts to create the export path if it doesn't
...
already exist.
- fix [ 1287741 ] 6.7.3 Cannot insert a WebGUI collateral image in IE.
- fix [ 1293163 ] Error when using Syndication
- fix [ 1295718 ] Moderating submissions/posts is broken
- fix [ 1288770 ] Couldn't call method www_view on asset
- fix [ 1278672 ] Timezones does not still not work properly in webgui
2005-09-21 20:04:15 +00:00
Colin Kuskie
7a76e2efdc
*** empty log message ***
2005-09-21 04:56:35 +00:00
Colin Kuskie
944768997d
more key typos for hover help
2005-09-21 04:55:53 +00:00
Colin Kuskie
710453b281
fix key typos
2005-09-21 04:52:24 +00:00
Colin Kuskie
f436d854c4
begin updating package information
2005-09-20 23:08:48 +00:00
JT Smith
844b03b34a
- fix [ 1288699 ] 6.7.4 - username sometimes does not appear
...
- fix [ 1296468 ] Username doesn't show up in Edit User Account
- fix [ 1295921 ] Problem with Survey content.
- fix [ 1290460 ] Survey error when adding multiple choice answers
- fix [ 1288887 ] new user information mail dos'nt contains the username
2005-09-20 16:35:07 +00:00
JT Smith
104ee36535
- fix [ 1292597 ] Trash not emptied
...
- fix [ 1292209 ] purgeTree called in runHourly.pl (6.7.4)
- fix [ 1290600 ] 6.6.5-6.7.0 upgrade script (fix) (Nicklous Roberts)
- fix [ 1288786 ] Names of copied style templates doesnt update.
- fix [ 1292538 ] Template::getList isn't versioned
- fix [ 1241451 ] Images not showing up in TinyMCE
- fix [ 1252786 ] rich edit ie image problem
- fix [ 1284248 ] runHourly.pl moving assets I don't want in trash to trash
2005-09-19 22:31:07 +00:00
JT Smith
ee1e7e870c
performance enhancements
2005-09-19 18:38:44 +00:00
Matthew Wilson
23aae5f0b8
my $xmlEncoding = $1 || 'utf8';
2005-09-16 08:48:14 +00:00
Roy Johnson
5cf79c8a97
[BUGFIX] -- Survey not appearing in clipboard after copy
...
[BUGFIX] -- Survey section data left out during survey copy
2005-09-15 18:41:15 +00:00
Matthew Wilson
444c46acf3
fixing HTMLForm.pm so new() actually passes its parameters.
2005-09-14 00:57:39 +00:00
JT Smith
5feae6f617
fixed some syndicated content bugs
2005-09-13 21:17:18 +00:00
Colin Kuskie
01aad32c08
document that adding users to Admin group sets UI level to 9
2005-09-12 15:32:27 +00:00
JT Smith
e750c405f8
a few last minute bug fixes
2005-09-11 22:12:17 +00:00
Colin Kuskie
5b4323e1bd
fix pad head directives in pod re sf#1287994
2005-09-11 20:48:54 +00:00
Colin Kuskie
68f7c3678b
missed updating lastUpdated tag
2005-09-11 20:36:41 +00:00
Matthew Wilson
7b20b2db03
- 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)
2005-09-11 17:36:39 +00:00
JT Smith
560318df51
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
2005-09-11 14:37:34 +00:00
JT Smith
68d5986c39
fix [ 1279887 ] unable to copy Survey Wobject
2005-09-11 14:20:27 +00:00
JT Smith
056cc44f05
[ 1283629 ] Forum bug in 6.5.6
2005-09-11 14:05:54 +00:00
JT Smith
1f0b19a609
fixing a problem with long keys in utf-8 encoded database tables
2005-09-11 01:30:11 +00:00
JT Smith
d6afcde7b9
fix [ 1266159 ] 6.7.1 - getEditForm fields are in funky order
2005-09-10 18:20:29 +00:00
JT Smith
62d1c58ae4
- Added cache to settings which increased performance by .02 seconds per
...
page.
- Added user cache which increased performance by more than .1 seconds per
page.
- Added some new indicies to make asset queries .01 to .1 seconds faster per query.
- fix [ 1274488 ] Visitors language not recognized 6.7.2
2005-09-10 15:37:03 +00:00
Colin Kuskie
1ca2a2718b
fix namespaces for add/edit form help
2005-09-10 04:45:52 +00:00
JT Smith
637bd165ba
- Any attempt to view "root" will redirect the user to the default page.
...
- fix [ 1285604 ] getVars undefined in Asset::File.pm
- fix [ 1284330 ] error in page export function
- Fixed a trash purging problem.
- fix [ 1281516 ] Undefined subroutine &WebGUI::Asset::File::quote runHourly
- fix [ 1281430 ] www_restoreList should be in AssetTrash.pm
2005-09-09 23:07:34 +00:00
JT Smith
8f71e237c1
The locked icon in the asset manager no longer shows up unless autocommit
...
is disabled.
2005-09-09 20:10:11 +00:00
JT Smith
283839a077
performance indicators
2005-09-09 19:57:58 +00:00
JT Smith
0dd6b7b660
bug fixes
2005-09-09 19:30:28 +00:00
Colin Kuskie
0026b1e73f
fix typo
2005-09-09 03:51:06 +00:00
Colin Kuskie
a4a2179249
fix POD errors, re sf #1279861
2005-09-06 19:50:23 +00:00
Wouter van Oijen
e0b24a316b
Fixed HTML issue: <style> must be placed in <head>, not in <body>
2005-09-02 10:34:21 +00:00
Wouter van Oijen
7aec8869b1
Oops, forget the small assets.gif. Fixed that now too.
2005-09-01 18:56:41 +00:00
JT Smith
1e3b8eb4ec
some pod fixes
2005-09-01 17:51:01 +00:00
JT Smith
f6c2dfe6fb
- fix [ 1275024 ] Can not edit layout on 6.7.2
...
- fix [ 1262235 ] sql report form params
- fix [ 1277529 ] Extra radio buttons in Settings console
- Removed the last remnants of wobject ids.
- Fixed a GUID case sensitivity problem.
- Fixed several large security holes. See the security advisory on
getwebgui.com for details.
- fix [ 1279157 ] showInForms option not stored
- fix [ 1250290 ] ECommerce state field broken on Plainblack.com
- fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
2005-09-01 17:41:05 +00:00
Wouter van Oijen
01ad8fd12c
Fixed a few XHTML 1.0 related bugs
2005-09-01 13:11:28 +00:00
Wouter van Oijen
ad6b484f0e
Fixed a few XHTML 1.0 related bugs
2005-09-01 12:39:43 +00:00
Wouter van Oijen
060f63d01b
- Fixed broken image in asset manager.
...
- Fixed a few XHTML 1.0 related bugs.
2005-09-01 12:05:13 +00:00
JT Smith
748fddb85b
- Fixed a few bugs in the new form system related to UI levels and hidden
...
fields.
- fix [ 1275024 ] Can not edit layout on 6.7.2
- fix [ 1262235 ] sql report form params
2005-08-31 20:15:55 +00:00
JT Smith
c687487df1
- fix [ 1274951 ] Unable to drag rank in asset manager
...
- fix [ 1276449 ] 6.7.1 content invisible after edit by content manager
- Fixed a few bugs in the new form system related to UI levels and hidden
fields.
2005-08-31 19:23:46 +00:00