Credits & License Information
Back to main Credits pageChange Log for pnForum version 2.7.1
$Id: changelog.txt 854 2007-11-27 18:15:29Z landseer $
---------------------------------------------------------------------------------------------
PostNuke pnForum Module changelog
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
2.7.1 (fs)
---------------------------------------------------------------------------------------------
This is a bugfix release, it does not contain any new features besides working language packs
for Spanish and French.
* fixed copy and paste bug in topicpager plugin
* fixed bug in backforum.php that produced wrong urls with short urls disabled
* fixed html bug in pnforum_ajax_editforum.html which caused a (unreproducable)
display problem in IE(6|7) that made it impossible to administer forums. IE sucks.
* removed Resizable from some templates, this also caused some problems in
IE(6|7). Did I mention that IE sucks?
* added spanish language pack, credits go to Julio De La Calle Palanques from
dev-postnuke.com
* fixed bug in adminlink plugin (call of non-existing function from 2.6)
* updated french language pack, credits go to Gilles Pilloud (gilles@xeneris.fr)
* fixed [#12958] undefined constant
* fixed [#12957] pnForum- Invalid index pninit.php
* fixed [#12948] Register and Login links use old style URI's
* fixed [#12075] Multiple deletion of threads doesn't work
* added fallback in converting from/to utf-8 when the mbstring extension is not available.
This ***can*** und surely ***will*** affect some Ajax functions in conjunction with special
characters like the German Umlaute or French or Danish characters as well.
* fixed [#13402] Not linked usernames
* fixed [#13399] linebreach (<br>) problem
---------------------------------------------------------------------------------------------
2.7 (fs)
---------------------------------------------------------------------------------------------
*** Note: Most of the bugs fixed in this list have been reported during the extensive
*** testphase before the release and do not necessarily fix bugs of the 2.6 version
*** because some new functionality introduced in 2.7 is affected.
+ .8 ready, Topics module from .8-SVN needs to be installed!
+ Using Ajax now for some features, this implied a major rewrite of some templates
and adding a few new ones. Non-javascript fallbacks are included.
+ using resizable.js written by Kazuki Ohta (ohta@uei.co.jp)
+ animated gifs made Klaus Petzka (mail@petzi-juist.de)
+ optimized all functions that search forums (better performance)
+ Templates and layout reworked
+ The following plugins are declared obsolete and may not be present in
future versions:
addtopic_button
favoriteforum_button
listforummods
mailtopic_button
post_order_button
splittopic_button
subscribeforum_button
subscribetopic_button
Please use display logic to show the buttons, for more details see the
recent templates.
+ added timezone support (credits go to Adrian Chapman for the idea). To use this in
your templates, use the new pnfdate_format modifier instead of pndate_format, e.g.:
<!--[ $lastpost.posted_unixtime|pnfdate_format:'datetimebrief':'':true ]-->
The last parameter is activating the timezone support which adds the difference between
the users timezone and the main timezone configured in your PostNuke settings.
+ added option to disable forum
+ added [#2512] centerblock links inkl. PID
+ added [#2636] similar topics plugin
+ added [#2899] Link back to forum index in search and latest posts.
+ added [#2979] Set title to category, forum or thread title
+ added [#2941] Restrict edit timespan to a configurable Value
+ added [#3962] posthint.gif image from pnimages to pnimages/lang directory
+ added [#4167] Quote Selected
- fixed some html and validation issues, removed some more tables
- fixed [#2490] wrong number of guests in online list
- fixed [#2491] removal of topics doesn't remove the subscriptions
- fixed [#4199] block templates call readlastposts plugin with only maxposts
+ added [#2492] admin option to remove subscriptions
- fixed [#2557] no protection against posting many new threads
- fixed [#2569] pnForum preferences always visible in user profile
- fixed [#2637] moderation navigation and
[#2683] moderation function broken on multiple pages (same bug)
- fixed [#2678] search does not honor sort field specification
- fixed [#2728] permissions not checked when notify mails are sent.
- fixed [#2729] parameter for statistics-block ignored
- fixed [#2734] blocks show wrong date/time after splitting a thread
- fixed [#2767] language edit (english)
- fixed [#2922] index error
- fixed [#2944] + [#2945] &'s not converted into entities in search plugin
- fixed [#2903] Riesige Fehlerbox bei Bedienerfehler beim Ändern eines Postings
- fixed [#2952] Incorrect entites in moved thread template
- fixed [#3076] Wrong time for guests
- fixed [#3110] Signature in Preview
- fixed [#2946] issues header in search results
- fixed [#3121] Signatur nach Editieren bei Posting obwohl nicht aktiviert
+ added [#3494] Ability to call topic by post_id (credits to Arjen Tebbenhof)
- fixed [#3599] blending probléme
- fixed [#4089] Duplicate define
- fixed [#4156] searchAPI change to make Xanthia search-plugin function correctly
- fixed [#5142] modifier.profilelink.php - incorrect target
+ added [#4861] Hide Quick response Field when editing a post
---------------------------------------------------------------------------------------------
2.6 (fs)
---------------------------------------------------------------------------------------------
This version needs .760 or later!
- added create/update/delete/displayhooks that create topics when new submission, e.g. news have
been approved/sent. This needed some db changes.
- added plugin to show the users who are online (credits to Franky Chestnut for this one)
footer template updated accordingly
- added rss2forum feature based on the work of Franky Chestnut
- moved all language defines to global.php for easier handling
---------------------------------------------------------------------------------------------
2.5 (fs)
---------------------------------------------------------------------------------------------
This version needs .760 or later!
******************
Important changes:
******************
- $loggedin in templates has been replaced with $pncore.logged_in. Customized templates
need to be updated!
- finding the correct images for topics, new topics, hot topics and hot new topics (viewforum)
is not longer done in program code but is now part of the template logic. There are two new fields in
the topic array: new_posts and hot_topic, see the pnforum_user_viewforum.html template for more
information. Custom templates might need some adjustments.
The fields image, altimage and image_attr are obsolete now and have been removed!!
- the same is valid for the image in the main pnForum view, new field $forum.new_posts
removed: fldr_img, fldr_img_attr, fldr_alt
- added new option to remove all html tags outside of [code][/code] from new postings
- removed obsolete setting "minimum postings for anchor", the plugin postanchor is deprecated
now, do not use it any longer!
- fixed path disclosure in user settings displayed in user.php (credits to Jörg Napp for this)
- added mail2forum feature
- forum search now optional with FULLTEXT index
- new option to turn off the favorites system
- easier topic subscription management for the user
- easier forum moderation (credits to Thomas Pawlitzki for this improvement)
- bug fixes, cleanups (as usual)
- a lot of other fixes and addons
---------------------------------------------------------------------------------------------
2.0.1 (fs)
---------------------------------------------------------------------------------------------
- bugs fixes, code clean ups
- new option to create forum or category specific error messages if the user does not have
the right to see / view etc.
- new option in admin panel to prepopulate the "subscribe to topic" checkbox when writing
a new topic or post
- french language pack incl. button images! Credits go to Franck Barbenoire (fbarbenoire@yahoo.fr)
for this contribution.
---------------------------------------------------------------------------------------------
2.0.1 RC3 (fs)
---------------------------------------------------------------------------------------------
- lots of bugs and html fixes
- new option to define favorites and switch between showing them or all forums
- new option to change post order in topic view
- new option in moving forums in admin
(for those three options the credits go to Chris Miller aka r3ap3r)
- layout changed significantly
- templates partly xhtml compliant (also Chris' work...)
- complete new sets of graphical buttons
---------------------------------------------------------------------------------------------
2.0.0 RC2 (fs)
---------------------------------------------------------------------------------------------
- added forum internal search
- support for pn_highlight hook
- configurable signature replacement
- admin now completely multilingual
- lots of addons, bug fixes, minor changes, (x)html fixes, code cleanups and refactorization
---------------------------------------------------------------------------------------------
2.0.0 RC1 (fs)
---------------------------------------------------------------------------------------------
- changed phpBB_14 to pnForum (update from previous phpBB_14 during during module update)
- fully API compliant now
- using pnRender templates
- fixed some SQL statements
- refactored the code
- simplified the blocks
- added quick answer
---------------------------------------------------------------------------------------------
1.7.6.0
---------------------------------------------------------------------------------------------
Fixes:
- improvements for use of short urls (viewforum.php, latest.php)
- fixed redirect when replying to topics with more then one page in reply.php (thx to jn)
- fixed permission schema in prefs.php (thx to Michael Cohen)
- fixed missing input check in viewtopic for $start var (thx to Marc Bradshaw)
- fixed missing pnVarPrepForDisplay in editpost.php (thx to immof)
- fixed posting count when deleting posting from other authors in editpost.php (thx to ydb)
- ported search include to better API compliance
- removed deprecated stuff in admin.php, adminapi.php and index.php
- fixed HTML compliance issues (& instead of &) in latest.php, emailtopic.php
- added display hooks (e.g. rating) to the viewtopic.php
- added pnTitle.php for title hack by jn (http://sf.net/projects/lottasophie) (thx to STNetwork)
- improved XTE compliancy / short url implementation (viewtopic.php, modpanel.php, editpost.php, functions.php)
- improved permission checks and sql-statement (modpanel.php)
- added /user folder for user's profile page (forum subscriptions)
- started with wcag/section 508 validation
- less problems when author was removed from postnuke's main user table
- fixed pager for large forums
- added paranoic (int) checks
- renamed make_jumpbox function
- preview for new topic, reply topic and edit topic
- updated check for admin.php called correctly (thx to jn)
- fixed search query
- fixed missing table tag in administration
- fixed signature in reply preview
---------------------------------------------------------------------------------------------
1.7.5.0
---------------------------------------------------------------------------------------------
Notes:
- use of pnUserGetVar instead of pnSessionGetVar
- moved some javascript functions from functions.php to own directory and included them again
Fixes:
- fixed permission schema in prefs.php (thx to reggi837)
- fixed output stream in /includes/search/phpBB_14.php (thx to dberansky)
- fixed some closing HTML tags
- fixed wrong <?php tag (thx to Cem Eryasar)
- fixed bbcode [code] tag (moved to hook)
- fixed globals
- fixed forum subscription in viewforum
- optimized all sql-queries
- major code cleanup in functions.php
- major filesystem cleanup
- database cleanup during upgrading
- updated pninit.php for better install/upgrade/remove functions
- beautified some /eng icons
- various E_ALL fixes
- fix for '/' breaking smilie-code (thx to neurophyre) (moved to hook)
- cleanup in /admin folder (deprecated)
- moved notification functions from functions.php to prefs.php
- added further pnAuthID checks
- cleanup in message-storing: now nl2br is used only for display, since we use hooks smilies and bbcodes are stored plaintext
- major cleanup in adminapi.php, fixed various bugs due to incorrect input-cleaning
New Features
- added 'transform' hooks - this way one can add e.g. autolinks, wiki (bbcode, bbsmile and bbclick hooks available at http://pnforum.de)
- new centerblock
- updated /eng bbcode images (thx to Jim)
- added latest post feature (last week, yesterday, today, 24 hours, x hours, last visit) (thx to timax)
- added topic based notification (thx to VitSoft, McSim)
- added config for showing 'Allowed HTML tags' in administration/forumwide settings
- display of bbcode-tags & smiles configurable (can be set to no even if the hooks are installed)
- ip-logging can be turned off (due to privacy issues in germany)
IMPORTANT NOTE:
- since bbcode and smile functions are moved to hooks you'll need the pn_bbcode and pn_bbsmile hooks from http://www.pnforum.de or http://snowbankih.tzo.com
- with pn_bbclick you can convert url- and mail-adresses to links automatically - might be usefull, too ;)
- BBCODES AND SMILIES ARE NOT SHOWN WHEN pn_bbcode and pn_bbsmile ARE NOT INSTALLED & ACTIVE!
---------------------------------------------------------------------------------------------
1.7.4.0
---------------------------------------------------------------------------------------------
Notes:
- ADODB-conversion and query optimization - big thanx to Jeremy Coates
- layout changed to some phpbb2 style, images multilingual - big thanx to Bernd
New Features:
- switched over to use of pnVarPrepForDisplay and pnVarHMTLDisplay
- fixed some pnVarPrepForStore statements
- added pnVarCensor to output
- added pnAuthID
- restored smilie admin
- various layout fixes
Additional features:
- you can use some additional style sheets: pn-phpBB-Title, pn-phpBB-border, pn-phpBB-cat
- you can use background images in tables: cell1.gif for tableheader and cell2.gif for category (to be placed in /themes/YOUR_THEME/images)
- hoover effects in forum-index and category-view with $bgcolor3 and $bgcolor4
Fixes:
credits to larsneo, voll, jeremy, tomahawk
- functions.php: ML support for BBCode alt messages as well as for BBCode popups
- viewforum.php: ML support for alt 'Go to the last new post'
- functions.php: minor style fix with "[Email this topic to a friend!]"-link, nicified the HonoraryRanks Admin page, cleaned doble declaration of function
- adminapi.php: nicified the HonoraryRanks Admin page, fixed rank-admin look, so it's similar to honorary-admin
- admin.php: nicified the HonoraryRanks Admin page, fixed rank-admin look, so it's similar to honorary-admin
- reply.php: javascript code was generated before HTML headers, fix for sql-error when no ranks defined
- editpost.php: fix for topic delete if user edits own post
- /pnblocks/phpBB_14.php: E_ALL-fixes
- some more pnConfigGetVar('anonymous') fixes
- fixed email notification with anonymous posts
Languages:
currently only /eng and /deu due to some major cleanup - sorry folks...
---------------------------------------------------------------------------------------------
1.7.3.0
---------------------------------------------------------------------------------------------
Notes:
- DB structure changes - none
- Module language defines (no new, no changed)
- Module block/search include language defines (new-none,changed-none)
- security schema updated - Only names are used now
- security schema for statistic block updated (larsneo)
- security schema for search include updated (larsneo)
- permissions using chapter rewritten in install.txt (Thomas Almnes)
- major cleanup in /eng-language file
New features:
- in statistic block added title tag for mouseover (larsneo)
- badword-filter restored (Thomas Almnes)
Fixes:
credits to larsneo, chiesi, mindspin, lucky george, thomas
- default charset in notification e-mailes is now iso-8859-1
- fixed missed includes of functions.php in adminapi.php - error reporting was broken
- viewtopic.php: online-status fixed / added text for icons / switched to pnConfigGetVar('anonymous') / some typofixes / major code-cleanup
- reply.php: switched to pnConfigGetVar('anonymous') / fix for signature line / category permission added / typo fix / fix for badwords / fix for html in message / major code-cleanup
- newtopic.php: security schema for category / fix for width / fixed backslahes bug / category permission added / fix for table header / fix for badwords / fix for html in message / major code-cleanup
- editpost.php: category permission added / fix for width / removed signature from textarea / fix for badwords / fix for html in message / major code-cleanup
- functions.php: category permission / bbcode fix / code cleanup / fix for link in pageheader viewforum, newtopic / fixed smilie display for more then 20 smilies / fix for badwords / major code-cleanup / fix for BBCode [CODE] display / fix for subscription from indexpage
- adminapi.php: fix for honorary ranks asign / fix for ranks update / fix for badwords / small typofixes in "add forum" and "edit category"
- admin.php: fix for badwords
- pntables.php: fix for badwords
- pninit.php: fix for badwords
- index.php: cleanup
- phpbb.php: E_ALL-fixes, pnConfigGetVar('anonymous') / fixed < / td > bug / restored cookie function
- /pnblocks/phpBB_14.php: E_ALL-fix
- viewforum.php: restored cookie functions / restored "Start at the first new post"-icon
- admin/topic.php: fix for auth-check 'category'
- default configuration variables are now loaded when module is initialized
---------------------------------------------------------------------------------------------
PostNuke pnForum Module changelog
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
2.7.1 (fs)
---------------------------------------------------------------------------------------------
This is a bugfix release, it does not contain any new features besides working language packs
for Spanish and French.
* fixed copy and paste bug in topicpager plugin
* fixed bug in backforum.php that produced wrong urls with short urls disabled
* fixed html bug in pnforum_ajax_editforum.html which caused a (unreproducable)
display problem in IE(6|7) that made it impossible to administer forums. IE sucks.
* removed Resizable from some templates, this also caused some problems in
IE(6|7). Did I mention that IE sucks?
* added spanish language pack, credits go to Julio De La Calle Palanques from
dev-postnuke.com
* fixed bug in adminlink plugin (call of non-existing function from 2.6)
* updated french language pack, credits go to Gilles Pilloud (gilles@xeneris.fr)
* fixed [#12958] undefined constant
* fixed [#12957] pnForum- Invalid index pninit.php
* fixed [#12948] Register and Login links use old style URI's
* fixed [#12075] Multiple deletion of threads doesn't work
* added fallback in converting from/to utf-8 when the mbstring extension is not available.
This ***can*** und surely ***will*** affect some Ajax functions in conjunction with special
characters like the German Umlaute or French or Danish characters as well.
* fixed [#13402] Not linked usernames
* fixed [#13399] linebreach (<br>) problem
---------------------------------------------------------------------------------------------
2.7 (fs)
---------------------------------------------------------------------------------------------
*** Note: Most of the bugs fixed in this list have been reported during the extensive
*** testphase before the release and do not necessarily fix bugs of the 2.6 version
*** because some new functionality introduced in 2.7 is affected.
+ .8 ready, Topics module from .8-SVN needs to be installed!
+ Using Ajax now for some features, this implied a major rewrite of some templates
and adding a few new ones. Non-javascript fallbacks are included.
+ using resizable.js written by Kazuki Ohta (ohta@uei.co.jp)
+ animated gifs made Klaus Petzka (mail@petzi-juist.de)
+ optimized all functions that search forums (better performance)
+ Templates and layout reworked
+ The following plugins are declared obsolete and may not be present in
future versions:
addtopic_button
favoriteforum_button
listforummods
mailtopic_button
post_order_button
splittopic_button
subscribeforum_button
subscribetopic_button
Please use display logic to show the buttons, for more details see the
recent templates.
+ added timezone support (credits go to Adrian Chapman for the idea). To use this in
your templates, use the new pnfdate_format modifier instead of pndate_format, e.g.:
<!--[ $lastpost.posted_unixtime|pnfdate_format:'datetimebrief':'':true ]-->
The last parameter is activating the timezone support which adds the difference between
the users timezone and the main timezone configured in your PostNuke settings.
+ added option to disable forum
+ added [#2512] centerblock links inkl. PID
+ added [#2636] similar topics plugin
+ added [#2899] Link back to forum index in search and latest posts.
+ added [#2979] Set title to category, forum or thread title
+ added [#2941] Restrict edit timespan to a configurable Value
+ added [#3962] posthint.gif image from pnimages to pnimages/lang directory
+ added [#4167] Quote Selected
- fixed some html and validation issues, removed some more tables
- fixed [#2490] wrong number of guests in online list
- fixed [#2491] removal of topics doesn't remove the subscriptions
- fixed [#4199] block templates call readlastposts plugin with only maxposts
+ added [#2492] admin option to remove subscriptions
- fixed [#2557] no protection against posting many new threads
- fixed [#2569] pnForum preferences always visible in user profile
- fixed [#2637] moderation navigation and
[#2683] moderation function broken on multiple pages (same bug)
- fixed [#2678] search does not honor sort field specification
- fixed [#2728] permissions not checked when notify mails are sent.
- fixed [#2729] parameter for statistics-block ignored
- fixed [#2734] blocks show wrong date/time after splitting a thread
- fixed [#2767] language edit (english)
- fixed [#2922] index error
- fixed [#2944] + [#2945] &'s not converted into entities in search plugin
- fixed [#2903] Riesige Fehlerbox bei Bedienerfehler beim Ändern eines Postings
- fixed [#2952] Incorrect entites in moved thread template
- fixed [#3076] Wrong time for guests
- fixed [#3110] Signature in Preview
- fixed [#2946] issues header in search results
- fixed [#3121] Signatur nach Editieren bei Posting obwohl nicht aktiviert
+ added [#3494] Ability to call topic by post_id (credits to Arjen Tebbenhof)
- fixed [#3599] blending probléme
- fixed [#4089] Duplicate define
- fixed [#4156] searchAPI change to make Xanthia search-plugin function correctly
- fixed [#5142] modifier.profilelink.php - incorrect target
+ added [#4861] Hide Quick response Field when editing a post
---------------------------------------------------------------------------------------------
2.6 (fs)
---------------------------------------------------------------------------------------------
This version needs .760 or later!
- added create/update/delete/displayhooks that create topics when new submission, e.g. news have
been approved/sent. This needed some db changes.
- added plugin to show the users who are online (credits to Franky Chestnut for this one)
footer template updated accordingly
- added rss2forum feature based on the work of Franky Chestnut
- moved all language defines to global.php for easier handling
---------------------------------------------------------------------------------------------
2.5 (fs)
---------------------------------------------------------------------------------------------
This version needs .760 or later!
******************
Important changes:
******************
- $loggedin in templates has been replaced with $pncore.logged_in. Customized templates
need to be updated!
- finding the correct images for topics, new topics, hot topics and hot new topics (viewforum)
is not longer done in program code but is now part of the template logic. There are two new fields in
the topic array: new_posts and hot_topic, see the pnforum_user_viewforum.html template for more
information. Custom templates might need some adjustments.
The fields image, altimage and image_attr are obsolete now and have been removed!!
- the same is valid for the image in the main pnForum view, new field $forum.new_posts
removed: fldr_img, fldr_img_attr, fldr_alt
- added new option to remove all html tags outside of [code][/code] from new postings
- removed obsolete setting "minimum postings for anchor", the plugin postanchor is deprecated
now, do not use it any longer!
- fixed path disclosure in user settings displayed in user.php (credits to Jörg Napp for this)
- added mail2forum feature
- forum search now optional with FULLTEXT index
- new option to turn off the favorites system
- easier topic subscription management for the user
- easier forum moderation (credits to Thomas Pawlitzki for this improvement)
- bug fixes, cleanups (as usual)
- a lot of other fixes and addons
---------------------------------------------------------------------------------------------
2.0.1 (fs)
---------------------------------------------------------------------------------------------
- bugs fixes, code clean ups
- new option to create forum or category specific error messages if the user does not have
the right to see / view etc.
- new option in admin panel to prepopulate the "subscribe to topic" checkbox when writing
a new topic or post
- french language pack incl. button images! Credits go to Franck Barbenoire (fbarbenoire@yahoo.fr)
for this contribution.
---------------------------------------------------------------------------------------------
2.0.1 RC3 (fs)
---------------------------------------------------------------------------------------------
- lots of bugs and html fixes
- new option to define favorites and switch between showing them or all forums
- new option to change post order in topic view
- new option in moving forums in admin
(for those three options the credits go to Chris Miller aka r3ap3r)
- layout changed significantly
- templates partly xhtml compliant (also Chris' work...)
- complete new sets of graphical buttons
---------------------------------------------------------------------------------------------
2.0.0 RC2 (fs)
---------------------------------------------------------------------------------------------
- added forum internal search
- support for pn_highlight hook
- configurable signature replacement
- admin now completely multilingual
- lots of addons, bug fixes, minor changes, (x)html fixes, code cleanups and refactorization
---------------------------------------------------------------------------------------------
2.0.0 RC1 (fs)
---------------------------------------------------------------------------------------------
- changed phpBB_14 to pnForum (update from previous phpBB_14 during during module update)
- fully API compliant now
- using pnRender templates
- fixed some SQL statements
- refactored the code
- simplified the blocks
- added quick answer
---------------------------------------------------------------------------------------------
1.7.6.0
---------------------------------------------------------------------------------------------
Fixes:
- improvements for use of short urls (viewforum.php, latest.php)
- fixed redirect when replying to topics with more then one page in reply.php (thx to jn)
- fixed permission schema in prefs.php (thx to Michael Cohen)
- fixed missing input check in viewtopic for $start var (thx to Marc Bradshaw)
- fixed missing pnVarPrepForDisplay in editpost.php (thx to immof)
- fixed posting count when deleting posting from other authors in editpost.php (thx to ydb)
- ported search include to better API compliance
- removed deprecated stuff in admin.php, adminapi.php and index.php
- fixed HTML compliance issues (& instead of &) in latest.php, emailtopic.php
- added display hooks (e.g. rating) to the viewtopic.php
- added pnTitle.php for title hack by jn (http://sf.net/projects/lottasophie) (thx to STNetwork)
- improved XTE compliancy / short url implementation (viewtopic.php, modpanel.php, editpost.php, functions.php)
- improved permission checks and sql-statement (modpanel.php)
- added /user folder for user's profile page (forum subscriptions)
- started with wcag/section 508 validation
- less problems when author was removed from postnuke's main user table
- fixed pager for large forums
- added paranoic (int) checks
- renamed make_jumpbox function
- preview for new topic, reply topic and edit topic
- updated check for admin.php called correctly (thx to jn)
- fixed search query
- fixed missing table tag in administration
- fixed signature in reply preview
---------------------------------------------------------------------------------------------
1.7.5.0
---------------------------------------------------------------------------------------------
Notes:
- use of pnUserGetVar instead of pnSessionGetVar
- moved some javascript functions from functions.php to own directory and included them again
Fixes:
- fixed permission schema in prefs.php (thx to reggi837)
- fixed output stream in /includes/search/phpBB_14.php (thx to dberansky)
- fixed some closing HTML tags
- fixed wrong <?php tag (thx to Cem Eryasar)
- fixed bbcode [code] tag (moved to hook)
- fixed globals
- fixed forum subscription in viewforum
- optimized all sql-queries
- major code cleanup in functions.php
- major filesystem cleanup
- database cleanup during upgrading
- updated pninit.php for better install/upgrade/remove functions
- beautified some /eng icons
- various E_ALL fixes
- fix for '/' breaking smilie-code (thx to neurophyre) (moved to hook)
- cleanup in /admin folder (deprecated)
- moved notification functions from functions.php to prefs.php
- added further pnAuthID checks
- cleanup in message-storing: now nl2br is used only for display, since we use hooks smilies and bbcodes are stored plaintext
- major cleanup in adminapi.php, fixed various bugs due to incorrect input-cleaning
New Features
- added 'transform' hooks - this way one can add e.g. autolinks, wiki (bbcode, bbsmile and bbclick hooks available at http://pnforum.de)
- new centerblock
- updated /eng bbcode images (thx to Jim)
- added latest post feature (last week, yesterday, today, 24 hours, x hours, last visit) (thx to timax)
- added topic based notification (thx to VitSoft, McSim)
- added config for showing 'Allowed HTML tags' in administration/forumwide settings
- display of bbcode-tags & smiles configurable (can be set to no even if the hooks are installed)
- ip-logging can be turned off (due to privacy issues in germany)
IMPORTANT NOTE:
- since bbcode and smile functions are moved to hooks you'll need the pn_bbcode and pn_bbsmile hooks from http://www.pnforum.de or http://snowbankih.tzo.com
- with pn_bbclick you can convert url- and mail-adresses to links automatically - might be usefull, too ;)
- BBCODES AND SMILIES ARE NOT SHOWN WHEN pn_bbcode and pn_bbsmile ARE NOT INSTALLED & ACTIVE!
---------------------------------------------------------------------------------------------
1.7.4.0
---------------------------------------------------------------------------------------------
Notes:
- ADODB-conversion and query optimization - big thanx to Jeremy Coates
- layout changed to some phpbb2 style, images multilingual - big thanx to Bernd
New Features:
- switched over to use of pnVarPrepForDisplay and pnVarHMTLDisplay
- fixed some pnVarPrepForStore statements
- added pnVarCensor to output
- added pnAuthID
- restored smilie admin
- various layout fixes
Additional features:
- you can use some additional style sheets: pn-phpBB-Title, pn-phpBB-border, pn-phpBB-cat
- you can use background images in tables: cell1.gif for tableheader and cell2.gif for category (to be placed in /themes/YOUR_THEME/images)
- hoover effects in forum-index and category-view with $bgcolor3 and $bgcolor4
Fixes:
credits to larsneo, voll, jeremy, tomahawk
- functions.php: ML support for BBCode alt messages as well as for BBCode popups
- viewforum.php: ML support for alt 'Go to the last new post'
- functions.php: minor style fix with "[Email this topic to a friend!]"-link, nicified the HonoraryRanks Admin page, cleaned doble declaration of function
- adminapi.php: nicified the HonoraryRanks Admin page, fixed rank-admin look, so it's similar to honorary-admin
- admin.php: nicified the HonoraryRanks Admin page, fixed rank-admin look, so it's similar to honorary-admin
- reply.php: javascript code was generated before HTML headers, fix for sql-error when no ranks defined
- editpost.php: fix for topic delete if user edits own post
- /pnblocks/phpBB_14.php: E_ALL-fixes
- some more pnConfigGetVar('anonymous') fixes
- fixed email notification with anonymous posts
Languages:
currently only /eng and /deu due to some major cleanup - sorry folks...
---------------------------------------------------------------------------------------------
1.7.3.0
---------------------------------------------------------------------------------------------
Notes:
- DB structure changes - none
- Module language defines (no new, no changed)
- Module block/search include language defines (new-none,changed-none)
- security schema updated - Only names are used now
- security schema for statistic block updated (larsneo)
- security schema for search include updated (larsneo)
- permissions using chapter rewritten in install.txt (Thomas Almnes)
- major cleanup in /eng-language file
New features:
- in statistic block added title tag for mouseover (larsneo)
- badword-filter restored (Thomas Almnes)
Fixes:
credits to larsneo, chiesi, mindspin, lucky george, thomas
- default charset in notification e-mailes is now iso-8859-1
- fixed missed includes of functions.php in adminapi.php - error reporting was broken
- viewtopic.php: online-status fixed / added text for icons / switched to pnConfigGetVar('anonymous') / some typofixes / major code-cleanup
- reply.php: switched to pnConfigGetVar('anonymous') / fix for signature line / category permission added / typo fix / fix for badwords / fix for html in message / major code-cleanup
- newtopic.php: security schema for category / fix for width / fixed backslahes bug / category permission added / fix for table header / fix for badwords / fix for html in message / major code-cleanup
- editpost.php: category permission added / fix for width / removed signature from textarea / fix for badwords / fix for html in message / major code-cleanup
- functions.php: category permission / bbcode fix / code cleanup / fix for link in pageheader viewforum, newtopic / fixed smilie display for more then 20 smilies / fix for badwords / major code-cleanup / fix for BBCode [CODE] display / fix for subscription from indexpage
- adminapi.php: fix for honorary ranks asign / fix for ranks update / fix for badwords / small typofixes in "add forum" and "edit category"
- admin.php: fix for badwords
- pntables.php: fix for badwords
- pninit.php: fix for badwords
- index.php: cleanup
- phpbb.php: E_ALL-fixes, pnConfigGetVar('anonymous') / fixed < / td > bug / restored cookie function
- /pnblocks/phpBB_14.php: E_ALL-fix
- viewforum.php: restored cookie functions / restored "Start at the first new post"-icon
- admin/topic.php: fix for auth-check 'category'
- default configuration variables are now loaded when module is initialized



