<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sueter</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sueter"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Sueter"/>
	<updated>2026-05-18T00:24:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Bug_Squad&amp;diff=77612</id>
		<title>Bug Squad</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Bug_Squad&amp;diff=77612"/>
		<updated>2012-11-17T05:30:59Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:workgroups_bugsquad.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
The Joomla! Bug Squad (JBS) is a team within the production working group. Their job is to identify and fix bugs in Joomla. This includes the following:&lt;br /&gt;
&lt;br /&gt;
* Scan the [http://forum.joomla.org/viewforum.php?f=199 Joomla! Bug Reporting Forum] and [http://forum.joomla.org/viewforum.php?f=579 Joomla! 2.5 Bug Reporting Forum] for reported issues and help community members with solving these issues.&lt;br /&gt;
* Maintaining the [[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=11410 Version 2.5x only Bug Tracker]] and [[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 Joomla 3.x Issue Tracker]] .&lt;br /&gt;
* Fix reported bugs and resolve reported issues according to the [[Bug Tracking Process]].&lt;br /&gt;
&lt;br /&gt;
The Bug Squad is also supporting with testing and quality assurance when a new major or minor version is developed. Generally speaking the bug-squad is in the lead when a version switches from beta-stage to the stable-stage within the development cycle of Joomla!&lt;br /&gt;
&lt;br /&gt;
The Bug Squad was created in December 2007. As of May 2010, JBS has been organised into the following teams:&lt;br /&gt;
* Tracker Team - monitors the forums and trackers&lt;br /&gt;
* Coding Team - creates patches for Confirmed Issues&lt;br /&gt;
* Testing Team - tests Pending issues&lt;br /&gt;
* Automated Testing Team - creates automated system and unit tests for tracker issues&lt;br /&gt;
* Migration / Upgrade Team - responsible for supporting migration and upgrading from the prior version to the current version.&lt;br /&gt;
&lt;br /&gt;
These teams are not rigid, and JBS members can participate in whatever activities they wish. The purpose of the teams is to make it easier for JBS members to focus their efforts and learn the skills required to successfully contribute to the project.&lt;br /&gt;
&lt;br /&gt;
If you are a member of the JBS, you might also like to join the JBS group at [http://people.joomla.org/groups/viewgroup/95-Joomla+Bug+Squad.html people.joomla.org].&lt;br /&gt;
&lt;br /&gt;
===Tracker Team===&lt;br /&gt;
This team has the very important and sometimes difficult job of filtering all of the forum posts and bug reports and sorting out which ones are real bugs that are ready to be worked on. From the standpoint of the tracker, their job is to move issues from Open status to Confirmed status. Of course, many issues will also be put into other status codes, including Information Required, Needs Review, Duplicate, Not a Bug, and so on.&lt;br /&gt;
&lt;br /&gt;
Before an issue is marked Confirmed, it needs to be reproduced and documented so that others can reproduce the problem.&lt;br /&gt;
&lt;br /&gt;
The Tracker Team should also make sure the issue has the correct Type and Priority. Remember, many users reporting bugs are not familiar with all of the fields and terminology. In many cases, this could be the user&#039;s first contribution or interaction with the project.&lt;br /&gt;
&lt;br /&gt;
It is critically important that all JBS members follow the Code of Conduct and show courtesy and respect in all tracker comments. Remember, we are the ambassadors of the Joomla! project, and the way we behave reflects on the whole project. People will naturally be unhappy if an issue they report is not taken seriously or if they feel that it was closed improperly. So we need to be sensitive to that fact, while of course making the what we believe to be the correct decision. For example, if you close an issue as Not a Bug, please put a comment in telling the reporter why in a nice way.&lt;br /&gt;
&lt;br /&gt;
Also, if someone is not following the Code of Conduct in a tracker comment, please point this out in a respectful way and remind the person that we need to follow the CoC at all times. If there is a persistent problem, please let your Team Leader or a JBS Coordinator know so we can take action. We absolutely do not want to tolerate rude or disrespectful behavior in the tracker or forum.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Tracker Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Coding Team===&lt;br /&gt;
The coding team works with Confirmed issues and creates patches to correct these issues if they haven&#039;t already been provided. When a patch is completed, and when a test plan has been added that tells the testers how to test the patch, the issue is changed to Pending status.&lt;br /&gt;
&lt;br /&gt;
Many times the first patch submitted for an issue will not be the actual patch that is committed to the SVN. There are many reasons for this. Someone else may have a different approach to the solving the issue, a tester might find a problem, or the person who submitted the patch will think of a better way to do it.&lt;br /&gt;
&lt;br /&gt;
It is important to be positive and flexible and not expect that every patch you submit will go straight into the SVN. That does not mean the work is not helpful or valuable. In many cases, it is not possible to get to the end result without going through one or more tries.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Bug Squad Coding Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Testing Team===&lt;br /&gt;
This team tests Pending issues and, when tests are successful, documents this and moves the issue to Ready to Commit status. At this point, one of the JBS coordinators will commit the patch to the SVN.&lt;br /&gt;
&lt;br /&gt;
Over time, we plan to include more automated testing into the process. Eventually, we would like every Ready to Commit issue have both a code patch and an automated system or unit test. Accordingly, it will be important for members of the testing team to be learning how to write and use system tests.&lt;br /&gt;
&lt;br /&gt;
There are some tips for testing in the wiki in the [[Testing Checklists]] article.&lt;br /&gt;
&lt;br /&gt;
===Automated Testing Team===&lt;br /&gt;
Automated testing is a key technology that we will incorporate into the workings of JBS. At the present, this is a somewhat specialized skill, so we will start by developing a separate team of people who are familiar with this and can help write automated tests and train other JBS members on automated testing. Our aim is to eventually make automated testing a routine part of fixing issues.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Automated Testing Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Migration / Upgrade Team===&lt;br /&gt;
This team is responsible for coding and documenting the upgrade process for users migrating sites or extensions from one version to the next (for example, from version 1.5 to 1.6). They will be responsible for creating and fixing issues in this area of the code.&lt;br /&gt;
&lt;br /&gt;
===Contacts===&lt;br /&gt;
;Joomla! Bug Squad Coordinators : [mailto:mark.dexter@community.joomla.org Mark Dexter]&lt;br /&gt;
&lt;br /&gt;
;To request to join the Bug Squad :[mailto:mark.dexter@community.joomla.org Mark Dexter]&lt;br /&gt;
;Tracker Team Leaders: [mailto:elin.waring@gmail.com Elin Waring]&lt;br /&gt;
;Coding Team Leaders: &lt;br /&gt;
: to be announced&lt;br /&gt;
;Testing Team Leaders : [mailto:marijkestuivenberg@gmail.com Marijke Stuivenberg]&lt;br /&gt;
;Automated Testing Team Leaders : to be announced&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Development Working Group]][[Category:Bug Squad]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Bug_Squad&amp;diff=77611</id>
		<title>Bug Squad</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Bug_Squad&amp;diff=77611"/>
		<updated>2012-11-17T05:29:58Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:workgroups_bugsquad.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
The Joomla! Bug Squad (JBS) is a team within the production working group. Their job is to identify and fix bugs in Joomla. This includes the following:&lt;br /&gt;
&lt;br /&gt;
* Scan the [http://forum.joomla.org/viewforum.php?f=199 Joomla! Bug Reporting Forum] and [http://forum.joomla.org/viewforum.php?f=579 Joomla! 2.5 Bug Reporting Forum] for reported issues and help community members with solving these issues.&lt;br /&gt;
* Maintaining the [[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=11410 Version 2.5x only Bug Tracker]] and [[http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS 3 Tracker]] .&lt;br /&gt;
* Fix reported bugs and resolve reported issues according to the [[Bug Tracking Process]].&lt;br /&gt;
&lt;br /&gt;
The Bug Squad is also supporting with testing and quality assurance when a new major or minor version is developed. Generally speaking the bug-squad is in the lead when a version switches from beta-stage to the stable-stage within the development cycle of Joomla!&lt;br /&gt;
&lt;br /&gt;
The Bug Squad was created in December 2007. As of May 2010, JBS has been organised into the following teams:&lt;br /&gt;
* Tracker Team - monitors the forums and trackers&lt;br /&gt;
* Coding Team - creates patches for Confirmed Issues&lt;br /&gt;
* Testing Team - tests Pending issues&lt;br /&gt;
* Automated Testing Team - creates automated system and unit tests for tracker issues&lt;br /&gt;
* Migration / Upgrade Team - responsible for supporting migration and upgrading from the prior version to the current version.&lt;br /&gt;
&lt;br /&gt;
These teams are not rigid, and JBS members can participate in whatever activities they wish. The purpose of the teams is to make it easier for JBS members to focus their efforts and learn the skills required to successfully contribute to the project.&lt;br /&gt;
&lt;br /&gt;
If you are a member of the JBS, you might also like to join the JBS group at [http://people.joomla.org/groups/viewgroup/95-Joomla+Bug+Squad.html people.joomla.org].&lt;br /&gt;
&lt;br /&gt;
===Tracker Team===&lt;br /&gt;
This team has the very important and sometimes difficult job of filtering all of the forum posts and bug reports and sorting out which ones are real bugs that are ready to be worked on. From the standpoint of the tracker, their job is to move issues from Open status to Confirmed status. Of course, many issues will also be put into other status codes, including Information Required, Needs Review, Duplicate, Not a Bug, and so on.&lt;br /&gt;
&lt;br /&gt;
Before an issue is marked Confirmed, it needs to be reproduced and documented so that others can reproduce the problem.&lt;br /&gt;
&lt;br /&gt;
The Tracker Team should also make sure the issue has the correct Type and Priority. Remember, many users reporting bugs are not familiar with all of the fields and terminology. In many cases, this could be the user&#039;s first contribution or interaction with the project.&lt;br /&gt;
&lt;br /&gt;
It is critically important that all JBS members follow the Code of Conduct and show courtesy and respect in all tracker comments. Remember, we are the ambassadors of the Joomla! project, and the way we behave reflects on the whole project. People will naturally be unhappy if an issue they report is not taken seriously or if they feel that it was closed improperly. So we need to be sensitive to that fact, while of course making the what we believe to be the correct decision. For example, if you close an issue as Not a Bug, please put a comment in telling the reporter why in a nice way.&lt;br /&gt;
&lt;br /&gt;
Also, if someone is not following the Code of Conduct in a tracker comment, please point this out in a respectful way and remind the person that we need to follow the CoC at all times. If there is a persistent problem, please let your Team Leader or a JBS Coordinator know so we can take action. We absolutely do not want to tolerate rude or disrespectful behavior in the tracker or forum.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Tracker Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Coding Team===&lt;br /&gt;
The coding team works with Confirmed issues and creates patches to correct these issues if they haven&#039;t already been provided. When a patch is completed, and when a test plan has been added that tells the testers how to test the patch, the issue is changed to Pending status.&lt;br /&gt;
&lt;br /&gt;
Many times the first patch submitted for an issue will not be the actual patch that is committed to the SVN. There are many reasons for this. Someone else may have a different approach to the solving the issue, a tester might find a problem, or the person who submitted the patch will think of a better way to do it.&lt;br /&gt;
&lt;br /&gt;
It is important to be positive and flexible and not expect that every patch you submit will go straight into the SVN. That does not mean the work is not helpful or valuable. In many cases, it is not possible to get to the end result without going through one or more tries.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Bug Squad Coding Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Testing Team===&lt;br /&gt;
This team tests Pending issues and, when tests are successful, documents this and moves the issue to Ready to Commit status. At this point, one of the JBS coordinators will commit the patch to the SVN.&lt;br /&gt;
&lt;br /&gt;
Over time, we plan to include more automated testing into the process. Eventually, we would like every Ready to Commit issue have both a code patch and an automated system or unit test. Accordingly, it will be important for members of the testing team to be learning how to write and use system tests.&lt;br /&gt;
&lt;br /&gt;
There are some tips for testing in the wiki in the [[Testing Checklists]] article.&lt;br /&gt;
&lt;br /&gt;
===Automated Testing Team===&lt;br /&gt;
Automated testing is a key technology that we will incorporate into the workings of JBS. At the present, this is a somewhat specialized skill, so we will start by developing a separate team of people who are familiar with this and can help write automated tests and train other JBS members on automated testing. Our aim is to eventually make automated testing a routine part of fixing issues.&lt;br /&gt;
&lt;br /&gt;
For more information see the [[Automated Testing Team]] page.&lt;br /&gt;
&lt;br /&gt;
===Migration / Upgrade Team===&lt;br /&gt;
This team is responsible for coding and documenting the upgrade process for users migrating sites or extensions from one version to the next (for example, from version 1.5 to 1.6). They will be responsible for creating and fixing issues in this area of the code.&lt;br /&gt;
&lt;br /&gt;
===Contacts===&lt;br /&gt;
;Joomla! Bug Squad Coordinators : [mailto:mark.dexter@community.joomla.org Mark Dexter]&lt;br /&gt;
&lt;br /&gt;
;To request to join the Bug Squad :[mailto:mark.dexter@community.joomla.org Mark Dexter]&lt;br /&gt;
;Tracker Team Leaders: [mailto:elin.waring@gmail.com Elin Waring]&lt;br /&gt;
;Coding Team Leaders: &lt;br /&gt;
: to be announced&lt;br /&gt;
;Testing Team Leaders : [mailto:marijkestuivenberg@gmail.com Marijke Stuivenberg]&lt;br /&gt;
;Automated Testing Team Leaders : to be announced&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Development Working Group]][[Category:Bug Squad]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77570</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77570"/>
		<updated>2012-11-14T23:19:38Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Elin Waring&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77569</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77569"/>
		<updated>2012-11-14T23:19:06Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Elin Waring (mailto:elin.waring@gmail.com)&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77568</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77568"/>
		<updated>2012-11-14T23:17:22Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Elin Waring [[mailto:elin.waring@gmail.com]]&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77567</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77567"/>
		<updated>2012-11-14T23:14:29Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Search Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77566</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77566"/>
		<updated>2012-11-14T23:14:06Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Message Queue Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77565</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77565"/>
		<updated>2012-11-14T23:12:37Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Database Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77564</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77564"/>
		<updated>2012-11-14T23:12:14Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Multi-site Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77563</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77563"/>
		<updated>2012-11-14T23:11:40Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Multi-site Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Open&lt;br /&gt;
* PLT Contact: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77562</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77562"/>
		<updated>2012-11-14T23:11:06Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Multi-site Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: &lt;br /&gt;
* PLT Contact: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77561</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77561"/>
		<updated>2012-11-14T23:06:52Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Internet of Things Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Chris Davenport.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77560</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77560"/>
		<updated>2012-11-14T23:05:38Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Database Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77559</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=77559"/>
		<updated>2012-11-14T23:05:10Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Database Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
=Production Working Groups=&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order under their specific type, Permanent Working Groups or Teams and the Current Working Groups.&lt;br /&gt;
&lt;br /&gt;
==Permanent Working Groups (Teams)==&lt;br /&gt;
====Bug Squad====&lt;br /&gt;
For further information see the [[Portal:Bug Squad|Bug Squad]] Portal.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Documentation Working Group====&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
====Joomla Security Strike Team====&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
====Translations Working Group====&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
====User Experience Working Group====&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
==Current Working Groups==&lt;br /&gt;
====Database Working Group====&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This group is currently inactive. If you are interested in working on this issue, contact Mark Dexter.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Internet of Things Working Group====&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
====JavaScript Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: Andy Tarr (mailto:andrea.tarr@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Multi-site Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Message Queue Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
====Search Working Group====&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unified Content Model Working Group====&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Unit Tests for CMS Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Update and Migration Working Group====&lt;br /&gt;
The Update and Migration Working Group looks to solve the immediate problem of Joomla 1.5 to 2.5+ core migration with extensibility to extensions of all types.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Robert Jacobi (mailto:robert.jacobi@arctg.com)&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
====Web Services Working Group====&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ashwin Date (mailto:coolbung@gmail.com)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=74112</id>
		<title>Pizza Bugs and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=74112"/>
		<updated>2012-09-07T13:49:24Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Europe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:pbf.png|right]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
&lt;br /&gt;
We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 15, 2012. The event is global for virtual participants with local venues wherever they are organized. Joomla 3 is scheduled to be released on September 27th, so hopefully this Bug Squish will play a big part in squashing the remaining bugs.&lt;br /&gt;
&lt;br /&gt;
This is also a birthday celebration for Joomla! so it&#039;s actually a Pizza Bugs Birthday Cake and Fun event. Be sure to add birthday cake, ice cream or stroopwafels to your party!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;See the section [http://docs.joomla.org/Pizza_Bugs_and_Fun_September_15,_2012#General_Instructions General Instructions] below for instructions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki will be used as the central resource for coordinating efforts and accumulating results from this event.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;twitter&#039;&#039;&#039; hash tag is #jpbf12.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bugs&#039;&#039;&#039; : We will be working through the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] where there are bug reports needing patches and/or testing.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Documentation&#039;&#039;&#039; : We still have documentation that needs to be done. If you want to help out writing documentation, you&#039;re also more than welcome.&lt;br /&gt;
&lt;br /&gt;
== Organization, logistics and communications ==&lt;br /&gt;
&lt;br /&gt;
=== Communication ===&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only and you are all invited. This is the same chat we used for the PBF in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF. This Skype chat will be in English, but other languages can set up their own chat groups as well.&lt;br /&gt;
&lt;br /&gt;
=== General Instructions ===&lt;br /&gt;
&lt;br /&gt;
These instructions may change as we get closer to the event.&lt;br /&gt;
&lt;br /&gt;
==== If you want to test bug fixes (i.e. patches) ====&lt;br /&gt;
* Look for issues with a status of Pending. We want at least 2 testers and more on complex issues, so you can test what others have tested already.&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, which means you download the patch from the tracker and apply it to a current SVN copy of Joomla.&lt;br /&gt;
* Most of the issues should have test instructions with them.&lt;br /&gt;
* Once you have tested, add comments to the tracker on your results. Start your comment with @test so you will get counted in the stats as a tester.&lt;br /&gt;
* Note: You don&#039;t have to delete the installation folder when you are using the development version of Joomla. This allows you to reinstall just by deleting the configuration.php file.&lt;br /&gt;
* Note: See the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#FAQ FAQ] on how to apply a Git pull request as an SVN patch.&lt;br /&gt;
&lt;br /&gt;
===== Helpful Documentation =====&lt;br /&gt;
* [[Git for Testers and Trackers]] - We&#039;d recommend beginners to use TortoiseGit&lt;br /&gt;
* [[Tortoise SVN]] - This is only if you&#039;re using SVN.  We&#039;d recommend using Git instead (see above) though.&lt;br /&gt;
&lt;br /&gt;
==== If you want to code bug fixes ====&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, looking for the issues with a status of Confirmed.&lt;br /&gt;
* When you have a patch, add it to the tracker and change the status to Pending if you are able to. Add testing instructions if they don&#039;t already exist.&lt;br /&gt;
&lt;br /&gt;
* If you want to just put your toe in the water at first, you could see if any of the older patches with a Pending status need updating to the newest build. When you find one that won&#039;t apply, you can manually apply it as necessary and then recreate the patch. Uploading to the tracker as a later version and note that you&#039;ve updated it to the current build. Just make sure that you are using Unix End of Line and create that patch at the project level.&lt;br /&gt;
&lt;br /&gt;
Helpful documentation:&lt;br /&gt;
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.&lt;br /&gt;
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development&lt;br /&gt;
* [[Git for Testers and Trackers]]&lt;br /&gt;
* [[Working with git and github/My first pull request]]&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
* [[Development Best Practices]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== If you want to work on Documentation ====&lt;br /&gt;
* To edit this Documentation Wiki, you will need a user account on the wiki. If you don&#039;t already have one, you may register on [[Special:UserLogin]]. You only need a valid email address and once registered you will have immediate permission to edit any page except for a few that are protected because they are high profile spam targets.&lt;br /&gt;
* Get your user account a few days before and make sure that you are able to sign in since the automatic authorization system can lock some people out.&lt;br /&gt;
* If you&#039;d like something to be edited, but you&#039;re not sure what to write exactly, use talk pages to add comments to pages.&lt;br /&gt;
* During the PBF, several experienced Wiki editors will be available in the Skype chat to help you.&lt;br /&gt;
&lt;br /&gt;
You are free to work on any aspect of the documentation that takes your fancy, but here are some suggestions for stuff that really needs some love and attention:&lt;br /&gt;
* Help screens for Joomla 3.0.&lt;br /&gt;
*: I would suggest you pick a particular part of the help screens and propagate that through all the help screens, rather than trying to complete a single help screen.  For example, make sure every page has an up-to-date screenshot or make sure every page has a correct and up-to-date description, and so on.  [[Help30:Help screens]] is a complete list of all the help screens.&lt;br /&gt;
* [[Getting Started with Joomla!]]&lt;br /&gt;
* [[Administrators]]&lt;br /&gt;
*: The plan is for this page to become the entry point into a comprehensive, task-orientated Administrators Manual.  As you can see, there are plenty of gaps that need filling, so please fill away :P&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
*: This needs to be updated, or perhaps a new version created, following the introduction of JInput and the deprecation of JRequest.&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
*: A re-organisation of the [[Developers]] page is long overdue and suggestions are welcome.  Rather than editing this page directly, I would suggest adding a new sub-page under your user page (eg. [[User:Jane Doe/Developers]] so that it can be reviewed and improved before committing a major change to this important page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pizza ===&lt;br /&gt;
We are offering pizza (or any comparable locally popular main course) and soda for pre-registered groups. Be sure to also get some birthday cake to celebrate Joomla&#039;s birthday. We are not setting a specific maximum, but please don’t go crazy with it. Get enough so there’s plenty for everyone, but not a week’s worth of pizza and soda leftovers for everyone. Contact Andrea Tarr (andrea.tarr@joomla.org) before the event to register and get details.&lt;br /&gt;
&lt;br /&gt;
== Locations ==&lt;br /&gt;
&lt;br /&gt;
If you want to get people together and have a venue to share, please add it below. Share as much as possible details like exact location, url for more information about the venue, ways to register, date and time the venue is available etc.&lt;br /&gt;
&lt;br /&gt;
If you set up a location please send contact information to Andy Tarr (andrea.tarr@joomla.org). Feel free to contact her with any questions.&lt;br /&gt;
&lt;br /&gt;
===Virtual===&lt;br /&gt;
====Skype Chat====&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only. This is the same Skype chat we used in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t already have Skype, you can download it for free from [http://skype.com Skype].&lt;br /&gt;
&lt;br /&gt;
=== Europe ===&lt;br /&gt;
 [http://www.joomla.fr/actualites-de-joomlaorg/session-pizza-bugs-and-fun-2012-participez-a-la-stabilisation-de-joomla-30 Joomla User Group France]&lt;br /&gt;
 B5Prod agency&lt;br /&gt;
 31 rue des Tuiliers&lt;br /&gt;
 69008 Lyon&lt;br /&gt;
 10:00 - 18:00 GMT&lt;br /&gt;
 Contact: [mailto:marc.studer@joomla.fr Marc Studer]&lt;br /&gt;
&lt;br /&gt;
 [http://www.joomla.fr/les-news-joomla/31-evenements-francophones/1143-session-pizza-bugs-and-fun-2012-participez-a-la-stabilisation-de-joomla-25 Joomla User Group France]&lt;br /&gt;
 Le Node&lt;br /&gt;
 12 rue des Faussets&lt;br /&gt;
 33100 Bordeaux&lt;br /&gt;
 9:00 - 18:00 GMT&lt;br /&gt;
 Contact: [mailto:eric.lamy@joomla.fr Eric Lamy]&lt;br /&gt;
&lt;br /&gt;
=== North America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== South America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Asia/Pacific ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Africa ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Middle East ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registration ==&lt;br /&gt;
=== For write access to this wiki ===&lt;br /&gt;
To get write access to this wiki you will need to [[Special:Userlogin|register here first]]. Please be aware that the registration process requires a valid email address. This is the same login for updating Joomla documentation.&lt;br /&gt;
&lt;br /&gt;
=== At a physical location ===&lt;br /&gt;
If you wish to be present at one of the physical locations listed above then you must register in advance because space most likely is limited.  Registrations are the responsibility of the individual location organizers and you should click on the appropriate link above for more information.&lt;br /&gt;
&lt;br /&gt;
=== Taking bugs, tasks and pizza ===&lt;br /&gt;
&lt;br /&gt;
Please check the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#Organization.2C_logistics_and_communications Organization, logistics and communications section] for details on how to get involved in working on tasks.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* All code must be made available under the [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2].&lt;br /&gt;
* All documentation contributions must be made available under the [[JEDL|Joomla! Electronic Documentation License]]. Further information on the JEDL is available in the [[JEDL/FAQ|JEDL Frequently Asked Questions]]&lt;br /&gt;
* No advertising or self-promotion will be allowed.  This includes back links to your website or anyone else&#039;s.  The one exception is that if you have made a contribution then feel free to add your name and an optional link to your website to the [[Pizza Bugs and Fun September 15, 2012/Contributors List|Contributors List]]&lt;br /&gt;
* All contributions must be in English.  Note that the official language of the Joomla! project is British English.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Q: Where is the code for Joomla?&lt;br /&gt;
&lt;br /&gt;
A: The current Joomla code can be found either on Joomlacode or GitHub.&lt;br /&gt;
&lt;br /&gt;
*GitHub - https://github.com/joomla/joomla-cms&lt;br /&gt;
*SVN - http://joomlacode.org/svn/joomla/development/trunk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Which one is 3.0?&lt;br /&gt;
&lt;br /&gt;
A: On GitHub, it is the master branch.  For SVN, it is the main trunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Any known issues with JForge and Chrome on Windows?&lt;br /&gt;
&lt;br /&gt;
A: It have been seen that browsing the JForge tracker, Chrome may ask for a missing plugin (windows media player). No workaround for this is yet known.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: How do I apply a Git pull request as an SVN Patch?&lt;br /&gt;
&lt;br /&gt;
A: Git &amp;amp; SVN are two different ways of doing version control for software. Joomla is in a transition stage of moving from SVN to Git. Many of the patches will be SVN patches which you&#039;ll find in the files tab at the bottom of the tracker. Some trackers will have Git &amp;quot;pull requests&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
These git pull requests can still usually be applied like SVN patches if you only have SVN. Take the URL of the pull request, add &amp;quot;.patch&amp;quot; to the end of it and use that as a URL to the patch.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-1.png]]&lt;br /&gt;
&lt;br /&gt;
Many of this pull requests will also have extra folders on the internal file names like a/ and b/.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-3.png]]&lt;br /&gt;
&lt;br /&gt;
In Eclipse, to remove those automatically, change Ignore Leading Path Name Segments to 1.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-2.png]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
{{:Pizza Bugs and Fun September 15, 2012/Contributors List}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]][[Category:Events]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=74105</id>
		<title>Pizza Bugs and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=74105"/>
		<updated>2012-09-07T03:51:04Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Europe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:pbf.png|right]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
&lt;br /&gt;
We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 15, 2012. The event is global for virtual participants with local venues wherever they are organized. Joomla 3 is scheduled to be released on September 27th, so hopefully this Bug Squish will play a big part in squashing the remaining bugs.&lt;br /&gt;
&lt;br /&gt;
This is also a birthday celebration for Joomla! so it&#039;s actually a Pizza Bugs Birthday Cake and Fun event. Be sure to add birthday cake, ice cream or stroopwafels to your party!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;See the section [http://docs.joomla.org/Pizza_Bugs_and_Fun_September_15,_2012#General_Instructions General Instructions] below for instructions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki will be used as the central resource for coordinating efforts and accumulating results from this event.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;twitter&#039;&#039;&#039; hash tag is #jpbf12.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bugs&#039;&#039;&#039; : We will be working through the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] where there are bug reports needing patches and/or testing.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Documentation&#039;&#039;&#039; : We still have documentation that needs to be done. If you want to help out writing documentation, you&#039;re also more than welcome.&lt;br /&gt;
&lt;br /&gt;
== Organization, logistics and communications ==&lt;br /&gt;
&lt;br /&gt;
=== Communication ===&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only and you are all invited. This is the same chat we used for the PBF in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF. This Skype chat will be in English, but other languages can set up their own chat groups as well.&lt;br /&gt;
&lt;br /&gt;
=== General Instructions ===&lt;br /&gt;
&lt;br /&gt;
These instructions may change as we get closer to the event.&lt;br /&gt;
&lt;br /&gt;
==== If you want to test bug fixes (i.e. patches) ====&lt;br /&gt;
* Look for issues with a status of Pending. We want at least 2 testers and more on complex issues, so you can test what others have tested already.&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, which means you download the patch from the tracker and apply it to a current SVN copy of Joomla.&lt;br /&gt;
* Most of the issues should have test instructions with them.&lt;br /&gt;
* Once you have tested, add comments to the tracker on your results. Start your comment with @test so you will get counted in the stats as a tester.&lt;br /&gt;
* Note: You don&#039;t have to delete the installation folder when you are using the development version of Joomla. This allows you to reinstall just by deleting the configuration.php file.&lt;br /&gt;
* Note: See the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#FAQ FAQ] on how to apply a Git pull request as an SVN patch.&lt;br /&gt;
&lt;br /&gt;
===== Helpful Documentation =====&lt;br /&gt;
* [[Git for Testers and Trackers]] - We&#039;d recommend beginners to use TortoiseGit&lt;br /&gt;
* [[Tortoise SVN]] - This is only if you&#039;re using SVN.  We&#039;d recommend using Git instead (see above) though.&lt;br /&gt;
&lt;br /&gt;
==== If you want to code bug fixes ====&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, looking for the issues with a status of Confirmed.&lt;br /&gt;
* When you have a patch, add it to the tracker and change the status to Pending if you are able to. Add testing instructions if they don&#039;t already exist.&lt;br /&gt;
&lt;br /&gt;
* If you want to just put your toe in the water at first, you could see if any of the older patches with a Pending status need updating to the newest build. When you find one that won&#039;t apply, you can manually apply it as necessary and then recreate the patch. Uploading to the tracker as a later version and note that you&#039;ve updated it to the current build. Just make sure that you are using Unix End of Line and create that patch at the project level.&lt;br /&gt;
&lt;br /&gt;
Helpful documentation:&lt;br /&gt;
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.&lt;br /&gt;
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development&lt;br /&gt;
* [[Git for Testers and Trackers]]&lt;br /&gt;
* [[Working with git and github/My first pull request]]&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
* [[Development Best Practices]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== If you want to work on Documentation ====&lt;br /&gt;
* To edit this Documentation Wiki, you will need a user account on the wiki. If you don&#039;t already have one, you may register on [[Special:UserLogin]]. You only need a valid email address and once registered you will have immediate permission to edit any page except for a few that are protected because they are high profile spam targets.&lt;br /&gt;
* Get your user account a few days before and make sure that you are able to sign in since the automatic authorization system can lock some people out.&lt;br /&gt;
* If you&#039;d like something to be edited, but you&#039;re not sure what to write exactly, use talk pages to add comments to pages.&lt;br /&gt;
* During the PBF, several experienced Wiki editors will be available in the Skype chat to help you.&lt;br /&gt;
&lt;br /&gt;
You are free to work on any aspect of the documentation that takes your fancy, but here are some suggestions for stuff that really needs some love and attention:&lt;br /&gt;
* Help screens for Joomla 3.0.&lt;br /&gt;
*: I would suggest you pick a particular part of the help screens and propagate that through all the help screens, rather than trying to complete a single help screen.  For example, make sure every page has an up-to-date screenshot or make sure every page has a correct and up-to-date description, and so on.  [[Help30:Help screens]] is a complete list of all the help screens.&lt;br /&gt;
* [[Getting Started with Joomla!]]&lt;br /&gt;
* [[Administrators]]&lt;br /&gt;
*: The plan is for this page to become the entry point into a comprehensive, task-orientated Administrators Manual.  As you can see, there are plenty of gaps that need filling, so please fill away :P&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
*: This needs to be updated, or perhaps a new version created, following the introduction of JInput and the deprecation of JRequest.&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
*: A re-organisation of the [[Developers]] page is long overdue and suggestions are welcome.  Rather than editing this page directly, I would suggest adding a new sub-page under your user page (eg. [[User:Jane Doe/Developers]] so that it can be reviewed and improved before committing a major change to this important page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pizza ===&lt;br /&gt;
We are offering pizza (or any comparable locally popular main course) and soda for pre-registered groups. Be sure to also get some birthday cake to celebrate Joomla&#039;s birthday. We are not setting a specific maximum, but please don’t go crazy with it. Get enough so there’s plenty for everyone, but not a week’s worth of pizza and soda leftovers for everyone. Contact Andrea Tarr (andrea.tarr@joomla.org) before the event to register and get details.&lt;br /&gt;
&lt;br /&gt;
== Locations ==&lt;br /&gt;
&lt;br /&gt;
If you want to get people together and have a venue to share, please add it below. Share as much as possible details like exact location, url for more information about the venue, ways to register, date and time the venue is available etc.&lt;br /&gt;
&lt;br /&gt;
If you set up a location please send contact information to Andy Tarr (andrea.tarr@joomla.org). Feel free to contact her with any questions.&lt;br /&gt;
&lt;br /&gt;
===Virtual===&lt;br /&gt;
====Skype Chat====&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only. This is the same Skype chat we used in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t already have Skype, you can download it for free from [http://skype.com Skype].&lt;br /&gt;
&lt;br /&gt;
=== Europe ===&lt;br /&gt;
 [http://www.joomla.fr/actualites-de-joomlaorg/session-pizza-bugs-and-fun-2012-participez-a-la-stabilisation-de-joomla-30 Joomla User Group France]&lt;br /&gt;
 B5Prod agency&lt;br /&gt;
 31 rue des Tuiliers&lt;br /&gt;
 69008 Lyon&lt;br /&gt;
 10:00 - 18:00 GMT&lt;br /&gt;
 Contact: [mailto:marc.studer@joomla.fr Marc Studer]&lt;br /&gt;
&lt;br /&gt;
 [http://www.joomla.fr/les-news-joomla/31-evenements-francophones/1143-session-pizza-bugs-and-fun-2012-participez-a-la-stabilisation-de-joomla-25 Joomla User Group France]&lt;br /&gt;
 Agerix agency&lt;br /&gt;
 25 rue Fernand Belliard&lt;br /&gt;
 33100 Bordeaux&lt;br /&gt;
 9:00 - 18:00 GMT&lt;br /&gt;
 Contact: [mailto:eric.lamy@joomla.fr Eric Lamy]&lt;br /&gt;
&lt;br /&gt;
=== North America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== South America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Asia/Pacific ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Africa ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Middle East ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registration ==&lt;br /&gt;
=== For write access to this wiki ===&lt;br /&gt;
To get write access to this wiki you will need to [[Special:Userlogin|register here first]]. Please be aware that the registration process requires a valid email address. This is the same login for updating Joomla documentation.&lt;br /&gt;
&lt;br /&gt;
=== At a physical location ===&lt;br /&gt;
If you wish to be present at one of the physical locations listed above then you must register in advance because space most likely is limited.  Registrations are the responsibility of the individual location organizers and you should click on the appropriate link above for more information.&lt;br /&gt;
&lt;br /&gt;
=== Taking bugs, tasks and pizza ===&lt;br /&gt;
&lt;br /&gt;
Please check the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#Organization.2C_logistics_and_communications Organization, logistics and communications section] for details on how to get involved in working on tasks.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* All code must be made available under the [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2].&lt;br /&gt;
* All documentation contributions must be made available under the [[JEDL|Joomla! Electronic Documentation License]]. Further information on the JEDL is available in the [[JEDL/FAQ|JEDL Frequently Asked Questions]]&lt;br /&gt;
* No advertising or self-promotion will be allowed.  This includes back links to your website or anyone else&#039;s.  The one exception is that if you have made a contribution then feel free to add your name and an optional link to your website to the [[Pizza Bugs and Fun September 15, 2012/Contributors List|Contributors List]]&lt;br /&gt;
* All contributions must be in English.  Note that the official language of the Joomla! project is British English.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Q: Where is the code for Joomla?&lt;br /&gt;
&lt;br /&gt;
A: The current Joomla code can be found either on Joomlacode or GitHub.&lt;br /&gt;
&lt;br /&gt;
*GitHub - https://github.com/joomla/joomla-cms&lt;br /&gt;
*SVN - http://joomlacode.org/svn/joomla/development/trunk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Which one is 3.0?&lt;br /&gt;
&lt;br /&gt;
A: On GitHub, it is the master branch.  For SVN, it is the main trunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Any known issues with JForge and Chrome on Windows?&lt;br /&gt;
&lt;br /&gt;
A: It have been seen that browsing the JForge tracker, Chrome may ask for a missing plugin (windows media player). No workaround for this is yet known.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: How do I apply a Git pull request as an SVN Patch?&lt;br /&gt;
&lt;br /&gt;
A: Git &amp;amp; SVN are two different ways of doing version control for software. Joomla is in a transition stage of moving from SVN to Git. Many of the patches will be SVN patches which you&#039;ll find in the files tab at the bottom of the tracker. Some trackers will have Git &amp;quot;pull requests&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
These git pull requests can still usually be applied like SVN patches if you only have SVN. Take the URL of the pull request, add &amp;quot;.patch&amp;quot; to the end of it and use that as a URL to the patch.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-1.png]]&lt;br /&gt;
&lt;br /&gt;
Many of this pull requests will also have extra folders on the internal file names like a/ and b/.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-3.png]]&lt;br /&gt;
&lt;br /&gt;
In Eclipse, to remove those automatically, change Ignore Leading Path Name Segments to 1.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-2.png]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
{{:Pizza Bugs and Fun September 15, 2012/Contributors List}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]][[Category:Events]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=73971</id>
		<title>Pizza Bugs and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=73971"/>
		<updated>2012-09-04T03:44:42Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Image:pbf.png|right]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
&lt;br /&gt;
We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 15, 2012. The event is global for virtual participants with local venues wherever they are organized. Joomla 3 is scheduled to be released on September 27th, so hopefully this Bug Squish will play a big part in squashing the remaining bugs.&lt;br /&gt;
&lt;br /&gt;
This is also a birthday celebration for Joomla! so it&#039;s actually a Pizza Bugs Birthday Cake and Fun event. Be sure to add birthday cake, ice cream or stroopwafels to your party!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;See the section [http://docs.joomla.org/Pizza_Bugs_and_Fun_September_15,_2012#General_Instructions General Instructions] below for instructions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki will be used as the central resource for coordinating efforts and accumulating results from this event.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;twitter&#039;&#039;&#039; hash tag is #jpbf12.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bugs&#039;&#039;&#039; : We will be working through the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] where there are bug reports needing patches and/or testing.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Documentation&#039;&#039;&#039; : We still have documentation that needs to be done. If you want to help out writing documentation, you&#039;re also more than welcome.&lt;br /&gt;
&lt;br /&gt;
== Organization, logistics and communications ==&lt;br /&gt;
&lt;br /&gt;
=== Communication ===&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only and you are all invited. This is the same chat we used for the PBF in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF. This Skype chat will be in English, but other languages can set up their own chat groups as well.&lt;br /&gt;
&lt;br /&gt;
=== General Instructions ===&lt;br /&gt;
&lt;br /&gt;
These instructions may change as we get closer to the event.&lt;br /&gt;
&lt;br /&gt;
==== If you want to test bug fixes (i.e. patches) ====&lt;br /&gt;
* Look for issues with a status of Pending. We want at least 2 testers and more on complex issues, so you can test what others have tested already.&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, which means you download the patch from the tracker and apply it to a current SVN copy of Joomla.&lt;br /&gt;
* Most of the issues should have test instructions with them.&lt;br /&gt;
* Once you have tested, add comments to the tracker on your results. Start your comment with @test so you will get counted in the stats as a tester.&lt;br /&gt;
* Note: You don&#039;t have to delete the installation folder when you are using the development version of Joomla. This allows you to reinstall just by deleting the configuration.php file.&lt;br /&gt;
* Note: See the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#FAQ FAQ] on how to apply a Git pull request as an SVN patch.&lt;br /&gt;
&lt;br /&gt;
===== Helpful Documentation =====&lt;br /&gt;
* [[Git for Testers and Trackers]] - We&#039;d recommend beginners to use TortoiseGit&lt;br /&gt;
* [[Tortoise SVN]] - This is only if you&#039;re using SVN.  We&#039;d recommend using Git instead (see above) though.&lt;br /&gt;
&lt;br /&gt;
==== If you want to code bug fixes ====&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, looking for the issues with a status of Confirmed.&lt;br /&gt;
* When you have a patch, add it to the tracker and change the status to Pending if you are able to. Add testing instructions if they don&#039;t already exist.&lt;br /&gt;
&lt;br /&gt;
* If you want to just put your toe in the water at first, you could see if any of the older patches with a Pending status need updating to the newest build. When you find one that won&#039;t apply, you can manually apply it as necessary and then recreate the patch. Uploading to the tracker as a later version and note that you&#039;ve updated it to the current build. Just make sure that you are using Unix End of Line and create that patch at the project level.&lt;br /&gt;
&lt;br /&gt;
Helpful documentation:&lt;br /&gt;
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.&lt;br /&gt;
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development&lt;br /&gt;
* [[Git for Testers and Trackers]]&lt;br /&gt;
* [[Working with git and github/My first pull request]]&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
* [[Development Best Practices]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== If you want to work on Documentation ====&lt;br /&gt;
* To edit this Documentation Wiki, you will need a user account on the wiki. If you don&#039;t already have one, you may register on [[Special:UserLogin]]. You only need a valid email address and once registered you will have immediate permission to edit any page except for a few that are protected because they are high profile spam targets.&lt;br /&gt;
* Get your user account a few days before and make sure that you are able to sign in since the automatic authorization system can lock some people out.&lt;br /&gt;
* If you&#039;d like something to be edited, but you&#039;re not sure what to write exactly, use talk pages to add comments to pages.&lt;br /&gt;
* During the PBF, several experienced Wiki editors will be available in the Skype chat to help you.&lt;br /&gt;
&lt;br /&gt;
You are free to work on any aspect of the documentation that takes your fancy, but here are some suggestions for stuff that really needs some love and attention:&lt;br /&gt;
* Help screens for Joomla 3.0.&lt;br /&gt;
*: I would suggest you pick a particular part of the help screens and propagate that through all the help screens, rather than trying to complete a single help screen.  For example, make sure every page has an up-to-date screenshot or make sure every page has a correct and up-to-date description, and so on.  [[Help30:Help screens]] is a complete list of all the help screens.&lt;br /&gt;
* [[Getting Started with Joomla!]]&lt;br /&gt;
* [[Administrators]]&lt;br /&gt;
*: The plan is for this page to become the entry point into a comprehensive, task-orientated Administrators Manual.  As you can see, there are plenty of gaps that need filling, so please fill away :P&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
*: This needs to be updated, or perhaps a new version created, following the introduction of JInput and the deprecation of JRequest.&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
*: A re-organisation of the [[Developers]] page is long overdue and suggestions are welcome.  Rather than editing this page directly, I would suggest adding a new sub-page under your user page (eg. [[User:Jane Doe/Developers]] so that it can be reviewed and improved before committing a major change to this important page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pizza ===&lt;br /&gt;
We are offering pizza (or any comparable locally popular main course) and soda for pre-registered groups. Be sure to also get some birthday cake to celebrate Joomla&#039;s birthday. We are not setting a specific maximum, but please don’t go crazy with it. Get enough so there’s plenty for everyone, but not a week’s worth of pizza and soda leftovers for everyone. Contact Andrea Tarr (andrea.tarr@joomla.org) before the event to register and get details.&lt;br /&gt;
&lt;br /&gt;
== Locations ==&lt;br /&gt;
&lt;br /&gt;
If you want to get people together and have a venue to share, please add it below. Share as much as possible details like exact location, url for more information about the venue, ways to register, date and time the venue is available etc.&lt;br /&gt;
&lt;br /&gt;
If you set up a location please send contact information to Andy Tarr (andrea.tarr@joomla.org). Feel free to contact her with any questions.&lt;br /&gt;
&lt;br /&gt;
===Virtual===&lt;br /&gt;
====Skype Chat====&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only. This is the same Skype chat we used in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t already have Skype, you can download it for free from [http://skype.com Skype].&lt;br /&gt;
&lt;br /&gt;
=== Europe ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== North America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== South America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Asia/Pacific ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Africa ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Middle East ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registration ==&lt;br /&gt;
=== For write access to this wiki ===&lt;br /&gt;
To get write access to this wiki you will need to [[Special:Userlogin|register here first]]. Please be aware that the registration process requires a valid email address. This is the same login for updating Joomla documentation.&lt;br /&gt;
&lt;br /&gt;
=== At a physical location ===&lt;br /&gt;
If you wish to be present at one of the physical locations listed above then you must register in advance because space most likely is limited.  Registrations are the responsibility of the individual location organizers and you should click on the appropriate link above for more information.&lt;br /&gt;
&lt;br /&gt;
=== Taking bugs, tasks and pizza ===&lt;br /&gt;
&lt;br /&gt;
Please check the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#Organization.2C_logistics_and_communications Organization, logistics and communications section] for details on how to get involved in working on tasks.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* All code must be made available under the [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2].&lt;br /&gt;
* All documentation contributions must be made available under the [[JEDL|Joomla! Electronic Documentation License]]. Further information on the JEDL is available in the [[JEDL/FAQ|JEDL Frequently Asked Questions]]&lt;br /&gt;
* No advertising or self-promotion will be allowed.  This includes back links to your website or anyone else&#039;s.  The one exception is that if you have made a contribution then feel free to add your name and an optional link to your website to the [[Pizza Bugs and Fun September 15, 2012/Contributors List|Contributors List]]&lt;br /&gt;
* All contributions must be in English.  Note that the official language of the Joomla! project is British English.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Q: Where is the code for Joomla?&lt;br /&gt;
&lt;br /&gt;
A: The current Joomla code can be found either on Joomlacode or GitHub.&lt;br /&gt;
&lt;br /&gt;
*GitHub - https://github.com/joomla/joomla-cms&lt;br /&gt;
*SVN - http://joomlacode.org/svn/joomla/development/trunk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Which one is 3.0?&lt;br /&gt;
&lt;br /&gt;
A: On GitHub, it is the master branch.  For SVN, it is the main trunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Any known issues with JForge and Chrome on Windows?&lt;br /&gt;
&lt;br /&gt;
A: It have been seen that browsing the JForge tracker, Chrome may ask for a missing plugin (windows media player). No workaround for this is yet known.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: How do I apply a Git pull request as an SVN Patch?&lt;br /&gt;
&lt;br /&gt;
A: Git &amp;amp; SVN are two different ways of doing version control for software. Joomla is in a transition stage of moving from SVN to Git. Many of the patches will be SVN patches which you&#039;ll find in the files tab at the bottom of the tracker. Some trackers will have Git &amp;quot;pull requests&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
These git pull requests can still usually be applied like SVN patches if you only have SVN. Take the URL of the pull request, add &amp;quot;.patch&amp;quot; to the end of it and use that as a URL to the patch.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-1.png]]&lt;br /&gt;
&lt;br /&gt;
Many of this pull requests will also have extra folders on the internal file names like a/ and b/.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-3.png]]&lt;br /&gt;
&lt;br /&gt;
In Eclipse, to remove those automatically, change Ignore Leading Path Name Segments to 1.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-2.png]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
{{:Pizza Bugs and Fun September 15, 2012/Contributors List}}&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bug_and_Fun_September_15,_2012&amp;diff=73970</id>
		<title>Pizza Bug and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bug_and_Fun_September_15,_2012&amp;diff=73970"/>
		<updated>2012-09-04T03:37:38Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Replaced content with &amp;quot;
