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
/*! | |
* Isotope PACKAGED v2.0.1 | |
* Filter & sort magical layouts | |
* http://isotope.metafizzy.co | |
*/ | |
/** | |
* Bridget makes jQuery widgets | |
* v1.0.1 | |
*/ |
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
/** | |
* @param UnitApiObject $unit | |
* | |
* @return string | |
*/ | |
public function roomTitleCode(UnitApiObject $unit) | |
{ | |
$bedType = $unit->subunits()->bedTypeCode(); | |
$ensuiteSuffix = $unit->hasSubunitBathroom() ? '_ensuite' : ''; |
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 | |
class SomeClass | |
{ | |
private $cenas; | |
public function construct($cenas) | |
{ | |
$this->cenas = $cenas; |
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 | |
namespace Uniplaces\UserBundle\Tests\Unit\Application\Session; | |
use Uniplaces\AdminBundle\Domain\Staff\Id\AdminStaffId; | |
use Uniplaces\UserBundle\Application\Session\SessionActions; | |
use Uniplaces\UserBundle\Application\Session\TransferObject\AuthenticateTransferObject; | |
use Uniplaces\UserBundle\Application\Session\UserFetcherInterface; | |
use Uniplaces\UserBundle\Domain\Account\AccountTypeEnum; | |
use Uniplaces\UserBundle\Tests\Unit\Application\UserApplicationUnitTestCase; |
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
blockedIntervals | |
--------------- | |
{ | |
\"items\":[ | |
{ | |
\"start_date\": \"2015-01-06 00:00:01 \", | |
\"end_date\": \"2015-06-30 00:00:01 \", | |
\"by\":\"agency_staff\", | |
\"extra_info\":\"unknown\" | |
} |
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
Login | |
- change username to email address (loureiro) | |
Settings | |
- show user information (name, email phone) (loureiro) | |
- reset password using same view but with button to show form (loureiro) | |
Property List | |
- frontend improvements: (joana) | |
- links should be blue |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
from selenium import webdriver | |
from selenium.webdriver.support.ui import Select | |
from selenium.webdriver.common.by import By | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support import expected_conditions as EC | |
import random | |
import time |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
from selenium import webdriver | |
from selenium.webdriver.support.ui import Select | |
from selenium.webdriver.common.by import By | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support import expected_conditions as EC | |
from BeautifulSoup import BeautifulSoup | |
from lxml import etree |
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
{"availability":[{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Availability\\AvailabilityQuality":0}],"offer":[{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferBedroomQuality":0},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferBillsIncludedQuality":2},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferCancellationPolicyQuality":1},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferMinimumNightsQuality":1},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferRequirementsQuality":2},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferContractTypeQuality":2},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Quality\\Offer\\OfferAdminFeeQuality":2},{"Uniplaces\\OfferSearchBundle\\OfferSearch\\Transform\\Transformers\\Qualit |
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
{ | |
"availability": { | |
"availability": 0 | |
}, | |
"offer": { | |
"bedroom": 2, | |
"bills_included": 0, | |
"cancellation": 1, | |
"minimum_nights": 0, | |
"requirements": 2, |