-
Merged client version of code and deleted new debug variable on hook_uninstall()
-
Removed todo: helper function is not used by module and won't be ported from D6 version. Changed way of deleting the module variables in .install file
-
Added tokens integration. Replacement values allowed for Node tokens
-
refactored some code, made a more flexible settings form to allow choose the numeric ID in any situation, and started looking into tokens integration
-
Added some inline docs. Brought back id option for custom tabs text, and updated theming function to deal with custom titles too
-
Finished setting up the custom labels for tabs, with filtered text (No HTML allowed). Started configuration stuff for numeric ids option on the custom labels. Mandatory for now
-
Ensure that the default tabs labels get always a sequential numeric ID. Minor change on .install file, minor changes to documentation, and started working on the settings for custom tabs labels
-
Ensure that the default tabs labels get always a sequential numeric ID. Minor change on .install file, minor changes to documentation, and started working on the settings for custom tabs labels
-
Added field settings form, so that site builders can choose the view mode of the nodes being displayed as jQuery UI Tabs
-
First commit for 7.x-1.x