[ Index ]

PHP Cross Reference of WP-Table Reloaded 1.6.1

title

Body

[close]

/ -> readme.txt (source)

   1  === WP-Table Reloaded ===
   2  Contributors: TobiasBg 
   3  Donate link: http://tobias.baethge.com/donate/
   4  Tags: html,table,data,editor,csv,import,export,excel,widget,admin,sidebar
   5  Requires at least: 2.8
   6  Tested up to: 2.9.1
   7  Stable tag: 1.6.1
   8  
   9  WP-Table Reloaded lets you manage tables in a comfortable backend in WP's admin area, without any knowledge of HTML, and can add valuable features.
  10  
  11  == Description ==
  12  
  13  WP-Table Reloaded enables you to create and manage tables in your WP's admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. Tables can contain any type of data and additional JavaScript libraries can be used to extend it with features like sorting, pagination, filtering, and more. You can include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML.
  14  
  15  = More information =
  16  Please see the English plugin website http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ .
  17  
  18  If you like this plugin, please rate it here in the WordPress Plugin Directory or make a [donation](http://tobias.baethge.com/donate/). Thank you!
  19  
  20  = Informationen auf Deutsch =
  21  Dieses Plugin erlaubt die komfortable Verwaltung von Tabellen in WordPress. Dafür werden keine HTML-Kenntnisse benötigt. Die Daten werden in einer Eingabemaske eingegeben und mittels eines Shortcodes in Artikel, Seiten oder Text-Widgets eingebunden. Zusätzlich können einer Tabelle mit einer JavaScript-Bibliothek weitere Fähigkeiten, wie Sortieren, Paginierung und Filterung hinzugefügt werden.
  22  
  23  Weitere Informationen auf Deutsch: http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/
  24  
  25  Wenn dir das Plugin gefällt, bewerte es bitte hier im WordPress Plugin Directory oder [spende](http://tobias.baethge.com/donate/). Danke!
  26  
  27  == Screenshots ==
  28  
  29  Screenshots are available on http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ .
  30  
  31  == Installation ==
  32  
  33  The easiest way is through your WordPress Admin area. Go to the plugin section and search for "WP-Table Reloaded" in the WordPress Plugin Directory. Then you can click "Install" and the following steps will be done for you automatically. You just have to activate the plugin (step 5).
  34  
  35  Manual Installation works just as for most other WordPress plugins:
  36  
  37  1. Download and Extract the zip file and just drop the folder "wp-table-reloaded" into the wp-content/plugins/ directory of your WordPress installation.
  38  
  39  1. Activate the Plugin "WP-Table Reloaded" on your "Plugins" page.
  40  
  41  1. Create and manage tables via "WP-Table Reloaded" in the "Tools" section.
  42  
  43  1. Include a table by adding the shortcode [table id=<your-table's-id> /] to your post, page or text widget.
  44  
  45  1. You might want to add styling features via the option in the "Plugin Options" screen, where you can enter your CSS directly.
  46  
  47  == Frequently Asked Questions ==
  48  
  49  = Can I use wp-Table and WP-Table Reloaded together? =
  50  
  51  Yes! You can have both wp-Table and WP-Table Reloaded installed in your WordPress! They will not interfere (as they are not using anything together). They are completely independent from each other.
  52  If WP-Table Reloaded finds the wp-Table database tables, it can import the found tables into it's own format, so that you can completely upgrade from wp-Table to WP-Table Reloaded.
  53  
  54  = Support? =
  55  
  56  If you find a bug or have a feature request, please don't hesitate to tell me about it.
  57  You would help a lot if you could add an issue ticket in the [issue tracker on Google Code](http://code.google.com/p/wp-table-reloaded/).
  58  Feature requests may also posted in the comments on the plugin website.
  59  
  60  For other help or support questions (especially with CSS), please use the [WordPress Support Forums](http://wordpress.org/support/). Please [open a new topic](http://wordpress.org/tags/wp-table-reloaded?forum_id=10#postform) there (with the tag "wp-table-reloaded") and email me a link to the thread (or post it as a comment on the plugin website). Thank you!
  61  You may also make feature requests using this method! Don't be shy!
  62  
  63  = Requirements? =
  64  
  65  In short: WordPress 2.8 or higher
  66  
  67  = Languages and Localization? =
  68  
  69  The plugin currently includes the following languages:
  70  Brazilian Portuguese, Czech, English, Finnish, German, Hindi, Italian, Japanese, Slovak, Spanish, and Swedish.
  71  
  72  I'd really appreciate it, if you would translate the plugin into your language! Using Heiko Rabe's WordPress plugin [Codestyling Localization](http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en/) that really is as easy as pie. Just install the plugin, add your language, create the .po-file, translate the strings in the comfortable editor and create the .mo-file. It will automatically be saved in WP-Table Reloaded's plugin folder. If you send me the .mo- and .po-file, I will gladly include them into future plugin releases.
  73  There is also a .pot-file available to use in the "languages" subfolder.
  74  
  75  = Where can I get more information? =
  76  
  77  Please visit the [official plugin website](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/) for the latest information on this plugin.
  78  
  79  Die Webseite des Plugins ist auch [auf Deutsch](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/) verfügbar.
  80  
  81  == Usage ==
  82  
  83  After installing the plugin, you can add, import, export, edit, copy, delete, ... tables via the "WP-Table Reloaded" screen which appears under the "Tools" section in your Admin menu.
  84  Everything should be self-explaining there.
  85  
  86  To show one of your tables in a post, on a page or in a text widget, just include the shortcode [table id=<the-id> /] to your post/page/text-widget, where <the-id&gt is the ID of your table (can be found on the left side of the "List tables" screen.)
  87  
  88  After that you might want to change the style of the table. You can do this by entering CSS commands into the "Custom CSS" textarea on the "Plugin Options" screen.
  89  You may also add certain features (like sorting, pagination, filtering, alternating row colors, row highlighting, print name and/or description, ...) by checking the appropriate options on the "Edit table" screen.
  90  
  91  == Acknowledgements ==
  92  
  93  Thanks go to [Alex Rabe](http://alexrabe.boelinger.com/) for the initial wp-Table plugin!
  94  Thanks go to [Allan Jardine](http://www.datatables.net/) for the DataTables-jQuery-plugin.
  95  Thanks go to [Christian Bach](http://tablesorter.com/docs/) for the TableSorter-jQuery-plugin.
  96  Thanks go to [Sören Krings](http://tablesorter.openwerk.de/) for the TableSorter-Extended-jQuery-plugin.
  97  Thanks to all language file translators!
  98  Thanks to every donor, supporter and bug reporter!
  99  
 100  == License ==
 101  
 102  This plugin is Free Software, released under the GPL version 2.
 103  You may use it free of charge for any purposes.
 104  I kindly ask you for link somewhere on your website to http://tobias.baethge.com/. This is not required!
 105  I'm also happy about [donations](http://tobias.baethge.com/donate/) or something from [my wishlist](http://tobias.baethge.com/wishlist)! Thanks!
 106  
 107  == Changelog ==
 108  
 109  = Version 1.6.1 =
 110  * enhancement: let WP Search also search table name and description
 111  * enhancement: replacing a table during an import will leave options untouched and only replace table data
 112  * bugfix: better fix for DataTables invisibility issue in IE 7
 113  * enhancement: add 3 new plugin filters for frontend
 114  * bugfix: fix for problem with search, if data is empty somehow
 115  
 116  = Version 1.6 =
 117  * feature: Support for "rowspan" and "colspan" in tables
 118  * feature: WP Search will now also search in tables
 119  * feature: Possibility to select the plugin language
 120  * feature: Highlight row (background-color change when hovering)
 121  * feature: Option to show an "Edit Table" link on the frontend
 122  * enhancement: select fields for position of name and description
 123  * internal plugin restructuring
 124  * dropped support for outdated WordPress 2.7
 125  
 126  = Version 1.5 =
 127  * added the DataTables JavaScript library with these features: sorting, pagination, filtering, TableTools
 128  * heavily redesigned the "Edit Table" screen: Bulk operations for inserting, deleting, ...
 129  * Warning message if changes not yet saved
 130  * added features to the "Plugin Options": set access requirements (user roles) to the plugin and the Options, Change position of the plugin in the admin menu, better loading/inclusion of CSS
 131  * many, many plugin filters and actions for plugin customization
 132  * export/import a dump file (with ALL tables/options/settings at once)
 133  * fixed some minor bugs, errors and glitches
 134  * dropped support for outdated WordPress 2.6
 135  
 136  = Version 1.4.2a =
 137  * fixed bug: JavaScript errors in IE6 and 7 on Import screen
 138  * fixed bug: escapaping of delimiter when exporting was broken
 139  * added check for functions from mbstring library
 140  
 141  = Version 1.4.1 =
 142  * fixed small bug that led to occasional JavaScript timeout errors when editing large tables
 143  
 144  = Version 1.4 =
 145  * restyled "List of Tables" to suit WP 2.7/2.8 layout, list now sortable
 146  * added Table and shortcode Preview in the backend
 147  * "Insert Image" now allows inserting images from the WP Media Library
 148  * added possibility to show/hide rows/columns with checkboxes in the backend
 149  * textarea for cell data now grows when focussed
 150  * added "Custom Data Fields" to be able to store table meta data, accessible with a shortcode
 151  * added "Last edited" (time and user) information
 152  * fixed many minor bugs, errors and glitches (improved HTML validation)
 153  * optimized and restructured big parts of the code
 154  * dropped support for WordPress 2.5
 155  * added Italian and Japanese language files
 156  
 157  = Version 1.3 =
 158  * fixed bug with shortcode in text widgets for WP 2.8
 159  * added Brazilian Portuguese language file
 160  * fixed small bug with "Table" button in editor toolbar
 161  * table ID can now be changed and existing tables can be replaced upon import
 162  * possibility to add multiple rows/columns; import from URLs/webserver
 163  * WordPress shortcodes are supported within table cells
 164  * inputs are now textareas to allow easier editing of larger texts
 165  
 166  = Version 1.2.1 =
 167  * fixed syntax errors that appeared for some users
 168  * added Polish language file
 169  
 170  = Version 1.2 =
 171  * editor toolbar button to insert tables
 172  * bulk actions
 173  * improved CSS and JS loading and performance
 174  * template tag function; new CSV import/export class
 175  * table specific settings can be overwritten by shortcode parameters
 176  * new language: Czech
 177  * fixed a few minor bugs
 178  * smaller enhancements and text corrections
 179  
 180  = Version 1.1 =
 181  * changed way of CSS handling (database option instead of file)
 182  * fixed bug for users with PHP4 (certain function doesn't exist there)
 183  * added two additional shortcode parameters
 184  * added buttons to easily add links and images
 185  
 186  = Version 1.0(.1) =
 187  * Language files
 188  * more import/export (including directly from wp-Table!)
 189  * shortcode supported in text widgets
 190  
 191  = Version 0.9.2 =
 192  * fixed bug with plugin deactivation hook
 193  * added missing css-file
 194  
 195  = Version 0.9.1 =
 196  * first good release with all mentioned functions working well
 197  
 198  = Version 0.9 beta 1b =
 199  * small bug which prevented showing of tables (but still not everything implemented)
 200  
 201  = Version 0.9 beta 1 =
 202  * First release (not everything functional)
 203  
 204  == Upgrade Notice ==
 205  
 206  = 1.6.1 =
 207  This upgrade fixes a few minor bugs and enhances the WP Search integration and the import.
 208  
 209  = 1.6 =
 210  This upgrade adds features like "colspan"/"rowspan" support, support for the WP Search, and more. WordPress 2.8 or higher is now required!
 211  
 212  = 1.5 =
 213  This upgrade contains a new JavaScript library for sorting, pagination, and filtering, and many more improvements to the interface.


Generated: Sun Jan 31 11:08:03 2010 Cross-referenced by PHPXref 0.7