Drupal 7.x-dev / 6.13 / 5.19
Sponsored Links
Drupal 7.x-dev / 6.13 / 5.19 Ranking & Summary
File size:
Platform:
Linux / Mac OS / BSD / Solaris
License:
GPL - GNU Public License
Price:
GPL - GNU Public License
Downloads:
55
Date added:
2009-07-03
Publisher:
drupal.org
Drupal 7.x-dev / 6.13 / 5.19 description
Drupal 7.x-dev / 6.13 / 5.19 comes as a free software package which easily helps with publishing, managing and organizing a wide variety of content on a website.It is designed for either an individual or a community of users.
Tens of thousands of people and organizations are using Drupal to power scores of different web sites, including: Community web portals, Discussion sites, Corporate web sites, Intranet applications, Personal web sites or blogs, Aficionado sites, E-commerce applications, Resource directories, Social Networking sites. Drupal can be set up and ready to use in minutes, because it provides an easy to use installer.
Major Features :
- Collaborative Book Our unique collaborative book feature lets you setup a "book" and then authorize other individuals to contribute content.
- Friendly URLs Drupal uses Apaches mod_rewrite to enable customizable URLs that are both user and search engine friendly.
- Modules The Drupal community has contributed many modules which provide functionality that extend Drupal core.
- Online help Like many Open Source projects, this has built a robust online help system built into the core help text. Available to you on your own site.
- Open source The source code of Drupal is freely available under the terms of the GNU General Public License 2 (GPL). Unlike proprietary blogging or content management systems, Drupals feature set is fully available to extend or customize as needed.
- Personalization A robust personalization environment is at the core of Drupal. Both the content and the presentation can be individualized based on user-defined preferences.
- Role based permission system Drupal administrators dont have to tediously setup permissions for each user. Instead, they assign permissions to roles and then group like users into a role group.
- Searching All content in Drupal is fully indexed and searchable at all times if you take advantage of the built in search module.
- User authentication Users can register and authenticate locally or using an external authentication source like Jabber, Blogger, LiveJournal or another Drupal website. For use on an intranet, Drupal can integrate with an LDAP server.
- Polls Drupal comes with a poll module which enables admins and/or users to create polls and show them on various pages.
- Templating Drupals theme system separates content from presentation allowing you to control the look and feel of your Drupal site. Templates are created from standard HTML and PHP coding meaning that you dont have to learn a proprietary templating language.
- Threaded comments Drupal provides a powerful threaded comment model for enabling discussion on published content. Comments are hierarchical as in a newsgroup or forum.
- Version control Drupals version control system tracks the details of content updates including who changed it, what was changed, the date and time of changes made to your content and more. Version control features provide an option to keep a comment log and enables you to roll-back content to an earlier version.
- Blogger API support The Blogger API allows your Drupal site to be updated by many different tools. This includes non-web browser based tools that provide a richer editing environment.
- Content syndication Drupal exports your sites content in RDF/RSS format for others to gather. This lets anyone with a News Aggregator browse your Drupal sites feeds.
- News aggregator Drupal has a powerful built-in News Aggregator for reading and blogging news from other sites. The News Aggregator caches articles to your MySQL database and its caching time is user configurable.
- Permalinks All content created in Drupal has a permanent link or "perma link" associated with it so people can link to it freely without fear of broken links.
- Apache or IIS, Unix / Linux / BSD / Solaris / Windows / Mac OS X support Drupal was designed from the start to be multi-platform. Not only can you use it with either Apache or Microsoft IIS it also has Drupal running on Linux, BSD, Solaris, Windows, and Mac OS X platforms.
- Database independence: Drupal is built on top of a database abstraction layer that enables you to use Drupal with MySQL and PostgreSQL. Other SQL databases can be supported by writing a supporting database backend containing fourteen functions and creating a matching SQL database scheme.
- Multi-language Drupal is designed to meet the requirements of an international audience and provides a full framework to create a multi-lingual website, blog, content management system or community application. All text can be translated using a graphical user interface, by importing existing translations, or by integrating with other translation tools such as the GNU gettext.
- Analysis, Tracking and Statistics Drupal can print browser-based reports with information about referrals, content popularity and how visitors navigate your site.
- Logging and Reporting All important activities and system events are captured in an event log to be reviewed by an administrator at a later time.
- Web based administration Drupal can be administered entirely using a web browser, making it possible to access it from around the world and requires no additional software to be installed on your computer.
- Discussion forums Full discussion forum features are built into Drupal to create lively, dynamic community sites.
- Caching The caching mechanism eliminates database queries increasing performance and reducing the servers load. Not only can the caching be tuned in real time, while your site is under load, but it has been successfully tested under a "slashdotting" and performed extremely well.
Enhancements:
- 6.13 Changes:
- Fixed documentation glitch.
- JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
- _drupal_flush_css_js() should not have q as a possible CSS query character, since that is the Drupal path name character too
- Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefoxs Adblock, etc.
- cache_clear_all() mentioned cache_flush_delay incorrectly; it uses cache_lifetime
- drupal_set_title() in forum_overview() is not needed; menu already sets the title and is localized
- Password equality checking was not using strict type checking; it assumes these are strings and compared character to character
- Fixed grammar in forum module messages
- Fixed module support for disabled module update status checking and do not track usage in that case.
- The Anonymous name is a plain text setting, so it should be escaped properly for output.
- Actions set to run on cron were not actually triggered.
- Show the node access rebuild button. The check on when to show it was fragile, so the button might not have been there when actually needed.
- For proper HTTP query simple testing, it passes on the instance identifier (database prefix).
- Save a query by only calling file_space_used() when a limit is provided.
- The serialize Schema API property was used but not documented.
- The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
- When changing columns, PostgreSQL needs explicit type casting to ensure that values are kept properly.
- In system_clear_cache_submit(), the function arguments were swapped (but it did not affect how it actually worked).
- Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.
- Remove url() wrapping from remote links and link in a more user friendly OpenID provider list.
- Use filter_xss_admin() on site name and site slogan, just like footer message and mission
- Fix drupal_mail() documentation, so that it encourages to set the body of the email as an array (like core does).
- The tablesort code did not account for possibly nested tables; only match immediate descendants, so elements of nested tables are not matched.
- The safe string check on translations should only be applied to the default textgroup. Strings in other textgroups such as blocks and menu items are displayed via escaping and filtering, and might contain arbitrary HTML.
- 5.19 Changes:
- hr should be treated as a block level tag. Backport by alexanderpas.
- The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
Drupal 7.x-dev / 6.13 / 5.19 Screenshot
Advertisements
Drupal 7.x-dev / 6.13 / 5.19 Keywords
Drupal 7.x
PHP
News Aggregator
API
software package that allows
news publishing system
can be
wide variety
software package
drupal
content
system
sites
community
news
Drupal 7.x-dev
Bookmark Drupal 7.x-dev / 6.13 / 5.19
Drupal 7.x-dev / 6.13 / 5.19 Copyright
WareSeeker periodically updates pricing and software information of Drupal 7.x-dev / 6.13 / 5.19 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Drupal 7.x-dev / 6.13 / 5.19 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
content management system
software packages that
phpcow news publishing system
accounting software packages
software packages available
software packages
drupal content management
contential airlines
systemax
sites for kids
community bank na
software package called
anti virus software packages
antivirus software package
solar system
caffeine content of drinks
drupal cms
houston community college
Related Software
Drupal is an open-source platform and content management system for building dynamic web sites offering a broad range of features and services including user administration, publishing workflow, discussion capabilities, news aggregation, metadata Free Download
SuperUpdate is an affordable Web content management system that provides distributed content and site management through a Web browser. It features a WYSIWYG HTML editor providing an intuitive business user authoring environment. Included is a complete Free Download
An open source web-based system for managing dynamic web content. Suitable for publishing articles, announcements, events, etc. Provides an administration interface for content managers. Front-end pages can be customized. Uses PHP and MySQL Free Download
File Manager is a web based application for file management written in PHP. File Manager enables easy files management and image previews. List of the main file manager features: Undo/Redo for all operations, Internal clipboard, Browse directories, Free Download
CMS Made Simple is an easy to use content management system for simple stable content sites. Uses PHP, MySQL and the Smarty templating system. Free Download
aneVe.com is proud to release its completely free News Content system. This script allows webmasters to post, edit, and delete news on their website from anywhere in the world! Some of its features include an multi-level user access and creation - Free Download
Create your very own answers board, just like Yahoo Answers. Ideal for AdSense supported sites, community based niche sites, add-on for education sites, schools and more. A license comes with a free lifetime support & updates as well as access to Free Download
PHP Banner Manager, is a complete banner management system. You can manage all banners from your site. Easy to use administration interface allows you to manage banner zones, clients, generate html code. Free Download
Latest Software
- Content Administration Made Simple with New Drupal Book from Packt 6
- PPLM - Private Practice Law Manager 1.1
- MyCabinet - Online Password manager 1.1
- S-Cms 2.0 2.0 BETA
- Knowledgebase Manager Pro - Knowledge Management Software 5
- Zeus Flash Video Chat For Community and Dating Sites 2.0
- System-X CMS
- Fast Track Sites Simply AJAX Forum System (SAFS)
Popular Software
Favourite Software