phpwcms 1.2-DEV

Read me first before posting anywhere!
Locked
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

phpwcms 1.2-DEV

Post by Oliver Georgi »

New development release is available.

Here is the current changelog info (the things I could remember ;-)):

Code: Select all

2005-02-13  1.2-DEV
    * most notice messages about undefined vars do not occure anymore
      many checks for isset/empty vars are implemented
    * HTTP referer value replaced by a session var that works the same
      now local firewalls or proxy servers shouldn't be problematic anymore
    * login and login check procedure are compatible for MySQL 4.1 too
    * sorting of article content is fixed - happened in combination with
      listing of custom blocks
    * better GD image resizing implemented combined with fixes for
      resizing of GIF images - if supported by GD transparency of GIF
      images is restored after resize
    * file upload problem solved
    * new global value implemented which can be used to check against
      current level and retrieve all IDs of activated nav tree (try):
      <?='<pre>'.var_export($GLOBALS['LEVEL_ID'],true).'</pre>' ?>
    * images used in article summary, text with image, imagelist, image
      rollover and ecard can get custom ALT text and url link like:
      CAPTION|ALT TEXT|URL TARGET
    * it's possible again to use the same image multiple times for
      image list again
    * RSS feed creation fixed
    * external content function fixed - another remote content check
      was implemented
    * better setup routine - optimized upgrade process - but will be
      fixed much more in the future
    * new content part 'email contact form': a very flexible and
      powerful visual form generator - do not use old formmailer anymore
    * all content parts are prepared for future modularisation
    * HTML area toolbar enhanced by new line for setting heading and...
    * small security fix for FCKeditor
    * preview of non-public articles and categories in frontend possible now
      you will see little notice in frontend (will be enhanced) - such pages
      are not visible for normal frontend users
    * usage of $_SERVER['DOCUMENT_ROOT'] shouldn't be neccessary anymore
      I have implemented an automatic function to retrieve current root path
      this might be problematic in some cases when used in /~user structure
    * retrieving alias name reset to old-style processing
    * caching should work as expected now - no caching when $_POST isset
    * new replacement tag {NAV_LIST} - same functionality as {NAV_TABLE_COLUMN}
      but returns nested <ul><li></li></ul> - use {NAV_LIST:StartID:ClassName}
      this was enhanced - ":ClassName" is optional - {NAV_LIST:StartID}
    * some new sample scripts in frontend init/render (rename *.php_ -> *.php)
Lot more things are changed/enhanced/done

Forum is still not working.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked