Account Options

  1. Sign in
Google Groups Home
« Groups Home
Redirect, Plugins Manager and General Update
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
  23 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 Nov 13 2009, 7:25 am
From: Andrew Eddie <mambob...@gmail.com>
Date: Fri, 13 Nov 2009 22:25:35 +1000
Local: Fri, Nov 13 2009 7:25 am
Subject: Redirect, Plugins Manager and General Update
Just a note to say that the Redirect component is now fixed (seemed to
have some issues previously) and fully refactored.  Write up can be
found here if you haven't seen it already:

http://community.joomla.org/blogs/community/1071-a-preview-of-link-re...

There are two good suggestions from the forum regarding this
component.  First is to record the number of hits on a recorded 404 to
help with triage.  Second is to add a simple but optional selector for
an existing menu link in the new url.  Neither should be particularly
difficult to implement.

Plugins manager is fully refactored.  All plugin XML files have had
their <params> upgraded to <fields> and, like with templates and
menus, it's possible to have any number of option panes (modules is
yet to have this added).  I altered the ordering processing a bit on
plugins to be non-sequential.  This will make it easier to keep those
that need to fire first first, and those last last (if that makes
sense).

A couple of things need to be looked at and done regarding plugins:

1. We need to check the ordering of the core plugins.  For example,
system redirect and cache should be firing early; content pagebreak
should be firing last.

2. Plugins now support folder based installation just like modules.
Personally I think we should commit to the new format and not
mix-and-match.  A volunteer to move them around an assemble a patch
would be appreciated.

3. Language strings need to be updated in all the plugin XML files.
The Debug plugin is a good example of what to aim for.  A volunteer
for this would also be appreciated.

4. Plugins language files seem to be inconsistently represented in
both the frontend and the backend.  I seem to recall we had some
discussion about this but can't for the life of me remember what the
conclusion was.  I think it should be one or the other.

To date the following backend extensions have been standardised
(whether the "standard" is perfect or not remains to be seen, but at
least the code is highly consistent):

Weblinks
Users
Templates
Search
Redirect
Plugins
Newsfeeds
Languages (I think - need to check)
Config (I think - need to check)
Content

I'll be into Modules next week and also attend to some problem areas
in Menus.  If anyone has had a go at refactoring any of the other
backend components (in line with those listed above) please let me
know.

Here is a quick shortlist of other jobs people might like to pick up on:

1. We are moving away from JParameter to JForm.  As such, we need to
check that all existing JParameter elements are covered by JForm
fields.

2. Module XML files need to be changed from using <params> to
<fields>.  This is generally just a search and replace but the name of
the param type and the field type may vary slightly (probably just in
the inflection).

3. Module language strings need to be standardised.

4. All component, plugin, module, language and template
manifest/install XML file should be fully updated as if they where
installable.  That includes a correct <files> and language list.

These aren't terribly glamorous jobs but they are important.  We've
suffered from the code being inconsistent for too long and it's one of
the reasons behind getting bogged down in these long release cycles
(among other things, I know, I know).  Once we have code standardised,
it's going to be a heck of a lot easier to get into the freaky cool
stuff we all know is possible (not to mention set the best possible
example for community developers to follow).

Thanks to those who have chipped in with various things over the last
couple of weeks - it's been appreciated.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer


 
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.
Amy Stephen  
View profile  
 More options Nov 23 2009, 1:32 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Mon, 23 Nov 2009 10:32:12 -0800 (PST)
Local: Mon, Nov 23 2009 1:32 pm
Subject: Re: Redirect, Plugins Manager and General Update
Andrew -

Fotis Evangelou, Stian Didriksen and I are willing to help with the
Plugin changes needed.

If you could let us know where to work and recommend someone
(yourself?) to help with questions, we will get started on your list.

Thanks!
Amy

On 13 Nov, 06:25, Andrew Eddie <mambob...@gmail.com> wrote:


 
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.
Ercan Özkaya  
View profile  
 More options Nov 23 2009, 1:39 pm
