The Joomla! People Portal ™

Before attempting to create a group please see Manual Group Creation

login not working?

If you have problems logging in after registering, please visit http://forum.joomla.org/viewforum.php?f=576 and post there.

Helpful Tip: Ensure that your products are GPL and Trademark Compliant to maintain your Fan Club, Likewise for JUG Groups. Request assistance in the Forum

Joomla 1.7

Group Options

Photo Albums

No album created yet.

Videos

There are no videos added yet
Joomla 1.7
Group Information
Category:
Name:
Joomla 1.7
Created:
Thursday, 29 July 2010
Creator:

Description

This group is meant to collect features and people willing to make those features happen for Joomla 1.7. It can also be used to collect already finished code or code-examples for the final implementation. This group is meant for more in-depth changes and maybe a general overview of features for Joomla 1.7. For features regarding the user experience in the administrator, please also head over to the "Joomla! UX" group.

Announcements

Thursday, 29 July 2010 by Hannes Papenberg

Joomla 1.6 has been in the making for the last 2.5 years and there are several reasons for that:

  • Joomla 1.5 was basically finished only after the stable release.
  • The developers involved in the 1.5 development process took a deserverd vacation from development after its release and that basically stopped all development on 1.6
  • The features planned for 1.6 (as flexible as that feature plan was) didn't involve people actually commiting to creating those features.

Looking at the current development, it seems as if especially the vacation part of the people in charge will happen again. So if we really want to stick to the 6 months release cycle and actually provide people with some improvement in 1.7 over 1.6, we should prepare for that new release cycle now and both start developing for it and prepare the management.

This group wants to collect features, plans, resources and actual code for this next release and maybe even for 1.8, so that we can put some punch into Joomla again and bring this CMS again to the bleeding edge of web development. There are thousands of great ideas out there that could make Joomla better, faster and more flexible, but they haven't been heard. Lets get started and bring those into this great project!

Discussions

Hey, I think this extension do this job: http://extensions.joomla.org/extensions/news-production/content-submission/6260
Last replied by Ofer Cohen on Saturday, 26 March 2011
I think this relates to the task at hand. Is there a reason that we need to be running SQL queries at all? Would it be possible to have a method which would take in an array of parameters and generate the underlying code appropriately? Meaning, inconsistencies of SQL implementation, other dialects (I see Doctrine refers to DQL), etc. For example, the code might work like this: $db = &JFactory::getDBO(); $db->setQuery(array("table" => "content", "category" => 10, "order" => "id")); and for example, in the implementation, if ($params["order"]) { $query .= "ORDER BY " . $params["order"]; } Just a thought.
Last replied by Matt Chamberlain on Saturday, 29 January 2011
Last replied by sudhi on Tuesday, 28 December 2010
Last replied by Prasit Gebsaap on Tuesday, 21 September 2010
What are the chances that we can discuss the overall direction we want to take Joomla in terms of thin/fat core *before* discussing whether a particular component should go in? IMO it would be better to leave this out of the core, keeping the installation package thin. Comments should be a core-team maintained extension, but not actually packaged with the core. The web developer would be able to install the comments extension in a click via the extension manager. Thoughts?
Last replied by Mark Simpson on Sunday, 15 August 2010
Hi Julio, I have developed an entity based workflow for one of my component. I adopt it from KnowledgeTree. I choose this type of workflow instead of Activity based as it is easier. I think we can start by this type of workflow. In this work flow we have an object (entity), this object has its state which will change a long the process. When an object stays in one state, it can transit from this state to one of available states. The transition defined with target state, and of course, transition guards. The transition guards are the trigger that will allow an object to make a transition or not. States 1 Draft 2. On Approval 3. Rejected 4. Cancelled 5. Published Transitions 1. Submit target: On Approval 2. Cancel target: Cancelled 3. Reject target: Rejected 4. Approve target: Published State Transitions (From state and transition) From State Transition Transition Guards [trigger] Draft Submit Owner Role Draft Cancel Owner Role On Approval Published Approver Role On Approval Rejected Approver Role On Approval Cancel Owner In my development, transition is action attach with toolbar button. The system will show available buttons to user depending on object state and user 's role (permission, object condition etc). Then user can click on desire button to bring object to desired state. The transition Guards are plugin in the system making it extensible. For each transition, all guards must be true to move on. All we have to do is to make a core api to be called by Joomla! extensions and a component used to manage workflow configurations.
Last replied by Prasit Gebsaap on Friday, 03 September 2010
Agreeing with @odino as usual, and want to add that distributing dead components with Joomla is also something that needs to stop. From com_content and all the way down to com_contacts… When I install Joomla, the step that takes the most time is uninstalling all the dead weight that comes with it.
Last replied by Torkil Johnsen on Thursday, 19 August 2010
Jérôme Bussière
Hi,

See Hagen Graf "Joomla! 1.7 - Beginner's Guide" ( http://cocoate.com/j17/whats-new-in-joomla) :
The major change is the first Joomla! release wich consists of two parts :
- the Joomla! platform
- the Joomla! content management system

According Hagen Graf, news (little) features are :
- captcha in core
- an option to exclude exclude disabled users in mass mail
- character count for description meta tag field in article edit form
- possibility to reverse ordering in newsfeeds (oldest first or newest first)
- infinite links per contact
- adding Academic degrees to contacts
etc.

I've see, on SVN :
- a background image can be added in custom html module
- the possibility to delete installation folder at the end of Joomla! installation
etc.

343 days ago
 
gnumax
Hi,

The news spread published in Spanish:

- http://www.webempresa.com/blog/item/413-liberado-joomla-17-alpha.html

Regards
345 days ago
 
Goyat
Does anyone know what new features are visible in the released Joomla 1.7 alpha? I installed but it seems there are no new features added.
345 days ago