1. The categories2 branch has been merged into trunk.
2. The frontend and backend components are mostly consistent in their
coding. Especially in the backend I was able to reduce the code needed
significantly by introducing JControllerAdmin and JModelAdmin.
3. The component routing should be good now. All URLs are consistent.
Also the pathway of all views should be okay now.
4. Thanks to Klas, the caching in 1.6 works now. The results are really
cool. Thank you very much for this!
5. The ordering, publishing, deleting in the backend component works and
it especially works consistently. The only problem are com_menus and
com_categories. The ordering in these two components currently does not
work.
6. The styling of the media manager is fixed, as well as some other
smaller issues.
Now I need your help. I got a little bet running with Louis that I'll
get Joomla 1.6 functioning with all the features from 1.5 and without
notices and fatal errors until this sunday evening. The following things
are currently still broken or work in progress:
- image selector modal formfield. Artyom created some code for this and
as soon as I find time to look at this, I'm going to add it to trunk.
- ordering in com_categories and com_menus. This is related to
JTableNested. If someone wants to work on this, I would be really happy
if you could change the move() function to act like move() in JTable.
- it has to be checked if the frontend article editing works as it is
expected to work with the new access checks.
- the parameters in the layouts still need to be revised
- the language files need to be refactored to the new standard
- the ACL widget needs some polishing, which Jan Kassens from mootools
is working on. Thanks for that!
- comments needs to be refactored. I'm going to work on that tomorrow. :-)
I need you to complete that list. What else is not working? Basically,
we need some bugtesting to find those not-directly-obvious bugs that I
missed in my last sweep. :-) I would of course also be happy if you
would start work on one of the tasks that I mentioned above. ;-)
Hannes
my turn.-)
Angie
Elin
On Apr 10, 3:30 pm, jonnathan <jon...@hotmail.com> wrote:
> The parameters of the administrator template isn't working.
> patch:http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
Fernando Correa da Concei��o.
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To post to this group, send an 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.
Hannes
Am 10.04.2010 22:18, schrieb Mark Dexter:
> Hi Klas. I also get a 500 error with Save & New in module manager. It
> is in trunk 16003 after a fresh install. Mark
>
> P.S. It was also in trunk before Hannes' big merges, so it's not
> related to any recent work.
>
> 2010/4/10 klas berlič <klas....@gmail.com
> <mailto:klas....@gmail.com>>
>
> Hm, did you reinstall?
>
> Had a lot of 500's and reinstall seems to fixed them . Tried
> com_modules and it works ok here (rev 16003)
>
> 2010/4/10 elin <elin....@gmail.com <mailto:elin....@gmail.com>>
>
> Save and new is not working in com_modules (gives 500 error).
>
> Elin
>
> On Apr 10, 3:30 pm, jonnathan <jon...@hotmail.com
> <mailto:jon...@hotmail.com>> wrote:
> > The parameters of the administrator template isn't working.
> >
> patch:http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...
>
> --
> You received this message because you are subscribed to the
> Google Groups "Joomla! CMS Development" group.
> To post to this group, send an email to
> joomla-...@googlegroups.com
> <mailto:joomla-...@googlegroups.com>.
> To unsubscribe from this group, send email to
> joomla-dev-cm...@googlegroups.com
> <mailto:joomla-dev-cms%2Bunsu...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Joomla! CMS Development" group.
> To post to this group, send an email to
> joomla-...@googlegroups.com
> <mailto:joomla-...@googlegroups.com>.
> To unsubscribe from this group, send email to
> joomla-dev-cm...@googlegroups.com
> <mailto:joomla-dev-cms%2Bunsu...@googlegroups.com>.
Elin
On Apr 10, 5:01 pm, Hannes Papenberg <hackwa...@googlemail.com> wrote:
> Thanks Mark, I'll fix that tomorrow. :-)
>
> Hannes
>
> Am 10.04.2010 22:18, schrieb Mark Dexter:
>
>
>
> > Hi Klas. I also get a 500 error with Save & New in module manager. It
> > is in trunk 16003 after a fresh install. Mark
>
> > P.S. It was also in trunk before Hannes' big merges, so it's not
> > related to any recent work.
>
> > 2010/4/10 klas berlič <klas.ber...@gmail.com
> > <mailto:klas.ber...@gmail.com>>
>
> > Hm, did you reinstall?
>
> > Had a lot of 500's and reinstall seems to fixed them . Tried
> > com_modules and it works ok here (rev 16003)
>
> > 2010/4/10 elin <elin.war...@gmail.com <mailto:elin.war...@gmail.com>>
Elin
> - image selector modal formfield. Artyom created some code for this and
> as soon as I find time to look at this, I'm going to add it to trunk.
Hello, Hannes.
Please, wait a bit for a new version. It will be released very soon.
Now I intensively working on it.
Of course main idea is the same, but many changes was introduced due to
refactoring.
For example, now we have another structure of the class tree:
- JFormFieldModal: abstract class for all modal fields.
- JFormFieldModalInternal: fields with embedded content for a modal
window (Squeezebox's "handler: clone").
- JFormFieldModalInternalMenutype(planned): menu types embedded into the
field (reworking of the current version).
- JFormFieldModalExternal: fields which receives content for a modal
window from execution of some script (Squeezebox's "handler: iframe").
- JFormFieldModalExternalImage: content for a modal window from com_media.
- JFormFieldModalExternalUser(planned): content for a modal window from
com_users (reworking of the current version).
- JFormFieldModalExternalXXX(planned)
I need a day or two to finish new JFormFieldModal,
JFormFieldModalInternal, JFormFieldModalExternal and
JFormFieldModalExternalImage.