Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
1.6 - the mountain to climb
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andrew Eddie  
View profile  
 More options Apr 18 2008, 11:34 pm
From: "Andrew Eddie" <mambob...@gmail.com>
Date: Sat, 19 Apr 2008 13:34:09 +1000
Local: Fri, Apr 18 2008 11:34 pm
Subject: 1.6 - the mountain to climb
Hi all.

Ok, very, very exciting times.

I have moved the top 50 (plus another one) into the Accepted forum:
http://forum.joomla.org/viewforum.php?f=502

If you notice any definite duplicates, please let me know.  I do not
expect that we will be able to complete all 50, but if we can it will
be a monumental effort :)

GETTING STARTED

I've created a Task Tracker for 1.6 on the forge, here:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBr...

Each white paper will eventually be given a Task on that Tracker.
Here's an example:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Please read through the accepted list and if you like one or more, do
the following:
- create a Tracker Task for it
- set the Status to "Planning"
- set "you" as the assignee if you want to be responsible for the Task
- link the Task back to the white paper on the forum
- reply to the forum white paper with a link back to the Tracker Task

Now, ensure there is enough information in either the Tracker Task or
the White Paper so that the goals are clear.  If you are happy they
are post a message on this list to ask for a review.  If it looks ok
we will set the status to "Open" and you can start committing.

When a task is finished we should add a summary of what has been done
from a 3pd point-of-view and also the user point-of-view.

SVN

Each task will be marked to commit to a certain part of the SVN repo.

1. The simplest of tasks will be allowed to be committed directly to Trunk

2. The majority of tasks will be committed to the "refactor" branch

3. More complex tasks, like ACL, will have their own branch

I think ACL is the only real contender for its own branch at this
stage.  If we need another one please let me know.

Once a task is "complete" and tested it will be merged back to trunk.

MERGING

There will be a fair bit of merging going on.

* 1.5 Release will merge back to Trunk

* Branches will merge from Trunk when Trunk updates

* Trunk will do a partial merge from a Branch when a task is complete

ANCILLARY

As we go through we will also need to work out the finer details of
documentation, unit test, etc.  I think we should tackle this as we
get to those points rather than try to do too much pre-planning.  With
everything listed on the tracker it should be easy to compile a
"what's new" page when we near release.

If there are any other suggestions, questions or comments please let
don't hesitate to reply.

Regards,
Andrew Eddie


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Crawford  
View profile  
 More options Apr 19 2008, 6:14 pm
From: Ross Crawford <ross.crawf...@gmail.com>
Date: Sun, 20 Apr 2008 08:14:46 +1000
Local: Sat, Apr 19 2008 6:14 pm
Subject: Re: 1.6 - the mountain to climb
Thanks for setting all that up Andrew. WRT backend component
refactoring, I will continue to work my way through them, but I will not
assign a task to me until I start working on it, so others can join in
if they want - just assign the task to you and get started :)

Also, how do we want to handle the "Minor API changes" task(s)? Should
we create a separate tracker entry for each, or does someone want to
tackle them all?

http://forum.joomla.org/viewtopic.php?f=502&t=265665

ROSCO


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Eddie  
View profile  
 More options Apr 19 2008, 6:21 pm
From: "Andrew Eddie" <mambob...@gmail.com>
Date: Sun, 20 Apr 2008 08:21:27 +1000
Local: Sat, Apr 19 2008 6:21 pm
Subject: Re: 1.6 - the mountain to climb
On 20/04/2008, Ross Crawford <ross.crawf...@gmail.com> wrote:

>  Thanks for setting all that up Andrew. WRT backend component
>  refactoring, I will continue to work my way through them, but I will not
>  assign a task to me until I start working on it, so others can join in
>  if they want - just assign the task to you and get started :)

I've put all the refactoring tasks on the Tracker.  They are currently
open.  I would encourage everyone who is active to pick up at least
one of them.  Many hands make light work and all that, and I'd like
them finished in the next four weeks.

