? Success

User tests: Successful: Unsuccessful:

avatar demis-palma
demis-palma
15 Apr 2016

Summary of Changes

  1. Fixed overwritten properties
  2. Removed redundant unit of measure
avatar demis-palma demis-palma - open - 15 Apr 2016
avatar demis-palma demis-palma - change - 15 Apr 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Apr 2016
Labels Added: ?
avatar andrepereiradasilva
andrepereiradasilva - comment - 15 Apr 2016

the 0pxto 0of course.

regarding the rest, test instructions?

avatar brianteeman
brianteeman - comment - 15 Apr 2016

Without any real test instructions nothing will happen with this.
With good test instructions at least explaining what can be seen before and
after this PR it will get tested quickly

On 15 April 2016 at 11:59, andrepereiradasilva notifications@github.com
wrote:

the 0pxto 0of course.

regarding the rest, test instructions?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#9928 (comment)

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar demis-palma
demis-palma - comment - 15 Apr 2016

@andrepereiradasilva thanks for asking. I'm sorry for the lack of details.

I only removed a bounce of duplicated occurrences of identical instructions, for example

line-height: 1.6em;
and 3 lines after
line-height: 1.6em;

or others slightly different
border: solid 1px;
and 2 lines after
border: 1px solid #DDDDDD;
where the second overwrites and prevales over the first

or again
margin: 0;
and 2 lines after
margin: 0 0 0;

It is well visible with a good diff program.

I can't think about a test except checking that the templates renders the same as before.
It's only an optimization, it should not produce any visible effect.

avatar brianteeman brianteeman - change - 15 Apr 2016
Category Templates (site)
avatar andrepereiradasilva andrepereiradasilva - test_item - 15 Apr 2016 - Tested successfully
avatar andrepereiradasilva
andrepereiradasilva - comment - 15 Apr 2016

I have tested this item :white_check_mark: successfully on 58d8372

Makes sense.
Removes duplicated css and makes micro-optimizations to css.


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

avatar henkrijneveld henkrijneveld - test_item - 18 Apr 2016 - Tested successfully
avatar henkrijneveld
henkrijneveld - comment - 18 Apr 2016

I have tested this item :white_check_mark: successfully on 58d8372

deskcheck and small regressiontest


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

avatar demis-palma
demis-palma - comment - 18 Apr 2016

Thanks!

avatar brianteeman brianteeman - change - 19 Apr 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 19 Apr 2016

RTC


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

avatar joomla-cms-bot joomla-cms-bot - change - 19 Apr 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 19 Apr 2016
Milestone Added:
avatar rdeutz rdeutz - reference | fbfc7c2 - 19 Apr 16
avatar rdeutz rdeutz - merge - 19 Apr 2016
avatar rdeutz rdeutz - close - 19 Apr 2016
avatar rdeutz rdeutz - change - 19 Apr 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-04-19 11:36:35
Closed_By rdeutz
avatar rdeutz rdeutz - close - 19 Apr 2016
avatar rdeutz rdeutz - merge - 19 Apr 2016
avatar joomla-cms-bot joomla-cms-bot - close - 19 Apr 2016
avatar joomla-cms-bot joomla-cms-bot - change - 19 Apr 2016
Labels Removed: ?
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:

Add a Comment

Login with GitHub to post a comment