--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-Console
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/console/index.html
Summary : Symfony2 Console Component
Description :
The Console component eases the creation of beautiful and testable command line
interfaces.
The Console component allows you to create command-line commands. Your console
commands can be used for any recurring task, such as cron jobs, imports, or
other batch jobs.
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Console' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-BrowserKit
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/index.html
Summary : Symfony2 BrowserKit Component
Description :
BrowserKit simulates the behavior of a web browser.
The component only provides an abstract client and does not provide any
"default" back-end for the HTTP layer.
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-BrowserKit' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-EventDispatcher
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/event_dispatcher/index.html
Summary : Symfony2 EventDispatcher Component
Description :
The Symfony2 Event Dispatcher component implements the Observer
(http://en.wikipedia.org/wiki/Observer_pattern) pattern in a simple and
effective way to make all these things possible and to make your projects
truly extensible.
Take a simple example from the Symfony2 HttpKernel component. Once a Response
object has been created, it may be useful to allow other elements in the system
to modify it (e.g. add some cache headers) before it's actually used. To make
this possible, the Symfony2 kernel throws an event - kernel.response. Here's
how it works:
* A listener (PHP object) tells a central dispatcher object that it wants to
listen to the kernel.response event;
* At some point, the Symfony2 kernel tells the dispatcher object to dispatch
the kernel.response event, passing with it an Event object that has access to
the Response object;
* The dispatcher notifies (i.e. calls a method on) all listeners of the
kernel.response event, allowing each of them to make modifications to the
Response object.
Optional dependency: HttpKernel (php-symfony2-HttpKernel)
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-EventDispatcher' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-Filesystem
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/filesystem.html
Summary : Symfony2 Filesystem Component
Description :
The Filesystem component provides basic utilities for the filesystem.
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Filesystem' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-ClassLoader
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/class_loader.html
Summary : Symfony2 ClassLoader Component
Description :
The ClassLoader Component loads your project classes automatically if they
follow some standard PHP conventions.
Whenever you use an undefined class, PHP uses the auto-loading mechanism to
delegate the loading of a file defining the class. Symfony2 provides a
"universal" auto-loader, which is able to load classes from files that
implement one of the following conventions:
* The technical interoperability standards (http://symfony.com/PSR0) for
PHP 5.3 name-spaces and class names.
* The PEAR (http://pear.php.net/manual/en/standards.php) naming convention for
classes.
If your classes and the third-party libraries you use for your project follow
these standards, the Symfony2 auto-loader is the only auto-loader you will
ever need.
Optional dependencies: APC, XCache
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-ClassLoader' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-CssSelector
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/css_selector.html
Summary : Symfony2 CssSelector Component
Description :
The CssSelector Component converts CSS selectors to XPath expressions.
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-CssSelector' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10742
2013-07-04 19:05:28
--------------------------------------------------------------------------------
Name : php-symfony2-Config
Product : Fedora EPEL 6
Version : 2.2.3
Release : 1.el6
URL : http://symfony.com/doc/current/components/config/index.html
Summary : Symfony2 Config Component
Description :
The Config Component provides several classes to help you find, load, combine,
autofill and validate configuration values of any kind, whatever their source
may be (Yaml, XML, INI files, or for instance a database).
--------------------------------------------------------------------------------
Update Information:
Updated to 2.2.3
Release blog post: http://symfony.com/blog/symfony-2-2-3-released
Full change log: https://github.com/symfony/symfony/blob/v2.2.3/CHANGELOG-2.2.md
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-symfony2-Config' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10753
2013-07-05 20:35:35
--------------------------------------------------------------------------------
Name : drupal7-crumbs
Product : Fedora EPEL 6
Version : 1.9
Release : 2.el6
URL : http://drupal.org/project/crumbs
Summary : The ultimate breadcrumbs module
Description :
Crumbs is a powerful breadcrumb-building machine, generating high-quality
breadcrumbs for most every page on your site, with minimal configuration.
The Crumbs engine takes advantage of the hierarchical nature inherent to
breadcrumbs: It calculates the parent of the current page, the parent of
the parent, etc, until it has the complete breadcrumb trail.
Crumbs uses plugins with fine-grained user-defined priorities, for each
step in this process. Plugins for most of your favorite modules are already
built-in, and you can add more.
A lot of stuff that would require laborious configuration with other
breadcrumb-building modules, does work out of the box with Crumbs. And if it
doesn't, there are powerful and ways to configure, customize and extend.
Where in other breadcrumb-customizing modules you need to define complete
breadcrumbs for various pages and their all their children, in Crumbs you
mostly just say "A is the parent of B", and it can solve all the rest of
the puzzle by itself.
This package provides the following Drupal module:
* crumbs
--------------------------------------------------------------------------------
Update Information:
Crumbs is a powerful breadcrumb-building machine, generating high-quality
breadcrumbs for most every page on your site, with minimal configuration.
The Crumbs engine takes advantage of the hierarchical nature inherent to
breadcrumbs: It calculates the parent of the current page, the parent of
the parent, etc, until it has the complete breadcrumb trail.
Crumbs uses plugins with fine-grained user-defined priorities, for each
step in this process. Plugins for most of your favorite modules are already
built-in, and you can add more.
A lot of stuff that would require laborious configuration with other
breadcrumb-building modules, does work out of the box with Crumbs. And if it
doesn't, there are powerful and ways to configure, customize and extend.
Where in other breadcrumb-customizing modules you need to define complete
breadcrumbs for various pages and their all their children, in Crumbs you
mostly just say "A is the parent of B", and it can solve all the rest of
the puzzle by itself.
This package provides the following Drupal module:
* crumbs
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-crumbs' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10759
2013-07-05 20:35:45
--------------------------------------------------------------------------------
Name : drupal7-l10n_server
Product : Fedora EPEL 6
Version : 1.0
Release : 0.2.dev.20130220.el6
URL : http://drupal.org/project/l10n_server
Summary : Localization server
Description :
The localization server is a set of Drupal modules powering
http://localize.drupal.org/, https://translate.openatrium.com/,
http://localize.openpublishapp.com/ and even the non-Drupal based
http://translate.musescore.org/ among other translation communities.
It provides a generic translation database back-end with a community
localization user interface, which allows people to collaborate on
translating projects to different languages. It currently contains
tools to translate Drupal projects as well as general Gettext based
sources.
This package provides the following Drupal modules:
* l10n_community
* l10n_groups (NOTE: Requires install of the og module)
* l10n_remote
* l10n_packager
* l10n_server
* l10n_drupal
* l10n_gettext
--------------------------------------------------------------------------------
Update Information:
The localization server is a set of Drupal modules powering
http://localize.drupal.org/, https://translate.openatrium.com/,
http://localize.openpublishapp.com/ and even the non-Drupal based
http://translate.musescore.org/ among other translation communities.
It provides a generic translation database back-end with a community
localization user interface, which allows people to collaborate on
translating projects to different languages. It currently contains
tools to translate Drupal projects as well as general Gettext based
sources.
This package provides the following Drupal modules:
* l10n_community
* l10n_groups (NOTE: Requires install of the og module)
* l10n_remote
* l10n_packager
* l10n_server
* l10n_drupal
* l10n_gettext
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-l10n_server' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-10747
2013-07-05 20:35:24
--------------------------------------------------------------------------------
Name : drupal7-tmgmt
Product : Fedora EPEL 6
Version : 1.0
Release : 0.2.alpha3.el6
URL : http://drupal.org/project/tmgmt
Summary : Translation Management Tool
Description :
The Translation Management Tool (TMGMT) module provides a tool set for
translating content from different sources. The translation can be done
by people or translation services of all kinds. It builds on and uses
existing language tools and data structures in Drupal and can be used
in automated workflow scenarios.
This module does not make i18n or any other language module for Drupal
obsolete. It does only facilitate the translation process.
The second alpha has been released, huge improvements have been made
(see the release notes for details) and there's even more work to do.
Please test the new version and report any bugs that you can find.
Important: The external translator plugins (Microsoft, MyGengo, Nativy,
Supertext) have been moved to separate projects. When any of these plugins,
make sure to download them as well and then run update.php when updating.
This package provides the following Drupal modules:
* tmgmt
* tmgmt_local
* tmgmt_skills
* tmgmt_file
* tmgmt_entity
* tmgmt_entity_ui
* tmgmt_node
* tmgmt_node_ui
* tmgmt_field
* tmgmt_i18n_string
* tmgmt_ui
--------------------------------------------------------------------------------
Update Information:
The Translation Management Tool (TMGMT) module provides a tool set for
translating content from different sources. The translation can be done
by people or translation services of all kinds. It builds on and uses
existing language tools and data structures in Drupal and can be used
in automated workflow scenarios.
This module does not make i18n or any other language module for Drupal
obsolete. It does only facilitate the translation process.
The second alpha has been released, huge improvements have been made
(see the release notes for details) and there's even more work to do.
Please test the new version and report any bugs that you can find.
Important: The external translator plugins (Microsoft, MyGengo, Nativy,
Supertext) have been moved to separate projects. When any of these plugins,
make sure to download them as well and then run update.php when updating.
This package provides the following Drupal modules:
* tmgmt
* tmgmt_local
* tmgmt_skills
* tmgmt_file
* tmgmt_entity
* tmgmt_entity_ui
* tmgmt_node
* tmgmt_node_ui
* tmgmt_field
* tmgmt_i18n_string
* tmgmt_ui
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update drupal7-tmgmt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------