vBulletin Tagging

Browse over this collection of "tagged" posts to obtain a strong idea of general posting themes we adopt at The Staff Lounge, and quickly gain access to certain information which interests you and related posts made across the web on places like Google and Technorati.




Djazair Mods Pro - X In One

vBulletin Add-ons

*Djazair Mods Pro - X In One
By DZ Coder
*

This Product brought to you by
http://www.vbulletin-turkey.com (http://www.vbulletin-turkey.com/forum/)

*Description :

Tags: , ,

Yahoo Video BBcode

vBulletin Add-ons

Use this bbcode to play video from http://video.yahoo.com

*Title:* Yahoo Video
*Tag:* yahoo
*Replacement:*
[code]

<param name=”movie”…

Tags: , ,

IMG-bbCode Domain-Whitelist

vBulletin Add-ons

Using this modification you can define domains that are allowed for direct imagelinking using the IMG-bbCode.

This means if you allow “yourdomain.com” those images from your domain will be parsed…

Tags: , , ,

Phorum-5.2.8 final released (13 replies)

Phorum

We are happy to announce our latest stable release Phorum-5.2.8.
It is a bug fix release over 5.2.7 fixing lots of issues found.

Some new things were put in too.
This includes:
- the rewrite of the bbcode module done through the MySQL-conference this year
- new APIs for Ajax usage and newflags
- some more hooks for better module integration
- updated / new documentation from Andy Taylor - mostly in FAQ and Admin Docs.

You can download it from our downloads page.

This is the excerpt from the changelog:

2008-07-22 07:23  mmakaay
	* Suppress output from the memcache cache layer for cases where
	  connecting to the memcached server fails. This prevents memcached
	  problems from breaking the page ("headers already sent".)
	  Additionally, the inline documentation was updated.

   2008-07-18 13:28  mmakaay
	* Fixed #772: possible corruption of serialized custom field data
	  (reported by Jonhoo).

   2008-07-15 18:11  brian
	* Fix for #731. Strip DESCRIPTION for search page

   2008-07-15 18:07  brian
	* moving the 5.2.x tags to the 5.2 dir

   2008-07-04 16:48  ts77
	* use display_name for reporter as suggested by Oliver Riesen
	  (fixing #761)

   2008-07-04 15:49  ts77
	* same date formatting in read templates as suggested by Oliver
	  Riesen (#749)

   2008-07-02 18:39  mmakaay
	* Fixed an incompatibility between file downloads with the "only
	  from this forum" restriction, in combination with URI
	  authentication. Before this fix, access for downloading the image
	  would be denied, even though the file was downloaded directly from
	  the forum. # Also a typo-fix-of-the-day change (learned that it is
	  "existent" :-).

   2008-07-01 14:30  mmakaay
	* Fixed a compatibility problem between the new BBcode module and
	  PHP versions prior to 5.1.0. The PHP function
	  htmlspecialchars_decode() is not available for those versions of
	  PHP. Thanks to Adam for noticing the problem and for providing a
	  work-around!

   2008-06-25 21:14  ts77
	* fixed undefined index in event_logger module (#748, reported by
	  Oliver Riesen)

   2008-06-25 21:07  ts77
	* stripped quotes from plain-text forum description as suggested by
	  Oliver Riesen (#743)

   2008-06-25 20:53  ts77
	* added line-height for thread options as suggested by Oliver Riesen
	  (#730)

   2008-06-25 20:20  ts77
	* made users tz_offset a float value for non-integer timezones

   2008-06-17 11:19  mmakaay
	* The "Force hiding of email addresses" option is now only
	  applicable to regular forum users. Administrators and moderators
	  can always see the email addresses of the users. For moderators,
	  this can be restricted by setting the PHORUM_MOD_EMAIL_VIEW
	  constant to false in include/constants.php. Some more fine grained
	  control for email address displaying will be added to Phorum 5.3.

   2008-06-16 10:15  ts77
	* quote anonymous authors with their name (fixing #744)

   2008-06-16 09:59  ts77
	* sort strictly by datestamp to get the recent_post (fixing #755)

   2008-06-16 09:32  ts77
	* added user's posts to edit screen (readonly), fixing #759

   2008-06-16 09:06  mmakaay
	* Another fix for #765: UTF-8 byte order markers at the start of
	  template files are now stripped by include/templates.php.

   2008-06-16 08:20  mmakaay
	* Fix for #765: catch the output of include files
	  (include/db/config.php, include/lang/* and
	  templates/*/settings.tpl) to prevent extra output like UTF-8 byte
	  order markers from breaking the pages.

   2008-06-13 18:28  ts77
	* case insensitive search for block tags in html module (fixing
	  #760)

   2008-06-05 00:21  mmakaay
	* Implemented some improvements for the Editor Tools module as
	  suggested by David King (phorum.org user "Optimal") and Oliver
	  Riesen. The behavior when adding tags using the buttons is now
	  much better. The textarea won't scroll up anymore if it is
	  scrolled downwards a bit and the text that was selected previously
	  to adding the tag will be reselected after adding the tag.

   2008-06-03 09:41  mmakaay
	* Fixed a bug in handling stale close tags that directly follow
	  another open or close tag. Thanks to CBiLL for the problem report.
	  The related error message was: Unsupported operand types in
	  [..]/bbcode/api.php

   2008-06-02 08:09  mmakaay
	* Fix for #762: moved pm_sent hook to always trigger the hook after
	  a sent PM. Before, it would not trigger if the PM mail
	  notification was disabled.

   2008-05-27 20:34  mmakaay
	* Improved handling of stale close tags in the text and fixed a PHP
	  undefined index warning along with it. Thanks to CBiLL for the
	  problem report.

   2008-05-25 22:58  mmakaay
	* MFT: # Undefined indexes fixed.

   2008-05-25 11:57  mmakaay
	* Added the conference 2008 rewrite release of the BBcode module to
	  the tree.

   2008-05-25 09:35  mmakaay
	* Added javascript_filter hook (for things like javascript
	  compression). Added a refresh=1 parameter for javascript.php to
	  let it ignore the cache.

   2008-05-19 15:51  mmakaay
	* The javascript.php script automatically loads the Ajax client
	  code, so modules can be sure that they can make use of it and
	  don’t have to load it specifically. Templates can now contain a
	  "javascript.tpl", which is loaded in by the javascript.php code
	  automatically. This corresponds to the way that the CSS code works
	  (where you can create a "css.tpl").

   2008-05-13 03:51  ataylor
	* Added File Path block

   2008-05-08 15:00  mmakaay
	* Added a new API layer for handling JSON data (final goal: Ajax
	  layer)

   2008-05-08 14:56  mmakaay
	* Added a new API layer for newflags handling.

   2008-05-03 13:53  mmakaay
	* Backported the phorum_switch_template() function from trunk to
	  5.2. This new function makes it possible to switch the active
	  Phorum template to a template that is stored in any directory.
	  This is for example useful if a module includes a full Phorum
	  template, where the template is packaged with the module code.
	  With this new function, the Phorum can activate the module’s
	  template without the need for the admin to copy the template to
	  the main templates directory.

   2008-04-29 16:41  mmakaay
	* Fixed #740: Mark read in folder (classic index) goes back to root
	  (thanks Oliver!)

   2008-04-29 16:03  mmakaay
	* Fixed #754: Display name filter was not included in pagination
	  (thanks Oliver!)

   2008-04-29 16:01  mmakaay
	* Fixed #738: problems with German help file for smileys module
	  (thanks Oliver!)

   2008-04-29 15:54  mmakaay
	* Fixed #757: Fixed typo in hook call for "posting_permissions"
	  (thanks Alexey)

   2008-04-17 15:24  ts77
	* use the correct default language for announcement conversion
	  (fixing #734)

   2008-04-03 08:42  mmakaay
	* Fixed #735: Added missing backslash in JavaScript code (thanks to
	  Oliver Riesen)

   2008-03-23 00:24  mmakaay
	* Fixed spam flagging by SpamAssassin for rule
	  SUBJECT_NEEDS_ENCODING. This prevents spam flagging of mail in
	  case the admin uses a name that contains special characters in the
	  "System Emails From Name" field. Encoding was implemented using
	  the Quoted-Printable description from RFC 2045.

   2008-03-21 11:25  mmakaay
	* Fixed spam flagging by SpamAssassin for rule FROM_BLANK_NAME
	  (From: contains empty name). This prevents spam flagging of mail
	  in case the admin did not fill in the "System Emails From Name"
	  field. This resulted in a header like: From: ""
	  <admin@example.com>

   2008-03-21 11:16  mmakaay
	* Fixed spam flagging by SpamAssassin for rule MSGID_FROM_MTA_HEADER
	  (Message-Id was added by a relay). This prevents spam flagging of
	  mail messages that are not sent for new message notification (for
	  those we already generated a Message-Id header).
Tags: , , , , , , , ,

Flash BBCode with size option

vBulletin Add-ons

I’ve been looking for a way to get flash embedded for awhile now with the option to enter in the width and height. after getting nowhere (searched alot) and turning up nothing I started looking at…

Tags: , ,

Replace BBCode with URL in quote

vBulletin Add-ons

*Product name:*
Replace BBCode with URL in quote

*Product description:*
This product replaces BBCodes with URL tags in quotes. You, of course, decided which BBCodes get replaced in the Admin CP. Its…

Tags: , , , ,

esnips mp3 BBcode

vBulletin Add-ons

*Replacement*
[code]<embed
quality=”high”
pluginspage=”http://www.macromedia.com/go/getflashplayer”
type=”application/x-shockwave-flash”
bgcolor=”#000″
width=”328″
height=”94″…

Tags: , , ,

Blog Development: Featured Entries

vBulletin Fans

vBulletin.com Blog Entry: *Blog Development: Featured Entries*
Author: *Freddie Bingham*
Published: 27th June 2008 05:08 PM

With our first release of vBulletin Blog,…

Tags: , , , , , ,

Blog Development: Featured Entries

vBulletin Fans

vBulletin.com Blog Entry: *Blog Development: Featured Entries*
Author: *Freddie Bingham*
Published: 27th June 2008 05:08 PM

With our first release of vBulletin Blog,…

Tags: , , , , , ,

Phorum-5.2.8-RC2 released (12 replies)

Phorum

More than a month after our last release candidate we are announcing the second release candidate of Phorum 5.2.8 which is a bug fix release over 5.2.7 fixing lots of issues found.

Some new things were put in too.
This includes:
- the rewrite of the bbcode module done through the MySQL-conference this year
- new APIs for Ajax usage and newflags
- some more hooks for better module integration
- updated / new documentation from Andy Taylor - mostly in FAQ and Admin Docs.

Please test this release and let us know any issues you encounter with it.

You can download it from our downloads page (see "Current Development Version" there).

This is the excerpt from the changelog with changes over 5.2.8-RC1:

2008-07-04 16:48  ts77
	* use display_name for reporter as suggested by Oliver Riesen
	  (fixing #761)

   2008-07-04 15:49  ts77
	* same date formatting in read templates as suggested by Oliver
	  Riesen (#749)

   2008-07-02 18:39  mmakaay
	* Fixed an incompatibility between file downloads with the "only
	  from this forum" restriction, in combination with URI
	  authentication. Before this fix, access for downloading the image
	  would be denied, even though the file was downloaded directly from
	  the forum. # Also a typo-fix-of-the-day change (learned that it is
	  "existent" :-).

   2008-07-01 14:30  mmakaay
	* Fixed a compatibility problem between the new BBcode module and
	  PHP versions prior to 5.1.0. The PHP function
	  htmlspecialchars_decode() is not available for those versions of
	  PHP. Thanks to Adam for noticing the problem and for providing a
	  work-around!

   2008-06-25 21:14  ts77
	* fixed undefined index in event_logger module (#748, reported by
	  Oliver Riesen)

   2008-06-25 21:07  ts77
	* stripped quotes from plain-text forum description as suggested by
	  Oliver Riesen (#743)

   2008-06-25 20:53  ts77
	* added line-height for thread options as suggested by Oliver Riesen
	  (#730)

   2008-06-25 20:20  ts77
	* made users tz_offset a float value for non-integer timezones

   2008-06-17 11:19  mmakaay
	* The "Force hiding of email addresses" option is now only
	  applicable to regular forum users. Administrators and moderators
	  can always see the email addresses of the users. For moderators,
	  this can be restricted by setting the PHORUM_MOD_EMAIL_VIEW
	  constant to false in include/constants.php. Some more fine grained
	  control for email address displaying will be added to Phorum 5.3.

   2008-06-16 10:15  ts77
	* quote anonymous authors with their name (fixing #744)

   2008-06-16 09:59  ts77
	* sort strictly by datestamp to get the recent_post (fixing #755)

   2008-06-16 09:32  ts77
	* added user's posts to edit screen (readonly), fixing #759

   2008-06-16 09:06  mmakaay
	* Another fix for #765: UTF-8 byte order markers at the start of
	  template files are now stripped by include/templates.php.

   2008-06-16 08:20  mmakaay
	* Fix for #765: catch the output of include files
	  (include/db/config.php, include/lang/* and
	  templates/*/settings.tpl) to prevent extra output like UTF-8 byte
	  order markers from breaking the pages.

   2008-06-13 18:28  ts77
	* case insensitive search for block tags in html module (fixing
	  #760)

   2008-06-05 00:21  mmakaay
	* Implemented some improvements for the Editor Tools module as
	  suggested by David King (phorum.org user "Optimal") and Oliver
	  Riesen. The behavior when adding tags using the buttons is now
	  much better. The textarea won't scroll up anymore if it is
	  scrolled downwards a bit and the text that was selected previously
	  to adding the tag will be reselected after adding the tag.

   2008-06-03 09:41  mmakaay
	* Fixed a bug in handling stale close tags that directly follow
	  another open or close tag. Thanks to CBiLL for the problem report.
	  The related error message was: Unsupported operand types in
	  [..]/bbcode/api.php

   2008-06-02 08:09  mmakaay
	* Fix for #762: moved pm_sent hook to always trigger the hook after
	  a sent PM. Before, it would not trigger if the PM mail
	  notification was disabled.

   2008-05-27 20:34  mmakaay
	* Improved handling of stale close tags in the text and fixed a PHP
	  undefined index warning along with it. Thanks to CBiLL for the
	  problem report.
Tags: , , , , , , ,

Phorum-5.2.8-RC1 released (7 replies)

Phorum

Nearly two months after our last stable release we are announcing the first release candidate of Phorum 5.2.8 which is a bug fix release over 5.2.7 fixing lots of issues found.
Some new things were put in too.
This includes:
- the rewrite of the bbcode module done through the MySQL-conference this year
- new APIs for Ajax usage and newflags
- some more hooks for better module integration
- updated / new documentation from Andy Taylor - mostly in FAQ and Admin Docs.

Please test this release and let us know any issues you encounter with it.

You can download it from our downloads page (see "Current Development Version" there).

This is the excerpt from the changelog:

Quote
Changelog
2008-05-25 11:57 mmakaay
* Added the conference 2008 rewrite release of the BBcode module to
the tree.

2008-05-25 09:35 mmakaay
* Added javascript_filter hook (for things like javascript
compression). Added a refresh=1 parameter for javascript.php to
let it ignore the cache.

2008-05-19 15:51 mmakaay
* The javascript.php script automatically loads the Ajax client
code, so modules can be sure that they can make use of it and
don’t have to load it specifically. Templates can now contain a
"javascript.tpl", which is loaded in by the javascript.php code
automatically. This corresponds to the way that the CSS code works
(where you can create a "css.tpl").

2008-05-08 15:00 mmakaay
* Added a new API layer for handling JSON data (final goal: Ajax
layer)

2008-05-08 14:56 mmakaay
* Added a new API layer for newflags handling.

2008-05-03 13:53 mmakaay
* Backported the phorum_switch_template() function from trunk to
5.2. This new function makes it possible to switch the active
Phorum template to a template that is stored in any directory.
This is for example useful if a module includes a full Phorum
template, where the template is packaged with the module code.
With this new function, the Phorum can activate the module’s
template without the need for the admin to copy the template to
the main templates directory.

2008-04-29 16:41 mmakaay
* Fixed #740: Mark read in folder (classic index) goes back to root
(thanks Oliver!)

2008-04-29 16:03 mmakaay
* Fixed #754: Display name filter was not included in pagination
(thanks Oliver!)

2008-04-29 16:01 mmakaay
* Fixed #738: problems with German help file for smileys module
(thanks Oliver!)

2008-04-29 15:54 mmakaay
* Fixed #757: Fixed typo in hook call for "posting_permissions"
(thanks Alexey)

2008-04-17 15:24 ts77
* use the correct default language for announcement conversion
(fixing #734)

2008-04-03 08:42 mmakaay
* Fixed #735: Added missing backslash in JavaScript code (thanks to
Oliver Riesen)

2008-03-23 00:24 mmakaay
* Fixed spam flagging by SpamAssassin for rule
SUBJECT_NEEDS_ENCODING. This prevents spam flagging of mail in
case the admin uses a name that contains special characters in the
"System Emails From Name" field. Encoding was implemented using
the Quoted-Printable description from RFC 2045.

2008-03-21 11:25 mmakaay
* Fixed spam flagging by SpamAssassin for rule FROM_BLANK_NAME
(From: contains empty name). This prevents spam flagging of mail
in case the admin did not fill in the "System Emails From Name"
field. This resulted in a header like: From: ""
<admin@example.com>

2008-03-21 11:16 mmakaay
* Fixed spam flagging by SpamAssassin for rule MSGID_FROM_MTA_HEADER
(Message-Id was added by a relay). This prevents spam flagging of
mail messages that are not sent for new message notification (for
those we already generated a Message-Id header).

Tags: , , , , , ,

UseBB 1.0.9 released

UseBB

After eight months without a new release, here is UseBB "still alive" 1.0.9. UseBB is a light and Open Source PHP/MySQL bulletin board package.

Version 1.0.9 fixes the bugs discovered since the release of 1.0.8 in September 2007, including:
- BBCode in links breaks XML well-formedness;
- RSS feed fails to validate;
- redirect URLs containing backslashes on some platforms (Windows);
- Jabber link on profile needs "xmpp" as protocol, not "jabber";
- made smiley image tags refer to the path using ROOT_PATH.

As always, upgrading is recommended. (All < 1.0.9 versions are officially unsupported as of today.) Visit http://www.usebb.net/downloads/ for downloads. Information about upgrading is available in the docs/index.html document. (0 comments)

Tags: , ,

IP.Board 2.3.5 and IP.Blog 1.4.0 RC Released

Invision Power Board

We are pleased to announce IP.Board 2.3.5 is now available.

IP.Board 2.3.5 is now available for download in your client area.

New Features

  • My Blog and My Album links in profile dropdowns
  • Ability to change the form action url for upload forms (useful for load-balancing setups)
  • About Me/Signature tab in profiles

We are pleased to announce the release candidate of IP.Blog 1.4.0 is now available.

Note that this release candidate is only available to existing IP.Blog customers.

  • As this is a release candidate there may be bugs and issues with the software. Please report any issues using our bug tracker. Before reporting please first quickly check to see if anyone has already reported your issue.
  • You may wish to considering waiting for the final release for your public blogs.
  • Technical support is not provided for pre-final releases

Please see this topic for a full change log from the previous version.

Existing IP.Blog customers can login to the client area to download.

IP.Board 2.3.5 Fixed bugs list


IP.Board 2.3.5 List of Changed Files

  • sources/components_public/profile/posts.conf.php
  • sources/components_public/profile/topics.php
  • sources/components_public/profile/topics.conf.php
  • sources/components_public/profile/posts.php
  • sources/components_public/profile/aboutme.php
  • sources/components_public/profile/aboutme.conf.php
  • sources/action_admin/moderator.php
  • sources/action_admin/settings.php
  • sources/action_admin/skin_sets.php
  • sources/action_admin/member.php
  • sources/action_admin/login.php
  • sources/action_admin/skin_css.php
  • sources/action_admin/skintools.php
  • sources/action_admin/rebuild.php
  • sources/action_admin/member_tools.php
  • sources/action_admin/dashboard.php
  • sources/action_admin/calendars.php
  • sources/action_admin/skin_import.php
  • sources/action_admin/modlogs.php
  • sources/action_admin/languages.php
  • sources/action_admin/api.php
  • sources/action_admin/forums.php
  • sources/action_admin/adminlogs.php
  • sources/tasks/removevalidating.php
  • sources/loginauth/convert/auth_sha256.php
  • sources/loginauth/login_core.php
  • sources/classes/class_email.php
  • sources/classes/attach/class_attach.php
  • sources/classes/attach/plugin_post.php
  • sources/classes/attach/plugin_msg.php
  • sources/classes/post/class_post.php
  • sources/classes/post/class_post_edit.php
  • sources/classes/post/class_post_reply.php
  • sources/classes/bbcode/class_bbcode_core.php
  • sources/classes/bbcode/class_bbcode.php
  • sources/classes/class_session.php
  • sources/sql/oracle_queries.php
  • sources/sql/mysql_queries.php
  • sources/handlers/han_editor.php
  • sources/portal_plugins/recent_topics.php
  • sources/lib/func_topic_threaded.php
  • sources/lib/func_mod.php
  • sources/lib/search_mssql_ftext.php
  • sources/lib/func_msg.php
  • sources/lib/search_oracle_ftext.php
  • sources/lib/func_usercp.php
  • sources/lib/search_mysql_man.php
  • sources/ipsclass.php
  • sources/api/api_settings.php
  • sources/api/api_skins.php
  • sources/action_public/moderate.php
  • sources/action_public/profile.php
  • sources/action_public/topics.php
  • sources/action_public/usercp.php
  • sources/action_public/attach.php
  • sources/action_public/misc/contact_member.php
  • sources/action_public/misc/warn.php
  • sources/action_public/misc/print_page.php
  • sources/action_public/login.php
  • sources/action_public/calendar.php
  • sources/action_public/boards.php
  • sources/action_public/register.php
  • sources/action_public/findpost.php
  • sources/action_public/messenger.php
  • sources/action_public/help.php
  • sources/action_public/xmlout.php
  • skin_acp/IPB2_Standard/acp_skin_html/cp_skin_member.php
  • skin_acp/IPB2_Standard/acp_skin_html/cp_skin_editors.php
  • skin_acp/IPB2_Standard/acp_skin_html/cp_skin_forums.php
  • tools/ssi.php
  • tools/ssi_templates/news.html
  • cache/lang_cache/en/lang_profile.php
  • cache/lang_cache/en/lang_global.php
  • cache/lang_cache/en/lang_post.php
  • cache/lang_cache/en/lang_email_content.php
  • cache/lang_cache/en/lang_register.php
  • cache/lang_cache/en/lang_msg.php
  • cache/lang_cache/en/lang_ucp.php
  • uploads/profile
  • upgrade/installfiles/upg_10004/version_upgrade_mssql.php
  • upgrade/installfiles/upg_10004/version_upgrade_mysql.php
  • upgrade/installfiles/upg_21011/mssql_updates.php
  • upgrade/installfiles/upg_10002/version_upgrade_mssql.php
  • upgrade/installfiles/upg_10002/version_upgrade_mysql.php
  • upgrade/installfiles/upg_10003/version_upgrade_mssql.php
  • upgrade/installfiles/upg_10003/version_upgrade_mysql.php
  • upgrade/installfiles/upg_23008
  • init.php
  • jscripts/ipb_register.js
  • jscripts/ipb_global.js
  • jscripts/ips_profile_portal.js
  • install/sql/mssql_tables.php
  • install/sql/oracle_tables.php
  • install/sql/mysql_tables.php
  • install/sql/pgsql_tables.php
  • install/sql/mssql_install.php
  • install/core/actions/db.php
  • resources/settings.xml
  • resources/macro.xml
  • resources/help_settings.xml
  • resources/ipb_templates.xml
  • resources/ipb_skin-pro.xml.gz
  • resources/ipb_images-pro.xml.gz
  • resources/version_history.php
Tags: , , , , , , , , , ,

Phorum-5.2.7 stable released (no replies)

Phorum

Two months after our first stable release we are announcing Phorum 5.2.7 which is a bug fix release over 5.2.6 fixing lots of issues found with it. It contains only a couple of small fixes over 5.2.7-RC1.

You can download it from our downloads page.

This is the excerpt from the changelog:

Quote

2008-03-19 19:24 ts77
* clear html-description for profile page (fixing #723)

2008-03-10 15:33 mmakaay
* Fix for #712: Quote tag removes newline after first line. Thanks
to Alexey Torkhov for the bug report.

2008-03-10 08:52 mmakaay
* Fixed #717: User data doesn’t get reloaded after profile edit.
Thanks to Alexey Torkhov for the bug report.

2008-03-09 19:14 mmakaay
* Fix for #716: Typo in the forums API code.

2008-03-08 20:18 mmakaay
* Fix for #715: Warning spamhurdles/settings.php:106: "Undefined
variable: warn"

2008-03-08 20:15 mmakaay
* Fix for #714: SQL error "Column ‘user_id’ in where clause is
ambiguous" in the Event Logging module, when filtering by user_id.

2008-03-04 11:45 mmakaay
* Fix for #709": PHP warning for undefined index "thread" in event
logging module (thanks to Alexey Torkhov)

2008-03-03 21:35 mmakaay
* Fix for #708: Dates in the admin interface were not shown in a
consistent way, because sometimes hard-coded date formats were
used.

2008-03-03 03:50 mmakaay
* Fix for #650: Make work in the bbcode
module

2008-03-03 03:37 mmakaay
* Fix for #704: phorum_relative_date() doesn’t honor the timezone
settings

2008-03-03 01:25 mmakaay
* The Image API thumbnail code now generates JPEG thumbnails instead
of PNG. JPEG allows for better compression, resulting in smaller
images. When using PNG, the thumbnails are sometimes bigger in
filesize than the original images. Important: I you are using the
Embed Images module, then download the latest version of it to support
this change.

2008-03-03 00:46 mmakaay
* New hooks for the private message system: buddy_list, pm_list,
pm_read.

2008-03-02 19:26 mmakaay
* Fixed #706: Editor Tools module doesn’t use constants for default
icon size. Thanks to Alexey Torkhov for the bug report.

2008-03-02 19:20 mmakaay
* Automatic processing of bare URLs and email addresses is made
optional through two new BBcode module settings (ticket #696,
thanks for the suggestion Alexey Torkhov).

2008-03-02 17:29 mmakaay
* Fixed #690: Harmless warnings from file cache layer should now be
suppressed.

2008-02-29 14:35 mmakaay
* Fixed a bug in the username restrictions module. It was not
possible to set a minimum length in combination with no maximum
length. The maximum length was set to the minimum length in this
case. Thanks to Lammi41 for the bug report and the patch.

2008-02-28 14:30 mmakaay
* Implemented a hook call "page_<phorum_page>" that can be used to
run a "common" hook for specific pages only (e.g. "page_index",
"page_pm", etc.)

2008-02-25 12:16 ts77
* fixed double escaping of the excerpt in search results

2008-02-24 19:18 ts77
* applied change from [2827] to atom feed and fixing double escaping
of subject (fixing #686, thanks to Alexey Torkhov)

2008-02-19 11:57 mmakaay
* Fixed #692: the control center and private message pages no longer
show the forum descriptions (thanks to James Revillini for the bug
report). Additionally, the heading for the private messages pages
was set to a better value.

2008-02-19 08:53 mmakaay
* Added a comments field to the banlist items, based on a patch that
was provided by James Revillini. Thanks James!

2008-02-18 13:06 ts77
* added options for port and socket to database configuration and
the appropriate layers and documentation (#683, thanks to Alexey
Torkhov)

2008-02-18 11:46 ts77
* fixed layout for pm_list_incoming.tpl, (#699, thanks to Alexey
Torkhov)

2008-02-17 14:04 ts77
* added page argument to print view link so that it shows the page
you are at in print view (fixing #695, thanks to Alexey Torkhov)

2008-02-16 17:07 ts77
* only allow template selection through url if not set to fixed view
(fixing #693, thanks to Alexey Torkhov)

2008-02-16 16:50 ts77
* added format_fixup hook to announcements module too (fixing #694,
thanks to Alexey Torkhov)

2008-02-11 22:23 mmakaay
* Added a fix for making the database install code work for the Spam
Hurdles module work in MySQL strict mode. Thanks to phorum.org
user "shaneshack" for finding and reporting the problem!

2008-02-09 23:28 mmakaay
* Fixed #688: Changed {URL->MARKREAD} to {URL->MARK_READ} in the
classic template (thanks to Alexey Torkov).

2008-02-06 01:18 mmakaay
* Fixed the subject bad word censoring checks. The checks were run,
but the outcome was stored in the wrong variable.

2008-02-05 19:37 mmakaay
* Fix for the database layer to correctly process MySQL error code
1582, which was temporarily implemented in the MySQL server
(versions 5.1.15 up to 5.1.20). This error code has been reverted
to the original error code 1062 in the fix for MySQL bug report
#28842. Unfortunately we have to add this work around to Phorum
for this now. References: -
[dev.mysql.com] -
[bugs.mysql.com]

2008-01-25 17:37 brian
* Added the direct link to the message for each message in flat and
hybrid view for easy copy and paste.

2008-01-24 09:42 mmakaay
* Indexes "recent_threads" and "updated_threads" were not in the
create table statements. They were added to the install code and
the existing database patches were moved forward to let them
run on already installed systems to fix the database.

2008-01-18 12:31 mmakaay
* Fix for #675: Wrong variable use for "place it in …." text.

2008-01-18 12:28 mmakaay
* Fix for #675: "Post" and "SaveChanges" not recognized by language
admin tool.

2008-01-18 12:11 mmakaay
* Change "onchange" event for "Follow topic" checkbox to "onclick"
to work around a problem with MSIE7 not visibly acting on checkbox
changes (event bubbling seems to be halted for "onchange" in
MSIE7, thanks MS!)

2008-01-18 11:20 mmakaay
* Fixed a bug that was reported by charliemc86: enabling the option
"Ignore Admin for moderator-emails" had no effect. Administrators
would still get moderation email messages. Thanks Charlie!

Tags: , , , , , , , ,

Phorum-5.2.7-RC1 released (no replies)

Phorum

Nearly two months after our first stable release we are announcing the first release candidate of Phorum 5.2.7 which is a bug fix release over 5.2.6 fixing lots of issues found with it.

Please test this release and let us know any issues you encounter with it.

You can download it from our downloads page (see "Current Development Version" there).

This is the excerpt from the changelog:

Quote

2008-03-03 21:35 mmakaay
* Fix for #708: Dates in the admin interface were not shown in a
consistent way, because sometimes hard-coded date formats were
used.

2008-03-03 03:50 mmakaay
* Fix for #650: Make work in the bbcode
module

2008-03-03 03:37 mmakaay
* Fix for #704: phorum_relative_date() doesn’t honor the timezone
settings

2008-03-03 01:25 mmakaay
* The Image API thumbnail code now generates JPEG thumbnails instead
of PNG. JPEG allows for better compression, resulting in smaller
images. When using PNG, the thumbnails are sometimes bigger in
filesize than the original images. Important: I you are using the
Embed Images module, then download the latest version of it to support
this change.

2008-03-03 00:46 mmakaay
* New hooks for the private message system: buddy_list, pm_list,
pm_read.

2008-03-02 19:26 mmakaay
* Fixed #706: Editor Tools module doesn’t use constants for default
icon size. Thanks to Alexey Torkhov for the bug report.

2008-03-02 19:20 mmakaay
* Automatic processing of bare URLs and email addresses is made
optional through two new BBcode module settings (ticket #696,
thanks for the suggestion Alexey Torkhov).

2008-03-02 17:29 mmakaay
* Fixed #690: Harmless warnings from file cache layer should now be
suppressed.

2008-02-29 14:35 mmakaay
* Fixed a bug in the username restrictions module. It was not
possible to set a minimum length in combination with no maximum
length. The maximum length was set to the minimum length in this
case. Thanks to Lammi41 for the bug report and the patch.

2008-02-28 14:30 mmakaay
* Implemented a hook call "page_<phorum_page>" that can be used to
run a "common" hook for specific pages only (e.g. "page_index",
"page_pm", etc.)

2008-02-25 12:16 ts77
* fixed double escaping of the excerpt in search results

2008-02-24 19:18 ts77
* applied change from [2827] to atom feed and fixing double escaping
of subject (fixing #686, thanks to Alexey Torkhov)

2008-02-19 11:57 mmakaay
* Fixed #692: the control center and private message pages no longer
show the forum descriptions (thanks to James Revillini for the bug
report). Additionally, the heading for the private messages pages
was set to a better value.

2008-02-19 08:53 mmakaay
* Added a comments field to the banlist items, based on a patch that
was provided by James Revillini. Thanks James!

2008-02-18 13:06 ts77
* added options for port and socket to database configuration and
the appropriate layers and documentation (#683, thanks to Alexey
Torkhov)

2008-02-18 11:46 ts77
* fixed layout for pm_list_incoming.tpl, (#699, thanks to Alexey
Torkhov)

2008-02-17 14:04 ts77
* added page argument to print view link so that it shows the page
you are at in print view (fixing #695, thanks to Alexey Torkhov)

2008-02-16 17:07 ts77
* only allow template selection through url if not set to fixed view
(fixing #693, thanks to Alexey Torkhov)

2008-02-16 16:50 ts77
* added format_fixup hook to announcements module too (fixing #694,
thanks to Alexey Torkhov)

2008-02-11 22:23 mmakaay
* Added a fix for making the database install code work for the Spam
Hurdles module work in MySQL strict mode. Thanks to phorum.org
user "shaneshack" for finding and reporting the problem!

2008-02-09 23:28 mmakaay
* Fixed #688: Changed {URL->MARKREAD} to {URL->MARK_READ} in the
classic template (thanks to Alexey Torkov).

2008-02-06 01:18 mmakaay
* Fixed the subject bad word censoring checks. The checks were run,
but the outcome was stored in the wrong variable.

2008-02-05 19:37 mmakaay
* Fix for the database layer to correctly process MySQL error code
1582, which was temporarily implemented in the MySQL server
(versions 5.1.15 up to 5.1.20). This error code has been reverted
to the original error code 1062 in the fix for MySQL bug report
#28842. Unfortunately we have to add this work around to Phorum
for this now. References: -
[dev.mysql.com] -
[bugs.mysql.com]

2008-01-25 17:37 brian
* Added the direct link to the message for each message in flat and
hybrid view for easy copy and paste.

2008-01-24 09:42 mmakaay
* Indexes "recent_threads" and "updated_threads" were not in the
create table statements. They were added to the install code and
the existing database patches were moved forward to let them
run on already installed systems to fix the database.

2008-01-18 12:31 mmakaay
* Fix for #675: Wrong variable use for "place it in …." text.

2008-01-18 12:28 mmakaay
* Fix for #675: "Post" and "SaveChanges" not recognized by language
admin tool.

2008-01-18 12:11 mmakaay
* Change "onchange" event for "Follow topic" checkbox to "onclick"
to work around a problem with MSIE7 not visibly acting on checkbox
changes (event bubbling seems to be halted for "onchange" in
MSIE7, thanks MS!)

2008-01-18 11:20 mmakaay
* Fixed a bug that was reported by charliemc86: enabling the option
"Ignore Admin for moderator-emails" had no effect. Administrators
would still get moderation email messages. Thanks Charlie!

Tags: , , , , , , , ,