Success

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
31 Mar 2016

Pull Request for Issue #705 .

Summary of Changes

This PR based on the code here: #705 and adds some checks to the Receive Hooks that the hookData is valid.

Testing Instructions

  • Add a category with ID 3
  • apply this patch
  • Open a pull request that adds this file administrator/components/com_admin/sql/updates/sqlazure/test.sql

Expected result

The Tracker should add the category with ID 3 to your item without you doing something ?

@bz2 I have add some extra checks to the ReceiveIssuesHook.php file that should avoid the errors you got at #705 (comment) I hope it helps ;)

@mbabker can you have a look here too? i hope i have not break you extra Exception handling.

avatar zero-24 zero-24 - open - 31 Mar 2016
avatar zero-24 zero-24 - change - 31 Mar 2016
The description was changed
avatar b2z
b2z - comment - 2 Apr 2016

My test server is now switched to your branch. We can test live ;)

avatar zero-24
zero-24 - comment - 2 Apr 2016

Thanks! I have send a pull request. But i cant see the pull in the tracker? But i'm on mobile now i will try it this evening or tomorrow from my PC.

avatar b2z
b2z - comment - 2 Apr 2016

I have send a pull request. But i cant see the pull in the tracker?

Because there is an error - response has 500 code. See my comments in code.

avatar zero-24
zero-24 - comment - 3 Apr 2016

@b2z @mbabker I have finally fixed the $this->getContainer() bug see: ea67b90

avatar b2z
b2z - comment - 3 Apr 2016

Testing server is updated.

avatar zero-24
zero-24 - comment - 3 Apr 2016

It works :smile:

http://jtracker.j4devs.ru/tracker/jissues-test/27

@b2z please confirm that your category with ID 3 is ACL

avatar b2z
b2z - comment - 3 Apr 2016

@zero-24 I have adjusted the categories to match the CMS. This one was created with ID 4 :(

avatar zero-24
zero-24 - comment - 3 Apr 2016

@b2z I'm confused. ID 4 would mean we have changes to the external libraries https://github.com/joomla/jissues/pull/770/files#diff-e6200f2e3305ca89413408a6216286efR824

Can you please double check the id of ACL?

avatar b2z
b2z - comment - 3 Apr 2016

Here is the dump of my categories table at the moment (I made them the same as in CMS project):

INSERT INTO `jos_issues_categories` (`id`, `project_id`, `title`, `alias`, `color`) VALUES
(1, 4,  'JavaScript',   'javascript',   'e11d21'),
(2, 4,  'Postgresql',   'postgresql',   'eb6420'),
(3, 4,  'MS SQL',   'ms-sql',   'fbca04'),
(4, 4,  'External Library', 'external-library', '009800'),
(5, 4,  'RTL',  'rtl',  'e11d21'),
(6, 4,  'IIS',  'iis',  'eb6420'),
(7, 4,  'ACL',  'acl',  'fbca04'),
(8, 4,  'Multilanguage',    'multilanguage',    '009800');
avatar b2z
b2z - comment - 3 Apr 2016

Your PR created category with ID 4, not 3. I see it in issue_category_map table.

avatar zero-24
zero-24 - comment - 3 Apr 2016

hmm but that makes no sense. :(

Can you tell me what is returning here:

// $files = $github->pulls->getFiles($project->gh_user, $project->gh_project, $hookData->pull_request->number);
$files = $github->pulls->getFiles('b2z', 'jissues-test', '27');
print_r($files);

I would expect that there is one file change for that file administrator/components/com_admin/sql/updates/sqlazure/test.sql

avatar zero-24
zero-24 - comment - 3 Apr 2016

hmm the funny is also Posgressql changes result into ID 4 / External Library:(

b2z/jissues-test#28

avatar b2z
b2z - comment - 3 Apr 2016

Yes again it was created with ID = 4. Somewhere is a bug :( I am going to sleep now, tomorrow will continue :)

avatar zero-24
zero-24 - comment - 3 Apr 2016

Ok. I have just pushed an idea i have. I hope it fixes the issue: 15cab9b

avatar b2z
b2z - comment - 5 Apr 2016

Server updated ;)

avatar zero-24
zero-24 - comment - 5 Apr 2016

I gues i have found (= != ==) the problem please try the last commit @b2z

avatar brianteeman
brianteeman - comment - 7 Apr 2016
  1. What happens to existing categories when a PR is updated. if there is no longer a language change does the language and strings category get removed
  2. If I manually add a category and the PR is updated does the manual change get removed
avatar zero-24
zero-24 - comment - 7 Apr 2016

Thank you Brian,

  1. The language change category gets removed
  2. This category gets removed too.

While the first thing is good the seccond one is not. I'm going to think about of a way to handle that. Maybe we mark the categories that are handeled by the Tracker and apply keep the others if there are set.

Thanks for checking here :+1:

avatar brianteeman
brianteeman - comment - 7 Apr 2016

I had a feeling that might be the case :(

On 7 April 2016 at 22:37, zero-24 notifications@github.com wrote:

Thank you Brian,

  1. The language change category gets removed
  2. This category gets removed too.

While the first thing is good the seccond one is not. I'm going to think
about of a way to handle that. Maybe we mark the categories that are
handeled by the Tracker and apply keep the others if there are set.

Thanks for checking here [image: :+1:]


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

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

avatar zero-24
zero-24 - comment - 7 Apr 2016

I'm going to fix that if i get a bit time to think about an implementation. Thats the reason i ask for feeback. I have just forgotten that on coding :) Thanks

avatar b2z
b2z - comment - 8 Apr 2016

Testing Sserver is updated ;)

avatar zero-24
zero-24 - comment - 8 Apr 2016

Thanks. Good thing is we don't get the worng category anymore :smile: Bad thing is we don't get the correct category :(

avatar zero-24
zero-24 - comment - 8 Apr 2016

@mbabker can you post a dump of the categories table here for the CMS? #__issues_categories

I have finally implemented the issues discoverd by @brianteeman Now every category that is not managed by the Tracker gets ignored.

@b2z do you have any kind of logging information that can explain what the problem could be?

Can you please check wich category you have for this pull request: http://jtracker.j4devs.ru/tracker/jissues-test/32 and http://jtracker.j4devs.ru/tracker/jissues-test/33 in your database?

avatar b2z
b2z - comment - 11 Apr 2016

I have no errors :( And strange in issue_category_map I do not have categories assigned for 32 & 33.

avatar b2z
b2z - comment - 12 Apr 2016

Well making changes without prior immediate testing on local on some dev environment is not an efficient way to develop :wink: Now you are making changes in "blind" mode :smile:

I will try to help you on this week with debugging.

avatar b2z
b2z - comment - 17 Apr 2016

Ok, I found where the problem is - foreign key constraint fails because I do not have all categories in my test project.

[2016-04-17 19:27:01] JTracker.CRITICAL: Exception of type RuntimeException thrown {"exception":"[object] (RuntimeException(code: 1452): Cannot add or update a child row: a foreign key constraint fails (j4devs_jtracker.jos_issue_category_map, CONSTRAINTjos_issue_category_map_ibfk_2FOREIGN KEY (category_id) REFERENCESjos_issues_categories(id))\n-- SQL --\nINSERT INTOjos_issue_category_map\n(issue_id,category_id) VALUES \n('384','10') at /home/j4devs/domains/jtracker.j4devs.ru/jissues/vendor/joomla/database/src/Mysqli/MysqliDriver.php:594)"}

So it tries to assign category with ID=10 because of administrator/components/com_admin/sql/updates.

@mbabker can you plz post a dump of the categories table #__issues_categories here for the CMS. I will import them and this should solve the issue.

avatar mbabker
mbabker - comment - 17 Apr 2016
INSERT INTO `#__issues_categories` (`id`, `project_id`, `title`, `alias`, `color`)
VALUES
    (1, 1, 'JavaScript', 'javascript', 'ea3c0b'),
    (21, 1, 'Authentication', 'authentication', '5319e7'),
    (22, 1, 'Code style', 'code-style', '0052cc'),
    (23, 1, 'Administration', 'administration', 'fbca04'),
    (24, 1, 'Front End', 'front-end', 'eb6420'),
    (25, 1, 'Installation', 'installation', '009800'),
    (26, 1, 'Updating', 'updating', 'bfe5bf'),
    (27, 1, 'Language & Strings', 'language-strings', '006b75'),
    (28, 1, 'Plugins', 'plugins', '207de5'),
    (29, 1, 'Components', 'components', 'fbca04'),
    (30, 1, 'Templates (site)', 'templates-site', '5319e7'),
    (31, 1, 'Templates (admin)', 'templates-admin', 'd4c5f9'),
    (35, 1, 'Media Manager', 'media-manager', '006b75'),
    (36, 1, 'Repository', 'repository', 'bfd4f2'),
    (37, 1, 'Documentation', 'documentation', 'fbca04'),
    (38, 1, 'Accessibility', 'Accessibility', '207de5'),
    (39, 1, 'Feature Request', 'featurerequest', 'fef2c0'),
    (20, 1, 'Search', 'search', '009800'),
    (19, 1, 'Router / SEF', 'router-sef', '10b60b'),
    (2, 1, 'Postgresql', 'postgresql', '0093c3'),
    (3, 1, 'MS SQL', 'ms-sql', '7cbb00'),
    (4, 1, 'External Library', 'external-library', '986601'),
    (5, 1, 'RTL', 'rtl', 'eca5ae'),
    (6, 1, 'IIS', 'iis', 'e4ec6b'),
    (7, 1, 'ACL', 'acl', '870909'),
    (8, 1, 'Multilanguage', 'multilanguage', '1ae132'),
    (9, 1, 'UI/UX', 'ui-ux', 'e38545'),
    (10, 1, 'SQL', 'sql', '2443d8'),
    (18, 1, 'CLI', 'cli', '6d0e5b'),
    (17, 1, 'Cache', 'cache', 'b8f067'),
    (16, 1, 'Tags', 'tags', '960e67'),
    (15, 1, 'Layout', 'layout', '67f0e6'),
    (14, 1, 'Unit Tests', 'unit-tests', 'c7def8'),
    (13, 1, 'Modules', 'modules', '5319e7'),
    (12, 1, 'Libraries', 'libraries', 'fbca04'),
    (40, 1, 'Fields', 'fields', '5319e7');
avatar b2z
b2z - comment - 17 Apr 2016

Thanks! Now it is working fine ;) You can test by yourself :)

avatar zero-24
zero-24 - comment - 18 Apr 2016

Great! @b2z can you give me manage access to your tracker so we can test that the code don't change the categorys that are currently not handeld by te tracker?

avatar b2z
b2z - comment - 18 Apr 2016

@zero-24 created Manager group in the project jissues-test and assigned you.

avatar zero-24
zero-24 - comment - 18 Apr 2016

Thanks @b2z can you confirm that you have the last changes in this PR applayed too?

Currently the Tracker also remove all other categories that are not handeld by the tracker. see: http://jtracker.j4devs.ru/tracker/jissues-test/32

avatar b2z
b2z - comment - 18 Apr 2016

How do I confirm? I see that yes it is removing. Well some more code should be added - possibly read the current categories then add auto-categories and filter the array with array_unique

avatar zero-24
zero-24 - comment - 18 Apr 2016

I did add suche code thats why i wonder ;) 0cb5f49

I can add a array_unique later too.

avatar b2z
b2z - comment - 18 Apr 2016

Sorry, my fault. I did not pull the latest changes. Now it is updated.

avatar zero-24
zero-24 - comment - 18 Apr 2016

Sorry i have broken your server with my code again :(

Please apply the last commit. That also add the array_unique check.

avatar b2z
b2z - comment - 18 Apr 2016

:) updated

avatar zero-24
zero-24 - comment - 19 Apr 2016

Another bug :( Please apply also: 3b431f8

avatar b2z
b2z - comment - 19 Apr 2016

Updated

avatar b2z
b2z - comment - 11 May 2016

I suppose we are fine here? :)

avatar b2z
b2z - comment - 15 Jun 2016

Testing server is updated :)

avatar b2z
b2z - comment - 21 Jun 2016

@mbabker do you have any more remarks on code? ?

avatar mbabker
mbabker - comment - 21 Jun 2016

Nope.

avatar zero-24
zero-24 - comment - 22 Jun 2016

Sorry for the late reply. Maybe we have no remarks on code but sadly on functionality ?

see: http://jtracker.j4devs.ru/tracker/jissues-test/40 and http://jtracker.j4devs.ru/tracker/jissues-test/41 No category gets added but at least we should have the mssql category.

avatar b2z
b2z - comment - 25 Jun 2016

I am confused. I was testing it before and it was working. Can you please update it to the latest master and I will look on in it one more time. May be something we missed here ;)

avatar zero-24
zero-24 - comment - 25 Jun 2016

Fixed merge conflicts with: 38d79ff

avatar b2z
b2z - comment - 26 Jun 2016

Ok found the issue on line 770: $this->$trackerhandledCategories should be $this->trackerhandledCategories :)

Fixed it on my server and everything is working again ?

Can you please also update trackerhandledCategories to trackerHandledCategories to follow proper CameCase ;)

avatar zero-24
zero-24 - comment - 26 Jun 2016

Thanks! I have just fixed it.

So the last issue to fix is this here: http://jtracker.j4devs.ru/tracker/jissues-test/40#event-4739

As Codestyle is not in the trackerHandledCategories array it should stay but it does not.

avatar zero-24
zero-24 - comment - 26 Jun 2016

@b2z can you make sure that is looks like this on your server? d1894c4

avatar b2z
b2z - comment - 27 Jun 2016

Yes the code is the same. So now the problem now in $categoriesThatShouldStay - manually set categories are being deleted on PR update?

avatar zero-24
zero-24 - comment - 27 Jun 2016

The idea was that $categoriesThatShouldStay contains the IDs that got added to the item but are not handeld by the tracker. Than we get the list of categories based on the code and readd the categories from $categoriesThatShouldStay.

avatar b2z
b2z - comment - 27 Jun 2016

Hmm, I did not have such issue here http://jtracker.j4devs.ru/tracker/jissues-test/46

avatar b2z
b2z - comment - 27 Jun 2016

Nevermind... I fails for another reason.

[2016-06-27 17:18:56] JTracker.ERROR: Error removing the Language Change label from GitHub pull request b2z/jissues-test #46 {"exception":"object"} {"url":"/hooks/pulls","ip":"192.30.252.41","http_method":"POST","server":"jtracker.j4devs.ru","referrer":null}
[2016-06-27 17:18:56] JTracker.CRITICAL: Exception of type RuntimeException thrown {"exception":"object"} {"url":"/hooks/pulls","ip":"192.30.252.41","http_method":"POST","server":"jtracker.j4devs.ru","referrer":null}

Something wrong with label remove... I will try another issue to test.

avatar b2z
b2z - comment - 27 Jun 2016

Well, something odd here :) See http://jtracker.j4devs.ru/tracker/jissues-test/44#event-4757

I've changed postgresql file. So Postgresql was added. But, MS SQL was not deleted and Code style was deleted. Magic ?

avatar zero-24
zero-24 - comment - 27 Jun 2016

hmm MSSQL is correct here: https://github.com/b2z/jissues-test/pull/44/files as we change also a mssql file. But Code style and the others should not be removed.

avatar b2z
b2z - comment - 27 Jun 2016

Yeah... The problem here is that I can not debug :(

@mbabker @elkuku do you know any way how to debug Listeners?

avatar zero-24
zero-24 - comment - 27 Jun 2016

I'm not sure where / that you can see that messages anywhere but maybe something like this:

$message = sprintf('Error on %s/%s', $project->gh_user, $project->gh_project);
 $logger->error($message);
avatar elkuku
elkuku - comment - 27 Jun 2016

how to debug Listeners

You can go to GitHub, the part where you set up the hooks for your project, copy the payload you are interested in, paste this to one of those programs used to craft POST request, send the stuff to your local instance (you have to whitelist the IP) and - set a breakpoint in the listener ?

avatar elkuku
elkuku - comment - 28 Jun 2016

I realized that my previous comment maybe wasn't all that clear.. here are some screens:

The "Webhooks / Manage webhook" page on GitHub:

2016-06-28-002642_1366x768_scrot

Scroll down to the "recent deliveries" part, look for the request you're interested in, copy the "payload" (don't forget the curlies :P), and paste it to something that can craft POST request e.g. postman:

2016-06-28-002652_1366x768_scrot

Push that tiny "start listening for debug connections" button in your IDE (If you're using PHPStorm, try the IntelliyJ Ultimate with your J! license - it's pretty awesome...), and set a breakpoint.
Then push the "Send" button in postman...
2016-06-28-011135_1366x768_scrot

Happy debugging ?

avatar elkuku
elkuku - comment - 28 Jun 2016

Oh, and you don't have to whitelist your local IP unless it's different from 127.0.0.1. In this case you have to hack around those lines ?

avatar b2z
b2z - comment - 28 Jun 2016

Not working for me... I am using phpStorm and I am sending request in Postman, but debug opens me phpcs file, instead of file where break point was set.

avatar elkuku
elkuku - comment - 28 Jun 2016

debug opens me phpcs file

I'm confused... What's a phpcs file??

avatar b2z
b2z - comment - 28 Jun 2016

It's PHP_CodeSniffer entry point.

Here is what I have in phpStorm event log:

16:06:14 PHP Code Sniffer
phpcs: Can not correctly run the tool with parameters:
C:/Users/Dimus/AppData/Local/Temp/___.tmp/src/App/Tracker/Controller/AbstractHookController.php
--standard=Joomla
--encoding=utf-8
--report=xml
Possible tool process hangup after 10 sec.
Exclude AbstractHookController.php from PHP Code Sniffer analysis.

16:06:24 PHP Code Sniffer
phpcs: Can not correctly run the tool with parameters:
C:/Users/Dimus/AppData/Local/Temp/___.tmp/phpcs
--standard=Joomla
--encoding=utf-8
--report=xml
Possible tool process hangup after 10 sec.
Exclude phpcs from PHP Code Sniffer analysis.

Seems that something is wrong with PHPCS. BTW in Postman I have 200 OK response.

avatar elkuku
elkuku - comment - 28 Jun 2016

I'm not sure why the C:/Users/Dimus/AppData/Local/Temp/___.tmp/phpcs receives the debug thing. It should be index.php...
Have you tried to debug the sniffs?
Can you debug "nomal" web pages?

avatar b2z
b2z - comment - 29 Jun 2016

Debug was working when it was PHP 5.4, but yesterday I have updated local Vagrant env to 5.6.23 and now debug is not working at all. Hate it, I did not change any configuration for debug and it is displayed in phpinfo. I do not know why it is not working :(

BTW we need to update our Vagrant box, because currently it has 5.4.4 on board. I suggest something like https://vagrantcloud.com/debian/boxes/jessie64/

avatar elkuku
elkuku - comment - 29 Jun 2016

Try upgrading to 7 :)
Am 29.06.2016 01:22 schrieb "Dmitry Rekun" notifications@github.com:

