SlideShare a Scribd company logo
1 of 71
Download to read offline
How to become
a Joomla!® Tester
THIS STORY IS NOT BASED ON A TRUE STORY.
IT IS A TRUE STORY…
1
MARC DECHÈVREV 1.4
About me
 Marc Dechèvre |marc woluweb.be | woluweb.be | member
 1995 : 1st website with a simple text editor > seed was there (btw only 5 to 10% or population was connected…)
 (…)
 June 2008 : first website with Joomla!® 1.5 > for personal use & fun
 June 2013 : first website with Joomla!® 3.x > as web agent
2
This presentation
 Goal
 The only and whole idea of this presentation is to show that anybody* can contribute to the Joomla! code
and in particular to Testing
With other words, no need to be a coder or a developer, YOU can be part of the project !
 So we will see
 how to install a Joomla! Development Version with Patch Tester
 and how Testing works
 This presentation on SlideShare
 www.slideshare.net/woluweb
 This presentation on YouTube (tutorials corresponding to the core of this presentation)
 https://www.youtube.com/c/WoluwebWoluweSaintLambert
* This story is not based on a True Story. It is a True Story…
3
Table of contents
 Introduction
 The Lord of the Patches, Part I > The Fellowship of Joomla! (how it all began)
 The Lord of the Patches, Part II > The Two Testers (how to contribute)
 The Lord of the Patches, Part III > The Return of the Patch Tester (Patch Tester v2 is out !)
 How to contribute further
 Useful links
 Conclusion
4
The Lord of
the Patches
Part I
THE FELLOWSHIP OF
JOOMLA!
HOW IT ALL BEGAN
5
Chapter 1
Go to JoomlaDays, have coffee & share ideas
 It all began in Nice @JoomlaDay France 2015
 At a coffee break, I met Peter Martin (NL), Roland
Dalmulder (NL) and Viktor Vogel (DE)
 Discussion came to Joomla! (noooo, really ?)
 I shared a couple of personal thoughts/questions
 One of these was :
“Do you remember Joomla! 1.5 ? You could see for
each Category the number of Active and Trashed
articles. That is not possible any more in current
Joomla! versions… and it is sad because it was very
handy when you wanted to (re)organize your
content, especially when there are many articles
and/or many publishers”
 Actually that discussion had triggered something,
which could not be stopped anymore 
6
Chapter 2
Keeping your oath, even if you have no clue
 The day after, Peter Martin asked me « I
have developed a first version, can you test
it ? »
Without thinking, I said « Yes, of course »
On the one hand, I was indeed so excited
that this feature should ever come true.
7
 But on the other hand, a few seconds later I
was feeling a bit like Sam Gamegie entering
Mordor :
« I made a promise, now I have to keep it…
even if I have no clue of the way I have to
take ! »
I had indeed absolutely *no* idea about how
Joomla! Testing works…
Chapter 3
Feature was introduced with Joomla! 3.5
 And that feature came out a few weeks ago !
 Very nice & clean
 You can even click on each counter to see the
corresponding items
 Not only for Article Categories, but for any
Category Manager
(native in Joomla! or even third-party)
8
More about how this feature came to life
(articles & presentations by Peter Martin)
 Joomla! Magazine
 01 June 2015 > Category Item Count: A Possible New Feature?
http://magazine.joomla.org/issues/issue-june-2015/item/2754-category-item-count-a-possible-new-feature
 01 July 2015 > Category Item Count: To a Generic Solution
http://magazine.joomla.org/issues/issue-july-2015/item/2788-category-item-count-to-a-generic-solution
 JoomlaDay UK > 13 February 2016
 http://fr.slideshare.net/pe7er/developing-new-feature-in-joomla-joomladay-uk-2016
 "The Category Item Counter - developing a new feature"
https://youtu.be/CK_tYC-Yy_c
 Joomla!dagen Nederland > 16 April 2016
 http://joomladagen.nl/programma/presentaties/hoe-komt-een-nieuw-feature-in-Joomla
 The Category Counter on the Joomla! Issue Tracker
 https://issues.joomla.org/tracker/joomla-cms/6916
9
The Lord of
the Patches
Part II
THE TWO TESTERS
HOW TO CONTRIBUTE
10
People coding & people testing
 Many people out there are just like YOU and me : they love Joomla
And they participate to the evolution of the code of Joomla, for instance
 By correcting bugs
 By improving features
 But before any code gets integrated into the next version of Joomla, it has to be tested
 In practice, at least two Successful Tests are necessary
 Let’s see now in practice how to become a Joomla! Tester !
 First download & install latest Joomla! Dev version
 Then download & install Joomla! Patch Tester
 Finally, choose an Issue, follow the testing instructions and share the result
11
Download latest Joomla! Dev version
 Go to https://github.com/joomla/joomla-cms
 Click on “Download ZIP” button
12
13
Install Joomla! (on local or distant server)
 Unzip the downloaded file on your local (or distant) server
 Example of local server : XAMPP * (works on all platforms : )
 https://www.apachefriends.org/download.html
 Installation is easy (or search for tutorials in case of need)
 Install Joomla! as usual, except for one thing :
 For sample data choose: “Test English (GB) sample data”
This is important so everybody uses the same data to test!
 After installation, you can see at the bottom right of the Back-end on which version you are
working (DEV = “development”)
* In case your installation hangs at the Database installation page, just open "php.ini" file in /xampp/php/php.ini and change
“max_execution_time = 30” to “max_execution_time = 3000”. Then stop and restart your server
14
15
16
 If you want to keep your testing environment for further usage, go to Components > Joomla!
Update, click on the “Options” button and choose “Testing” as Update Channel. Save & Close.
17
18
Download and install latest Patch Tester
 Go to https://github.com/joomla-extensions/patchtester
 Read the Description & Instructions
 Don’t click on “Download ZIP” but click on the “releases” tab
