Skip to content

Commit

Permalink
Updates to release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 13, 2017
1 parent 2324fd5 commit 4862c52
Show file tree
Hide file tree
Showing 78 changed files with 2,988 additions and 28 deletions.
9 changes: 7 additions & 2 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Change Log: `yii2-export`
=========================

## version 1.2.7 (under development)
## version 1.2.7

**Date:** 18-Aug-2016
**Date:** 13-Mar-2017

- (enh #163): Add dependency for kartik-v/yii2-dialog.
- (bug #164): Process export correctly when confirmation alert is not set.
- (bug #165): Empty export result when only first column is selected.
- (enh #175): Add French Translations.
- (enh #177): Update French Translations.
- (enh #182, #183): Correct column label key increment.
- (enh #177): Add Vietnamese Translations.
- Update message config to include all default standard translation files.

## version 1.2.6

Expand Down
2 changes: 1 addition & 1 deletion ExportColumnAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @package yii2-export
* @version 1.2.7
*/
Expand Down
2 changes: 1 addition & 1 deletion ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*/

Expand Down
2 changes: 1 addition & 1 deletion ExportMenuAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @package yii2-export
* @version 1.2.7
*/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, Kartik Visweswaran
Copyright (c) 2015 - 2017, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-columns.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Columns Selector Style Sheet
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-columns.min.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Columns Selector Style Sheet
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-data.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Menu Style Sheet
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-data.min.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Menu Style Sheet
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-columns.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Columns Selector Validation Module.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-columns.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Columns Selector Validation Module.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2016
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2017
* @version 1.2.7
*
* Export Data Validation Module.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-data.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions messages/af/kvexport.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'CSV' => '',
'Column' => '',
'Comma Separated Values' => '',
'Disable any popup blockers in your browser to ensure proper download.' => '',
'Download exported file' => '',
'Excel 2007+' => '',
'Excel 95 +' => '',
'Export data in selected format' => '',
'Exported File' => '',
'Generating the export file. Please wait...' => '',
'Grid export generated by Krajee ExportMenu widget (yii2-export)' => '',
'HTML' => '',
'Hyper Text Markup Language' => '',
'Microsoft Excel 2007+ (xlsx)' => '',
'Microsoft Excel 95+ (xls)' => '',
'Ok to proceed?' => '',
'PDF' => '',
'Portable Document Format' => '',
'Request submitted! You may safely close this dialog after saving your downloaded file.' => '',
'Select Columns' => '',
'Select columns to export' => '',
'Tab Delimited Text' => '',
'Text' => '',
'The CSV export file will be generated for download.' => '',
'The EXCEL 2007+ (xlsx) export file will be generated for download.' => '',
'The EXCEL 95+ (xls) export file will be generated for download.' => '',
'The HTML export file will be generated for download.' => '',
'The PDF export file will be generated for download.' => '',
'The TEXT export file will be generated for download.' => '',
'Toggle All' => '',
'grid-export' => '',
];
51 changes: 51 additions & 0 deletions messages/ar/kvexport.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'CSV' => '',
'Column' => '',
'Comma Separated Values' => '',
'Disable any popup blockers in your browser to ensure proper download.' => '',
'Download exported file' => '',
'Excel 2007+' => '',
'Excel 95 +' => '',
'Export data in selected format' => '',
'Exported File' => '',
'Generating the export file. Please wait...' => '',
'Grid export generated by Krajee ExportMenu widget (yii2-export)' => '',
'HTML' => '',
'Hyper Text Markup Language' => '',
'Microsoft Excel 2007+ (xlsx)' => '',
'Microsoft Excel 95+ (xls)' => '',
'Ok to proceed?' => '',
'PDF' => '',
'Portable Document Format' => '',
'Request submitted! You may safely close this dialog after saving your downloaded file.' => '',
'Select Columns' => '',
'Select columns to export' => '',
'Tab Delimited Text' => '',
'Text' => '',
'The CSV export file will be generated for download.' => '',
'The EXCEL 2007+ (xlsx) export file will be generated for download.' => '',
'The EXCEL 95+ (xls) export file will be generated for download.' => '',
'The HTML export file will be generated for download.' => '',
'The PDF export file will be generated for download.' => '',
'The TEXT export file will be generated for download.' => '',
'Toggle All' => '',
'grid-export' => '',
];
51 changes: 51 additions & 0 deletions messages/az/kvexport.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'CSV' => '',
'Column' => '',
'Comma Separated Values' => '',
'Disable any popup blockers in your browser to ensure proper download.' => '',
'Download exported file' => '',
'Excel 2007+' => '',
'Excel 95 +' => '',
'Export data in selected format' => '',
'Exported File' => '',
'Generating the export file. Please wait...' => '',
'Grid export generated by Krajee ExportMenu widget (yii2-export)' => '',
'HTML' => '',
'Hyper Text Markup Language' => '',
'Microsoft Excel 2007+ (xlsx)' => '',
'Microsoft Excel 95+ (xls)' => '',
'Ok to proceed?' => '',
'PDF' => '',
'Portable Document Format' => '',
'Request submitted! You may safely close this dialog after saving your downloaded file.' => '',
'Select Columns' => '',
'Select columns to export' => '',
'Tab Delimited Text' => '',
'Text' => '',
'The CSV export file will be generated for download.' => '',
'The EXCEL 2007+ (xlsx) export file will be generated for download.' => '',
'The EXCEL 95+ (xls) export file will be generated for download.' => '',
'The HTML export file will be generated for download.' => '',
'The PDF export file will be generated for download.' => '',
'The TEXT export file will be generated for download.' => '',
'Toggle All' => '',
'grid-export' => '',
];
51 changes: 51 additions & 0 deletions messages/bg/kvexport.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'CSV' => '',
'Column' => '',
'Comma Separated Values' => '',
'Disable any popup blockers in your browser to ensure proper download.' => '',
'Download exported file' => '',
'Excel 2007+' => '',
'Excel 95 +' => '',
'Export data in selected format' => '',
'Exported File' => '',
'Generating the export file. Please wait...' => '',
'Grid export generated by Krajee ExportMenu widget (yii2-export)' => '',
'HTML' => '',
'Hyper Text Markup Language' => '',
'Microsoft Excel 2007+ (xlsx)' => '',
'Microsoft Excel 95+ (xls)' => '',
'Ok to proceed?' => '',
'PDF' => '',
'Portable Document Format' => '',
'Request submitted! You may safely close this dialog after saving your downloaded file.' => '',
'Select Columns' => '',
'Select columns to export' => '',
'Tab Delimited Text' => '',
'Text' => '',
'The CSV export file will be generated for download.' => '',
'The EXCEL 2007+ (xlsx) export file will be generated for download.' => '',
'The EXCEL 95+ (xls) export file will be generated for download.' => '',
'The HTML export file will be generated for download.' => '',
'The PDF export file will be generated for download.' => '',
'The TEXT export file will be generated for download.' => '',
'Toggle All' => '',
'grid-export' => '',
];
51 changes: 51 additions & 0 deletions messages/bs/kvexport.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'CSV' => '',
'Column' => '',
'Comma Separated Values' => '',
'Disable any popup blockers in your browser to ensure proper download.' => '',
'Download exported file' => '',
'Excel 2007+' => '',
'Excel 95 +' => '',
'Export data in selected format' => '',
'Exported File' => '',
'Generating the export file. Please wait...' => '',
'Grid export generated by Krajee ExportMenu widget (yii2-export)' => '',
'HTML' => '',
'Hyper Text Markup Language' => '',
'Microsoft Excel 2007+ (xlsx)' => '',
'Microsoft Excel 95+ (xls)' => '',
'Ok to proceed?' => '',
'PDF' => '',
'Portable Document Format' => '',
'Request submitted! You may safely close this dialog after saving your downloaded file.' => '',
'Select Columns' => '',
'Select columns to export' => '',
'Tab Delimited Text' => '',
'Text' => '',
'The CSV export file will be generated for download.' => '',
'The EXCEL 2007+ (xlsx) export file will be generated for download.' => '',
'The EXCEL 95+ (xls) export file will be generated for download.' => '',
'The HTML export file will be generated for download.' => '',
'The PDF export file will be generated for download.' => '',
'The TEXT export file will be generated for download.' => '',
'Toggle All' => '',
'grid-export' => '',
];
Loading

0 comments on commit 4862c52

Please sign in to comment.