You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by ziba on 30 Oct 2009 17:36 UTC as Trac ticket #1486257
Greetings! I think there was a bit of a misunderstanding about "Reorderable Columns" #1485806
This patch is an updated version of the one from #1485806. The original ticket was marked as duplicate of #1485795. This was understandable because the purpose of the patch was not optimally articulated. However, it is not a duplicate. #1485806 is an implementation of a feature that lays the groundwork for the more advanced request made in #1485795.
This patch increases column flexibility in two ways: #1. It introduces two new plugin hooks. One for inserting column headers and one for inserting column body cells. We've used this hook to implement a checkboxes column plugin, for example. #2. It removes the assumptions that the status column is on the far left. This means that the keyword "status" can be used in the config variable $rcmail_config['list_cols'] to place the column in the desired order. With this improvement, any future implementation of client-side column re-ordering would be able to move the status column.
Note: 'status' column is currently removed in devel-threads branch, and will be probably removed also in trunk. Also some code from patch is there. So, we should review this after merge.
Reported by ziba on 30 Oct 2009 17:36 UTC as Trac ticket #1486257
Greetings! I think there was a bit of a misunderstanding about "Reorderable Columns" #1485806
This patch is an updated version of the one from #1485806. The original ticket was marked as duplicate of #1485795. This was understandable because the purpose of the patch was not optimally articulated. However, it is not a duplicate. #1485806 is an implementation of a feature that lays the groundwork for the more advanced request made in #1485795.
This patch increases column flexibility in two ways:
#1. It introduces two new plugin hooks. One for inserting column headers and one for inserting column body cells. We've used this hook to implement a checkboxes column plugin, for example.
#2. It removes the assumptions that the status column is on the far left. This means that the keyword "status" can be used in the config variable $rcmail_config['list_cols'] to place the column in the desired order. With this improvement, any future implementation of client-side column re-ordering would be able to move the status column.
Thanks!
Keywords: columns, re-ordering
Migrated-From: http://trac.roundcube.net/ticket/1486257
The text was updated successfully, but these errors were encountered: