Page 2 of 3

Re: 1.0 "Hawaii" Released!

Posted: Mon Sep 11, 2006 3:26 pm
by Piratos
This are the functions of the transaction module
Transaction Database Functions

$db->StartTrans()
$db->BeginTrans()
$db->CompleteTrans($autoComplete)
$db->CommitTrans($ok)
$db->RollbackTrans()
$db->FailTrans()
$db->HasFailedTrans()
$db->RowLock($tables, $where)
$db->CommitLock($table)
$db->RollbackLock($table)
tehre are no additional functions or variables you can need for the cmsms. i mean you can delete it in the next version.

Re: 1.0 "Hawaii" Released!

Posted: Mon Sep 11, 2006 3:34 pm
by calguy1000
hmmm, never thought about it before, but NMS certainly could take advantage of transactions, as could feusers/selfreg.  it'd be easier to handle errors, etc.

Re: 1.0 "Hawaii" Released!

Posted: Mon Sep 11, 2006 3:48 pm
by Piratos
advantage of transactions
Yes there are advantages.

But Mysql Standard cannot work with Innodb and that is the needed model (take a look in the mysql and php docs).

Only a few providers have innodb enabled, so nearly 100% of users cannot use it.

Re: 1.0 "Hawaii" Released!

Posted: Mon Sep 11, 2006 3:57 pm
by calguy1000
darn, there goes that idea.

Imagemanager

Posted: Mon Sep 11, 2006 4:33 pm
by Piratos
1. Imagemanager doesn't show thumbs - see picture.

2. The picture link is in the source is ok , but if you click it that comes as example in the browser:

http://localhost/1b%5Cuploads%5Cimages/t2.jpg

3. instead of englisch search comes german durchsuchen (i test cmsms only in english).

[gelöscht durch Administrator]

Re: 1.0 "Hawaii" Released!

Posted: Mon Sep 11, 2006 5:18 pm
by Piratos
I am happy that the FCKEditor works without Iframe and than this shit:

Code: Select all

<__iframe class="imageframe" src="../lib/filemanager/ImageManager/images.php?dir=" name="imgManager" title="Image Selection"></__iframe>
iframe was used in some other places too.

all of the testing people with free webspace and bannerservice from the provider have a problem with this iframes.

the worst case is, the cmsms does not work and you loose probably a new cmsms user.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 12:05 pm
by Der Rudi
Some things found with official 1.0 release; IE6 on Win XP:

1. when making a new content page and pressing the preview button BEFORE submit/apply, the following error shows in preview pane:

Fatal error: Call to a member function GetContent() on a non-object in /usr/home/www/www.novion.net/www/tests/cmsms10beta4/p ... .print.php on line 60

When submitting a new page, and then previewing everything is ok.

2. In Admin Log the last logged in name is used for the next logged in user, but only for the 'login' phase, other steps like content editing show correct user name.

3. error/warnings box in the admin section are not shown in IE; needs the following css hack in admin/themes/default/css/style.css:
/* Hides from non-IE \*/
* html div.pagecontainer {height: 1%;}
* html div.pagemcontainer {height: 1%;}
/* End hide from non-IE */

Somewhat nicer would be to use conditional css instead (in template?); works from ie5.0 and upwards.




4. frontend css does NOT validate; xhtml does validate ok (when setting 'assume_mod_rewrite' to true in config.php and using .htaccess file)

All where mentioned in the forum, but, sadly, did not get resolved in the final release.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 12:19 pm
by Piratos
The reason of not shown thumbs is this  http://localhost/1b\uploads\images/logo1.gif  you have mixed slashes
----------------------

Ok i see the IE 6 has no problems with this, but firefox 1.5.0.6

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 12:22 pm
by Piratos
when making a new content page and pressing the preview button BEFORE submit/apply, the following error shows in preview pane:
This works by me with IE 6  and Firfefox  -  no problems.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 12:24 pm
by Piratos
3. error/warnings box in the admin section are not shown in IE
This works by with IE 6 and firefox without problems.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 1:36 pm
by Piratos
My user default language is english.

But i get a german login screen each time - that is not correct.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 1:53 pm
by Ted
Piratos wrote: My user default language is english.

But i get a german login screen each time - that is not correct.
When you're not logged in, it doesn't know which language to use.  So, it uses the default as given in the browser's request header.

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 1:54 pm
by Ted
Der Rudi wrote: Some things found with official 1.0 release; IE6 on Win XP:

1. when making a new content page and pressing the preview button BEFORE submit/apply, the following error shows in preview pane:

Fatal error: Call to a member function GetContent() on a non-object in /usr/home/www/www.novion.net/www/tests/cmsms10beta4/p ... .print.php on line 60

When submitting a new page, and then previewing everything is ok.

2. In Admin Log the last logged in name is used for the next logged in user, but only for the 'login' phase, other steps like content editing show correct user name.

3. error/warnings box in the admin section are not shown in IE; needs the following css hack in admin/themes/default/css/style.css:
/* Hides from non-IE \*/
* html div.pagecontainer {height: 1%;}
* html div.pagemcontainer {height: 1%;}
/* End hide from non-IE */

Somewhat nicer would be to use conditional css instead (in template?); works from ie5.0 and upwards.




4. frontend css does NOT validate; xhtml does validate ok (when setting 'assume_mod_rewrite' to true in config.php and using .htaccess file)

All where mentioned in the forum, but, sadly, did not get resolved in the final release.
1 and 2 are already fixed in svn and will be in 1.0.1.  As for the others, I'll have to hit up one of our visual guys to mess with it...

Thanks!

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 2:13 pm
by thumbsucker
Thanks guys!

Any idea when multilingual support might be available?

Re: 1.0 "Hawaii" Released!

Posted: Tue Sep 12, 2006 2:36 pm
by Pierre M.
thumbsucker wrote: Any idea when multilingual support might be available?
Ted has said 1.1.