Refactoring components in Joomla! 1.6

19 views
Skip to first unread message

Gergő Erdősi

unread,
Jun 26, 2009, 6:13:33 AM6/26/09
to joomla-...@googlegroups.com
Hi,

As it can be read in the developer summit blog, the releases from the
alpha version are time framed, so we have nearly six weeks to the next
release (which will probably be a Beta). There are many tasks and
that's why we need a lot of help. One of these tasks are refactoring.
There are still many components in the back-end, which hasn't been
refactored yet to MVC (or they have MVC file structure, but their code
is not really MVC). The main components are already refactored
(content, categories, users, menus, weblinks, newsfeeds), some are
under refactoring (banners, contacts) and the list which are waiting
for someone to refactor:
- com_admin
- com_login
- com_massmail
- com_messages
- com_modules
- com_plugins

If you are interested in refactoring some of these components, please
make a note here (to let others know that you are working on it) and
add me to Skype (gergo.erdosi) or any other developers. We appreciate
any help! Thanks!

--
Gergő Erdősi

Christophe Demko

unread,
Jun 26, 2009, 7:38:42 AM6/26/09
to Joomla! CMS Development
Hi Gergo,

I can refactor one component, I already know com_login (I developed an
extension "Authentication Manager" http://joomlacode.org/gf/project/auth_manager/
which is mainly in this topic)

How do I proceed?

Ch.D

Gergő Erdősi

unread,
Jun 26, 2009, 7:50:17 AM6/26/09
to joomla-...@googlegroups.com
Great, thanks! Look at the extensions (weblinks, content etc.) which
are already refactored to see how the code should look like and how
they work. If you have any specific questions or problems, just post
them to the list.

--
Gergő Erdősi



2009/6/26 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Jun 26, 2009, 7:59:36 AM6/26/09
to Joomla! CMS Development
How do I proceed to submit the patches ?

On 26 juin, 13:50, Gergő Erdősi <gergo.erd...@joomline.org> wrote:
> Great, thanks! Look at the extensions (weblinks, content etc.) which
> are already refactored to see how the code should look like and how
> they work. If you have any specific questions or problems, just post
> them to the list.
>
> --
> Gergő Erdősi
>
> 2009/6/26 Christophe Demko <chde...@gmail.com>:

Gergő Erdősi

unread,
Jun 26, 2009, 8:04:24 AM6/26/09
to joomla-...@googlegroups.com
Send them to the feature patch tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549

--
Gergő Erdősi



2009/6/26 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Jun 26, 2009, 10:49:17 AM6/26/09
to Joomla! CMS Development
I have refactored the com_login using com_login in the experimental
branch. I add a model to be more MVC1.6!

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=16984

I can do the same thing on com_admin if you want ?

Ch.D
On 26 juin, 14:04, Gergő Erdősi <gergo.erd...@joomline.org> wrote:
> Send them to the feature patch tracker:http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBr...

Ronald Pijpers

unread,
Jun 26, 2009, 11:47:44 AM6/26/09
to Joomla! CMS Development
Gergő,

I can do the com_modules component if you want. I'll probably have it
at the end of next week.
And the com_plugins is kind of similar, so I can do that one after
that if nobody did it before that time.

Cheers,
Ronald Pijpers
Intertron

Gergő Erdősi

unread,
Jun 26, 2009, 12:03:52 PM6/26/09
to joomla-...@googlegroups.com
@Christophe: Thanks, that was quick! :) I can look at the patch just
later today. Sure, go for com_admin! :)

@Ronald: Yes, they are similar, the only difference is that modules
has two main types: admin and site, but basically the structure of
these components are the same, so if you do one, the second will be
easy. :) The end of next week is fine. When you are ready, just post
it to the feature patch tracker (you can find the link some posts
earlier). Thanks for you too!

Anyone for com_massmail or com_messages? :)

--
Gergő Erdősi



2009/6/26 Ronald Pijpers <intert...@gmail.com>:

Ian MacLennan

unread,
Jun 26, 2009, 12:05:16 PM6/26/09
to joomla-...@googlegroups.com
Should we think about doing a quick plugin refactor too?  There are some still doing 1.0 style.

Ian


2009/6/26 Gergő Erdősi <gergo....@joomline.org>

Gergő Erdősi

