Welcome to Flagstaff4Wheelers!

We are an online based four wheeling club for all of Northern Arizona.
It is currently Sat Sep 04, 2010 6:06 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: UPDATES
PostPosted: Fri Jan 22, 2010 10:53 pm 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2008 11:30 pm
Posts: 672
Location: Flagstaff
Vehicle: '02 WJ
Just to give everyone a headsup im updating the software on the forums.
Dont freak out over some down time.


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Sat Jan 23, 2010 12:25 pm 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2008 11:30 pm
Posts: 672
Location: Flagstaff
Vehicle: '02 WJ
ok so phpbb is driving me insane right now...im looking into switching the whole thing to smf


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Sat Jan 23, 2010 5:16 pm 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2008 11:30 pm
Posts: 672
Location: Flagstaff
Vehicle: '02 WJ
ok we are now succesfully updated!!!!
here's the update notes if any one cares.
A list of major new features implemented in phpBB 3.0.6

* Better captcha options and backported 3.2 captcha plugins:
o Classic and GD CAPTCHA
o reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
o Q&A CAPTCHA
o 3D Wave (by Robert "Xore" Hetzler)


* Introduced new ACM (Cache) plugins. (Please consult our support forums for help if you need to use one of the new ACM plugins)
o null (to disable caching completely)
o memcache
o APC
o XCache
o eAccelerator
* ATOM Feeds
* Bare-bones Quick Reply editor in viewtopic
* Users can report PMs to moderators which are then visible in a new MCP module
* Ability to copy permissions from one forum to several other forums.
* Send anonymous statistical information to phpBB on installation and update (optional)


A non-comprehensive list of minor feature additions to phpBB 3.0.6

* Add language selection to the registration terms page. (Patch by leviatan21)
* New groups option to excempt group leaders from group permissions (allows leading groups having NEVER permissions).
* New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
* Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
* Add new option to disable avatars board-wide. (Patch by cYbercOsmOnauT and nickvergessen)
* Add unapproved topic icon for moderators on forum list.
* Ability to define minimum number of characters for posts/pms.
* Detect if a post has been altered by someone else while editing.
* Add unread posts quick search option.
* Add option to disable avatar uploads from remote locations.
* Ability to delete warnings and keep warnings permanently.
* Ability to empty a user's outbox from the user ACP quick tools.
* Ability to search ACP/MCP logs.
* Parse email text files with the template engine.
* Added new functionality to inactive users module:
o Ability to set users per page.
o Ability to sort by posts/number of reminders/last reminded date.
o Show number of posts and ability to search posts.
o Show number of reminders sent to user.
o Show date of last reminder sent to user.
* Display version check on ACP main page.
* Ability to control the display of custom profile fields on viewtopic.
* Fallback options for missing language files. (Patch by EXreaction)
* Separate PM Reply and PM Reply to all in prosilver.
* Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
* Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset (useful for bridges and applications using phpBB).
* Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one submit button. Prosilver uses this for the posting page(s) and registration screen.
* Ability to specify amount of time user is able to delete his last post in topic.


A non-comprehensive list of smaller changes implemented in phpBB 3.0.6

* Change the data format of the default file ACM to be more secure from tampering and have better performance.
* Template engine now permits variable includes to a limited extent.
* Quote BBCode no longer requires the f_reply permission.
* Banning/unbanning users now generates an entry in their user notes.
* Smilies no longer require the f_bbcode permission.
* Hide avatar when avatar-type is not allowed.
* INCLUDEPHP paths are now relative to $phpbb_root_path.
* "Post details" links with image in MCP.
* PM history now only shows PMs of users you currently reply to.
* Show quote button for own PMs in PM history.
* Add pagination for icons and smilies in the ACP and smilies in the smiley popup.
* Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
* Unapproved topics can no longer be replied to.
* Allow three-digit hex notation in Color BBcode.
* Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page.
* Resize oversized topic icons.
* Banned IPs are now sorted.
* phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.
* phpBB updater now solves common conflicts on its own. This further reduces the chance of conflicts.
* Database updater now supports checking for existing/missing indexes.


A list of important bugfixes since phpBB 3.0.5