From: Ercan Özkaya <ozkayaer...@gmail.com>
Date: Mon, 23 Nov 2009 10:39:28 -0800 (PST)
Local: Mon, Nov 23 2009 1:39 pm
Subject: Re: Redirect, Plugins Manager and General Update
Hi,

I already completed #2 on plugins but was unable to merge my work.
(because of either Subversion's stupidity or mine) It's in the
plugin_dirs branch so you can start from there.

On 23 Nov, 20:32, Amy Stephen <amystep...@gmail.com> wrote:


 
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.
Amy Stephen  
View profile  
 More options Nov 23 2009, 1:54 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Mon, 23 Nov 2009 10:54:25 -0800 (PST)
Local: Mon, Nov 23 2009 1:54 pm
Subject: Re: Redirect, Plugins Manager and General Update
Can you provide the three of us access?

And, will you be our guide? she asked hopefully!

On 23 Nov, 12:39, Ercan Özkaya <ozkayaer...@gmail.com> wrote:


 
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 Nov 23 2009, 7:05 pm
From: Andrew Eddie <mambob...@gmail.com>
Date: Tue, 24 Nov 2009 10:05:18 +1000
Local: Mon, Nov 23 2009 7:05 pm
Subject: Re: Redirect, Plugins Manager and General Update
2009/11/24 Amy Stephen <amystep...@gmail.com>:

> Can you provide the three of us access?

Can you collect the joomlacode username?  Thanks.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer


 
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.
Amy Stephen  
View profile  
 More options Nov 23 2009, 10:18 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Mon, 23 Nov 2009 21:18:44 -0600
Local: Mon, Nov 23 2009 10:18 pm
Subject: Re: Redirect, Plugins Manager and General Update

Here you go:

Joomlaworks (Fotis Evangelou)

stipsan (Stian Didriksen)

AmyStephen (me. :) )

Thanks!


 
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 Nov 23 2009, 10:29 pm
From: Andrew Eddie <mambob...@gmail.com>
Date: Tue, 24 Nov 2009 13:29:08 +1000
Local: Mon, Nov 23 2009 10:29 pm
Subject: Re: Redirect, Plugins Manager and General Update
Thanks.

Sam will undoubtedly get to that when he has a free moment.

And before you say it, yes, there is a better system coming soon.
You'll hear about it Saturday week.

When you do go gunning, please keep us updated on list and also
remember it's your responsibility to keep your own branches sync'd
with trunk.  I recommend doing it daily.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer

2009/11/24 Amy Stephen <amystep...@gmail.com>:


 
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.
Amy Stephen  
View profile  
 More options Nov 23 2009, 11:00 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Mon, 23 Nov 2009 22:00:58 -0600
Local: Mon, Nov 23 2009 11:00 pm
Subject: Re: Redirect, Plugins Manager and General Update

On Mon, Nov 23, 2009 at 9:29 PM, Andrew Eddie <mambob...@gmail.com> wrote:

> Thanks.

> Sam will undoubtedly get to that when he has a free moment.

OK.  If he just posts here, then we'll know.

> And before you say it, yes, there is a better system coming soon.
> You'll hear about it Saturday week.

Looking forward to it.

> When you do go gunning, please keep us updated on list

Most definitely, Andrew.

> and also
> remember it's your responsibility to keep your own branches sync'd
> with trunk.  I recommend doing it daily.

K, thanks.


 
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.
JoomlaWorks  
View profile  
 More options Nov 24 2009, 1:02 pm
From: JoomlaWorks <joomlawo...@gmail.com>
Date: Tue, 24 Nov 2009 10:02:35 -0800 (PST)
Local: Tues, Nov 24 2009 1:02 pm
Subject: Re: Redirect, Plugins Manager and General Update
I can verify that my account on joomlacode.org is "joomlaworks".

Thanks Amy and Andrew.


 
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.
Stian Didriksen  
View profile  
 More options Nov 24 2009, 8:36 pm
From: Stian Didriksen <st...@ninjatheme.com>
Date: Tue, 24 Nov 2009 17:36:40 -0800 (PST)
Local: Tues, Nov 24 2009 8:36 pm
Subject: Re: Redirect, Plugins Manager and General Update
My account are indeed "stipsan".
I got enough free time on my hands to get cracking this Friday :)

As for plugins language files location, I recommend using strictly
the /root/languages/ and not using /root/administrator/languages/ for
that at all.
Reason why is that the location of the plugin files isn't on the admin
side, so neither should the language files imo.

On Nov 24, 7:02 pm, JoomlaWorks <joomlawo...@gmail.com> wrote:


 
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.
Amy Stephen  
View profile  
 More options Nov 25 2009, 3:27 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Wed, 25 Nov 2009 12:27:51 -0800 (PST)
Local: Wed, Nov 25 2009 3:27 pm
Subject: Re: Redirect, Plugins Manager and General Update

Thanks, Sam, for providing access to Fotis, Stian, and myself to
Ercan's branch.

We can access the branch here -> http://joomlacode.org/svn/joomla/development/branches/plugin_dirs

It's a big family holiday the next few days in the US. So, my
involvement will be in and out.

Thanks!


 
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.
Stian Didriksen  
View profile  
 More options Nov 27 2009, 6:09 pm
From: Stian Didriksen <st...@ninjatheme.com>
Date: Fri, 27 Nov 2009 15:09:06 -0800 (PST)
Local: Fri, Nov 27 2009 6:09 pm
Subject: Re: Redirect, Plugins Manager and General Update
I'm a little unsure how to proceed here. Do we just continue working
on that branch then have someone do a "all for one, one for all" merge
to trunk or submit a patch?

I'll just commit to the plugin_dirs branch until further notice just
to get some work done :)

On Nov 25, 9:27 pm, Amy Stephen <amystep...@gmail.com> wrote:


 
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.
Amy Stephen  
View profile  
 More options Nov 27 2009, 6:25 pm
From: Amy Stephen <amystep...@gmail.com>
Date: Fri, 27 Nov 2009 17:25:05 -0600
Local: Fri, Nov 27 2009 6:25 pm
Subject: Re: Redirect, Plugins Manager and General Update

Yes, that's how i understand it.

Do you want to do a quick skype meeting with Fotis and myself, and get a
game plan? That might be good. We need to make sure to share our plans in
this thread - and also via the wiki.
http://docs.joomla.org/Refactoring_Plugins

Fotis around? :)

On Fri, Nov 27, 2009 at 5:09 PM, Stian Didriksen <st...@ninjatheme.com>wrote:


 
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 Nov 27 2009, 8:36 pm
From: Andrew Eddie <mambob...@gmail.com>
Date: Sat, 28 Nov 2009 11:36:51 +1000
Local: Fri, Nov 27 2009 8:36 pm
Subject: Re: Redirect, Plugins Manager and General Update
There are no hard and fast rules about how you should do this, just
find the best groove that works for you.  The end result would be to
create a diff patch that I can drop over the trunk - that would be the
most convenient if it's possible.  I recommend merging down from the
trunk daily so you don't get too far out of sync but I don't think
much action is taking place in the files you'll be touching.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer

2009/11/28 Amy Stephen <amystep...@gmail.com>:


 
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.
Stian Didriksen  
View profile  
 More options Nov 27 2009, 8:50 pm
From: Stian Didriksen <st...@ninjatheme.com>
Date: Fri, 27 Nov 2009 17:50:21 -0800 (PST)
Local: Fri, Nov 27 2009 8:50 pm
Subject: Re: Redirect, Plugins Manager and General Update
Good advice.
We just recently experienced some troubles on a branch on the Nooku FW
where it came too far out of sync with the trunk.
So I'll just make sure I'm up to speed as I think it's better to be
safe than sorry ;)

On Nov 28, 2:36 am, Andrew Eddie <mambob...@gmail.com> wrote:


 
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.
Marco  
View profile  
 More options Nov 27 2009, 9:18 pm