unread,
Jun 26, 2009, 12:10:19 PM6/26/09
to joomla-...@googlegroups.com
You are right, some plugins also need refactoring. I'm going to post a
list in a new thread to keep this one for components only.

--
Gergő Erdősi



2009/6/26 Ian MacLennan <ianl...@gmail.com>:
> Should we think about doing a quick plugin refactor too?  There are some
> still doing 1.0 style.
>
> Ian
>
>
> 2009/6/26 Gergő Erdősi <gergo....@joomline.org>
>>
>> @Christophe: Thanks, that was quick! :) I can look at the patch just
>> later today. Sure, go for com_admin! :)
>>
>> @Ronald: Yes, they are similar, the only difference is that modules
>> has two main types: admin and site, but basically the structure of
>> these components are the same, so if you do one, the second will be
>> easy. :) The end of next week is fine. When you are ready, just post
>> it to the feature patch tracker (you can find the link some posts
>> earlier). Thanks for you too!
>>
>> Anyone for com_massmail or com_messages? :)
>>
>> --
>> Gergő Erdősi
>>
>>
>>
>> 2009/6/26 Ronald Pijpers <intert...@gmail.com>:

Joe LeBlanc

unread,
Jun 26, 2009, 8:41:47 PM6/26/09
to Joomla! CMS Development
I'll work on com_messages.

Gergő Erdősi

unread,
Jun 26, 2009, 8:49:12 PM6/26/09
to joomla-...@googlegroups.com
Great, thanks!

--
Gergő Erdősi



2009/6/27 Joe LeBlanc <con...@jlleblanc.com>:

Charles

unread,
Jun 27, 2009, 2:48:56 PM6/27/09
to joomla-...@googlegroups.com
Me and pedro...@qu4troc.com will work on com_massmail. Leave it to us.

2009/6/26 Gergő Erdősi <gergo....@joomline.org>



--
Charles Albert Martins dos Anjos
www.qu4troc.com

Gergő Erdősi

unread,
Jun 27, 2009, 3:47:40 PM6/27/09
to joomla-...@googlegroups.com
Thanks! This means all components are under refactoring. :)

--
Gergő Erdősi



2009/6/27 Charles <charle...@gmail.com>:

Christophe Demko

unread,
Jun 28, 2009, 3:55:22 AM6/28/09
to Joomla! CMS Development
Hi Gergo,

After discussing with Sam, I'm also working on the refactoring of the
com_languages admin component. I hope there is not another person who
is doing the same work at the same time.

On 27 juin, 21:47, Gergő Erdősi <gergo.erd...@joomline.org> wrote:
> Thanks! This means all components are under refactoring. :)
>
> --
> Gergő Erdősi
>
> 2009/6/27 Charles <charles.cc...@gmail.com>:
>
> > Me and pedrore...@qu4troc.com will work on com_massmail. Leave it to us.
>
> > 2009/6/26 Gergő Erdősi <gergo.erd...@joomline.org>
>
> >> Great, thanks!
>
> >> --
> >> Gergő Erdősi
>
> >> 2009/6/27 Joe LeBlanc <cont...@jlleblanc.com>:

Gergő Erdősi

unread,
Jun 28, 2009, 10:33:00 AM6/28/09
to joomla-...@googlegroups.com
The reason I didn't mention com_languages on the list is that Andrew
wrote about a week ago that he is working on it. So I would suggest to
talk to him before you start.

--
Gergő Erdősi



2009/6/28 Christophe Demko <chd...@gmail.com>:

Andrew Eddie

unread,
Jun 29, 2009, 6:25:49 AM6/29/09
to joomla-...@googlegroups.com
Go for it Christophe. I'll try to catch up with you next week to talk
over some additions (flat out like a lizard drinking this week).

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




2009/6/29 Gergő Erdősi <gergo....@joomline.org>:

Christophe Demko

unread,
Jun 29, 2009, 1:57:52 PM6/29/09
to Joomla! CMS Development
There was an error in the com_login patch I proposed.
I proposed a patch to correct this
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17020

Christophe Demko

unread,
Jun 29, 2009, 1:58:31 PM6/29/09
to Joomla! CMS Development
Ok, I'm going to refactor com_languages

Ch.D

