Information sur les auteurs & la licence

Changement du fichier d'activités pour Dizkus version 3.0

Retour à la page principale des auteurs
$Id: changelog.txt 1125 2009-06-24 21:14:32Z herr.vorragend $


---------------------------------------------------------------------------------------------
Zikula Dizkus Module changelog
---------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------
3.0 (fs)
---------------------------------------------------------------------------------------------
+ renamed to Dizkus
+ added #108    Streamline templates
+ added #110    branching prosilver-alternative
+ added #43     Move management of signature into Dizkus
+ added #63]    incorporate MediaAttach
+ added #123/124 external ref to language packs
+ added #144    gravatar support
+ added #22     Integrate ContactList's Ignore-List functionality
+ added #130    Textarea auto-expander
+ added #66     paging is needed when assigning a users rank
+ added #138    translatable modulenames
+ added #100    disable ajax-buttons after usage
+ added #98     check for double posts
+ added #92     showing last x posts like posts of last y hours
+ added #135    new parameter for readtopics / readforum functions
- fixed #140    could not change rank_max (user-ranks)
- fixed #133    missing links (showallforums/showfavorites)
- fixed #105    Latest Forum-Posts
- fixed #97     Date/Time Problems in New SVN Rev 1005
- fixed #112    baseurl missing in Dizkus_user_emailtopic()
- fixed #91     shorturl and honorary rank graphics
- fixed #76     Template: centerblock
- fixed #35     Honorary rank assignment: use drop downs instead of radio buttons
- fixed #28     Manage forum subscriptions
- fixed #145    jointopics not working / remove login-functions
- fixed #137    dizkus_user_setcookies
- fixed #136    no edit post function
- fixed #132    When a topic is moved the forums are not updated
- fixed #122    invalid auth when notifying a mod
- fixed #99     userprofilelink modifier seems not to work correctly with dizkus
- fixed #95     Fatal error: Cannot redeclare getforumerror() When accessing rss2dizkus.php
- fixed #83     "view your posts" not working
- fixed #55     create new topic with js disabled fails
- fixed #40     dir based short urls: forwarding to new topic defect
- fixed #38     width of postings not correct in firefox 3
- fixed #21     error when calling user prefs
- fixed #82     Error while using News (comments) hook
- fixed #72     Patch for rss2forum
- fixed #71     Many E_ALL errors
- fixed #17     Subscriptions seems to not work properly
- fixed #16     wrong links in notification email
- fixed #131    Heavy user synchronization is made frequently
- fixed #70     anonymous user can change topic name
- fixed #121    listforummods plugin calls profile module

for more information see http://code.zikula.org/dizkus/query?status=closed&group=resolution&milestone=3.0

---------------------------------------------------------------------------------------------
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.
+ Zikula 1.0 ready, Topics module from Zikula 1.0-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 Zikula 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] Dizkus 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 dizkus_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 Dizkus 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

 

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 Dizkus (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 (&amp; 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 Zikula'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.dizkus.com 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