Commit graph

18 commits

Author SHA1 Message Date
Andrés Montañez b0d41af3ee Merge pull request #300 from zomberg/fix_check_ignore_extens_option
[FIX] Fixed 'checkignoreexnens' option
2017-01-02 15:27:07 -03:00
Andrés Montañez 462ec1898d Merge pull request #298 from zomberg/bug_with_parameters_for_console_log
[FIX] Removed second argument for Console::log() method.
2017-01-02 15:19:16 -03:00
Vyacheslav Pavlov 42ebcda2e5 [FIX] Removed undefined variable 2016-07-21 17:39:38 +03:00
Vyacheslav Pavlov 727010bd61 [FIX] Fixed 'checkignoreexnens' option 2016-07-21 17:30:21 +03:00
Vyacheslav Pavlov ec7f5c3bc9 Removed second argument for Console::log() method. It was removed from this method earlier. 2016-07-21 17:16:20 +03:00
Andrés Montañez a0f4920333 PSR-2 Fixer 2015-04-12 16:13:06 -03:00
Andrés Montañez dc18a91cf7 SensioLabs Insight. 2015-02-21 14:23:24 -02:00
Andrés Montañez fddeebe59a PHPStorm refactoring. 2014-08-06 14:01:39 -03:00
Andrés Montañez 4c584b2634 Tweaks. 2014-08-06 14:00:11 -03:00
woutersioen c7e1175e11 Make file locations work better from global install. 2014-07-16 15:52:23 +02:00
Andrés Montañez b174d04da2 Commented code should not be commited #inslight 2014-06-12 16:50:47 -03:00
Andrés Montañez d17dd0eb27 Code refactoring. 2014-06-12 16:45:40 -03:00
Andrés Montañez 4e01cc3517 Tweaks and fixes. 2014-06-12 16:17:31 -03:00
Andrés Montañez 5cc9c02c3e IonCube task cleanup. 2014-01-11 16:12:01 -02:00
Matt Lowe f864fa7b8e updated sample config file at end of script 2013-11-22 13:06:31 +00:00
Matt Lowe 96981b72c7 Added method to allow checking the source code once IonCube has run for
any un-encoded/encrypted files.
This checks against an array of file extens (used mainly to exclude
images and javascript etc.)
It also checks against an array of paths/filenames.
These 2 should maybe be combined into a single array?
If any files are found to not be encoded and havnt been excluded, then
user is prompted to confirm they wish to proced.
This is designed as a last confirmation that you have encoded all the
files that you need, and are not about to push unsecured files to a
server.
2013-11-22 13:03:37 +00:00
Matt Lowe 5fe1fdc168 adding new 'check encryption' function, to check that all
files have been encrypted/encoded, and prompt user to confirm
if the deploy should continue if any files are found to
not be encoded.
TEST - DO NOT USE!
2013-11-21 14:11:45 +00:00
Matt Lowe 9282e770f4 Added first version of the IonCube encoder extension task
This allows you to encrypt a project prior to pushing it
to a server.
2013-11-16 16:36:46 +00:00