Quicksilver Forums 1.4.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Quicksilver Forums 1.4.2 (Default branch)
# 1  
Old 08-13-2008
Quicksilver Forums 1.4.2 (Default branch)

Image Quicksilver Forums is a fast, feature rich bulletin board system. It is fully object oriented and optimized for speed, ease of use, and easy modification. It checks all inputs though a common interface, which drastically reduces the chances of exploitable bugs. A powerful and flexible skinning engine makes giving your board a new look very simple. An advanced permissions system allows for fine-grained group and user permissions. It is based on the popular MercuryBoard software. License: GNU General Public License (GPL) Changes:
An SQL injection was fixed. External HTTP links now correctly set _blank targets as needed. Conversion code no longer uses the wrong DB file name. Removing all member titles no longer causes everyone to logout. Search criteria now properly spans multiple result pages. A lack of formatting on forum names was corrected. Validation recommendations for email addresses were corrected. The ability to mark a PM as unread was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

I am not able to register in the forums

Hi, I am from India. I am not able to register in this forum. Can you kindly help me to register and post. Thanks Gautam (1 Reply)
Discussion started by: Unregistered
1 Replies

2. Red Hat

Fedora Forums

Besides this Fedora Forum are there any other good Fedora Forums? FedoraForum.org (1 Reply)
Discussion started by: cokedude
1 Replies

3. Solaris

Forums...

Hi all, Thanks for any posts and for reading. I was wondering if any of guys know of a open source style forum that I could get hold of that would be easily run on solaris. I know you can use many different varities of PHP/mysql/apache but is there anything a bit more simplier that could be... (0 Replies)
Discussion started by: B14speedfreak
0 Replies

4. What is on Your Mind?

other forums..

anyone here a member of any other NON computer related forums? i am very much into cars, and i own a 1986.5 toyota supra :D , so i am a member of a few mkiii (third generation supra) related forums: supraforums.com supramania.com mkiiitech.com (2 Replies)
Discussion started by: norsk hedensk
2 Replies
Login or Register to Ask a Question
ARCHPATH(1)						      General Commands Manual						       ARCHPATH(1)

NAME
archpath - output arch (tla/Bazaar) archive names, with support for branches SYNOPSIS
archpath archpath branch archpath branch--version DESCRIPTION
archpath is intended to be run in an arch (tla or Bazaar) working copy. In its simplest usage, archpath with no parameters outputs the package name (archive/category--branch--version) associated with the working copy. If a parameter is given, it may either be a branch--version, in which case archpath will output a corresponding package name in the current archive and category, or a plain branch name (without '--"), in which case archpath will output a corresponding package name in the current archive and category and with the same version as the current working copy. This is useful for branching. For example, if you're using Bazaar and you want to create a branch for a new feature, you might use a com- mand like this: baz branch $(archpath) $(archpath new-feature) Or if you want to tag your current code onto a 'releases' branch as version 1.0, you might use a command like this: baz branch $(archpath) $(archpath releases--1.0) That's much easier than using 'baz tree-version' to look up the package name and manually modifying the result. AUTHOR
archpath was written by Colin Watson <cjwatson@debian.org>. Like archpath, this manual page is released under the GNU General Public License, version 2 or later. DEBIAN
Debian Utilities ARCHPATH(1)