Or go directly to https://github.com/joomla-extensions/patchtester/releases
 Read the changelog if you are interested
 Download the latest version in the format of your choice (zip, tar.gz, tar.bz2)
 Example : com_patchtester.zip
 Install it like any other extension
19
20
Scroll down
to see more
info
Or directly
click on the
Releases tab
to get to the
download
page
21
22
23
24
25
Discover the Joomla! Patch Tester
 Go to Components > Joomla! Patch Tester
 Click on “Fetch Data” button
 If you already have a Github account, click on the “Options” button to set your username &
password
 If you don’t have a Github account, don’t worry : you can already use the Patch Tester as is
26
27
28
29
30
31
Play with Patch Tester and choose an issue
 After the “Fetch Data”, you see the list of Issues
 You can hover any title to read a bit more on the tooltip
 And even better : simply click on the corresponding “J! Issue” button
This will open the Joomla! Issue Tracker website, where you can even more easily browse all issues and
see their details, comments etc
 Within the Patch Tester, you can
 directly search on Issue IDs or on keywords
 Filter and order the Issues as you like
 Choose the Issue on which you want to work
 Click on the “Apply Patch” button
 The activated Patch is indicated with green background. They can also be filtered
32
33
34
35
Follow the testing instructions
 Some Issues are technical of course
 As a very first Issue to work on, choose an Issue with which you feel comfortable
 For this demo, I have selected Issue #9865 “Single registered article guest view”
https://issues.joomla.org/tracker/joomla-cms/9865
 Attention : the coming screenshots are meant to show how to test Issue #9865
In that sense, they are of course specific to this example
 Read the instructions carefully
 And proceed to the testing
 Attention : try to be as meticulous as one can be
For example : try all possible combinations, be challenging, think out of the box (you can even test for
different PHP versions, in different conditions, in a multilingual environment, …)
If you give a “Go”, the patch has to be successful under all circumstances
36
37
38
Thisscreenshotisspecificto
testingprocedureofissue#9865
39
Thisscreenshotisspecificto
testingprocedureofissue#9865
40
Thisscreenshotisspecificto
testingprocedureofissue#9865
41
Thisscreenshotisspecificto
testingprocedureofissue#9865
Test without proposed patch
 Before applying the Patch, I confirm that I can reproduce the Issue
42
43
44
Thisscreenshotisspecificto
testingprocedureofissue#9865
Test with proposed patch
 I then apply the Patch
 And I verify that it does work as intended under all circumstances I can think of
45
46
47
Thisscreenshotisspecificto
testingprocedureofissue#9865
Revert the patch before testing other issue
 Once the Testing is done, I click on the “Revert Patch” button before I tackle another Issue
 NB : unless otherwise stated, only one Patch at a time should be applied
(because a given Patch might have side effects on others)
48
49
Share your feedback on Joomla! Issue Tracker
 Go to the Joomla! Issue Tracker https://issues.joomla.org and open your Issue
… or simply click on the corresponding “J! Issue” button in the Patch Tester
 Log in (or create an account if needed)
 Almost on top of the page, you see a “Test this” button
 Click on it
 In the options (“radio buttons”), select whether the issue is tested (un)successfully
 If you have additional comments, feel free to add
(if you have no specific comment, just leave it blank)
 Click on “Submit Test Result” button
 You can now see your contribution at the bottom of the page
Congratulations !
50
51
52
53
54
Make duplicate of real sites to test on them !
 Last but not least, it is also very important that as many different configurations and situations
are tested
 For example, if everybody only uses
 a test website with the Joomla standard Sample Data
 running on a local server
 with the same PHP version
 and without third-party extension installed
not all possible side effects of a patch can be discovered
 So the best way to test further is to
 duplicate your real sites
 update them to the latest staging version
 Install Patch Tester and test 
55
The Lord of
the Patches
Part III
THE RETURN OF THE
PATCH TESTER
PATCH TESTER V2 IS OUT !
56
The New Patch Tester : v2 is now out !
 v1 was already a very strong and advanced tool
 But even better : v2 is now out !
(excellent coincidence because version 2.0.0 has just come live on 16 April 2016 )
 v2 is not a "revolution" but an addition of numerous "small" improvements
 v2 now easily available for translation
 UX is better and more instinctive for a much better easy to use, especially for "newbies“
 A big thank you also to Michael Babker who is closely involved. His own quick summary of v2 :
“It was basically rewritten ground up to better support Joomla! project code and integrate with GitHub
in a non-obtrusive way. And unlike most joomla.org projects, we speak more than one language ;-)”
 For even more info : see all the commits and presentation at
https://github.com/joomla-extensions/patchtester/releases
57
Patch Tester > Instructions
Excerpt from https://github.com/joomla-extensions/patchtester
 To install the latest released version:
 Click on the releases link just above the file listing
 Click on the button to download either the .tar.bz2, .tar.gz, or .zip packages
 Log into your site's administrator section, go to Extension Manager > Install, and install the extension
 To use the latest code from this GitHub repo:
 Download files into Joomla! install.
 Log into your site's administrator section, go to Extension Manager > Discover, click the "Discover" button, and
install the extension.
 Click Apply Patch to apply the proposed changes from the pull request. Click Revert Patch to revert
an applied patch.
 You can read more about this extension on the Joomla! Documentation Wiki :
https://docs.joomla.org/Component_Patchtester_for_Testers .
 Video tutorial: https://www.youtube.com/watch?v=4OWgusZgIfk
58
Patch Tester
 Patch Tester v2 is multilingual !
 Contribute to the translation :
https://crowdin.com/project/joomla-patchtester
59
How to
contribute
further
60
Testing > Enriching the Feedback screen ?
NB : since then this suggestion has been shared on https://github.com/joomla/jissues/issues/777
 On many occasions, bugs are discovered… only after a new version is officially
