After nearly two years of development, we are proud to announce the release of the first alpha version of the Drupal 7.x family. This alpha includes a tremendous number of new features and new under-the-hood improvements for both users and developers.
We revamped Drupal's user interface, added key contributed modules including CCK and ImageField, introduced a new object-oriented database layer, revamped file handling capabilities, and an automated testing framework based on SimpleTest, among literally hundreds of other improvements. Drupal 7.0 alpha 1 is the collective work of over 800 core contributors.
It is important to note that this alpha version should not be used for production sites. We've resolved most errors reported so far, but there are outstanding known issues (including security issues) and most likely some problems that have not been reported as of yet. It is expected that there will be at least one more alpha version followed by a few beta versions and at least one release candidate before Drupal 7.0 is finalized.
We were recently informed of a very nasty exploit that, as far as we can see, affects almost all e107 0.7 releases. Everyone running e107 needs to get their sites updated as soon as possible. If you are a site owner and you are unable to upgrade for some reason (too much hacked core code), please contact me directly and I can help you with a quick-fix.
Please get the word out to all other e107ers. If you find an e107 site out there, post on their site somewhere about this upgrade.
We have also included an automatic update check in this release. It was in previous ones, but was based of sourceforge's rss feed, which they apparently don't want to fix. The new code will now check a file on e107.org, which will always contain the most recent e107 release information. If there is an update available, you should see a notice on your main admin screen. Depending on your admin theme, it may also appear in the left column of all admin pages.
As always, please ensure you perform a full db and site backup before performing the upgrade. Please inform us if you have any problems with this new release.
For a list of the fixes, you can see them here (http://e107.org/e107_plugins/bugtrack/changelog.php?0717)
Drupal 7.0 alpha 2, 2010-02-21
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for master/slave replication, transactions, multi-insert queries,
delayed inserts, and other features.
* Added support for the SQLite database engine.
* Default to InnoDB engine, rather than MyISAM, on MySQL when available.
This offers increased scalability and data integrity.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
* Implemented a pluggable password system and much stronger password hashes
that are compatible with the Portable PHP password hashing framework.
* Rate limited login attempts to prevent brute-force password guessing, and
improved the flood control API to allow variable time windows and
identifiers for limiting user access to resources.
* Transformed the "Update status" module into the "Update manager" which
can securely install or update modules and themes via a web interface.
- Usability:
* Added contextual links (a.k.a. local tasks) to page elements, such as
blocks, nodes, or comments, which allows to perform the most common tasks
with a single click only.
* Improved installer requirements check.
* Improved support for integration of WYSIWYG editors.
* Implemented drag-and-drop positioning for input format listings.
* Implemented drag-and-drop positioning for language listing.
* Implemented drag-and-drop positioning for poll options.
* Provided descriptions and human-readable names for user permissions.
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customised using the Views module.
* Removed the 'related terms' feature from taxonomy module since this can
now be achieved with Field API.
* Added additional features to the default install profile, and implemented
a "slimmed down" install profile designed for developers.
* Added a built-in, automated cron run feature, which is triggered by site
visitors.
* Added an administrator role which is assigned all permisions for
installed modules automatically.
* Image toolkits are now provided by modules (rather than requiring a
manual file copy to the includes directory).
* Added an edit tab to taxonomy term pages.
* Redesigned password strength validator.
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* Renamed "input formats" to "text formats".
* Moved text format permissions to the main permissions page.
* Added configurable ability for users to cancel their own accounts.
* Added "vertical tabs", a reusable interface component that features
automatic summaries and increases usability.
* Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
* Improved performance on uncached page views by loading multiple core
objects in a single database query.
* Improved performance for logged-in users by reducing queries for path
alias lookups.
* Improved support for HTTP proxies (including reverse proxies), allowing
anonymous pageviews to be served entirely from the proxy.
- Documentation:
* Hook API documentation now included in Drupal core.
- News aggregator:
* Added OPML import functionality for RSS feeds.
* Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
* Added support for language-aware searches.
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
* Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
- Improved time zone support:
* Drupal now uses PHP's time zone database when rendering dates in local
time. Site-wide and user-configured time zone offsets have been converted
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
* Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
* Added Seven theme as the default administration interface theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
* The file_move(), file_copy() and file_delete() functions now operate on
file objects and invoke file hooks so that modules are notified and can
respond to changes.
* For the occasions when only basic file manipulation are needed--such as
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
* Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
* The mime_extension_mapping variable has been removed. Modules that need to
alter the default MIME type extension mappings should implement
hook_file_mimetype_mapping_alter().
* Added the hook_file_url_alter() hook, which makes it possible to serve
files from a CDN.
* Added a field specifically for uploading files, previously provided by
the contributed module FileField.
- Image handling:
* Improved image handling, including better support for add-on image
libraries.
* Added API and interface for creating advanced image thumbnails.
* Inclusion of additional effects such as rotate and desaturate.
* Added a field specifically for uploading images, previously provided by
the contributed module ImageField.
- Added aliased multi-site support:
* Added support for mapping domain names to sites directories.
- Added RDF support:
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
* Modules can specify how their data structure maps to RDF.
* Added support for RDFa export of nodes, comments, terms, users, etc. and
their fields.
- Search engine optimization and web linking:
* Added a rel="canonical" link on node and comment pages to prevent
duplicate content indexing by search engines.
* Added a default rel="shortlink" link on node and comment pages that
advertises a short link as an alternative URL to third-party services.
* Meta information is now alterable by all modules before rendering.
- Field API:
* Custom data fields may be attached to nodes, users, comments and taxonomy
terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
and allow custom data fields to be attached to itself.
* Provides most of the features of the former Content Construction
Kit (CCK) module.
* Taxonomy terms are now Field API fields that can be added to any fieldable
object.
- Installer:
* Refactored the installer into an API that allows Drupal to be installed
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
* Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
* The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
* Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.3.2.
* Upgraded the jQuery Forms library to 2.36.
* Added jQuery UI 1.7.2, which allows improvements to Drupal's user
experience.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.This is a non-urgent upgrade. We've produced this release for a few reasons:
1) As part of the move to subversion, we changed the headers of most files to contain the new svn related keywords. Unfortunately this means that all users must replace their current files with the new ones, otherwise the file inspector won't like it. You will notice the upgrade packages are much larger for this upgrade.
2) I have a script that I wrote that creates the builds from cvs. I was able to set a few values in a configuration file, kick of the script, and have nice release files a minute or so later. Well, obviously the cvs related commands are no longer valid. I've recoded most of the script and it now uses svn commands. It can now also handle 0.7 and 0.8 builds (previous version could not). It was used to create this build, so it needs live testing
3) We needed to get everyone upgraded successfully to .19 with the new build system, just in case we needed to get a security release out quickly (nothing known about currently). Allowing everyone to carefully upgrade now as they find time is much easier than trying to do it quickly later.
Please carefully perform your upgrades and let us know of any problems you find.
Drupal 6.16 and 5.22, maintenance releases which fix issues reported through the bug tracking system, as well as security vulnerabilities, are now available for download. Drupal 6.16 also fixes other smaller issues.
Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases.
Based on Open Source software, and bundled with support by eZ Publish Premium services, eZ Publish is the leading Enterprise Web Content Management software platform. eZ Systems releases version 4.3 of eZ Publish on March, 30th. A host of exciting new features, as well as numerous enhancements to classic eZ Publish favorites, make 4.3 the ideal Enterprise Web Content Management platform! Discover some of the exciting new facets of our award-winning platform.
* Introducing the Dashboard
* More space, less clicks,less reload
* More flexible interface for the Content Engine
* Best of breed user comments
* Fully flexible and customizable commenting system
* Teamroom, the new Collaboration Solution based on eZ Publish
* Other News and Improvements
Secunia Research contacted us a few days ago about two potential security issues. We have been working to reproduce and fix the issues, while they have held off making them public.
While I won't go into too much detail, I will say that one involves being able to upload a malicious file. It requires an odd set of preferences and a missing file to allow it to happen though, so the threat is pretty low in our opinion.
The other was a js code injection. The user was able to inject some js code that would run if an admin edited the users post. This was only open if the site had the 'personal content manager' option enabled in the content plugin.
Both have now been fixed...thanks again to Secunia for pointing them out to us.
Of course, the release also includes all other bug fixes that have been committed since the last release.
Security
Four security issues were fixed in this release:
* Moderate Priority - Core - Negative Values for Limit and Offset. More information »
* Low Priority - Core - Installer Migration Script. More information »
* Moderate Priority - Core - Sessation Fixation. More information »
* Low Priority - Core - Password Reset Tokens. More information »
For additional information, visit the Joomla Security Center.
Components
* Fixed error in contacts with SEF enabled (17235)
* Fixed SQL error when sorting news feeds by section. (18648)
* Fixed problem showing URL for image files in Atom news feeds. (18936)
* Fixed problem where author alias was not escaped correctly. (19009)
* Fixed bug in pagination of category blog menu item. (19245)
* Fixed display of image captions in some situations. (19405)
* Fixed caching problem with com_contact. (19435)
* Added framework validation to com_media file. (19763)
* Fixed PHP notice when enabling or disabling a user. (19798)
Modules
* Fixed caching for related articles module (17000)
* Fixed notification error in login module (17762)
* Fixed problems with upgrade method in module installation (17878)
* Fixed typo in mod_latestnews. (18403)
* Fixed HTML validation problem with mod_search. (18619)
* Fixed problem with some news feeds not showing. (18672)
* Fixed problem in mod_login where trashed menu items show in redirect list. (19831)
Plugins
* Fixed problem saving content in TinyMCE when editor is toggled (17936)
* Fixed bug in email cloaking that added an extra space (17986)
* Fixed problem saving valid attributes for some HTML tags. (19055)
Legacy
* No legacy issues were fixed for this release
Templates
* Fixed problem loading template files for RTL languages. (18614)
* Fixed beez template to show correct Itemid after a search. (18683)
Language
* Added missing translation strings in installation. (19604)
* Added sr-YU language for installation. (19627)
* Added Phnom-Penh to timezone files. (19715)
* Added missing language strings in installation files. (19816)
* Added Arabic Unitag installation language ar_AA (19836)
* Added missing language strings for is-IS language in installation. (19864)
* Added missing strings in installation ini files. (19871)
* Added new hi-IN install language (19966)
* Added updates on installation ini files (20024)
* Fixed language bug in Menus (20055)
* Added language credits update (20195)
Administrator
* Fixed display problem in back end with RTL languages. (18570)
* Fixed problem where Menu Item types for disabled components still showed when adding menu items. (18617)
* Fixed problem with display of module position in Module Manager. (18848)
System
* Fixed JFolder::makeSafe method to not remove dots in path (16506)
* Fixed problem that prevented using a cache in some cases (16974)
* Remove PHP warning message on some versions (18612)
* Fixed problem installing modules in update mode. (18987)
* Fixed problem with Yagoon and Norfolk timezones. (19555)
* Fixed problem with return value when saving polling components. (19655)
* Fixed problem in JToolbarHelper class media_manager method. (19680)
* Fixed incorrect URI for IIS platforms (18046)
* Improved handling of failing Apache plugins (19859)
* Added Reykjavik in timezone (20025)
* Fixed JApplication::redirect() to not use 301 code (20043)
* Fixed SEF search URL's for cross-platform compatibility (20184)
Statistics for the 1.5.16 release period:
* Joomla 1.5.16 contains:
o 48 issues fixed in SVN
o 52 commits
* Tracker activity resulted in a net increase of 83 active issues:
o 224 new reports
o 94 closed
o 48 fixed in SVN
* At the time the 1.5.16 release was packaged, the tracker had 303 active issues:
o 169 open
o 103 confirmed
o 31 pending
Release Notes
Check the Joomla 1.5.17 Post-Release FAQs to see if there are important items and helpful hints discovered after the release.
If you have modified core template overrides, please be sure to back them up before upgrading.
Security
No security issues were fixed in this release. For additional information, visit the Joomla Security Center.
Components
* No component issues were fixed for this release
Modules
* No moduleissues were fixed for this release.
Plugins
* No plugin issues were fixed for this release.
Legacy
* No legacy issues were fixed for this release.
Templates
* No Templates issues were fixed for this release.
Language
* Updated ru-RU installation language (20239)
* Added en-AU installation language (20220)
* Updated help sites list (20238)
Administrator
* No administrator issues were fixed for this release.
System
* Fixed problem logging in when Session Handler is set to None (20221)
* Fixed error message when running Joomla! in a PHP version prior to version 5.2 (20219)
* Reverted change to JFolder::makesafe method that introduced a bug (16506)
Statistics for the 1.5.17 release period:
* Joomla 1.5.17 contains:
o 6 issues fixed in SVN
o 6 commits
* Tracker activity resulted in a net increase of 4 active issues:
o 10 new reports
o 0 closed
o 6 fixed in SVN
* At the time the 1.5.17 release was packaged, the tracker had 307 active issues:
o 171 open
o 105 confirmed
o 31 pendingDrupal 7.0, alpha 5, 2010-05-23
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for master/slave replication, transactions, multi-insert queries,
delayed inserts, and other features.
* Added support for the SQLite database engine.
* Default to InnoDB engine, rather than MyISAM, on MySQL when available.
This offers increased scalability and data integrity.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
* Implemented a pluggable password system and much stronger password hashes
that are compatible with the Portable PHP password hashing framework.
* Rate limited login attempts to prevent brute-force password guessing, and
improved the flood control API to allow variable time windows and
identifiers for limiting user access to resources.
* Transformed the "Update status" module into the "Update manager" which
can securely install or update modules and themes via a web interface.
- Usability:
* Added contextual links (a.k.a. local tasks) to page elements, such as
blocks, nodes, or comments, which allows to perform the most common tasks
with a single click only.
* Improved installer requirements check.
* Improved support for integration of WYSIWYG editors.
* Implemented drag-and-drop positioning for input format listings.
* Implemented drag-and-drop positioning for language listing.
* Implemented drag-and-drop positioning for poll options.
* Provided descriptions and human-readable names for user permissions.
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customised using the Views module.
* Removed the 'related terms' feature from taxonomy module since this can
now be achieved with Field API.
* Added additional features to the default install profile, and implemented
a "slimmed down" install profile designed for developers.
* Added a built-in, automated cron run feature, which is triggered by site
visitors.
* Added an administrator role which is assigned all permisions for
installed modules automatically.
* Image toolkits are now provided by modules (rather than requiring a
manual file copy to the includes directory).
* Added an edit tab to taxonomy term pages.
* Redesigned password strength validator.
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* Renamed "input formats" to "text formats".
* Moved text format permissions to the main permissions page.
* Added configurable ability for users to cancel their own accounts.
* Added "vertical tabs", a reusable interface component that features
automatic summaries and increases usability.
* Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
* Improved performance on uncached page views by loading multiple core
objects in a single database query.
* Improved performance for logged-in users by reducing queries for path
alias lookups.
* Improved support for HTTP proxies (including reverse proxies), allowing
anonymous pageviews to be served entirely from the proxy.
- Documentation:
* Hook API documentation now included in Drupal core.
- News aggregator:
* Added OPML import functionality for RSS feeds.
* Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
* Added support for language-aware searches.
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
* Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
- Improved time zone support:
* Drupal now uses PHP's time zone database when rendering dates in local
time. Site-wide and user-configured time zone offsets have been converted
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
* User-configured time zones now serve as the default time zone for PHP
date/time functions.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- OpenID:
* Added support for Gmail and Google Apps for Domain identifiers. Users can
now login with their user@domain.com identifier when domain.com is powered
by Google.
* Made the OpenID module more pluggable.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
* Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
* Added Seven theme as the default administration interface theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
* The file_move(), file_copy() and file_delete() functions now operate on
file objects and invoke file hooks so that modules are notified and can
respond to changes.
* For the occasions when only basic file manipulation are needed--such as
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
* Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
* The mime_extension_mapping variable has been removed. Modules that need to
alter the default MIME type extension mappings should implement
hook_file_mimetype_mapping_alter().
* Added the hook_file_url_alter() hook, which makes it possible to serve
files from a CDN.
* Added a field specifically for uploading files, previously provided by
the contributed module FileField.
- Image handling:
* Improved image handling, including better support for add-on image
libraries.
* Added API and interface for creating advanced image thumbnails.
* Inclusion of additional effects such as rotate and desaturate.
* Added a field specifically for uploading images, previously provided by
the contributed module ImageField.
- Added aliased multi-site support:
* Added support for mapping domain names to sites directories.
- Added RDF support:
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
* Modules can specify how their data structure maps to RDF.
* Added support for RDFa export of nodes, comments, terms, users, etc. and
their fields.
- Search engine optimization and web linking:
* Added a rel="canonical" link on node and comment pages to prevent
duplicate content indexing by search engines.
* Added a default rel="shortlink" link on node and comment pages that
advertises a short link as an alternative URL to third-party services.
* Meta information is now alterable by all modules before rendering.
- Field API:
* Custom data fields may be attached to nodes, users, comments and taxonomy
terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
and allow custom data fields to be attached to itself.
* Provides most of the features of the former Content Construction
Kit (CCK) module.
* Taxonomy terms are now Field API fields that can be added to any fieldable
object.
- Installer:
* Refactored the installer into an API that allows Drupal to be installed
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
* Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
* The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
* Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.4.2.
* Upgraded the jQuery Forms library to 2.36.
* Added jQuery UI 1.8, which allows improvements to Drupal's user
experience.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.Changelog comments: 0.7.21 (15th Apr, 2010 - 23rd May, 2010)
* r11545 - new version: 0.7.21 - auto
* r11544 - additional preference check
* r11543 - Additional checking
* r11541 - more restrictive checking
* r11538 - Extra checking
* r11523 - Allow theming of background when no category icon defined
* r11521 - Update permissions
* r11520 - Bug #4946 possible fix - remove unused/conflicting LAN definitions
* r11518 - Bug #4945 possible fix - 'extra' main admins editing other users
* r11512 - Bug #4938 - disable unused LAN
* r11510 - Bug #4944 - spurious characters in links
* r11499 - Bug #4943 - new by reference deprecated - more found (thanks Fanatik)
* r11495 - Bug #4943 - new by reference deprecated
* r11492 - Docs now in wiki
* r11483 - EONE-70 (Bug): login_menu no longer shows banned or pending users as 'new'
Files changed:
* /trunk/e107_0.7
* /trunk/e107_0.7/class2.php
* /trunk/e107_0.7/comment.php
* /trunk/e107_0.7/e107_admin/ver.php
* /trunk/e107_0.7/e107_files/bbcode/php.bb
* /trunk/e107_0.7/e107_handlers/e_parse_class.php
* /trunk/e107_0.7/e107_languages/English/admin/lan_theme.php
* /trunk/e107_0.7/e107_languages/English/lan_user.php
* /trunk/e107_0.7/e107_languages/English/lan_usersettings.php
* /trunk/e107_0.7/e107_plugins/calendar_menu/calendar_menu.php
* /trunk/e107_0.7/e107_plugins/calendar_menu/readme.pdf
* /trunk/e107_0.7/e107_plugins/forum/forum_mod.php
* /trunk/e107_0.7/e107_plugins/login_menu/login_menu.php
* /trunk/e107_0.7/e107_plugins/pm/pm.php
* /trunk/e107_0.7/e107_plugins/pm/pm_update.php
* /trunk/e107_0.7/e107_plugins/tree_menu/config.php
* /trunk/e107_0.7/e107_plugins/tree_menu/tree_menu.php
* /trunk/e107_0.7/signup.php
* /trunk/e107_0.7/usersettings.php
Changelog comments: 0.7.22 (23rd May, 2010 - 27th May, 2010)
* r11554 - new version: 0.7.22 - auto
* r11553 - Reinstating LAN_120 and LAN_122 due to issue with usersettings.php page..thanks rgk
* r11552 - EONE-89 (Bug): Ensure news userclass is set to 255 (nobody) if no class checkboxes are selected.
* r11551 - More _referer related fixes
* r11550 - Added __referer check to several pages
* r11549 - Handle some startup conditions
* r11548 - Notice removal
Files changed:
* /trunk/e107_0.7/e107_admin/banlist.php
* /trunk/e107_0.7/e107_admin/prefs.php
* /trunk/e107_0.7/e107_admin/updateadmin.php
* /trunk/e107_0.7/e107_admin/userclass2.php
* /trunk/e107_0.7/e107_admin/users.php
* /trunk/e107_0.7/e107_admin/users_extended.php
* /trunk/e107_0.7/e107_admin/ver.php
* /trunk/e107_0.7/e107_handlers/e_parse_class.php
* /trunk/e107_0.7/e107_handlers/news_class.php
* /trunk/e107_0.7/e107_languages/English/lan_usersettings.phpRelease Notes
Check the Joomla 1.5.18 Post-Release FAQs to see if there are important items and helpful hints discovered after the release.
If you have modified core template overrides, please be sure to back them up before upgrading.
Security
* High Priority - Core - XSS Vulnerabilities in back end. More information »
Components
* No component issues were fixed for this release
Modules
* No module issues were fixed for this release.
Plugins
* Revert issue 19859 (Graceful handling of Apache plugin failures) (20424)
Legacy
* No legacy issues were fixed for this release.
Templates
* No Templates issues were fixed for this release.
Language
* No Language issues were fixed for this release.
Administrator
* No Administrator issues were fixed for this release.
System
* No System issues were fixed for this release.
Statistics for the 1.5.18 release period:
* Joomla 1.5.18 contains:
o 1 issues fixed in SVN
o 3 commits
* Tracker activity resulted in a net increase of 21 active issues:
o 29 new reports
o 7 closed
o 1 fixed in SVN
* At the time the 1.5.18 release was packaged, the tracker had 337 active issues:
o 195 open
o 105 confirmed
o 37 pending
31-May-2010
# [#20745] Reverting [#20489] because it broke the system test.
31-May-2010 Jean-Marie Simonet
# [#20721] Select State > trash and content filter Thanks Christophe, Amy.
# [#20504] plugin working 4 times one the same page. Thanks Christophe.
# [#20606] "Cache Manager: Clear Cache" doesn't show cache groups if caching is off, no pagination here, same data for Site and Administrator. Thanks Dennis and Klas.
# [#20305] Configuration.php textarea box breaks layout in installation. Thanks Vicki, Elin.
# [#20736] [patch] com_content: error on sorting by access level in "articles" view with "modal" layout Thanks Artyom.
# [#20731] CountModules with multiple positions linked by operator is not working. Thanks Christophe.
# [#20734] JS Validation missing for Radio Option Selection Required. Thanks Christophe and testers.
# [#20529] User-Profile Plugin field settings ignored. Thanks Christophe and Amy.
# [#20489] JTableAsset::store failed Thanks Christophe.
$ Corrected string typo.
$ Deleting unused strings from installation ini files
# [#20593] call to undefined function on tinymce. Thanks Christophe.
# Corrected path to tinymce templates
# [#20720] Beez5 template has some minors bugs. Thanks Elin & all.
$ Added missing string in front-end
$ Updating xx-XX language front-end/back-end
30-May-2010 Ron Severdia
# Fixed issue [#20632]
^ Bluestork image tweaks
^ Changed user profile radios
^ Cleaned up pagination buttons
# Language fixes, CSS fixes for BlueStork
30-May-2010 Christophe Demko
# Fixed sample data
# Fixed some hathor issues relative to [#20632]
# Fixed issue [#20707] ContentModelArticles::getListQuery does not format ORDER BY clause correctly (thanks Amy Stephen)
# Fixed issue [#20642] com_banners submits form even when required fields are not filled (thanks bill richardson)
30-May-2010 Jean-Marie Simonet
# [#20679] Page column sort filter not working properly in module manager. Thanks Christophe.
# [#20714] Beez 2.0 template has hardcoded language string as alt tag for logo image. Thanks Jenny.
# Various bugs in beez2. Added sys.ini.
$ Corrected a few ini related issues with beez5
# [#20719] public $offset time zone set to 0 issue. Thanks Christophe.
29-May-2010 Mark Dexter
^ Added parameter for display style of contact (Elin Waring)
+ Added beez5 template (Angie Radtke)
# Upates to sample data (Elin Waring)
29-May-2010 Jean-Marie Simonet
# [#20627] weblinks category count not showing. Thanks Detlef.
$ Refactoring of installation ini/keys.
# [#20594] Logged in frontside users shown in Backsite status. Thanks Detlef.
^ [#20712] [patch] Hathor compatibility changes. Thanks Andrea.
$ Added missing strings
# [#20699] com_users edit view allows users to view the contents of another users fields. Thanks Christophe.
29-May-2010 Andrew Eddie
# Fixed issue [#20494] Quick Icons Module Should Take into Account More Permissions (Omar Ramos).
# Partially fixed [#20623] MySQL sql-mode STRICT issues (Adam Banks).
28-May-2010 Jean-Marie Simonet
$ Added string
# [#20654] Sorting of Featured Articles in Administration don't work. Thanks Omar.
# [#20671] Error uninstalling template due to capital letters in template name. Thanks Nikolai.
# [#20660] mod_menu can't output invalid markup. Thanks Christophe.
# [#20245] com_search logical issue. Thanks Christophe.
# [#20687] mistyped static (Extraneous endif). Thanks Ashwin.
# [#20688] Uninstalling a language extension is possible even if it's the default language. Thanks Christophe.
$ Added/corrected string
28-May-2010 Andrew Eddie
# Fixed issue [#20272] Can't provide multiple select list in modules.
# Fixed issue [#20675] Performance Improvements for JAccess:getGroupsByUser() (OmarRamos).
# Fixed issue [#20522] Redirect Manager - Date is wrong & copy function (Peter Martin).
27-May-2010 Jean-Marie Simonet
$ [#20659] Converting strings to the new format in installation. Thanks Johnathan Lima.
# [#20658] Sample data install leads to bad error in cas of inactivity period. Thanks Christophe.
$ Consolidating some strings
$ Refactoring Installation keys/ini files (WIP)
27-May-2010 Sam Moffatt
# Applied [#20263] E_WARNING Error in JInstallerTemplate::loadLanguage() and
JInstaller::parseFiles(), thanks to Nikolai Plath
26-May-2010 Christophe Demko
# Fixed [#20575] missing menu items (thanks Jean-Marie Simonet, bill richardson, Airton Torres)
# Fixed [#20577] Boxes of meta description and meta-tags do not appear (thanks Dennis Hermacki, Elin Waring and Pierre Gazzola)
26-May-2010 Jean-Marie Simonet
# [#20630] Changing site language does not work if the same content one does not exist (Thanks Christophe)
# [#20644] [PATCH] Fix a small comment error. Thanks Rouven.
# [#20513] Can't override default_ftp in com_install (Thanks Christophe)
# [#20498] mod_menu default renderer adds "Menu Tag ID" to class name (Thanks Bill)
# [#20472] Error: Article Saved Successfully (Beez)
# [#20649] ID property is translated in "Templates Manager: Edit Style" page. Thanks Dennis
$ Consolidated some strings.
#+ [#20479] Install Sample Data button does not become 'un-clickable' after install. Thanks Nicholas.
$ Added some strings missing in 20479
25-May-2010 Mark Dexter
# Fixed names of sample data images
25-May-2010 Christophe Demko
# Fixed [#20567] Com_Redirect save as copy does not work (tries to save with same name) (thanks Elin Waring, Tim Plummer,Christopher Garvis and Amy Stephen)
# Fixed autodetect ftp path in installation
# Fixed css for hathor and bluestork template (missing image http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=20632)
# Fixed UI in language manager
25-May-2010 Jean-Marie Simonet
# [#20608] Double Pathway / Breadcrumb
25-May-2010 Andrew Eddie
# Fixed issue [#20601] User Manager - parent field does not display when creating a new group.
# Fixed issue [#20526] Database creation error with MySQL5 (Adam Banks).
# Fixed issue [#20549] White page on installation when the PHP session save path is unwritable (Nicholas Dionysopoulos).
# Fixed issue [#20519] 'Type' table option was deprecated in MySQL 4.0 and removed in MySQL 5.5 (CY Lee).
# Fixed issue [#20613] Missing parse_ini_file, parse_ini-string, json_encode or json_decode cause show-stopper behaviour (Nicholas Dionysopoulos).
# Partially fixed issue [#13281] Cancel Button on Weblink Submit Form Doesn't Return to Referer Page (Christopher Garvis, Chris Taylor)
# Fixed issue [#20226] Recursion in some circumstances when reinstalling (Elin Waring, Christophe Demko).
# Fixed issue [#20516] [patch] Hathor fixes (Andy Tarr, Airton Torres).
# Fixed issue [#20621] [patch] JText fix to Hathor (Andy Tarr).
# Fixed issue [#20622] [patch] Fixes to Hathor to prevent buttons wrapping on small screen (Andy Tarr).
# Fixed issue [#20302] com_config application view loads a duplicate of switcher javascript (Phil Snell).
# Fixed issue [#20619] Global configuration allows you to save an invalid email (Elin Waring).
24-May-2010 Jean-Marie Simonet
# [#20580] Fatal error when saving module and editing "Publish Start" or "Publish Finish". Thanks Radek.
# [#20569] mod_login.xml manifest cites incorrect index file. Thanks Jeremy.
# [#20545] Possible to delete all usergroups, can't do anything after that. Thanks Radek.
# [#20313] com_messages.messages search query. Thanks Phill.
$ Consolidated some strings
#+ [#20528] Inconsistency in user groups [sample data]. Tree rebuilding. Thanks Christophe.
# [#20533] Fatal error "Call to undefined method JAdministrator::getLanguageFilter()" when enabling search logging + "Show Search Results". Thanks Denis and Christophe.
+ [#20592] Add sample data positions to Atomic. Thanks Elin.
# [#20607] "witdh" instead of "width" in mod_banners default template. Thanks Michael.
# [#20600] New user does not set user group for new user (Back-end). Thanks Andrew.
# [#20439] article count always zero. Thanks Christopher.
23-May-2010 Mark Dexter
# Sample data fixes (Elin Waring)
23-May-2010 Jean-Marie Simonet
[#20568] Update publish time on front end. Thanks Michael.
[#20465] Notice: Undefined property: stdClass::$author_name on many pages. Thanks Bill.
$ Completing some language strings
22-May-2010 Jean-Marie Simonet
$ [#20564] Inconsistence between userS and user view
# [#20469] Notice: Trying to get property of non-object in /components/com_weblinks/views/form/tmpl/edit.php on line 47
# [#20486] Published date not being generated
# [#20511] Database error prevents installation (PHP strict)
$ Adding missing string. Sorting some main ini strings.
# [#20556] Home menu items are routed with alias if language switcher plugin is off. Thanks Dennis
$ [#20566] Change "Other Informations" to "Other Information". Thanks Michael.
21-May-2010 Jean-Marie Simonet
# Sample data error [20550]. Thanks Radek.
$ Adapted some com_search strings to different languages
$ Took off what should not be a custom key in beez [20553]
# [#20558] Correcting wrong featured layout
20-May-2010 Christophe Demko
# Fixed misspelling variable name in JLanguage
# Fixed [#20543] Site language changing does not work
20-May-2010 Jean-Marie Simonet
# Fixed accidentally deleted com_users in sql jos_extensions
+ Implementing auto language metadata [20284]
$ Fixing strings in contact
# Fixing category name/title in single contact. (Thanks Bill)
^ New JDate::toFormat [20531] Thanks Christophe.
# Saving Banners urls in the clickurl db field [20532]
19-May-2010 Mark Dexter
# Sample data fixes (Elin Waring)
19-May-2010 Jean-Marie Simonet
$ Updating en-GB.xml files
$ Fixed [20510] Buttons untranslated.
$ Fixed untranslated strings [20512] Thanks elin
$ Fixed image path for category display [20491] Thanks Bill.
$ Fixed missing Key [20509] Thanks Airton
$ Added missing strings.
$ Corrected en-US installation ini file. (Thanks Elin and Phil)
# Milkyway errors [20499] Thanks Elin.
$ Correcting string value [20482] Thanks Andrea
+ Added Cancel button in profile edit form [19699] Thanks Nate.
# Corrected admin mod_menu duplicate [20503]. Thanks Greg.
18-May-2010 Christophe Demko
^ Change template default style when installing
# Fixed issue [#20488] Small CSS issue in config modal (Viet Vu Hoang)
18-May-2010 Jean-Marie Simonet
# Config fieldset description patch (Thanks you Dennis)
# Consolidated some stringsDrupal 6.17, a maintenance release fixing issues reported through the bug tracking system, is now available for download. There are no security fixes in this release. Upgrading your existing Drupal 6 sites is recommended. For more information about the Drupal 6.x release series, consult the Drupal 6.0 release announcement.Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
Joomla! 1.6, including alpha and beta versions.
Our thanks to all those people who've contributed bug reports and
code fixes.
Legend:
* -> Security Fix
# -> Bug Fix
$ -> Language fix or change
+ -> Addition
^ -> Change
- -> Removed
! -> Note
14-Jun-2010 Jean-Marie Simonet
[#21007] Alias in list views does not support RTL. Thanks Andrew.
$ Consolidated "Alias" value.
$ Consolidating for RTL support the Filter string/value in back-end
$ Consolidated "Description" value + some.
# [#20979] single contact - enable show contact list. Thanks Tim.
14-Jun-2010 Mark Dexter
# [#21008] Hide new login button just introduced to login screen
# [#20529] User-Profile Plugin field settings ignored
# [#20625] Submit a web link -save error [strict]
14-Jun-2010 Andrew Eddie
# Fixed issue [#20884] banner manager export not working fatal error (Rob Joyce, Phil Snell).
13-Jun-2010 Ron Severdia
^ Fixed select user button (Thanks Tim Plummer)
# Reverting BlueStork error.php changes from previous commit. Will break until params bug is fixed.
^ Relocate note & language fields to panel in Category & Article Manager (Thanks Tim Plummer)
# News feed language fixes
# Fixed template params in error.php (reverted until fixed)
# Fixed CSS on ACL panel
^ Sync up label CSS
^ Little clean up and commenting in BlueStork CSS
^ Relocate language dropdown in news feed (Thanks Tim Plummer)
13-Jun-2010 Jean-Marie Simonet
$ Normalizing Cpanel link in all admin error.php
# Reverting part of new bluestork error.php [Revision 17643] as it breaks error display.
# [#20992] [patch] Toolbar may generate code that is not well formed. Thanks Rouven.
$ [#20991] Change Metadata to Metadata Options. Thanks Michael.
# [#20996] Hathor CSS font-size fixes. Thanks Andrea.
12-Jun-2010 Mark Dexter
# Fix asset table problems in sample data (Elin Waring)
12-Jun-2010 Ron Severdia
# Fixed category header (Thanks Babs Gosgens)
^ Fixed weblinks header icon (Thanks Tim Plummer)
^ Move language dropdown to panel (Thanks Tim Plummer)
^ [#20618] Fixed IE login bug
# Fixed modal widths (contents still need love)
# [#20640] Fixed favicon MIME type (Thanks Rouven Wesling)
^ Changed order icon to bg CSS and added inactive state
# Fixed required indicator on IE
^ Changed layout to 60/40 on edit banner client & edit contact
- Removed deprecated IE6 stylesheet
# Fixed language screen filter
+ Fixed BlueStork error.php page
12-Jun-2010 Jean-Marie Simonet
# [#20980] [patch] Hathor patches to Newsfeed Modal. Thanks Andrea.
$# Added a bunch of missing strings values, corrected some keys (Thanks Stella), added sticky field in banner parameters.
# [#20579] Time Change for Server/User does not update. Thanks Christophe.
# [#20648] mod_wrapper: error on getting params. Thanks Riccardo and Elin.
# [#20782] Username Reminder Request Incorrect. Thanks Airton.
# [#20983] Issue with linking articles that have apostrophe in them. Thanks Christophe.
#$ Missing string/change key
$ [#20990] Remove excess JLIB_FORM_CHANGE_USER definition. Thanks Michael.
11-Jun-2010 Christophe Demko
# Fixed issue [#20867] [Patch] Changes to Hathor to mirror changes in core admin layouts (Andrea Tarr)
# Fixed issue [#20968] Fix Category Parameters in Featured Menu Item (Mark Dexter, bill richardson)
# Fixed issues in the component installer and in com_alpha component
11-Jun-2010 Jean-Marie Simonet
# [#20489] JTableAsset::store failed. Thanks Christophe.
# [#20962] [files and patch] Hathor error page. Thanks Andrea.
# Corrected code duplication in hathor modal.php
# [#20965] When in: Article Manager: Articles, Select language select does not work. Thanks Bill.
10-Jun-2010 Christophe Demko
# Fixed issue [#20952] Joomla does not load template language file when an error is detected
10-Jun-2010 Jean-Marie Simonet
# [#20791] settings not saved on first step of installer. Thanks Rune.
# [#20914] getOptions at category.php. Thanks Andrew.
$ Added missing string
$ Changed string in banner/tracks toolbar
09-Jun-2010 Sam Moffatt
# Fixed bug where updates from deleted update sites were visible after extension uninstall
+ Added convenience to adapter layer to pass through properties to instances in a uniform manner
09-Jun-2010 Christophe Demko
# Fixed issue [#20938] [patch] Missing </ul> in layout override (Andrea Tarr)
09-Jun-2010 Jean-Marie Simonet
# [#20913] Minimum PHP version check in installer. Fixed for php.5.2.4
# [#20939] textual error in article manager config page. Thanks Troy.
# [#20570] archived articles - title linkable. Thanks Christophe.
# [#20940] email validation creating user account gives bad error message. Thanks Bill and Rob.
$ Adding missing string.
# [#20854] Adding article from filtered Category. Thanks Phil.
09-Jun-2010 Andrew Eddie
# Added format to invalid controller exception.
# Fixed issue [#20872] beez_20 javascript error when #nav is not present (Phil Snell, Bill Richardson).
# Fixed issue [#20901] PHP Notices when creating a 'External URL' menu item pointing to internal url (Rune Sjøen).
# Fixed issue [#20927] [patch] JModelAdmin Improvements (Omar Ramos).
08-Jun-2010 Christophe Demko
# Fixed issue [#20913] Minimum PHP version check in installer (Rune Sjøen, Artyom Bisyarin)
# Fixed issue [#20896] Once you link a user from a contact, you can't go back to no linked user. (Elin Waring, Rune Sjøen)
# Fixed issue [#20894] Missing colon in user profile langauge file (Peter Osipof, bill richardson)
# Fixed issue [#20578] Category Manager (Loyd Headrick, Hannes Papenberg)
# Fixed issue [#20903] If an article ever has readmore in it, it can't be deleted (Elin Waring, bill richardson, Gobezu Sewu)
# Fixed issue [#20811] Use global missing in web links Target parameter (Stefania Gaianigo, Tim Plummer)
08-Jun-2010 Sam Moffatt
^ Minor fixes to package installer adapter for translation
08-Jun-2010 Mark Dexter
# Sample data fixes (Elin Waring)
08-Jun-2010 Jean-Marie Simonet
$ Added en-GB.plg_content_example.sys.ini
$ [#20911] CSS in backend error template is broken. Thanks Hannes.
# [#20915] [patch] GeSHi plugin has random die('here') statement. Thanks Rune.
07-Jun-2010 Sam Moffatt
# Fixed the package installer to behave properly
^ Minor code clean up in a few places
07-Jun-2010 Jean-Marie Simonet
# [#20887] Creating account from front-end does not use default group. Thanks Rune
$ Modified string
# [#20885] non localized field deleting trash in banners Tracks. Thanks Bill.
07-Jun-2010 Christophe Demko
# Fixed issue [#20873] modules are'nt displayed in admin when using the root_user feature
# Fixed issue [#20870] Security issue concerning the root_user feature
# Fixed issue [#20869] Displaying a useless message in admin login form when root_user feature is used
^ Reverting patch #17504
# Fixed issue [#20812] User profile information visible on registration even when disabled. (Amy Stephen)
06-Jun-2010 Christophe Demko
# Fixed issue [#20703] Missing noscript warning for javascript disabled browsers (Nikolai Plath)
# Fixed issue [#20816] CodeMirror does not highlighting css code - syntax selector hard coded (Nikolai Plath)
# Fixed issue [#18923] JURI::buildQuery does not deal correctly with multidimensional array (Omar Ramos, Antoine BERNIER)
06-Jun-2010 Jean-Marie Simonet
# [#20853] Sorting by author in Category list. Thanks Phil.
# [#20861] plg_user_joomla missing language declaration in manifest.
# [#20858] Administrator Editor Media Dialog modal-box height requires scrolling Thansk Bill.and Ofer.
# [#20843] wrong constant specified for error message in controllerform.php - missing language key. Thanks Bill and Nikolai. + some
# [#20864] Missing cache language strings, cache_lite detection bug [patch]. Thanks Klas. WIP: do sesssion.
# [#20754] missing language string
# [#19430] Cannot change ordering of items (in fact string typo)
05-Jun-2010 Jean-Marie Simonet
# [#20846] Corrected strings for contact creator. Thanks Elin.
# [#20815] When a contact is created automatically via contact creator plugin. Thanks Radek and Phil.
#$ Corrected wrong sprintf
# [#20484] Requested for joomla.json download after uploading image. Thanks John.
# [#20321] Email functions not working properly. Partly fixed only.
04-Jun-2010 Jean-Marie Simonet
# [#20768] It is possible to create a single-contact menu entry without selecting a contact. Thanks Artyom and Phil.
$ Added missing string
03-Jun-2010 Jean-Marie Simonet
# [#20744] Logout link in administrator panel isn't logout when editing content. Thanks Andrew.
$ Missing strings
# [#20768] It is possible to create a single-contact menu entry without selecting a contact. Thanks Amy.
# [#20761] Unclear how to select contact for single contact menu item. Thanks Elin.
# [#20603] Error while trying to use PageBreak from frontend. Thanks Bill.
03-Jun-2010 Christophe Demko
# Fixed issue [#20813] Value Not Found for blank user field (bill richardson, Peter Osipof)
# Fixed issue [#20591] Cannot delete all usergroups from an access level (Robert Flodstrom)
# Fixed issue [#20825] [patch] Debug plug-in doesn't output well formed code (Rouven Wesling)
# Fixed issue [#20697] Uninstalling a component does not remove menu items of that component type
# UI enhancement for com_menus
# Fixed issue [#20805] Module linked to menu links (Aytug AKAR, Nikolai Plath, bill richardson)
# Fixed issue [#20820] menu create - single contact typo error (bill richardson)
# Fixed issue [#20789] featured contacts (bill richardson)
# Fixed issue [#20819] Incorrect Label on Access Level Filter box on User Manager Access Level Screen (Ian McLennan)
02-Jun-2010 Jean-Marie Simonet
# [#20787] some misc html typos. Thanks Phil.
# [#20677] duplicate key error. Thanks Nicholas.
# [#20506] Field required: cache_handler - message in Global Config. Thanks Christophe and Klas
# [#20809] Unable to run installation in IE8. Thanks Ian
02-Jun-2010 Andrew Eddie
# Fixed issue [#20771] validate.js causing problems with IE8 (Bill Richardson, Phil Snell).
# Fixed issue [#20788] Error when saving template style for administrator template.
02-Jun-2010 Christophe Demko
# Corrected the atomic template since its index.php file is not a correct xml file
# Fixed issue [#20758] Property root_user in configuration could be a big security breach. (thanks Henrik Hussfelt, Martin Blodau, Andrew Eddie).
# Fixed issue [#20795] user profile plugin typo error (thanks bill richardson)
# Fixed issue [#20783] A lot of issues related to searching and language switcher
# Fixed issue [#12757] JDate override problem in Backend
# Fixed issue [#20784] Some minor errors in the beez* templates
01-Jun-2010 Jean-Marie Simonet
# [#20724] HTTP Directory Listing. Thanks Amy.
# [#20521] usability issue: Item ID not visible during edit. Thanks Tim.
# [#20741] error in profile plugin manifest. Thanks Nicholai.and Boris.
# [#20743] Module manager issues with enabled caching. Thanks Dennis.
# [#20756] Metakeys and metadesc when using langswitcher
# [#20765] Missing language strings in en-GB.com_newsfeeds.ini (Thanks Stella) + some
31-May-2010 Jean-Marie Simonet
# [#20537] Edit articles in frontend sometimes gives a blank edit page. Thanks Dennis.
31-May-2010 Mark Dexter
# Fixed issue [#20718] Issue with JLanguageTest (Tudor Mazilu).-------------------- 1.6.0 Beta4 Release [28-Jun-2010] ------------------
28-Jun-2010 Ian MacLennan
# [#21180] [IE8] Cannot create new menu due to JS error
# [#21197] session timeout while editing article in backend, keepalive issue
# [#21201] Warning to change name of htaccess.txt when selecting mod_rewrite is missing
# [#21213] mod_syndicate class missing
# [#21209] Mod_stats missing class
# [#21136] Missing JBrowser isMobile
# [#20844] jimport does not work with non-system libraries
# [#20828] Module Manager : All checkboxes must be selected when choosing "on all pages" in "Menu Assignment"
# [#15296] JHTML::tooltip alt attribute for image tooltips
# [#21202] Menu assignments showing in admin modules in Hathor
# [#21205] Formatting front end weblink submit form
# [#21135] Contacts insert as first item in backend
# [#20713] List of weblinks categories is empty for all categories except the root
# [#21142] Cancel Submit a Web Link redirects wrong
# [#20315] com_newsfeed doesnt check for catid when saving
# [#21204] Can't remember the language selection during install
28-Jun-2010 Jean-Marie Simonet
# Correcting beez5 typos
$ Correcting duplicate strings from 20602
# [#21198] Ordering by group broken in modal. Thanks Phil.
# [#21198] Added Hathor to the patch.
# [#21210] Implementing user group ordering in User Manager
$ Correcting typo
27-Jun-2010 Mark Dexter
# [#20372] components options (IE 8 test)
# [#20793] FTP installation features not working as expected
# Fix checkall toggle bug in User Manager caused by [#20372]
# [#20862] Show Profile in contact not working
# Sample data fixes for contact (Elin Waring)
# [#20937] non validated fields when creating banners
# [#21079] weblink - contacts - newsfeed - new item defaults to last order position
# [#20602] Frontened article submission - 500 - JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND
27-Jun-2010 Jean-Marie Simonet
$ Adding missing string, corrected a key
# Corrected path typos in both beez templates component.php
26-Jun-2010 Jean-Marie Simonet
# [#21185] Weblink edit misses filter="safehtml"
# [#21184] Correcting and normalizing custom html module edit display
# [#21168] [image file] Missing image file in Hathor. Thanks Andrea
# [#21157] Unable to filter template styles with number in it (eg: Beez5, beez_20) Thank CY Lee
# [#21147] No articles in this category when display# changed to "All". Thanks Alain.
# [#21151] com_content manifest in error or file missing. Thanks Boris and Bill.
24-Jun-2010 Jean-Marie Simonet
$ Completing string value
[#21173] Default ACL for editors and publishers is incorrect, also weblinks. Thanks Elin.
$ Correcting Web Link menu Item value (Front-end can't edit).
23-Jun-2010 Andrew Eddie
# Fixed issue [#21146] Fix for broken JFormFieldCalendarTest.
# Fixed issue [#20907] Making Joomla more compliant to PHP strict standard (Hannes Papenberg, Phil Snell).
23-Jun-2010 Jean-Marie Simonet
$ Added missing string
[#20641] Email Cloaking Plugin doesn't output well formed code. Thanks Nicholas.
23-Jun-2010 Andrew Eddie
# Fixed issue [#20617] installer doesn't allow . in database name (Rob Joyce, Troy Hall).
# Partial fixes to [#20907] Making Joomla more compliant to PHP strict standard.
22-Jun-2010 Ian MacLennan
# [#21129] JHtml::_('behavior.keepalive'); Does not work (Phil Snell)
22-Jun-2010 Christophe Demko
# Reverting patch #17774.
22-Jun-2010 Andrew Eddie
# Fixed issue [#20971] Add getCaching method (Klas Berlič1).
# Fixed issue [#20993] Token key word is not user friendly (Troy Hall).
# Fixed issue [#20401] [PATCH] JError::handleDie() does not cause application termination in CLI-program (Artyom Bisyarin).
21-Jun-2010 Mark Dexter
# Beez template fixes (Angie Radke)
21-Jun-2010 Jean-Marie Simonet
# [#21020] Ordering of weblinks does not work as expected. Thanks Omar.
# [#21116] [patch] Update Hathor with the new saveorder icon behavior. Thanks Andrea.
# [#21064] Login redirection not functioning. Thanks Omar.
# [#21120] Article Button in Editor missing left side in Milkyway. Thanks Marijke
# [#21057] Mistyped template name in joomla data. Thanks Christophe.
# [#20725] System Path Disclosure
# [#21037] Two similar options in Module Latest News. Thanks Christophe and Stephania. + string
# [#21061] Fatal error when "Show Title" is set to "No". Thanks Omar.
# [#20945] email error when creating a new user. Thanks Elin.
# [#21059] Image selector layout problems. Thanks Omar.
# [#20837] Deleting usergroup that have been assigned to access levels does not remove them from the #__viewlevels table. Thanks Christophe.
# [#21081] URL not required when submitting weblink. Thanks Michael.
# [#20695] Parameter merge for contacts categories view is not working. Thanks Bill.
21-Jun-2010 Christophe Demko
# [#20786] com_users - no frontend_userparams
# [#21118] Thumbnails not showing on frontend in Popup
20-Jun-2010 Mark Dexter
# [#20781] [patch] Remove deprecated attribute language from all occurrences of the tag script
# [#20989] input elements must be nested in a block level tag
# [#21119] [patch] Passwords displayed as plain text in Global Config
# [#20875] Error in css beez template
20-Jun-2010 Christophe Demko
# Correcting a small issue in JHtmlJGrid
20-Jun-2010 Jean-Marie Simonet
# [#20757] Contacts unpublished visible in frontend. Thanks Christophe.
# [#21042] When enabling/disabling the flash uploader, page refresh needed on 'Options > Save'. Thanks Omar.
# [#21036] Ordering text for new items is floating up and to the right. Thanks Omar
# [#20701] A lot of core extensions have not been marked as "protected. Thanks Nicholas.
19-Jun-2010 Mark Dexter
# [#21010] must not be used (Thanks Rouven)
# [#20634] Ordering Categories with integers doesn't work
# [#20483] After opening and saving plugin, plugin is removed [strict]
19-Jun-2010 Jean-Marie Simonet
# [#21073] Media Manager image upload issue (front-end)
# [#21039] Default path for install from directory missing. Thanks Artyom.
$ Added missing string
# [#20966] Blog Order Down Doesn't Work In Some Cases. Thanks Mark.
18-Jun-2010 Jean-Marie Simonet
# [#21046] menu - single article missing string + some
# [#21049] frontpage editor image upload string error (Thanks Bill)
$ Adding strings in com_media.ini frontend
# [#21062] admin com_media language file is loaded in frontend. Thanks Christophe. + some missing strings .
17-Jun-2010 Jean-Marie Simonet
# [#21019] Language field moved in a not visible position Thanks Airton.
# [#21041] Adjust JModelList list.start accordingly. Thanks Sven
17-Jun-2010 Christophe Demko
# Correcting a small issue in JHtml::_includeRelativeFiles
16-Jun-2010 Christophe Demko
# Fixed issue [#20941] incorrect selection after creating user account (Rune Sjøen)
^ Reformatting docblock comments
16-Jun-2010 Jean-Marie Simonet
$ [#21011] [patch] JERROR_NOLOGIN_BLOCKED on front end. Thanks Michael.
# [#20882] banner module count field accepts negative numbers. Thanks Elin.
# [#21014] JHtmlSlider library is buggy. Thanks Christophe.
# [#21030] Well formed error in com_installer. Thanks Christophe and Rouven.
15-Jun-2010 Mark Dexter
# Update version information to beta3
# Fix problem with hard-coding table prefix in sample data (Elin Waring)
# [#21025] Fix problem with hard-coding table prefix in update scripts
15-Jun-2010 Jean-Marie Simonet
$# Correcting a key/string
# [#20944] Cannot create new user - IE8. Thanks Christophe.
#$ [#21018] Adding lang field in submit weblink.
#+[#21006] Error in modal css template. Thanks Christophe
15-Jun-2010 Christophe Demko
$ Correcting string in com_languages
$ Correcting strings in installation files
Drupal 7.0 alpha 6, 2010-07-08
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for master/slave replication, transactions, multi-insert queries,
and other features.
* Added support for the SQLite database engine.
* Default to InnoDB engine, rather than MyISAM, on MySQL when available.
This offers increased scalability and data integrity.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
* Implemented a pluggable password system and much stronger password hashes
that are compatible with the Portable PHP password hashing framework.
* Rate limited login attempts to prevent brute-force password guessing, and
improved the flood control API to allow variable time windows and
identifiers for limiting user access to resources.
* Transformed the "Update status" module into the "Update manager" which
can securely install or update modules and themes via a web interface.
- Usability:
* Added contextual links (a.k.a. local tasks) to page elements, such as
blocks, nodes, or comments, which allows to perform the most common tasks
with a single click only.
* Improved installer requirements check.
* Improved support for integration of WYSIWYG editors.
* Implemented drag-and-drop positioning for input format listings.
* Implemented drag-and-drop positioning for language listing.
* Implemented drag-and-drop positioning for poll options.
* Provided descriptions and human-readable names for user permissions.
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customized using the Views module.
* Removed the 'related terms' feature from taxonomy module since this can
now be achieved with Field API.
* Added additional features to the default install profile, and implemented
a "slimmed down" install profile designed for developers.
* Added a built-in, automated cron run feature, which is triggered by site
visitors.
* Added an administrator role which is assigned all permissions for
installed modules automatically.
* Image toolkits are now provided by modules (rather than requiring a
manual file copy to the includes directory).
* Added an edit tab to taxonomy term pages.
* Redesigned password strength validator.
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* Renamed "input formats" to "text formats".
* Moved text format permissions to the main permissions page.
* Added configurable ability for users to cancel their own accounts.
* Added "vertical tabs", a reusable interface component that features
automatic summaries and increases usability.
* Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
* Improved performance on uncached page views by loading multiple core
objects in a single database query.
* Improved performance for logged-in users by reducing queries for path
alias lookups.
* Improved support for HTTP proxies (including reverse proxies), allowing
anonymous page views to be served entirely from the proxy.
- Documentation:
* Hook API documentation now included in Drupal core.
- News aggregator:
* Added OPML import functionality for RSS feeds.
* Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
* Added support for language-aware searches.
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
* Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
- Improved time zone support:
* Drupal now uses PHP's time zone database when rendering dates in local
time. Site-wide and user-configured time zone offsets have been converted
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
* User-configured time zones now serve as the default time zone for PHP
date/time functions.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- OpenID:
* Added support for Gmail and Google Apps for Domain identifiers. Users can
now login with their user@domain.com identifier when domain.com is powered
by Google.
* Made the OpenID module more pluggable.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
* Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
* Added Seven theme as the default administration interface theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
* The file_move(), file_copy() and file_delete() functions now operate on
file objects and invoke file hooks so that modules are notified and can
respond to changes.
* For the occasions when only basic file manipulation are needed--such as
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
* Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
* The mime_extension_mapping variable has been removed. Modules that need to
alter the default MIME type extension mappings should implement
hook_file_mimetype_mapping_alter().
* Added the hook_file_url_alter() hook, which makes it possible to serve
files from a CDN.
* Added a field specifically for uploading files, previously provided by
the contributed module FileField.
- Image handling:
* Improved image handling, including better support for add-on image
libraries.
* Added API and interface for creating advanced image thumbnails.
* Inclusion of additional effects such as rotate and desaturate.
* Added a field specifically for uploading images, previously provided by
the contributed module ImageField.
- Added aliased multi-site support:
* Added support for mapping domain names to sites directories.
- Added RDF support:
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
* Modules can specify how their data structure maps to RDF.
* Added support for RDFa export of nodes, comments, terms, users, etc. and
their fields.
- Search engine optimization and web linking:
* Added a rel="canonical" link on node and comment pages to prevent
duplicate content indexing by search engines.
* Added a default rel="shortlink" link on node and comment pages that
advertises a short link as an alternative URL to third-party services.
* Meta information is now alterable by all modules before rendering.
- Field API:
* Custom data fields may be attached to nodes, users, comments and taxonomy
terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
and allow custom data fields to be attached to itself.
* Provides most of the features of the former Content Construction
Kit (CCK) module.
* Taxonomy terms are now Field API fields that can be added to any fieldable
object.
- Installer:
* Refactored the installer into an API that allows Drupal to be installed
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
* Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
* The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
* Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.4.2.
* Upgraded the jQuery Forms library to 2.36.
* Added jQuery UI 1.8, which allows improvements to Drupal's user
experience.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.-------------------- 1.6.0 Beta5 Release [12-Jul-2010] ------------------
12-Jul-2010 Ian MacLennan
# [#20507] SEF w/o .htaccess causes loss of css formatting and/or 404 errors
# [#21031] A number of not well formed errors in the backend
12-Jul-2010 Mark Dexter
# [#21196] Save order disk not disabled when not in ordering sort
# [#20963] Articles » List All Categories and Rss not working
# [#21332] com_contact tabs aren't working in IE7 Patch
# [#20957] Batch processing of users is using old tables
# [#21317] Deleting a category does not delete it's asset
# [#21214] Editing an article in front-end displays default site template
# [#21356] Sorting and filtering in "Contacts" and "Newsfeeds" modals
# [#21289] Missing Cache Manager Error Message
# [#21359] Search Button Image in mod_search is not showing properly
12-Jul-2010 Jean-Marie Simonet
# Getting rid of useless Options in mod latest and mod popular in back-end
$ Typo in en-GB.ini + sorting strings
# Getting rid of useless No Category option
# [#21376] Beez2.0 and Beez5 (Angie Radtke)
# Missing CSS in front-end Beez (Thanks Angie)
# [#21363] Stats module layout in Beez Thanks Bill.
# [#21373] Restore 1.5 ability for multiple categories for Most Read Content. Thanks Amy.
# [#21372] Restore 1.5 ability for multiple categories for Module Article Newsflash. Thanks Amy.
$ Consolidated some strings
11-Jul-2010 Chris Davenport
# Follow up to [#21311] - add missing key references for 3 menu items
11-Jul-2010 Mark Dexter
# Sample data fixes to assets table to clean up misc. acl issues (Elin Waring)
# [#21311] Context Sensitive Help Problem
# Sample data - joomla.sql for plugins (Elin Waring)
# beez5 hide.js file (Angie Radtke)
11-Jul-2010 Jean-Marie Simonet
# [#21366] Checkin featured articles fails.
# [#21365] Search manager - global options. Thanks Bill. + some string consolidation
# [#21350] Language files in extension directory fail to load
09-Jul-2010 Jean-Marie Simonet
$ Correcting strings
09-Jul-2010 Jean-Marie Simonet
# [#21351] mod_login (Thanks Angie) + mod_languages html
# [#21292] Images inserted into articles always go to the top in Firefox. Thanks Brad
08-Jul-2010 Mark Dexter
# beez and beez5 template issues (Angie Radtke)
08-Jul-2010 Jean-Marie Simonet
# [#21341] Tinymce has a comma error in JS. Thanks Janich.
# [#21290] Extension Manager: Manage Message. Thanks Matt.
# [#21330] Com_contact Patch. Thanks Angie.
^ [#21266] Clean up code for removal of Uncategorised content
# [#21333] com_languages views with wrong id on filter
07-Jul-2010 Jean-Marie Simonet
$ [#21313] String in Banner.ini. Thanks Joseph.
#$ [#21325] Ordering parameter in frontend edit doesn't make sense
06-Jul-2010 Andrew Eddie
# [#20926] Fields in jos_user_profile not removed when user is deleted (Boris Baddenoff, Omar Ramos).
05-Jul-2010 Mark Dexter
# Sample data - assets table, uncategorised issues (Elin Waring)
# [#21117] Save Order button doesn't work in Menu Manager:Menu Items
05-Jul-2010 Jean-Marie Simonet
#$ [#21307] Customising date format missing
# Wrong class for date fields in redirect xml
05-Jul-2010 Ian MacLennan
# [#21299] Typo in page cache controller
04-Jul-2010 Jean-Marie Simonet
$ [#21304] More user friendly strings for multilanguage aspects
# [#21245] Global parameters for single contact--Showing Contact list makes links not show. Thanks Elin.
# [#21273] Incorrect date format being used during INSERTs to Redirect table when 404 occurs. Thanks CY Lee
03-Jul-2010 Jean-Marie Simonet
# [#20796] Joomla! caches ALL HTML in 1 file. Thanks Klas.
# [#21285] Missing "State" filter for page Extension Manager: Manage
$ Correcting some ini/keys
02-Jul-2010 Jean-Marie Simonet
# [#21284] Language sorting by id broken
# [#20836] Missing icon in Messages toolbar (missing from original patch)
$ [#21279] COM_USERS_GROUPS_NO_ITEM_SELECTED and others similar message undefined
$ Adding missing string.
02-Jul-2010 Mark Dexter
# [#20634] Typo from earlier patch.
02-Jul-2010 Andrew Eddie
# [#21181] Consistent use of authorise vs authorize (Rune Sjøen).
01-Jul-2010 Jean-Marie Simonet
$ [#21265] Inserting new weblink in backend describes new newsfeeds ordering
# [#21244] Unable to change "Linked User" to "No User" in Contacts. Thanks Bill.
# [#21272] Checkall broken for contacts, cache, languages. messages
01-Jul-2010 Andrew Eddie
# [#21056] Trashing module leaves an erroneous entry in module position dropdown lists
01-Jul-2010 Christophe Demko
# [#21254] Different markup in modal and non-modal menu assignment dialog + Correcting the misplaced <h3> tag
# [#21249] Module menu assignments in modal checkmark boxes
# [#21269] User modal forces horizontal scrolling. Search field size too big
# Error in core-uncompressed.js code for ie7/ie8
30-Jun-2010 Ian MacLennan
# [#21126] Token Error on Installation
# [#20964] Token error on logon
# [#21150] Restore 1.5 ability for multiple categories for banner module
# [#21212] Head tags for mod_articles_categories
# [#21248] Add keepalive functionality to Hathor that was added to core layout in 21197
# [#20750] The HTML meta tag for the http-equiv content-type doesn't reflect the mime type stored in JDocument
# [#21237] Typo in JInstaller causes unit tests to fail
# [#21238] Error in JInstaller
# [#21183] Failing JString unit test
30-Jur-2010 Mark Dexter
# Assets table for uncategorised categories in sample data (Elin Waring)
30-Jun-2010 Jean-Marie Simonet
# [#21169] "Save & New" toolbar button in "Templates Manager: Edit Style" saves an empty template. Thanks Joseph
# [#21170] Changes made in description after toggling the editor are not saved. Thanks CY Lee.
$ [#21257] Inaccurate string in contact. Thanks Elin.
$ Correcting key typo.
# [#21255] Module modal - missing module assignment description. Thanks Bill.
# [#21217] Hathor RTL menu issues. Thanks Andrea.
$ Deleting a bunch of hardcoded colons
29-Jun-2010 Ian MacLennan
# [#20959] Single Newsfeed Display Options parameters
# [#21125] Article manager - view created by - details
# [#21187] Template styles filter does not display admin templates
+ [#21028] Add function that returns the current documents MIME type
# [#20871] Print view page navigation
29-Jun-2010 Jean-Marie Simonet
# [#20836] Capitalization of "toolbar-popup-Popup". Thanks Matt. + some
# [#21224] Alias has trailing dash when there is a space following the word
# [#21231] Search Component Using the same variable. Thanks Bill.
# [#21233] New Category Image Window Not 100%. Thanks Bill.
$ Creating keys/strings for Authentification plugins errors.
# [#21229] Article titles not displayed in category list. Thanks Elin.-------------------- 1.6.0 Beta6 Release [26-Jul-2010] ------------------
26-Jul-2010 Jean-Marie Simonet
# [#21586] Implementing menu items title and image params
# [#21458] css Error - Beez_50. Thanks Bill.
# [#21546] plgEditorTinymce->_toogleButton is not well-formed. Thanks Franklin.
# [#21585] Trashed menu items still in list
25-Jul-2010 Jean-Marie Simonet
# [#20753] Bluestork Template For RTL languge
# [#21564] Pagenavigation between articles does not work. Thanks Hannes.
# [#21516] 'Disabled' state is not used in Content Languages view. Thanks CY Lee and Michael.
$ [#21453] module - archived articles - label. Thanks Bill.
# [#21294] Cells of "Date" columns is not in one line in com_content grids in IE. Thanks Artyom.
# [#21524] Atom feed renderer reports wrong Joomla! version. Thanks Franklin.
$ [#21479] menu alias string error. Thanks Bill.
# [#21534] Breadcrumbs: last Seperator apper even if "Show Last" set to "no". Thanks Rune.
$ Ini value Typo.
24-Jul-2010 Jean-Marie Simonet
# [#21478] Ordering issues when sorted in descending. Thanks Michael
# [#21562] Banner Manager: Banners does not display ordering arrow for first item. Thanks Omar.
# [#21563] Contact Manager Ordering display issues. Thanks Michael.
# [#21530] Milkyway template has two positions 12. Thanks Michael.
# [#21566] Reordering Access Levels produces error. Thanks Omar.
# [#21528] clear cache check all box doesn't check all. Thanks Andrea
23-Jul-2010 Sam Moffatt
# updateNulls being ref: http://groups.google.com/group/joomla-dev-framework/browse_thread/thread/79f6431147a223ba/
22-Jul-2010 Jean-Marie Simonet
# [#21199] Profile data show in contacts when profile plugin is disabled
# [#21550] Flash Uploader issue
21-Jul-2010 Andrew Eddie
# [#20880] fatal error trying to view template positions (Rob Joyce, Rune Sjøen).
# [#21394] Problem with submenu translation in 3rd party extensions (Rune Sjøen).
# [#21452] Use rel="help" for the help button in the toolbar (Rouven Weßling).
# [#21438] Adding categories (Rune Sjøen).
# [#21247] HTML comments shouldn't be used to guard JavaScript (Rouven Weßling).
# [#21335] Sort by descending causes issues with ordering in Category and Menu Managers (Michael Babker).
# [#21250] Token message Error on Install Sample Data (Pete Nurse).
# [#21178] Dropdown on Extension manager>Manage to filter results in error - ? due to ftp fields attempting to be populated (Ruth Cheesley, Bill Richardson).
# [#20751] Fix some markup errors and bring installer closer to XHTML strict (Rouven Weßling).
# [#21339] JFile::Write() returns wrong value (Janich Rasmussen, Artyom Bisyarin).
# [#21436] Database Error should return "500 Internal Server Error" so Joomla! can operate properly in CDNs (Klas Berlič1).
# [#20381] Readme file (Paulo Izidoro).
# [#21517] modSearchHelper's methods should be public static (Franklin Tse).
# [#20879] missing functionality Save and New (Rob Joyce, Joseph LeBlanc).
# [#21515] ContentHelperQuery's methods should be public static (Franklin Tse).
21-Jul-2010 Jean-Marie Simonet
$ Changing all occurences of :: to : : in strings' values to avoid breaking tooltips
21-Jul-2010 Andrew Eddie
# [#21430] User Manager - Blank page if new password and confirmation do not match (Al Kent).
# [#21451] Article field "xreference" available in views in 1.5 but missing in 1.6 (Andrea Tarr).
# [#21349] Manage view of com_installer does not use the default_item.php sub-template (Rune Sjøen).
# [#21464] bitfolge feedcreator is unnecessary (Hannes Papenberg, Amy Stephen).
20-Jul-2010 Jean-Marie Simonet
# [#21495] Tooltip max-width insufficient
# [#21484] Plugin manger error in Hathor from typo in earlier patch. Thanks Andrea.
20-Jul-2010 Sam Moffatt
# Fixed non-updates appear in update list
19-Jul-2010 Jean-Marie Simonet
# [#21172] Article pagination display. Thanks Bill.
# [#21389] Missing addition of css class "parent" to <li> tag for parent item in menu.
# [#21369] New menu item - Metadata options - Show Page Heading. Thanks Bill.
# [#21455] XML self closing syntax used on a div. Thanks Rune.
$ [#21454] Login module refers to non-existing. Thanks Michael
$ Deleting redundant string
$ [#21424] Untranslated strings: Default captions for various functions in JToolBarHelper class (Part 1) Tks CY Lee
$ [#21425] Untranslated strings: Default captions for various functions in JToolBarHelper class (Part 2) Tks CY Lee
16-Jul-2010 Jean-Marie Simonet
# Missing $user in banners and Newsfeed controllers
# [#21378] Mootols (and possibly other js/css) not loading with cache on. Thanks Klas.
# [#21434] Robots list creates numeric values + metadata missing for articles
# [#21357] Newsfeed categories - routing error with sef enabled. Thanks Mathavan.
$ Deleting useless JText in grid
# [#21437] Rename garbagecron.php to .txt.
16-Jul-2010 Andrew Eddie
# [#20929] CategoriesControllerCategories Improvements (Omar Ramos).
# Partial [#20933] Banner, Contact, Newsfeed, and Weblink Controller Improvements (Omar Ramos).
# [#21337] Framework: JControllerForm does not preserve form data on validation error (Anders Knutsson, Bill Richardson).
15-Jul-2010 Jean-Marie Simonet
# [#21422] Content Category metadata not displayed
# [#21423] Enabling metadata for newsfeed, contacts, weblinks category
# [#21417] Extra < in <script... tag
# [#21426] Enabling metadata for single contact
14-Jul-2010 Jean-Marie Simonet
# [#21398] [Hathor] saveOrder should be $saveOrder. Thanks Viet.
# [#21342] JDocumentRendererHead can generate empty meta description. Thanks Janich.
# [#21374] Updates to Hathor that were not done when core was updated. Thanks Andrea and Michael.
# [#21329] com_modules save-as-new with wrong icon
$ [#21412] Untranslated strings: Default captions for JHtmlSelect::booleanlist. Thanks CY Lee
# [#21401] Template beez20 Layout.css issue
# [#21415] Restoring deleted title in Hathor. Thanks Michael.
14-Jul-2010 Mark Dexter
# Sample data fixes (Elin Waring)
# joomla.sql table missing row and lft, rgt values (Seline Feigl)
# [#21286] com_banner test code clean up in category.xml
# Missing } in /administrator/components/com_users/views/level/view.html.php
13-Jul-2010 Jean-Marie Simonet
# [#20760] Contact Manager Options > Contact List parameters
# [#21377] Error caused by page break without readmore (see on visiting component menu item in sample data)
# [#21382] Fallback template is rhuk_milkyway, not beez_20, and doesn't load properly.
# [#21371] Restore 1.5 ability for multiple categories for Latest Articles Module. Thanks Amy
# [#21215] Consistency in module layouts. Thanks Bill.
13-Jul-2010 Mark Dexter
# [#21083] Category List menu link to unpublished category gives error * Release of TYPO3 4.4.1
2010-07-28 Oliver Hader <oliver@typo3.org>
* Raised Extbase and Fluid from 1.2.0 to 1.2.1
* Fixed bug #14953: XSS in (new) taskcenter (thanks to Georg Ringer)
* Fixed bug #14978: XSS in file tree (thanks to Georg Ringer)
* Fixed bug #13292: TYPO3 error message reveals path to web root (thanks to Xavier Perseguers)
* Fixed bug #11618: XSS vulnerability in install tool / BE login (thanks to Georg Ringer)
* Fixed bug #14950: XSS in t3editor (thanks to Tobias Liebig)
* Fixed bug #14850: Information disclosure in t3lib_htmlmail (thanks to Georg Ringer)
* Fixed bug #13961: XSS in impexp (thanks to Georg Ringer)
* Fixed bug #13958: XSS in BE Log (thanks to Georg Ringer)
* Fixed bug #14317: XSS in Extension Manager (thanks to Georg Ringer)
* Fixed bug #13957: XSS in template analyzer (thanks to Georg Ringer)
* Fixed bug #14215: XSS in beuser (thanks to Georg Ringer)
* Fixed bug #12458: Session fixation possibility in new sesion machanism of the install tool (thanks to Benjamin Mack, Helmut Hummel and Ernesto Baschny)
* Fixed bug #13989: Mitigate PHP's RNG vulnerability (thanks to Marcus Krause and Helmut Hummel)
* Fixed bug #12739: XSS in shortcuts (thanks to Francois Suter and Georg Ringer)
* Fixed bug #13885: XSS in indexed search BE module (thanks to Benjamin Mack)
* Fixed bug #15254: Extension Manager allows to edit arbitrary files if noEdit flag is not set (thanks to Helmut Hummel)
* Fixed bug #14389: phtml is also PHP extension and should be denied editing / uploading via fileadmin (thanks to Ernesto Baschny)
* Follow-up to bug #14389: Added unit test
* Fixed bug #1985: XSS vulnerability in wizard classes
* Fixed bug #15223: Password request hash in felogin is created with not enough randomness (thanks to Helmut Hummel)
* Fixed bug #14712: The GET/POST variable mimeType is used to create the http header content-type without verification (thanks to Rupert Germann)
* Fixed bug #14412: Field value added to foreign_table_where by replacing ###REC_FIELD_THE_FIELD_NAME### is not quoted (thanks to Helmut Hummel and Xavier Perseguers)
* Fixed bug #14114: Core mailform is open to spam abuse (thanks to Lars Houmark)
* Fixed bug #12294: Unchecked URL-Redirect parameter in Front-End logon (thanks to Steffen Kamper and Helmut Hummel)
* Fixed bug #13137: redirect/returnUrl isn't validated in core (thanks to Georg Ringer and Marcus Krause)
2010-07-27 Steffen Kamper <steffen@typo3.org>
* Fixed bug #14920: Cache cannot be cleared in IE8
* Fixed bug #15252: Bug: Backend shortcut cannot be set in IE8
* Fixed bug #15228: Links in TS object browser tree forget the breakkpoint
* Fixed bug #14946: Switching workplaces causes nesting of BE (Thanks to Stefan Galinski)
* Fixed bug #13649: Deprecated function sql_regcase in cms/tslib/class.tslib_pagegen.php (Thanks to Martin Müller)
2010-07-27 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15147: Inconsistent icon usage for Edit Page Properties (thanks to Georg Ringer)
2010-07-27 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15244: htmlArea RTE: textearea Id may not be unique in FE
* Fixed bug #15250: htmlArea RTE: FE additionalJS_post javascript may be displayed as HTML text
* Fixed bug #15121: htmlArea RTE: Javascript Error in IE7 prevent Link dialogue from opening
* Fixed bug #14859: htmlArea RTE won't load in backend extension
2010-07-27 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #15196: [caching framework] Speedup t3lib_cache_backend_DbBackend::has($entryIdentifier) (Thanks to Michael Knabe)
* Fixed bug #13060: t3lib_htmlmail: Deprecated message with PHP 5.3 for sql_regcase (Thanks to Martin Müller)
2010-07-26 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15243: htmlArea RTE: Extension stylesheets refer to incorrect selectors
2010-07-26 Dmitry Dulepov <dmitry@typo3.org>
* Reverted the fix for #15128 because further investigation is required
2010-07-25 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #14849: Sprites - user defined page types/modules are not respected anymore (thanks to Steffen Ritter)
2010-07-25 Stanislas Rolland <typo3@sjbr.ca>
* Updated htmlArea RTE version to 2.0.3
2010-07-24 Steffen Kamper <steffen@typo3.org>
* Fixed bug #14794: Missing border-bottom for inactive tabs (Thanks to Steffen Gebert)
* Fixed bug #15188: Remove default greyed out effect for CEs (Thanks to Steffen Gebert)
* Fixed bug #14969: Colors for highlighting the tree and a versioned page can't be distinguished (Thanks to Steffen Gebert)
2010-07-23 Steffen Kamper <steffen@typo3.org>
* Fixed bug #15195: TSanalyzer: Add link to breakpoints also in syntaxhighlight mode
2010-07-23 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15203: htmlArea RTE: Modify link option missing in context menu
* Fixed bug #15050: htmlArea RTE: .htmlarea .statusBar relative path incorrect (Thanks to Felix Kopp)
2010-07-21 Ingo Renner <ingo@typo3.org>
* Fixed bug #15179: Tree depth retrieval inconsistently limited to 20 levels int3lib_pageSelect
2010-07-21 Steffen Kamper <steffen@typo3.org>
* Fixed bug #15067: Background Image in Element Browser is repeated, but should not be! (Thanks to Steffen Gebert)
* Fixed bug #15156: Text in template analyzer is "white on white" if syntax highlighting is disabled (Thanks to Steffen Gebert)
2010-07-19 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #15130: Backend search does not find non-latin1 characters
* Fixed bug #15128: RTE creates <link> tag incorrectly if there is a non-empty title
2010-07-18 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #15169: Superfluous comma in CSS
2010-07-18 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15000: remove IM 4.2.9 recommendation in install tool (Thanks to Steffen Gebert)
* Fixed bug #14998: Upgrade Wizards: Headlines have too much space below (Thanks to Steffen Gebert)
2010-07-16 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14982: Make alt_doc.php unit testable (Thanks to Ingo Schmitt)
* Fixed bug #15142: [Unit tests] Remove unnecessary require_once() calls
2010-07-14 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14911: Validation errors in list view (Thanks to Georg Ringer)
2010-07-14 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #6208: zlib must be compiled in to make an extension lookup
* Fixed bug #12322: cHash is generated when no parameters are given
2010-07-13 Francois Suter <francois@typo3.org>
* Fixed bug: #15054: Scheduler: BE module does not use new skin properly
2010-07-13 Jeff Segars <jeff@webempoweredchurch.org>
* Fixed bug #14775: Old table header styling in Extension Manager (Thanks to Ralf Büchner)
* Fixed bug #15088: Using sprites breaks setting links to content elements (Thanks to Georg Ringer)
2010-07-13 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #15097: Intro looks weird with module and no submodules (Thanks to Georg Ringer)
* Fixed bug #15073: inlineJS creates superfluous markup (Thanks to Georg Ringer)
* Fixed bug #15103: TS Errors are hardly readable (white on yellow) (Thanks to Georg Ringer)
* Fixed bug #15098: TS Errors should be shown with flash messages (Thanks to Georg Ringer)
* Fixed bug #14855: Big Buttons in Page Module miss padding (Thanks to Georg Ringer)
2010-07-13 Xavier Perseguers <typo3@perseguers.ch>
* Fixed bug #15096: Missing icon for _recycler_ folders
2010-07-12 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #15082: [openDocs] Exception is thrown if a record isn't found
2010-07-12 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #1235: indexed search: garbage instead of cHash in the "path" link (thanks to Nikolas Hagelstein)
2010-07-11 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #14970: ts browser condition results in error if browser is unknown (Thanks to Caspar Stuebs)
2010-07-11 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #14923: CleanUp: getIconImage is not replaced in Core (thanks to Steffen Ritter)
* Follow-up to #15045: Trailing newlines after php closing tag. (Thanks to Nikolas Hagelstein)
2010-07-10 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14896: ExtJS is not included when RTE is invoked by USER_INT frontend script
2010-07-09 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #15061: Remove XCLASS from t3lib_utility_Http (Thanks to Georg Ringer)
* Fixed bug #15055: Scheduler: Date picker is broken in add/edit form
* Fixed bug #14988: TYPO3.Backend is assigned twice by ExtDirect and the viewport (Thanks to Stefan Galinski)
* Fixed bug #15045: Trailing newlines after php closing tag. (Thanks to Nikolas Hagelstein)
2010-07-08 Susanne Moog <typo3@susanne-moog.de>
* Follow-up to #14719: Wrong code comment (QUICKSTART/FIRST_INSTALL) (thanks to Steffen Gebert)
* Fixed bug #14813: Install Tool uses deprecated function t3lib_stdGraphic->imagecreate() (thanks to Stefan Galinski)
2010-07-08 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #15049: "Fileextension" is not an English word
2010-07-07 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14968: Add unit tests for t3lib_div::validIP (Thanks to Nikolas Hagelstein and Felix Kopp)
2010-07-07 Susanne Moog <typo3@susanne-moog.de>
* Follow-up to #14845: No preview images with referenced files anymore (thanks to Stefan Galinski)
2010-07-06 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #14845: Bug: Filelist module reports "type" of files also for directories (thanks to Caspar Stuebs and Andy Grunwald)
2010-07-06 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14984: Add example unit tests from T3DD10 unit testing workshop (Thanks to Oliver Klee)
* Fixed bug #14885: No access to taskcenter (tasks) for non-admins (Thanks to Jigal van Hemert)
* Fixed bug #14991: Missing fields in "showRecordFieldList" at the TCA for fe_users (Thanks to Frank Nägler)
* Fixed bug #14972: Add unit tests for t3lib_div::removeArrayEntryByValue (Thanks to Thorben Kapp)
* Fixed bug #14967: [Caching framework] fileBackend testcase removes files in /sbin
* Fixed bug #14977: Add php cache frontend to t3lib/config_default.php (Thanks to Felix Oertel)
2010-07-06 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #14960: [t3skin] apps-pagetree.css is redundant (Thanks to Felix Kopp)
* Follow-up to #13379: Sprite Icon API (Thanks to Steffen Ritter)
* Fixed bug #14980: Install tool causes PHP warnings if typo3conf/ is not writeable
2010-07-05 Susanne Moog <typo3@susanne-moog.de>
* Follow-up to #14705: In BE login form labels: position of caps lock warning (thanks to Steffen Gebert)
* Fixed bug #14880: introduced type hinting in t3lib_iconWorks (thanks to Jigal van Hemert)
* Fixed bug #14824: wrong icon in template analyzer (thanks to Georg Ringer)
2010-07-05 Steffen Kamper <info@sk-typo3.de>
* #12514: Installtool duplicates values of fields with defaultTypoScript_constants
* Fixed bug #10958: Broken i18n_parent relation upon localizing records in workspace (Thanks to Tolleiv Nietsch)
* Fixed bug #14907: Help Modules can not be disabled on a per user basis (Thanks to Georg Ringer)
* Fixed bug #14957: Styling of record history (Thanks to Georg Ringer)
2010-07-04 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14929: htmlArea RTE: Font Family and Font Size Dropdown boxes don't open
* Fixed bug #14996: htmlArea RTE: Clicking in drop down boxes should mark text
2010-07-02 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14947: Missing closing div in db_new_content_el.php (Thanks to Georg Ringer)
2010-06-29 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #14810: Follow-up to bug #13670: Export module does not keep pagetree configuration (exports only the page tree) (Thanks to Thomas Juhnke)
2010-06-29 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14905: htmlArea RTE: Image dialogue shows tab "Current picture" when there is no current image
2010-06-29 Steffen Kamper <info@sk-typo3.de>
* Follow-up to #14553: topFrameH configuration option doesn't work anymore
2010-06-28 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14830: htmlArea RTE: Entering line breaks with Safari not possible
2010-06-27 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14886: htmlArea RTE: Incorrect function scope when error is raised
* Fixed bug #14887: htmlArea RTE: RTE may be started before style sheets are loaded
2010-06-26 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14876: htmlArea RTE: SelectFont plugin may cause js error
* Follow-up to bug #14793: htmlArea RTE: Problematic icons in IE6
2010-06-25 Steffen Kamper <info@sk-typo3.de>
* Fixed bug #14870: typo in parameter type causes php error (Thanks to Jigal van Hemert)
* Fixed bug #14866: Quicktime audio format m4a isn't supported
* Fixed bug #14847: Bug: Template Analyzer: Line numbers barely readable (Thanks to Andy Grunwald)
* Fixed bug #14857: Reports Module: Wrong icon and a styling problem (Thanks to Georg Ringer)
* Fixed bug #14834: About module need padding
* Fixed bug #14844: Milliseconds on logout (Thanks to Georg Ringer)Changelog
2010-08-06 Benjamin Mack <benni@typo3.org>
* Release of TYPO3 4.4.2
2010-08-05 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing, the editor is not loaded in the text tab
2010-08-05 Steffen Kamper <steffen@typo3.org>
* Fixed bug #12646: Click on icon does not open/close sections
2010-08-05 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #14773: Styling issue when selecting position of new created page
2010-08-05 Oliver Hader <oliver@typo3.org>
* Fixed bug #15343: dbClientCompress crashes with pconnect
* Fixed bug #15280: felogin redirect doesn't work anymore after update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
* Fixed bug #15282: It is impossible to set links to files any more with the link wizard
* Fixed bug #15336: sys_actions shows wrong error if an "Record List" action is not propertly configured (thanks to Stefan Galinski)
2010-08-03 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15313: Link to deprecation logfile doesn't work in installations inside a subdirectory (thanks to Stefan Galinski)
2010-08-03 Oliver Hader <oliver@typo3.org>
* Fixed bug #15265: InstallTool-login not possible after Update to 4.4.1 due to session_start() in extensions (thanks to Ernesto Baschny and Helmut Hummel)
2010-08-02 Oliver Hader <oliver@typo3.org>
* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements
2010-08-01 Oliver Hader <oliver@typo3.org>
* Fixed bug #15321: Unused variable $warningItems in tx_install (thanks to Markus Klein)
2010-08-01 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15292: Fatal error in DB browser because of wrong sprite API usage (thanks to Alexandre Gravel-Raymond)
2010-07-30 Steffen Kamper <steffen@typo3.org>
* Follow-up to bug #15188: Remove default greyed out effect for CEs (Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch toggling (Thanks to Felix Kopp)
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever (thanks to Stephan Seitz and Steffen Gebert)
-------------------- 1.6.0 Beta7 Release [09-Aug-2010] ------------------
09-Aug-2010 Ian MacLennan
# [#20289] FTP Server: Do not save credentials through the Web Interface
# [#21476] Not using correct Primary Key while saving
# [#21579] E_STRICT error in JCacheCallback due to modRelatedItemsHelper::getList() being non-static
# [#21597] New Menu Item - using filter in modal
# [#21616] Page scrolls to top when click on Contact Slider
# [#21643] Login screen with google chrome 5.0.375 fields misaligned
# [#21710] Root user notice only on username
# [#21719] Create and delete action in plugins permissions configuration
# [#21726] Possible mispelling of "extension" in assorted helper files
# [#21751] Missing JErrors in com_contact
# [#21754] JOPTION_REPORTED left overs
08-Aug-2010 Jean-Marie Simonet
# [#21387] Weird Display Issue Administrator Template In Safari 4 & 5
08-Aug-2010 Ron Severdia
# Cleaned up Atomic template (ready to go once sample data is committed).
07-Aug-2010 Jean-Marie Simonet
# [#21750] Default module position
# [#21744] Implementing drill-down options for weblinks and newsfeeds categorieS menu items
# [#21749] IE7 patches to the Options modal. Thanks Andrea.
# [#21628] unpublish core extensions. Thanks Mark
06-Aug-2010 Ian MacLennan
# [#21598] Unable to logout ( front end ) if cache enabled
# [#21630] Dropdown order in plug in manager
# [#21632] Dropdown order in article manager
# [#21633] Dropdown order in category manager
# [#21634] Dropdown order in menu manager
# [#21637] Dropdown order in module manager
# [#21667] Menu manager : "Save & New" and "Save as copy" tasks are not implemented
06-Aug-2010 Jean-Marie Simonet
# [#21740] Media Manager Submenu not indicating active option. Thanks Andrea.
05-Aug-2010 Jean-Marie Simonet
# [#21599] Featured articles - article link to parent category - 500 error. Thanks Mathavan
# [#21433] Title disappear when you select the menu item type. Thanks Bill
#$ [#21358] Breadcrumbs "You are here" text displays regardless of Breadcrumbs settings. Thanks Michael.
#$ [#21731] Newsfeeds /menu-items params correction + changes to weblinks. Thanks Bill.
04-Aug-2010 Jean-Marie Simonet
[#21662] Single contact view not treating category access issue correctly. Thanks Elin.
04-Aug-2010 Andrew Eddie
# Fixed issue [#21536] admin/com_users: report view. Is this being used or worked on?
# Fixed issue [#20899] Changing 'Home' to a 'External Link' or 'Menu Item Alias' causes '404 Component Not Found' error on homepage (Zach Garner, Tim Plummer, Christophe, Michael Babker).
# Fixed issue [#21711] Global Configuration button in Control Panel (Sander Potjer, Michael Babker).
# Fixed issue [#21318] Caching causes problems with admin parameters (Elin Waring, Klas Berlič1).
03-Aug-2010 Jean-Marie Simonet
$ Adding missing strings, deleting redundant ones for com_contact.
$ Adding/normalizing some .sys.ini strings/values com_user, com_weblinks
# [#21706] Modifying [#21159] to let cat have the same name/alias when not in same tree when save©
#$ [#21712] Weblinks /menu-items params correction. Thanks Bill.
# [#21694] Beez Templates xml files reference to language folder
03-Aug-2010 Andrew Eddie
# Fixed issue [#21346] Error in loading order of JS scripts in components (g p).
# Fixed issue [#21704] *Re-enabling Published state per default when creating new items (Jean-Marie Simonet).
02-Aug-2010 Andrew Eddie
# Fixed issue [#21545] </optgroup> is not generated for menu items admin page (Franklin Tse, Omar Ramos).
# Fixed issue [#21670] Implementing the ability to NOT translate label and description (Jean-Marie Simonet, Artyom Bisyarin).
01-Aug-2010 Ron Severdia
^ [# 21368] Changed alignment of column items
^ Fixed CSS ordering for BlueStork (table styles out of place)
^ Separated out IE7 & IE8 CSS files (BlueStork)
^ Fixed module positions, chrome & overrides for Atomic
01-Aug-2010 Jean-Marie Simonet
# [#21646] Text fields do not accept html tags
$ [#21636] home menu error string. Thanks Bill.
# [#21673] Patch committed (17913) without placing the image in the right folder
31-Jul-2010 Ian MacLennan
# [#21588] Reverting commit that broke unit tests.
31-Jul-2010 Jean-Marie Simonet
# [#21653] Mod_login redirections
# [#21576] Missing code when mod_rewrite is off. Thanks Cherif
$ Correcting mod_login string value.
30-Jul-2010 Louis Landry
# [#21576] Language switcher don't affect document language - sef routing issue
30-Jul-2010 Jean-Marie Simonet
# [#21588] Readonly calendar field pops up. Thanks Roland
# [#20628] Titles of hidden fields are shown in module edit page, menu edit page, article edit page. Thanks Artyom.
$ Correcting some inis. Deleted redundant one.
29-Jul-2010 Mark Dexter
# Remove trashed category from sample data
29-Jul-2010 Ian MacLennan
# [#21605] Change committed without appropriately modifying system tests.
29-Jul-2010 Jean-Marie Simonet
# [#21619] Normalizing menu items sliders to be more explicit over the UI
# [#21618] Modal CSS various issues, mostly related to bluestork loading media/system/css/adminlist.css. Thanks Matt & Angie.
28-Jul-2010 Ian MacLennan
# [#21361] Contact Component (Category Contact List-No Query)
# [#21553] "Add Site Name to Page Titles" does not work in Atom and RSS feeds
# [#21559] Joomla! Form Field Checkboxes
# [#21473] Remove garbage output from system test classes
# [#21521] JSessionStorage*::test() should be static
# [#21520] JSession::getStores() should be static
# [#21518] Only variables should be assigned by reference in JCategories->setParent()
# [#21539] Extraneous edit_params.php in banner view
# [#21544] The a element in JButtonHelp->fetchButton is not well-formed
# [#21555] Fields of type=media do not have an obvious way to clear the data
# [#21602] Preventing saving same alias in same category
# [#20690] Call to undefined method JRegistry::loadSetupFile()
# [#21283] System test article0001 failing
# [#21537] Hathor metadata
28-Jul-2010 Jean-Marie Simonet
# [#21605] small change in menu manager: new menu item. Thanks Bill.
# [#21584] Robots metadata useless Option
# [#21569] article categories - not showing no of articles in each category. Thanks Bill.
# [#21589] Menu items - link,display and metadata all in one panel slider. Thanks Bill.
$ Missing string
27-Jul-2010 Ian MacLennan
# [#21578] mod_articles_popular Ordering Correction
# [#21547] Make installation work with XHTML parsed as XML
27-Jul-2010 Jean-Marie Simonet
# [#21159] Using Save as Copy in Categery - no indication is a copy
# [#21596] Small typo in installer adapters. Thanks Viet.
# [#21575] Bluestork com_modules module view Clear Float correction. Thanks Omar.Drupal 6.18 and 5.23, maintenance releases which fix security vulnerabilities are now available for download.
Drupal 6.19 also fixes other small issues reported through the bug tracking system.
Version 1.8.2 - Toliara
Rückgängig gemacht:
Die Option use_hierarchy in der config.php wurde aus Gründen der Abwärtskompatibilität wieder eingefügt. Dies wird eventuell in zukünftigen Versionen entfallen, da es dadurch schwierig wird, für Module Pretty URLs zu erstellen, aber wir haben dafür Abhilfe geschaffen.
Fehlerkorrekturen:
* 5206 Die Verwendung der Variable $this in translation.functions.php
* 5198 Deutsche Anpassung der function.cms_selflink.php
* 2215 Die Eingabefelder für Passwörter in Formularen sollten mit einer ID versehen sein
* 4834 Den hidden-Eingabefeldern in Formularen eine ID hinzugefügt
* 5279 cms_stylesheet Plugin verwendet mit dem "name"-Parameter nicht die neue Logik
* 3620 $node->image wird bei Verwendung der Variable $item nicht angezeigt
Changelog
* r11672 - new version: 0.7.23 - auto
* r11671 - Bugfix: main-admin was not displaying in newspost visibility options.
* r11670 - Add option for output filter
* r11668 - Switched ZBBlock support to a more generic include option: $CLASS2_INCLUDE = "path_to_file"; inside e107_config.php eg. $CLASS2_INCLUDE = 'zbblock/zbblock.php';
* r11666 - ZBBlock support added. (Just install and add $ZBBLOCK = TRUE; to your e107_config.php file.)
* r11665 - youtube ID validation problem (underscore allowed)
* r11664 - youtube ID validation problem (dash allowed)
* r11663 - Updated filter, conversion utility
* r11662 - youtube.bb added to default bbcode template
* r11661 - Updated LANs
* r11660 - enhased filter, sanitise message if in deBug mode, new core feature - youtube.bb (filter should break all BAD 3rd party media bbcodes)
* r11659 - e_parse dataFilter - charset and quote style added
* r11658 - Better description of pref
* r11657 - Draft for download-request delay.
* r11656 - Bug fix
* r11655 - Full filter support
* r11654 - Filter improvements
* r11653 - Update filter
* r11652 - Option to filter data
* r11650 - Bug #5004 - make sure valid return path in email. Thanks whoisrich
* r11649 - Fix for event/trigger communication between plugins.
* r11648 - #5003 e_TOKEN signup/login issues fix - thanks for reporting 2dopey
* r11647 - Bug #5003 - With COPPA enabled - 'access denied' message. This should fix it.
* r11646 - etoken ajax fix
* r11645 - non-latin username fix
* r11644 - Fix token issue
* r11643 - e_TOKEN should help against DDOS and disarm CSRF attacks now
* r11642 - more e-token additions
* r11641 - Added 'main admin' to some of the userclass options in admin.
* r11640 - Bug #5002 - missing table reference. Thanks Fanatik
* r11639 - adding eToken to comment input.
* r11638 - old referer check removal
* r11637 - e-token added
* r11636 - e_TOKEN - made it first priority check
* r11635 - e_TOKEN - check as earlier as possible to prevent server resources usage; die instead redirection
* r11634 - Minor Cleanup
* r11633 - token draft
* r11631 - Exclude Thumbs.db
* r11628 - Adjust logging string to try and please suhosin - thanks rgk for thought/testing
* r11625 - Adjust check for php-enabled compression
* r11623 - Added space between comment title and comment author
* r11620 - Bug #4986 - Updated Google URLs. Thank you 2dopey. URLs removed from gsitemap language file. GSLAN_37 and GSLAN_38 should be re-translated.
* r11619 - Bug #4982 - notify no longer runs when news visibility is set to nobody.
* r11617 - Cleaned up footer.php links.
* r11616 - Bug #4951 - Image browser issue in TinyMce. Thank you mygoggie for the fix.
* r11615 - Bug #5000 - eplug_css and eplug_js behavior wasn't consistent with front-end.
* r11614 - Bugfix: Duplicated Loginnames could under some circumstances prevent a legitimate user from logging in.
* r11613 - Language-file check fix and Language-Pack export added.
* r11608 - Bug #4766 - Correct 'new' icon of new forum threads; thanks MikeNL
* r11606 - Remove unused poll cookies. Thanks Fanat1k - Bugtracker #4983
* r11605 - Change default pref to reflect discontinuation in 0.8
* r11603 - Bugfix: Plugins/Theme language check was showing 'bom'.
* r11599 - Bug #4969 - fix 3rd and 4th items (warnings when no plugins installed)
* r11598 - Bug #4955 - reduce query count, plus other tidying up
* r11597 - Don't decode URLs in thread titles
* r11596 - Bug #4966 - wrong handler called
* r11594 - Bug #4970 possible fix - 'ordinary' admin can't access admin pages on some sites only
* r11591 - Redirect to home if no contact-form or contact-info is available.
* r11589 - Bugfix: Podcast compatibility issues corrected.
* r11585 - Page would trigger mod-security block during the creation of tables in some cases. Fixed.
* r11581 - Bug #4972 - fix printing in content items - thanks SaladDay
* r11579 - Bugfix : typo was causing broken link to default-language.
* r11578 - Added basic user-agent/query filter.
* r11576 - Bug #4973 - may pick wrong member for PM - now looks for exact name match before considering similar names
* r11574 - Bugfix - login e_event missing from admin-area.
* r11573 - Missing 'view' option for download link added.
* r11572 - Added additional check for space after ?> to Language-file checking.
* r11570 - Roll back previous mod. I hate extract()!
* r11569 - EONE-95 (Bug): possible fix - typo in variable name
* r11565 - Use path constants
* r11564 - Bug #4959 - handle display of single banner from multiple campaigns
* r11561 - Bug #4958 - admin couldn't delete user
* r11560 - Bug #4932 - correct previous fix for missing LANs
-------------------- 1.6.0 Beta8 Release [23-Aug-2010] ------------------
23-Aug-2010 Ian MacLennan
# [#21251] Hathor RTL CSS fixes
# [#21449] Add ACL Create, Edit, & Edit State checks to Menu Manager
# [#21540] pre-check=0, post-check=0 should not be added to Cache-Control HTTP header
# [#21561] Display/Function of ordering arrows when sorted in descending order
# [#21588] Readonly calendar field pops up
# [#21613] Add an id of the same value for every form that only has a name
# [#21614] Make administrator login work with the XML serialization and bring the form closer to XHTML strict
# [#21767] Make pagebreak well formed
# [#21795] Articles - Newsflash and Banners: Invalid argument
# [#21817] JDocumentHTML::mergeHeadData() inappropriate use of array_unique
# [#21833] Point in time to render the submenu of components
# [#21838] TODO Raise error for missing category or parent category
# [#21866] Notice in template style save method
# [#21899] Bug in utf8_stristr()
# [#21962] Add display of missing edit icons
# [#21967] Language files are not loaded for a 3pd extension in com_categories if a 'section' is specified
# [#21986] Use atom:link on rss feeds to identify the feeds url
# [#22010] Apply 22005 changes to Hathor com_categories override
23-Aug-2010 Mark Dexter
# Sample Data fixes (Elin Waring)
23-Aug-2010 Andrew Eddie
# Fixed issue [#21721] ACL settings not working on language manager (Sander Potjer, Michael Babker).
22-Aug-2010 Mark Dexter
# [#22005] Regression on categories ordering (broken with #21980)
# [#21441] Error ordering items
22-Aug-2010 Ian MacLennan
# [#21980] Clean up ACL back end for people with create and not edit and edit and not create
22-Aug-2010 Jean-Marie Simonet
# [#21659] Beez 2 template (default) restless. Thanks Rouven
$ [#21973] Inconsistant labels for dropdown lists in Template Manager. Normalizing string. Creating new JGlobal
# [#21981] Add ability to display all modules for both site and admin to Module Manager. Thanks Michael
$ [#21984] Template Manager: Templates Language String Fix. Thanks Michael.
# [#21989] Filters - correct position. Thanks Bill.
# [#21983] Reverse filter order in Template Manager: Styles on Hathor Template. Thanks Michael.
$ Normalizing some string.
# [#21941] Full Path Disclosure. Thanks all.
21-Aug-2010 Ian MacLennan
# [#21949] Systematic elimination of DS as directory separator
21-Aug-2010 Jean-Marie Simonet
# [#21964] Help menu item visible in edit mode if hidden in module settings. Thanks Sander and Bill.
# [#21921] coding remnant left in module.php. Thanks Troy.
# [#21915] SEF URL Defaults. Thanks Amy.
# [#21861] Incorrect plural of "suffix" in method names. Thanks Chris.
# [#21737] Password reset tokens stored plaintext in the database. Thanks Ian.
# [#21971] Backend Cache Settings Tooltip Typo. Thanks Rouven.
# [#21969] Space for label User Name on login page (+ module). Thanks Marijke.
# [#21968] dot after reset token. Thanks Marijke.
$ Typos/redundancies in some lang strings.
20-Aug-2010 Ian MacLennan
# [#21951] Action URLs missing in half of the backend forms
# [#21953] Registration form can be displayed and submitted if registration is disabled
# [#19223] MySQL strict mode incompatibility
# [#20343] Update phpmailer to v5.1 (latest version) for php5
# [#21462] Sample Data Typo
# [#21474] UTF8 trim lib throws warning if char list is empty
# [#21580] E_STRICT error in JCacheCallback due to JHtmlString::truncate() being non-static
20-Aug-2010 Mark Dexter
# [#21774] patch for failing system tests [cache related]
20-Aug-2010 Jean-Marie Simonet
# [#21947] Banner Client Editing missing Save & New icon and text. Thanks Roland
#$ Wrong key in Hathor.
# [#21912] Inconsistencies with submenus in Bluestork admin menus. Thanks Klas.
# [#21872] Categories overview & Menu items indentations. Thanks Michael.
# [#21906] SMTP without authentication not working. Thanks Roland and Ian.
# [#21954] Registration form data gets lost if save fails. Thanks Nikolai
19-Aug-2010 Jean-Marie Simonet
# [#21929] Language String Error. Thanks Prasit
# [#21913] Banner ad component issues. Thanks Prasit
18-Aug-2010 Jean-Marie Simonet
^# [#21917] Mootools more needs updating to 1.2.4.4. Thanks Matt.
17-Aug-2010 Jean-Marie Simonet
[#21812] contact form not sending email. Thanks Joseph.
17-Aug-2010 Andrew Eddie
# Fixed issue [#21380] session timeout while editing template style in backend, keepalive issue (Elin Waring, Michael Babker).
16-Aug-2010 Jean-Marie Simonet
$ Customizing a global string in weblinks, newsfeeds, contacts
16-Aug-2010 Mark Dexter
# Reverted [#21558] since it breaks JDateTest unit tests
# [#21558] Feed datetime formats are invalid (with updated unit test)
# [#21768] Sample Data for Atomic Template
16-Aug-2010 Andrew Eddie
# Fixed issue [#21822] Add footer to Bluestork template (Michael Babker).
# Fixed issue [#21831] JFormFieldCategory relies on a reference to a form (Artyom Bisyarin).
# Fixed issue [#20994] [patch] Use DOM instead of document.write for font size controls (Rouven Weßling).
# Fixed issue [#21777] No root user notice on admin login screen with userid (Sander Potjer, Mark Dexter).
# Fixed issue [#21786] Add uncompressed versions of calendar.js and calendar-setup.js (Rouven Weßling).
# Fixed issue [#21771] Consistency of ordering status bar items (Michael Babker).
# Fixed issue [#21227] com_menus don't bind the request data into fields that has multiple="true" (Jonnathan S. Lima, Louis Landry).
# Fixed issue [#21772] Joomla! doesn't play nicely with other frameworks (Samuel Moffatt).
# Fixed issue [#21853] Add featured view to com_contacts (like com_content) or just toggle (Roland Dalmulder, Jean-Marie Simonet).
# Fixed issue [#20662] Joomla home page doesn't work from anything except index.php (Jeff Booher, Louis Landry).
# Fixed issue [#21854] Replace featured strings with JFEATURED (Roland Dalmulder).
# Fixed issue [#21841] Make atomic well formed (Rouven Weßling).
# Fixed issue [#21764] calendar.js doesn't work with Firefox and Safari when XHTML is used (Rouven Weßling).
# Fixed issue [#21631] user menu module [sample data] (Brian Teeman, Michael Babker).
# Fixed issue [#21611] Permissions and groups usability (Brian Teeman, Mathavan Jeyadev, Andrea Tarr, Michael Babker).
15-Aug-2010 Mark Dexter
# [#21558] Feed datetime formats are invalid
# [#21756] Notices when a contact is unpublished but linked
15-Aug-2010 Jean-Marie Simonet
# [#21832] Submenu renders <a>-tag without link. Thanks Hannes.
# [#21834] Featured contact only showing items from the root category and ignoring state. Thanks Elin.
$ Correcting a string value.
# [#21856] Unpublished items showing in weblinks and news feed category views. Thanks Elin.
13-Aug-2010 Mark Dexter
# Sample data fixes (spelling errors and rebuild #__menus)
# Oops! Fixed syntax error in sample_data.sql.
13-Aug-2010 Jean-Marie Simonet
# [#21828] Params and drilldown refactorings in contacts. Thanks Bill and Dennis
12-Aug-2010 Jean-Marie Simonet
^ [#21690] filter order in extension manager:manage. Thanks Bill and Amy
# [#21609] Force admin logout button for all user levels
# [#21784] Update TinyMCE to current version (3.3.8)
11-Aug-2010 Jean-Marie Simonet
# [#21807] newsfeeds - implement drilldown from categories (Bill and JM)
10-Aug-2010 Andrew Eddie
# Fixed issue [#21623] 303 redirections cause page subresources to be reloaded on WebKit browsers (Nicholas Dionysopoulos).
10-Aug-2010 Jean-Marie Simonet
# [#21787] weblinks - provide specific params for categories (Bill and JM)
# [#21783] Single newsfeed layout on drill down is using title not name. Thanks Elin.
10-Aug-2010 Andrew Eddie
# Fixed issue [#21648] No e-mail sent to newly created users (via back-end) (Mārcis Kaksis).
# Fixed issue [#21601] JDatabaseQuery fails on delete (Harald Leithner, Omar Ramos).
# Fixed issue [#21600] single article - sef routing issues (bill richardson, Mathavan Jeyadev).
# Fixed issue [#21672] Fix a number of issues in the single newsfeed view (Elin Waring).-------------------- 1.6.0 Beta9 Release [07-Sep-2010] ------------------
07-Sep-2010 Ian MacLennan
# Updating sample data
06-Sep-2010 Ron Severdia
# [#20942] Fixed extra whitespace in fieldsets (Thanks Viet Hoang Vu)
^ Updated Blueprint cheatsheet
^ Updated backend users icon
# [#21746] Bluestork display issue with Permissions views in IE7
06-Sep-2010 Ian MacLennan
# [#21573] Error in flash uploader
# [#22018] The alert of "failed" creating a menu item doesn't look like a Failed (admin default template)
# [#22076] Update Site manager tries to create duplicate entries on second install if extension adapter behaves pathologically
# [#22198] Weblinks module follow/no follow description
# [#22204] surplus image in bluestork
# [#22205] unpublished menu items visible
# [#22220] Admin Menu Flyouts not respecting ACL
# [#22241] Everyone with Manage can checkin
# [#22256] Language string definition missing on front end.
06-Sep-2010 Jean-Marie Simonet
# [#22053] sample data article capitalisation. Thanks Tim.
$ [#22272] Database Error. Thanks Bill.
06-Sep-2010 Andrew Eddie
# Fixed issue [#22246] Remove potty mouth language from htaccess (Brian Teeman, Bill Richardson).
# Fixed issue [#22273] This is a demo. Delete for beta (Michael Babker).
# Fixed issue [#21658] Marking items as required (Michael Babker, Bill Richardson).
05-Sep-2010 Jean-Marie Simonet
# [#22219] Remove overrides from Beez2.
# [#22203] toolbar icon consistency. Thanks Michael and Bill.
# [#22257] User with Delete permission unable to delete a user. Thanks Michael.
# [#22191] Search image. Thanks Christophe and Bill.
$ [#22192] Code Mirror tab mode description missing.Thanks Bill.
# [#22275] Two check-in buttons in Newsfeeds. Thanks Michael.
# [#22207] toolbar icon divider in administrator template. Thanks Bill.
03-Sep-2010 Mark Dexter
# Fix syntax errors in diff_15_to_16.sql (Elin Waring)
03-Sep-2010 Jean-Marie Simonet
# [#22186] beez2 - Park links right module displacement.
03-Sep-2010 Andrew Eddie
# Fixed issue [#22248] Fix inappropriate code comment (Brian Teeman, Bill Richardson).
# Fixing issue [#21447] - Added user.debug task to user controller to assist with access control testing.
02-Sep-2010 Ian MacLennan
# Fixed typo in 15 to 16 diff sql file
# Added missing semicolon in diff sql file.
02-Sep-2010 Jean-Marie Simonet
# [#22149] Tool bar clean up focused on users with delete only. Thanks Elin.
# [#22002] Edit state ACL in edit views. Thanks Elin.
02-Sep-2010 Andrew Eddie
# Fixed issue [#22210] module latest users (Bill Richardson).
# Fixed issue [#22211] module - latest news - typo error (Bill Richardson).
# Fixed issue [#22169] After selecting cannot set -use default- (Klas Berlič1, Ian MacLennan).
# Fixed issue [#22052] sample data menu capitalisation (Brian Teeman, Tim Plummer).
# Fixed issue [#22170] Unable to Save Weblinks on Edit (Jennifer Marriott, Elin Waring).
01-Sep-2010 Andrew Eddie (and Happy 5th Birthday Joomla!)
# Fixed issue [#22118] The setRedirect method() overwrites an already set messageType (Roland Dalmulder, Artyom Bisyarin).
# Fixed issue [#21604] The "Memory Usage" debug info has no measurement unit (Javier Gómez, Nikolai Plath, Omar Ramos).
# Fixed issue [#21862] Backend menu components are not ordered alphabetically (Hannes Papenberg).
# Fixed issue [#21879] Speed improvement for Beez tempalte's use of html5.js (Rouven Weßling).
# Fixed issue [#22037] Module manager - varies only (Brian Teeman, Bill Richardson).
# Fixed issue [#21880] Relocate Database Prefix Portion of Database Configuration Installer Screen (Matt Thomas).
# Fixed issue [#20427] Media Manager: impossible to upload image in the specific folder chosen (Jean-Marie Simonet, Hannes Papenberg).
31-Aug-2010 Jean-Marie Simonet
# [#22150] hathor menu type - unable to select type. Thanks Bill.
# [#22161] edit article - show icons and + param missing
# [#21932] checkall-toggle does not work with Hathor template on User Manager: Users screen. Thanks Andrea.
# [#20920] Featured Button Missing on Front End Article Submission. Thanks Hannes.
$ Reordered front-end en-GB.ini strings
$ Modified publish/unpublish to enable/disable in Extension Manager->Manage toolbars
$ [#22156] edit weblink - order description missing. Thanks Bill.
$ [#22152] permissions edit terms inconsistency. Thanks Bill.
30-Aug-2010 Jean-Marie Simonet
# [#22050] useful joomla links menu. Thanks Bill.
# [#22046] cannot unblock users. Thanks Michael and Dennis.
30-Aug-2010 Andrew Eddie
# Fixed issue [#21952] JButtonLink does not set toolbar id correctly (Daniel Reibelt, Hannes Papenberg).
# Fixed issue [#21868] 500 bad query error on saving a template style not assigned to anything (Elin Waring).
# Fixed issue [#20468] Featured Articles editing returns to articles pages (Greg Daynes, Hannes Papenberg).
# Fixed issue [#21999] Error on creating a group with an existing name (Elin Waring).
# Fixed issue [#22102] E-mail field in contact editing does not validate (Roland Dalmulder).
29-Aug-2010 Jean-Marie Simonet
# [#22023] Enlarge inputbox for article title on modal select.
# [#22104] hathor col fix. Thanks Bill.
28-Aug-2010 Mark Dexter
# [#17689] Menu Creation - "Contained in Menu" set to main menu
# [#21819] Cannot save editted article using frontend with cache enabled
28-Aug-2010 Jean-Marie Simonet
# [#22048] manager column order inconsistency. Thanks Bill.
# [#21891] Refactoring Article Options. Thanks Bill.
27-Aug-2010 Mark Dexter
# Revert issue [#17689] Menu Creation - "Contained in Menu" set to main menu
27-Aug-2010 Jean-Marie Simonet
# [#22020] Move Template Positions Parameter tp=1 into Template Options from Global Configuration. Thanks Amy, Hannes, Michael.
$ [#22084] Publishing Options Language changes and inconsistencies. Thanks Bill.
27-Aug-2010 Andrew Eddie
# Fixed issue [#17689] Menu Creation - "Contained in Menu" set to main menu (Christopher Garvis, Ian MacLennan, Mark Dexter).
# Fixed issue [#22088] Cannot change default language in Language Manager: Installed Languages view (Michael Babker).
# Fixed issue [#22054] extra tip in contact form (Brian Teeman, Bill Richardson).
# Fixed issue [#22043] Manager layout consistency (Brian Teeman, Bill Richardson).
# Fixed issue [#22055] Email or e-mail inconsistency (Brian Teeman, Bill Richardson).
# Fixed issue [#20847] Remove _self in mod_random_image (Amy Stephen, Rouven Weßling).
# Fixed issue [#9627] Installation of admin e-mail with plus symbol not validating (Richard Vazquez, Hannes Papenberg, Christophe Demko, Ian MacLennan).
# Fixed issue [#21924] form element "hidden" not entirely hidden (Boris Baddenoff, Bill Richardson).
27-Aug-2010 Sam Moffatt
# Fixed issue with com_admin XML manifest file (excessive new line)
+ Added joomla.xml file for future updates and tracking
26-Aug-2010 Ian MacLennan
# [!21949] Reverted systematic elimination of DS as directory separator
26-Aug-2010 Jean-Marie Simonet
# [#22044] Menu level filter wording. Thanks Bill.
# [#22056] incomplete language strings in admin contact. Thanks Bill.
# [#21888] Forbidden keys in language files not properly handled. Thanks Nikolai, Hannes, Andrew.
26-Aug-2010 Andrew Eddie
# Fixed issue [#22064] Non-functional, unfinished, duplicated and outdated form field: mediamanager (Artyom Bisyarin).
# Fixed issue [#21977] Warning: Invalid argument supplied for foreach() in \libraries\joomla\document\html\html.php on line 161 (Ronald Pijpers, Bill Richardson).
# Fixed issue [#21717] Create action in installer permissions configuration (Sander Potjer, Michael Babker).
# Fixed issue [#22060] Banners Options refactoring- Code missing (Jean-Marie Simonet).
# Fixed issue [#22063] Select with optgroup not works in admin component form (Tomasz Narloch, Bill Richardson).
# Fixed issue [#22045] block users error message (Brian Teeman, Bill Richardson, Michael Babker).
# Fixed issue [#22079] Installer item types hard coded (Samuel Moffatt).
# Fixed issue [#22078] Install Data update for extension update (Samuel Moffatt).
25-Aug-2010 Andrew Eddie
# Fixed issue [#22032] Category editing gives error on saving/canceling (Roland Dalmulder).
# Fixed issue [#21976] deprecated function ereg_replace mod_footer (Ronald Pijpers, Bill Richardson).
# Fixed issue [#18506] Category Manager / Edit Category: Edit Groups + Reset to Inherit links do not work (Andy Tasch, Bill Richardson).
# Fixed issue [#21132] User Registration Duplicate Page Headings (Amy Stephen, Bill Richardson).-------------------- 1.6.0 Beta10 Release [20-Sep-2010] ------------------
20-Sep-2010 Mark Dexter
# [#21816] JFeedItem->category should now be an array
19-Sep-2010 Jean-Marie Simonet
# [#22498] Translating Manager Extensions Types for install/uninstall messages. Thanks Sam.
# [#22433] Editor-xtd plugins not working when no editor is selected. Thanks Mathavan.
# [#22364] configuration.php shows writeable when it is not. Thanks Troy and Artyom.
18-Sep-2010 Jean-Marie Simonet
#$ [#22462] Module articles Categories - update options. Thanks Bill.
# [#22496] Commit 22440 prevents custom position from being entered. Thanks Roland
# Correcting some components xml (extraneous files)
# [#22497] Adding Written by in Article Edit icon overlib in front-end
# [#22498] Translating Manager Extensions Types for install/uninstall messages.
$ Added missing string.
17-Sep-2010 Jean-Marie Simonet
# [#22466] Registration failed message when mail function doesn't work. Thanks Roland.
# [#22100] Unable to view unpublished article in frontend. Thanks Elin.
# [#22481] Patch: Templates Date column blank. Thanks Ole.
$ [#22471] Module banners - description. Thanks Bill.
# [#22470] Incorrect vertical align of system message icon in Bluestork. Thanks Viet.
16-Sep-2010 Jean-Marie Simonet
$ [#22461] Module articles - newsflash - description. Thanks Bill
# Took off forgotten echo from 22418
# [#22448] Weblink search year gives -0001 for new weblinks. Thanks Ole.
15-Sep-2010 Mark Dexter
# Sample data fixes (Thanks Elin Waring)
15-Sep-2010 Christophe Demko
# [#22418] Category Manager page title no longer includes component name
15-Sep-2010 Jean-Marie Simonet
# [#22450] Add level filter to admin categories view. Thanks Andrew and Christophe.
$ Changed figures to strings in Menu items manager maxlevels filter
# [#22427] Module Manager: Modules - Module Filter Only Lists "Administrator Menu" at times. Thanks Michael.
# [#22440] default module positions. Thanks Christophe.
15-Sep-2010 Andrew Eddie
# Fixed issue [#22125] We don't have CSS for system "warning" messages (Artyom Bisyarin, Elin Waring).
# Fixed issue [#22385] Make meta data not required (Elin Waring).
# Fixed issue [#22245] Default site metadata (Brian Teeman, Matt Thomas, Ole Bang Ottosen, Michael Babker).
# Fixed issue [#22030] Full Path Disclosure 2 (Brian Teeman, Hannes Papenberg, Roland Dalmulder, Michael Babker).
# Fixed issue [#22434] poor choice of language (Brian Teeman, Bill Richardson).
# Fixed issue [#20794] ftp host and port fields, not validated (Rob Joyce, Roland Dalmulder, Troy Hall, Christophe Demko).
# Fixed issue [#21839] Incorrect display in Menu manager - showing 8 pages (Bill Richardson, Ian MacLennan).
# Fixed issue [#22212] Create New Module (Brian Teeman, Michael Babker).
# Fixed issue [#22244] control_panel0004Test.php system test failing (Matt Thomas).
# Fixed issue [#22021] ACL System Tests (Matt Thomas).
# Fixed issue [#21791] Menu Item Alias (Stian Totland, Christophe Demko).
14-Sep-2010 Jean-Marie Simonet
# [#22288] Content category - displaying title twice. Thanks Bill.
$ [#22403] typo in installation language files. Thanks Brian and Bill.
$ [#22404] typo in en-GB.com_users.ini language file. Thanks Brian and Bill.
$ [#22405] typo in en-GB.ini language file. Thanks Brian and Bill.
$ [#22407] us spelling in template language file. Thanks Brian and Bill.
$ [#22408] language file capitalisation. Thanks Brian and Bill.
$ [#22409] language file typos, spelling. Thanks Brian and Bill.
$ [#22411] US spelling in plugin language file. Thanks Brian and Bill.
$ [#22412] typo in en-GB.com_content.sys.ini language file. Thanks Brian and Bill.
$ [#22413] extra capital in language file. Thanks Brian and Bill.
$ [#22414] missing letter in language file. Thanks Brian and Bill.
$ [#22406] typos in administrator en-GB.ini language file. Thanks Brian and Bill.
$ [#22431] Incorrect English spellings (British/American differences). Thanks Chris.
# [#22423] Patch: Typo in template style edit style-form give js error. Thanks Ole.
$ [#22417] Improving sense of com_user parameters. Thanks Dennis and Bill.
13-Sep-2010 Christophe Demko
# [#22106] Use Joomla.submitform() instead of submitform (thanks Rouven Weßling)
# [#22280] Banner image can't be selected after upload
13-Sep-2010 Jean-Marie Simonet
# [#22361] archive articles - pagination. Thanks Bill.
$ [#22294] Newsflash Read more issue. Thanks Bill.
$ [#22085] sending emails to new users not working correctly. Thanks Bill
$ Normalizing redundant keys/values
# Taking off one divider too much in contact manager toolbar.
- Removing remaining OpenID references and language files/strings.
# [#22382] Sample wrong outgoing url at Getting Help article. Thanks Michael.
# [#22339] Aproaching Sample data Article from category list gives wrong URL, Title, Breadcrumbs. Thanks Bill.
12-Sep-2010 Jean-Marie Simonet
# [#21762] Menu module displaying levels incorrectly. Thanks Bill.
$ Updated xx-XX.ini admin.
# [#21295] No articles in this category below of sub-category list. Thanks Bill.
12-Sep-2010 Sam Moffatt
# [#22381] Sample missing banner white.png
- Removed OpenID support
11-Sep-2010 Jean-Marie Simonet
$ [#22383] Patch: Language file corrections, minor typos. Thanks Ole.
^ Correcting double semi-colons in css files
10-Sep-2010 Ian MacLennan
# [#22086] Inconsistency with files installer return type
# [#22301] Adding new group has a notice message, not a normal message
# [#22352] Module cache calls - PHP 5.3.x warnings
# [#22376] Undefined $canEdit in Hathor Categories view
# [#22375] Use uncompressed version of calendar.js when debug is turned on
# [#21133] Voting Plugin - missing token and needs parameters and logic in Views
# [#21965] Ordering values not set properly with creation of new article
# [#22174] Inconsistent behaviour of Article and Category Manager with regard to Permissions table
10-Sep-2010 Jean-Marie Simonet
# [#22334] Recent articles featured. Thanks Amy.
$ [#22357] Patch: Step 5 FTP - Header text too wide. Thanks Ole.
# [#22350] Banner Manager order TABS inconsistency.
# [#22303] components - css - class and id corrections. Thanks Bill and Angie.
$ [#22359] com content - blog - readmore - wrong string. Thanks Bill.
09-Sep-2010 Jean-Marie Simonet
# [#22319] American english spelling in en-GB language files. Thanks Bill.
# [#22320] <br> <br/> <br />. Thanks Amy and Bill.
# [#22328] Database prefix error when other than jos_. Thanks Michael.
08-Sep-2010 Andrew Eddie
# Fixed issue [#22274] Mark items as required that prevent save (Michael Babker).
# Fixed issue [#21902] Cannot assign template style to components [cache] (Jen Kramer McKibben, Klas Berlič1).
# Fixed issue [#21447] Updated: Add ACL Create, Edit, & Edit State checks to Category Manager (Michael Babker, Elin Waring).
# Changed default caching level to disabled on installation.
# Fixed issue [#22171] Cannot edit a group to change parent once it is created (Jennifer Marriott, Amy Stephen).
# Fixed issue [#20932] com_categories CategoryParent Field Permissions Check Additions (Omar Ramos).
# Fixed issue [#22222] Newsflash inopérant (C. Tapuscrine, Omar Ramos, Bill Richardson, Michael Babker).
# Fixed issue [#22322] Inappropriate language in code (Amy Stephen).
# Fixed issue [#22095] Userfield shows button even when "readonly" (Thomas Hunziker, Michael Babker).
# Fixed issue [#22185] beez2 missing level 4 image (Klas Berlič1, Angie Radtke).
# Fixed issue [#21315] *ACL in edit screens issue (Jean-Marie Simonet).
07-Sep-2010 Jean-Marie Simonet
# [#21666] New menu : form is empty when using the "Save" button. Thanks Michael.
# [#22287] Save & New button in Menu Edit views. Thanks Michael.
# [#22245] Default site metadata. Thanks Ole.This version is an almost total rewrite of the 0.6x tree and includes hundreds (maybe thousands) of added features and bugfixes.
The full changelog can be found here (http://e107.org/svn_changelog.php?version=0.7.24)
We are announcing the release of the following TYPO3 updates:
* TYPO3 4.3.6
* TYPO3 4.4.3 & Introduction Package 4.4.3
All versions are maintenance releases and contain only bugfixes.
For details about the releases, visit the following websites:
http://wiki.typo3.org/index.php/TYPO3_4.3.6
http://wiki.typo3.org/index.php/TYPO3_4.4.3
-------------------- 1.6.0 Beta11 Release [04-Oct-2010] ------------------
4-oct-2010 Christophe Demko
# [#22580] Categories - No reset to show - when moving between components (thanks bill richardson and Mathavan Jeyadev)
3-Oct-2010 Jean-Marie Simonet
# [#22683] Pagebreak_css. Thanks Angie.
2-Oct-2010 Jean-Marie Simonet
# [#22306] Module CSS class and id changes Thanks Angie.
# [#22487] Separating weblink from content on 22100. Thanks Elin.
# [#22663] Pagebreak output. Thanks Angie.
30-Sep-2010 Jean-Marie Simonet
# [#22582] Menu location lost after pressing "Save & New". Thanks Mathavan
29-Sep-2010 Jean-Marie Simonet
# [#22512] Category didn't load component translations. Thanks Christophe and Marcelo.
# [#22591] Trashing an item in Featured Articles view redirects to non-Featured Articles view. Thanks Mathavan.
28-Sep-2010 Ron Severdia
# Fixed misplaced DIV in Atomic
^ Updated Atomic preview & thumbnail
^ Updated Blueprint plug-ins
# Fix validation issue in Atomic login override
28-Sep-2010 Christophe Demko
# [#22603] XML well formedness errors in com_messages and com_weblinks (thanks Rouven Weßling)
# [#22125] We don't have CSS for system "warning" messages - deleting and moving icons
28-Sep-2010 Mark Dexter
# [#21766] If an unpublished article is linked there are errors instead of a message/model change
28-Sep-2010 Jean-Marie Simonet
$ Adding missing strings in installation.
27-Sep-2010 Jean-Marie Simonet
# [#21825] Pagebreak and Article Buttons don't work when using CodeMirror. Thanks Mathavan.
$ Adding missing strings in front-end
# [#22432] Administrator login form not consistent in Chrome. Thanks Bill and Viet.
26-Sep-2010 Jean-Marie Simonet
# [#22596] Implementing language filtering in modals + normalizing filters/columns + fixing Newsfeeds language filtering
25-Sep-2010 Jean-Marie Simonet
# [#22493] Can not register user fatal error message
24-Sep-2010 Jean-Marie Simonet
# [#22016] Breadcrumbs missing from single items. Thanks Christophe.
#$ [#22576] Component Manager Options - needless use of name options in tab headings + Normalizing some strings.
# [#22549] No from user shown on Private Messages. Thanks Tim.
22-Sep-2010 Jean-Marie Simonet
^ [#22514] Upgrade TinyMCE to 3.3.9. Thanks Michael.
#$ [#21970] Some_message_here language string needs proper message.
$ Missing string in front-endThis update fixes many small bugs and errors in the system and hard-coded locales which has now been localised for better usability. We have also introduced a new server offset setting to correct the time on your site for both registered users and guests which we think people will find useful. Be sure to check it out from Administration -> Settings -> Time and Date.
-------------------- 1.6.0 Beta12 Release [18-Oct-2010] ------------------
18-Oct-2010 Andrew Eddie
# Reverting changes in [#22659] (causing very annoying screen flicker).
18-Oct-2010 Christophe Demko
# [#22802] Contact category feed is blank (Elin Waring)
# [#22918] install file not working when using method "update" (marius van rijnsoever)
# [#21345] Form field Select list does not handle <optgroup>
# Fix JHtmlSelect class
# [#22843] Enable the capacity to use specific help url when editing a plugin or a template style
# [#22833] The com_modules component cannot redirect help to specific international help site
# [#21946] Redirect component produces error (Joseph LeBlanc, bill richardson)
16-Oct-2010 Jean-Marie Simonet
# [#21635] fail to copy menu item. Thanks Mathavan and Louis
$ [#22914] COM_SEARCH_EXACT_PHRASE doesn't need the colon at end. Thanks Bill.
# Reverting [#21635] as it breaks re-save article when debug on.
15-Oct-2010 Jean-Marie Simonet
# Making core site templates installable/uninstallable. Changed protected template from milkyway to beez2.
14-Oct-2010 Louis Landry
^ Decoupled JPATH_ADMINISTRATOR from JApplication::initialise() method call when loading framework language file.
# [#22825] Duplicated queries in global configuration. (Thanks to Dennis Hermacki)
# [#22553] Switcher function for submenu uses incompatible function for IE7 and chrome. (Thanks to Angie Radtke)
# [#21541] When trying to delete a folder which contains images, the error message only displays for < 1 second. (Thanks to Mathavan Jeyadev)
# [#21225] Copy and Move missing from each Manager - Categories & Menus. (Thanks to Michael Babker)
# [#21842] Update GeSHI to current version. (Thanks to Michael Babker)
14-Oct-2010 Jean-Marie Simonet
# [#22659] Debug plugin doesn't show 'afterRender' profiler mark and can't gather statistics of other system plugins. Thanks Dennis.
$ Updating language xml files.
# Changing Algerian flag to Arab League flag in langswitcher for ar.gif.
14-Oct-2010 Ian MacLennan
# [#21189] vcard not working in contact, needs a vcard class in JView
14-Oct-2010 Mark Dexter
# [#21661] Article access check is only using the current category, not checking further up the branch
14-Oct-2010 Christophe Demko
^ Fix loading .ini files instead of .sys.ini files for #22710
# [#21780] JHtmlTabs not compatible with JHtmlRules
13-Oct-2010 Mark Dexter
+ [#22848] Debug User Group View
13-Oct-2010 Christophe Demko
# [#22846] Joomla.submitform does not act exactly as submitform
! Respecting coding convention
# [#20830] missing error messages when fields empty when installing
# [#22820] The css style label#jform_params_subslider-lbl cannot be applied on nested groups
13-Oct-2010 Jean-Marie Simonet
# Loading new lib_joomla.ini file through includes/application.php breaks langswitcher. Correcting until final decision is taken to separate Framework.
# [#22835] Enabling browser lang sniffing in langfilter system plugin.
# [#22858] news feed - 2 level subcategory feed name link causes error. Thanks Bill.
# [#22535] Missing always fulltext value in com_content article view. Thanks Angie and Christophe.
13-Oct-2010 Andrew Eddie
# Fixed issue [#21343] Email is not spamprotected in search (Janich Rasmussen, Joseph LeBlanc, Hannes Papenberg).
# Fixed issue [#22809] [patch] loadmodule plugin incorrectly handles positions with the same name (Artyom Bisyarin).
12-Oct-2010 Mark Dexter
# [#22837] Commit of #22710 leads to display errors when trashing, deleting or archiving category
12-Oct-2010 Jean-Marie Simonet
# [#22755] Backend module menu assignment improvements and fixes. Thanks Dennis.
# [#21792] Alternate Page Title does not show. Thanks Bill.
$# Separating joomla libraries ini strings from main ini. Temporary load via application.php. TBD: load through library to prepare for framework separation.
11-Oct-2010 Mark Dexter
# [#22819] Clean up errors in new ACL UI
11-Oct-2010 Christophe Demko
# Fix language filter plugin for routing
# [#22038] PHP information (Dennis Hermacki)
# [#22813] Installation language file - missing entry for STEPS (Serge Litvinov)
10-Oct-2010 Mark Dexter
# Fix invalid lft,rgt values in jos_menus in sample data
10-Oct-2010 Christophe Demko
# [#22794] XML self closing tag syntax used on li in com_media (Rouven Weßling)
9-Oct-2010 Christophe Demko
# [#22057] [patch] Broken unit tests for some form fields (Artyom Bisyarin)
# [#21644] [patch] Unable to get group of a form field (Artyom Bisyarin)
# [#22770] System - Language filter plugin is buggy if the link is comes from the home page menu
# [#22769] Some language filtering missing
# [#22777] Module breadcrumbs does not deal correctly with language filter plugin
# [#22557] Remove all occurrences name attribute on the a element (Rouven Weßling, Andrea Tarr)
# [#22168] patch for [#21804] "Your Profile" has too narrow a focus (Tomasz Narloch)
# [#21804] "Your Profile" has too narrow a focus (Mathavan Jeyadev, Boris Baddenoff)
# [#22555] Use Joomla.submitbutton() instead of submitbutton() (Rouven Weßling)
# [#22775] Router does not redirect correctly
# [#22621] Boolean validation in JForm (Rune Sjøen)
# [#22775] Router does not redirect correctly (removing accidently one line)
8-Oct-2010 Christophe Demko
# [#22759] Add version, date, author to Hathor (from Tracker # 22482) (thanks Andrea Tarr)
# [#22734] Add Hathor support for tracker #21614 (thanks Andrea Tarr, Ole Bang Ottosen, bill richardson)
# [#22754] Global values not used as default in blog and featured (thanks Elin Waring, bill richardson)
6-Oct-2010 Ron Severdia
^ Updated Blueprint to 1.0 in Atomic (Thanks Christian Montoya)
6-Oct-2010 Andrew Eddie
# Partially Fixed [#21260] ACL Permissions for Authors to Edit Own Content Items Missing.
# Partially Fixed [#22529] Permissions UI patch backend (Angie Radtke, Michael Babker, Elin Waring, Christophe Demko).
5-Oct-2010 Christophe Demko
# [#22438] Wrong value before the search input box (I think) (thanks Ronald de Vries, bill richardson, Rouven Weßling, Elin Waring)
# [#22675] Com_Categories mistake in xml (thanks Elin)
# [#22595] Users with Edit permission assigned at category level in com_content cannot edit (thanks Michael Babker)
# [#22711] Fixes to example content plugin (thanks Matt Thomas)
# [#22269] JModelAdmin uses hard coded "id" field (Thanks Sam)
# [#21656] Ability to limit System Info access (thanks Mathavan Jeyadev)
# [#22335] Random "HTTP 500 Internal Server Error" on Contact (single) page (thanks Artyom Bisyarin)
# [#22710] com_categories component does not manage well help url
# [#22679] Files installer uses name not element to find unique instances
5-Oct-2010 Jean-Marie Simonet
$ Normalizing some strings.
4-oct-2010 Christophe Demko
# [#22049] Site Maintenance Menu (thanks bill richardson, Mathavan Jeyadev)This release includes:
* Better error trapping during installation and upgrade for various incompatible systems, based on error reports from folks newly trying out Drupal 7 on various environments. We think we've caught all the ones we have so far, but please keep the reports coming!
* Better support for exportables in the form of a new Form API type "machine_name" and format IDs stored as strings rather than integers.
* Links can now participate in the D7 AJAX framework, which was previously limited to forms.
* Raised minimum version of PHP to PHP 5.2.4, to facilitate stream wrapper security.
* Numerous tweaks to basic navigation in the default profile, to prevent information overload.
* Fixed a regression in Schema API that prevented modules such as Date from adding to the column types supported by core.
* Profile module no longer shows up on the module listing on new sites, in favour of fieldable user entities.
* Fixing of numerous Bartik and Seven theme style & RTL bugs. There are still lots more, so please help get Drupal 7's new look and feel as polished as possible!
-------------------- 1.6.0 Beta13 Release [01-Nov-2010] ------------------
01-Nov-2010 Jean-Marie Simonet
# [#22658] Flash uploader always shows "Images (...)" text in file selection popup. Thanks Dennis.
01-Nov-2010 Christophe Demko
# [#21446] Use local storage for the font size changer in the Beez templates (Rouven Weßling)
# [#22003] Missing onXXXBeforeSave event in com_categories (Andrew Eddie)
# [#23077] Error (JTableMenu: :store failed - Duplicate entry) when creating 2 menu items with same alias (even in different menus)
# [#23005] Upgrade TinyMCE to 3.9.2 (Rouven Weßling)
# [#23059] Incorrect table ordering behavior (Dennis Hermacki)
31-Oct-2010 Christophe Demko
# [#23073] Module position selection popup does not display administrator positions
31-Oct-2010 Jean-Marie Simonet
# [#23076] Plugin Edits not checking back in in Bluestork. Thanks Andrea.
# [#23066] Single edit fix issues in Hathor. Thanks Andrea
# [#23080] Hathor menu batch copy strings. Thanks Bill.
30-Oct-2010 Mark Dexter
# [#21529] Aliases for _adminmenu items [sample data/joomla.sql]
# [#23046] Delete unused vcard files
# Clean out extraneous characters in sample data
30-Oct-2010 Jean-Marie Simonet
# [#23058] Debug shows language debug info if "Debug Language" is disabled. Thanks Dennis.
+ [#22940] missing images in beez or css wrong. Thanks Bill and Christophe.
# [#23063] Can't access plugins in the backend. Thanks Rouven and Louis.
$ Correcting some xx-XX ini files.
# [#23074] JLIB_HTML_BEHAVIOR_PREV_YEAR_HOLD_FOR_MENU. Thanks Bill.
29-Oct-2010 Mark Dexter
# Recommitting [#22178] When 'No Editor' is selected for user, HTML still re-formats when a file is saved (with joomla.sql fix)
# Reverting issue [#22178] When 'No Editor' is selected for user, HTML still re-formats when a file is saved (dani shap, Ian MacLennan, Hannes Papenberg, Elin Waring).
29-Oct-2010 Jean-Marie Simonet
$ Updatings templates language folder sys.ini files for modules positions.
29-Oct-2010 Andrew Eddie
# Fixed issue [#21260] ACL Permissions for Authors to Edit Own Content Items Missing (James Brice, Elin Waring, Michael Babker).
# Fixed issue [#22389] JFormFieldCategory et al not selecting default from list view (Boris Baddenoff, Mathavan Jeyadev).
# Fixed issue [#22483] "Empty Trash" does not delete all items in nested tables when there are multiple branches (categories, menus, groups) (Douglas Machado, Mathavan Jeyadev).
# Fixed issue [#21327] Cannot edit more than one thing at a time (Amy Stephen).
# Fixed issue [#22178] When 'No Editor' is selected for user, HTML still re-formats when a file is saved (dani shap, Ian MacLennan, Hannes Papenberg, Elin Waring).
# Fixed issue [#22556] *Wrong messages when uninstalling core components (Jean-Marie Simonet, Ramindu Deshapriya).
# Fixed bug in JTableNested unit test due to changes in the publish method.
28-Oct-2010 Mark Dexter
# [#22878] Contact menu items don't work correctly with published state of contacts and contact categories
28-Oct-2010 Jean-Marie Simonet
# [#21910] installation of module does not create module listing. Thanks Dennis and Troy.
# [#23031] RTL fix for display of menus in menu assignments. Thanks Andrea.
# [#22994] Contacts metadata options - registry errors. Thanks Andrew.
# [#23037] TinyMCE resizing settings. Thanks Dennis.
# [#23040] Right arrows aren't vertically centered in "Permissions setting". Thanks Dennis.
^ Updating pending and expired old 1.5 icons to new format (Temp)
28-Oct-2010 Andrew Eddie
# Fixed issue [#23041] Incorrect testing for variable is an instance of a class (marius van rijnsoever).
# Fixed issue [#23032] Help system is generating incorrect URLs (Chris Davenport, Dennis Hermacki).
# Fixed issue [#23030] Bluestork Menu Model Assignments modal is closing immediately upon display (Andrea Tarr, Dennis Hermacki).
# Fixed issue [#23039] Cross site scripting Revision 19231 (Ervis Tusha, Ian MacLennan).
# Fixed issue [#23036] Undefined property: stdClass::$cachable in \libraries\joomla\environment\response.php on line 49 (Dennis Hermacki).
# Fixed issue [#22677] The treatment of the componentlayout parameter in categories is incorrect (Elin Waring).
27-Oct-2010 Jean-Marie Simonet
# [#23002] jgrid.published does not show all possible statuses as was shown in 1.5. Thanks Dennis.
# [#23018] Clean up Legacy() method from content/contact helpers. Thanks Louis.
# Missing RTL css in bluestork.
# [#22619] SEF issue with mod_rewrite on when period in the alias.
26-Oct-2010 Ian MacLennan
# [#22987] using getElementById('adminForm') in submitform breaks Joomla 1.5 compatibility
26-Oct-2010 Jean-Marie Simonet
# [#23011] RTL fixes for form controls in the option modals and menu assignments. Thanks Andrea
# [#23024] Backend image file missed - j_arrow_right.png. RTL CSS added to fit.
# [#23025] Show "Linked user" in "Contact Manager: Contacts". Thanks Dennis.
25-Oct-2010 Jean-Marie Simonet
# Forgotten getLayout() change for pagebreak in rev 22932
# [#23004] pagenavigation plugin generates incorrect XHTML. Thanks Bill and Rouven.
# [#22981] Hathor RTL login CSS issues in Safari. Thanks Andrea.
24-Oct-2010 Jean-Marie Simonet
# [#22667] Login/Logout Redirect not working. Thanks Mathavan and Christophe.
# [#22626] Parent Item selection does not update when Menu Location is changed. Thanks Mathavan.
23-Oct-2010 Jean-Marie Simonet
# [#22928] Module edit - option to show/hide title in wrong position. Thanks Bill.
$ Correcting module position desc string.
# [#22989] Implement a way to choose between sample data at install. Thanks Christophe.
# [#22879] [patch] com_content: it's not possible to set title, introtext or fulltext to zero ("0"). Thanks Artyom.
# [#22980] RTL fix for ACL Permission in Bluestork and Hathor. Thanks Andrea.
# [#22876] Shifting of Elements on Screen when Options Box with Blocking Opens. Thanks Mathavan.
23-Oct-2010 Christophe Demko
# [#22442] available module positions
22-Oct-2010 Jean-Marie Simonet
# [#22970] Menu item set to "registered" does not display when superuser logs in. Thanks Elin
# [#22959] Language switcher forbids you from reading content in a second language. No way to disable filtering. Thanks Christophe.
# [#22783] Error on front end, "the template for this display is not available" Thanks I Otura, Christophe and Bill.
22-Oct-2010 Christophe Demko
# [#21386] Category field includes categories user does not have permission to save to. (Elin Waring)
# [#22932] Several issues in layouts
# [#22990] Internal link issue in featured article display
21-Oct-2010 Christophe Demko
# [#22811] Get the proper model in the category controller (bill richardson)
# [#22936] Update Hathor with permissions changes from Tracker #22529 (Andrea Tarr)
# [#22951] PHP semi colon closing issue. (Vasanth V, bill richardson)
# [#22519] Image caption does not work (Jean-Marie Simonnet)
# [#22960] Sliders within sliders do not work
# [#21300] Problem with Options Lightbox and Sessions (Omar Ramos)
# [#22935] Automatic site language change when a user change its frontend language
# [#22535] Missing always fulltext value in com_content article view (second time)
# [#21399] user profile fields have numbering instead of filed names (Elin Waring, Mathavan Jeyadev)
20-Oct-2010 Andrew Eddie
# Fixed issue [#22251] params field in table #__template_styles too small (Jason D'Souza, Bill Richardson, Christophe Demko).
19-Oct-2010 Andrew Eddie
# Fixed issue [#21635] fail to copy menu item (Brian Teeman, Mathavan Jeyadev, Jean-Marie Simonet, Louis Landry).-------------------- 1.5.22 Stable Release [03-November-2010] ------------------
03-Nov-2010 Ian MacLennan
# [#20255] 1.5.17 Session Bug
# [#21538] Empty menu item if menu type contains space or uppercase letter
02-Nov-2010 Jean-Marie Simonet
^ [#22961] Installation language modifications: aa-AA et-EE
^ [#23098] Credits.php update
20-Oct-2010 Ian MacLennan
# [#21489] CHANGELOG.php - segment twice exists
# [#21769] toolbar.content.html.php allow direct access
# [#21466] Backend user list ordering
# [#20256] Message "Database Error: Unable to connect to the database..." should return "500 Internal Server Error"
# [#18997] Fix for JFile::getExt()Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
Joomla! 1.6, including alpha and beta versions.
Our thanks to all those people who've contributed bug reports and
code fixes.
Legend:
* -> Security Fix
# -> Issue Fix
$ -> Language fix or change
+ -> Addition
^ -> Change
- -> Removed
! -> Note
15-Nov-2010 Mark Dexter
# Sample data fixes (thanks Elin Waring)
# [#23184] Need to handle content, modules, menu items when a viewing permission level is deleted
# [#23319] Can't install Joomla or choose the accessible admin template without a mouse (thanks Andrea Tarr)
# Fix About Parks module assignment in sample data
# [#23324] PATCH: Modeladmin using wrong key while loading (thanks Harald Leithner)
15-Nov-2010 Andrew Eddie
# Fixed issue [#23247] behavior.keepalive with long session lifetime is causing firefox to freeze/crash (Markus Bopp, Ian MacLennan).
# Fixed issue [#23007] locked categories still available (Adrian Louter, Elin Waring).
# Fixed issue [#23069] Theoretical com_config exploit (Matt Thomas).
15-Nov-2010 Jean-Marie Simonet
$ Adding missing string
# [#23318] Remove hardcoded style so that RTL will work. Thanks Andrea.
$ Moving and consolidated some strings
14-Nov-2010 Mark Dexter
# [#21571] category blog view drill down does not maintain layout style
14-Nov-2010 Jean-Marie Simonet
# [#23217] Move rules strings to library language file and rename keys for consistency. Consolidated some strings.
# [#21264] RTL issues with media manager. Thanks Andrea.
14-Nov-2010 Christophe Demko
# [#23167] Remove align and valign attributes from the site (Rouven Weßling)
# [#23126] Missing images in hathor template (Andrea Tarr)
$ Fix a language key in com_newsfeeds
13-Nov-2010 Jean-Marie Simonet
# [#23292] Unicode slugs lets Upper case in url, which can cause issues when SEF is on
# [#23299] calendar css don't display week-end days
$ [#23199] Database Error: JLIB_DATABASE_ERROR_CONNECT_DATABASE
# [#23284] Make tabs accessible for keyboard/screen readers. Thanks Andrea.
# [#23294] Allow archiving of category when parent category is published. Thanks Mark.
# [#23285] Incorrect markup in com_media. Thanks Rouven.
# [#23277] JToolbarHelper has wrong variable in generated URL. Thanks Michael and Bill.
12-Nov-2010 Jean-Marie Simonet
$ Deleted some redundant ini string
12-Nov-2010 Christophe Demko
# Sort modules by name when selecting a new one
+ Add missing file [#23160]
# [#23280] User can block himself in the admin
# Fix a bad named param in mod_search
11-Nov-2010 Jean-Marie Simonet
# [#23205] Untranslated COM_CONFIG_ACTION_ADMIN_GLOBAL_DESC. Thanks Bill
$ Updated some xx-XX.ini files
11-Nov-2010 Christophe Demko
# [#23242] Component Layout fields shows an error if frontend view does not exist (Andrew Eddie)
11-Nov-2010 Mark Dexter
# Temporary fix for category save bug introduced with [#23068] commit
10-Nov-2010 Christophe Demko
# Removing an extra div + some formatting while testing [#23068]
# [#23206] Improving permissions rules output (Dennis Hermacki)
# [#23068] Add admin rights to article security exploit (Louis Landry)
10-Nov-2010 Jean-Marie Simonet
$ Updating admin lang xmls
# [#23195] Prevent defacement of sites by specifying ?tmpl=offline. Thanks Rouven.
# [#23161] Improve the markup of the Pagenavigation plugin. Thanks Rouven.
$ [#23198] Remove unnecessary keys in X.plg_system_p3p.sys.ini. Thanks Rouven.
$ Applying JText::alt to JALL_LANGUAGE see [#23132]
10-Nov-2010 Andrew Eddie
# Fixed issue [#23175] modal dialog not displaying drop shadows on all sides (Al Kent).
# Fixed issue [#23168] Category Blog view: Articles get edit permission from the category with its same id number (Juan Felix Mateos, Elin Waring).
09-Nov-2010 Christophe Demko
# [#23170] Itemid is lost when browsing from content which is not linked to a menu item
# [#22298] Renaming JUser method (Dennis Hermacki)
# [#22488] set_magic_quotes_runtime() is deprecated as of PHP 5.3.0
# [#23163] Remove closing tags for empty elements (Rouven Weßling)
# [#23162] Remove the last occurrence of the <font> element (Rouven Weßling)
09-Nov-2010 Jean-Marie Simonet
# [#23177] Ability to set a default template style per language when System - Language Filter plugin is on. Thanks Christophe.
# [#23132] Some language have issues when translating global strings such as JALL. Thanks Christophe.
# [#22839] author link redirects to login form and not to profile of author. Thanks Elin and Bill.
$ [#23149] COM_USERS_ACTIVATION_TOKEN_NOT_FOUND message has no translation. Thanks Ronald
09-Nov-2010 Mark Dexter
# [#23054] Follow up on Issue 22932 - Alternate Layouts for Components
# Fix PHP notice problem with [#23054]
08-Nov-2010 Ian MacLennan
# [21571] Reverting commit to examine closer
08-Nov-2010 Christophe Demko
# [#23160] Give each manager the possibility to choose its own admin template style
07-Nov-2010 Jean-Marie Simonet
# [#22757] Wrong urls being produced for drill downs. Thanks Christophe.
# [#23159] Improving display of back-end mod_latest module
$ Added ® to Joomla! instances in footers
$ Deleted some redundant or obsolete ini strings
07-Nov-2010 Mark Dexter
# [#22776] Incorrect path field and child item path fields not being changed on save.
07-Nov-2010 Christophe Demko
# [#21789] Category Manger save alias as date instead of category name when renaming a category (Elin Waring)
# [#21571] category blog view drill down does not maintain layout style
# [#22515] P3P tags are hardcoded in JSession (Nicholas Dionysopoulos)
^ Fix some issues relative to #21571
06-Nov-2010 Christophe Demko
# [#21577] Pagebreak Plugin called via JHtml::_('content.prepare') issue
06-Nov-2010 Jean-Marie Simonet
# [#23134] Template description is only displayed at installation, no where else
# [#23141] Module Position Fixes for Hathor. Thanks Andrea.
# [#23028] Install Sample Data button reactivated when there is error on Main Configuration Page. Thanks Nicolai.
06-Nov-2010 Andrew Eddie
# Fixed issue [#22628] Module Assignment in Module Manager changes to No pages incorrectly (Zachary Draper, Mathavan Jeyadev, Elin Waring).
05-Nov-2010 Mark Dexter
# [#22444] JRegistry fails when binding an object which contains a JRegistry object
05-Nov-2010 Christophe Demko
$ Storing the default style name without ** when language debug is on while installing template
# [#23128] Incorrect Calendar field width (Dennis Hermacki)
# [#22949] Custom error types are always shown as 'Message' (Dennis Hermacki)
05-Nov-2010 Jean-Marie Simonet
# [#21798] Saving Profile Plugin configuration disables Profile, Thanks Mathavan and Elin.
#$ Enabling dashes in template ini keys for positions. Adding these strings for admin templates. + some.
04-Nov-2010 Christophe Demko
# [#23096] Clarification & Simplification of ACL UI (Andrew Eddie, Andrew Tarr)
04-Nov-2010 Jean-Marie Simonet
# [#23113] Clean up extraneous plus sign in user group edit screen. Thanks Andrea.
# [#22860] Invalid icon paths in com_media/models/list.php. Thanks Christophe.
03-Nov-2010 Andrew Eddie
! Updated Beta 13 SQL upgrade diff.
02-Nov-2010 Christophe Demko
# [#23092] Save and New menu item displays error
# [#22562] Uninstalling core templates triggers multiple errors
# [#21512] mod_login does not redirect to menu item with access level greater than current
# [#23082] Help system does not work correctly when debug language is ON
# [#23095] Missing author_email in components/com_content/views/featured
# [#23029] JHtml::stylesheet not backward compatible and broken (Andrew, Mark)
# [#22188] Optimize beez font loading for IE (Rouven Weßling)
02-Nov-2010 Jean-Marie Simonet
# [#23071] Provide template_preview.png for both Beez templates. Thanks Michael and Ramindu.
# [#23090] Acl - edit own - message "edit not permitted" in categories. Thanks Christophe.
# [#23094] Double translation in JHtmlJGrid. Thanks Christophe.
# [#23097] Contact edit screen is not consistent with the other compnents. Thanks Elin and Christophe.
# [#23106] Globally define commonly used module position names. Thanks Matt.
01-Nov-2010 Jean-Marie Simonet
# [#23085] Improved UI for Article/Category permissions. Thanks Andrea.-------------------- 1.6.0 Beta15 Release [29-Nov-2010] ------------------
29-Nov-2010 Mark Dexter
# Sample data fixes (Elin Waring)
29-Nov-2010 Christophe Demko
# [#23525] Access to media manager & ACL
# [#23559] Installer does not initialize the asset table when component is installed
29-Nov-2010 Jean-Marie Simonet
# [#23340] sort order Extension Manager: Manage (filter). Thanks Klas and Christophe.
# [#23555] Duplicate alias error in home page removes home page of the site. Thanks Mark
# [#23376] Confirm password reset fails with invalid token. Thanks Ian.
$ Missing lines in en-GB.xml and xx-XX.xml, missing ini files in xx-XX.
# [#23539] Administrator custom module causes fatal error when used with com_content. Thanks Ian.
$ Consolidated some string, adding missing string.
# [#23557] Super admin requesting password reminder gets wrong Notice. Thanks Christophe.
# [#23527] Add css3 support for rounded corners to the mozilla/webkit corners in Hathor. Thanks Andrea.
# [#23450] mod_articles_category register to readmore and alternative readmore Patch attached. Thanks Angie
28-Nov-2010 Jean-Marie Simonet
# [#22623] stressed titles / utf8 characters don't make it through the return parameter. Thanks Christophe.
28-Nov-2010 Mark Dexter
# [#23501] Custom groups assignment not being honoured in user edit form.
# [#23419] group with create in a single category only (e.g. customer group) user getting 403 errors
27-Nov-2010 Ian MacLennan
# [#23513] Incorrect PHP function referenced in date()'s phpdoc for second parameter
27-Nov-2010 Mark Dexter
# [#23524] JUser has incorrect static variable $isRoot
27-Nov-2010 Jean-Marie Simonet
$ Moving a string to library ini.
27-Nov-2010 Christophe Demko
# [#23523] Add Hathor override for the new My Profile view (Andrea Tarr)
# [#23526] mod_login module does not display correct URL while redirecting
$ Typos in behavior.php
26-Nov-2010 Jean-Marie Simonet
$ [#23449] confusing language in acl tootltip for categories and content
# [#23476] code editor textarea missing border. Thanks Andrea.
26-Nov-2010 Andrew Eddie
# Fixed issue [#23495] ACL for Image Manager access to the uploader (Elin Waring, Christophe Demko).
25-Nov-2010 Jean-Marie Simonet
# Hiding and correcting related to [#23117]
# [#23505] SEF off url inconsistencies in category routes. Thanks Andrew.
25-Nov-2010 Christophe Demko
# [#23462] Checkboxes Form Field is not displayed correctly Options panel (Andrea Tarr)
# [#23460] com_plugins uses wrong JPATH constants (Ian MacLennan)
# [#23461] Wrong JPATH constant use in JHtmlEditor (Ian MacLennan)
# [#23465] Incorrect group attribute set for content search plugin (CY Lee)
# [#23451] Bring com_search closer to XHTML strict (site) (Rouven Weßling)
$ [#23473] Default Access Level tooltip (bill richardson)
25-Nov-2010 Andrew Eddie
# Fixed issue [#23469] Category field for save is showing unauthorized categories (Elin Waring).
# Fixed issue [#23445] Display of categories layouts has changed and is now incorrect (Elin Waring, bill richardson, Omar Ramos).
# Fixed issue [#23454] Article Select in modal won't select if you've searched or filtered in Hathor (Andrea Tarr).
24-Nov-2010 Ian MacLennan
# [#23430] some jhtml behavior's load twice code
# [#23425] Use the correct Icon for a new Article in Category List view
# [#23117] Add missing fields to Category Edit
24-Nov-2010 Jean-Marie Simonet
$ Changing module manager state filter to Published/Unpublished to be consequent.
#$ [#23448] typo in en-GB.ini language file. Normalizing strings to use global.
$^ Adding a string accidentally deleted, code cleaning.
#$ [#23475] Redirect manager state - published or enabled. Thanks Bill.
23-Nov-2010 Christophe Demko
# [#23432] The installer has some issues with schema updates
$^ hiding the 'extension' field (no longer needed) while editing a category + set the 'rules' field label not translatable
23-Nov-2010 Jean-Marie Simonet
$ Deleting unused strings. Reordering strings in some ini files.
# [#23447] image truncated by row height. Thanks Andrea.
$^ Deleting unused strings and css, completing setting the 'rules' field label not translatable
$ Updating xx-XX plg_user.ini and ordering some strings.
22-Nov-2010 Christophe Demko
#$ Fix a language loading file
# [#23434] Installer outputs closing tag at the end of configuration.php (Ian MacLennan)
22-Nov-2010 Jean-Marie Simonet
# [#23368] Missing styles for unpublished items in the list views. Thanks Elin and Bill.
# [#23276] Fix left edge of header lines. Thanks Viet and Michael.
21-Nov-2010 Mark Dexter
# Sample data fixes (Elin Waring)
21-Nov-2010 Christophe Demko
# $ Translating the label field instead of the name field in JLIB_FORM_VALIDATE_FIELD_INVALID error
# [#23409] Category Icon on Components Menu
# [#23278] media_manager from JToolbarHelper throws javascript errors
21-Nov-2010 Jean-Marie Simonet
# [#23361] default template in component.php view always in use
20-Nov-2010 Ian MacLennan
# [#22962] Mootools Library Upgrade
20-Nov-2010 Jean-Marie Simonet
$ Updating xx-XX.com_media.ini to [#23370]
# [#23392] Use Article settings missing from some menu items. Thanks Bill.
#$ [#23416] Adding descriptions in the images modal
# [#23413] Module Article categories. Thanks Mark
# [#23303] Newfeed layouts should show unpublished feeds if logged in. Thanks Mark.
20-Nov-2010 Mark Dexter
# [#23380] Category manager allows deleting a category that has items assigned to it
# [#21581] mod_articles_category Fixes. (Omar Ramos)
20-Nov-2010 Christophe Demko
# [#23355] Access level special now manager and above (Elin Waring)
# [#23342] Front end editing not working in some layouts (bill richardson)
# [#21638] maximum upload size inconsistency (Ian MacLennan, Rouven Weßling, bill richardson)
# Fix a small issue in templatestyle field
19-Nov-2010 Mark Dexter
# Remove duplicate article in sample data
19-Nov-2010 Christophe Demko
^ Fix Check for request forgeries
# [#23397] return false; on config tabs throwing javascript error (Al Kent)
# [#23370] *Modal Non-flash Uploader does not work
# [#23359] com_contact template produces invalid markup (Rouven Weßling)
19-Nov-2010 Jean-Marie Simonet
# [#23367] The secure parameter in menu item is not used. Thanks Christophe.
# [#23304] List Weblinks in a Category doesn't show unpublished weblinks for logged in users. Thanks Mark.
# [#22525] Mod_menu menu image no span with link-title anymore. Thanks Angie.
$ Deleting libraries strings from lang installation as the library is now loaded there.
$ Modifying a string value.
# [#23408] Keep UI consistent for default home page in multilingual site. Thanks Christophe.
# [#23388] mod_menu. Thanks James, Bill, Rouven
18-Nov-2010 Jean-Marie Simonet
$ Adding missing strings
18-Nov-2010 Andrew Eddie
! Added SQL diff for beta 14 to 'next version'.
17-Nov-2010 Mark Dexter
# [#22484] JFolder::files() does not pass exclude parameters when recursing
# Follow up on [#23360] to include two image files
17-Nov-2010 Christophe Demko
# [#23197] onUserBeforeSave needs to be able cancel the creation of an account (Andrew Eddie)
# [#23208] Logout from edit screen gives 403
# [#23150] Error if menu alias = "component" (Elin Waring)
# [#23325] Component Setting should get an apply button (Dennis Hermacki)
# [#23305] No checking to ensure behavior.keepalive only gets loaded once. (Ian MacLennan)
# [#23360] component_view Email to a friend etc. Patch attached (Angie Radtke)
# [#23352] Text alignment issues at Pre-Installation check screen (Tim Plummer)
# [#23310] Empty Components Sub-menu Displayed (Michael Babker)
# [#23333] User information lost if get error message when trying to create (Michael Babker)
# [#22712] *Port issue when uploading image with image button (Ian MacLennan)
# [#23345] Attaching onFireEvent causes plugins to return an extra (empty) result set
17-Nov-2010 Jean-Marie Simonet
# Added icon for the new My Profile menu [#23347]
# [#23363] Menu_Item_Root is not translatable + some strings
$ Missing string values
# [#23365] Images can be inserted anymore. Thanks Rouven.
17-Nov-2010 Andrew Eddie
# Fixed issue [#23347] Move profile editing out of com_users and into com_admin
# Fixed issue [#23110] Any user with create or edit rights to com_user can make a group a superadmin group (Elin Waring).
# Fixed issue [#23348] Improve scaling architecture for users and groups lists.
# Fixed issue [#23241] Saving category while validating rules fails (Mark Dexter, Christophe Demko).
# Fixed issue [#21837] @todo ACL - Disallow creation of Super User & Admin group by non Super User (Michael Babker, Christopher Garvis, Elin Waring).
# Fixed issue [#23306] "Add New Article" quick icon permissions check (Michael Babker, Elin Waring, Christophe Demko).
# Fixed issue [#22868] Improving permissions debug (Dennis Hermacki, Andrea Tarr).
16-Nov-2010 Christophe Demko
# Fix the Edit profile permission
16-Nov-2010 Mark Dexter
# [#23328] Unpublished category - Featured - Errors in content and contact component
16-Nov-2010 Jean-Marie Simonet
$ Deleting redundant strings.
$ Correcting wrong EOL from [#23184]
# [#23334] error in sample data. Thanks Dennis.Drupal 7.0 rc1, 2010-11-30
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for master/slave replication, transactions, multi-insert queries,
and other features.
* Added support for the SQLite database engine.
* Default to InnoDB engine, rather than MyISAM, on MySQL when available.
This offers increased scalability and data integrity.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
* Implemented a pluggable password system and much stronger password hashes
that are compatible with the Portable PHP password hashing framework.
* Rate limited login attempts to prevent brute-force password guessing, and
improved the flood control API to allow variable time windows and
identifiers for limiting user access to resources.
* Transformed the "Update status" module into the "Update manager" which
can securely install or update modules and themes via a web interface.
- Usability:
* Added contextual links (a.k.a. local tasks) to page elements, such as
blocks, nodes, or comments, which allows to perform the most common tasks
with a single click only.
* Improved installer requirements check.
* Improved support for integration of WYSIWYG editors.
* Implemented drag-and-drop positioning for input format listings.
* Implemented drag-and-drop positioning for language listing.
* Implemented drag-and-drop positioning for poll options.
* Provided descriptions and human-readable names for user permissions.
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customized using the Views module.
* Removed the 'related terms' feature from taxonomy module since this can
now be achieved with Field API.
* Added additional features to the default install profile, and implemented
a "slimmed down" install profile designed for developers.
* Added a built-in, automated cron run feature, which is triggered by site
visitors.
* Added an administrator role which is assigned all permissions for
installed modules automatically.
* Image toolkits are now provided by modules (rather than requiring a
manual file copy to the includes directory).
* Added an edit tab to taxonomy term pages.
* Redesigned password strength validator.
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* Renamed "input formats" to "text formats".
* Moved text format permissions to the main permissions page.
* Added configurable ability for users to cancel their own accounts.
* Added "vertical tabs", a reusable interface component that features
automatic summaries and increases usability.
* Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
* Improved performance on uncached page views by loading multiple core
objects in a single database query.
* Improved performance for logged-in users by reducing queries for path
alias lookups.
* Improved support for HTTP proxies (including reverse proxies), allowing
anonymous page views to be served entirely from the proxy.
- Documentation:
* Hook API documentation now included in Drupal core.
- News aggregator:
* Added OPML import functionality for RSS feeds.
* Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
* Added support for language-aware searches.
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
* Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
- Improved time zone support:
* Drupal now uses PHP's time zone database when rendering dates in local
time. Site-wide and user-configured time zone offsets have been converted
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
* User-configured time zones now serve as the default time zone for PHP
date/time functions.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- OpenID:
* Added support for Gmail and Google Apps for Domain identifiers. Users can
now login with their user@domain.com identifier when domain.com is powered
by Google.
* Made the OpenID module more pluggable.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
* Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
* Added Seven as the default administration theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
* Added Bartik as the default theme.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
* The file_move(), file_copy() and file_delete() functions now operate on
file objects and invoke file hooks so that modules are notified and can
respond to changes.
* For the occasions when only basic file manipulation are needed--such as
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
* Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
* The mime_extension_mapping variable has been removed. Modules that need to
alter the default MIME type extension mappings should implement
hook_file_mimetype_mapping_alter().
* Added the hook_file_url_alter() hook, which makes it possible to serve
files from a CDN.
* Added a field specifically for uploading files, previously provided by
the contributed module FileField.
- Image handling:
* Improved image handling, including better support for add-on image
libraries.
* Added API and interface for creating advanced image thumbnails.
* Inclusion of additional effects such as rotate and desaturate.
* Added a field specifically for uploading images, previously provided by
the contributed module ImageField.
- Added aliased multi-site support:
* Added support for mapping domain names to sites directories.
- Added RDF support:
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
* Modules can specify how their data structure maps to RDF.
* Added support for RDFa export of nodes, comments, terms, users, etc. and
their fields.
- Search engine optimization and web linking:
* Added a rel="canonical" link on node and comment pages to prevent
duplicate content indexing by search engines.
* Added a default rel="shortlink" link on node and comment pages that
advertises a short link as an alternative URL to third-party services.
* Meta information is now alterable by all modules before rendering.
- Field API:
* Custom data fields may be attached to nodes, users, comments and taxonomy
terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
and allow custom data fields to be attached to itself.
* Provides most of the features of the former Content Construction
Kit (CCK) module.
* Taxonomy terms are now Field API fields that can be added to any fieldable
object.
- Installer:
* Refactored the installer into an API that allows Drupal to be installed
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
* Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
* The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
* Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.4.4.
* Upgraded the jQuery Forms library to 2.49.
* Added jQuery UI 1.8.6, which allows improvements to Drupal's user
experience.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.Changes since DRUPAL-7-0-RC-1:
* #985804 by solotandem, jhodgdon: Errors array missing key in hook_field_validate documentation
* #929208 by heyrocker, duellj: Fixed Path hook api docs are missing function bodies
* - Patch #986018 by fago: remove ununsed test files.
* #979958 by das-peter, Damien Tournoud: Fixed regression in load_functions detection for menu items
* #979958 follow-up by carlos8f: Small tweaks to previous fix.
* - Patch #862854 by rjgoldsborough, tim.plunkett, reglogge, Jeff Burnz, amateescu, theresaanna, yoroy: no styling for sticky.
* - Patch #950460 by Gábor Hojtsy, drunken monkey, jhodgdon: language selection in advanced search filters broken.
* #903392 by jhodgdon, rayasa: Fixed 'Add new comment' text appears in search result snippet
* #557284 by rfay, timos: Fixed AHAH/AJAX bindings do not work on checkbox or radio in IE6/7/8
* #974072 by Damien Tournoud: Fixed Comment publish / unpublish actions are broken
* #978050 by swentel: Fixed Clearing the log with a filter throws notice and a PDOException
* #534556 by karschp, coltrane, Bojhan, David_Rothstein: Fix double appearance of the settings.php message in the installer
* #947820 by boombatower: Fixed Form action URL is not obtained properly in SimpleTest
* #936490 by dww, tstoeckler, haydeniv, Bojhan: Fixed Update module should verify downloaded tarballs and propagate errors correctly
* #984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always pulls your site out of maintenance mode immediately
* #518512 by lelutin, dwong127, jhodgdon, nadavoid: Fixed Search from block with no keywords doesn't display the 'Please enter some keywords' message
* #984416 by Berdir: Fixed #states doesn't work on submit buttons
* #854432 by Jeff Burnz: Fixed Add styling for disabled form elements in Bartik
* #841266 by Nephele: Fix typo in field ui string.
* #819996 by amateescu, Jeff Burnz, tim.plunkett, Hoople, bleen18: Fix taxonomy term displays in Bartik.
* #928776 by Jeff Burnz, mgifford, jensimmons, tim.plunkett, amateescu: Fixed Unpublished comments have a styling issue
* #841266 follow-up by Nephele: Fixing tests broken by label change.
* #988184 by Jeff Burnz: Remove duplicate IDs from preview.html in Bartik.
* #827530 by ipwa, tim.plunkett, eugene.samoylenko, jensimmons: Fixed styling for Bartik Highlight and Help regions
* #990148 by chx, jhodgdon: Provide context to hook_field_attach_view_alter().
* #929780 by Jeff Burnz: Add background for messages when featured is active in Bartik
* #985292 by ngmaloney, scor, bfroehle: Fixed Nodes published before 1970 won't insert in taxonomy index
* #990814 by yched, jhodgdon: Fixed Intermittent test failures in field.test
* #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to add a new not null field with initial value
* #991046 by carlos8f, mikey_p: Fixed PDO Exception after upgrading from Drupal 6.19 to Drupal 7 RC1
* #941288 by David_Rothstein: Fixed overlay behaviour on phpinfo() link.
* #975754 by jhodgdon: Fixed problems with hook_menu() documentation.
* #988760 by ksenzee: Fixed theme_container can't be used with non-form elements
* #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_label
* #307636 by zbricoleur: Fixed image_get_info() fails on IIS on new uploads
* - Patch #854396 by tstoeckler, jhodgdon: improve documentation for date-related functions and hooks in system.module.
* - Patch #632382 by mr.baileys, sun: 'Your name' should not be prepopulated with Anonymous.
* - Patch #735196 by jhodgdon, sun: improve hook_filter_info() documentation.
* - Patch #991588 by mfer, mbutcher: make t() faster.
* - Patch #991726 by wojtha, meba: missing format_plural() in comments and node module.
* #827528 by tlattimore, ipwa, reglogge, eugene.samoylenko, tim.plunkett, jensimmons, rschwab, amateescu: Fixed No styling for PRE, CODE tags in Bartik
* #967330 by Dave Reid: Fixed The [current-user:?] token should provide the actual loaded user
* #994482 by babbage: Fixed Syntax error in drupal_add_js API example
* - Patch #992674 by carlos8f, scor, alexanderpas: private file download returns access denied.
* - Patch #982814 by sun: messages are generated too early.
* - Patch #992564 by wojtha: t() or format_plural() inside watchdog() function call in tracker and action module.
* - Patch #991340 by alexpott: user_validate_current_pass() uses global and not the user object from the form.
* - Patch #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist.
* - Patch #953494 by ngmaloney: rdf_mapping_save() shouldn't pass by reference.
* #965004 by johnbarclay, mr.baileys: Fixed Mismatched argument/variables in hook_user_login() documentation.
-------------------- 1.6.0 RC1 Release [14-Dec-2010] ------------------
14-Dec-2010 Mark Dexter
+ [#23750] Update of old core layouts in Milky Way (Elin Waring & Jennifer Marriott)
# Reverting [#23697] since it causes problems in Menu Item edit. Re-opening issue.
# [#23754] Security issue - Templates Manager: Edit Style --> Advanced Options
14-Dec-2010 Ian MacLennan
# [#23373] Make decision and implement changes to URL structure
# [#23764] Search Results have issues with SEF (Error: 500)
14-Dec-2010 Jean-Marie Simonet
# [#23771] RTL header display issue (bluestork) + same in admin
14-Dec-2010 Christophe Demko
# [#23770] unit test are not working on JLanguage since commit on [#23407]
# [#23749] User with core.admin but not core.manage in com_messages can be selected as recipient of messages (Rouven Weßling)
13-Dec-2010 Ian MacLennan
# [#22751] errors in javascript form validation and combobox.js
13-Dec-2010 Christophe Demko
# adding a jimport in uri.php (it uses JString::parse_url)
# [#23407] Add option which day should be the first day of the week (Dennis Hermatski)
# [#23748] languagefilter causes double content on www.example.com/ and www.example.com/en/ (Mark Visser)
13-Dec-2010 Jean-Marie Simonet
$# [#23747] Fix UI for blog layouts. Thanks Elin.
# Fixing some hardcoded colons
$ Normalizing some language strings, Correcting typos.
13-Dec-2010 Mark Dexter
# [#23377] Version information disclosure in joomla.xml
# Sample data fixes (Elin Waring)
# Better fix for installation error with [#23745] (Sam Moffatt)
12-Dec-2010 Mark Dexter
# [#23741] Menu -> Content -> Featured Articles gives error 500
^ [#22758] Controlling module parameters for <jdoc:include type="module" /> (Dennis Hermatski)
# [#22531] Private Message recipient not checking for backend access
^ [#23745] Add a system plugin event called onBeforeCompileHead (Louis Landry)
# [#23737] Number of list results not taken into account on listing view
# [#22097] Records in #__session aren't deleted after user's logout; Joomla checks #__session too often (Dennis Hermatski)
# [#21138] Article manager - no filter on created by (Roland Dalmulder)
# [#23728] Content of the mail from is not retained if an error occurs
# [#23725] Duplicate contradicting messages on send mail error
# [#23696] Menus creation fail with 1.5-style menus metadata: using SimpleXMLElement attributes missing (string) typecast (Beat)
# [#23697] Menus with default view have a view=(empty) in URL and are missing other defined attributes and 1.5-type-menu-metada does not display menu type correctly in backend (Beat)
# Fix up error trying to run installation with [#23745]
12-Dec-2010 Christophe Demko
# Checking the table when copy a menu item (missing in [#23721])
# [#23740] *RTL menu display issue in beez 2.0 (Jean-Marie Simonet)
12-Dec-2010 Jean-Marie Simonet
# [#23721] SEF-URLs with mod_rewrite is not working for certain menu-aliases. Thanks Christophe.
# [#23723] Various RTL issues with single contact display with Beez2. Thanks Iztik and Andrea.
# [#23729] List Contacts in Category missing ID column of table on front-end. Thanks Bill.
# [#23730] Backend - 500 an error has occurred when sorting an empty contact list. Thanks Bill.
11-Dec-2010 Jean-Marie Simonet
# [#23715] Add Site Name to Page Title not working for articles/newsfeeds/weblinks selected via a category. Thanks Mark
11-Dec-2010 Christophe Demko
# [#23720] *Changing Home set to ALL languages to another language and reverting = 500 + unpublish message
# [#22648] function isCompatible incorrectly checks current version (Mark Dexter)
# [#23498] Use Mootools Build-In Cookie Class in hide.js (Rouven Weßling)
# [#23196] Articles created in front end have no rules saved in asset table* (Mark Dexter)
# [#23480] Addition of missing handler parameter for JHTML modal behavior and fullScreen capability (Omar Ramos)
# [#23424] Minor improvements to md_stylechanger.js (Rouven Weßling)
# [#23719] Single Newsfeed SEF urls don't contain alias (Elin Waring)
# [#23708] backend - missing RTL css definition for backloggedin-users (Andrea Tarr)
# [#23372] Make Title in Read more button optional (bill richardson)
# [#23707] Missing option to translate accordion section headers in backend main page
# [#23291] Improve JBrowser (Rouven Weßling)
10-Dec-2010 Mark Dexter
^ [#22730] Assign usergroup to guests (Dennis Hermacki)
10-Dec-2010 Christophe Demko
# [#23589] mod_latestnews ignores "show featured" setting
10-Dec-2010 Jean-Marie Simonet
# [#23710] Improve fieldset input CSS definition for RTL language. Thanks Itzik and Andrea.
# [#23709] add new article - missing RTL css definition for editor article button. Thanks Itzik and Andrea.
# [#23711] Allowing default text to be translatable in form fields. Thanks Christophe
$- [#22091] Global configuration System: help server string updated. helpsites-15.xml deleted. helpsites-16.xml updated.
# [#23714] Misc Hathor css fixes. Thanks Andrea.
$ [#23713] "User Manager: Edit Access Level" has some small errors. Thanks Peter and Bill.
$ [#23712] "User Manager: Add New View Permission Level" label is not logical. Thanks Peter and Bill
09-Dec-2010 Mark Dexter
# [#23695] Apply patch 23034 to contacts and newsfeeds
# [#23690] Fullpath disclosure in template error files
09-Dec-2010 Christophe Demko
# [#22725] Update Manager Fails (Dennis Hermacki)
# [#23700] Lang switcher is redirecting users to home page depending of languages when lang filter is off + SEF plugin is doing some work when SEF is OFF
# [#23702] Javascript out of sync between normal and uncompressed file (Rouven Weßling)
09-Dec-2010 Jean-Marie Simonet
[#23671] some Chinese glyphs break SEF when using unicode urls. Thanks Mark.
08-Dec-2010 Jean-Marie Simonet
# [#23677] RTL header issue in Bluestork. Thanks Andrea.
08-Dec-2010 Mark Dexter
# [#21207] Joomla 1.6 Beta 6 - not assigned to groups when via LDAP login. (Elin Waring)
# [#23441] *Fatal error when saving a weblink from the new icon in a weblink category list
# [#22992] Unpublished articles are still shown in user profile
# [#22958] CSS class and id changes (cont'd) (Andrea Tarr)
# [#22955] Upgrading plugin using method="upgrade" does not remove files omitted from xml (Sam Moffatt)
07-Dec-2010 Mark Dexter
# [#22957] Upgrading a template that uses method="upgrade" removes manually added files
# [#22682] Users without edit state can change date on screen via the calendar
# [#23366] Remove special treatment for Konqueror with regard to minified javascript (Rouven Weßling)
07-Dec-2010 Jean-Marie Simonet
[#23666] Attempting to log in with a non-existent account get's "Username and password do not match" message. Thanks Matt and Bill.
07-Dec-2010 Christophe Demko
+ Adding an index.html file
# [#23663] Some modules does not load the jmodel class before using it
# [#23639] JFormValidator and disabled Elements (Reinhard Hiebl)
# [#23654] Com_categories don't save the params when a section is specified (Jonnathan S. Lima)
06-Dec-2010 Christophe Demko
# [#23660] The menu system does not use attributes in metadata.xml files
# [#23227] JArrayHelper::fromObject doesnt work if the object contain an array of objects
06-Dec-2010 Jean-Marie Simonet
# [#23288] instances of ® should be html encoded. Thanks Bill.
#$ Normalizing/implementing Submit/Save success strings/code for articles/weblinks in front-end
# [#23651] Save failed with the following error: Another article from this category has the same alias. Thanks Mark.
# [#23034] Article title tag is using menu title instead of article title. Thanks Mark.
# [#23622] Hathor clean up of CSS and parameters, plus file reduction. Thanks Andrea.
05-Dec-2010 Jean-Marie Simonet
# [#23604] Can't load twice the same loadposition on same page. Thanks Christophe.
05-Dec-2010 Christophe Demko
# [#23474] Script code injected into module edit screen for menu assignment does not validate. (bill richardson)
# [#23653] Differences between uncompressed and normal JS files (Rouven Weßling)
# [#23606] Saving Profile changes generates two php warning messages (Elin Waring)
04-Dec-2010 Christophe Demko
# [#23436] Cannot utilize more than one spacer field type in component config.xml
# Omitting of commit in [#22606]
04-Dec-2010 Jean-Marie Simonet
$ Adding missing ini string
#$ Adding Phnom Penh in time zones. Updating xx-XX.ini(s)
# Missing file in [#23016] breaks global config when debug on
# [#23649] Langfilter home page and user site language. Thanks Christophe.
03-Dec-2010 Ian MacLennan
# [#23016] Use minified/uncompressed files for more Scripts (Rouven Weßling)
03-Dec-2010 Mark Dexter
# [#23133] Back end edit screens need ACL
# [#23562] Categories & Menus Batch ACL checks missing
# [#23554] Alternative layout example (Elin Waring)
# [#23558] Customer Group cannot save article from category list
# [#23590] Clean up commented code in weblinks (Elin Waring)
# [#23169] Remove the border and frameborder attributes. (Rouven Weßling)
# [#21765] Codemirror doesn't work with XHTML is served with an XML MIME type (Rouven Weßling)
# [#22664] Issue with displayed records after change of filters
# [#23599] Add a tooltip that a password needs to have at least 4 characters.
03-Dec-2010 Christophe Demko
# [#22033] Apostrophe du mode hors ligne
# [#23568] Media field needs to cope with com_media ACL
# [#23433] Skip the automaticall loading of plugin language file
# [#22606] Unable to create several groups with the same name
03-Dec-2010 Jean-Marie Simonet
$ Modifications of the installation ini files.
# [#22351] component messages - my settings wrong display. Thanks Andrea.
# [#23635] "Debug Permissions Report" buttons improvement. Thanks Dennis.
# [#23636] Invalid using of JLIB_APPLICATION_ERROR_UNHELD_ID. Thanks Dennis.
# [#23608] Sort by user group 500 error. Thanks Mark. Temporary fix.
# [#23492] Aria-invalid missing on some invalid inputs. Thanks Andrea.
02-Dec-2010 Mark Dexter
# Typo in language file
02-Dec-2010 Christophe Demko
# [#23615] Implementing tooltip for the filters settings in Content Options (Jean-Marie Simonet)
# [#23607] Profile fields not displaying in profile form. (Elin Waring)
# [#23611] The extension manager does *not* display messages when uninstalling
02-Dec-2010 Jean-Marie Simonet
# [#23605] Adding the string Select in the batch dropdowns
# [#23587] com_content archive template produces invalid markup. Thanks Bill.
# [#23613] Adding a tooltip to Select access levels in the batch layouts
01-Dec-2010 Christophe Demko
# [#23581] Component installer does not use the key from the menu tag
# [#23534] Method signatures don't match causing PHP strict errors - Features model populateState (Ian MacLennan)
# [#23533] Method signatures don't match causing PHP strict errors - articles model populate state (Ian MacLennan)
01-Dec-2010 Jean-Marie Simonet
$^ Enabling custom translation of types in installer messages
# [#23602] Login redirect form does not redirect to the return parameter passed as GET parameter. Thanks Christophe.
# [#22039] Using loadposition to load an articles category module returns Fatal error on front. Thanks Angie.
$ [#23598] The word "warning" cannot be translated. + ordered some strings and updated xx-XX.ini
# [#23586] Discovering of plugins by the extension manager consider them as installed. Thanks Christophe.
$ [#23585] Correct Batch Menu Copy/Move Label. Thanks Michael
30-Nov-2010 Christophe Demko
# [#23532] Strict errors - issues with JCacheController (Ian MacLennan)
# [#23537] Method signatures don't match causing PHP strict errors - JRouter (Ian MacLennan)
# [#23536] Method signatures don't match causing PHP strict errors - JDate (Ian MacLennan)
# [#23535] Method signatures don't match causing PHP strict errors - articles model get items (Ian MacLennan)
# [#23580] 500 Errors going to Article Manager in Hathor (Andrea Tarr)
30-Nov-2010 Jean-Marie Simonet
# Updating JLanguageTest
# Corrected JArrayHelperTest unicode corruption
# [#23569] When adding a form as plugin into article "JLIB_APPLICATION_ERROR_UNHELD_ID" is thrown. Thanks Mark.
# [#23439] redundant code in components/com_weblinks/controllers/weblink.php. Thanks Bill.Drupal 7.0 rc3, 2010-12-23
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for master/slave replication, transactions, multi-insert queries,
and other features.
* Added support for the SQLite database engine.
* Default to InnoDB engine, rather than MyISAM, on MySQL when available.
This offers increased scalability and data integrity.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
* Implemented a pluggable password system and much stronger password hashes
that are compatible with the Portable PHP password hashing framework.
* Rate limited login attempts to prevent brute-force password guessing, and
improved the flood control API to allow variable time windows and
identifiers for limiting user access to resources.
* Transformed the "Update status" module into the "Update manager" which
can securely install or update modules and themes via a web interface.
- Usability:
* Added contextual links (a.k.a. local tasks) to page elements, such as
blocks, nodes, or comments, which allows to perform the most common tasks
with a single click only.
* Improved installer requirements check.
* Improved support for integration of WYSIWYG editors.
* Implemented drag-and-drop positioning for input format listings.
* Implemented drag-and-drop positioning for language listing.
* Implemented drag-and-drop positioning for poll options.
* Provided descriptions and human-readable names for user permissions.
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customized using the Views module.
* Removed the 'related terms' feature from taxonomy module since this can
now be achieved with Field API.
* Added additional features to the default install profile, and implemented
a "slimmed down" install profile designed for developers.
* Added a built-in, automated cron run feature, which is triggered by site
visitors.
* Added an administrator role which is assigned all permissions for
installed modules automatically.
* Image toolkits are now provided by modules (rather than requiring a
manual file copy to the includes directory).
* Added an edit tab to taxonomy term pages.
* Redesigned password strength validator.
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* Renamed "input formats" to "text formats".
* Moved text format permissions to the main permissions page.
* Added configurable ability for users to cancel their own accounts.
* Added "vertical tabs", a reusable interface component that features
automatic summaries and increases usability.
* Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
* Improved performance on uncached page views by loading multiple core
objects in a single database query.
* Improved performance for logged-in users by reducing queries for path
alias lookups.
* Improved support for HTTP proxies (including reverse proxies), allowing
anonymous page views to be served entirely from the proxy.
- Documentation:
* Hook API documentation now included in Drupal core.
- News aggregator:
* Added OPML import functionality for RSS feeds.
* Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
* Added support for language-aware searches.
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
* Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
- Improved time zone support:
* Drupal now uses PHP's time zone database when rendering dates in local
time. Site-wide and user-configured time zone offsets have been converted
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
* User-configured time zones now serve as the default time zone for PHP
date/time functions.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- OpenID:
* Added support for Gmail and Google Apps for Domain identifiers. Users can
now login with their user@domain.com identifier when domain.com is powered
by Google.
* Made the OpenID module more pluggable.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
* Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
* Added Seven as the default administration theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
* Added Bartik as the default theme.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
* The file_move(), file_copy() and file_delete() functions now operate on
file objects and invoke file hooks so that modules are notified and can
respond to changes.
* For the occasions when only basic file manipulation are needed--such as
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
* Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
* The mime_extension_mapping variable has been removed. Modules that need to
alter the default MIME type extension mappings should implement
hook_file_mimetype_mapping_alter().
* Added the hook_file_url_alter() hook, which makes it possible to serve
files from a CDN.
* Added a field specifically for uploading files, previously provided by
the contributed module FileField.
- Image handling:
* Improved image handling, including better support for add-on image
libraries.
* Added API and interface for creating advanced image thumbnails.
* Inclusion of additional effects such as rotate and desaturate.
* Added a field specifically for uploading images, previously provided by
the contributed module ImageField.
- Added aliased multi-site support:
* Added support for mapping domain names to sites directories.
- Added RDF support:
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
* Modules can specify how their data structure maps to RDF.
* Added support for RDFa export of nodes, comments, terms, users, etc. and
their fields.
- Search engine optimization and web linking:
* Added a rel="canonical" link on node and comment pages to prevent
duplicate content indexing by search engines.
* Added a default rel="shortlink" link on node and comment pages that
advertises a short link as an alternative URL to third-party services.
* Meta information is now alterable by all modules before rendering.
- Field API:
* Custom data fields may be attached to nodes, users, comments and taxonomy
terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
and allow custom data fields to be attached to itself.
* Provides most of the features of the former Content Construction
Kit (CCK) module.
* Taxonomy terms are now Field API fields that can be added to any fieldable
object.
- Installer:
* Refactored the installer into an API that allows Drupal to be installed
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
* Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
* The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
* Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.4.4.
* Upgraded the jQuery Forms library to 2.49.
* Added jQuery UI 1.8.6, which allows improvements to Drupal's user
experience.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.
- #336483 by brianV, catch: Fixed Performance: SELECT MAX(comment_count()) FROM node_comment_statistics() does full table scan
- #289504 by catch, mikeryan, moshe weitzman: Fixed user_delete() performance: index comment uid columns
- #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc
- #996236 by fago, sun, pillarsdotnet, xjm: Fixed drupal_flush_all_caches() does not clear entity info cache
- Rollback of Issue #1280792 by andypost: Key length too long error
- #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs
- #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module
- #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get()
- #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header
- #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404
- #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields
- #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for need to be a list
- #1045786 by D?©sir?©, Albert Volkman, droplet: Fixed Length of Aggregator Trimmed Description
- #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc
- #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI
- #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function
- #1405260 by skottler: Clarify the language around non-reliable queue examples
- #984874 by LSU_JBob, dalin, Albert Volkman, sun: Use DrupalUnitTestCase where possible
- #1280792 by julien, xjm, pingers, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short
- #1110650 follow-up by sun: Oops. No entity_create() in 7.x. :)
- #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears
- #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray
- #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be used as a function parameter before PHP 5.3
- #1420048 by nod_, droplet: fixed menu* JS indention
- #1099062 by nod_, droplet: Autocomplete.js micro optimization
- #1399496 by droplet: JS semicolon to following code standard
- #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body
- #1394790 by joachim: explain system_admin_compact_mode()
- #1377544 by kotnik: hook_update_N documentation uses dead links
- #852524 by plach, oriol_e9g: include language provider files only when they are needed
- #1416218 by scorchio: Improve variable naming in format_interval()
- #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion
- #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace
- #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction
- #1387098 by LSU_JBob, nburles: bug in ajax.js when minified
- #1000074 by naxoc: node_permission() uses check_plain() without a purpose
- #666854 by TR, JacobSingh: fixed E_NOTICE warnings in run_tests().sh
- #1386514 by pflame, nod_, David_Rothstein: Fixed Dragging and dropping a shortcut from disabled to enabled doesn't switch the status if the dragging happens fast
- #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents
- #1160928 follow-up by sun: Commit missing file. Oops
- #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete 'site_offline_message' variable is not always deleted during the D6->D7 upgrade
- #1373582 by jhodgdon, TR: Fixed Trailing whitespace
- #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified
- #1402962 by xjm, marcingy, oriol_e9g, msonnabaum: Fixed Render cache shouldn't treat empty strings as a cache miss
- #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe
- Revert "Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module."
- #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail
- #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module
- #1309742 by rocket_nova, Albert Volkman: Add inline comment clarifying use of language_list() in system_date_format_save()
- #1160928 by catch, xjm: Add tests for node type/comment body upgrade path
- #955848 by anrikun, Kars-T, catch, chx, casey, sun: Fixed When editing an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting
- #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used
- #131737 by malc0mn, pillarsdotnet, scor, xjm, nvanhove, oriol_e9g, mrfelton, aspilicious, Pancho, v1nce, dhthwy: Fixed Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems
- #1399334 by ArtistConk: Two small grammar fixes
- #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase
- #1371938 by yched, Everett Zufelt, xjm, casey: Fixed hook_field_delete() no longer invoked during field_purge_data()
- #1384224 by philbar, Plazik, oriol_e9g: Fixed Resize Site Logo in Seven Theme Maintenance Pages
- #1397890 by sun: Fixed DrupalWebTestCase::assertFieldByName() outputs bogus assertion message when no is passed
- #1397882 by sun: Fixed system_theme_settings_submit() does not properly clean up submitted form values
- #1181750 by Everett Zufelt, sun: Fixed Removal of 'Hidden' option in comment settings form may break programmatic form submissions
- #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C
- #1407028 by jhodgdon, arianek: Remove arianek from Maintainers.txt. We will miss you. :) Thanks for all of your awesome work! :D
- #1338110 by aaron.r.carlton, oriol_e9g: Fixed remove the protected variable () if it's not used in tracker.test
- #1399896 by xjm: Fixed testCommentNewCommentsIndicator() is inside CommentHelperCase and therefore gets run repeatedly
- #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice
- #1336308 by kathyh, pjcdawkins, meshkinsoft: Fixed wrong usage of function t in system_menu()
- #1376164 by sun, oriol_e9g: Fixed Format SimpleTestFunctionalTest description according to standards
- #1274212 by amateescu, c31ck: Fixed Incorrect order of choices in Poll module
- #939880 by amateescu, marcingy: Fixed Poll Module throws PDOException when creating poll content
- #1391384 by yched, oriol_e9g: Fixed Wrong static clear on taxonomy_vocabulary_save()
- #1376502 by TR, vitalsouto: Fixed Code cleanup: Removed empty PHP blocks from templates left over from git migration
- #1387766 by dereine: Added Use fast drupal static pattern for locale
- #1295546 by c31ck, marcingy, amateescu, xjm: Fixed Weight and number of votes not getting saved when updating a poll
- #1344752 by pflame, aspilicious, JacobSingh: Fixed Drag and Drop of shortcuts between Enable and Disable Does not respect the Shortcuts Limit
- #1367014 by chris.leversuch: Clean up API docs for toolbar module
- #1227396 by chris.leversuch, jhodgdon: Document that hook_node_access() is not called on node listings
- #987472 by damien_vancouver, OnkelTem: Fixed search.module doesn't consistently support multibyte characters
- #1364528 by Everett Zufelt, catch: Add xjm as taxonomy module maintainer
- Revert "Issue #1371484 by makara: Fixed Private properties in abstract class DrupalCacheArray."
- #1368872 by agentrickard, oriol_e9g: Clean up API docs for syslog
- #1273104 by TwoD, Rob Loach, nburles, nod_: Remove eval() from field_ui().js
- #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature
- Follow-up #1007830 by Damien Tournoud, basic: Fixed Nested transactions throw exceptions when they got out of scope
- #1359710 by xjm, pwolanin: Fixed taxonomy_menu() passes invalid arguments into taxonomy_form_term()
- #1380660 by aspilicious, loganfsmyth: Fixed field_available_languages() static cache never cleared
- #1382144 by Chi: Rename variable in standard profile
- #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.js when minified
- Revert "Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom."
- #1370060 by jvns, chris.leversuch: Add cross-references between taxonomy_vocabulary_load() and taxonomy_vocabulary_machine_name_load()
- #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter()
- #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function
- #1309278 by basic, Niklas Fiekas: Added Make PDO connection options configurable
- #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete()
- #381994 by xjm, good_man, elcuco, brianV, yhager: Fixed Machine-name fields are always in Latin characters, and should therefore always be LTR
- #1359326 by xjm: Fixed t() documentation does not clearly indicate that options are documented in format_string() docs
- #1015916 by BTMash, jenlampton, theborg, Aron Novak, christefano, realityloop, xjm, Kevin Hankens: Fixed Image field 'title' allows more data than database column size
- #1025582 by sun: Added Custom db_select() 'conditions' parameter for menu_build_tree()
- #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed image_dimensions_scale() and image_scale_effect() are ungrokable and buggy
- #629518 by jhodgdon, reglogge, jvns, oriol_e9g: Fixed hook_node_insert() and other node hooks have imprecise/misleading descriptions
- #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom
- #1332636 by sven.lauer, xjm: Clean up API docs for contact module
- #1323720 by xenophyle, xjm: Clean up API docs for block module
- #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module
- #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for field_ui() module
- #1332580 by sven.lauer, xjm: Clean up API docs for color module
- #1373634 by oriol_e9g, sun: Fixed Installation profile is not installed and not registered as module, unless identical to parent site
- #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page
- #1371256 by ayelet_Cr, oriol_e9g: Document that QueryConditionInterface::condition() should not be used to add NULL conditions
- #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail
- #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed '0' not displayed as checkbox / radios options (nor as any element #title)
- #1345480 by chris.leversuch, rbayliss: Fixed node_load() does not document FALSE return value
- #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php
- #1366232 by sun: Fixed drupalCreateUser() breaks if testing site/profile does not install Comment module
- #678594 follow-up by mlncn: Add clarifying comment to RDFa markup for file/image formatters
- #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function
- #1319904 by rc_100, xjm, jhodgdon: Clean up API docs for help module
- #1347890 by sven.lauer, xjm, jhogdon: Clean up API docs for file module
- #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it
- #1050466 by xjm, makara, rhayun: Fixed The taxonomy index should be maintained in a node hook, not a field hook
- #1371484 by makara: Fixed Private properties in abstract class DrupalCacheArray
- #1375134 by xjm, sun: Fixed Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion()
- #1240256 by lyricnz, Akaoni, jenspeter: Fixed file_unmanaged_copy() Fails with Drupal 7.7+ and safe_mode() or open_basedir()
- #1373360 by sun: fatal error if optional Block module is not enabled
- #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() inappropriately removes SQL expressions
- #1265946 by klausi, tstoeckler, dereine, aspilicious: DoS against core using a large number of OR search query terms
- #1366804 by TR: 'End of foo group' on a couple of API pages due to not following standards
- Merge branch '7.x' of git.drupal.org:project/drupal into 7.x
- #1146088 by lyricnz: label always visible for table formatter
- Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true."
- #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent
- #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: Fixed Create RFC compliant HTML safe JSON
- #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality
- #1346760 by xjm: Fixed Drag and drop needs a scalable weight select element
- #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called
- #1349610 by bartlantz: Added make the subtopics of Field API link back to it
- #1356358 by BTMash: Fixed Unknown variable in generate-d7-content.sh causes PDOException
- #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in field.api.php are grouped as such
- #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list
- #1167996 by rocket_nova, Sheldon Rampton: Fixed UPGRADE.txt needs to say all D6 contrib modules need to be upgraded to their latest D6 versions before the D6->D7 update
- #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true
- #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form
- #1366518 by chris.leversuch: 'Columns' is misspelled (()) in theme_field_ui_table()
- #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs
- Back to 7.x-dev