* Show error in the ACP when template folder is not readable.
* Correctly apply the can change vote permission again. Regression introduced in r9470.
* Remove data from friend/foe table when deleting user.
* Fix dynamic config update routine error if firebird is used
* Fix saving custom profile fields in ACP if Oracle is used.
* Make view_log() more resilient to corrupt serialized data.
* Fix Oracle database backup and restore.
* Update attachments table when deleting user and retaining his posts.
* Correctly detect files in subfolders when viewing cached template files.
* Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
* Fix censoring of unicode words.
* Do not remove recipients when loading private message draft.
* Fix database updater and db tools to support multiple column changes/additions/removals with SQLite.
* Posting smilies in view more smilies screen now works again in IE. (Patch by leviatan21)
* Add ability to prune users who never logged in.
* Fail gracefully if store folder is not writable during update.
* Fix error with disapproval of topics having several queued posts only.
* Preserve newlines in template files.
* Be less strict with FTP daemons when getting directory filelists.
* Fix set_custom_template for database-stored styles.
* Do not send private message back to sender if sender is in the same group the private message was sent to.
* Min/max characters per posts no longer affects poll options.
* Do not try to create thumbnails for images we cannot open properly.
* Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Patch by ocean=Yohsuke)
* Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges.
* Fix general error in registration, caused by an undefined $config variable in validate_referer(). (Patch by wjvriend)
* Correctly extract column default value when exporting PostgreSQL tables..
* Allow updater to work correctly with PHP filename extensions other than ".php".
* Update search index if only post subject changed.
* Prevent style switcher from blocking the tab key.
* Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the mail()-function.
* Only embed cron.php if there is no cron lock present to reduce overhead. (Patch by TerryE)
* Send activation email when activating user from user settings.
* Correctly display underlined links placed in last line in viewtopic. (Patch by primehalo)
* Only check whether forum image exists if forum image is specified.
* Fixed database updater for changes to columns having default value in MSSQL (adding/dropping constraints).


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Sun Jan 24, 2010 11:27 am 
Offline
Rubicon Master
User avatar

Joined: Mon Feb 25, 2008 12:50 pm
Posts: 1347
Location: Cottonwood
Vehicle: 01 Jeep TJ
Where's the ENGLISH version?? =))

_________________
01 Jeep TJ 4.5" Treks LA lift and stretch, Teralow 4:1 with 2LO, 35" BFG KM2s, HP D30 Front Chromos and Aussie Locker, D44 Rear w/35 splines and ARB, SS SYE and Tom Woods DS, PSC Armor, Hunsaker Seats,Custom Roll cage


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Sun Jan 24, 2010 1:02 pm 
Offline
Dec. '08 MoTM
User avatar

Joined: Mon Feb 25, 2008 7:56 am
Posts: 1011
Location: RED ROCKS / VERDE VALLEY
AZScooby wrote:
Where's the ENGLISH version?? =))


Ya gotta luv them computer :-B 's.
Now this site has more mods than our Vehicles.
Good work Art.

_________________
92' XJ -5.5" RE LA -3.73-DD -OX-ALLOY USA FRONT -DETROIT TRUTRAC REAR -35x12.50 COOPER STT
93' YJ -American Spring SOA Front Shackels Reversed -5.13 SUPERIOR GEARS & AXLES -4.3 ATLAS -44 FRONT & REAR W/ARB -37x13.50 Pro-Comp Xterrains


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Wed Jan 27, 2010 8:09 pm 
Offline
2 Wheeler

Joined: Tue Nov 24, 2009 6:57 pm
Posts: 29
Location: Phoenix
Vehicle: 1983 and 82 jeep wag
So how does this forum work? Do you half to pay for different levels of the forum like azvjc im totally new to this forum. I met sedona rick and art at the last meet and greet. When is the next one maybe my questions could be answered then. My deal says two wheeler and would like to have that changed.

_________________
Jesse wright


Top
 Profile E-mail  
 
 Post subject: Re: UPDATES
PostPosted: Thu Jan 28, 2010 3:37 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2008 11:30 pm
Posts: 672
Location: Flagstaff
Vehicle: '02 WJ
There is no charge to be a member.
In order for your rank to change from two wheeler, you gotta contribute to the info on the forum. Basically, you just gotta start posting some good stuff up.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group