released. This is often because those Issues were not tested in real conditions (with real
websites, with different third-party extensions, on different configurations, etc)
 Therefore it could be interesting to have an additional option when giving the
feedback about a Test
 So, besides
 “Not tested”
 “Tested successfully”
 “Tested unsuccessfully”
 It could prove useful to have something like
 “Tested with an empty website”
 “Tested with Joomla Test Sample Data”
 “Tested on a (duplicate of) real website“
 This would be useful
 For the person validating a PR, who can then better assess the quality of testing
 For the testers, in order to raise consciousness that tests should also be conducted in real
conditions and not only on Test Sample Data (see example of the future Router)
61
Testing > why not improve further and have
more people easily testing ?
 https://demo.joomla.org allows already two great things :
 A 90-day free Joomla! demo account
 But also a Quick Joomla! Test Drive, ie
a full installation which only lasts 90 minutes
 Based on this Quick Joomla! Test Drive which requires no installation and is limited in time, why not having a similar on-line
environment with the testing environment and the Patch Tester included ?
In one click only, users would then get the chance to participate to the testing !
 In particular, this would also easily lower the threshold and increase the number of Testers :
 Even users without any experience about installing a local server etc would be able to participate
 But also for experienced users it would be a great plus : if in 1 second I can get ready for testing, I will do it. But if I first have to spend 5
minutes to manually install my environment, I tend to procrastinate…
 But this suggestion has also downsides, like
 Everybody would be testing on same environment (PHP version, …) while we want diversity
 testing should be made easy, but we don’t want to lower the quality of testers/testing
 this could create vulnerability issues on the test server
 Can YOU refine this suggestion or do YOU have another idea in order to improve/facilitate Testing ? Please share ! 
62
Testing > testing in Group
 Once you will have tasted the pleasure of contributing to your favourite CMS, who knows,
maybe you will participate next time to a session of "Joomla! Pizza, Bugs & Fun" (bug squashing
session in group).
 Because if Joomla! is certainly a unbelievable CMS (Content Management System), it is above
all a very active community...
63
Besides Testing > how to become a Joomler:
Let's contribute 10' per week @sanderpotjer
 There are also others ways of volunteering
https://volunteers.joomla.org
 See Sander Potjer’s presentation
at Joomla! World Conference 2015
@Bangalore, India
YouTube : https://t.co/XGgM4ztMDY
64
Useful links
65
One page to list them all
 Joomla! Development Version
https://github.com/joomla/joomla-cms
 Patch Tester
Homepage https://github.com/joomla-extensions/patchtester
Download https://github.com/joomla-extensions/patchtester/releases = http://joom.la/patchtester
Doc https://docs.joomla.org/Component_Patchtester_for_Testers
https://docs.joomla.org/Component_Patchtester_for_Testers/nl
https://docs.joomla.org/Component_Patchtester_for_Testers/fr
 Testing Joomla! patches (Issue Tracker & Patch Tester)
https://docs.joomla.org/Testing_Joomla!_patches
https://docs.joomla.org/Testing_Joomla!_patches/nl
https://docs.joomla.org/Testing_Joomla!_patches/fr
https://docs.joomla.org/Testing_Joomla!_patches/de
 How to report Joomla bugs and issues (“Filing Bugs and Issues”)
https://docs.joomla.org/Filing_bugs_and_issues
https://docs.joomla.org/Filing_bugs_and_issues/fr
https://docs.joomla.org/Filing_bugs_and_issues/nl
https://github.com/joomla/joomla-cms/blob/staging/.github/CONTRIBUTING.md
https://github.com/joomla/joomla-cms/issues/new
https://issues.joomla.org
 If you are a coder : How to Contribute to Joomla through Github
http://extensions.joomla.org/blog/item/how-to-contribute-to-joomla-through-github
66
[ For advanced users or coders ]
 The objective of this presentation was to show how easy it can be – even for a newbie – to
install “manually” the Development version of Joomla! by downloading it
 Instead of downloading the Dev version on Github, advanced users or coders can of course
use more sophisticated methods, like cloning. This presents multiple advantages like :
 You can also test the installation procedure
 You can easily be sure to always use the latest Dev version (via push)
 BTW, Marc Antoine Thevenet suggested me 3 alternatives to GIT CLI :
 GitHub Desktop : https://desktop.github.com
 Tortoise : https://tortoisegit.org
 GitKraken : https://www.gitkraken.com (his favourite)
 Or to make a full clean when reverting
67
Conclusion
68
JOOMLA!
The book CMS where YOU are the hero
 Do you remember those books where each title was an adventure
in which YOU are the hero ?
 Well, Joomla! is definitely the CMS where YOU are the hero !
69
Thank you
 Feel free to contact me
 Marc Dechèvre
 +32 474 37 13 12
 marc woluweb.be
 Skype : woluweb
 woluweb.be
 twitter.com/woluweb
 facebook.com/marc.dechevre
 linkedin.com/in/marc-dechevre-68b8172a
70
One more thing…
71
Hidden heart in the Joomla!® logo – sources
Joomla! Magazine – august 2014 | Sara Watz, President of Open Source Matters

More Related Content

What's hot

What’s new in joomla 3.7
What’s new in joomla 3.7What’s new in joomla 3.7
What’s new in joomla 3.7Tim Plummer
 
Whats new in joomla 3.5 & whats coming in future
Whats new in joomla 3.5 & whats coming in futureWhats new in joomla 3.5 & whats coming in future
Whats new in joomla 3.5 & whats coming in futureTim Plummer
 
Menu bars and menus
Menu bars and menusMenu bars and menus
Menu bars and menusmyrajendra
 
A Successful Magento Project From Design to Deployment
A Successful Magento Project From Design to DeploymentA Successful Magento Project From Design to Deployment
A Successful Magento Project From Design to DeploymentJoshua Warren
 
