logo

Get Pithcms at SourceForge.net. Fast, secure and Free Open Source software downloads

Articles
EXAMPLES
MORE_EXAMPLES






1. WYSIWYG editor.

Issue: The images inserted in the text of news is not visible (works on local).
Release date: 2009.10.18
Reporteded by: Admin
Revision: pithcms 0.9
Solution: FIXED in release 0.9.1
Tips: Before saving/publish the news, click on the "HTML" icon to see the html code. In the image address located into "img alt=" tag, delete the directory "admin/". Return to "TEXT" view and save.


2. ARTICLES: Save of modified old article do not work.

Issue: A modified article is not saved by pressin the "save" icon.
Release date: 2009.10.25
Reporteded by: Admin
Revision: pithcms 0.9.2
Solution: FIXED in release 0.9.3
Patch: Open the file /admin/articles_verifica.php and locate these program's lines:

if (substr($filename, -4) != "html") {
    $filename = "../articles/".$filename.".html" ;

Under these lines add the followings:

}else{
    $filename = "../articles/".$filename ;
}

Then save the modified file.


3. FILEMANAGER: php file manager (phpfm) do not work properly.

Issue: phpfm file manager do not work with altervista.org hosting. Works with netsons.org, tophost.it and on local pc.
Release date: 2009.10.25
Reporteded by: Admin
Revision: pithcms 0.9.x
Solution: FIXED in release 0.9.4

4. DOWNLOADS: Comments on file uploaded are not saved.

Issue: Comments on file uploaded are not saved.
Release date: 2009.10.25
Reporteded by: Admin
Revision: pithcms 0.9.2
Solution: FIXED in release 0.9.3
Patch: not available.

5. News presentation: Some formatted news throw off centre the homepage template.

Issue: News formatted using the tags, loose the closing tag in the home page presentation.
Release date: 2009.11.07
Reporteded by: Admin
Revision: pithcms 0.9.4
Solution:
FIXED in release 0.9.4.1
Patch: not available.


6. New templates: Some templates are not full compatibles with the last cms revision.

Issue: The formatting of some templates are not compatible with the lasts revisions of Pithcms .
Release date: 2009.12.27
Reporteded by: Admin
Revision: pithcms 0.9.5
Solution:
to be fixed.
Patch: not available.
The index.php of involved theme should be corrected using the default template.

Wrote on: 18.10.2009 - 11:01
Modified: 27.12.2009 - 12:01