? Success

User tests: Successful: Unsuccessful:

avatar alikon
alikon
2 Nov 2016

Pull Request for Issue #10186 .

Summary of Changes

added sql for #10186 (comment)

avatar alikon alikon - open - 2 Nov 2016
avatar alikon alikon - change - 2 Nov 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 Nov 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Nov 2016
Category SQL Administration Components Postgresql MS SQL Installation
avatar alikon alikon - change - 2 Nov 2016
Title
support for scss,sass source formats
sql - support for scss,sass source formats
avatar alikon alikon - edited - 2 Nov 2016
avatar alikon alikon - change - 2 Nov 2016
Title
support for scss,sass source formats
sql - support for scss,sass source formats
avatar zero-24
zero-24 - comment - 2 Nov 2016

We need to revert the update part as it would overwrite the current settings by the site owners.

avatar mbabker
mbabker - comment - 2 Nov 2016

This overwrites the entire component parameters. Not sure that's a good idea...

avatar zero-24
zero-24 - comment - 2 Nov 2016

@mbabker we just need to revert the update part the install part is correct ;) or do i miss something?

avatar mbabker
mbabker - comment - 2 Nov 2016

If you want to add the values during the update, it can't be a full replacement of the parameters column like it is now. If you choose not to add the values then just removing the update SQLs is fine.

avatar C-Lodder
C-Lodder - comment - 2 Nov 2016

Won't the updating part need to be done in administrator\components\com_admin\script.php?

@zero-24 - It will also need to be done in an update, as well as new installation.

avatar alikon
alikon - comment - 2 Nov 2016

lets'go only with install for now , the full update of the param field as noticed was a really bad idea

avatar andrepereiradasilva
andrepereiradasilva - comment - 2 Nov 2016

I have tested this item successfully on 4edd94d

on code review


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

avatar andrepereiradasilva andrepereiradasilva - test_item - 2 Nov 2016 - Tested successfully
avatar C-Lodder
C-Lodder - comment - 2 Nov 2016

I have tested this item successfully on 4edd94d

I do hope the update side of things isn't forgotten about though


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

avatar C-Lodder C-Lodder - test_item - 2 Nov 2016 - Tested successfully
avatar zero-24 zero-24 - change - 2 Nov 2016
Milestone Added:
avatar zero-24 zero-24 - change - 2 Nov 2016
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-11-02 19:21:05
Closed_By zero-24
avatar zero-24 zero-24 - close - 2 Nov 2016
avatar zero-24 zero-24 - merge - 2 Nov 2016
avatar zero-24 zero-24 - reference | f40c7b7 - 2 Nov 16
avatar zero-24 zero-24 - merge - 2 Nov 2016
avatar zero-24 zero-24 - close - 2 Nov 2016
avatar alikon
alikon - comment - 2 Nov 2016

i'm thinking something about this update query:

UPDATE params = 
        replace(params,'"source_formats":"','"source_formats":"scss,sass,')
  FROM #__extensions
where extension_id =20;`

what do you think?
avatar zero-24
zero-24 - comment - 2 Nov 2016

Thanks!

avatar alikon alikon - head_ref_deleted - 2 Nov 2016
avatar alikon
alikon - comment - 3 Nov 2016

@C-Lodder not forgotten please test/comment #12727

Add a Comment

Login with GitHub to post a comment