phpWCMS Version 1.2.3 - founded Changes and new Stuff
Posted: Tue 24. May 2005, 17:04
Maybe all Users can post the Results of investigation of the newest Version 1.2.3 here. So this Thread gives a overview about the Changes and how they work.
edit by pappnase
you will find the new version here
http://sourceforge.net/project/showfile ... _id=140436
EDITED by Pico
for better Overview I will do here a summary
---------------------------------------------------------------------------------------
* started to change template defaults to standard HTML tags like <p>, <h1...h6> and so on
H1 is used für article head
H2 for article subhead
H3 for content part head
H4 for content part subhead
* space above/bottom are now realized by <div style="height:..>
* lot of smaller fixes - not really bugs
* there is a way to make different Nav_table Layouts depending form StructureLevel in conf.template_default.inc.php
* SPAW Editor (only IE) works with Imagebrowser and shows Images wich are uploaded with phpWCMS-Filemanager
* downloads are now counted - different counts for started and finished downloads - no display in backend at the moment
* {SITE} returns the WEB-Adress like http://www.domain.xxx
* {RSSIMG} shows a RSS-Logo
* {NEW:} rep tag now allows you to specify a certain category so {NEW:5:3} will return the latest 5 articles in category 3.
* a note on frontend login if you read the TODO file in the latest release, you will see this is still in the dev phase... but there are also some changes for that
this file: fe_user_login.inc.php and I managed to include it by using:
It shows a login form and it is supposed to only show up if there is no FE user id in the session. It points to the current URL.
index.php already makes use of $_SESSION['frontend_user'] and has a VISIBLE_MODE for article_user (maybe front end user?) but its value is never used as far as I can figure it out.
* there are 3 new functions with the creation of a structure level (ADMIN-->Site Structure-->Create Structure Level). These are :
- Beside the cache functions there is now a new function "Search" with a new checkbox. I think you can here sort out the created structure level from the search... ?
- Beside the status functions "Visible" and "Public" there are two additional functions called "SSL" and "Sitemap". "Sitemap" seems to include this created structure level into a sitemap or exclude from a sitemap... ?
this function is also contained in the article creation or editing.
is there a SSL=Secure pages Funktion for selected Pages planed? OK there are also some Parameters for SSL in the conf.inc.php - but this is not new!?
* The "site structure and article list" now shows all content parts associated with each article from the main site tree. To see this, log into the backend, click ARTICLE from across the top and expand an article by clicking the + to see the various content parts beneath it.
will be continued...
edit by pappnase
you will find the new version here
http://sourceforge.net/project/showfile ... _id=140436
EDITED by Pico
for better Overview I will do here a summary
---------------------------------------------------------------------------------------
* started to change template defaults to standard HTML tags like <p>, <h1...h6> and so on
H1 is used für article head
H2 for article subhead
H3 for content part head
H4 for content part subhead
* space above/bottom are now realized by <div style="height:..>
* lot of smaller fixes - not really bugs
* there is a way to make different Nav_table Layouts depending form StructureLevel in conf.template_default.inc.php
* SPAW Editor (only IE) works with Imagebrowser and shows Images wich are uploaded with phpWCMS-Filemanager
* downloads are now counted - different counts for started and finished downloads - no display in backend at the moment
* {SITE} returns the WEB-Adress like http://www.domain.xxx
* {RSSIMG} shows a RSS-Logo
* {NEW:} rep tag now allows you to specify a certain category so {NEW:5:3} will return the latest 5 articles in category 3.
* a note on frontend login if you read the TODO file in the latest release, you will see this is still in the dev phase... but there are also some changes for that
this file: fe_user_login.inc.php and I managed to include it by using:
Code: Select all
{PHP:phpwcms_template/inc_script/fe_user_login.inc.php}
index.php already makes use of $_SESSION['frontend_user'] and has a VISIBLE_MODE for article_user (maybe front end user?) but its value is never used as far as I can figure it out.
* there are 3 new functions with the creation of a structure level (ADMIN-->Site Structure-->Create Structure Level). These are :
- Beside the cache functions there is now a new function "Search" with a new checkbox. I think you can here sort out the created structure level from the search... ?
- Beside the status functions "Visible" and "Public" there are two additional functions called "SSL" and "Sitemap". "Sitemap" seems to include this created structure level into a sitemap or exclude from a sitemap... ?
this function is also contained in the article creation or editing.
is there a SSL=Secure pages Funktion for selected Pages planed? OK there are also some Parameters for SSL in the conf.inc.php - but this is not new!?
* The "site structure and article list" now shows all content parts associated with each article from the main site tree. To see this, log into the backend, click ARTICLE from across the top and expand an article by clicking the + to see the various content parts beneath it.
will be continued...