On 29 juin, 12:25, Andrew Eddie <mambob...@gmail.com> wrote:
> Go for it Christophe.  I'll try to catch up with you next week to talk
> over some additions (flat out like a lizard drinking this week).
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/6/29 Gergő Erdősi <gergo.erd...@joomline.org>:
>
>
>
> > The reason I didn't mention com_languages on the list is that Andrew
> > wrote about a week ago that he is working on it. So I would suggest to
> > talk to him before you start.
>
> > --
> > Gergő Erdősi
>
> > 2009/6/28 Christophe Demko <chde...@gmail.com>:

Gary Brooks

unread,
Jun 29, 2009, 2:25:33 PM6/29/09
to joomla-...@googlegroups.com
Has everything been taken?


Gary Brooks
cloudaccess.net


2009/6/29 Christophe Demko <chd...@gmail.com>

Christophe Demko

unread,
Jun 29, 2009, 2:36:57 PM6/29/09
to Joomla! CMS Development
I have refactored the com_admin component. It is ready for test
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17021

Christophe Demko

unread,
Jun 30, 2009, 4:20:57 AM6/30/09
to Joomla! CMS Development
I have refactored the com_languages component. It is ready for test
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17027

pollen8

unread,
Jun 30, 2009, 2:05:22 PM6/30/09
to Joomla! CMS Development
I'm working on com_banners


On 30 June, 10:20, Christophe Demko <chde...@gmail.com> wrote:
> I have refactored the com_languages component. It is ready for testhttp://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Joseph LeBlanc

unread,
Jun 30, 2009, 8:06:55 PM6/30/09
to joomla-...@googlegroups.com
I'm still working on com_messages. Accidently deleted my working copy
yesterday and had to start again :(

-Joe

Andrew Eddie

unread,
Jul 1, 2009, 1:59:13 AM7/1/09
to joomla-...@googlegroups.com
Thanks all.

I've got 1.6 time earmarked tomorrow so I'll review all the patches in so far.

Really appreciate the help with this.

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




2009/7/1 Joseph LeBlanc <con...@jlleblanc.com>:

Andrew Eddie

unread,
Jul 1, 2009, 9:00:33 PM7/1/09
to joomla-...@googlegroups.com
Thanks Christophe. I changed the way you solved this but left you
some thoughts on additional changes on the tracker :)

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




2009/6/30 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Jul 3, 2009, 7:16:47 AM7/3/09
to Joomla! CMS Development
I have proposed a new patch according to the remarks.

I will propose a new patch for com_languages too

Ch.D

On 2 juil, 03:00, Andrew Eddie <mambob...@gmail.com> wrote:
> Thanks Christophe.  I changed the way you solved this but left you
> some thoughts on additional changes on the tracker :)
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/6/30 Christophe Demko <chde...@gmail.com>:
>
>
>
> > There was an error in the com_login patch I proposed.
> > I proposed a patch to correct this
> >http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Andrew Eddie

unread,
Jul 4, 2009, 4:58:04 AM7/4/09
to joomla-...@googlegroups.com
Just a courtesy note. I'm refactoring com_config for the next day or so.

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

Ronald Pijpers

unread,
Jul 5, 2009, 9:45:59 AM7/5/09
to Joomla! CMS Development
I have refactored com_modules and added the patch to the tracker:

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17100

Ronald Pijpers

Christophe Demko

unread,
Jul 5, 2009, 2:53:05 PM7/5/09
to Joomla! CMS Development
I have discovered an error in my administrator/com_admin code

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17021

Christophe Demko

unread,
Jul 5, 2009, 2:53:59 PM7/5/09
to Joomla! CMS Development
I have published a new patch for administrator/com_languages

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17027

Ch.D

Christophe Demko

unread,
Jul 5, 2009, 2:56:17 PM7/5/09
to Joomla! CMS Development
There is an error in the trunk for administrator/com_login

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17020

Ch.D

Christophe Demko

unread,
Jul 6, 2009, 9:11:18 AM7/6/09
to Joomla! CMS Development
I commit a new patch for administrator/com_languages on eddieajau
branch

Ch.D

On 5 juil, 20:53, Christophe Demko <chde...@gmail.com> wrote:
> I have published a new patch for administrator/com_languages
>
> http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
>
> Ch.D

Joseph LeBlanc

unread,
Jul 6, 2009, 11:41:26 AM7/6/09
to joomla-...@googlegroups.com
I've committed a large patch for com_messages on eddieajau. Mostly
conforms to the new MVC standards, but could probably use some
additional cleanup.

-Joe

Andrew Eddie

