Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3174996
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3174996
Commits
5f7d5f03
Commit
5f7d5f03
authored
16 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#299387
by keith.smith: improved wording in CHANGELOG.txt.
parent
554ad3ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.txt
+13
-13
13 additions, 13 deletions
CHANGELOG.txt
with
13 additions
and
13 deletions
CHANGELOG.txt
+
13
−
13
View file @
5f7d5f03
...
...
@@ -5,13 +5,13 @@ Drupal 7.0, xxxx-xx-xx (development version)
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
* Support for
M
aster/slave replication, transactions, multi-insert queries,
* Support for
m
aster/slave replication, transactions, multi-insert queries,
delayed inserts, and other features.
- Security:
* Protected cron.php -- cron will only run if the proper key is provided.
*
Changed to
much stronger password hashes that are also compatible with the
*
Implemented
much stronger password hashes that are also compatible with the
Portable PHP password hashing framework.
* Implemented a pluggable password hashing API
that
support
s
alternative
* Implemented a pluggable password hashing API support
ing
alternative
hashing and authentication schemes.
- Usability:
* Implemented drag-and-drop positioning for input format listings.
...
...
@@ -20,13 +20,13 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Removed comment controls for users.
* Removed display order settings for comment module. Comment display
order can now be customised using the Views module.
* Added
more
features to the default install profile, and
a new
slimmed down install profile for developers.
* Image toolkits are
ad
ded by modules
instead of being copied to
the includes directory.
* Added
additional
features to the default install profile, and
implemented
a "
slimmed down
"
install profile
designed
for developers.
* Image toolkits are
now provi
ded by modules
(rather than requiring a manual
file copy to
the includes directory
)
.
- News aggregator:
* Added OPML import functionality for RSS feeds.
*
Add an option not to generate blocks for RSS feed
s.
*
Optionally, RSS feeds may be configured to not automatically generate feed block
s.
- Search:
* Added support for language-aware searches.
- Testing:
...
...
@@ -35,17 +35,17 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Contributed modules with similar functionality are available.
- Refactored the "access rules" component of user module:
* The user module now provides a simple interface for blocking single
IP addresses.
P
revious
user module
functionality for restricting
certain
e-mail addresses and usernames
are
available as a contributed module.
IP addresses.
The p
revious 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 throttle module:
* Alternative methods for improving performance are available in other core and
contributed modules.
- Added code registry:
*
M
odules
now
declare their includable files via their .info file
. That
allow
s
Drupal to
scan files when a modul
e
i
s
enabled and then lazy-load
code as needed, resulting in significant performance
and memory improvements.
*
Using the registry, m
odules declare their includable files via their .info file
,
allow
ing
Drupal to
lazy-load cod
e
a
s
needed, resulting in significant performance
and memory improvements.
- Theme system:
* Converted the 'bluemarine' theme to a tableless layout.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment