[ Index ]

PHP Cross Reference of WP-Table Reloaded 1.6

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
   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 =
 110  * feature: Support for "rowspan" and "colspan" in tables
 111  * feature: WP Search will now also search in tables
 112  * feature: Possibility to select the plugin language
 113  * feature: Highlight row (background-color change when hovering)
 114  * feature: Option to show an "Edit Table" link on the frontend
 115  * enhancement: select fields for position of name and description
 116  * internal plugin restructuring
 117  * dropped support for outdated WordPress 2.7
 118  
 119  = Version 1.5 =
 120  * added the DataTables JavaScript library with these features: sorting, pagination, filtering, TableTools
 121  * heavily redesigned the "Edit Table" screen: Bulk operations for inserting, deleting, ...
 122  * Warning message if changes not yet saved
 123  * 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
 124  * many, many plugin filters and actions for plugin customization
 125  * export/import a dump file (with ALL tables/options/settings at once)
 126  * fixed some minor bugs, errors and glitches
 127  * dropped support for outdated WordPress 2.6
 128  
 129  = Version 1.4.2a =
 130  * fixed bug: JavaScript errors in IE6 and 7 on Import screen
 131  * fixed bug: escapaping of delimiter when exporting was broken
 132  * added check for functions from mbstring library
 133  
 134  = Version 1.4.1 =
 135  * fixed small bug that led to occasional JavaScript timeout errors when editing large tables
 136  
 137  = Version 1.4 =
 138  * restyled "List of Tables" to suit WP 2.7/2.8 layout, list now sortable
 139  * added Table and shortcode Preview in the backend
 140  * "Insert Image" now allows inserting images from the WP Media Library
 141  * added possibility to show/hide rows/columns with checkboxes in the backend
 142  * textarea for cell data now grows when focussed
 143  * added "Custom Data Fields" to be able to store table meta data, accessible with a shortcode
 144  * added "Last edited" (time and user) information
 145  * fixed many minor bugs, errors and glitches (improved HTML validation)
 146  * optimized and restructured big parts of the code
 147  * dropped support for WordPress 2.5
 148  * added Italian and Japanese language files
 149  
 150  = Version 1.3 =
 151  * fixed bug with shortcode in text widgets for WP 2.8
 152  * added Brazilian Portuguese language file
 153  * fixed small bug with "Table" button in editor toolbar
 154  * table ID can now be changed and existing tables can be replaced upon import
 155  * possibility to add multiple rows/columns; import from URLs/webserver
 156  * WordPress shortcodes are supported within table cells
 157  * inputs are now textareas to allow easier editing of larger texts
 158  
 159  = Version 1.2.1 =
 160  * fixed syntax errors that appeared for some users
 161  * added Polish language file
 162  
 163  = Version 1.2 =
 164  * editor toolbar button to insert tables
 165  * bulk actions
 166  * improved CSS and JS loading and performance
 167  * template tag function; new CSV import/export class
 168  * table specific settings can be overwritten by shortcode parameters
 169  * new language: Czech
 170  * fixed a few minor bugs
 171  * smaller enhancements and text corrections
 172  
 173  = Version 1.1 =
 174  * changed way of CSS handling (database option instead of file)
 175  * fixed bug for users with PHP4 (certain function doesn't exist there)
 176  * added two additional shortcode parameters
 177  * added buttons to easily add links and images
 178  
 179  = Version 1.0(.1) =
 180  * Language files
 181  * more import/export (including directly from wp-Table!)
 182  * shortcode supported in text widgets
 183  
 184  = Version 0.9.2 =
 185  * fixed bug with plugin deactivation hook
 186  * added missing css-file
 187  
 188  = Version 0.9.1 =
 189  * first good release with all mentioned functions working well
 190  
 191  = Version 0.9 beta 1b =
 192  * small bug which prevented showing of tables (but still not everything implemented)
 193  
 194  = Version 0.9 beta 1 =
 195  * First release (not everything functional)
 196  
 197  == Upgrade Notice ==
 198  
 199  = 1.6 =
 200  This upgrade adds features like "colspan"/"rowspan" support, support for the WP Search, and more. WordPress 2.8 or higher is now required!
 201  
 202  = 1.5 =
 203  This upgrade contains a new JavaScript library for sorting, pagination, and filtering, and many more improvements to the interface.


Generated: Fri Jan 8 13:57:20 2010 Cross-referenced by PHPXref 0.7