>  Also, how do we want to handle the "Minor API changes" task(s)? Should
>  we create a separate tracker entry for each, or does someone want to
>  tackle them all?

I think for those, we just post a topic in this mailing list and deal
with them one by one.  I don't think they need a task.  Well,
actually, maybe we do need one task so that we can put the
documentation comments on them.

Regards,
Andrew Eddie


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "RSS source field on hold?" by Ross Crawford
Ross Crawford  
View profile  
 More options Apr 19 2008, 7:20 pm
From: Ross Crawford <ross.crawf...@gmail.com>
Date: Sun, 20 Apr 2008 09:20:42 +1000
Local: Sat, Apr 19 2008 7:20 pm
Subject: RSS source field on hold?
Just looking at:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

libraries/joomla/document/feed/renderer/rss.php has the following code &
comment:

                        /*
                        // on hold
                        if ($data->items[$i]->source!="") {
                                        $data.= "                  <source>".htmlspecialchars($data->items[$i]->source,
ENT_COMPAT, 'UTF-8')."</source>\n";
                        }
                        */

I'm just wondering if anyone knows why this is marked "on hold"? I don't
wanna screw with it if there's a reason.

ROSCO


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "1.6 - the mountain to climb" by Sam Moffatt
Sam Moffatt  
View profile  
 More options Apr 19 2008, 7:27 pm
From: "Sam Moffatt" <pasa...@gmail.com>
Date: Sun, 20 Apr 2008 09:27:18 +1000
Local: Sat, Apr 19 2008 7:27 pm
Subject: Re: 1.6 - the mountain to climb
Update and various installation rewrites will be a moving target for a
while, and its got its own branch. I'd like to see anything in that
Library installer post put there, including the external library
updates as well. That way we can see quickly if anyone of them break
without disturbing a whole heap more people.

Sam

--
Sam Moffatt
http://pasamio.id.au

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "RSS source field on hold?" by Andrew Eddie
Andrew Eddie  
View profile  
 More options Apr 20 2008, 5:23 am
From: "Andrew Eddie" <mambob...@gmail.com>
Date: Sun, 20 Apr 2008 19:23:19 +1000
Local: Sun, Apr 20 2008 5:23 am
Subject: Re: RSS source field on hold?
No idea here.

Regards,
Andrew Eddie

On 20/04/2008, Ross Crawford <ross.crawf...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian MacLennan  
View profile  
 More options Apr 20 2008, 6:43 am
From: "Ian MacLennan" <ianlen...@gmail.com>
Date: Sun, 20 Apr 2008 06:43:39 -0400
Local: Sun, Apr 20 2008 6:43 am
Subject: Re: RSS source field on hold?

I'm not sure what you would put in the source field, as it is intended for
use if the article came from another feed.

Ideas?

Ian


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Crawford  
View profile  
 More options Apr 20 2008, 6:00 pm
From: Ross Crawford <ross.crawf...@gmail.com>
Date: Mon, 21 Apr 2008 08:00:47 +1000
Local: Sun, Apr 20 2008 6:00 pm
Subject: Re: RSS source field on hold?
JDocumentFeed::AddItem() currently puts the article link in this field,
which is clearly incorrect, and may be the reason for the "on hold".
Should we look at providing an article parameter for users to enter this
info?

ROSCO


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Crawford  
View profile  
 More options Apr 20 2008, 6:27 pm
From: Ross Crawford <ross.crawf...@gmail.com>
Date: Mon, 21 Apr 2008 08:27:39 +1000
Local: Sun, Apr 20 2008 6:27 pm
Subject: Re: RSS source field on hold?
Actually, looking more closely at the feed specs, source seems to be for
articles that are directly copied (ie aggregated) from another feed. As
Joomla! doesn't currently support that, I don't think there's any reason
to support the source element in our feeds. ATOM does support manual
source using <link rel="via">, maybe we could look at supporting that in
future with article parameters.

Any comments?

ROSCO


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google