Debug was working when it was PHP 5.4, but yesterday I have updated local
env to 5.6.23 and now debug is not working at all. Hate it, I did not
change any configuration for debug and it is displayed in phpinfo. I do
not know why it is not working :(


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#770 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AACEusTZKFRUzE6GfDa1Pk-s2RXCcjkzks5qQg89gaJpZM4H9LuV
.

avatar b2z
b2z - comment - 2 Jul 2016

Ok, I've updated my vagrant box (PHP 5.6.22 with working XDebug 2.2.5) then fully installed from scratch /vendor and now I am hitting a strange bug on page load:

Uninitialized string offset: 0

exception: exception 'Whoops\Exception\ErrorException' with message 'Uninitialized string offset: 0' in ROOT/vendor/joomla/application/src/AbstractWebApplication.php:309
Stack trace:
#0 ROOT/vendor/joomla/application/src/AbstractWebApplication.php(309): Whoops\Run->handleError(8, 'Uninitialized s...', 'ROOT/vendor...', 309, Array)
#1 ROOT/src/JTracker/Application.php(660): Joomla\Application\AbstractWebApplication->redirect('')
#2 ROOT/src/JTracker/Application.php(180): JTracker\Application->checkRememberMe()
#3 ROOT/vendor/joomla/application/src/AbstractWebApplication.php(134): JTracker\Application->doExecute()
#4 ROOT/www/index.php(97): Joomla\Application\AbstractWebApplication->execute()
#5 {main}

Tried to reinstall vendor several times, but nothing :(

Moreover when I enable the database debug, then I hit another bug:

JTracker.CRITICAL: Exception of type RuntimeException thrown while executing the application {"exception":"object"}

In logs:

[02-Jul-2016 08:56:36 Europe/Riga] PHP Warning: constant(): Couldn't find constant \Monolog\Logger::debug in /vagrant/src/JTracker/Service/MonologProvider.php on line 81
[02-Jul-2016 08:56:36 Europe/Riga] PHP Stack trace:
[02-Jul-2016 08:56:36 Europe/Riga] PHP 1. {main}() /vagrant/www/index.php:0
[02-Jul-2016 08:56:36 Europe/Riga] PHP 2. JTracker\Application->mark() /vagrant/www/index.php:96
[02-Jul-2016 08:56:36 Europe/Riga] PHP 3. JTracker\Application->getDebugger() /vagrant/src/JTracker/Application.php:251
[02-Jul-2016 08:56:36 Europe/Riga] PHP 4. Joomla\DI\Container->get() /vagrant/src/JTracker/Application.php:132
[02-Jul-2016 08:56:36 Europe/Riga] PHP 5. JTracker\Service\DebuggerProvider->JTracker\Service{closure}() /vagrant/vendor/joomla/di/src/Container.php:357
[02-Jul-2016 08:56:36 Europe/Riga] PHP 6. App\Debug\TrackerDebugger->__construct() /vagrant/src/JTracker/Service/DebuggerProvider.php:38
[02-Jul-2016 08:56:36 Europe/Riga] PHP 7. App\Debug\TrackerDebugger->setupLogging() /vagrant/src/App/Debug/TrackerDebugger.php:94
[02-Jul-2016 08:56:36 Europe/Riga] PHP 8. Joomla\DI\Container->get() /vagrant/src/App/Debug/TrackerDebugger.php:124
[02-Jul-2016 08:56:36 Europe/Riga] PHP 9. JTracker\Service\DatabaseProvider->JTracker\Service{closure}() /vagrant/vendor/joomla/di/src/Container.php:357
[02-Jul-2016 08:56:36 Europe/Riga] PHP 10. Joomla\DI\Container->get() /vagrant/src/JTracker/Service/DatabaseProvider.php:62
[02-Jul-2016 08:56:36 Europe/Riga] PHP 11. JTracker\Service\MonologProvider->JTracker\Service{closure}() /vagrant/vendor/joomla/di/src/Container.php:357
[02-Jul-2016 08:56:36 Europe/Riga] PHP 12. Joomla\DI\Container->get() /vagrant/src/JTracker/Service/MonologProvider.php:109
[02-Jul-2016 08:56:36 Europe/Riga] PHP 13. JTracker\Service\MonologProvider->JTracker\Service{closure}() /vagrant/vendor/joomla/di/src/Container.php:357
[02-Jul-2016 08:56:36 Europe/Riga] PHP 14. constant() /vagrant/src/JTracker/Service/MonologProvider.php:81

So currently I am hitting the wall trying to run my local environment :(

avatar b2z
b2z - comment - 15 Jul 2016

OK, I have decided to reinstall my local dev environment from scratch ? Someday it should happen and today it is the day when it should ? For the first time during 3 years of my JTracker maintenance ?

Hope to hear from me soon ?

avatar b2z
b2z - comment - 19 Jul 2016

Finally I've managed to setup everything and found the problem in code ? See my inline comments ;)

avatar zero-24
zero-24 - comment - 20 Jul 2016

@b2z i have just commited your fix with 1311ee1. Thanks.

4251aaf 20 Jul 2016 avatar zero-24 cs
avatar b2z
b2z - comment - 20 Jul 2016

Test server is updated. Seems like everything is fine now. Finally I hope :)

avatar zero-24
zero-24 - comment - 20 Jul 2016

you rock ? it works now: http://jtracker.j4devs.ru/tracker/jissues-test/48

Thank you all ? ?

avatar b2z b2z - change - 20 Jul 2016
Status New Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-07-20 18:22:01
Closed_By b2z
avatar b2z b2z - close - 20 Jul 2016
avatar b2z b2z - merge - 20 Jul 2016
avatar b2z b2z - reference | 514f5dd - 20 Jul 16
avatar b2z b2z - merge - 20 Jul 2016
avatar b2z b2z - close - 20 Jul 2016
avatar b2z
b2z - comment - 20 Jul 2016

Awesome! I am glad we made it ? ? ?

avatar zero-24 zero-24 - head_ref_deleted - 20 Jul 2016
avatar mbabker
mbabker - comment - 20 Jul 2016

Deployed. Try not to break too much now ?

avatar zero-24
zero-24 - comment - 20 Jul 2016

Thanks ? You all are Awesome! It works on live now too: https://issues.joomla.org/tracker/joomla-cms/10361 #happy

avatar b2z
b2z - comment - 20 Jul 2016

?

Add a Comment

Login with GitHub to post a comment