unread,
Jul 6, 2009, 10:56:25 PM7/6/09
to joomla-...@googlegroups.com
Thanks guys. I've been snowed with the menu manager refactoring this
week. I'll take a look as soon as I can.

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




2009/7/7 Joseph LeBlanc <con...@jlleblanc.com>:

Andrea Tarr

unread,
Jul 7, 2009, 12:11:58 PM7/7/09
to Joomla! CMS Development
Accessibility secret: if you have an <a> tag in your html, make sure
it has an href attribute, even if it's just a #. (<a href="#">).

The backend components using a switcher to go between submenus rather
than db registration tend to be missing this. If you are refactoring a
navigation file, please add the href="#".

<a id="phpsettings"><?php echo JText::_('Admin_PHP_Settings'); ?></a>

should be changed to:

<a href="#" id="phpsettings"><?php echo JText::_
('Admin_PHP_Settings'); ?></a>

I submitted a patch for the com_admin layout nav file.

As an aside, I just noticed that the html in com_admin/view/
application/tmp/default_navigation.php is missing some divs that the
khepri template is expecting. There are an additional eight (8!) divs
needed for the submenu to display properly. Including duplicate name
as id & class. I'll create a second patch for that. Rounded corners
have a lot to answer for. Sigh. I hadn't noticed it at first because I
was using my new template that doesn't use all those divs..

Andy







On Jun 29, 2:36 pm, Christophe Demko <chde...@gmail.com> wrote:
> I have refactored the com_admin component. It is ready for testhttp://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Christophe Demko

unread,
Jul 7, 2009, 12:30:57 PM7/7/09
to Joomla! CMS Development
When I refactored the code of com_admin, I did not change any html
code: I only refactored the code to be MVC1.6 compliant.

So sorry for these missings div and the missing href for <a> tag

Gergő Erdősi

unread,
Jul 7, 2009, 12:37:51 PM7/7/09
to joomla-...@googlegroups.com
I fixed this in SVN, thanks Andrea for the patch! In addition I added
onclick="return false;" to the links to prevent jumping on clicks.

--
Gergő Erdősi



2009/7/7 Christophe Demko <chd...@gmail.com>:

Andrea Tarr at Tarr Consulting

unread,
Jul 7, 2009, 12:58:29 PM7/7/09
to joomla-...@googlegroups.com

Yeah, there are a few different places in the old code these occur. I’m picking at them as I find them.  And it’s those divs that should be sorry about existing.

 

Good to know about the onclick=false. I’ll remember to think about that.


Andy

 

Andrea Tarr

www.tarrconsulting.com

Gergő Erdősi

unread,
Aug 12, 2009, 2:13:02 PM8/12/09
to joomla-...@googlegroups.com
Hi all,

Today I took a look at components and I can say all of you did a great
job! Thanks again! There are only 3 components that haven't been
refactored yet:

1. com_banners: Rob, what's its status?
2. com_contacts: Mark is working on it.
3. com_massmail: I have no information on this component. Is anybody
working on it? If not, would anybody like to refactor it?

I commited com_languages and com_messages from the eddieajau branch to
trunk. However if you find a bug in a refactored component, please
post it to the tracker instead of using this branch. It's much easier
to handle patches than merging branches. Thanks!

--
Gergő Erdősi



2009/7/7 Andrea Tarr at Tarr Consulting <at...@tarrconsulting.com>:

Christophe Demko

unread,
Aug 12, 2009, 3:20:03 PM8/12/09
to Joomla! CMS Development
I can work on com_massmail but I can only start from 25 of august (I'm
on holidays...)

Andrew Eddie

unread,
Aug 12, 2009, 5:25:28 PM8/12/09
to joomla-...@googlegroups.com
There may be some sense in merging com_massmail into com_users because
it's really just a system to email a group of users. The function
then becomes something like "Email Groups".

Just a thought. Saves having a full component for it and ACL can come
under com_users banner.

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




2009/8/13 Christophe Demko <chd...@gmail.com>:

Gergő Erdősi

unread,
Aug 12, 2009, 5:30:45 PM8/12/09
to joomla-...@googlegroups.com
Ron already put the menus of com_massmail under Users, so I support the idea.

--
Gergő Erdősi



2009/8/12 Andrew Eddie <mamb...@gmail.com>:

Gergő Erdősi

