? ? Success

User tests: Successful: Unsuccessful:

avatar shur
shur
19 Sep 2014

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.

This is the second portion of CS changes.
First portion: #4298

avatar shur shur - open - 19 Sep 2014
avatar jissues-bot jissues-bot - change - 19 Sep 2014
Labels Added: ?
avatar shur
shur - comment - 20 Sep 2014

I'm not sure about the following lines: 400, 1705, 1706, 1716
I need advice.

For example here, this line 1706:
'asset_id' int(10) unsigned COMMENT 'FK to the #__assets table.',
should look like:
'asset_id' int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',

avatar brianteeman brianteeman - change - 22 Sep 2014
Category Code style
avatar shur
shur - comment - 29 Sep 2014

I'm not sure about the following lines: 400, 1705, 1706, 1716
I need advice.

There is no default value in these lines. So it should be, or it is done by mistake?

avatar mbabker
mbabker - comment - 29 Sep 2014

For asset_id columns, don't assign a default value. That's essentially a foreign key to the #__assets table and can cause unexpected behavior if the values don't match up. I think I've seen issues with it being set to 0 in the past too.

avatar nicksavov
nicksavov - comment - 16 Oct 2014

@shur Thanks for submitting the PR! Please update to the latest staging. Looks like there are some potential merge conflicts.

avatar shur shur - change - 16 Oct 2014
The description was changed
avatar shur
shur - comment - 16 Oct 2014

@nicksavov

Please update to the latest staging.

Done.

avatar nicksavov
nicksavov - comment - 16 Oct 2014

Try one more time please. I'm still getting conflicts.

avatar nicksavov nicksavov - change - 16 Oct 2014
Labels Added: ?
avatar shur
shur - comment - 17 Oct 2014

Check now.

avatar brianteeman brianteeman - change - 1 Jan 2015
Labels Removed: ?
avatar brianteeman brianteeman - change - 23 Jun 2015
Labels Added: ?
avatar shur
shur - comment - 11 Aug 2015

To simplify I will divide this PR into several PRs.
After all small PRs will be processed, I'll close this big PR.

avatar roland-d
roland-d - comment - 20 Aug 2015

@shur The first portion PR has been merged. What is the status on this one? Are you going to make smaller ones or can we test this one?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4311.

avatar shur
shur - comment - 21 Aug 2015

@roland-d test this one #7735

avatar zero-24
zero-24 - comment - 23 Aug 2015

As this is replaced by #7735 I'm closing here.

avatar zero-24 zero-24 - change - 23 Aug 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-08-23 18:11:49
Closed_By zero-24
avatar zero-24 zero-24 - close - 23 Aug 2015

Add a Comment

Login with GitHub to post a comment