See Pizza Bugs and Fun September 15, 2012&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
See [[Pizza Bugs and Fun September 15, 2012]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=73969</id>
		<title>Pizza Bugs and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bugs_and_Fun_September_15,_2012&amp;diff=73969"/>
		<updated>2012-09-04T03:30:22Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;Category:Bug Squad Category:Development right {{RightTOC}}  We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 1...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Image:pbf.png|right]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
&lt;br /&gt;
We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 15, 2012. The event is global for virtual participants with local venues wherever they are organized. Joomla 3 is scheduled to be released on September 26th, so hopefully this Bug Squish will play a big part in squashing the remaining bugs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;See the section [http://docs.joomla.org/Pizza_Bugs_and_Fun_September_15,_2012#General_Instructions General Instructions] below for instructions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki will be used as the central resource for coordinating efforts and accumulating results from this event.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;twitter&#039;&#039;&#039; hash tag is #jpbf12.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bugs&#039;&#039;&#039; : We will be working through the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] where there are bug reports needing patches and/or testing.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Documentation&#039;&#039;&#039; : We still have documentation that needs to be done. If you want to help out writing documentation, you&#039;re also more than welcome.&lt;br /&gt;
&lt;br /&gt;
== Organization, logistics and communications ==&lt;br /&gt;
&lt;br /&gt;
=== Communication ===&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only and you are all invited. This is the same chat we used for the PBF in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF. This Skype chat will be in English, but other languages can set up their own chat groups as well.&lt;br /&gt;
&lt;br /&gt;
=== General Instructions ===&lt;br /&gt;
&lt;br /&gt;
These instructions may change as we get closer to the event.&lt;br /&gt;
&lt;br /&gt;
==== If you want to test bug fixes (i.e. patches) ====&lt;br /&gt;
* Look for issues with a status of Pending. We want at least 2 testers and more on complex issues, so you can test what others have tested already.&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, which means you download the patch from the tracker and apply it to a current SVN copy of Joomla.&lt;br /&gt;
* Most of the issues should have test instructions with them.&lt;br /&gt;
* Once you have tested, add comments to the tracker on your results. Start your comment with @test so you will get counted in the stats as a tester.&lt;br /&gt;
* Note: You don&#039;t have to delete the installation folder when you are using the development version of Joomla. This allows you to reinstall just by deleting the configuration.php file.&lt;br /&gt;
* Note: See the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#FAQ FAQ] on how to apply a Git pull request as an SVN patch.&lt;br /&gt;
&lt;br /&gt;
===== Helpful Documentation =====&lt;br /&gt;
* [[Git for Testers and Trackers]] - We&#039;d recommend beginners to use TortoiseGit&lt;br /&gt;
* [[Tortoise SVN]] - This is only if you&#039;re using SVN.  We&#039;d recommend using Git instead (see above) though.&lt;br /&gt;
&lt;br /&gt;
==== If you want to code bug fixes ====&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, looking for the issues with a status of Confirmed.&lt;br /&gt;
* When you have a patch, add it to the tracker and change the status to Pending if you are able to. Add testing instructions if they don&#039;t already exist.&lt;br /&gt;
&lt;br /&gt;
* If you want to just put your toe in the water at first, you could see if any of the older patches with a Pending status need updating to the newest build. When you find one that won&#039;t apply, you can manually apply it as necessary and then recreate the patch. Uploading to the tracker as a later version and note that you&#039;ve updated it to the current build. Just make sure that you are using Unix End of Line and create that patch at the project level.&lt;br /&gt;
&lt;br /&gt;
Helpful documentation:&lt;br /&gt;
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.&lt;br /&gt;
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development&lt;br /&gt;
* [[Git for Testers and Trackers]]&lt;br /&gt;
* [[Working with git and github/My first pull request]]&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
* [[Development Best Practices]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== If you want to work on Documentation ====&lt;br /&gt;
* To edit this Documentation Wiki, you will need a user account on the wiki. If you don&#039;t already have one, you may register on [[Special:UserLogin]]. You only need a valid email address and once registered you will have immediate permission to edit any page except for a few that are protected because they are high profile spam targets.&lt;br /&gt;
* Get your user account a few days before and make sure that you are able to sign in since the automatic authorization system can lock some people out.&lt;br /&gt;
* If you&#039;d like something to be edited, but you&#039;re not sure what to write exactly, use talk pages to add comments to pages.&lt;br /&gt;
* During the PBF, several experienced Wiki editors will be available in the Skype chat to help you.&lt;br /&gt;
&lt;br /&gt;
You are free to work on any aspect of the documentation that takes your fancy, but here are some suggestions for stuff that really needs some love and attention:&lt;br /&gt;
* Help screens for Joomla 3.0.&lt;br /&gt;
*: I would suggest you pick a particular part of the help screens and propagate that through all the help screens, rather than trying to complete a single help screen.  For example, make sure every page has an up-to-date screenshot or make sure every page has a correct and up-to-date description, and so on.  [[Help30:Help screens]] is a complete list of all the help screens.&lt;br /&gt;
* [[Getting Started with Joomla!]]&lt;br /&gt;
* [[Administrators]]&lt;br /&gt;
*: The plan is for this page to become the entry point into a comprehensive, task-orientated Administrators Manual.  As you can see, there are plenty of gaps that need filling, so please fill away :P&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
*: This needs to be updated, or perhaps a new version created, following the introduction of JInput and the deprecation of JRequest.&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
*: A re-organisation of the [[Developers]] page is long overdue and suggestions are welcome.  Rather than editing this page directly, I would suggest adding a new sub-page under your user page (eg. [[User:Jane Doe/Developers]] so that it can be reviewed and improved before committing a major change to this important page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pizza ===&lt;br /&gt;
We are offering pizza and soda for pre-registered groups. We are not setting a specific maximum, but please don’t go crazy with it. Get enough so there’s plenty for everyone, but not a week’s worth of pizza and soda leftovers for everyone. Contact Andrea Tarr (andrea.tarr@joomla.org) before the event to register and get details.&lt;br /&gt;
&lt;br /&gt;
== Locations ==&lt;br /&gt;
&lt;br /&gt;
If you want to get people together and have a venue to share, please add it below. Share as much as possible details like exact location, url for more information about the venue, ways to register, date and time the venue is available etc.&lt;br /&gt;
&lt;br /&gt;
If you set up a location please send contact information to Andy Tarr (andrea.tarr@joomla.org). Feel free to contact her with any questions.&lt;br /&gt;
&lt;br /&gt;
===Virtual===&lt;br /&gt;
====Skype Chat====&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only. This is the same Skype chat we used in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t already have Skype, you can download it for free from [http://skype.com Skype].&lt;br /&gt;
&lt;br /&gt;
=== Europe ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== North America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== South America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Asia/Pacific ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Africa ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Middle East ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registration ==&lt;br /&gt;
=== For write access to this wiki ===&lt;br /&gt;
To get write access to this wiki you will need to [[Special:Userlogin|register here first]]. Please be aware that the registration process requires a valid email address. This is the same login for updating Joomla documentation.&lt;br /&gt;
&lt;br /&gt;
=== At a physical location ===&lt;br /&gt;
If you wish to be present at one of the physical locations listed above then you must register in advance because space most likely is limited.  Registrations are the responsibility of the individual location organizers and you should click on the appropriate link above for more information.&lt;br /&gt;
&lt;br /&gt;
=== Taking bugs, tasks and pizza ===&lt;br /&gt;
&lt;br /&gt;
Please check the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#Organization.2C_logistics_and_communications Organization, logistics and communications section] for details on how to get involved in working on tasks.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* All code must be made available under the [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2].&lt;br /&gt;
* All documentation contributions must be made available under the [[JEDL|Joomla! Electronic Documentation License]]. Further information on the JEDL is available in the [[JEDL/FAQ|JEDL Frequently Asked Questions]]&lt;br /&gt;
* No advertising or self-promotion will be allowed.  This includes back links to your website or anyone else&#039;s.  The one exception is that if you have made a contribution then feel free to add your name and an optional link to your website to the [[Pizza Bugs and Fun September 15, 2012/Contributors List|Contributors List]]&lt;br /&gt;
* All contributions must be in English.  Note that the official language of the Joomla! project is British English.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Q: Where is the code for Joomla?&lt;br /&gt;
&lt;br /&gt;
A: The current Joomla code can be found either on Joomlacode or GitHub.&lt;br /&gt;
&lt;br /&gt;
*GitHub - https://github.com/joomla/joomla-cms&lt;br /&gt;
*SVN - http://joomlacode.org/svn/joomla/development/trunk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Which one is 3.0?&lt;br /&gt;
&lt;br /&gt;
A: On GitHub, it is the master branch.  For SVN, it is the main trunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Any known issues with JForge and Chrome on Windows?&lt;br /&gt;
&lt;br /&gt;
A: It have been seen that browsing the JForge tracker, Chrome may ask for a missing plugin (windows media player). No workaround for this is yet known.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: How do I apply a Git pull request as an SVN Patch?&lt;br /&gt;
&lt;br /&gt;
A: Git &amp;amp; SVN are two different ways of doing version control for software. Joomla is in a transition stage of moving from SVN to Git. Many of the patches will be SVN patches which you&#039;ll find in the files tab at the bottom of the tracker. Some trackers will have Git &amp;quot;pull requests&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
These git pull requests can still usually be applied like SVN patches if you only have SVN. Take the URL of the pull request, add &amp;quot;.patch&amp;quot; to the end of it and use that as a URL to the patch.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-1.png]]&lt;br /&gt;
&lt;br /&gt;
Many of this pull requests will also have extra folders on the internal file names like a/ and b/.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-3.png]]&lt;br /&gt;
&lt;br /&gt;
In Eclipse, to remove those automatically, change Ignore Leading Path Name Segments to 1.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-2.png]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
{{:Pizza Bugs and Fun September 15, 2012/Contributors List}}&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73968</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73968"/>
		<updated>2012-09-04T03:29:43Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Pizza Bugs and Fun September 15, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
===Pizza Bugs and Fun September 15, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_September_15,_2012| Pizza Bugs and Fun September 15, 2012]] is planned for Saturday, September 15, 2012. This will be a virtual party with assorted live venues. It&#039;s a Joomla! birthday so come celebrate with birthday cake, ice cream or stroopwafels!&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Pizza Bugs and Fun March 3, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_March_3,_2012| Pizza, Bugs and Fun March 3, 2012]] was held Saturday, March 3, 2012. It was a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2011===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_2011| Pizza, Bugs and Fun 2011]] is planned for Saturday, December 10, 2011. This will be a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza_Bug_and_Fun_September_15,_2012&amp;diff=73967</id>
		<title>Pizza Bug and Fun September 15, 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza_Bug_and_Fun_September_15,_2012&amp;diff=73967"/>
		<updated>2012-09-04T03:27:36Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Bug Squad]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Image:pbf.png|right]]&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
&lt;br /&gt;
We are announcing a Joomla! Pizza, Bugs and Fun event scheduled for Saturday, September 15, 2012. The event is global for virtual participants with local venues wherever they are organized. Joomla 3 is scheduled to be released on September 26th, so hopefully this Bug Squish will play a big part in squashing the remaining bugs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;See the section [http://docs.joomla.org/Pizza_Bugs_and_Fun_September_15,_2012#General_Instructions General Instructions] below for instructions.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This wiki will be used as the central resource for coordinating efforts and accumulating results from this event.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;twitter&#039;&#039;&#039; hash tag is #jpbf12.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bugs&#039;&#039;&#039; : We will be working through the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] where there are bug reports needing patches and/or testing.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Documentation&#039;&#039;&#039; : We still have documentation that needs to be done. If you want to help out writing documentation, you&#039;re also more than welcome.&lt;br /&gt;
&lt;br /&gt;
== Organization, logistics and communications ==&lt;br /&gt;
&lt;br /&gt;
=== Communication ===&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only and you are all invited. This is the same chat we used for the PBF in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF. This Skype chat will be in English, but other languages can set up their own chat groups as well.&lt;br /&gt;
&lt;br /&gt;
=== General Instructions ===&lt;br /&gt;
&lt;br /&gt;
These instructions may change as we get closer to the event.&lt;br /&gt;
&lt;br /&gt;
==== If you want to test bug fixes (i.e. patches) ====&lt;br /&gt;
* Look for issues with a status of Pending. We want at least 2 testers and more on complex issues, so you can test what others have tested already.&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, which means you download the patch from the tracker and apply it to a current SVN copy of Joomla.&lt;br /&gt;
* Most of the issues should have test instructions with them.&lt;br /&gt;
* Once you have tested, add comments to the tracker on your results. Start your comment with @test so you will get counted in the stats as a tester.&lt;br /&gt;
* Note: You don&#039;t have to delete the installation folder when you are using the development version of Joomla. This allows you to reinstall just by deleting the configuration.php file.&lt;br /&gt;
* Note: See the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#FAQ FAQ] on how to apply a Git pull request as an SVN patch.&lt;br /&gt;
&lt;br /&gt;
===== Helpful Documentation =====&lt;br /&gt;
* [[Git for Testers and Trackers]] - We&#039;d recommend beginners to use TortoiseGit&lt;br /&gt;
* [[Tortoise SVN]] - This is only if you&#039;re using SVN.  We&#039;d recommend using Git instead (see above) though.&lt;br /&gt;
&lt;br /&gt;
==== If you want to code bug fixes ====&lt;br /&gt;
* Use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker] as usual, looking for the issues with a status of Confirmed.&lt;br /&gt;
* When you have a patch, add it to the tracker and change the status to Pending if you are able to. Add testing instructions if they don&#039;t already exist.&lt;br /&gt;
&lt;br /&gt;
* If you want to just put your toe in the water at first, you could see if any of the older patches with a Pending status need updating to the newest build. When you find one that won&#039;t apply, you can manually apply it as necessary and then recreate the patch. Uploading to the tracker as a later version and note that you&#039;ve updated it to the current build. Just make sure that you are using Unix End of Line and create that patch at the project level.&lt;br /&gt;
&lt;br /&gt;
Helpful documentation:&lt;br /&gt;
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.&lt;br /&gt;
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development&lt;br /&gt;
* [[Git for Testers and Trackers]]&lt;br /&gt;
* [[Working with git and github/My first pull request]]&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
* [[Development Best Practices]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== If you want to work on Documentation ====&lt;br /&gt;
* To edit this Documentation Wiki, you will need a user account on the wiki. If you don&#039;t already have one, you may register on [[Special:UserLogin]]. You only need a valid email address and once registered you will have immediate permission to edit any page except for a few that are protected because they are high profile spam targets.&lt;br /&gt;
* Get your user account a few days before and make sure that you are able to sign in since the automatic authorization system can lock some people out.&lt;br /&gt;
* If you&#039;d like something to be edited, but you&#039;re not sure what to write exactly, use talk pages to add comments to pages.&lt;br /&gt;
* During the PBF, several experienced Wiki editors will be available in the Skype chat to help you.&lt;br /&gt;
&lt;br /&gt;
You are free to work on any aspect of the documentation that takes your fancy, but here are some suggestions for stuff that really needs some love and attention:&lt;br /&gt;
* Help screens for Joomla 3.0.&lt;br /&gt;
*: I would suggest you pick a particular part of the help screens and propagate that through all the help screens, rather than trying to complete a single help screen.  For example, make sure every page has an up-to-date screenshot or make sure every page has a correct and up-to-date description, and so on.  [[Help30:Help screens]] is a complete list of all the help screens.&lt;br /&gt;
* [[Getting Started with Joomla!]]&lt;br /&gt;
* [[Administrators]]&lt;br /&gt;
*: The plan is for this page to become the entry point into a comprehensive, task-orientated Administrators Manual.  As you can see, there are plenty of gaps that need filling, so please fill away :P&lt;br /&gt;
* [[Secure coding guidelines]]&lt;br /&gt;
*: This needs to be updated, or perhaps a new version created, following the introduction of JInput and the deprecation of JRequest.&lt;br /&gt;
* [[Developers]]&lt;br /&gt;
*: A re-organisation of the [[Developers]] page is long overdue and suggestions are welcome.  Rather than editing this page directly, I would suggest adding a new sub-page under your user page (eg. [[User:Jane Doe/Developers]] so that it can be reviewed and improved before committing a major change to this important page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Pizza ===&lt;br /&gt;
We are offering pizza and soda for pre-registered groups. We are not setting a specific maximum, but please don’t go crazy with it. Get enough so there’s plenty for everyone, but not a week’s worth of pizza and soda leftovers for everyone. Contact Andrea Tarr (andrea.tarr@joomla.org) before the event to register and get details.&lt;br /&gt;
&lt;br /&gt;
== Locations ==&lt;br /&gt;
&lt;br /&gt;
If you want to get people together and have a venue to share, please add it below. Share as much as possible details like exact location, url for more information about the venue, ways to register, date and time the venue is available etc.&lt;br /&gt;
&lt;br /&gt;
If you set up a location please send contact information to Andy Tarr (andrea.tarr@joomla.org). Feel free to contact her with any questions.&lt;br /&gt;
&lt;br /&gt;
===Virtual===&lt;br /&gt;
====Skype Chat====&lt;br /&gt;
We have set up a Skype chat for all attendees of the PBF. Skype is invitation only. This is the same Skype chat we used in March. To get an invitation, email your Skype name to Andy Tarr (andrea.tarr@joomla.org). To make sure you can get in, get your invitation and log in before the day of the PBF.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t already have Skype, you can download it for free from [http://skype.com Skype].&lt;br /&gt;
&lt;br /&gt;
=== Europe ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== North America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== South America ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Asia/Pacific ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Africa ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Middle East ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Registration ==&lt;br /&gt;
=== For write access to this wiki ===&lt;br /&gt;
To get write access to this wiki you will need to [[Special:Userlogin|register here first]]. Please be aware that the registration process requires a valid email address. This is the same login for updating Joomla documentation.&lt;br /&gt;
&lt;br /&gt;
=== At a physical location ===&lt;br /&gt;
If you wish to be present at one of the physical locations listed above then you must register in advance because space most likely is limited.  Registrations are the responsibility of the individual location organizers and you should click on the appropriate link above for more information.&lt;br /&gt;
&lt;br /&gt;
=== Taking bugs, tasks and pizza ===&lt;br /&gt;
&lt;br /&gt;
Please check the [http://docs.joomla.org/Pizza_Bug_and_Fun_September_15,_2012#Organization.2C_logistics_and_communications Organization, logistics and communications section] for details on how to get involved in working on tasks.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* All code must be made available under the [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2].&lt;br /&gt;
* All documentation contributions must be made available under the [[JEDL|Joomla! Electronic Documentation License]]. Further information on the JEDL is available in the [[JEDL/FAQ|JEDL Frequently Asked Questions]]&lt;br /&gt;
* No advertising or self-promotion will be allowed.  This includes back links to your website or anyone else&#039;s.  The one exception is that if you have made a contribution then feel free to add your name and an optional link to your website to the [[Pizza Bugs and Fun September 15, 2012/Contributors List|Contributors List]]&lt;br /&gt;
* All contributions must be in English.  Note that the official language of the Joomla! project is British English.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Q: Where is the code for Joomla?&lt;br /&gt;
&lt;br /&gt;
A: The current Joomla code can be found either on Joomlacode or GitHub.&lt;br /&gt;
&lt;br /&gt;
*GitHub - https://github.com/joomla/joomla-cms&lt;br /&gt;
*SVN - http://joomlacode.org/svn/joomla/development/trunk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Which one is 3.0?&lt;br /&gt;
&lt;br /&gt;
A: On GitHub, it is the master branch.  For SVN, it is the main trunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Any known issues with JForge and Chrome on Windows?&lt;br /&gt;
&lt;br /&gt;
A: It have been seen that browsing the JForge tracker, Chrome may ask for a missing plugin (windows media player). No workaround for this is yet known.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: How do I apply a Git pull request as an SVN Patch?&lt;br /&gt;
&lt;br /&gt;
A: Git &amp;amp; SVN are two different ways of doing version control for software. Joomla is in a transition stage of moving from SVN to Git. Many of the patches will be SVN patches which you&#039;ll find in the files tab at the bottom of the tracker. Some trackers will have Git &amp;quot;pull requests&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
These git pull requests can still usually be applied like SVN patches if you only have SVN. Take the URL of the pull request, add &amp;quot;.patch&amp;quot; to the end of it and use that as a URL to the patch.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-1.png]]&lt;br /&gt;
&lt;br /&gt;
Many of this pull requests will also have extra folders on the internal file names like a/ and b/.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-3.png]]&lt;br /&gt;
&lt;br /&gt;
In Eclipse, to remove those automatically, change Ignore Leading Path Name Segments to 1.&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-pull-request-2.png]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
{{:Pizza Bugs and Fun September 15, 2012/Contributors List}}&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73966</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73966"/>
		<updated>2012-09-04T03:24:59Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Pizza Bugs and Fun March 3, 2012 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
===Pizza Bugs and Fun September 15, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_September_15,_2012| Pizza, Bugs and Fun September 15, 2012]] is planned for Saturday, September 15, 2012. This will be a virtual party with assorted live venues. It&#039;s a Joomla! birthday so come celebrate with birthday cake, ice cream or stroopwafels!&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Pizza Bugs and Fun March 3, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_March_3,_2012| Pizza, Bugs and Fun March 3, 2012]] was held Saturday, March 3, 2012. It was a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2011===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_2011| Pizza, Bugs and Fun 2011]] is planned for Saturday, December 10, 2011. This will be a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73965</id>
		<title>Pizza, Bugs and Fun</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Pizza,_Bugs_and_Fun&amp;diff=73965"/>
		<updated>2012-09-04T03:23:17Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forthcoming Events==&lt;br /&gt;
===Pizza Bugs and Fun March 3, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_March_3,_2012| Pizza, Bugs and Fun March 3, 2012]] is planned for Saturday, March 3, 2012. This will be a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Pizza Bugs and Fun March 3, 2012===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_March_3,_2012| Pizza, Bugs and Fun March 3, 2012]] was held Saturday, March 3, 2012. It was a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2011===&lt;br /&gt;
[[Pizza_Bugs_and_Fun_2011| Pizza, Bugs and Fun 2011]] is planned for Saturday, December 10, 2011. This will be a virtual party with assorted live venues.&lt;br /&gt;
&lt;br /&gt;
===Pizza Bugs and Fun 2===&lt;br /&gt;
Something for everyone at the Joomla! Bazaar: coding, documentation, testing and other fun stuff.  This event took place on two consecutive weekends, 21/22 and 28/29 June 2008.  For more information see [[Pizza Bugs and Fun 2]].&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Potential_backward_compatibility_issues_in_Joomla_3_and_Joomla_Platform_12.2&amp;diff=71750</id>
		<title>Potential backward compatibility issues in Joomla 3 and Joomla Platform 12.2</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Potential_backward_compatibility_issues_in_Joomla_3_and_Joomla_Platform_12.2&amp;diff=71750"/>
		<updated>2012-08-24T02:34:08Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* General changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete}}{{RightTOC}}This document tracks potential backward compatibility issues for Joomla 3.0 and Joomla Platform 12.1, which is included in Joomla 3.0. Listed are issues which potentially break extensions.&lt;br /&gt;
