Here is a list of files that have been modified since Drupal version 5.2. New files are highlighted in blue; files that have been removed by the upgrade are highlighted in red. Unchanged files are not listed, unless the number of files changed greatly exceeds the number left unchanged, in this case I will list all the files that were not changed in orange. I will list the directories followed by the files within them that were updated. While I've done my best to maintain their accuracy, I do not guarantee the correctness of these lists, and will not be held responsible for any problems you encounter as a result of their use. If unsure, please follow the official upgrade instructions included in your distribution's download.
The upgrade to 5.3 is essential - there are many serious security vulnerabilities in 5.2. Visit Important Drupal and PHP Security Upgrades for details.
Replace all core modules
For those of you that don't want to have to port over all your .htaccess customizations, here are the only changes made in that file since version 5.2:
Copy and replace these lines:
<FilesMatch "(\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|
code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
Order allow,deny
</FilesMatch>
With these:
<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^
(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
Order allow,deny
</FilesMatch>
And update the signature to reflect the updated .htaccess version:
# $Id: .htaccess,v 1.81.2.3 2007/09/21 12:24:22 drumm Exp $
All Content © 2005 - 2008 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
Core modules
Hello, this is very useful!
Just a question, what do you mean with "core modules"?
All the modules contained in a default drupal installation OR the modules marked as core/required in the modules admin panel?
In the second case they would be only
Block, Filter, Node, System, User, Watchdog.
Would it be enough?
Modules updated in 5.3
Hi there,
I meant all the modules that come with the default installation. However, I should point out that in most cases only the .info file changes. The actual .module file changes only for:
block, color, comment, filter, forum, help, node, poll, system, taxonomy, upload, and user.
search.install (search module) is also updated.