tw 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.3.tar.gz | 32.31 KB | e72f0e528a4f6a7e47f7ef27367cbc6c |
| tw-6.x-1.3.zip | 41.95 KB | 0ce54205e8c344353fbfa06b644b890b |
Release notes
A few bug fixes since 1.2.
tw 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.2.tar.gz | 32.2 KB | dff80b9001295d09c0e021032c903025 |
| tw-6.x-1.2.zip | 41.78 KB | 3fe7a71c21ba1e3015bbf2228ebc5366 |
Release notes
Features
- #792194: Allow table sorting on the Relationships page - Support table sorting of relationships
- #610896: Use MySql Views as a table - Allow specifying PKs (permits using MySQL views in Views)
- #610128: Can't add external and internal tables' columns to the same view - Support views combining tables across databases, for MySQL
- #424454: Make analyze page filters tabs - Make analysis filters and relationships page tabs
- #610036: Document table columns in hook_schema() - Add descriptions to tables and columns in hook_schema()
- #429130: Add option to disable autocreated views by default, #558094: Table Wizard appears to make other views disappear - Allow disabling default views, and providing explicit names
- #605546: Sort by both connection and tablename - Initally sort by both connection and table name
- #572732: Document PHP settings for importing large files - Document PHP settings for importing large files
Bug fixes
- #779650: "in" needs to be protected? Causes SQL error - Quote identifiers on delimited import
- #758028: 'Error: missing group' in default view when creating Automatic relationship - Fix missing group on joined table
- #742720: Using correct Views handlers - Use Views field handler
- #685972: Export doesn't clean up single quotes - Escape single quotes in descriptions on export
- #698934: Cannot access external table fields within a Node view - Fix display of node relationship
- #645944: Relationship between "external" table and node - Fix automatic joins - bogus group
- #605520: undefined variable $colcolname, line 95 of tw.views_default.inc - Undefined variable in default view hook
- #568762: Private download wrong tempdir path - Private download wrong tempdir path
- #513534: clear menu cache after adding views - Don't just clear menu cache, rebuild menus
- #462658: CSV import errors - Blank default for CSV imports breaks with Windows MySQL default configuration
- #550856: Table contents don't show until site cache cleared - Clear menu cache after analysis
- #742112: PHP5.3 warning: Parameter 1 to _tw_import_delimited_import_file() expected to be a reference, value given - Remove unnecessary reference for PHP 5.3.
tw 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.1.tar.gz | 28.86 KB | 31dea4e5855e71423ae2bba1646a7c05 |
| tw-6.x-1.1.zip | 38.15 KB | 9bc292643dee86d956c4a16ae0fb1b30 |
Release notes
Table Wizard 1.1
===========
Features
- #433840 - Added support for Views joins as well as relationships
- #426650 - Allow tables managed by other modules (such as the node table) to be added
and used in relationships.
- #433656 - Added support for exporting views definitions
- #430376 - Added support for Views arguments
- #521210 - Option to skip full analysis when adding tables
- #506708 - Order tables to be added alphabetically in pgsql
- #463552 - Improved cache flushing, major performance improvement. Also use Batch API
when removing tables.
- Added help directory (support for advanced_help)
- Added CHANGELOG.txt
Bug fixes
- #479614, #495234, #519748 - Fixes to postgres support
- #513534 - Clear menu cache so new default views are accessible
- #462004 - Handle lack of available keys on Relationships page
- #450170 - Another place requiring tw_quote_identifier()
- #460808 - Bad link to analyze link from default view
- #463544 - Make need to define Available Key (FK) more clear
- #519166 - Typo in relationships form
- #507374 - Missing unsigned on existing_view_data in schema
tw 6.x-1.1-rc2
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.1-rc2.tar.gz | 28.89 KB | 411a6ea3207873eb484095dc39605bec |
| tw-6.x-1.1-rc2.zip | 38.19 KB | 3b9efd066e17c93a6ce8f6adf7770f1d |
Release notes
able Wizard 1.1-rc2
===========
Features
- #521210 - Option to skip full analysis when adding tables
Bug fixes
- #519166 - Typo in relationships form
- #519748 - Postgres fix - flipping automatic flag
Table Wizard 1.1-rc1
===========
Features
- #506708 - Order tables to be added alphabetically in pgsql
Bug fixes
- #513534 - Clear menu cache so new default views are accessible
- #507374 - Missing unsigned on existing_view_data in schema
Table Wizard 1.1-beta1
===========
Features
- #433840 - Added support for Views joins as well as relationships
- #426650 - Allow tables managed by other modules (such as the node table) to be added
and used in relationships.
- #433656 - Added support for exporting views definitions
- #430376 - Added support for Views arguments
- #463552 - Improved cache flushing, major performance improvement. Also use Batch API
when removing tables.
- Added help directory (support for advanced_help)
- Added CHANGELOG.txt
Bug fixes
- #460808 - Bad link to analyze link from default view
- #463544 - Make need to define Available Key (FK) more clear
- #462004 - Handle lack of available keys on Relationships page
- #450170 - Another place requiring tw_quote_identifier()
- #479614, #495234 - Fixes to postgres support
tw 6.x-1.1-rc1
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.1-rc1.tar.gz | 28.57 KB | 96a870573dc712d2c0abd73a82c53ddb |
| tw-6.x-1.1-rc1.zip | 37.83 KB | aff2a89533f73577c20cd2a65733d417 |
Release notes
Table Wizard 1.1-rc1
===========
Features
- #506708 - Order tables to be added alphabetically in pgsql
Bug fixes
- #513534 - Clear menu cache so new default views are accessible
- #507374 - Missing unsigned on existing_view_data in schema
Table Wizard 1.1-beta1
===========
Features
- #433840 - Added support for Views joins as well as relationships
- #426650 - Allow tables managed by other modules (such as the node table) to be added
and used in relationships.
- #433656 - Added support for exporting views definitions
- #430376 - Added support for Views arguments
- #463552 - Improved cache flushing, major performance improvement. Also use Batch API
when removing tables.
- Added help directory (support for advanced_help)
- Added CHANGELOG.txt
Bug fixes
- #460808 - Bad link to analyze link from default view
- #463544 - Make need to define Available Key (FK) more clear
- #462004 - Handle lack of available keys on Relationships page
- #450170 - Another place requiring tw_quote_identifier()
- #479614, #495234 - Fixes to postgres support
tw 6.x-1.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.1-beta1.tar.gz | 28.43 KB | 6e29e69efca3646f22c4687c074e24e4 |
| tw-6.x-1.1-beta1.zip | 37.68 KB | f2ae0e2dfa4c48a982acee8c4d14c5e4 |
Release notes
Features
- #433840 - Added support for Views joins as well as relationships
- #426650 - Allow tables managed by other modules (such as the node table) to be added
and used in relationships.
- #433656 - Added support for exporting views definitions
- #430376 - Added support for Views arguments
- #463552 - Improved cache flushing, major performance improvement. Also use Batch API
when removing tables.
- Added help directory (support for advanced_help)
- Added CHANGELOG.txt
Bug fixes
- #460808 - Bad link to analyze link from default view
- #463544 - Make need to define Available Key (FK) more clear
- #462004 - Handle lack of available keys on Relationships page
- #450170 - Another place requiring tw_quote_identifier()
- #479614, #495234 - Fixes to postgres support
tw 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.0.tar.gz | 23.84 KB | 37290e029becffcb043586703f03ac91 |
| tw-6.x-1.0.zip | 30.02 KB | f4d77e3a4c514c5a1f898dcf0d0aece5 |
Release notes
First official release of the Table Wizard module
tw 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.0-rc1.tar.gz | 23.42 KB | aaee9853b338d4be3793930a02341fb4 |
| tw-6.x-1.0-rc1.zip | 29.6 KB | d9888546cf098d1a731b92baa3a1246c |
Release notes
First release candidate for the Table Wizard. After one week with no Critical issues, and no Normal or higher bug reports, an official release will be generated.
tw 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.0-beta3.tar.gz | 23.53 KB | b07a1cccc62b961e5ca843884725baaf |
| tw-6.x-1.0-beta3.zip | 29.69 KB | dcb16b3de809d6199e08e37b1e37df17 |
Release notes
Latest beta release
tw 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.0-beta2.tar.gz | 21.38 KB | 4fcc8b139bfdcd36ab2ff42c40e12bd3 |
| tw-6.x-1.0-beta2.zip | 25.71 KB | b0957486857ca9787956006bda053ae8 |
Release notes
First stable beta of Table Wizard
tw 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.0-beta1.tar.gz | 21.38 KB | 5ea0f1fdda2c23567bb5ae5fba5278b5 |
| tw-6.x-1.0-beta1.zip | 25.71 KB | 48490b2aaf762ac4a8974f46b9f75951 |
Release notes
First stable beta release of Table Wizard.
tw 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| tw-6.x-1.x-dev.tar.gz | 32.82 KB | ff4dda53208d869e11e0a845637ac90d |
| tw-6.x-1.x-dev.zip | 40.86 KB | ba19e942a2e162bd83cc3423239f35d9 |
Release notes
Initial release - semi-stable