User tests: Successful: Unsuccessful:
If you export a live site's database and compare it to the core joomla.sql you'll see lots of minor differences. This hardens the database examination and shows that joomla.sql contains many code style mistakes.
What I did:
The last issue caused most of problems, because the tables arrangement in the original joomla.sql is not alphabetical. Many of the tables are listed almost randomly, which makes it difficult to compare your site database with the original joomla.sql.
How to test:
To make sure that my changes are correct you can do the following:
1) Get an empty database;
Import the original joomla.sql file;
Export the current database to the file e.g. joomla-var1.sql
2) Drop all tables in the database;
Import my joomla.sql file;
Export the current database to the file e.g. joomla-var2.sql
3) Compare joomla-var1.sql and joomla-var2.sql - there shouldn't any differences between them.
Labels |
Added:
?
|
Title |
|
Category | ⇒ | Code style |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-01 13:01:33 |
Closed_By | ⇒ | brianteeman |
Thanks for working on this. Unfortunately this did not make it into the final release of Joomla 2.5, or it was handled elsewhere, so this is being closed. If you feel this is still a valid issue in Joomla 3 please create a new issue.
Closed_Date | 2015-01-01 13:01:33 | ⇒ | 2015-01-01 13:01:34 |
Updated to Joomla! 2.5.28 RC
These changes have been removed to facilitate PR