Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2amigos/yii2-file-upload-widget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.9
Choose a base ref
...
head repository: 2amigos/yii2-file-upload-widget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 18 files changed
  • 7 contributors

Commits on May 23, 2018

  1. Correct FileUploadAction.php class name

    Assuming there is not a reason for the class and file name to differ for this file I propose changing the class name AbstractUploadAction to match the file name FileUploadAction; which will also match the naming conventions of the other action files: FileListAction.php and FileDeleteAction.php.
    wray-goenergies authored May 23, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f72c00e View commit details

Commits on Sep 7, 2018

  1. Copy the full SHA
    8162407 View commit details

Commits on Sep 10, 2018

  1. Update fileupload.php

    small spelling error corrected
    ToSchQLB authored Sep 10, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    12dfdaa View commit details

Commits on Oct 20, 2018

  1. Merge pull request #150 from ToSchQLB/patch-1

    Update fileupload.php
    tonydspaniard authored Oct 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5b6f618 View commit details
  2. Merge pull request #149 from Laureckis/master

    Added Latvian translations.
    tonydspaniard authored Oct 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    073baf9 View commit details

Commits on Nov 20, 2018

  1. Create fileupload.php

    Bulgarian translation
    iliyanz authored Nov 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4829ea8 View commit details

Commits on Feb 4, 2019

  1. Merge pull request #153 from iliyanz/master

    Bulgarian translaction
    tonydspaniard authored Feb 4, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    42424d7 View commit details
  2. Merge pull request #145 from wray-goenergies/patch-1

    Correct FileUploadAction.php class name
    tonydspaniard authored Feb 4, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9df6190 View commit details

Commits on Feb 8, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d22e68b View commit details

Commits on Feb 11, 2019

  1. Merge pull request #158 from leandrogehlen/patch-1

    Added 'Select file...' translation
    tonydspaniard authored Feb 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    57cda04 View commit details

Commits on Apr 6, 2019

  1. update php-doc

    tonydspaniard committed Apr 6, 2019
    Copy the full SHA
    abe37a7 View commit details
  2. update composer

    tonydspaniard committed Apr 6, 2019
    Copy the full SHA
    95be6f1 View commit details
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -22,3 +22,6 @@ nbproject
# mac deployment helpers
switch
index

# composer
composer.lock
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,8 @@
"bower-asset/blueimp-file-upload": "^9.9"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0",
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
2 changes: 1 addition & 1 deletion src/BaseUpload.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/BlueimpCanvasToBlobAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/BlueimpLoadImageAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/BlueimpTmplAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/FileUpload.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/FileUploadAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/FileUploadPlusAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/FileUploadUI.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/FileUploadUIAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

2 changes: 1 addition & 1 deletion src/actions/FileDeleteAction.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/
namespace dosamigos\fileupload\actions;
2 changes: 1 addition & 1 deletion src/actions/FileListAction.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/
namespace dosamigos\fileupload\actions;
4 changes: 2 additions & 2 deletions src/actions/FileUploadAction.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-file-upload-widget
* @copyright Copyright (c) 2013-2017 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2019 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/
namespace dosamigos\fileupload\actions;
@@ -24,7 +24,7 @@
* @author Antonio Ramirez <hola@2amigos.us>
* @package dosamigos\fileupload\actions
*/
class AbstractUploadAction extends Action
class FileUploadAction extends Action
{
/**
* @var string the AR class name that we need to link the uploaded instance to
30 changes: 30 additions & 0 deletions src/messages/bg/fileupload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

/**
* Message translations.
*
* This file is automatically generated by 'yii message' 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 [
'Add files' => 'Добави файлове',
'Start upload' => 'Започни качване',
'Cancel upload' => 'Отмени качването',
'Start' => 'Започни',
'Cancel' => 'Отмени',
'Error' => 'Грешка',
'Delete' => 'Изтрий',
'Processing' => 'Обработване',
'Select file...' => 'Избери файл...'
];
2 changes: 1 addition & 1 deletion src/messages/de/fileupload.php
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
'Cancel upload' => 'Upload abbrechen',
'Start' => 'Anfang',
'Cancel' => 'Abbrechen',
'Error' => 'Feheler',
'Error' => 'Fehler',
'Delete' => 'Löschen',
'Processing' => 'Verarbeitung',
'Select file...' => 'Dateien auswählen'
30 changes: 30 additions & 0 deletions src/messages/lv/fileupload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

/**
* Message translations.
*
* This file is automatically generated by 'yii message' 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 [
'Add files' => 'Pievienot failus',
'Start upload' => 'Sākt augšupielādi',
'Cancel upload' => 'Atcelt augšupielādi',
'Start' => 'Sākt',
'Cancel' => 'Atcelt',
'Error' => 'Kļūda',
'Delete' => 'Dzēst',
'Processing' => 'Apstrādā',
'Select file...' => 'Izvēlēties failu...'
];
1 change: 1 addition & 0 deletions src/messages/pt-BR/fileupload.php
Original file line number Diff line number Diff line change
@@ -26,4 +26,5 @@
'Error' => 'Erro',
'Delete' => 'Apagar',
'Processing' => 'Processando',
'Select file...' => 'Selecione o arquivo...'
];