unread,
Aug 13, 2009, 4:57:50 PM8/13/09
to joomla-...@googlegroups.com
Thanks for your offer, Christophe! I think that date is fine. In my
opinion it's not a big problem, if com_massmail is not refactored in
the first beta.

--
Gergő Erdősi



2009/8/12 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Aug 27, 2009, 4:17:36 AM8/27/09
to Joomla! CMS Development
The problem with merging com_massmail and com_users is that they have
two separated distinct component parameters. For the moment, I choose
to refactor com_massmail keeping the component.

On 13 août, 22:57, Gergő Erdősi <gergo.erd...@gmail.com> wrote:
> Thanks for your offer, Christophe! I think that date is fine. In my
> opinion it's not a big problem, if com_massmail is not refactored in
> the first beta.
>
> --
> Gergő Erdősi
>
> 2009/8/12 Christophe Demko <chde...@gmail.com>:

Christophe Demko

unread,
Aug 27, 2009, 4:26:54 PM8/27/09
to Joomla! CMS Development
I have refactored the com_massmail component
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17818
using Joomla!1.6 paradigms.

Christophe Demko

unread,
Sep 7, 2009, 11:56:48 AM9/7/09
to Joomla! CMS Development
Just to remember that I have refactored com_massmail component.

On 27 août, 22:26, Christophe Demko <chde...@gmail.com> wrote:
> I have refactored the com_massmail componenthttp://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Gergő Erdősi

unread,
Sep 7, 2009, 12:10:35 PM9/7/09
to joomla-...@googlegroups.com
I know, and thanks for that! :) I'm busy today and tomorrow, but on
Wednesday I'm going to finish the refactoring tasks. As I saw,
com_plugins and com_modules are also waiting for the patches to be
commited. Will do them as soon as possible, but probably won't have
time for them before Wednesday.

--
Gergő Erdősi



2009/9/7 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Sep 23, 2009, 6:47:58 AM9/23/09
to joomla-...@googlegroups.com
I see your patch iin your branch but it remains some code refering to com_massmail (for the pref and so on)

2009/9/7 Gergő Erdősi <gergo....@gmail.com>

Christophe Demko

unread,
Oct 18, 2009, 2:41:18 AM10/18/09
to Joomla! CMS Development
Just a ping to remember that com_massmail is using the old-coding
style. Don't forget to add our (gergo and I) work to the svn

On 23 sep, 12:47, Christophe Demko <chde...@gmail.com> wrote:
> I see your patch iin your branch but it remains some code refering to
> com_massmail (for the pref and so on)
>
> 2009/9/7 Gergő Erdősi <gergo.erd...@gmail.com>
>
>
>
> > I know, and thanks for that! :) I'm busy today and tomorrow, but on
> > Wednesday I'm going to finish the refactoring tasks. As I saw,
> > com_plugins and com_modules are also waiting for the patches to be
> > commited. Will do them as soon as possible, but probably won't have
> > time for them before Wednesday.
>
> > --
> > Gergő Erdősi
>
> > 2009/9/7 Christophe Demko <chde...@gmail.com>:

Ercan Özkaya

unread,
Oct 21, 2009, 7:58:13 AM10/21/09
to Joomla! CMS Development
Hi Christophe,

I merged your work from the erdsiger branch back to trunk. But Gergo
said that there might be broken parts. Can you please review it?

Thanks.

Christophe Demko

unread,
Oct 21, 2009, 10:43:53 AM10/21/09
to Joomla! CMS Development
Ok, I will be on next day.

Christophe Demko

unread,
Oct 22, 2009, 6:12:48 AM10/22/09
to Joomla! CMS Development
There was some errors in the code. I post a patch in
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17818
(I marked it as 'open') (http://joomlacode.org/gf/download/trackeritem/
17818/45134/users_massmail.diff)

Ercan Özkaya

unread,
Nov 5, 2009, 6:46:40 AM11/5/09
to Joomla! CMS Development
Hi,

We have some refactored code for com_modules but it's not complete
(not using JForm etc.) So I started to refactor it but I probably
won't be able to finish it soon. I committed my changes to modules
branch. It's about 60% complete. Anybody is willing to work on that?

On Oct 22, 12:12 pm, Christophe Demko <chde...@gmail.com> wrote:
> There was some errors in the code. I post a patch inhttp://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
> > > > > > >> > torefactorcom_massmail keeping the component.

Andrew Eddie

unread,
Nov 5, 2009, 7:14:20 AM11/5/09
to joomla-...@googlegroups.com
Good stuff Ercan.

I'm working backwards up the alphabet in the backend. Plan to fix
com_redirect and finish refactoring com_plugins next week
(com_newsfeeds, com_users and com_weblinks are all complete). I'm
happy to take com_modules because it has a funny trick that you need
with JForm. I'm hoping to have all the backend components
"consistent" by the end of the month.

If anyone wants to have a go at com_banners though I'd be grateful and
Sam, I'll probably need to leave the lion's share of getting
com_installer up to spec to you.

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




2009/11/5 Ercan Özkaya <ozkay...@gmail.com>:

Christophe Demko

unread,
Nov 5, 2009, 7:58:56 AM11/5/09
to Joomla! CMS Development
Hi Andrew,
I can work on com_banners if you want.

Ch.D

On 5 nov, 13:14, Andrew Eddie <mambob...@gmail.com> wrote:
> Good stuff Ercan.
>
> I'm working backwards up the alphabet in the backend.  Plan to fix
> com_redirect and finish refactoring com_plugins next week
> (com_newsfeeds, com_users and com_weblinks are all complete).  I'm
> happy to take com_modules because it has a funny trick that you need
> with JForm.  I'm hoping to have all the backend components
> "consistent" by the end of the month.
>
> If anyone wants to have a go at com_banners though I'd be grateful and
> Sam, I'll probably need to leave the lion's share of getting
> com_installer up to spec to you.
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/11/5 Ercan Özkaya <ozkayaer...@gmail.com>:

Andrew Eddie

unread,
Nov 5, 2009, 4:32:55 PM11/5/09
to joomla-...@googlegroups.com
2009/11/5 Christophe Demko <chd...@gmail.com>:
>
> Hi Andrew,
> I can work on com_banners if you want.

Thanks Christophe. That would be great.

com_users is probably the best to mimic in terms of having a
multi-controller component for the banners and the clients. If you
get stuck, let me know.

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

Christophe Demko

unread,
Nov 21, 2009, 6:04:37 PM11/21/09
to Joomla! CMS Development
I hope backend refactoring of com_banners will be finished at the
beginning of next week.
Ch.D

On 5 nov, 22:32, Andrew Eddie <mambob...@gmail.com> wrote:
> 2009/11/5 Christophe Demko <chde...@gmail.com>:
>
>
>
> > Hi Andrew,
> > I can work on com_banners if you want.
>
> Thanks Christophe.  That would be great.
>
> com_users is probably the best to mimic in terms of having a
> multi-controller component for the banners and the clients.  If you
> get stuck, let me know.
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
>
>
> > Ch.D
>
> > On 5 nov, 13:14, Andrew Eddie <mambob...@gmail.com> wrote:
> >> Good stuff Ercan.
>
> >> I'm working backwards up the alphabet in the backend.  Plan to fix
> >> com_redirect and finish refactoring com_plugins next week
> >> (com_newsfeeds, com_users and com_weblinks are all complete).  I'm
> >> happy to take com_modules because it has a funny trick that you need
> >> with JForm.  I'm hoping to have all the backend components
> >> "consistent" by the end of the month.
>
> >> If anyone wants to have a go at com_banners though I'd be grateful and
> >> Sam, I'll probably need to leave the lion's share of getting
> >> com_installer up to spec to you.
>
> >> Regards,
> >> Andrew Eddiehttp://www.theartofjoomla.com-the art of becoming a Joomla developer

Christophe Demko

unread,
Nov 22, 2009, 2:57:25 PM11/22/09
to Joomla! CMS Development
I have refactored the com_banners backend in
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=18799


