Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
2.52
Browse files Browse the repository at this point in the history
PHPDoc tags updated
  • Loading branch information
sunhater committed Jan 11, 2014
1 parent 11f841a commit 6267051
Show file tree
Hide file tree
Showing 38 changed files with 109 additions and 125 deletions.
6 changes: 3 additions & 3 deletions browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Browser calling script
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Base configuration file
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand All @@ -23,7 +23,7 @@

'disabled' => false,
'theme' => "oxygen",
'uploadURL' => "/upload",
'uploadURL' => "upload",
'uploadDir' => "",

'types' => array(
Expand Down
6 changes: 3 additions & 3 deletions core/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc This file is included first, before each other
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions core/browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Browser actions class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions core/types/type_img.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Image detection class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions core/types/type_mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc MIME type detection class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
8 changes: 4 additions & 4 deletions core/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Uploader class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand All @@ -15,7 +15,7 @@
class uploader {

/** Release version */
const VERSION = "2.52-dev";
const VERSION = "2.52";

/** Config session-overrided settings
* @var array */
Expand Down
6 changes: 3 additions & 3 deletions css.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Base CSS definitions
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
16 changes: 0 additions & 16 deletions doc/BEFORE_RELEASE

This file was deleted.

6 changes: 3 additions & 3 deletions doc/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[===========================< KCFinder 2.52-dev >================================]
[===========================< KCFinder 2.52 >================================]
[ ]
[ Copyright 2010, 2011 KCFinder Project ]
[ Copyright 2010-2014 KCFinder Project ]
[ http://kcfinder.sunhater.com ]
[ Pavel Tzonkov <[email protected]> ]
[ Pavel Tzonkov <[email protected]> ]
[ ]
[============================================================================]

Expand Down
4 changes: 2 additions & 2 deletions integration/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc CMS integration code: Drupal
* @package KCFinder
* @version 2.52-dev
* @version 2.52
* @author Dany Alejandro Cabrera <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/0bject.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Base JavaScript object properties
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Clipboard functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
4 changes: 2 additions & 2 deletions js/browser/dropUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Upload files using drag and drop
* @package KCFinder
* @version 2.52-dev
* @version 2.52
* @author Forum user (updated by Pavel Tzonkov)
* @copyright 2010, 2011 KCFinder Project
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc File related functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Folder related functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Object initializations
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/joiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Join all JavaScript files in current directory
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Miscellaneous functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js/browser/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Settings panel functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
8 changes: 4 additions & 4 deletions js/browser/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Toolbar functionality
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down Expand Up @@ -61,7 +61,7 @@ browser.initToolbar = function() {
html += '<div id="checkver"><span class="loading"><span>' + browser.label("Checking for new version...") + '</span></span></div>';
html +=
'<div>' + browser.label("Licenses:") + ' GPLv2 & LGPLv2</div>' +
'<div>Copyright &copy;2010, 2011 Pavel Tzonkov</div>' +
'<div>Copyright &copy;2010-2014 Pavel Tzonkov</div>' +
'<button>' + browser.label("OK") + '</button>' +
'</div>';
$('#dialog').html(html);
Expand Down
6 changes: 3 additions & 3 deletions js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
*
* @desc Helper object
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions js_localize.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Load language labels into JavaScript
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
2 changes: 1 addition & 1 deletion lang/bg.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/** Bulgarian localization file for KCFinder
* author: Pavel Tzonkov <[email protected]>
* author: Pavel Tzonkov <[email protected]>
*/

$lang = array(
Expand Down
6 changes: 3 additions & 3 deletions lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Default English localization
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions lib/class_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc Abstract image driver class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions lib/class_image_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc GD image driver class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
6 changes: 3 additions & 3 deletions lib/class_image_gmagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* @desc GraphicsMagick image driver class
* @package KCFinder
* @version 2.52-dev
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @version 2.52
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010-2014 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
* @link http://kcfinder.sunhater.com
Expand Down
Loading

0 comments on commit 6267051

Please sign in to comment.