How to customise Joomla
How to customise JoomlaHow to customise Joomla
How to customise JoomlaTim Plummer
 
Setting up your development environment
Setting up your development environmentSetting up your development environment
Setting up your development environmentRobert Deutz
 
Finding Your Way: Understanding Magento Code
Finding Your Way: Understanding Magento CodeFinding Your Way: Understanding Magento Code
Finding Your Way: Understanding Magento CodeBen Marks
 
Joomla SEO basics 2016
Joomla SEO basics 2016Joomla SEO basics 2016
Joomla SEO basics 2016Tim Plummer
 
Joomla Tomorrow and Beyond
Joomla Tomorrow and BeyondJoomla Tomorrow and Beyond
Joomla Tomorrow and BeyondJessica Dunbar
 
Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Deepak Sangramsingh
 
Introduction to building joomla! components using FOF
Introduction to building joomla! components using FOFIntroduction to building joomla! components using FOF
Introduction to building joomla! components using FOFTim Plummer
 
Extension developer secrets - How to make money with Joomla
Extension developer secrets - How to make money with JoomlaExtension developer secrets - How to make money with Joomla
Extension developer secrets - How to make money with JoomlaTim Plummer
 
How to Develop Your First Ever Joomla Template?
How to Develop Your First Ever Joomla Template?How to Develop Your First Ever Joomla Template?
How to Develop Your First Ever Joomla Template?damienwoods
 
Rapid application development with FOF
Rapid application development with FOFRapid application development with FOF
Rapid application development with FOFNicholas Dionysopoulos
 
Cross CMS plugin development using AWF
Cross CMS plugin development using AWFCross CMS plugin development using AWF
Cross CMS plugin development using AWFTim Plummer
 
Rapid application development using Akeeba FOF and Joomla 3.2
Rapid application development using Akeeba FOF and Joomla 3.2Rapid application development using Akeeba FOF and Joomla 3.2
Rapid application development using Akeeba FOF and Joomla 3.2Tim Plummer
 

What's hot (20)

What’s new in joomla 3.7
What’s new in joomla 3.7What’s new in joomla 3.7
What’s new in joomla 3.7
 
Exbrowser command-reference
Exbrowser command-referenceExbrowser command-reference
Exbrowser command-reference
 
Whats new in joomla 3.5 & whats coming in future
Whats new in joomla 3.5 & whats coming in futureWhats new in joomla 3.5 & whats coming in future
Whats new in joomla 3.5 & whats coming in future
 
Menu bars and menus
Menu bars and menusMenu bars and menus
Menu bars and menus
 
Joomla 101
Joomla 101Joomla 101
Joomla 101
 
Joomlaplatform en
Joomlaplatform enJoomlaplatform en
Joomlaplatform en
 
A Successful Magento Project From Design to Deployment
A Successful Magento Project From Design to DeploymentA Successful Magento Project From Design to Deployment
A Successful Magento Project From Design to Deployment
 
How to customise Joomla
How to customise JoomlaHow to customise Joomla
How to customise Joomla
 
Setting up your development environment
Setting up your development environmentSetting up your development environment
Setting up your development environment
 
Finding Your Way: Understanding Magento Code
Finding Your Way: Understanding Magento CodeFinding Your Way: Understanding Magento Code
Finding Your Way: Understanding Magento Code
 
Joomla SEO basics 2016
Joomla SEO basics 2016Joomla SEO basics 2016
Joomla SEO basics 2016
 
Joomla Tomorrow and Beyond
Joomla Tomorrow and BeyondJoomla Tomorrow and Beyond
Joomla Tomorrow and Beyond
 
Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01
 
Introduction to building joomla! components using FOF
Introduction to building joomla! components using FOFIntroduction to building joomla! components using FOF
Introduction to building joomla! components using FOF
 
Extension developer secrets - How to make money with Joomla
Extension developer secrets - How to make money with JoomlaExtension developer secrets - How to make money with Joomla
Extension developer secrets - How to make money with Joomla
 
Bootstrap4 x pages
Bootstrap4 x pagesBootstrap4 x pages
Bootstrap4 x pages
 
How to Develop Your First Ever Joomla Template?
How to Develop Your First Ever Joomla Template?How to Develop Your First Ever Joomla Template?
How to Develop Your First Ever Joomla Template?
 
Rapid application development with FOF
Rapid application development with FOFRapid application development with FOF
Rapid application development with FOF
 
Cross CMS plugin development using AWF
Cross CMS plugin development using AWFCross CMS plugin development using AWF
Cross CMS plugin development using AWF
 
Rapid application development using Akeeba FOF and Joomla 3.2
Rapid application development using Akeeba FOF and Joomla 3.2Rapid application development using Akeeba FOF and Joomla 3.2
Rapid application development using Akeeba FOF and Joomla 3.2
 

Viewers also liked

Joomla : Akeeba backup and Amazon S3
Joomla : Akeeba backup and Amazon S3Joomla : Akeeba backup and Amazon S3
Joomla : Akeeba backup and Amazon S3Marc DECHEVRE
 
Presentatie JUG plugin Merka
Presentatie JUG plugin MerkaPresentatie JUG plugin Merka
Presentatie JUG plugin MerkaKarel Mertens
 
Secrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla RevealedSecrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla RevealedSiteGround.com
 
Joomladagen 2015 Joomla Performance
Joomladagen 2015 Joomla PerformanceJoomladagen 2015 Joomla Performance
Joomladagen 2015 Joomla PerformanceSimon Kloostra
 
Templates maken met helix framework Joomla User Group Utrecht 10 november 2014
Templates maken met helix framework  Joomla User Group Utrecht 10 november 2014Templates maken met helix framework  Joomla User Group Utrecht 10 november 2014
Templates maken met helix framework Joomla User Group Utrecht 10 november 2014Eric Tiggeler
 