On 22 nov, 00:04, Christophe Demko <chde...@gmail.com> wrote:
> I hope backend refactoring of com_banners will be finished at the
> beginning of next week.
> Ch.D
>
> On 5 nov, 22:32, Andrew Eddie <mambob...@gmail.com> wrote:
>
> > 2009/11/5 Christophe Demko <chde...@gmail.com>:
>
> > > Hi Andrew,
> > > I can work on com_banners if you want.
>
> > Thanks Christophe.  That would be great.
>
> > com_users is probably the best to mimic in terms of having a
> > multi-controller component for the banners and the clients.  If you
> > get stuck, let me know.
>
> > Regards,
> > Andrew Eddiehttp://www.theartofjoomla.com-the art of becoming a Joomla developer
>
> > > Ch.D
>
> > > On 5 nov, 13:14, Andrew Eddie <mambob...@gmail.com> wrote:
> > >> Good stuff Ercan.
>
> > >> I'm working backwards up the alphabet in the backend.  Plan to fix
> > >> com_redirect and finish refactoring com_plugins next week
> > >> (com_newsfeeds, com_users and com_weblinks are all complete).  I'm
> > >> happy to take com_modules because it has a funny trick that you need
> > >> with JForm.  I'm hoping to have all the backend components
> > >> "consistent" by the end of the month.
>
> > >> If anyone wants to have a go at com_banners though I'd be grateful and
> > >> Sam, I'll probably need to leave the lion's share of getting
> > >> com_installer up to spec to you.
>
> > >> Regards,
> > >> Andrew Eddiehttp://www.theartofjoomla.com-theart of becoming a Joomla developer

Andrew Eddie

unread,
Nov 23, 2009, 9:03:07 PM11/23/09
to joomla-...@googlegroups.com
Thanks Christophe.

Your notes on changes look spot good. Just let me get com_modules out
of the way and I'll make it next in my queue.

Thanks again.

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




2009/11/23 Christophe Demko <chd...@gmail.com>:

Júlio Pontes

unread,
Nov 23, 2009, 9:08:45 PM11/23/09
to joomla-...@googlegroups.com
I will refactoring com_contacts.

Andrew Eddie

unread,
Nov 23, 2009, 9:10:43 PM11/23/09
to joomla-...@googlegroups.com
Thanks Julio.

That's should be a good one to tidy up and sprinkle some magic dust on :)

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




2009/11/24 Júlio Pontes <julio...@gmail.com>:
> I will refactoring com_contacts.
>
> >
>

Christophe Demko

unread,
Nov 24, 2009, 3:43:20 AM11/24/09
to Joomla! CMS Development
Just a comment: I don't add a language and xreference field to the
tables (see http://groups.google.com/group/joomla-dev-cms/browse_thread/thread/6c5557cf08e9a64f).
Will banners use a language field? If yes, my patch has to patched ;)

On 24 nov, 03:03, Andrew Eddie <mambob...@gmail.com> wrote:
> Thanks Christophe.
>
> Your notes on changes look spot good.  Just let me get com_modules out
> of the way and I'll make it next in my queue.
>
> Thanks again.
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/11/23 Christophe Demko <chde...@gmail.com>:
>
>
>
> > I have refactored the com_banners backend in
> >http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
>
> > On 22 nov, 00:04, Christophe Demko <chde...@gmail.com> wrote:
> >> I hope backend refactoring of com_banners will be finished at the
> >> beginning of next week.
> >> Ch.D
>
> >> On 5 nov, 22:32, Andrew Eddie <mambob...@gmail.com> wrote:
>
> >> > 2009/11/5 Christophe Demko <chde...@gmail.com>:
>
> >> > > Hi Andrew,
> >> > > I can work on com_banners if you want.
>
> >> > Thanks Christophe.  That would be great.
>
> >> > com_users is probably the best to mimic in terms of having a
> >> > multi-controller component for the banners and the clients.  If you
> >> > get stuck, let me know.
>
> >> > Regards,
> >> > Andrew Eddiehttp://www.theartofjoomla.com-theart of becoming a Joomla developer
>
> >> > > Ch.D
>
> >> > > On 5 nov, 13:14, Andrew Eddie <mambob...@gmail.com> wrote:
> >> > >> Good stuff Ercan.
>
> >> > >> I'm working backwards up the alphabet in the backend.  Plan to fix
> >> > >> com_redirect and finish refactoring com_plugins next week
> >> > >> (com_newsfeeds, com_users and com_weblinks are all complete).  I'm
> >> > >> happy to take com_modules because it has a funny trick that you need
> >> > >> with JForm.  I'm hoping to have all the backend components
> >> > >> "consistent" by the end of the month.
>
> >> > >> If anyone wants to have a go at com_banners though I'd be grateful and
> >> > >> Sam, I'll probably need to leave the lion's share of getting
> >> > >> com_installer up to spec to you.
>
> >> > >> Regards,
> >> > >> Andrew Eddiehttp://www.theartofjoomla.com-theartof becoming a Joomla developer
> ...
>
> plus de détails »