From: Marco <marco.beie...@googlemail.com>
Date: Fri, 27 Nov 2009 18:18:34 -0800 (PST)
Local: Fri, Nov 27 2009 9:18 pm
Subject: Re: Redirect, Plugins Manager and General Update
Hello,

I'm going to make the modules installable, starting with the front end
modules.

Regards, Marco


 
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 Nov 29 2009, 7:04 pm
From: Andrew Eddie <mambob...@gmail.com>
Date: Mon, 30 Nov 2009 10:04:31 +1000
Local: Sun, Nov 29 2009 7:04 pm
Subject: Re: Redirect, Plugins Manager and General Update
Thanks Marco.

Appreciate it.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer

2009/11/28 Marco <marco.beie...@googlemail.com>:


 
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.
Marco  
View profile  
 More options Nov 30 2009, 8:11 am
From: Marco <marco.beie...@googlemail.com>
Date: Mon, 30 Nov 2009 05:11:29 -0800 (PST)
Local: Mon, Nov 30 2009 8:11 am
Subject: Re: Redirect, Plugins Manager and General Update
The xml installer for frontend modules are finished.
I have submitted the patch to the patch tracker. A short feedback if I
have done this right would be nice. Then I can start with the back end
modules.

Regards, Marco

On 30 Nov., 01:04, Andrew Eddie <mambob...@gmail.com> wrote:


 
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.
Louis Landry  
View profile  
 More options Dec 11 2009, 6:25 pm
From: Louis Landry <louis.lan...@joomla.org>
Date: Fri, 11 Dec 2009 17:25:39 -0600
Local: Fri, Dec 11 2009 6:25 pm
Subject: Re: Redirect, Plugins Manager and General Update

Amy, Fotis, and Stian,

How's the branch coming?  Do we have something ready to merge back down to
trunk?  You guys need feedback on anything?

Cheers,
Louis

--
Development Coordinator
Joomla! ... because open source matters.
http://www.joomla.org

 
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.
Louis Landry  
View profile  
 More options Dec 21 2009, 4:35 pm
From: Louis Landry <louis.lan...@joomla.org>
Date: Mon, 21 Dec 2009 15:35:00 -0600
Subject: Re: Redirect, Plugins Manager and General Update

Nothing?

- Louis

On Fri, Dec 11, 2009 at 5:25 PM, Louis Landry <louis.lan...@joomla.org>wrote:

--
Development Coordinator
Joomla! ... because open source matters.
http://www.joomla.org

 
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 Jan 19 2010, 12:36 am
From: Andrew Eddie <mambob...@gmail.com>
Date: Tue, 19 Jan 2010 15:36:38 +1000
Local: Tues, Jan 19 2010 12:36 am
Subject: Re: Redirect, Plugins Manager and General Update
Just following up on this one.  JM has finished the plugin folder
conversion (thanks) and I've given the XML file task to other people.

Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer

2009/12/22 Louis Landry <louis.lan...@joomla.org>


 
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.
Marco  
View profile  
 More options Jan 20 2010, 3:06 am
From: Marco <marco.beie...@googlemail.com>
Date: Wed, 20 Jan 2010 00:06:36 -0800 (PST)
Local: Wed, Jan 20 2010 3:06 am
Subject: Re: Redirect, Plugins Manager and General Update
Hey, I'm going to do the xml for frontend components next, if nobody
working at it... (?)
Regards, Marco

On 19 Jan., 06:36, Andrew Eddie <mambob...@gmail.com> wrote:


 
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.
Mark Dexter  
View profile  
 More options Jan 20 2010, 12:24 pm
From: Mark Dexter <dextercow...@gmail.com>
Date: Wed, 20 Jan 2010 09:24:26 -0800
Local: Wed, Jan 20 2010 12:24 pm
Subject: Re: Redirect, Plugins Manager and General Update
Hi Marco. We have a branch where we are working on front-end
components. Perhaps it would make sense for you to work with us on
this branch?  Let me know and we can coordinate this. Thanks. Mark


 
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 »