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 1 year, 5 months 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: bbcode, options, Phorum, release, server, template, templates, test, write

42 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

  10. 10 sabrina

    I’ve just joined this site and it looks great.

  11. 11 KisaskibraBok

    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

  12. 12 IdearaArreree

    not counting [url=http://www.oneview.co.uk/url/details.jsf?urlId=114905]cialis[/url] forged

  13. 13 beautygaru

    Hello! My name is Nina.
    I’m very sorry for disturbing you. I’d never join your discussion with my silly question, if it was not so serious for me. But you have really nice community here, good and friendly forum, and I’ll really be thankful for any your advices.
    The problem is what my boyfriend, Mike, ignores me. We live together for couple years and planning to marry. Now he works so hard as a lead manager, company is grown, and last monthes he comes home from his office late evening, kisses me once and very fast, and then goes to his notebook, papers, documents and seats with it until early morning. But I’m only 29, I’m not old yet, people tell me i am attractive, and surely I need some attenion from my husband. I even never dreams about expensive restaurants, luxury life and holidays at tropic islands and all around the world, I just need regular private relationship with him. When I start to kiss him, Mike only asks me not to bother him and returns to his home work.
    Please tell how do I need to act in such situation? I’m young pretty girl and I need his care! Am I doing something wrong? Anybody here had similar problems in past? Please, share your experience with me.

  14. 14 FrankFN

    I heard from several sources that people didnt recieve the product they bought from amazon
    is this true?

  15. 15 Jasttraulttut

    hi,

    i was wondering where can i watch or download full metal alchemist the 2nd episode 11 been searching for it…
    no of the links are working….

  16. 16 Benjamguns

    Hi,

    I am planning on getting the iphone asap. I would like to know a few things about it.
    What are the pros and cons of getting it? Anything would be helpful! I have studied this site ( http://all-iphone.com ) but the information very poor.

  17. 17 Runescape_hater

    Hey i just wanted to say hi to everyone.

  18. 18 ViequeKiB

    Hello,

    What is the most reliable web hosting company?

    I’m trying to set up a webpage for a boss.

    Should I trust this site?

    http://www.top-10-best-web-hosting.com

    appreciate your feedback,

    -Erin

  19. 19 NealZR

    A contestant, Sally, on ‘Who wants to be a Millionaire?’ had reached the final plateau. If she answered the next question correctly, she would win $1,000,000. If she answered incorrectly, she would pocket only the $25,000 milestone money. And as she suspected the Million Dollar Question was no pushover.

    It was, ‘Which of the following species of birds does not build its own nest but instead lays its eggs in the nests of other birds?

    Is it:
    A) The condor

    B) The buzzard

    C) The cuckoo

    D) The vulture

    The woman was on the spot. She did not know the answer. She had used up her 50/50 Lifeline and her Ask the Audience Lifeline.

    All that remained was her Phone-a-Friend Lifeline.

    She hoped she would not have to use it because….Well, her friend was, well, a blonde. But she had no alternative.

    She called her friend and gave her the question and the four choices. The blonde responded unhesitatingly: ‘That’s easy. The answer is C: the cuckoo.’

    The contestant had to make a decision and make it fast… She considered employing a reverse strategy and giving any answer except the one that
    her friend had given her. And considering her friend was a blonde that would seem to be the logical thing to do. But her friend had responded
    with such confidence, such certitude, that the contestant could not help but be convinced.

    Crossing her fingers, the contestant said, ‘C: The cuckoo.’

    ‘Is that your final answer?’

    ‘Yes, that is my final answer.’

    ‘That answer is absolutely correct! You are now a millionaire!’

    Three days later, the contestant hosted a party for her family and friends, including the blonde who had helped her win the million dollars.

    ‘Jeni, I just do not know how to thank you, ‘ said the contestant.

    ‘How did you happen to know the right answer?’

    ‘Oh, come on,’ said the blonde ‘Everybody knows that cuckoos don’t build nests. They live in clocks.’

    Sally fainted.

  20. 20 hostondinospec

    Hello everybody,

    I have hosting company promotion code which would like to share for everyone.

    At the moment it is working and gives 50% discount from yearly price for unlimited Maxi plan.

    [u]Host1Plus[/u] – [b]Professional Multi-location[/b] Hosting services – [b]Code – BHY50.[/b]
    This code valid for quite short time exactly validation date unknown

    Sorry for possible offtopic, but i think you will like it : )

  21. 21 GiveItToUsRaaaw

    “Welcome to the beta test for Valve’s anticipated sequel left4dead II” http://left4dead2beta.com/ to receive your beta key just enter your email address and you’ll receive it in seconds!

  22. 22 JinLeeFola

    Hows it going,
    i have a amazon delivery voucher if anyone can make use of it

    i hope you find this useful

    Let me know

    [IMG]http://www.cuny.co.uk/comments/cover.jpg[/IMG]

  23. 23 WaliClieple

    Hi,

    visit my blog: http://abraexchen.wordpress.com
    no spam!!!! no spam!!!

    visit us!!!!

  24. 24 WendyEllis

    Hey all, I’m new around here, so forgive me if this is posted in the wrong section. I thought I might aswell jump in at the deep end.

    Is anyone here up for meeting up some time for a few drinks, a meal and some NSA fun? I’m 22 and work as a fashion model for a large worldwide agency. I’ve been single for 7 months after a very traumatizing divorce with my ex husband. At the moment I am looking for sexual fun and gain new friends – but a relationship is not of the caards if the right guy comes a long and treats me good.

    I’m currently at work at the moment, so I can’t use the forums much incase my line manager catches me, lol. But, if you pop me an email, I’ll get back to you. Email me with your a/s/l at: rountreefarnsworth@gmail.com

    Look forward to hearing from you guys x

  25. 25 Jumundji

    Tracing a cell phone number – while it may sound like a difficult and time consuming process, the truth is that it is actually quite easy to find out information about the owner of a specific phone number – even an unlisted one. It wasn’t very long ago that the tools needed to lookup the owner of a cell phone were only available to law enforcement officials and private investigators. But today, with the help of reverse cell phone lookup services like http://reversephonenet.com, anyone can be a PI. With a reverse cell phone lookup, you will be able to find at least the name and address of the person calling you. That means you can find answers if you are worried about a cheating spouse, a prank caller, and more. Likewise, reverse phone checks are helping many smaller companies retain business from what might have been a missed opportunity.

  26. 26 Lixgyclegex

    Hi

    I’ve looked a trailer for the “2012″. I was interested in this theme.
    Please advise me a good site on this topic.
    And what do you think about the end of the world 2012.

    Thanks.

  27. 27 AnnaK

    Hi, I’m Anna. My friend told me about this site so I’m just checking it out to see if I can meet new friends.
    I’m a very outgoing girl, bubbly personality and I just like to enjoy life.

    Hit me up if you want to cheat; I mean chat chat. You can also check out my personal website, you’ll get
    to know a little more about me and my sick sense of humor. lol

    ********************************************************************
    Get to know AnnaK
    http://offto.net/annak

  28. 28 Hydrolyze

    Just wanted to say hello all. This is my first post.

    I came to learn some good info here.

  29. 29 vyuhgffd

    [b]ПРОДАМ СРОЧНО!
    ИМУЩЕСТВЕННЫЙ КОМПЛЕКС, [/b]
    Отдельно стоящие три здания :
    (738+188+64) = 990 кв.м.
    На огороженном участке 0,5 Га. земли в Белоцерковском р-не.
    90км. от Киева, 6км. от трассы Киев – Одесса,
    удобный асфальтированный подьезд.
    Под любой вид деятельности, любое назначение.

    90 000 у.е.

    [b](050) 709-27-77[/b]

  30. 30 usapaymain

    Hi Everyone,

    Just found this site and thought it might be useful to chat to people who are trying to accomplish the same as me!

    I spend too much of my life on the internet and look forward to chatting to you all and picking up and sharing ideas along the way!

    Allan

  31. 31 obeltplappy

    How many Twitter followers is needed to get lots of traffic and business to your site?

  32. 32 sunmapsman

    I’ve found place to watch it online in good quality – http://www.watch-all-movies-online.com/watch53901

    They make you do a short survey but after that it’s good to go.

  33. 33 Occucktem

    Good Morning

    I am new here and just wanted to say a quick hello to everyone.
    What’s happening today?

  34. 34 Oxiluxugh

    Hey there everyone i was just introduceing myself here im a first time visitor who hopes to become a daily reader!

  35. 35 zinymegan

    Hey Guys,

    I am a student (limited budget) and have seen a few offers for free ipods and iphones. Does anyone Know if any if the free IPhone or Ipod offers are actually legit? I don’t want to waste my time filling out a hundred surveys and was hoping to hear from someone who may have had some success with this.

    Thanks

  36. 36 Typelenihip

    Hi,

    I have tried to find New Moon download link. Can you please give me if you have.

    Thankyou,

  37. 37 valerie

    my handgrip is valerie

    organize this forum while searching looking for grants.

    await i can cure you guys also.

  38. 38 ododwinty

    My computer is running slow what steps can I do to fix it?

  39. 39 jasmin live

    This is my first time i visit here. I found so many interesting stuff in your blog, especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the enjoyment here! Keep up the excellent work.

  40. 40 rorNogygrox

    This is a compiled list of godaddy promo codes my entire IT group uses.

    Godaddy domain coupons:
    RAD7 : 30% off .com renewal domains, as many domains as you want
    RAD5 : 10% off any order
    RUSH3 : $7.49 domains
    RUSH1 : 10% off any order

    Godaddy hosting coupns:
    RUSH20 : 20% Off Hosting (1,2,3 yr accounts)
    RUSH1 : 10% Off Monthly hosting accounts

    More based on order size:
    RUSH2 : $5 off order of $30 or more
    BUCKOFF : $10 off order of $40 or more
    MOP15 : 15% off order of $75 or more

    Unique promo codes:
    BUCKSSL : $12.99 SSL ( 56% Off )
    AUCTION12 : 50% Off Auction accounts

    These coupons never expire so print them.

    The only thing I cannot find is a .net discount, anyone have one?

  41. 41 iPhone Screen Repair

    We agree with your conclusions and definitely will hungrily look ahead on your next messages. Merely expressing thanks will never merely end up being adequate, for your outstanding clarity in your posting. I’ll immediately get the rss feed to stay up-to-date with all messages. Good work and much achievement within your internet business efforts! Cheers!

  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