Andrew Eddie

unread,
Nov 24, 2009, 3:56:38 AM11/24/09
to joomla-...@googlegroups.com
Hi Christophe

No, leave out xreference.

Yes, I'd add the language field to the banner table.

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




2009/11/24 Christophe Demko <chd...@gmail.com>:

Christophe Demko

unread,
Nov 24, 2009, 4:37:38 PM11/24/09
to Joomla! CMS Development
Hi Andrew,

To simplify testing, I've put my work on the chdemko branch.

On 24 nov, 09:56, Andrew Eddie <mambob...@gmail.com> wrote:
> Hi Christophe
>
> No, leave out xreference.
>
> Yes, I'd add the language field to the banner table.
>
> Regards,
> Andrew Eddiehttp://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> 2009/11/24 Christophe Demko <chde...@gmail.com>:
>
>
>
> > Just a comment: I don't add a language and xreference field to the
> > tables (seehttp://groups.google.com/group/joomla-dev-cms/browse_thread/thread/6c...).
> > Will banners use a language field? If yes, my patch has to patched ;)
>
> > On 24 nov, 03:03, Andrew Eddie <mambob...@gmail.com> wrote:
> >> Thanks Christophe.
>
> >> Your notes on changes look spot good.  Just let me get com_modules out
> >> of the way and I'll make it next in my queue.
>
> >> Thanks again.
>
> >> Regards,
> >> Andrew Eddiehttp://www.theartofjoomla.com-the art of becoming a Joomla developer
>
> >> 2009/11/23 Christophe Demko <chde...@gmail.com>:
>
> >> > I have refactored the com_banners backend in
> >> >http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
>
> >> > On 22 nov, 00:04, Christophe Demko <chde...@gmail.com> wrote:
> >> >> I hope backend refactoring of com_banners will be finished at the
> >> >> beginning of next week.
> >> >> Ch.D
>
> >> >> On 5 nov, 22:32, Andrew Eddie <mambob...@gmail.com> wrote:
>
> >> >> > 2009/11/5 Christophe Demko <chde...@gmail.com>:
>
> >> >> > > Hi Andrew,
> >> >> > > I can work on com_banners if you want.
>
> >> >> > Thanks Christophe.  That would be great.
>
> >> >> > com_users is probably the best to mimic in terms of having a
> >> >> > multi-controller component for the banners and the clients.  If you
> >> >> > get stuck, let me know.
>
> >> >> > Regards,
> >> >> > Andrew Eddiehttp://www.theartofjoomla.com-theartof becoming a Joomla developer
>
> >> >> > > Ch.D
>
> >> >> > > On 5 nov, 13:14, Andrew Eddie <mambob...@gmail.com> wrote:
> >> >> > >> Good stuff Ercan.
>
> >> >> > >> I'm working backwards up the alphabet in the backend.  Plan to fix
> >> >> > >> com_redirect and finish refactoring com_plugins next week
> >> >> > >> (com_newsfeeds, com_users and com_weblinks are all complete).  I'm
> >> >> > >> happy to take com_modules because it has a funny trick that you need
> >> >> > >> with JForm.  I'm hoping to have all the backend components
> >> >> > >> "consistent" by the end of the month.
>
> >> >> > >> If anyone wants to have a go at com_banners though I'd be grateful and
> >> >> > >> Sam, I'll probably need to leave the lion's share of getting
> >> >> > >> com_installer up to spec to you.
>
> >> >> > >> Regards,
> >> >> > >> Andrew Eddiehttp://www.theartofjoomla.com-theartofbecoming a Joomla developer
> ...
>
> plus de détails »

Andrew Eddie

unread,
Dec 14, 2009, 10:57:19 PM12/14/09
to joomla-...@googlegroups.com
Hi Júlio

Just following up on com_contacts. Just wondering how it's going and
if you need anything.

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




2009/11/23 Júlio Pontes <julio...@gmail.com>:
> I will refactoring com_contacts.
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "Joomla! CMS Development" group.
>  To post to this group, send email to joomla-...@googlegroups.com
>  To unsubscribe from this group, send email to
> joomla-dev-cm...@googlegroups.com
>  For more options, visit this group at
> http://groups.google.com/group/joomla-dev-cms?hl=en-GB
>
> -~----------~----~----~----~------~----~------~--~---
>
>
Reply all
Reply to author
Forward
0 new messages