Please help make this document complete.&lt;br /&gt;
&lt;br /&gt;
The base of this comparison is Joomla 2.5/Platform 11.4.&lt;br /&gt;
&lt;br /&gt;
Backwards compatibility issues were also tracked for Joomla 2.5: [[Potential backward compatibility issues in Joomla 2.5 and Joomla Platform 11.4]]&lt;br /&gt;
&lt;br /&gt;
= Platform =&lt;br /&gt;
The platform removed a larger number of deprecated classes and methods. For most extensions written for Joomla 2.5, the required changes should be reasonably small. Note that there are still deprecated classes in the platform that will be removed in future versions -- developers should stop using them where possible.&lt;br /&gt;
&lt;br /&gt;
== Updated System Requirements ==&lt;br /&gt;
The system requirements have changed in the following points:&lt;br /&gt;
*PHP 5.3.1&lt;br /&gt;
*register_globals must be off&lt;br /&gt;
*magic_quotes_gpc must be off&lt;br /&gt;
&lt;br /&gt;
== General changes ==&lt;br /&gt;
*Almost all functions, methods, members and classed marked as deprecated in Platform 11.4 have been removed. They won&#039;t be listed in this document.&lt;br /&gt;
*Appending ?no_html to an URL to get a RAW view is not supported anymore (this was an old Joomla 1.0 feature).&lt;br /&gt;
*The DS constant has been removed. If you really need it you can use DIRECTORY_SEPARATOR instead.&lt;br /&gt;
*Many more function arguments have been type hinted, including existing classes. Make sure you&#039;re always passing values of the correct type.&lt;br /&gt;
*The name of modules now have to start with &amp;quot;mod_&amp;quot;.&lt;br /&gt;
*Extensions need to set the registeredurlparams now, the fall back on the URL has been removed.&lt;br /&gt;
*Some cookies are only accessible through HTTP (not via JavaScript). For example; the session cookie.&lt;br /&gt;
*Due to upcoming changes to the MVC implementation in the platform, JModel, JView, and JController are re-used as the names of the new interfaces. For now, use JModelLegacy, JViewLegacy and JControllerLegacy instead.&lt;br /&gt;
*JFolder and JFile now require you to do your own jimport statement&lt;br /&gt;
&lt;br /&gt;
== Changes to extension installation ==&lt;br /&gt;
*Use of the &amp;lt;install&amp;gt; base tag (from 1.5) is no longer supported; use &amp;lt;extension&amp;gt; instead.&lt;br /&gt;
*Suppport for install_script and uninstall_script, and the methods com_install and com_uninstall in these scripts, has been removed; use scriptfile instead.&lt;br /&gt;
*In language extensions, support for client=&amp;quot;both&amp;quot; has been removed; prepare each client as a separate extension and optionally bundle them as a package extension instead.&lt;br /&gt;
*File paths for plugins no longer support the old 1.5 method (i.e. plugins/system/cache.php); each plugin must now be in its own folder (i.e. plugins/system/cache/cache.php).&lt;br /&gt;
&lt;br /&gt;
== Changes to Components ==&lt;br /&gt;
*In admin components the admin.*.php and toolbar.*.php are not automatically included anymore (this was a Joomla 1.0 legacy feature).&lt;br /&gt;
&lt;br /&gt;
== Moved files ==&lt;br /&gt;
All classes listed here should now be autoloadable. Explicit requires and includes have to be modified or removed.&lt;br /&gt;
&lt;br /&gt;
=== Classes moved to the CMS ===&lt;br /&gt;
*JFormFieldHelpsite&lt;br /&gt;
*JFormFieldMedia&lt;br /&gt;
*JFormFieldMenuitem&lt;br /&gt;
*JFormFieldUser&lt;br /&gt;
*JHelp&lt;br /&gt;
*JTableContent&lt;br /&gt;
&lt;br /&gt;
=== Classes moved within the platform ===&lt;br /&gt;
*JDatabaseQuery subclasses&lt;br /&gt;
*JInput (and all subclasses)&lt;br /&gt;
*JTable (and all subclasses)&lt;br /&gt;
*JArchive (and all subclasses)&lt;br /&gt;
&lt;br /&gt;
== Renamed classes ==&lt;br /&gt;
*JFTP is now called JClientFtp&lt;br /&gt;
*JLDAP is now called JClientLdap&lt;br /&gt;
*JWebClient is now called JApplicationWebClient&lt;br /&gt;
&lt;br /&gt;
== Removed classes ==&lt;br /&gt;
*JParameter (use JForm instead)&lt;br /&gt;
*JElement and its subclasses&lt;br /&gt;
*JFormFieldEditors (use JFormFieldPlugins instead)&lt;br /&gt;
*JHtmlImage&lt;br /&gt;
*JSimpleXML&lt;br /&gt;
*JPane&lt;br /&gt;
&lt;br /&gt;
== Changes to classes ==&lt;br /&gt;
&lt;br /&gt;
=== Base classes ===&lt;br /&gt;
&lt;br /&gt;
==== JFactory ====&lt;br /&gt;
*JFactory::getXMLParser() has been removed. For RSS and Atom use cases, use JFactory::getFeedParser() instead. To read XML files or strings use JFactory::getXML().&lt;br /&gt;
*JFactory::_createConfig() has been removed. Use JFactory::createConfig() instead.&lt;br /&gt;
*JFactory::_createSession() has been removed. Use JFactory::createSession() instead.&lt;br /&gt;
*JFactory::_createDbo() has been removed. Use JFactory::createDbo() instead.&lt;br /&gt;
*JFactory::_createMailer() has been removed. Use JFactory::createMailer() instead.&lt;br /&gt;
*JFactory::_createDocument() has been removed. Use JFactory::createDocument() instead.&lt;br /&gt;
&lt;br /&gt;
=== Application ===&lt;br /&gt;
&lt;br /&gt;
==== JApplicationHelper ====&lt;br /&gt;
*JApplicationHelper::getPath() has been removed. No replacement.&lt;br /&gt;
*JApplicationHelper::_checkPath() has been removed. No replacement.&lt;br /&gt;
&lt;br /&gt;
==== JController ====&lt;br /&gt;
*JController::$_acoSection has been removed.&lt;br /&gt;
*JController::$_acoSectionValue has been removed.&lt;br /&gt;
*JController::authorize() has been removed. Use JController::authorise() instead.&lt;br /&gt;
*JController::setAccessControl() has been removed. Use JAccess.&lt;br /&gt;
&lt;br /&gt;
==== JControllerLegacy ====&lt;br /&gt;
* JControllerLegacy::display() needs an extra parameter: ($cachable = false, $urlparams = false).&lt;br /&gt;
&lt;br /&gt;
=== Archive ===&lt;br /&gt;
&lt;br /&gt;
==== Adapters ====&lt;br /&gt;
*JArchiveBzip2 does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JArchiveGzip does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JArchiveTar does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JArchiveZip does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
=== Base ===&lt;br /&gt;
&lt;br /&gt;
==== JObject ====&lt;br /&gt;
*JObject::toString() has been removed. Use JObject::__toString() instead.&lt;br /&gt;
&lt;br /&gt;
=== Client ===&lt;br /&gt;
&lt;br /&gt;
==== JClientLdap (formerly JLDAP) ====&lt;br /&gt;
*JClientLdap does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
=== Database ===&lt;br /&gt;
JDatabase had been renamed JDatabaseDriver. JDatabase is still around (but deprecated) and is the base of JDatabaseDriver, this way type hints and instance of checks keep working.&lt;br /&gt;
&lt;br /&gt;
Due to lazy-connecting, a connection is only opened when running a query or explicitly calling JDatabaseDriver::connected(). Beware of that when checking JDatabaseDriver::connected().&lt;br /&gt;
&lt;br /&gt;
==== JDatabase ====&lt;br /&gt;
*JDatabase::$hasQuoted has been removed.&lt;br /&gt;
*JDatabase::$quoted has been removed.&lt;br /&gt;
*JDatabase::addQuoted() has been removed.&lt;br /&gt;
*JDatabase::hasUTF() has been removed.&lt;br /&gt;
*JDatabase::debug() has been removed. Use JDatabase::setDebug() instead.&lt;br /&gt;
*JDatabase::explain() has been removed.&lt;br /&gt;
*JDatabase::getEscaped() has been removed. Use JDatabase::escape() instead.&lt;br /&gt;
*JDatabase::getTableFields() has been removed. Use JDatabase::getTableColumns() instead.&lt;br /&gt;
*JDatabase::getTicker() has been removed. Use JDatabase::count() instead.&lt;br /&gt;
*JDatabase::isQuoted() has been removed.&lt;br /&gt;
*JDatabase::loadResultArray() has been removed. Use JDatabase::loadColumn() instead.&lt;br /&gt;
*JDatabase::nameQuote() has been removed. Use JDatabase::quoteName() instead.&lt;br /&gt;
*JDatabase::queryBatch() has been removed.&lt;br /&gt;
&lt;br /&gt;
=== Document ===&lt;br /&gt;
&lt;br /&gt;
==== JDocument ====&lt;br /&gt;
*JDocument::setMetaData() the $sync argument has been removed. It was broken beyond repair.&lt;br /&gt;
&lt;br /&gt;
==== JDocumentRenderer ====&lt;br /&gt;
*JDocumentRenderer does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
==== JDocumentFeed ====&lt;br /&gt;
*JFeedItem does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JFeedEnclosure does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JFeedImage does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
==== JDocumentOpenSearch ====&lt;br /&gt;
*JOpenSearchUrl does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JOpenSearchImage does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
==== JDocumentXml ====&lt;br /&gt;
*JDocumentXml::$_name has been renamed to JDocumentXml::$name.&lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
&lt;br /&gt;
==== JBrowser ====&lt;br /&gt;
*JBrowser does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JBrowser::setQuirk() has been removed.&lt;br /&gt;
*JBrowser::hasQuirk() has been removed.&lt;br /&gt;
*JBrowser::getQuirk() has been removed.&lt;br /&gt;
*JBrowser::setFeature() has been removed.&lt;br /&gt;
*JBrowser::hasFeature() has been removed.&lt;br /&gt;
*JBrowser::getFeature() has been removed.&lt;br /&gt;
*JBrowser::$_majorVersion has been renamed to JBrowser::$majorVersion.&lt;br /&gt;
*JBrowser::$_minorVersion has been renamed to JBrowser::$minorVersion.&lt;br /&gt;
*JBrowser::$_browser has been renamed to JBrowser::$browser.&lt;br /&gt;
*JBrowser::$_agent has been renamed to JBrowser::$agent.&lt;br /&gt;
*JBrowser::$_lowerAgent has been renamed to JBrowser::$lowerAgent.&lt;br /&gt;
*JBrowser::$_accept has been renamed to JBrowser::$accept.&lt;br /&gt;
*JBrowser::$_accept_parsed has been renamed to JBrowser::$acceptParsed.&lt;br /&gt;
*JBrowser::$_platform has been renamed to JBrowser::$platform.&lt;br /&gt;
*JBrowser::$_robots has been renamed to JBrowser::$robots.&lt;br /&gt;
*JBrowser::$_mobile has been renamed to JBrowser::$mobile.&lt;br /&gt;
*JBrowser::$_images has been renamed to JBrowser::$images.&lt;br /&gt;
&lt;br /&gt;
==== JRequest ====&lt;br /&gt;
*JRequest::clean() has been removed.&lt;br /&gt;
*JRequest::_cleanVar() is now protected.&lt;br /&gt;
&lt;br /&gt;
==== JURI ====&lt;br /&gt;
*JURI does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JUri::$_uri has been renamed to JUri::$uri.&lt;br /&gt;
*JUri::$_scheme has been renamed to JUri::$scheme.&lt;br /&gt;
*JUri::$_host has been renamed to JUri::$host.&lt;br /&gt;
*JUri::$_port has been renamed to JUri::$port.&lt;br /&gt;
*JUri::$_user has been renamed to JUri::$user.&lt;br /&gt;
*JUri::$_pass has been renamed to JUri::$pass.&lt;br /&gt;
*JUri::$_path has been renamed to JUri::$path.&lt;br /&gt;
*JUri::$_query has been renamed to JUri::$query.&lt;br /&gt;
*JUri::$_fragment has been renamed to JUri::$fragment.&lt;br /&gt;
*JUri::$_vars has been renamed to JUri::$vars.&lt;br /&gt;
&lt;br /&gt;
=== Error ===&lt;br /&gt;
&lt;br /&gt;
==== JError ====&lt;br /&gt;
*JError::isError() has been removed. Use instance of Exception instead.&lt;br /&gt;
&lt;br /&gt;
==== JProfiler ====&lt;br /&gt;
*JProfiler does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
*JProfiler::$_start has been renamed to JProfiler::$start.&lt;br /&gt;
*JProfiler::$_prefix has been renamed to JProfiler::$prefix.&lt;br /&gt;
*JProfiler::$_buffer has been renamed to JProfiler::$buffer.&lt;br /&gt;
*JProfiler::$_previous_time has been renamed to JProfiler::$previousTime.&lt;br /&gt;
*JProfiler::$_previous_mem has been renamed to JProfiler::$previousMem.&lt;br /&gt;
*JProfiler::$_iswin has been renamed to JProfiler::$isWin.&lt;br /&gt;
&lt;br /&gt;
=== Filesystem ===&lt;br /&gt;
&lt;br /&gt;
==== JStream ====&lt;br /&gt;
*JStream::$_fh has been renamed to JStream::$fh.&lt;br /&gt;
*JStream::$_filesize has been renamed to JStream::$filesize.&lt;br /&gt;
*JStream::$_context has been renamed to JStream::$context.&lt;br /&gt;
*JStream::$_contextOptions has been renamed to JStream::$contextOptions.&lt;br /&gt;
*JStream::$_openmode has been renamed to JStream::$openmode.&lt;br /&gt;
&lt;br /&gt;
==== JStreamString ====&lt;br /&gt;
*JStream::$_currentstring has been renamed to JStream::$currentString.&lt;br /&gt;
*JStream::$_path has been renamed to JStream::$path.&lt;br /&gt;
*JStream::$_mode has been renamed to JStream::$mode.&lt;br /&gt;
*JStream::$_options has been renamed to JStream::$options.&lt;br /&gt;
*JStream::$_opened_path has been renamed to JStream::$openedPath.&lt;br /&gt;
*JStream::$_pos has been renamed to JStream::$pos.&lt;br /&gt;
*JStream::$_len has been renamed to JStream::$len.&lt;br /&gt;
*JStream::$_stat has been renamed to JStream::$stat.&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
==== JFilterInput ====&lt;br /&gt;
*JFilterInput does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
=== HTML ===&lt;br /&gt;
&lt;br /&gt;
==== JHtml ====&lt;br /&gt;
*JHtml::_includeRelativeFiles() has been removed. Use JHtml::includeRelativeFiles() instead.&lt;br /&gt;
*JHtml::core() has been removed. Use JHtmlBehavior::framework() instead.&lt;br /&gt;
*JHtml::script() doesn&#039;t support a string as the second parameter anymore. This used to be the path to the file in Joomla 1.5 and has been removed now.&lt;br /&gt;
*JHtml::stylesheet() doesn&#039;t support a string as the second parameter anymore. This used to be the path to the file in Joomla 1.5 and has been removed now.&lt;br /&gt;
&lt;br /&gt;
==== JHtmlAccess ====&lt;br /&gt;
*JHtmlAccess::assetgroups() the argument $config has been removed. It was previously unused.&lt;br /&gt;
&lt;br /&gt;
==== JHtmlBehavior ====&lt;br /&gt;
*JHtmlBehavior::mootools() has been removed. Use JHtmlBehavior::framework() instead.&lt;br /&gt;
*JHtmlBehavior::noframes() the argument $location has been removed. It was previously unused.&lt;br /&gt;
&lt;br /&gt;
==== JHtmlList ====&lt;br /&gt;
*JHtmlList::ordering() the argument $chop has been removed. It was previously unused.&lt;br /&gt;
*JHtmlList::users(), the argument $reg has been removed.&lt;br /&gt;
&lt;br /&gt;
==== JHtmlSelect ====&lt;br /&gt;
*JHtmlSelect::$_optionDefaults has been renamed to JHtmlSelect::$optionDefaults.&lt;br /&gt;
&lt;br /&gt;
==== JToolBar ====&lt;br /&gt;
*JToolBar does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
==== JButton ====&lt;br /&gt;
*JButton does not extend JObject anymore. You must not use any of JObject&#039;s methods.&lt;br /&gt;
&lt;br /&gt;
==== JPagination ====&lt;br /&gt;
*JPagination::$_viewall has been renamed to JPagination::$viewall.&lt;br /&gt;
*JPagination::$_additionalUrlParams has been renamed to JPagination::$additionalUrlParams.&lt;br /&gt;
&lt;br /&gt;
=== Installer ===&lt;br /&gt;
&lt;br /&gt;
==== JInstaller ====&lt;br /&gt;
*JInstaller::getOverwrite() has been removed. Use JInstaller::isOverwrite() instead.&lt;br /&gt;
*JInstaller::getUpgrade() has been removed. Use JInstaller::isUpgrade() instead.&lt;br /&gt;
*JInstaller::$_paths has been renamed to JInstaller::$paths.&lt;br /&gt;
*JInstaller::$_upgrade has been renamed to JInstaller::$upgrade.&lt;br /&gt;
*JInstaller::$_overwrite has been renamed to JInstaller::$overwrite.&lt;br /&gt;
*JInstaller::$_stepStack has been renamed to JInstaller::$stepStack.&lt;br /&gt;
&lt;br /&gt;
==== JInstallerLanguage ====&lt;br /&gt;
*JInstallerLanguage::$_core as been renamed to JInstallerLanguage::$core.&lt;br /&gt;
&lt;br /&gt;
=== Language ===&lt;br /&gt;
&lt;br /&gt;
==== JLanguage ====&lt;br /&gt;
*JLanguage::getPluralSufficesCallback() has been removed. Use JLanguage::getPluralSuffixesCallback() instead.&lt;br /&gt;
*JLanguage::_parseLanguageFiles() has been removed. Use JLanguage::parseLanguageFiles() instead.&lt;br /&gt;
*JLanguage::_parseXMLLanguageFiles() has been removed. Use JLanguage::parseXMLLanguageFiles() instead.&lt;br /&gt;
*JLanguage::_parseXMLLanguageFile() has been removed. Use JLanguage::parseXMLLanguageFile() instead.&lt;br /&gt;
*JLanguage::loadLanguage() the argument $overwrite has been removed. It was previously unused.&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
&lt;br /&gt;
==== JRegistry ====&lt;br /&gt;
*JRegistry::loadXML() has been removed. Use JRegistry::loadString() instead.&lt;br /&gt;
*JRegistry::loadINI() has been removed. Use JRegistry::loadString() instead.&lt;br /&gt;
*JRegistry::loadJSON() has been removed. Use JRegistry::loadString() instead.&lt;br /&gt;
*JRegistry::makeNameSpace() has been removed. No replacement.&lt;br /&gt;
*JRegistry::getNameSpaces() has been removed. No replacement.&lt;br /&gt;
*JRegistry::getValue() has been removed. Use JRegistry::get() instead.&lt;br /&gt;
*JRegistry::setValue() has been removed. Use JRegistry::set() instead.&lt;br /&gt;
*JRegistry::loadSetupFile() has been removed. No replacement.&lt;br /&gt;
&lt;br /&gt;
==== JRegistryFormatINI ====&lt;br /&gt;
*JRegistryFormatINI::stringToObject() the second argument ($option) may not be a boolean anymore.&lt;br /&gt;
&lt;br /&gt;
==== JRegistryFormatJSON ====&lt;br /&gt;
*JRegistryFormatJSON::stringToObject() the second argument ($option) may not be a boolean anymore.&lt;br /&gt;
&lt;br /&gt;
=== Session ===&lt;br /&gt;
&lt;br /&gt;
==== JSessionStorageDatabase ====&lt;br /&gt;
*JSessionStorageDatabase::$_data has been renamed to JSessionStorageDatabase::$data.&lt;br /&gt;
&lt;br /&gt;
=== Table ===&lt;br /&gt;
&lt;br /&gt;
==== JTable ====&lt;br /&gt;
*JTable::canDelete() has been removed.&lt;br /&gt;
*JTable::toXML() has been removed.&lt;br /&gt;
&lt;br /&gt;
=== Updater ===&lt;br /&gt;
&lt;br /&gt;
==== JUpdate ====&lt;br /&gt;
*JUpdate::$_xml_parser has been renamed to JUpdate::$xmlParser.&lt;br /&gt;
*JUpdate::$_stack has been renamed to JUpdate::$stack.&lt;br /&gt;
*JUpdate::$_state_store has been renamed to JUpdate::$stateStore.&lt;br /&gt;
*JUpdate::$_current_update has been renamed to JUpdate::$currentUpdate.&lt;br /&gt;
&lt;br /&gt;
==== JUpdater ====&lt;br /&gt;
*JUpdater::arrayUnique() has been removed. Use JArrayHelper::arrayUnique() instead.&lt;br /&gt;
&lt;br /&gt;
=== User ===&lt;br /&gt;
&lt;br /&gt;
==== JAuthentication ====&lt;br /&gt;
*The constant JAUTHENTICATE_STATUS_SUCCESS has been removed. Use JAuthentication::STATUS_SUCCESS instead.&lt;br /&gt;
*The constant JAUTHENTICATE_STATUS_CANCEL has been removed. No replacement.&lt;br /&gt;
*The constant JAUTHENTICATE_STATUS_FAILURE has been removed. Use JAuthentication::STATUS_FAILURE instead.&lt;br /&gt;
*JAuthentication::$_observers has been renamed to JAuthentication::$observers.&lt;br /&gt;
*JAuthentication::$_state has been renamed to JAuthentication::$state.&lt;br /&gt;
*JAuthentication::$_methods has been renamed to JAuthentication::$methods.&lt;br /&gt;
&lt;br /&gt;
==== JUser ====&lt;br /&gt;
*JUser::getParameters() has been removed.&lt;br /&gt;
*Juser::authorisedLevels() has been removed. Use JUser::getAuthorisedViewLevels() instead.&lt;br /&gt;
*Juser::authorize() has been removed. Use JUser::authorise() instead.&lt;br /&gt;
*JUser::$usertype has been removed.&lt;br /&gt;
&lt;br /&gt;
=== Utility ===&lt;br /&gt;
&lt;br /&gt;
==== JBuffer ====&lt;br /&gt;
*JBuffer::$_buffers has been renamed to JBuffer::$buffers.&lt;br /&gt;
&lt;br /&gt;
==== JDate ====&lt;br /&gt;
*JDate::toMysql() has been removed. Use JDate::toSql() instead.&lt;br /&gt;
*JDate::toFormat() has been removed. Use JDate::format() instead.&lt;br /&gt;
*JDate::setOffset() has been removed.&lt;br /&gt;
*JDate::$offsets has been removed.&lt;br /&gt;
*JDate::__construct() doesn&#039;t accept an numeric value for $tz anymore.&lt;br /&gt;
*JDate::$_tz has been renamed to JDate::$tz.&lt;br /&gt;
&lt;br /&gt;
==== JUtility ====&lt;br /&gt;
*JUtility::sendMail() has been removed. Use JMail::sendMail() instead.&lt;br /&gt;
*JUtility::sendAdminMail() has been removed. Use JMail::sendAdminMail() instead.&lt;br /&gt;
*JUtility::getHash() has been removed. Use JApplication::getHash() instead.&lt;br /&gt;
*JUtility::getToken() has been removed. Use JSession::getFormToken() instead.&lt;br /&gt;
*JUtility::isWinOS() has been removed. Use JApplication::isWinOS() instead.&lt;br /&gt;
*JUtility::dump() has been removed. No replacement.&lt;br /&gt;
*JUtility::array_unshift_ref() has been removed. No replacement.&lt;br /&gt;
*JUtility::array_unshift_ref() has been removed. No replacement.&lt;br /&gt;
&lt;br /&gt;
==== JXMLElement ====&lt;br /&gt;
*JXMLElement::data() has been removed.&lt;br /&gt;
*JXMLElement::getAttribute() has been removed. Use SimpleXMLElement::attributes() instead.&lt;br /&gt;
&lt;br /&gt;
== JavaScript ==&lt;br /&gt;
*Compatibility with MooTools 1.2 has been removed.&lt;br /&gt;
*Forms that have name=&amp;quot;adminForm&amp;quot; now also require id=&amp;quot;adminForm&amp;quot;.&lt;br /&gt;
*checkAll() has been removed. Use Joomla.checkAll() instead.&lt;br /&gt;
*isChecked() has been removed. Use Joomla.isChecked() instead.&lt;br /&gt;
*popupWindow() has been removed. Use Joomla.popupWindow() instead.&lt;br /&gt;
*tableOrdering() has been removed. Use Joomla.tableOrdering() instead.&lt;br /&gt;
&lt;br /&gt;
= CMS =&lt;br /&gt;
&lt;br /&gt;
== General changes ==&lt;br /&gt;
*JUtility is not always loaded. If you need it you have to add jimport(&#039;joomla.utilities.utility&#039;); to your code.&lt;br /&gt;
&lt;br /&gt;
== Changes to classes ==&lt;br /&gt;
&lt;br /&gt;
=== Component Classes ===&lt;br /&gt;
*MenusModelItem::getItem() no longer returns a JObject but a stdClass.&lt;br /&gt;
&lt;br /&gt;
=== Help ===&lt;br /&gt;
&lt;br /&gt;
==== JHelp ====&lt;br /&gt;
*JHelp::createSiteList() the argument $selected has been removed. It was unused.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Compatibility]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Framework]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=68414</id>
		<title>JoomlaDays/History</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JoomlaDays/History&amp;diff=68414"/>
		<updated>2012-07-19T02:39:55Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Joomla! community has a long history of Joomla!Day events from around the world.  Let&#039;s document these here, so we can ensure we have a historical timeline of Joomla!Days. See current events at [http://events.joomla.org/joomla-days.html Joomla Days]&lt;br /&gt;