8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid Them8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid ThemSiteGround.com
 
8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your Joomla8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your JoomlaSiteGround.com
 
Comment devenir un Testeur Joomla!
Comment devenir un Testeur Joomla!Comment devenir un Testeur Joomla!
Comment devenir un Testeur Joomla!Marc DECHEVRE
 

Viewers also liked (9)

Joomla : Akeeba backup and Amazon S3
Joomla : Akeeba backup and Amazon S3Joomla : Akeeba backup and Amazon S3
Joomla : Akeeba backup and Amazon S3
 
Presentatie JUG plugin Merka
Presentatie JUG plugin MerkaPresentatie JUG plugin Merka
Presentatie JUG plugin Merka
 
Secrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla RevealedSecrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla Revealed
 
Joomladagen 2015 Joomla Performance
Joomladagen 2015 Joomla PerformanceJoomladagen 2015 Joomla Performance
Joomladagen 2015 Joomla Performance
 
Joomla SEO voor JUG's
Joomla SEO voor JUG'sJoomla SEO voor JUG's
Joomla SEO voor JUG's
 
Templates maken met helix framework Joomla User Group Utrecht 10 november 2014
Templates maken met helix framework  Joomla User Group Utrecht 10 november 2014Templates maken met helix framework  Joomla User Group Utrecht 10 november 2014
Templates maken met helix framework Joomla User Group Utrecht 10 november 2014
 
8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid Them8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid Them
 
8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your Joomla8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your Joomla
 
Comment devenir un Testeur Joomla!
Comment devenir un Testeur Joomla!Comment devenir un Testeur Joomla!
Comment devenir un Testeur Joomla!
 

Similar to How to become a Joomla! Tester

Joomla 15 quickstart
Joomla 15 quickstartJoomla 15 quickstart
Joomla 15 quickstartarslanpdf
 
Microsoft office-wont-open
Microsoft office-wont-openMicrosoft office-wont-open
Microsoft office-wont-openssuser1eca7d
 
Joomla 15 Quickstart
Joomla 15 QuickstartJoomla 15 Quickstart
Joomla 15 QuickstartAmyStephen
 
FindNerd : A Social Network with Project And Task Management Features
FindNerd : A Social Network with Project And Task Management FeaturesFindNerd : A Social Network with Project And Task Management Features
FindNerd : A Social Network with Project And Task Management FeaturesFindNerd
 
Creating testing tools to support development
Creating testing tools to support developmentCreating testing tools to support development
Creating testing tools to support developmentChema del Barco
 
My site won't load in the sitebuilder
My site won't load in the sitebuilderMy site won't load in the sitebuilder
My site won't load in the sitebuilderYolaclass
 
Code igniter unittest-part1
Code igniter unittest-part1Code igniter unittest-part1
Code igniter unittest-part1Albert Rosa
 
Getting started with workflow
Getting started with workflowGetting started with workflow
Getting started with workflowseenu126
 
How to activate windows 8
How to activate windows 8How to activate windows 8
How to activate windows 8KevinDRolle
 
How, When, and Why to Patch a Module
How, When, and Why to Patch a Module How, When, and Why to Patch a Module
How, When, and Why to Patch a Module Phase2
 
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsJoomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsChanratha Sorn
 
Skippipe: skipping the watermark in digital content
Skippipe: skipping the watermark in digital contentSkippipe: skipping the watermark in digital content
Skippipe: skipping the watermark in digital contentGerard Fuguet
 
Conquering the code in softimage
Conquering the code in softimageConquering the code in softimage
Conquering the code in softimageJared Glass
 
Debugging WordPress for Site Owners
Debugging WordPress for Site OwnersDebugging WordPress for Site Owners
Debugging WordPress for Site OwnersAndrew Wikel
 
My Trailhead Accelerator Presentation
My Trailhead Accelerator PresentationMy Trailhead Accelerator Presentation
My Trailhead Accelerator PresentationRoy Moore
 
5_6334718960759472622.pdf
5_6334718960759472622.pdf5_6334718960759472622.pdf
5_6334718960759472622.pdfsiridurga1
 

Similar to How to become a Joomla! Tester (20)

Joomla 15 quickstart
Joomla 15 quickstartJoomla 15 quickstart
Joomla 15 quickstart
 
Joomla 15 quickstart guide
Joomla 15 quickstart guideJoomla 15 quickstart guide
Joomla 15 quickstart guide
 
Microsoft office-wont-open
Microsoft office-wont-openMicrosoft office-wont-open
Microsoft office-wont-open
 
Joomla 15 Quickstart
Joomla 15 QuickstartJoomla 15 Quickstart
Joomla 15 Quickstart
 
FindNerd : A Social Network with Project And Task Management Features
FindNerd : A Social Network with Project And Task Management FeaturesFindNerd : A Social Network with Project And Task Management Features
FindNerd : A Social Network with Project And Task Management Features
 
Developing a website
Developing a websiteDeveloping a website
Developing a website
 
Creating testing tools to support development
Creating testing tools to support developmentCreating testing tools to support development
Creating testing tools to support development
 
My site won't load in the sitebuilder
My site won't load in the sitebuilderMy site won't load in the sitebuilder
My site won't load in the sitebuilder
 
Code igniter unittest-part1
Code igniter unittest-part1Code igniter unittest-part1
Code igniter unittest-part1
 
Getting started with workflow
Getting started with workflowGetting started with workflow
Getting started with workflow
 
How to activate windows 8
How to activate windows 8How to activate windows 8
How to activate windows 8
 
How, When, and Why to Patch a Module
How, When, and Why to Patch a Module How, When, and Why to Patch a Module
How, When, and Why to Patch a Module
 
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensionsJoomla basic-iii undersrtanding-installing-configuring-joomla-extensions
Joomla basic-iii undersrtanding-installing-configuring-joomla-extensions
 
Skippipe: skipping the watermark in digital content
Skippipe: skipping the watermark in digital contentSkippipe: skipping the watermark in digital content
Skippipe: skipping the watermark in digital content
 
Conquering the code in softimage
Conquering the code in softimageConquering the code in softimage
Conquering the code in softimage
 
Debugging WordPress for Site Owners
Debugging WordPress for Site OwnersDebugging WordPress for Site Owners
Debugging WordPress for Site Owners
 
Clean up
Clean upClean up
Clean up
 
My Trailhead Accelerator Presentation
My Trailhead Accelerator PresentationMy Trailhead Accelerator Presentation
My Trailhead Accelerator Presentation
 
5_6334718960759472622.pdf
5_6334718960759472622.pdf5_6334718960759472622.pdf
5_6334718960759472622.pdf
 
5_6334718960759472622.pdf
5_6334718960759472622.pdf5_6334718960759472622.pdf
5_6334718960759472622.pdf
 

Recently uploaded

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Recently uploaded (20)

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

How to become a Joomla! Tester

  • 1. How to become a Joomla!® Tester THIS STORY IS NOT BASED ON A TRUE STORY. IT IS A TRUE STORY… 1 MARC DECHÈVREV 1.4
  • 2. About me  Marc Dechèvre |marc woluweb.be | woluweb.be | member  1995 : 1st website with a simple text editor > seed was there (btw only 5 to 10% or population was connected…)  (…)  June 2008 : first website with Joomla!® 1.5 > for personal use & fun  June 2013 : first website with Joomla!® 3.x > as web agent 2
  • 3. This presentation  Goal  The only and whole idea of this presentation is to show that anybody* can contribute to the Joomla! code and in particular to Testing With other words, no need to be a coder or a developer, YOU can be part of the project !  So we will see  how to install a Joomla! Development Version with Patch Tester  and how Testing works  This presentation on SlideShare  www.slideshare.net/woluweb  This presentation on YouTube (tutorials corresponding to the core of this presentation)  https://www.youtube.com/c/WoluwebWoluweSaintLambert * This story is not based on a True Story. It is a True Story… 3
  • 4. Table of contents  Introduction  The Lord of the Patches, Part I > The Fellowship of Joomla! (how it all began)  The Lord of the Patches, Part II > The Two Testers (how to contribute)  The Lord of the Patches, Part III > The Return of the Patch Tester (Patch Tester v2 is out !)  How to contribute further  Useful links  Conclusion 4
  • 5. The Lord of the Patches Part I THE FELLOWSHIP OF JOOMLA! HOW IT ALL BEGAN 5
  • 6. Chapter 1 Go to JoomlaDays, have coffee & share ideas  It all began in Nice @JoomlaDay France 2015  At a coffee break, I met Peter Martin (NL), Roland Dalmulder (NL) and Viktor Vogel (DE)  Discussion came to Joomla! (noooo, really ?)  I shared a couple of personal thoughts/questions  One of these was : “Do you remember Joomla! 1.5 ? You could see for each Category the number of Active and Trashed articles. That is not possible any more in current Joomla! versions… and it is sad because it was very handy when you wanted to (re)organize your content, especially when there are many articles and/or many publishers”  Actually that discussion had triggered something, which could not be stopped anymore  6
  • 7. Chapter 2 Keeping your oath, even if you have no clue  The day after, Peter Martin asked me « I have developed a first version, can you test it ? » Without thinking, I said « Yes, of course » On the one hand, I was indeed so excited that this feature should ever come true. 7  But on the other hand, a few seconds later I was feeling a bit like Sam Gamegie entering Mordor : « I made a promise, now I have to keep it… even if I have no clue of the way I have to take ! » I had indeed absolutely *no* idea about how Joomla! Testing works…
  • 8. Chapter 3 Feature was introduced with Joomla! 3.5  And that feature came out a few weeks ago !  Very nice & clean  You can even click on each counter to see the corresponding items  Not only for Article Categories, but for any Category Manager (native in Joomla! or even third-party) 8
  • 9. More about how this feature came to life (articles & presentations by Peter Martin)  Joomla! Magazine  01 June 2015 > Category Item Count: A Possible New Feature? http://magazine.joomla.org/issues/issue-june-2015/item/2754-category-item-count-a-possible-new-feature  01 July 2015 > Category Item Count: To a Generic Solution http://magazine.joomla.org/issues/issue-july-2015/item/2788-category-item-count-to-a-generic-solution  JoomlaDay UK > 13 February 2016  http://fr.slideshare.net/pe7er/developing-new-feature-in-joomla-joomladay-uk-2016  "The Category Item Counter - developing a new feature" https://youtu.be/CK_tYC-Yy_c  Joomla!dagen Nederland > 16 April 2016  http://joomladagen.nl/programma/presentaties/hoe-komt-een-nieuw-feature-in-Joomla  The Category Counter on the Joomla! Issue Tracker  https://issues.joomla.org/tracker/joomla-cms/6916 9
  • 10. The Lord of the Patches Part II THE TWO TESTERS HOW TO CONTRIBUTE 10
  • 11. People coding & people testing  Many people out there are just like YOU and me : they love Joomla And they participate to the evolution of the code of Joomla, for instance  By correcting bugs  By improving features  But before any code gets integrated into the next version of Joomla, it has to be tested  In practice, at least two Successful Tests are necessary  Let’s see now in practice how to become a Joomla! Tester !  First download & install latest Joomla! Dev version  Then download & install Joomla! Patch Tester  Finally, choose an Issue, follow the testing instructions and share the result 11
  • 12. Download latest Joomla! Dev version  Go to https://github.com/joomla/joomla-cms  Click on “Download ZIP” button 12
  • 13. 13
  • 14. Install Joomla! (on local or distant server)  Unzip the downloaded file on your local (or distant) server  Example of local server : XAMPP * (works on all platforms : )  https://www.apachefriends.org/download.html  Installation is easy (or search for tutorials in case of need)  Install Joomla! as usual, except for one thing :  For sample data choose: “Test English (GB) sample data” This is important so everybody uses the same data to test!  After installation, you can see at the bottom right of the Back-end on which version you are working (DEV = “development”) * In case your installation hangs at the Database installation page, just open "php.ini" file in /xampp/php/php.ini and change “max_execution_time = 30” to “max_execution_time = 3000”. Then stop and restart your server 14
  • 15. 15
  • 16. 16
  • 17.  If you want to keep your testing environment for further usage, go to Components > Joomla! Update, click on the “Options” button and choose “Testing” as Update Channel. Save & Close. 17
  • 18. 18
  • 19. Download and install latest Patch Tester  Go to https://github.com/joomla-extensions/patchtester  Read the Description & Instructions  Don’t click on “Download ZIP” but click on the “releases” tab Or go directly to https://github.com/joomla-extensions/patchtester/releases  Read the changelog if you are interested  Download the latest version in the format of your choice (zip, tar.gz, tar.bz2)  Example : com_patchtester.zip  Install it like any other extension 19
  • 20. 20 Scroll down to see more info Or directly click on the Releases tab to get to the download page
  • 21. 21
  • 22. 22
  • 23. 23
  • 24. 24
  • 25. 25
  • 26. Discover the Joomla! Patch Tester  Go to Components > Joomla! Patch Tester  Click on “Fetch Data” button  If you already have a Github account, click on the “Options” button to set your username & password  If you don’t have a Github account, don’t worry : you can already use the Patch Tester as is 26
  • 27. 27
  • 28. 28
  • 29. 29
  • 30. 30
  • 31. 31
  • 32. Play with Patch Tester and choose an issue  After the “Fetch Data”, you see the list of Issues  You can hover any title to read a bit more on the tooltip  And even better : simply click on the corresponding “J! Issue” button This will open the Joomla! Issue Tracker website, where you can even more easily browse all issues and see their details, comments etc  Within the Patch Tester, you can  directly search on Issue IDs or on keywords  Filter and order the Issues as you like  Choose the Issue on which you want to work  Click on the “Apply Patch” button  The activated Patch is indicated with green background. They can also be filtered 32
  • 33. 33
  • 34. 34
  • 35. 35
  • 36. Follow the testing instructions  Some Issues are technical of course  As a very first Issue to work on, choose an Issue with which you feel comfortable  For this demo, I have selected Issue #9865 “Single registered article guest view” https://issues.joomla.org/tracker/joomla-cms/9865  Attention : the coming screenshots are meant to show how to test Issue #9865 In that sense, they are of course specific to this example  Read the instructions carefully  And proceed to the testing  Attention : try to be as meticulous as one can be For example : try all possible combinations, be challenging, think out of the box (you can even test for different PHP versions, in different conditions, in a multilingual environment, …) If you give a “Go”, the patch has to be successful under all circumstances 36
  • 37. 37
  • 42. Test without proposed patch  Before applying the Patch, I confirm that I can reproduce the Issue 42
  • 43. 43
  • 45. Test with proposed patch  I then apply the Patch  And I verify that it does work as intended under all circumstances I can think of 45
  • 46. 46
  • 48. Revert the patch before testing other issue  Once the Testing is done, I click on the “Revert Patch” button before I tackle another Issue  NB : unless otherwise stated, only one Patch at a time should be applied (because a given Patch might have side effects on others) 48
  • 49. 49
  • 50. Share your feedback on Joomla! Issue Tracker  Go to the Joomla! Issue Tracker https://issues.joomla.org and open your Issue … or simply click on the corresponding “J! Issue” button in the Patch Tester  Log in (or create an account if needed)  Almost on top of the page, you see a “Test this” button  Click on it  In the options (“radio buttons”), select whether the issue is tested (un)successfully  If you have additional comments, feel free to add (if you have no specific comment, just leave it blank)  Click on “Submit Test Result” button  You can now see your contribution at the bottom of the page Congratulations ! 50
  • 51. 51
  • 52. 52
  • 53. 53
  • 54. 54
  • 55. Make duplicate of real sites to test on them !  Last but not least, it is also very important that as many different configurations and situations are tested  For example, if everybody only uses  a test website with the Joomla standard Sample Data  running on a local server  with the same PHP version  and without third-party extension installed not all possible side effects of a patch can be discovered  So the best way to test further is to  duplicate your real sites  update them to the latest staging version  Install Patch Tester and test  55
  • 56. The Lord of the Patches Part III THE RETURN OF THE PATCH TESTER PATCH TESTER V2 IS OUT ! 56
  • 57. The New Patch Tester : v2 is now out !  v1 was already a very strong and advanced tool  But even better : v2 is now out ! (excellent coincidence because version 2.0.0 has just come live on 16 April 2016 )  v2 is not a "revolution" but an addition of numerous "small" improvements  v2 now easily available for translation  UX is better and more instinctive for a much better easy to use, especially for "newbies“  A big thank you also to Michael Babker who is closely involved. His own quick summary of v2 : “It was basically rewritten ground up to better support Joomla! project code and integrate with GitHub in a non-obtrusive way. And unlike most joomla.org projects, we speak more than one language ;-)”  For even more info : see all the commits and presentation at https://github.com/joomla-extensions/patchtester/releases 57
  • 58. Patch Tester > Instructions Excerpt from https://github.com/joomla-extensions/patchtester  To install the latest released version:  Click on the releases link just above the file listing  Click on the button to download either the .tar.bz2, .tar.gz, or .zip packages  Log into your site's administrator section, go to Extension Manager > Install, and install the extension  To use the latest code from this GitHub repo:  Download files into Joomla! install.  Log into your site's administrator section, go to Extension Manager > Discover, click the "Discover" button, and install the extension.  Click Apply Patch to apply the proposed changes from the pull request. Click Revert Patch to revert an applied patch.  You can read more about this extension on the Joomla! Documentation Wiki : https://docs.joomla.org/Component_Patchtester_for_Testers .  Video tutorial: https://www.youtube.com/watch?v=4OWgusZgIfk 58
  • 59. Patch Tester  Patch Tester v2 is multilingual !  Contribute to the translation : https://crowdin.com/project/joomla-patchtester 59
  • 61. Testing > Enriching the Feedback screen ? NB : since then this suggestion has been shared on https://github.com/joomla/jissues/issues/777  On many occasions, bugs are discovered… only after a new version is officially released. This is often because those Issues were not tested in real conditions (with real websites, with different third-party extensions, on different configurations, etc)  Therefore it could be interesting to have an additional option when giving the feedback about a Test  So, besides  “Not tested”  “Tested successfully”  “Tested unsuccessfully”  It could prove useful to have something like  “Tested with an empty website”  “Tested with Joomla Test Sample Data”  “Tested on a (duplicate of) real website“  This would be useful  For the person validating a PR, who can then better assess the quality of testing  For the testers, in order to raise consciousness that tests should also be conducted in real conditions and not only on Test Sample Data (see example of the future Router) 61
  • 62. Testing > why not improve further and have more people easily testing ?  https://demo.joomla.org allows already two great things :  A 90-day free Joomla! demo account  But also a Quick Joomla! Test Drive, ie a full installation which only lasts 90 minutes  Based on this Quick Joomla! Test Drive which requires no installation and is limited in time, why not having a similar on-line environment with the testing environment and the Patch Tester included ? In one click only, users would then get the chance to participate to the testing !  In particular, this would also easily lower the threshold and increase the number of Testers :  Even users without any experience about installing a local server etc would be able to participate  But also for experienced users it would be a great plus : if in 1 second I can get ready for testing, I will do it. But if I first have to spend 5 minutes to manually install my environment, I tend to procrastinate…  But this suggestion has also downsides, like  Everybody would be testing on same environment (PHP version, …) while we want diversity  testing should be made easy, but we don’t want to lower the quality of testers/testing  this could create vulnerability issues on the test server  Can YOU refine this suggestion or do YOU have another idea in order to improve/facilitate Testing ? Please share !  62
  • 63. Testing > testing in Group  Once you will have tasted the pleasure of contributing to your favourite CMS, who knows, maybe you will participate next time to a session of "Joomla! Pizza, Bugs & Fun" (bug squashing session in group).  Because if Joomla! is certainly a unbelievable CMS (Content Management System), it is above all a very active community... 63
  • 64. Besides Testing > how to become a Joomler: Let's contribute 10' per week @sanderpotjer  There are also others ways of volunteering https://volunteers.joomla.org  See Sander Potjer’s presentation at Joomla! World Conference 2015 @Bangalore, India YouTube : https://t.co/XGgM4ztMDY 64
  • 66. One page to list them all  Joomla! Development Version https://github.com/joomla/joomla-cms  Patch Tester Homepage https://github.com/joomla-extensions/patchtester Download https://github.com/joomla-extensions/patchtester/releases = http://joom.la/patchtester Doc https://docs.joomla.org/Component_Patchtester_for_Testers https://docs.joomla.org/Component_Patchtester_for_Testers/nl https://docs.joomla.org/Component_Patchtester_for_Testers/fr  Testing Joomla! patches (Issue Tracker & Patch Tester) https://docs.joomla.org/Testing_Joomla!_patches https://docs.joomla.org/Testing_Joomla!_patches/nl https://docs.joomla.org/Testing_Joomla!_patches/fr https://docs.joomla.org/Testing_Joomla!_patches/de  How to report Joomla bugs and issues (“Filing Bugs and Issues”) https://docs.joomla.org/Filing_bugs_and_issues https://docs.joomla.org/Filing_bugs_and_issues/fr https://docs.joomla.org/Filing_bugs_and_issues/nl https://github.com/joomla/joomla-cms/blob/staging/.github/CONTRIBUTING.md https://github.com/joomla/joomla-cms/issues/new https://issues.joomla.org  If you are a coder : How to Contribute to Joomla through Github http://extensions.joomla.org/blog/item/how-to-contribute-to-joomla-through-github 66
  • 67. [ For advanced users or coders ]  The objective of this presentation was to show how easy it can be – even for a newbie – to install “manually” the Development version of Joomla! by downloading it  Instead of downloading the Dev version on Github, advanced users or coders can of course use more sophisticated methods, like cloning. This presents multiple advantages like :  You can also test the installation procedure  You can easily be sure to always use the latest Dev version (via push)  BTW, Marc Antoine Thevenet suggested me 3 alternatives to GIT CLI :  GitHub Desktop : https://desktop.github.com  Tortoise : https://tortoisegit.org  GitKraken : https://www.gitkraken.com (his favourite)  Or to make a full clean when reverting 67
  • 69. JOOMLA! The book CMS where YOU are the hero  Do you remember those books where each title was an adventure in which YOU are the hero ?  Well, Joomla! is definitely the CMS where YOU are the hero ! 69
  • 70. Thank you  Feel free to contact me  Marc Dechèvre  +32 474 37 13 12  marc woluweb.be  Skype : woluweb  woluweb.be  twitter.com/woluweb  facebook.com/marc.dechevre  linkedin.com/in/marc-dechevre-68b8172a 70
  • 71. One more thing… 71 Hidden heart in the Joomla!® logo – sources Joomla! Magazine – august 2014 | Sara Watz, President of Open Source Matters