Sun 25 Jan 2009 |
Development Coordinator Summit Summary
Written by Wilco Jansen
We have finished most parts of the Development Coordinator Summit over the last few days. We have had some pretty intense days of discussing our agenda, that covered the following topics:
- Development Vision
- Healthy Development Team
- Operational and Organisational Structure
- Roadmap
This mail is a summary of the outcome of these topics. When you read it is important to understand that we only covered the highlights and have set direction and focus for Joomla development. It will take time, and considerable effort from everyone involved in the project to achieve our goals, but we are excited. It's impossible to share every detail but the following presents a summary of each major topic.
1. Development Vision
- Release early and often. In the spirit of Eric Raymond we support this approach. We want to shorten development cycles, and have more regular releases.
- Releases:
- Maintenance releases are handled by the bug squad. Bug squad does a very good job, we would like to continue with that.
- Minor releases are handled by the development team but with a change to being vision based and time-boxed (similar to some other projects, eg Ubuntu). We would like to see teams of people focus on specific topics, and work from there to a beta version. From there on the bug squad will take over an make sure the release is of top quality.
- Major release are handled initially by a team that is assigned to specifically to this release.
- Long term support of at least 3 years in length selected releases will be added (1.5 will fall into category).
- Move more to a contribution based approach rather than a feature based approach (or a hybrid depending on the case).
- Looking a ways to assemble distributions out with different extension manifests (for example a "Lite" version).
- Looking at Apt get/apt search paradigm, currently targeted at with the package management.
- Mission+vision+time-box = release (minor). What we mean with that is that we set a mission/vision for the next (minor) release, try to set a time-box and then go for it.
- Major releases will probably require migration paths but minor releases will have upgrades paths.
- The framework libraries will be separated into their own repository and will be independent of the CMS. The idea is that the CMS will choose a particular version of the Framework for any particular release, but development on new features in the Framework can continue without affecting the CMS.
2. Healthy Development Team
The key to producing software in a volunteer driven project is having a healthy development team. Traditionally the Joomla project has been semi-open (positive approach), but the model we use has some specific problems to move ahead. In the past there has been effort to lower some barriers, the bug squad was the first stage of opening up. The summary of what we discussed is as follows:
- The "Development" WG becomes a small group or managers and people with commit access who focus on the quality of the code that will ultimately be distributed.
- We are considering how to set up a research group, experimenting with new Joomla technology.
- The second stage for lowering the barriers is to find a way to make it possible for everyone to submit feature patches. Coupled with that will be improving style and best practice guidelines.
- Development lists will be opened up to the public. The existing Dev list will be archived and three new lists will be created: one for general development related questions, one for people wanting to work on the CMS side of development (the extensions that make up Joomla) and one for the people wanting to work on Joomla Framework development.
- Offering opportunity for the community to contribute at any level.
3. Operational/Organisation Structure
We had a lot of discussion about what a "development team" needs in order to function well. We discussed this a lot and will be talking to both the Joomla Core Team and OSM over the next few months about where we see improvements can be made.
We discussed 1.6 a "lot". What we resolve was that there would be a single "alpha" stage. The following is a list of what we resolved would form the alpha, and if not finished, would prevent the alpha from being released. These features are:
- The Access Control system needs to at least emulate what is in 1.5, allow adding of new groups and access levels, and allow you to set new "view" rules for at least articles.
- Implement a new JForm
- Implement and standardise several new triggers
- Implements a Javascript translation system
- Implement new controller dispatchers
- Implement a JContent class that will be used by onPrepareContent plugins and views
- Upgrade to Mootools 1.2
- Finish the new extension updater work
After we release the alpha, each beta release will be time-boxed (we hope that not more than four are required). The following is a list of the features highly desired for the final distribution. Each features need to be "ready" in order to be included in each beta release. Some of these features will make it in the alpha, but will not prevent the alpha being release if they are not ready. Overall though, we will need significant help from the Joomla development community to pull all these features together:
- Implement unlimited depth categories (but not multi-mapping)
- Refactor the user management system and make it more extensible (eg, allow customer user fields)
- Implement a comments system (including pings and trackbacks)
- Implement queue redirects (allows you to, for example, return to the previous page you were on after you edit something)
- Refactor parameters and make them more extensible (for example, plugins could allow you to add additional custom parameters to articles)
- Finish MVC-ing the Administrator components (we need lots of help here)
- Implement Captcha helpers for any form
- Implement systems whereby external authentication systems, such as LDAP, can map to our new Joomla user groups
- Reimplement the ability to select multiple categories for some views in com_content (was in 1.0, got dropped in 1.5 for some unknown reason)
- Implement a database driven installation log
- Refactor JError
- Examine the PDF generation system in detail and see if we can make it work properly (otherwise we will look at dropping it if we can't make it work well)
- Localise the Invalid Token messages
- Drop the Polls component because the quality of that extension is pretty bad and there are much better third-part alternatives available
- Convert all layouts to symmantic and XHTML Strict
- Convert of ini-based "params" fields to use JSON instead of INI format (huge technical and performance improvements). Note, the language files will remain in INI format.
The End?
It has taken an intense but productive four days in hot and humid Australia. It will take us considerable time to explore all the topics. We plan to produce a series of blogs to cover the topics in more detail. Something obvious to us is that this project has grown bigger then we have ever anticipated.
So, without further adieu, the first thing we have done is open up the development lists. This list will go into archive mode on February 1st. We already have created 3 new lists and ask everyone to register there, below the names of the groups and the URL's where you can find them. An official announcement on this major change will be done as soon as possible.
- Joomla general development (new). The list handles general topics about Joomla development, specifically targeting at our development community and can be found at http://groups.google.com/group/joomla-dev-general.
- Joomla CMS development (new). This list handles the development of the Joomla content management. We focus on the core development here, specific questions about extension development should go into general development. This list can be found at http://groups.google.com/group/joomla-dev-cms.
- Joomla Framework development (new). The framework development is discussed here. The core libraries, or new development on this particular area of the Joomla solution go here. This group has a strong link with all that is going to be worked on in the group that will be working on research, group can be found at http://groups.google.com/group/joomla-dev-framework.
- Joomla bug squad (existing).
Regards,
Andrew Eddie, Anthony Ferrara, Louis Landry, Sam Moffatt, Wilco Jansen

2009-01-25 06:06:21
2009-01-25 12:35:42
I am really looking forward to changes to the ACL as I am sure many users are. I want to set up town blogs on http://loddonalive.com and give specific people to post on those blogs only. At the moment I can't do this of course without third party extensions. No way do I want core hacks that may disrupt future upgrades, so I am just waiting on the availability at core level.
Comments and trackbacks for blog posts in particular also sound very exciting.
Cheers,
2009-01-25 16:29:31
2009-01-25 17:39:57
Q: Is there anyway to integrate GeoNames webservices and data into a Joomla user profile installation like Drupal is doing from scratch?
I am thinking of using Geonames or MaxMind free city db for setting up a correct location for user db.So you can set up users to a structure country/city(location)
http://www.geonames.org/
(http://www.maxmind.com/app/geolitecity)
Drupal projects about Geonames
http://geonames.edesign.no/
http://drupal.org/project/geonames
"Supported GeoNames Services
* GeoNames Fulltext Search (search)
* Reverse Geocoding
o Country Subdivision (countrysubdivision)
o Find nearby (findnearby)
o Find nearby Place Name (nearbyplace)
o Find nearby Postal Codes (nearbypostalcodes)
o Find nearby Wikipedia Entries (nearbywikipedia)
* Place Hierarchy
o Neighbours (neighbours)
o Siblings (siblings)
o Hierarchy (hierarchy)
o Children (children)
* Postal Code Country Info (postalcodecountryinfo)
* Postal Code Search (postalcodesearch)
* Country Code (reverse geocoding) (countrycode)
* Country Info (Bounding Box, Capital, Area in square km, Population) (countryinfo)
* Timezone (timezone)
* Wikipedia Articles from Bounding Box (wikipediabbox)
* Wikipedia Fulltext Search (wikipediasearch)"
This would be very powerful for Joomla reg process and very useful or what you think?
Useful for connecting specific content with user data location. Key for online marketing where you can group and segment your user db.
2009-01-26 10:26:42
could you explain further what is
"Implements a Javascript translation system" ?
2009-01-26 11:42:54
I am far from a programmer
I look forward to the fruition of these great ideals, expressed above.
Kindest regards
Simon
(if I can be of any help bringing this to market, let me know)
2009-01-26 12:39:19
2009-01-26 21:12:51
2009-01-27 04:58:10
2009-01-27 05:19:31
I would like Joomla 1.6 to autodetect mobile devices and render appropriate content for iPhones (Safari), Windows Mobile 6.1 and the other main mobile browsers.
At the moment I use a newspress theme at healthinsurance.org.au that works nicely on computers and iPhones yet I want a CMS that manages content across major mobile as well as PC and Mac environment with just the one home page.
Managers and marketers need this basic ability believe me!
Thank you,
Jonathan Crabtree
2009-01-27 17:25:22
Looks really good, there's some excellent features in that list which have been long awaited. When's the baby due, BTW?
2009-01-28 10:23:46
Talk about going the extra mile! More like several miles! Thanks so much. It's because of you that I recommend Joomla to all: the committment and work from such a great team!
As with the comment above: Any ideas on the time-box of 1.6?
Best regards
David
2009-01-28 18:59:35
2009-01-30 17:52:19
Don't drop pdf, add mobile devices into the scope (it's all about making your accesible)
2009-01-31 08:04:45
2009-01-31 17:46:49
but there isn't any poll component for J15 Native. !!! And why cann't just improve core poll component?
2009-02-01 02:42:41
2009-02-02 14:10:44
2009-02-03 20:05:59
Also, it's really good to see innovation with free software, regardless of whether it's Joomla! or another project. I think there are dozens and dozens of free software CMS projects underway - which is awesome since one solution will never be appropriate for all needs.
2009-02-03 20:58:32
2009-02-04 16:02:09
I've been following something called OpenCalais which is a service by Reuters Thompson to aggregate articles from all sources. Right now Drupal has it's name as a partner and this could be a strategic partnership that Joomla needs to follow. We all know that Reuters is the biggest player in the new space world
2009-02-06 19:54:03
2009-02-08 04:57:41
Okay, so I have always whined about the poll being the weakest link; but even in the JED, there aren't a lot of alternatives available...take a look at the DNN poll (I migrated from DNN and only thing that works right over there) or some of the nice WP polls with nice ajax calls to display the tally without compiling a new page.
We want polls, just not the old one!!!! Hey, I have an idea; let's take a poll!
2009-02-08 22:51:02
2009-02-10 09:41:02
The PDF neednt really go.. We have developed a Extension ( never released it ) for Joomla PDF's using DOM pdf to generate better PDF output for both single as well as collections of articles based on sections/categories.
It worked very well & we have some live implementations that can be tested by you. We'd like to contribute it to the project if it helps. Let me know.
2009-02-12 18:11:38
The other is a blog feature. I'm concerned that Joomla is relying on 3rd party components to handle this, as none of them integrate properly with the larger blogging community as a whole. Many sites, even my own, utilize Joomla for the site and a seperate Wordpress installation for the blog. This is for Wordpress's superior blogging features. Wordpress developers have been making larger & stronger strides into getting into the full cms arena.
Top stay ahead, I think Joomla needs to develop a core blogging function, that has many of the same features of wordpress (and features that are expected by the blogging community such as automatic ping, trackbacks, archives, etc.)
A pinging feature for all joomla content would be a great feature for various obvious reasons.
2009-02-23 15:53:05
Giving time lines at this stage is clearly unwise as it could disappoint but giving regular indications of progress or where more help is needed would be very helpful. With the 1,6 developement I would suggest no news is actually bad news!
2009-02-25 19:17:30
2009-03-02 13:57:02
2009-03-06 05:47:48
In any case, pleeease give us regular updates on the progress of 1.6. There is a lack of marketing activity for 1.6
We can not afford to be complacent. Thus, keep the news coming. Every news update for 1.6 on joomla.org is being echoed by thousands of blog posts. This is what builds anticipation and devotion to the product.
2009-03-26 00:13:20
2009-04-20 07:38:24
This makes all the other major concern to make them alert.
2009-07-13 18:00:51
2009-08-20 11:09:51
I also would like to emphasize support for mobile devices. This will become more and more vital and a commodity.