This file contains hidden or 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
PHP Fatal error: Cannot redeclare class Fuel\Core\Autoloader in /var/lib/jenkins/workspace/Dashboard-Rivendel/fuel/core/classes/autoloader.php on line 24 |
This file contains hidden or 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
Started by user Admin Jenkins | |
Building in workspace /var/lib/jenkins/workspace/Dashboard-Rivendel | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git # timeout=10 | |
Fetching upstream changes from https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git | |
> git --version # timeout=10 | |
using .gitcredentials to set credentials | |
> git config --local credential.helper store --file=/tmp/git3062663633840890471.credentials # timeout=10 | |
> git fetch --tags --progress https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git +refs/heads/*:refs/remotes/origin/* |
This file contains hidden or 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
<?xml version="1.0" ?> | |
<project name="FuelPHP" default="help"> | |
<property name="basedir" value="${project.basedir}" /> | |
<property name="builddir" value="${basedir}/build" /> | |
<property name="branch" value="1.1/develop" /> | |
<property name="tag" value="v1.1-rc1" /> | |
<property name="submodules" value="fuel/core,fuel/packages/auth,fuel/packages/email,fuel/packages/oil,fuel/packages/orm,fuel/packages/parser" /> |
This file contains hidden or 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
<phpunit colors="true" stopOnFailure="false" bootstrap="../core/bootstrap_phpunit.php"> | |
<php> | |
<server name="doc_root" value="../../"/> | |
<server name="app_path" value="fuel/app"/> | |
<server name="core_path" value="fuel/core"/> | |
<server name="package_path" value="fuel/packages"/> | |
<server name="vendor_path" value="fuel/vendor"/> | |
<server name="FUEL_ENV" value="test"/> | |
</php> | |
<testsuites> |
This file contains hidden or 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
[root@ip-10-50-1-200 core]# cat bootstrap_phpunit.php | |
<?php | |
/** | |
* Set error reporting and display errors settings. You will want to change these when in production. | |
*/ | |
error_reporting(E_ALL); | |
ini_set('display_errors', 1); | |
$app_path = rtrim($_SERVER['app_path'], '/').'/'; |
This file contains hidden or 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
App.Ingresse.ClickLogin = function() { | |
var target = $('a#sync_ingresse'); | |
target.bind('click', function(event) { | |
event.preventDefault(); | |
$loadingBtn = $(this); | |
oldText = $loadingBtn.text(); | |
stringIcon = '<i class="fa fa-spinner fa-spin"></i> '; | |
$loadingBtn.html(stringIcon + oldText); |
This file contains hidden or 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
$.validator.setDefaults( | |
{ | |
submitHandler: function() { alert("submitted!"); }, | |
showErrors: function(map, list) | |
{ | |
this.currentElements.parents('label:first, div:first').find('.has-error').remove(); | |
this.currentElements.parents('.form-group:first').removeClass('has-error'); | |
$.each(list, function(index, error) | |
{ |
This file contains hidden or 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
a:5:{i:0;s:32:"Value '500,00' has to be numeric";i:1;s:778:"#0 /web/magento/app/code/core/Mage/Checkout/controllers/CartController.php(148): Zend_Currency->toCurrency('500,00') | |
#1 /web/magento/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_CartController->indexAction() | |
#2 /web/magento/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index') | |
#3 /web/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) | |
#4 /web/magento/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch() | |
#5 /web/magento/app/Mage.php(684): Mage_Core_Model_App->run(Array) | |
#6 /web/magento/index.php(87): Mage::run('', 'store') |
This file contains hidden or 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
public static function getAnswersByDateAndOperator(\MongoDate $dataStart, \MongoDate $dataEnd, \MongoId $operatorId) { | |
$db = \Fuel\Core\Mongo_Db::instance(); | |
return $db->where(array('ticket_answers.user_id' => $operatorId)) | |
->where_between('ticket_answers.date', $dataStart, $dataEnd) | |
->get(\Model\Ticket::$_table_name); | |
} |
This file contains hidden or 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
"ticket_answers" : [ | |
{ | |
"user_id" : ObjectId("543bee69b80de4fc068b4567"), | |
"date" : ISODate("2014-10-27T17:08:06.073Z"), | |
"reply" : "Novo Arquivo Adicionado: <a href=\"https://painel-tickets.s3.amazonaws.com/2014/10/27/Selection_020.png\" class=\"btn btn-info btn-sm\"><i class=\"fa fa-cloud fa-fw\"></i> Download </a>", | |
"hours" : "00:00", | |
"type" : "file" | |
}, | |
{ | |
"user_id" : ObjectId("543bee69b80de4fc068b4567"), |