&lt;br /&gt;
Instructions:  please add the name, date, location, and if possible the web address, of any Joomla!Days that have happened in the past.  Please use the following format:  Name_of_Joomla!Day - Month DD-DD, YYYY - City, Country&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
&lt;br /&gt;
(5 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (1) - April 22, 2006 - Breda, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (1) - July 30, 2006 - Leeds, United Kingdom [http://web.archive.org/web/20060709173546/http://www.joomlatraining.org.uk/joomla-day/ programme] [http://web.archive.org/web/20060814225232/http://www.joomlatraining.org.uk/content/view/297/36/ Day 1] [http://web.archive.org/web/20060813123831/http://www.joomlatraining.org.uk/content/view/298/36/ Day 2]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - October 6-7, 2006 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (2) - December 8-9 2006 - Den Bosch, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 29-30, 2006 - Bonn, Germany [http://www.joomladay.de/fakten/historie/joomladay-2006.html Report in German]&lt;br /&gt;
&lt;br /&gt;
== 2007 == &lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - January 24, 2007 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=116577&amp;amp;start=150] and [http://forum.joomla.org/viewtopic.php?t=134393]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 25, 2007 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 2, 2007 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - June 16, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-june-16-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg (South Africa) - July 14, 2007 [http://www.joomladay.org.za/archive/2007-johannesburg-july-14-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day (Central) USA and Mexico - July 21, 2007 - Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 4, 2008 - Bangkok , Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157601327115053/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 18, 2007 - São Paulo/SP, Brazil&lt;br /&gt;
 &lt;br /&gt;
Joomla!Day USA West - May 12-13, 2007 - Mountain View, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 13, 2007 - New York, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 21, 2007 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 3, 2007 - Västerås, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Helsinki - November 12, 2007 - Helsinki, Finland&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town (South Africa) - December 10, 2007 [http://www.joomladay.org.za/archive/2007-cape-town-december-10-2007.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - date unknown&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Serbia - November 17, 2007 - Belgrade, Serbia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New Zealand - December 15, 2007&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
(20 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - January 19, 2008 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 2, 2008 - Melbourne, Australia [http://forum.joomla.org/viewtopic.php?p=1184586]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (1) - April 19, 2008 - Madrid[http://www.joomladay.info/2008/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (3), April 4-5, 2008 - Utrecht, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - April 26, 2008 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 27, 2008 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - May 10, 2008 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157605299681211/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Byron Bay - May 11, 2008 - Byron Bay, NSW, Australia]] [http://forum.joomla.org/viewtopic.php?f=306&amp;amp;t=262909]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - May 19, 2008 - Sydney, Australia [http://forum.joomla.org/viewtopic.php?p=1304388]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vancouver - June 14, 2008 - Vancouver, British Columbia, Canada]] [http://community.joomla.org/events/joomla-days/400-joomla-day-vancouver-2008.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Philippines - June 14, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - June 20-21, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Durban - June 20-21, 2008 - Durban, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - August 16, 2008 - São Paulo/SP, Brazil&lt;br /&gt;
&lt;br /&gt;
Joomla!Day San Francisco - September 20, 2008 - San Francisco, California, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Johannesburg - October 18, 2008 - Johannesburg, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - October 25, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Switzerland - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - November 15, 2008&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - November 19, 2008&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
(23 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Turkey - January 10, 2009 &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 7-8, 2009 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/641-joomladay-melbourne-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (2) - March 13-14, 2009 - Maidstone, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Las Vegas - April 4, 2009 - Las Vegas, Nevada, USA [http://lasvegas.joomladayusa.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - April 25, 2009 - Pune, India [http://community.joomla.org/blogs/community/811-joomla-day-pune-india-a-big-success.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - May 15-16, 2009 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - May 24, 2009 - Paris, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - May 30, 2009 - Brattleboro, Vermont, USA [http://community.joomla.org/events/joomla-days/771-joomladay-new-england-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (4) - June 12-13, 2009 - Nieuwegein, Netherlands&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August 14, 2009 - Cape Town, South Africia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - August 22-23, 2009 - Bangkok, Thailand [http://www.flickr.com/photos/laithaiphoto/sets/72157622115004400/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September, 12, 2009 - Rio de Janeiro/RJ, Brazil &lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September, 24 - 26, 2009 - Bad Nauheim, Germany&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mongolia - September 29-30, 2009 - Ulan Bataar, Mongolia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - October ?, 2009 - Drammen, Norway&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Gauteng - October 8-10, 2009 - Gauteng, South Africa&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Hungary - October 10, 2009 - Budapest, Hungary&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New York - October 12, 2009 - New York, New York, USA [http://community.joomla.org/events/joomla-days/912-joomla-day-new-york.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sydney - October 17-18, 2009 - Sydney, Australia [http://sydney.joomladay.org.au/groups/viewgroup/5-Welcome+to+Sydney+JoomlaDay+17%2B18+Oct+2009]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Vietnam - November 1, 2009 - Hồ Chí Minh City, Vietnam [http://community.joomla.org/events/joomla-days/1056-joomladay-vietnam-2009.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - November 21, 2009 - Rome, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (2) - December 11-12, 2009 - Barcelona, Spain [http://www.joomladay.info/2009/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 12, 2009 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
(17 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Melbourne - February 12-14, 2010 - Melbourne, Australia [http://community.joomla.org/events/joomla-days/1102-joomladay-melbourne-2010.html]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 21, 2010 - Bordeaux, France&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (3) - April 9-10, 2010 - Mallorca, Spain [http://www.joomladay.cat/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (5) - April 23-24, 2010 - Utrecht, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Sweden - April 23-24, 2010 - Stockholm, Sweden [http://www.joomladay.se/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - June 4-5, 2010 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - June 5, 2010 - Marlboro, Vermont, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brisbane - June 18-19, 2010 - Brisbane, Australia&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 11-12, 2010 - Brasília/DF, Brazil [http://www.joomladaybrasil.org/2010]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day USA West - October 1-3, 2010 - San Jose, California, USA [http://www.joomladaywest.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 9, 2010 - Verona, Italy&lt;br /&gt;
&lt;br /&gt;
Joomla!Day DC - October 16, 2010 - Chevy Chase, Maryland, USA [http://www.joomladaydc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 29-30, 2010 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK (3) - October 30-31, 2010 - Ipswich, England, United Kingdom&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - November 13-14, 2010 - Bangkok, Thailand [http://www.joomladay.in.th/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain (4) - November 26-27, 2010 - Valencia, Spain [http://www.joomladay2010.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - December 4-5, 2010 - New York City, New York, USA&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Nigeria - December 11, 2010 - Lagos, Nigeria&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
(29 Events)&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chile - January 18, 2011 - Santiago, Chile [http://www.joomladay-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Stockholm - February 4, 2011 - Stockholm, Sweden&lt;br /&gt;
&lt;br /&gt;
Joomla!Day India - March 12-13, 2011 - Pune, Maharashtra, India [http://www.joomladay.co.in]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (6) - April 2-3, 2011 - Doorn, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 2, 2011 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org]&lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-schedule.jpg]] &lt;br /&gt;
[[Media:JoomlaDayNEProgram2011-speakers.jpg]] &lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - April 2-3, 2011 - Lyon, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - April 19 2011 - Alger, Algeria [http://www.joomladayalgerie.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece - May 28-29, 2011 - Athens, Greece [http://joomladay.gr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Malaysia - June 25, 2011 - Kuala Lumpur, Malaysia [http://www.joomla-day.org.my/2011/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Night Chile - July 6, 2011 - Santiago, Chile [http://joomlanight-chile.cl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Chicago - August 5-6, 2011 - Chicago, Illinois, USA [http://www.joomladaychicago.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Norway - August 12-13, 2011 - Drammen, Norway [http://www.joomladay.no/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bosnia and Herzegovina - August 12-14, 2011 - Tesanj, Bosnia [http://www.joomla.ba/konferencija]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Cape Town - August  19-20, 2011 - Cape Town, South Africa [http://www.joomladay.org.za/] [http://www.joomladay.org.za/talks-sessions/programme.html programme]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - September 2-3, 2011 - Hamburg, Germany [http://www.joomladay.de]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 2-4, 2011 - Florianópolis/SC, Brazil [http://www.joomladaybrasil.org/2011]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Austin - September 15, 2011 - Austin, Texas, USA [http://www.joomladayaustin.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day UK - September 24-25, 2011 - London, England [http://www.joomladayuk2011.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2011 - Tel Aviv, Israel [http://jday11.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Italy - October 22, 2011 - Florence, Italy [http://www.joomladay.it]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day NYC - October 22-23, 2011 - New York City, New York, USA [http://www.joomladaynyc.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Denmark - October 28-29, 2011 - Kolding, Denmark [http://www.joomladay.dk]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Australia - November 5-6, 2011 - Sydney, Australia [http://sydney.joomladay.org.au/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Finland - November 5, 2011 - Helsinki, Finland [http://joomladayfinland.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - November 9-10, 2011 - Zaragoza, Spain [http://www.joomladay2011.es/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Midwest - November 12, 2011 - Milwaukee, Wisconsin, USA [http://www.joomladaymidwest.org]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Algeria - November 19, 2011 - Oran, Algeria [http://www.joomladayoran.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Los Angeles - December 3, 2011 - Los Angeles, California, USA [http://www.jdayla.com]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Lagos  - December 17, 2011 - Lagos, Nigeria [http://joomlang.com/]&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Bangkok - February 25, 2012 - Bangkok, Thailand [http://www.joomladay.in.th]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Guatemala - February 29 - March 3, 2012 - Guatemala City, Guatemala [http://www.joomlagt.org/joomladay2012/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day France - March 24, 2012 - Strasbourg, France [http://www.joomladay.fr/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - March 31, 2012 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Iran - April 12, 2012 - Mashhad, Iran [http://www.joomladay.ir]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Netherlands (7) - April 21-22, 2012 - Zeist, Netherlands [http://www.joomladagen.nl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Ribeirão Preto - May 11-12, 2012 - Ribeirão Preto, Brasil [http://jdrp.unaerp.br/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Greece 2012 - June 2-3, 2012 - Athens, Greece [http://joomladay.gr]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Togo - June 14, 2012 - Assahoun, Togo&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Mexico - June 22-23, 2012 - Mexico City, Mexico [http://www.joomladaymexico.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Brasil - September 07-08, 2012 - Belo Horizonte, Minas Gerais, Brasil [http://www.joomladaybrasil.org/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Poland - September 22-23, 2012 - Poznań, Poland [http://www.joomla-day.pl/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Spain - September 28-29, 2012 - Mérida, Spain [http://www.joomladayspain.com/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Germany - October 05-06, 2012 - Berlin, Germany [http://www.joomladay.de/]&lt;br /&gt;
&lt;br /&gt;
Joomla!Day Israel - October 10, 2012- Tel Aviv, Israel [http://jday.joomla.org.il]&lt;br /&gt;
&lt;br /&gt;
Joomla World Conference - November 16-18, 2012 - San Jose, California, USA [http://conference.joomla.org]&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
&lt;br /&gt;
Joomla!Day New England - April 13, 2013 - Brattleboro, Vermont, USA [http://www.joomladaynewengland.org/]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Configuring_Xdebug_for_PHP_development/Windows&amp;diff=68222</id>
		<title>Configuring Xdebug for PHP development/Windows</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Configuring_Xdebug_for_PHP_development/Windows&amp;diff=68222"/>
		<updated>2012-07-09T20:47:36Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Enable Xdebug */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {{incomplete}} &lt;br /&gt;
&lt;br /&gt;
Configuring Xdebug is spitted into two parts:&lt;br /&gt;
&lt;br /&gt;
== Serverside (extension in PHP) ==&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
First check if this extension is already installed. Create a new file with the content &#039;&#039;&amp;lt;?php phpinfo(); ?&amp;gt;&#039;&#039;, save it in your webfolder (f.e. C:\xampp\htdocs\phpinfo.php) and call it using your browser (f.e. http://localhost/phpinfo.php). The command PHPINFO will show you all information about installed plugins, their configuration and so on. If you see a headline called Xdebug, it is already downloaded and enabled.&lt;br /&gt;
&lt;br /&gt;
On a linux-system it depends on your distribution. Most of the distribution have packages ready that you can just download and install right-away. An example is Debian (or Ubunut). The package there is called &#039;&#039;php5-xdebug&#039;&#039;. This command will download and enable the plugin.&lt;br /&gt;
&lt;br /&gt;
To get the extension for a Windows-System, you have to download the DLL-file from http://xdebug.org/download.php that fit&#039;s to your PHP version, move it into the &#039;&#039;ext&#039;&#039; folder of your PHP-installation. If the file php_xdebug.dll exists, leave it there. It&#039;s most likely the right version, just that it&#039;s not enabled. This was f.e. the case for the last XAMPP package I used.&lt;br /&gt;
&lt;br /&gt;
=== Enable Xdebug ===&lt;br /&gt;
&lt;br /&gt;
On windows-systems you most likely just have one &#039;&#039;php.ini&#039;&#039; file for all configuration whereas on several Linux distributions you have a directory called &#039;&#039;conf.d&#039;&#039; in addition. If you have installed Xdebug on a Linux based system, you&#039;ll probably find a file xdebug.ini in there. Use this file instead if you have it (just not to mess-up the main config-file).&lt;br /&gt;
&lt;br /&gt;
You enable the plugin by adding (or uncommenting) the following line to your config-file:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
; Example for XAMPP&lt;br /&gt;
zend_extension = &amp;quot;\xampp\php\ext\php_xdebug.dll&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; Example on Linux Debian&lt;br /&gt;
zend_extension=/usr/lib/php5/20090626/xdebug.so&lt;br /&gt;
&lt;br /&gt;
; Example on Mac OS X for XAMPP&lt;br /&gt;
zend_extension=&amp;quot;/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please make sure you use &#039;&#039;zend_extension&#039;&#039; instead of &#039;&#039;extension&#039;&#039; which (not as extension) requires the full path to the extension-file.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Please also read this introduction for configuration-details: http://xdebug.org/docs/remote&lt;br /&gt;
&lt;br /&gt;
Here is an example of the configuration I use and some comments around that:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
; location of my configuration-file&lt;br /&gt;
zend_extension=/usr/lib/php5/20090626/xdebug.so&lt;br /&gt;
&lt;br /&gt;
; Enables colors if you use xdebug on the console&lt;br /&gt;
xdebug.cli_color=1&lt;br /&gt;
&lt;br /&gt;
; Enable profiler by a trigger (f.e. cookie or GET-param)&lt;br /&gt;
xdebug.profiler_enable_trigger=1&lt;br /&gt;
xdebug.profiler_output_dir=/var/www/log/&lt;br /&gt;
&lt;br /&gt;
; Debugger will try to connect back to the machine sending the HTTP-Request&lt;br /&gt;
xdebug.remote_connect_back=1&lt;br /&gt;
&lt;br /&gt;
; Enables the debugger&lt;br /&gt;
xdebug.remote_enable=1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Clientside (configure your IDE) ==&lt;br /&gt;
&lt;br /&gt;
If your IDE is not listed on http://xdebug.org/docs/remote#clients, you&#039;ll probably find a tutorial in the manual of your IDE.&lt;br /&gt;
Feel free to add helpful tutorials here.&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67750</id>
		<title>Joomla Update Missing in from Admin Menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67750"/>
		<updated>2012-06-19T20:45:02Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with version 2.5.4, the Joomla core is updated with the new component Joomla Update instead of in Extensions/Install/Update.&lt;br /&gt;
&lt;br /&gt;
If Joomla Update does not shows as an installed component use the Discover function to add it as a component.&lt;br /&gt;
&lt;br /&gt;
If Joomla Update shows as an installed component but is not in the Admin Menu under Components, you are missing the entry in the database table #__menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
INSERT INTO `#__menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`,&lt;br /&gt;
 `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`,&lt;br /&gt;
 `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`)&lt;br /&gt;
VALUES (22, &#039;menu&#039;, &#039;com_joomlaupdate&#039;, &#039;Joomla! Update&#039;, &#039;&#039;, &#039;Joomla! Update&#039;,&lt;br /&gt;
&#039;index.php?option=com_joomlaupdate&#039;, &#039;component&#039;, 0, 1, 1, 28, 0, 0,&lt;br /&gt;
&#039;0000-00-00 00:00:00&#039;, 0, 0, &#039;class:joomlaupdate&#039;, 0, &#039;&#039;, 41, 42, 0, &#039;*&#039;, 1);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace #__menu with the name of your database table. Under VALUES you need to change the id, component_id, lft and rgt to the appropriate values for your system.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.4 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.6 FAQ]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Where_is_the_auto_update_for_Joomla%3F&amp;diff=67748</id>
		<title>Where is the auto update for Joomla?</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Where_is_the_auto_update_for_Joomla%3F&amp;diff=67748"/>
		<updated>2012-06-19T20:00:42Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with version 2.5.4, the auto update for Joomla is now located in Components&amp;amp;rarr;Joomla! Update, as shown here: [[File:Version-2-5-5-faq-screenshot.png|frame|none]] Extensions are still updated using the Extension Manager (Extensions&amp;amp;rarr;Extension Manager). If you click on the Joomla! Update icon in the Control Panel, it will link you to the Joomla! Update component automatically.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.6 FAQ]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:Version_2.5.6_FAQ&amp;diff=67747</id>
		<title>Category:Version 2.5.6 FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:Version_2.5.6_FAQ&amp;diff=67747"/>
		<updated>2012-06-19T19:59:47Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;These FAQs are specific to the Joomla 2.5.6 release. Only issues that are specific to this release will be listed here, together with  suggested resolutions. Please add informati...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These FAQs are specific to the Joomla 2.5.6 release. Only issues that are specific to this release will be listed here, together with  suggested resolutions. Please add information to this resource. The  Joomla Bug Squad will watch over this page to ensure any new bugs are  added to the tracker and resolved. Continue to use the Joomla forums for  support requests as this is not a substitute for posting there, but  rather a common location for the community to gather release issues.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Joomla! 2.5]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J2.5:Updating_from_an_existing_version&amp;diff=67722</id>
		<title>J2.5:Updating from an existing version</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J2.5:Updating_from_an_existing_version&amp;diff=67722"/>
		<updated>2012-06-19T00:32:28Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Step 2a: Find and install updates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
=Overview=&lt;br /&gt;
Starting with version 1.6, there are three ways to update your Joomla Website to versions 1.6, 1.7 or 2.5. &lt;br /&gt;
&lt;br /&gt;
* Extension Manager: Update&lt;br /&gt;
* Extension Manager: Install&lt;br /&gt;
* Manually Copy Program Files&lt;br /&gt;
&lt;br /&gt;
Each of these is discussed below.&lt;br /&gt;
==Upgrade from version earlier than 1.6.x to Joomla 1.7? ==&lt;br /&gt;
This page does not contain the instructions for migrating a Website from Joomla versions earlier than 1.6. See the [[Upgrading and Migrating Joomla]] page.&lt;br /&gt;
&lt;br /&gt;
==Upgrade from version 1.6.x to Joomla 1.7? ==&lt;br /&gt;
Note: To upgrade from version 1.6.x to Joomla 1.7 please follow this [[Upgrade 1.6.5 to 1.7|guide]].&lt;br /&gt;
&lt;br /&gt;
==Upgrade to Joomla 2.5 on shared hosts==&lt;br /&gt;
&#039;&#039;&#039;Important note as of 28 January 2012:&#039;&#039;&#039; &#039;&#039;On some shared host environments (GoDaddy.com and perhaps others), the normal Joomla update from 1.7 to 2.5 can intermittently fail with the error &amp;quot;Internal Server Error&amp;quot;. In some cases, this can happen in the middle of the file transfer process and cause errors on the site. On GoDaddy.com, this appears to happen when the server is under a heavy load and the update takes longer than 2 minutes to complete.&#039;&#039;&lt;br /&gt;
&#039;&#039;Based on recent testing, sites on these slower shared hosts can safely be updated using a free third-party extension called [http://tinyurl.com/7d9odse Admin Tools]. If you are updating a site on a shared host, please consider using Admin Tools or else use the Manually Copy Program Files method outlined below.&#039;&#039;&lt;br /&gt;
&#039;&#039;If you have experienced an error during the update, there is a process for repairing the site.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps and actions:&#039;&#039;&#039;&lt;br /&gt;
It is recommended that you follow these steps when updating a production site:&lt;br /&gt;
# Back up your site before upgrading to a new version. That way, if something goes wrong during the upgrade process, you can easily restore your site to the earlier version. &lt;br /&gt;
# Review the release notes for the new version to be familiar with what was changed.&lt;br /&gt;
# Update using one of the recommended methods outlined in this document. These methods install the new program files, delete unneeded old program files, and update the database as needed for the new Joomla version.&lt;br /&gt;
# Check that the update was successful, using the steps outlined in [[#Checking Your Site]].&lt;br /&gt;
&lt;br /&gt;
=Method A - Extension Manager: Update Method=&lt;br /&gt;
{{JVer|1.6}}{{JVer|1.7}}{{JVer|2.5}}&lt;br /&gt;
This is the easier way, also called &#039;&#039;One click update&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Step 1: Make sure you have a current backup of your site==&lt;br /&gt;
In many cases, your host will make periodic site backups.&lt;br /&gt;
&lt;br /&gt;
==Step 2a: Find and install updates==&lt;br /&gt;
# &#039;&#039;&#039;If your site is prior to 2.5.4, see Step 2b instead&#039;&#039;&#039;&lt;br /&gt;
# In the back end of your Joomla site, navigate to Components &amp;amp;rarr; Joomla Update.&lt;br /&gt;
# Click on Install the Update [[Image:Update-screenshot-20120618-01.png|frame|center]]&lt;br /&gt;
# &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; This process will take a few minutes. Wait until the process completes and it tells you that you are already on the current release, similar to the screen shown below. [[Image:Update-screenshot-20120618-02.png|frame|center]]&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site&lt;br /&gt;
&lt;br /&gt;
==Step 2b: Find and install updates (Prior to updating 2.5.4)==&lt;br /&gt;
# In the back end of your Joomla site, navigate to Extensions &amp;amp;rarr; Extension Manager and open the Update tab.&lt;br /&gt;
# Click on the Purge Cache icon to clear out the cache.&lt;br /&gt;
# Click on the Find Updates icon in the toolbar. If there is an available update, the screen will list it, similar to the screen shown below. [[Image:Update-screenshot-20120124-01.png|frame|center]] Note that available upgrades for extensions used in the site will also show in the list.&lt;br /&gt;
# Select the update (using the checkbox) and click on the Update icon in the toolbar. &lt;br /&gt;
# &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; This process will take a few minutes. Wait until the process completes and the success message shows, similar to the screen shown below. [[Image:Update-screenshot-20120124-02.png|frame|center]]&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site&lt;br /&gt;
&lt;br /&gt;
=Method B - Extension Manager: Install Method=&lt;br /&gt;
{{JVer|1.6}}{{JVer|1.7}}{{JVer|2.5}}&lt;br /&gt;
In some cases it may not be possible to use the Extension Manager: Update method to update your site. One reason for this might be that you are using a non-standard distribution (for example, a distribution with a different default language installed). Another reason might be that your don&#039;t have a reliable enough internet connection to support automatic installation. &lt;br /&gt;
&lt;br /&gt;
In this case, you can still do an easy installation using the Extension Manager: Install screen. Like the Update screen, this method will do the database updates automatically and will completely update your system without any further steps.&lt;br /&gt;
&lt;br /&gt;
==Step 1: Make sure you have a current backup of your site==&lt;br /&gt;
In many cases, your host will make periodic site backups.&lt;br /&gt;
&lt;br /&gt;
==Step 2: Locate the update file==&lt;br /&gt;
Locate the required archive file (for example, .zip, .tag.gz, or tar.bz2 archive) for your version. If you are updating to an x.x.0 release (for example, from 1.7.3 to 2.5.0), this will normally be a file like Joomla_2.5.0-Stable-Update_Package.zip. If you are updating within the same release series (for example, 2.5.0 to 2.5.1), then the file will be named something like Joomla_2.5.0_to_2.5.1-Stable-Patch_Package.zip.&lt;br /&gt;
&lt;br /&gt;
At this point, you have three options:&lt;br /&gt;
# Install from URL&lt;br /&gt;
# Install from Directory&lt;br /&gt;
# Upload Package File&lt;br /&gt;
&lt;br /&gt;
Install from URL is the easiest to do. With this option, the upgrade archive is loaded directly by the server, so it works well even if your local computer has a slow or unreliable internet connection. &lt;br /&gt;
&lt;br /&gt;
Install from Directory is the safest method if the server itself has a slow internet connection. With this method, you use FTP to load the unpacked update files into a temporary folder on the server. Then you point to that directory on the server for the installation.&lt;br /&gt;
&lt;br /&gt;
Upload Package File is fairly simple, but it requires that you have a good connection between your local computer and the server. &lt;br /&gt;
&lt;br /&gt;
The screen below shows the Extension Manager: Install screen with the three options labeled. &lt;br /&gt;
[[Image:Update-screenshot-20120124-03.png|frame|center]]&lt;br /&gt;
&lt;br /&gt;
===Install from URL===&lt;br /&gt;
This option is the easiest, if the archive file is available on a website. &lt;br /&gt;
# In the Extension Manager: Install screen, enter the URL for the archive file in the Install URL field.&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a period of time, up to two minutes or more for a full version update. Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
===Install from Directory===&lt;br /&gt;
This option requires that you unpack the archive file in a directory on your server. This is the best method if you have a slow internet connection or you are experiencing timeouts during the update process.&lt;br /&gt;
# Unpack the archive file in a temporary directory on your local machine.&lt;br /&gt;
# Upload all the files in this directory (for example, using FTP) to a temporary directory that is visible to the web server. For example, you can create a sub-directory under the tmp directory in your Joomla root. For this example, let&#039;s say the directory on the server is &amp;lt;code&amp;gt;/home/myuser/myjoomla/tmp/upgrade250&amp;lt;/code&amp;gt;).&lt;br /&gt;
# In the Extension Manager: Install screen, enter the full path of the temporary directory (on the server) from step 2 (for example, &amp;lt;code&amp;gt;/home/myuser/myjoomla/tmp/upgrade250&amp;lt;/code&amp;gt;).&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a short time (perhaps a minute or less, depending on your server). Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
===Upload Package File===&lt;br /&gt;
This option requires that you first download the archive file to your local machine. &lt;br /&gt;
# Download the file to your local computer.&lt;br /&gt;
# In the Extension Manager: Install screen, click the Browse button next to the Package File field and browse to the archive file.&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a period of time, up to two minutes or more for a full version update. Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Method C - Manually Copy New Program Files=&lt;br /&gt;
This method is similar to the old method for updating Joomla versions. Here we want to replace the existing program files with the files from the update archive. The advantage of this method is that it will work on slower shared hosts. The disadvantage is that it requires more work by the system administrator.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Important: This method can also be used to repair a site where the automatic update failed due to a server timeout.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Copy the New Program Files to Your Site==&lt;br /&gt;
There are two ways you can do this.&lt;br /&gt;
# Copy the archive file to the root directory of your site and unpack the archive. The update archive will be named something like &amp;lt;code&amp;gt;Joomla_2.5.0-Stable-Update_Package.zip&amp;lt;/code&amp;gt;. Note that you need to tell the system to replace any existing files. For example, in GoDaddy.com, use the FTP File Manager to upload the update file and then use &amp;quot;Unarchive&amp;quot; to unpack it. Check the box &amp;quot;Overwrite existing files&amp;quot;.&lt;br /&gt;
# If you don&#039;t have the ability to unpack the archive on the server, create a temporary directory on your local machine and unpack the archive file there. Then FTP these files to the root directory of your site, overwriting the existing files.&lt;br /&gt;
&lt;br /&gt;
==Update the Database==&lt;br /&gt;
At this point, you should be able to log into the back end of your site with the new version installed. However, you are not done. Navigate to Extension Manager: Database. You will initially have Database problems when you check the Database, similar to the screen below. &lt;br /&gt;
[[Image:Update-screenshot-20120124-08.png|frame|center|Database Screen Before Fix]]&lt;br /&gt;
This is expected. Click on the Fix icon to correct the problems. Now the screen should show that the database is up to date.&lt;br /&gt;
&lt;br /&gt;
==Install New Extensions==&lt;br /&gt;
Navigate to Extension Manager: Discover and click on the Discover icon in the toolbar. If the updated version has new core extensions, new extensions will be listed, as shown below. &lt;br /&gt;
[[Image:Update-screenshot-20120124-09.png|frame|center|Discover Screen Before Install]]&lt;br /&gt;
Select all the extensions and click on the Install icon in the toolbar. The system should display a success message similar to the screen below.&lt;br /&gt;
[[Image:Update-screenshot-20120124-10.png|frame|center|Discover Screen After Install]]&lt;br /&gt;
&lt;br /&gt;
==Update the #__extensions Table==&lt;br /&gt;
At this point, your site is updated. However, there is one more thing to do. The site will think it needs to be updated because a value in the #__extensions table is wrong. To fix this:&lt;br /&gt;
* Using phpMyAdmin or a similar tool, edit the row of the #__extensions table where the id column is &#039;700&#039;. (Note that the table prefix will be different in your site. For example, if your table prefix is &amp;quot;jos_&amp;quot;, then the table will be called &amp;quot;jos_extensions&amp;quot;.&lt;br /&gt;
* In the manifest_cache column, you will see the old version in the text (for example, &amp;lt;code&amp;gt;&amp;quot;version&amp;quot;:&amp;quot;1.7.3&amp;quot;&amp;lt;/code&amp;gt;). Change this to the new version (for example, &amp;lt;code&amp;gt;&amp;quot;version&amp;quot;:&amp;quot;2.5.0&amp;quot;&amp;lt;/code&amp;gt;). Be careful to not change anything else in this column.&lt;br /&gt;
* To check that this was successful, navigate to Extension Manager: Update and click Check for Updates. You should &#039;&#039;&#039;not&#039;&#039;&#039; see the current Joomla version in the list.&lt;br /&gt;
&lt;br /&gt;
At this point, your site should be updated correctly. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Checking Your Site=&lt;br /&gt;
&#039;&#039;&#039;This is required for method A and B!&#039;&#039;&#039;&lt;br /&gt;
After an update, it is a good idea to check your site to make sure the update was successful. There are two quick checks you can do from the Extension Manager.&lt;br /&gt;
==Extension Manager: Check Database==&lt;br /&gt;
{{JVer|2.5}} This feature was added in version 2.5.0. It checks that your database is up to date with your Joomla programs. &lt;br /&gt;
&lt;br /&gt;
Navigate to Extension Manager: Database. If your database is up to date, you should see a screen similar to the one below:&lt;br /&gt;
[[Image:Update-screenshot-20120124-04.png|frame|center|Database Screen With No Problems]]&lt;br /&gt;
&lt;br /&gt;
If your database is not up to date, you will see a screen listing the problems found, similar to the one below:&lt;br /&gt;
[[Image:Update-screenshot-20120124-05.png|frame|center|Database Screen With 3 Database Problems]]&lt;br /&gt;
In this case, press the Fix button in the upper right corner. Joomla will update your database to correct the issues listed and then it will re-display the screen. If the fix was successful, the display will indicate that the database is up to date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;N.B.&#039;&#039;&#039; If any errors fail to fix then make sure all the database Tables are checked in.&lt;br /&gt;
&lt;br /&gt;
==Extension Manager: Discover==&lt;br /&gt;
In some cases, when you update to a new Joomla version, new core extensions are added. If there were problems with the database update, these extensions may not have been correctly installed. To check this, navigate to Extension Manager: Discover. Then click on the Discover icon in the toolbar. The screen should show as follows:&lt;br /&gt;
[[Image:Update-screenshot-20120124-06.png|frame|center|Discover Screen With No Extensions To Install]]&lt;br /&gt;
If so, you know that any new extensions added during the udpate were correctly installed in the database.&lt;br /&gt;
&lt;br /&gt;
If there are uninstalled extensions, they will show similar to the following screen:&lt;br /&gt;
[[Image:Update-screenshot-20120124-07.png|frame|center|Discover Screen With Two Extensions To Install]]&lt;br /&gt;
In this case, check the check boxes and click on the Install icon in the toolbar. Joomla will install the extension(s) and then display the screen showing no extensions discovered. At this point, the new extensions have been installed in the database.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting Update Problems=&lt;br /&gt;
If you have any questions before, during, or after the upgrade then please ask them on the [http://forum.joomla.org/viewforum.php?f=625&amp;amp;sid=259a29d8e21242b6770f86026f6c9c3a Joomla! 1.6 Migrating and Upgrading Forum].&lt;br /&gt;
&lt;br /&gt;
If you have problems or errors during the update process, here are some tips.&lt;br /&gt;
* If any database error messages show after the update, be sure to check the Extension Manager: Database tab followed by the Extension Manager: Discover tab. In some cases, if a database error occurs it will prevent all the database updates from running. In this case, you can run them from the Database tab and then use the Discover&amp;amp;rarr;Install method to check and install any new extensions.&lt;br /&gt;
* If you encounter any errors or problems during or after the update, be sure to check the FAQ for the version you updated to. For example, for version 2.5.0, this will be an article entitled [http://docs.joomla.org/Category:Version_2.5.0_FAQ http://docs.joomla.org/Category:Version_2.5.0_FAQ].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Upgrading]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J2.5:Updating_from_an_existing_version&amp;diff=67721</id>
		<title>J2.5:Updating from an existing version</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J2.5:Updating_from_an_existing_version&amp;diff=67721"/>
		<updated>2012-06-19T00:31:37Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Method A - Extension Manager: Update Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
=Overview=&lt;br /&gt;
Starting with version 1.6, there are three ways to update your Joomla Website to versions 1.6, 1.7 or 2.5. &lt;br /&gt;
&lt;br /&gt;
* Extension Manager: Update&lt;br /&gt;
* Extension Manager: Install&lt;br /&gt;
* Manually Copy Program Files&lt;br /&gt;
&lt;br /&gt;
Each of these is discussed below.&lt;br /&gt;
==Upgrade from version earlier than 1.6.x to Joomla 1.7? ==&lt;br /&gt;
This page does not contain the instructions for migrating a Website from Joomla versions earlier than 1.6. See the [[Upgrading and Migrating Joomla]] page.&lt;br /&gt;
&lt;br /&gt;
==Upgrade from version 1.6.x to Joomla 1.7? ==&lt;br /&gt;
Note: To upgrade from version 1.6.x to Joomla 1.7 please follow this [[Upgrade 1.6.5 to 1.7|guide]].&lt;br /&gt;
&lt;br /&gt;
==Upgrade to Joomla 2.5 on shared hosts==&lt;br /&gt;
&#039;&#039;&#039;Important note as of 28 January 2012:&#039;&#039;&#039; &#039;&#039;On some shared host environments (GoDaddy.com and perhaps others), the normal Joomla update from 1.7 to 2.5 can intermittently fail with the error &amp;quot;Internal Server Error&amp;quot;. In some cases, this can happen in the middle of the file transfer process and cause errors on the site. On GoDaddy.com, this appears to happen when the server is under a heavy load and the update takes longer than 2 minutes to complete.&#039;&#039;&lt;br /&gt;
&#039;&#039;Based on recent testing, sites on these slower shared hosts can safely be updated using a free third-party extension called [http://tinyurl.com/7d9odse Admin Tools]. If you are updating a site on a shared host, please consider using Admin Tools or else use the Manually Copy Program Files method outlined below.&#039;&#039;&lt;br /&gt;
&#039;&#039;If you have experienced an error during the update, there is a process for repairing the site.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps and actions:&#039;&#039;&#039;&lt;br /&gt;
It is recommended that you follow these steps when updating a production site:&lt;br /&gt;
# Back up your site before upgrading to a new version. That way, if something goes wrong during the upgrade process, you can easily restore your site to the earlier version. &lt;br /&gt;
# Review the release notes for the new version to be familiar with what was changed.&lt;br /&gt;
# Update using one of the recommended methods outlined in this document. These methods install the new program files, delete unneeded old program files, and update the database as needed for the new Joomla version.&lt;br /&gt;
# Check that the update was successful, using the steps outlined in [[#Checking Your Site]].&lt;br /&gt;
&lt;br /&gt;
=Method A - Extension Manager: Update Method=&lt;br /&gt;
{{JVer|1.6}}{{JVer|1.7}}{{JVer|2.5}}&lt;br /&gt;
This is the easier way, also called &#039;&#039;One click update&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Step 1: Make sure you have a current backup of your site==&lt;br /&gt;
In many cases, your host will make periodic site backups.&lt;br /&gt;
&lt;br /&gt;
==Step 2a: Find and install updates==&lt;br /&gt;
# &#039;&#039;&#039;If your site is prior to 2.5.4, see Step 2b instead&#039;&#039;&#039;&lt;br /&gt;
# In the back end of your Joomla site, navigate to Components &amp;amp;rarr; Joomla Update.&lt;br /&gt;
# Click on Install the Update [[Image:Update-screenshot-20120618-01|frame|center]]&lt;br /&gt;
# &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; This process will take a few minutes. Wait until the process completes and it tells you that you are already on the current release, similar to the screen shown below. [[Image:Update-screenshot-20120618-02|frame|center]]&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site&lt;br /&gt;
&lt;br /&gt;
==Step 2b: Find and install updates (Prior to updating 2.5.4)==&lt;br /&gt;
# In the back end of your Joomla site, navigate to Extensions &amp;amp;rarr; Extension Manager and open the Update tab.&lt;br /&gt;
# Click on the Purge Cache icon to clear out the cache.&lt;br /&gt;
# Click on the Find Updates icon in the toolbar. If there is an available update, the screen will list it, similar to the screen shown below. [[Image:Update-screenshot-20120124-01.png|frame|center]] Note that available upgrades for extensions used in the site will also show in the list.&lt;br /&gt;
# Select the update (using the checkbox) and click on the Update icon in the toolbar. &lt;br /&gt;
# &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; This process will take a few minutes. Wait until the process completes and the success message shows, similar to the screen shown below. [[Image:Update-screenshot-20120124-02.png|frame|center]]&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site&lt;br /&gt;
&lt;br /&gt;
=Method B - Extension Manager: Install Method=&lt;br /&gt;
{{JVer|1.6}}{{JVer|1.7}}{{JVer|2.5}}&lt;br /&gt;
In some cases it may not be possible to use the Extension Manager: Update method to update your site. One reason for this might be that you are using a non-standard distribution (for example, a distribution with a different default language installed). Another reason might be that your don&#039;t have a reliable enough internet connection to support automatic installation. &lt;br /&gt;
&lt;br /&gt;
In this case, you can still do an easy installation using the Extension Manager: Install screen. Like the Update screen, this method will do the database updates automatically and will completely update your system without any further steps.&lt;br /&gt;
&lt;br /&gt;
==Step 1: Make sure you have a current backup of your site==&lt;br /&gt;
In many cases, your host will make periodic site backups.&lt;br /&gt;
&lt;br /&gt;
==Step 2: Locate the update file==&lt;br /&gt;
Locate the required archive file (for example, .zip, .tag.gz, or tar.bz2 archive) for your version. If you are updating to an x.x.0 release (for example, from 1.7.3 to 2.5.0), this will normally be a file like Joomla_2.5.0-Stable-Update_Package.zip. If you are updating within the same release series (for example, 2.5.0 to 2.5.1), then the file will be named something like Joomla_2.5.0_to_2.5.1-Stable-Patch_Package.zip.&lt;br /&gt;
&lt;br /&gt;
At this point, you have three options:&lt;br /&gt;
# Install from URL&lt;br /&gt;
# Install from Directory&lt;br /&gt;
# Upload Package File&lt;br /&gt;
&lt;br /&gt;
Install from URL is the easiest to do. With this option, the upgrade archive is loaded directly by the server, so it works well even if your local computer has a slow or unreliable internet connection. &lt;br /&gt;
&lt;br /&gt;
Install from Directory is the safest method if the server itself has a slow internet connection. With this method, you use FTP to load the unpacked update files into a temporary folder on the server. Then you point to that directory on the server for the installation.&lt;br /&gt;
&lt;br /&gt;
Upload Package File is fairly simple, but it requires that you have a good connection between your local computer and the server. &lt;br /&gt;
&lt;br /&gt;
The screen below shows the Extension Manager: Install screen with the three options labeled. &lt;br /&gt;
[[Image:Update-screenshot-20120124-03.png|frame|center]]&lt;br /&gt;
&lt;br /&gt;
===Install from URL===&lt;br /&gt;
This option is the easiest, if the archive file is available on a website. &lt;br /&gt;
# In the Extension Manager: Install screen, enter the URL for the archive file in the Install URL field.&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a period of time, up to two minutes or more for a full version update. Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
===Install from Directory===&lt;br /&gt;
This option requires that you unpack the archive file in a directory on your server. This is the best method if you have a slow internet connection or you are experiencing timeouts during the update process.&lt;br /&gt;
# Unpack the archive file in a temporary directory on your local machine.&lt;br /&gt;
# Upload all the files in this directory (for example, using FTP) to a temporary directory that is visible to the web server. For example, you can create a sub-directory under the tmp directory in your Joomla root. For this example, let&#039;s say the directory on the server is &amp;lt;code&amp;gt;/home/myuser/myjoomla/tmp/upgrade250&amp;lt;/code&amp;gt;).&lt;br /&gt;
# In the Extension Manager: Install screen, enter the full path of the temporary directory (on the server) from step 2 (for example, &amp;lt;code&amp;gt;/home/myuser/myjoomla/tmp/upgrade250&amp;lt;/code&amp;gt;).&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a short time (perhaps a minute or less, depending on your server). Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
===Upload Package File===&lt;br /&gt;
This option requires that you first download the archive file to your local machine. &lt;br /&gt;
# Download the file to your local computer.&lt;br /&gt;
# In the Extension Manager: Install screen, click the Browse button next to the Package File field and browse to the archive file.&lt;br /&gt;
# Press the Install button. &lt;br /&gt;
The system will work for a period of time, up to two minutes or more for a full version update. Then a message indicating a successful installation will display.&lt;br /&gt;
&lt;br /&gt;
# Congratulations! At this point, your site is updated.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; You need now to check that your site is working correctly. See below Checking Your Site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Method C - Manually Copy New Program Files=&lt;br /&gt;
This method is similar to the old method for updating Joomla versions. Here we want to replace the existing program files with the files from the update archive. The advantage of this method is that it will work on slower shared hosts. The disadvantage is that it requires more work by the system administrator.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Important: This method can also be used to repair a site where the automatic update failed due to a server timeout.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Copy the New Program Files to Your Site==&lt;br /&gt;
There are two ways you can do this.&lt;br /&gt;
# Copy the archive file to the root directory of your site and unpack the archive. The update archive will be named something like &amp;lt;code&amp;gt;Joomla_2.5.0-Stable-Update_Package.zip&amp;lt;/code&amp;gt;. Note that you need to tell the system to replace any existing files. For example, in GoDaddy.com, use the FTP File Manager to upload the update file and then use &amp;quot;Unarchive&amp;quot; to unpack it. Check the box &amp;quot;Overwrite existing files&amp;quot;.&lt;br /&gt;
# If you don&#039;t have the ability to unpack the archive on the server, create a temporary directory on your local machine and unpack the archive file there. Then FTP these files to the root directory of your site, overwriting the existing files.&lt;br /&gt;
&lt;br /&gt;
==Update the Database==&lt;br /&gt;
At this point, you should be able to log into the back end of your site with the new version installed. However, you are not done. Navigate to Extension Manager: Database. You will initially have Database problems when you check the Database, similar to the screen below. &lt;br /&gt;
[[Image:Update-screenshot-20120124-08.png|frame|center|Database Screen Before Fix]]&lt;br /&gt;
This is expected. Click on the Fix icon to correct the problems. Now the screen should show that the database is up to date.&lt;br /&gt;
&lt;br /&gt;
==Install New Extensions==&lt;br /&gt;
Navigate to Extension Manager: Discover and click on the Discover icon in the toolbar. If the updated version has new core extensions, new extensions will be listed, as shown below. &lt;br /&gt;
[[Image:Update-screenshot-20120124-09.png|frame|center|Discover Screen Before Install]]&lt;br /&gt;
Select all the extensions and click on the Install icon in the toolbar. The system should display a success message similar to the screen below.&lt;br /&gt;
[[Image:Update-screenshot-20120124-10.png|frame|center|Discover Screen After Install]]&lt;br /&gt;
&lt;br /&gt;
==Update the #__extensions Table==&lt;br /&gt;
At this point, your site is updated. However, there is one more thing to do. The site will think it needs to be updated because a value in the #__extensions table is wrong. To fix this:&lt;br /&gt;
* Using phpMyAdmin or a similar tool, edit the row of the #__extensions table where the id column is &#039;700&#039;. (Note that the table prefix will be different in your site. For example, if your table prefix is &amp;quot;jos_&amp;quot;, then the table will be called &amp;quot;jos_extensions&amp;quot;.&lt;br /&gt;
* In the manifest_cache column, you will see the old version in the text (for example, &amp;lt;code&amp;gt;&amp;quot;version&amp;quot;:&amp;quot;1.7.3&amp;quot;&amp;lt;/code&amp;gt;). Change this to the new version (for example, &amp;lt;code&amp;gt;&amp;quot;version&amp;quot;:&amp;quot;2.5.0&amp;quot;&amp;lt;/code&amp;gt;). Be careful to not change anything else in this column.&lt;br /&gt;
* To check that this was successful, navigate to Extension Manager: Update and click Check for Updates. You should &#039;&#039;&#039;not&#039;&#039;&#039; see the current Joomla version in the list.&lt;br /&gt;
&lt;br /&gt;
At this point, your site should be updated correctly. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Checking Your Site=&lt;br /&gt;
&#039;&#039;&#039;This is required for method A and B!&#039;&#039;&#039;&lt;br /&gt;
After an update, it is a good idea to check your site to make sure the update was successful. There are two quick checks you can do from the Extension Manager.&lt;br /&gt;
==Extension Manager: Check Database==&lt;br /&gt;
{{JVer|2.5}} This feature was added in version 2.5.0. It checks that your database is up to date with your Joomla programs. &lt;br /&gt;
&lt;br /&gt;
Navigate to Extension Manager: Database. If your database is up to date, you should see a screen similar to the one below:&lt;br /&gt;
[[Image:Update-screenshot-20120124-04.png|frame|center|Database Screen With No Problems]]&lt;br /&gt;
&lt;br /&gt;
If your database is not up to date, you will see a screen listing the problems found, similar to the one below:&lt;br /&gt;
[[Image:Update-screenshot-20120124-05.png|frame|center|Database Screen With 3 Database Problems]]&lt;br /&gt;
In this case, press the Fix button in the upper right corner. Joomla will update your database to correct the issues listed and then it will re-display the screen. If the fix was successful, the display will indicate that the database is up to date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;N.B.&#039;&#039;&#039; If any errors fail to fix then make sure all the database Tables are checked in.&lt;br /&gt;
&lt;br /&gt;
==Extension Manager: Discover==&lt;br /&gt;
In some cases, when you update to a new Joomla version, new core extensions are added. If there were problems with the database update, these extensions may not have been correctly installed. To check this, navigate to Extension Manager: Discover. Then click on the Discover icon in the toolbar. The screen should show as follows:&lt;br /&gt;
[[Image:Update-screenshot-20120124-06.png|frame|center|Discover Screen With No Extensions To Install]]&lt;br /&gt;
If so, you know that any new extensions added during the udpate were correctly installed in the database.&lt;br /&gt;
&lt;br /&gt;
If there are uninstalled extensions, they will show similar to the following screen:&lt;br /&gt;
[[Image:Update-screenshot-20120124-07.png|frame|center|Discover Screen With Two Extensions To Install]]&lt;br /&gt;
In this case, check the check boxes and click on the Install icon in the toolbar. Joomla will install the extension(s) and then display the screen showing no extensions discovered. At this point, the new extensions have been installed in the database.&lt;br /&gt;
&lt;br /&gt;
=Troubleshooting Update Problems=&lt;br /&gt;
If you have any questions before, during, or after the upgrade then please ask them on the [http://forum.joomla.org/viewforum.php?f=625&amp;amp;sid=259a29d8e21242b6770f86026f6c9c3a Joomla! 1.6 Migrating and Upgrading Forum].&lt;br /&gt;
&lt;br /&gt;
If you have problems or errors during the update process, here are some tips.&lt;br /&gt;
* If any database error messages show after the update, be sure to check the Extension Manager: Database tab followed by the Extension Manager: Discover tab. In some cases, if a database error occurs it will prevent all the database updates from running. In this case, you can run them from the Database tab and then use the Discover&amp;amp;rarr;Install method to check and install any new extensions.&lt;br /&gt;
* If you encounter any errors or problems during or after the update, be sure to check the FAQ for the version you updated to. For example, for version 2.5.0, this will be an article entitled [http://docs.joomla.org/Category:Version_2.5.0_FAQ http://docs.joomla.org/Category:Version_2.5.0_FAQ].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Upgrading]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Update-screenshot-20120618-02.png&amp;diff=67720</id>
		<title>File:Update-screenshot-20120618-02.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Update-screenshot-20120618-02.png&amp;diff=67720"/>
		<updated>2012-06-19T00:31:03Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=File:Update-screenshot-20120618-01.png&amp;diff=67719</id>
		<title>File:Update-screenshot-20120618-01.png</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=File:Update-screenshot-20120618-01.png&amp;diff=67719"/>
		<updated>2012-06-19T00:29:31Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{JEDL}}&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67715</id>
		<title>Joomla Update Missing in from Admin Menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67715"/>
		<updated>2012-06-18T19:12:37Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with version 2.5.4, the Joomla core is updated with the new component Joomla Update instead of in Extensions/Install/Update. If Joomla Update shows as an installed component but is not in the Admin Menu under Components, you are missing the entry in the database table #__menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
INSERT INTO `#__menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`,&lt;br /&gt;
 `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`,&lt;br /&gt;
 `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`)&lt;br /&gt;
VALUES (22, &#039;menu&#039;, &#039;com_joomlaupdate&#039;, &#039;Joomla! Update&#039;, &#039;&#039;, &#039;Joomla! Update&#039;,&lt;br /&gt;
&#039;index.php?option=com_joomlaupdate&#039;, &#039;component&#039;, 0, 1, 1, 28, 0, 0,&lt;br /&gt;
&#039;0000-00-00 00:00:00&#039;, 0, 0, &#039;class:joomlaupdate&#039;, 0, &#039;&#039;, 41, 42, 0, &#039;*&#039;, 1);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace #__menu with the name of your database table. Under VALUES you need to change the id, component_id, lft and rgt to the appropriate values for your system.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.4 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67714</id>
		<title>Joomla Update Missing in from Admin Menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67714"/>
		<updated>2012-06-18T19:04:30Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with version 2.5.4, the Joomla core is updated with the new component Joomla Update instead of in Extensions/Install/Update. If Joomla Update shows as an installed component but is not in the Admin Menu under Components, you are missing the entry in the database table #__menus.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
INSERT INTO `#__menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES&lt;br /&gt;
(22, &#039;menu&#039;, &#039;com_joomlaupdate&#039;, &#039;Joomla! Update&#039;, &#039;&#039;, &#039;Joomla! Update&#039;, &#039;index.php?option=com_joomlaupdate&#039;, &#039;component&#039;, 0, 1, 1, 28, 0, 0, &#039;0000-00-00 00:00:00&#039;, 0, 0, &#039;class:joomlaupdate&#039;, 0, &#039;&#039;, 41, 42, 0, &#039;*&#039;, 1);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.4 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67713</id>
		<title>Joomla Update Missing in from Admin Menu</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_Update_Missing_in_from_Admin_Menu&amp;diff=67713"/>
		<updated>2012-06-18T18:55:50Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;Starting with version 2.5.4, the Joomla core is updated with the new component Joomla Update instead of in Extensions/Install/Update. If Joomla Update shows as an installed compo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with version 2.5.4, the Joomla core is updated with the new component Joomla Update instead of in Extensions/Install/Update. If Joomla Update shows as an installed component but is not in the Admin Menu under Components, you are missing the entry in the database table #__menus.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.4 FAQ]]&lt;br /&gt;
[[Category:Version 2.5.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Multi-site_Working_Group&amp;diff=67134</id>
		<title>Multi-site Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Multi-site_Working_Group&amp;diff=67134"/>
		<updated>2012-05-08T22:38:29Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Coordinators &amp;amp; PLT Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Multi-site Working Group is a Production Working Group.&lt;br /&gt;
&lt;br /&gt;
==Coordinators &amp;amp; PLT Contact==&lt;br /&gt;
The coordinator &amp;amp; PLT Contact for this working group is Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
==External resources==&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Technical Work produced by this group==&lt;br /&gt;
&lt;br /&gt;
==Communications==&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Working Group]]&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Multi-site_Working_Group&amp;diff=67133</id>
		<title>Multi-site Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Multi-site_Working_Group&amp;diff=67133"/>
		<updated>2012-05-08T22:37:02Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;The Multi-site Working Group is a Production Working Group.  ==Coordinators &amp;amp; PLT Contact== The coordinator &amp;amp; PLT Contact for this working group is Christophe Demko.  ==Announcem...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Multi-site Working Group is a Production Working Group.&lt;br /&gt;
&lt;br /&gt;
==Coordinators &amp;amp; PLT Contact==&lt;br /&gt;
The coordinator &amp;amp; PLT Contact for this working group is Christophe Demko.&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
==External resources==&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Technical Work produced by this group==&lt;br /&gt;
&lt;br /&gt;
==Communications==&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Working Group]]&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67132</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67132"/>
		<updated>2012-05-08T22:36:06Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Multi-site Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Multi-site Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67130</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67130"/>
		<updated>2012-05-08T22:34:12Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67129</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67129"/>
		<updated>2012-05-08T22:33:52Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unified Content Model Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Web_Services_Working_Group&amp;diff=67128</id>
		<title>Web Services Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Web_Services_Working_Group&amp;diff=67128"/>
		<updated>2012-05-08T22:33:01Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;The Web Services Working Group is a Production Working Group.  ==Coordinators &amp;amp; PLT Contact==  ==Announcements==  ==External resources==  ==Deliverables==  ==Technical Work produ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Web Services Working Group is a Production Working Group.&lt;br /&gt;
&lt;br /&gt;
==Coordinators &amp;amp; PLT Contact==&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
==External resources==&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Technical Work produced by this group==&lt;br /&gt;
&lt;br /&gt;
==Communications==&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Working Group]]&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67127</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67127"/>
		<updated>2012-05-08T22:32:16Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Web Services Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Web Services Working Group]]&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Update_and_Migration_Working_Group&amp;diff=67125</id>
		<title>Update and Migration Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Update_and_Migration_Working_Group&amp;diff=67125"/>
		<updated>2012-05-08T22:30:16Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;The Update and Migration Working Group is a Production Working Group.  Dealing with updates and migration should be a part of every Working Group that makes changes that break ba...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Update and Migration Working Group is a Production Working Group.&lt;br /&gt;
&lt;br /&gt;
Dealing with updates and migration should be a part of every Working Group that makes changes that break backward compatibility, but we need a group that can make sure that the software and tools are ready to migrate from 2.5 to 3.x. as seamlessly as possible.&lt;br /&gt;
&lt;br /&gt;
==Coordinators &amp;amp; PLT Contact==&lt;br /&gt;
The PLT Contact for this group is Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
==External resources==&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Technical Work produced by this group==&lt;br /&gt;
&lt;br /&gt;
==Communications==&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Working Group]]&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67124</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67124"/>
		<updated>2012-05-08T22:27:53Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Update and Migration Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
For further information see [[Update and Migration Working Group]]&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=JavaScript_Working_Group&amp;diff=67119</id>
		<title>JavaScript Working Group</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=JavaScript_Working_Group&amp;diff=67119"/>
		<updated>2012-05-08T19:22:43Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;The JavaScript Working Group is a Production Working Group. It is responsible for establishing standards for JavaScript and seeing that the JavaScript and/or JS frameworks are in...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The JavaScript Working Group is a Production Working Group. It is responsible for establishing standards for JavaScript and seeing that the JavaScript and/or JS frameworks are integrated and maintained.&lt;br /&gt;
&lt;br /&gt;
==Coordinators &amp;amp; PLT Contact==&lt;br /&gt;
The coordinator for this working group is Joe LeBlanc.&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
==External resources==&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Technical Work produced by this group==&lt;br /&gt;
&lt;br /&gt;
==Communications==&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation Working Group]]&lt;br /&gt;
[[Category:Working Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67118</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=67118"/>
		<updated>2012-05-08T19:18:47Z</updated>

		<summary type="html">&lt;p&gt;Sueter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===JavaScript Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Joe LeBlanc&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[JavaScript Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=66833</id>
		<title>Production Working Groups</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Production_Working_Groups&amp;diff=66833"/>
		<updated>2012-04-26T18:49:24Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* Unified Content Model Working Group */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Producing a world-leading software product like Joomla requires the contribution of time and attention from a large number of different people.  One of the issues we come across repeatedly is how to direct potential contributors to areas of the project where they can have the most rewarding and fun experience by being able to work on stuff that matters to them.  The Production Working Groups idea is a scheme to encourage groups of people to come together to work on specific areas that we think require particular attention and work.  Each of these teams will be led by one or more community members who will foster collaboration within the group and communicate on a regular basis with the Production Leadership Team (PLT).&lt;br /&gt;
&lt;br /&gt;
If you are interested in helping out with the work of any of the teams listed, then simply contact the relevant coordinator.&lt;br /&gt;
&lt;br /&gt;
Community members are free to propose new working groups by following the procedure outlined on this page.  The PLT will review the proposal and probably ask further questions.  If approved, the new working group will be listed here and you are all set to go.  Each group can choose to use whatever resources and communications channels that make sense for them and this page may include links to further information, ongoing communications or other items of relevance to the team.&lt;br /&gt;
&lt;br /&gt;
Working groups will exist until the job they were set up to do has been completed.  Which means that some teams, like the Bug Squad, will be permanent, while others will form and disband in the space of a single release cycle.&lt;br /&gt;
&lt;br /&gt;
These working groups must follow our expected values of openness, inclusion and collaboration.  They must follow the [http://opensourcematters.org/mission-vision-values.html mission, vision and values] of the Joomla project and additionally we would need the working group coordinators to sign the [http://developer.joomla.org/contributor-agreements.html Joomla Contributor Agreement (JCA)].  Ordinary working groups would not be required to sign, although they are welcome to do so of course.  Regular communication between the working group coordinators and the PLT is expected and it would be great if the teams could blog periodically so that the wider community can be kept in touch with progress.&lt;br /&gt;
&lt;br /&gt;
==Current Production Working Groups==&lt;br /&gt;
The following is a list of all current production working groups in alphabetical order.&lt;br /&gt;
&lt;br /&gt;
===Bug Squad===&lt;br /&gt;
For further information see [[Bug Squad|Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Database Working Group===&lt;br /&gt;
There&#039;s plenty of work to do to improve the way that Joomla works with databases.  We need database experts who can look at optimising queries, improving the data model and making Joomla work across multiple databases.  If you are a database junkie and you&#039;d like to help then contact Mark Dexter.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Documentation Working Group===&lt;br /&gt;
The [[Documentation Working Group|Documentation Working Group]] is a standing team of people dedicated to improving Joomla&#039;s documentation.  This includes both user and developer documentation.  Our primary focus is this wiki, but we are also responsible for maintaining [http://api.joomla.org api.joomla.org] and other resources.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Internet of Things Working Group===&lt;br /&gt;
This working group is looking into using the Joomla Platform to simplify and open source the &amp;quot;internet of things&amp;quot;.  Using several popular input/output devices to allow the world to connect to the internet and back to the world; for the device&#039;s data to be easily displayed on Joomla sites and Joomla sites to &amp;quot;talk back&amp;quot; to the environment.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Phil Walton (mailto:phil@jthings.co.uk)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information go to [http://www.jthings.co.uk www.jthings.co.uk]&lt;br /&gt;
&lt;br /&gt;
===Joomla Security Strike Team===&lt;br /&gt;
This team is for experienced Joomla users and developers who want to help test and fix reported security issues. If you are interested in helping, please contact Mark Dexter. Thanks!&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Multi-site Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
* PLT Contact: Christophe Demko (mailto:christophe.demko@joomla.org).&lt;br /&gt;
&lt;br /&gt;
===Message Queue Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see: [[Message Queue Working Group]].&lt;br /&gt;
&lt;br /&gt;
===Search Working Group===&lt;br /&gt;
Now that Finder has been integrated into Joomla 2.5 in the form of [[:Category:Smart Search|Smart Search]], the time has come to look forward to Joomla 3.x and how we want search to work in that series.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Chris Davenport (mailto:chris.davenport@joomla.org)&lt;br /&gt;
&lt;br /&gt;
For further information see [[Search Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Translations Working Group===&lt;br /&gt;
For further information see [[Translations Working Group]].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Jean-Marie Simonet&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unified Content Model Working Group===&lt;br /&gt;
This is a working group for looking at how the CMS could take advantage of UCM.&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
===Unit Tests for CMS Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Michael Babker&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
For further information see [[Unit Tests for CMS Working Group]]&lt;br /&gt;
&lt;br /&gt;
===Update and Migration Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: Mark Dexter (mailto:mark.dexter@community.joomla.org).&lt;br /&gt;
&lt;br /&gt;
===User Experience Working Group===&lt;br /&gt;
The [[User Experience Working Group|User Experience Working Group]] is a standing team focused on the Joomla User Experience. This includes the Joomla administrator user interface, sample templates, sample data and any other related aspects. For further information see [http://ux.joomla.org/ The Joomla User Experience Portal].&lt;br /&gt;
&lt;br /&gt;
* Coordinator: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
* PLT Contact: Ron Severdia (mailto:ron.severdia@joomla.org)&lt;br /&gt;
&lt;br /&gt;
===Web Services Working Group===&lt;br /&gt;
&lt;br /&gt;
* Coordinator: To be determined.&lt;br /&gt;
* PLT Contact: To be determined.&lt;br /&gt;
&lt;br /&gt;
==Proposing a new working group==&lt;br /&gt;
If you would like to propose a new working group to be added to this list, please follow this procedure:-&lt;br /&gt;
* choose a title for the working group.&lt;br /&gt;
* write a brief overview of the job that the working group will do.&lt;br /&gt;
* list the success criteria for the working group.&lt;br /&gt;
* list the initial coordinator (or coordinators if more than one), with contact email address(es).&lt;br /&gt;
* send your proposal to Chris Davenport [mailto:chris.davenport@joomla.org] who will ensure that your proposal is considered by the PLT.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://developer.joomla.org/news/359-new-production-working-groups.html Announcement on developer.joomla.org]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1496-join-or-start-a-production-working-group.html Announcement blog post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Working_Groups]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Welcome_to_the_Bug_Squad&amp;diff=65984</id>
		<title>Welcome to the Bug Squad</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Welcome_to_the_Bug_Squad&amp;diff=65984"/>
		<updated>2012-04-06T00:08:18Z</updated>

		<summary type="html">&lt;p&gt;Sueter: /* JBS In a Nutshell */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Joomla Bug Squad (JBS)! This article is for new Joomla Bug Squad members and also for people who might be thinking about joining JBS.&lt;br /&gt;
&lt;br /&gt;
===JBS In a Nutshell===&lt;br /&gt;
&lt;br /&gt;
; Who is in JBS? : The JBS is a team of incredibly capable and friendly volunteers. JBS members have varying amounts of experience with Joomla and with programming. You don&#039;t have to be a Joomla or PHP expert to contribute to the JBS.&lt;br /&gt;
&lt;br /&gt;
; What do we do? : We report, track, test, and fix bugs in the current Joomla release and we help debug new major releases. A detailed description is available in the [[Bug Squad]] article.&lt;br /&gt;
&lt;br /&gt;
; Where do we hang out? : JBS members meet for informal communications on the Joomla! Bug Squad IRC channel at #joomla-bug-squad. As of April 2011, we also have a Skype chat just for JBS members. To join, please email Mark Dexter. These are places where you can &amp;quot;check in&amp;quot;, see what is going on, ask and answer questions, and get to know your fellow JBS members. We also have a Google group for more formal questions and discussions at [http://groups.google.com/group/joomlabugsquad http://groups.google.com/group/joomlabugsquad]. JBS members also monitor the [http://forum.joomla.org/viewforum.php?f=199&amp;amp;sid=eb2adfe2a7fb9f405660b73e05111c4b Joomla! 1.5.x_Q&amp;amp;T forum].&lt;br /&gt;
&lt;br /&gt;
; When do we fix bugs? :Any time is a great time to fix a bug! Reporting and fixing bugs is a continuous, on-going process.&lt;br /&gt;
&lt;br /&gt;
; How do we do it? : The central focus of our work is the tracker at Joomlacode.org. For version 2.5, we use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=8103 CMS Issue Tracker]. For version 1.5, we use the [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&amp;amp;tracker_id=32 Joomla! 1.5.x Bug Tracker]. Most of our work at this point will be in version 2.5.&lt;br /&gt;
&lt;br /&gt;
: The tracker lists all reported bugs and tracks their progress from the initial report to final resolution. For more information about how the Tracker works, see the [[Bug Tracking Process]] article or you can look at a 30-minute webinar called [[Webinar:_Overview_of_Tracker_Process|Overview of the Tracker Process]]. Many of us who do programming use Eclipse, which is a free IDE (integrated development environment) for working with PHP programs like Joomla. Detailed instructions for setting up your workstation for Joomla programming with Eclipse are available [[Setting_up_your_workstation_for_Joomla!_development|here]].&lt;br /&gt;
&lt;br /&gt;
As of May 2010, we are five teams within JBS, as follows:&lt;br /&gt;
* Tracker Team&lt;br /&gt;
* Coding Team&lt;br /&gt;
* Testing Team&lt;br /&gt;
* Automated Testing Team&lt;br /&gt;
* Upgrade / Migration Team&lt;br /&gt;
&lt;br /&gt;
You can read more about these in the general description of the [[Bug Squad]].&lt;br /&gt;
&lt;br /&gt;
; Why JBS? : Because we want Joomla to be as high quality and bug-free as is humanly possible.&lt;br /&gt;
&lt;br /&gt;
===Overview of JBS Process===&lt;br /&gt;
For a description of the way the JBS works, see the [[Joomla! Maintenance Procedures]] article. Also, you can watch a 30-minute webinar called [[Webinar:_Overview_of_Tracker_Process|Overview of the Tracker Process]].&lt;br /&gt;
&lt;br /&gt;
===More Information===&lt;br /&gt;
There is a lot of great information for JBS members on the Joomla wiki site under the heading [[:Category:Bug Squad]]. Also, and very importantly, we treat everyone with respect and consideration and take the [[Code_of_conduct | Joomla code of conduct]] very seriously. &lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Squad]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:Version_2.5.4_FAQ&amp;diff=65915</id>
		<title>Category:Version 2.5.4 FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:Version_2.5.4_FAQ&amp;diff=65915"/>
		<updated>2012-03-31T16:20:16Z</updated>

		<summary type="html">&lt;p&gt;Sueter: Created page with &amp;quot;These FAQs are specific to the Joomla 2.5.4 release. Only issues that are specific to this release will be listed here, together with  suggested resolutions. Please add informati...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These FAQs are specific to the Joomla 2.5.4 release. Only issues that are specific to this release will be listed here, together with  suggested resolutions. Please add information to this resource. The  Joomla Bug Squad will watch over this page to ensure any new bugs are  added to the tracker and resolved. Continue to use the Joomla forums for  support requests as this is not a substitute for posting there, but  rather a common location for the community to gather release issues.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 2.5 FAQ]]&lt;br /&gt;
[[Category:Joomla! 2.5]]&lt;/div&gt;</summary>
		<author><name>Sueter</name></author>
	</entry>
</feed>