Phorum-5.2.8 final released (13 replies)

Find the latest vBulletin information about Phorum-5.2.8 final released (13 replies) relating to Announcements, Phorum at The Staff Lounge. This was a vBulletin news entry posted 3 months, 1 week ago. Phorum-5.2.8 final released (13 replies).




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: , , , , , , , ,

10 Responses to “Phorum-5.2.8 final released (13 replies)”  

  1. 1 _tech_guru_papa_

    Good Day

    Windows vista is also causing lots of boot problems, so I often get questions like this:

    I have a Dell Dimension, which won’t boot to Windows (Vista), and none the repair options work:

    Startup repair: Reports repair fail due to problem with registry

    System Restore: Reports no restore points available

    Windows Complete PC Restore: Reports no backups available

    Windows Memory Diagnostic Tool: No memory problems

    Command Prompt.
    Can’t think of any appropriate command to use here.

    So I booted with the system DVD (as one would with XP) but the upgrade
    option has been greyed don’t want to do a clean install. I want to fix existing
    installation.

    What should I do?

    ————————————————————

    So here is the answer:

    You can’t do a ‘repair install’ because you need to launch the Vista DVD
    from within Windows, not, as you have been doing, booting straight from the
    DVD; that is why the ‘upgrade’ is greyed out.

    If you cannot launch Vista and none of the repair variants will work a new
    install is the only other variant.

    To save problems in future it is actually a good idea to image the hard
    drive, using software like True Image. What I do is install operating system, download all updates, check system I working okay for a day or two, activate system, then image the drive/partition. Any time I get a problem I can re-image the drive/partition quickly and be up and running without much inconvenience. And minor fixes are done by using any registry repair utility, there are plenty of them on the market today.

    Cheers,
    Carl

  2. 2 sposeUnsurn

    “-You have to see this with your own eyes
    Our program is created for those who want to improve their financial condition, but do not have economic education and are not the financial experts. This builds trust and let our member be at ease even if they recommend us to their friends.”

    Laura Kauffmann (SOIC)

  3. 3 ProorPesdooff

    An introductory prospectus on NY Tech, CA College of the Arts, and Drake

    [b]New York Institute of Technology[/b]

    The NYIT is a private multi-paced university of higher learning. Founded in 1950, the college holds over 10,000 students at its multiple campus centers. The college university is fully accredited by the MSAC. Specific program accreditations include: Accreditation Board for Engineering and Technology, National Accrediting Agency for Clinical Laboratory Science, American Dietetic Association for Preprofessional Program, and American Osteopathic Association. The institute offers student freshmen professionally-oriented programs leading the path to to A.S., B.B.A, and M.B.A programs.

    [b] California Arts College[/b]

    Created to promote liberal studies, the College of Arts offers a procedural approach to collaborative education, approaching applicants in a wide range of majors in fine arts, management, journalism, and Art History.

    With an institutional population of about 1,550, the institution provides state of the art systems and organizations in a community driven, hands-on college structure. Pupils learn from an established collection of collaborative lecturers in structured courses, with an average of 21 per course. Faculty assistants, established in helping students in focusing their university experience, are part of a respected first-year program.

    [b]Drake State University of Rockford, Illinois[/b]

    Drake State University was started through the combination of community outreach efforts. A multi-centered, collaborating focus is an integral part of many degree programs at DSU. Established to focus on academic enrichment and advancement, central to the mission of Drake is its exceptioinal capability to accommodate all styles of assessment through credential evaluation, collaborative experience and online organization. Throughout its organization students will explore a learning community that is active with high technology, professional innovation and personal enrichment. DSU encourages the value of close relationships which are very often created amongst students and faculty. As a result, a good number of students discover the perfect programs whch enables them to realize the dream of a Drake degree to propel them toward their professional goals.

    Drake is controled by a credentialed group of Founders, each of whom holds a unique area of expertise which can help guide the academic theory and growth of the institute. In a often competitive job market, Drake has focused itself to serve a good number of applicants and students across a number of disciplines. Its pupils have seen subsequent success in the workforce, strengthening its reputation in industry.

  4. 4 mrtruckster

    Hi forum users and readers I hope you can solve a stupid problem with my computer  
    Im getting a lot of popups when Im browsing the internet, sometimes even when Im not at the computer, I leave it on for
    an hour and when I get back I have 2-3 popups that have appeared from nowhere. How can I remove this? Im really not intrested
    in finding adult friends or downloading a new screen saver :D 

    Well thats it, stupid problem and I hope that it has a nice easy solution that you can come up with, Im getting all your replays to my email
    so I´ll keep an eye on the topic, take care. 

  5. 5 Kayactuar

    sextir.com is a free porn site - We provide the world with free: porn videos,porn movie,xxx free movie

  6. 6 pioffAudigo

    sextir.com is a free porn site - We provide the world with free: porn videos,porn movies,xxx free movies,free porn,free sex.
    Best porn hub and tube on the web

  7. 7 RYCharles

    [b]Best Pussy and Cumshots Paris Hilton as never seen before Porn Pics[/b]

  8. 8 snurnense

    sextir.com is a free porn site - We provide the world with free: porn videos,porn movies,xxx free movies,free porn,free sex.
    Best porn hub and tube on the web

  9. 9 Drammajairm

    sextir.com is a free porn site - We provide the world with free: porn videos,porn movies,xxx free movies,free porn,free sex.
    Best porn hub and tube on the web

  1. 1 Halo 3 discovery channel code? - u-Assist Forums


Leave a Reply



About This Entry

About This Entry
  • You’re currently reading “Phorum-5.2.8 final released (13 replies),” an entry on The Staff Lounge

  • Published at 9.26.08 / 5pm

Powered By

Living Off

Forums Powered By vBulletin Blog Powered By Wordpress Skin Designed By Binary Bonsai