-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post-release update: Change version to 2.52-dev
- Loading branch information
Showing
35 changed files
with
44 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Browser calling script | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Base configuration file | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc This file is included first, before each other | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Browser actions class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc GD image detection class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc MIME type detection class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Uploader class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
@@ -15,7 +15,7 @@ | |
class uploader { | ||
|
||
/** Release version */ | ||
const VERSION = "2.51-dev"; | ||
const VERSION = "2.52-dev"; | ||
|
||
/** Config session-overrided settings | ||
* @var array */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Base CSS definitions | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
!!! THINGS TO DO BEFORE ZIPPING NEW PACKAGES !!! | ||
|
||
* Delete .git directory | ||
|
||
* Change version numbers in all source files, doc/README and core/uploader.php | ||
VERSION class constant | ||
|
||
* Edit doc/Changelog file | ||
|
||
* Delete .git directory | ||
* Edit doc/Changelog file (also in dev version) | ||
|
||
* config.php changes: | ||
'disabled' => true, | ||
'uploadURL' => "upload", | ||
|
||
* Change version numbers in dev (Git) version | ||
|
||
* Delete this file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc CMS integration code: Drupal | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Dany Alejandro Cabrera <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Base JavaScript object properties | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Clipboard functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc File related functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Folder related functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Object initializations | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Join all JavaScript files in current directory | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Miscellaneous functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Settings panel functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Toolbar functionality | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* @desc Helper object | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Load language labels into JavaScript | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Default English localization | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc GD extension class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Input class for GET, POST and COOKIE requests | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* @desc Directory to ZIP file archivator | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Directory helper class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc File helper class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc HTTP cache helper class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Path helper class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Text processing helper class | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ http://www.kde.org | |
Theme Details: | ||
|
||
Project: KCFinder - http://kcfinder.sunhater.com | ||
Version: 2.51-dev | ||
Version: 2.52-dev | ||
Author: Pavel Tzonkov <[email protected]> | ||
Licenses: GPLv2 - http://www.opensource.org/licenses/gpl-2.0.php | ||
LGPLv2 - http://www.opensource.org/licenses/lgpl-2.1.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @desc Upload calling script | ||
* @package KCFinder | ||
* @version 2.51-dev | ||
* @version 2.52-dev | ||
* @author Pavel Tzonkov <[email protected]> | ||
* @copyright 2010, 2011 KCFinder Project | ||
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 | ||
|