Skip to content
Snippets Groups Projects
Commit 22c1cb8a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Some minor massaging.

parent 6eaaa3c1
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -51,10 +51,10 @@ Drupal 6.0, xxxx-xx-xx (development version) ...@@ -51,10 +51,10 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Fixes faulty and chopped off HTML in postings. * Fixes faulty and chopped off HTML in postings.
* Tags are now automatically closed at the end of the teaser. * Tags are now automatically closed at the end of the teaser.
- Performance: - Performance:
* Made it easier to conditionally load include files. * Made it easier to conditionally load include files and split up many core modules.
* Added a JavaScript aggregator and compressor. * Added a JavaScript aggregator and compressor.
* Added block-level caching, improving performance for both authenticated and anonymous users.
* Made Drupal work correctly when running behind a reverse proxy like Squid or Pound. * Made Drupal work correctly when running behind a reverse proxy like Squid or Pound.
* Added block-level caching, improving performance for logged-in users.
- File handling improvements: - File handling improvements:
* Entries in the files table are now keyed to a user, and not a node. * Entries in the files table are now keyed to a user, and not a node.
* Added re-usable validation functions to check for uploaded file sizes, extensions, and image resolution. * Added re-usable validation functions to check for uploaded file sizes, extensions, and image resolution.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment