Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (878bbf1ee4e8ba19bac9ebbed2420d5697b3dc78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (878bbf1ee4e8ba19bac9ebbed2420d5697b3dc78)
  • Date: Mon, 19 Mar 2007 14:43:54 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

collab/drupal/DETAILS | 56
++++++++++++++++++++++++++--------
collab/drupal/HISTORY | 5 +++
collab/drupal/drupal-4.7.3.tar.gz.sig | 0
collab/drupal/drupal-4.7.6.tar.gz.sig |binary
dev/null |binary
5 files changed, 49 insertions(+), 12 deletions(-)

New commits:
commit 878bbf1ee4e8ba19bac9ebbed2420d5697b3dc78
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

drupal: Fix formatting of long description

commit 67c7a7b00b21cdf8ce75167807de1fc39bbabc47
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

drupal: Security update to 4.7.6

diff --git a/collab/drupal/DETAILS b/collab/drupal/DETAILS
index 77e3ebd..1a3a2bc 100755
--- a/collab/drupal/DETAILS
+++ b/collab/drupal/DETAILS
@@ -3,30 +3,62 @@ if [[ "${DRUPAL_VER}" == "older" ]]
then
VERSION=4.6.9
else
- VERSION=4.7.3
+ VERSION=4.7.6
fi
- SECURITY_PATCH=3
+ SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://drupal.org/files/projects/$SOURCE
- WEB_SITE=http://www.drupal.org/
LICENSE[0]=GPL
- DOCS="*.txt"
- ENTERED=20040928
+ WEB_SITE=http://www.drupal.org/
KEYWORDS="collab"
+ ENTERED=20040928
SHORT="Open source content management platform"
+ DOCS="*.txt"
cat << EOF
-A dynamic web site platform which allows an individual or community of users
to publish, manage and organize a variety of content, Drupal integrates many
popular features of content management systems, weblogs, collaborative tools
and discussion-based community software into one easy-to-use package.
+A dynamic web site platform which allows an individual or community of users
to
+publish, manage and organize a variety of content, Drupal integrates many
+popular features of content management systems, weblogs, collaborative tools
+and discussion-based community software into one easy-to-use package.

-As an open source software project maintained and developed by a community,
Drupal is free to download and use. If you like what you learn here, please
work with us to expand and refine Drupal to suit your needs.
+As an open source software project maintained and developed by a community,
+Drupal is free to download and use. If you like what you learn here, please
+work with us to expand and refine Drupal to suit your needs.

A wide range of site configurations

-By enabling and configuring individual modules, an administrator can design
a unique site, one which can be used for a combination of knowledge
management, web publishing and community interaction purposes. So that you
can better understand the many possibilities, the following list of features
have been organized by common web platform characteristics:
+By enabling and configuring individual modules, an administrator can design a
+unique site, one which can be used for a combination of knowledge management,
+web publishing and community interaction purposes. So that you can better
+understand the many possibilities, the following list of features have been
+organized by common web platform characteristics:

- * Content management. Via a simple, browser-based interface, members can
publish to a number of available content modules: stories, blogs, polls,
images, forums, downloads, etc. Administrators can choose from multiple theme
templates or create their own to give the site a singular look and feel. The
flexible classification system allows hierarchical classifications,
cross-indexing of posts and multiple category sets for most content types.
Access to content is controlled through administrator-defined user permission
roles. Site pages can display posts by module type or categorized content,
with separate RSS feeds available for each display type. Users can also
keyword search the entire site.
- * Weblog. A single installation can be configured as an individual
personal weblog site or multiple individual weblogs. Drupal supports the
Blogger API, provides RSS feeds for each individual blog and can be set to
ping weblog directories such as blo.gs and weblogs.com when new content is
posted on the home page.
- * Discussion-based community. A Drupal site can act as a Slashdot-like
news site and/or make use of a traditional discussion forum. Comment boards,
attached to most content types, make it simple for members to discuss new
posts. Administrators can control whether content and comments are posted
without approval, with administrator approval or through community
moderation. With the built-in news aggregator, communites can subscribe to
and then discuss content from other sites.
- * Collaboration. Used for managing the construction of Drupal, the
project module is suitable for supporting other open source software
projects. The wiki-like collaborative book module includes versioning
control, making it simple for a group to create, revise and maintain
documentation or any other type of text.
+ * Content management. Via a simple, browser-based interface, members can
+publish to a number of available content modules: stories, blogs, polls,
+images, forums, downloads, etc. Administrators can choose from multiple theme
+templates or create their own to give the site a singular look and feel. The
+flexible classification system allows hierarchical classifications,
+cross-indexing of posts and multiple category sets for most content types.
+Access to content is controlled through administrator-defined user permission
+roles. Site pages can display posts by module type or categorized content,
+with separate RSS feeds available for each display type. Users can also
keyword
+search the entire site.
+ * Weblog. A single installation can be configured as an individual personal
+weblog site or multiple individual weblogs. Drupal supports the Blogger API,
+provides RSS feeds for each individual blog and can be set to ping weblog
+directories such as blo.gs and weblogs.com when new content is posted on the
+home page.
+ * Discussion-based community. A Drupal site can act as a Slashdot-like news
+site and/or make use of a traditional discussion forum. Comment boards,
+attached to most content types, make it simple for members to discuss new
+posts. Administrators can control whether content and comments are posted
+without approval, with administrator approval or through community
moderation.
+With the built-in news aggregator, communites can subscribe to and then
+discuss content from other sites.
+ * Collaboration. Used for managing the construction of Drupal, the project
+module is suitable for supporting other open source software projects. The
+wiki-like collaborative book module includes versioning control, making it
+simple for a group to create, revise and maintain documentation or any other
+type of text.
EOF
diff --git a/collab/drupal/HISTORY b/collab/drupal/HISTORY
index c94236e..aef7b05 100644
--- a/collab/drupal/HISTORY
+++ b/collab/drupal/HISTORY
@@ -1,3 +1,8 @@
+2007-03-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.7.6 (Security update)
+ See http://drupal.org/files/sa-2007-005/advisory.txt
+ Formatted long description to <80 columns
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/collab/drupal/drupal-4.7.3.tar.gz.sig
b/collab/drupal/drupal-4.7.3.tar.gz.sig
deleted file mode 100644
index 1a49a89..0000000
Binary files a/collab/drupal/drupal-4.7.3.tar.gz.sig and /dev/null differ
diff --git a/collab/drupal/drupal-4.7.6.tar.gz.sig
b/collab/drupal/drupal-4.7.6.tar.gz.sig
new file mode 100644
index 0000000..e3025d9
Binary files /dev/null and b/collab/drupal/drupal-4.7.6.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (878bbf1ee4e8ba19bac9ebbed2420d5697b3dc78), Eric Sandall, 03/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page