Welcome, Guest
Username: Password: Remember me

TOPIC: Joomla 2.5 support ?

Joomla 2.5 support ? 25 Jan 2012 14:29 #1082

  • M4d3L
  • M4d3L's Avatar
  • Offline
  • Senior Member
  • Posts: 45
  • Thank you received: 7
  • Karma: 3
All is in the subject :P
The administrator has disabled public write access.

Re: Joomla 2.5 support? 26 Jan 2012 09:23 #1091

  • twev
  • twev's Avatar
  • Offline
  • Senior Member
  • Posts: 62
  • Thank you received: 15
  • Karma: 6
I upgraded one of my 1.7 sites to 2.5 yesterday and my Cook component appears to be working OK :)
The administrator has disabled public write access.
The following user(s) said Thank You: admin

Re: Joomla 2.5 support? 26 Jan 2012 10:52 #1092

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
Yes, All is fine.

I will upgrade the sandbox soon.
(Lot of work because of the hacks inside)
Coding is now a piece of cake
The administrator has disabled public write access.

Re: Joomla 2.5 support? 30 Jan 2012 14:38 #1128

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
I found some problems of compatibilites.


Grid checkboxes are raising JS error.
Grid column alignment too.

I'm currently working for this migration.

Stay in touch.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: Joomla 2.5 support? 30 Jan 2012 14:48 #1129

  • giori
  • giori's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 14
  • Karma: 6
Hi Jocelyn,

Grid sorting is also not working. Cannot sort columns any longer. But I think this is a Joomla 2.5 problem as it also does not work in standard Joomla tables.
Last Edit: 30 Jan 2012 15:34 by giori. Reason: moved default sort order to new topic
The administrator has disabled public write access.

Re: Joomla 2.5 support? 30 Jan 2012 15:02 #1130

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
I meant grid sorting, not 'alignement', sorry for mistake.


For question about default order, please open a new topic.
Coding is now a piece of cake
Last Edit: 30 Jan 2012 15:03 by admin.
The administrator has disabled public write access.

Re: Joomla 2.5 support? 31 Jan 2012 13:21 #1142

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
Now working on Joomla 2.5.


[EDIT] : For compatibility of your previous projects (if you writed inside, and don't want to regenerate) :

TODO :

All your generated forms must be identified with id="adminForm"
<form ... name="adminForm" id="adminForm" />
...
</form>

I realize how boring it can be to change this on all your forms, but you should do it if you don't want to regenerate...
-> Use the search and replace functionality of your code editor.
Coding is now a piece of cake
Last Edit: 31 Jan 2012 13:26 by admin.
The administrator has disabled public write access.
The following user(s) said Thank You: giori

Re: Joomla 2.5 support? 31 Jan 2012 13:44 #1146

  • giori
  • giori's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 14
  • Karma: 6
Thank you, I will check my forms, otherwise regenerate.
The administrator has disabled public write access.

Re: Joomla 2.5 support? 03 Feb 2012 15:05 #1171

  • giori
  • giori's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 14
  • Karma: 6
Now, the column sorting works somehow, but not the correct way. First I must say that there is a bug in Joomla 2.5 as in the frontend column sorting does not work!.

The Joomla 2.5 samples do not sort at all (example articles categories list). If you click on the column headers, they get properly sorted in Joomla 1.5, but nothing happens in Joomla 2.5. In Joomla 1.5 you need exactly one click to reverse the sort order. Joomla 1.5 used a javascript to sort columns, Joomla 2.5 uses "Joomla.Table.Ordering" function onclick.

Now, in the Cook components there is always one empty click between two succesful clicks, so it may happen that you need 3 clicks on the column header to reverse the sort order instead of one. That cannot be correct. This happens also only in the frontend. In the backend it works correctly.

I must say that testing in the sandbox seems to be correct. I tested by downloading and installing the components unaltered on Joomla 2.5.1.
The administrator has disabled public write access.
Time to create page: 0.102 seconds

Get Started