aboutsummaryrefslogtreecommitdiffstats
path: root/www/codeigniter
ModeNameSize
-rw-r--r--Makefile5999logstatsplainblame
-rw-r--r--distinfo199logstatsplainblame
d---------files342logstatsplain
-rw-r--r--pkg-descr200logstatsplainblame
-rw-r--r--pkg-plist21135logstatsplainblame
/td>-62/+78 | |\ \ \ | | | | | | | | | | Add --format stylish to tslint and fix linter errors in contract-wrappers. | | * | | Add note about tslint false positiveAlex Browne2018-10-272-0/+4 | | | | | | | * | | chore: Update contract-wrappers CHANGELOG.jsonAlex Browne2018-10-241-0/+9 | | | | | | | * | | fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-249-28/+31 | | | | | | | | | | | | | | | | | | | | misconfiguration | | * | | chore: Add --format stylish to tslintAlex Browne2018-10-2434-34/+34 | | | | | | * | | | Merge pull request #1188 from 0xProject/fix/instant/quote-race-conditionsBrandon Millman2018-10-271-6/+41 | |\ \ \ \ | | | | | | | | | | | | [instant] Make sure quote updates are consistent with the current state | | * | | | Add back debounceBrandon Millman2018-10-271-1/+3 | | | | | | | | * | | | Make doesBuyQuoteMatchState in reducer less strictBrandon Millman2018-10-271-7/+12 | | | | | | | | * | | | fix(instant): prevent outdated quote requests from overriding the correct quoteBrandon Millman2018-10-272-9/+37 | |/ / / / * | | | | acccount for no addressSteve Klebanoff2018-10-273-11/+19 | | | | | * | | | | move funct into utilSteve Klebanoff2018-10-272-5/+32 | | | | | * | | | | move importsSteve Klebanoff2018-10-271-4/+2 | | | | | * | | | | yarn.lock changesSteve Klebanoff2018-10-271-2/+39 | | | | | * | | | | Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-2741-632/+1228 |\| | | | | * | | | feat(order_utils.py): ERC721 asset data codec (#1186)F. Eugene Aumson2018-10-276-9/+153 | | | | | | * | | | fix(order_utils.py): tweaks for first publish (#1185)F. Eugene Aumson2018-10-2711-17/+137 | | | | | | * | | | Merge pull request #1175 from 0xProject/feature/instant/input-fees-roundingFrancesco Agosti2018-10-2722-157/+473 | |\ \ \ \ | | | | | | | | | | | | [instant] Create a ScalingInput component and use it in the amount input and upgrade to styled-components v4 | | * \ \ \ Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-2621-152/+283 | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | | * | | | | chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-2610-41/+53 | | | | | | | | | * | | | | chore: update commentsfragosti2018-10-251-2/+2 | | | | | | | | | * | | | | chore: use alternate syntax for styledfragosti2018-10-254-4/+16 | | | | | | | | | * | | | | fix: weird linting error that depends on typesfragosti2018-10-252-2/+39 | | | | | | | | | * | | | | feat: change to increasing input width by a constant amount per additional ↵fragosti2018-10-252-51/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | character | | * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-2519-44/+215 | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | | * | | | | | chore: run linterfragosti2018-10-253-3/+3 | | | | | | | | | | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-2597-533/+1556 | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | | * | | | | | | fix: address PR feedbackfragosti2018-10-252-6/+6 | | | | | | | | | | | * | | | | | | feat: cover more token symbol edge casesfragosti2018-10-246-12/+27 | | | | | | | | | | | * | | | | | | feat: add title attribute to labelfragosti2018-10-241-2/+2 | | | | | | | | | | | * | | | | | | feat: add formatted symbol for asset uitlfragosti2018-10-241-1/+11 | | | | | | | | | | | * | | | | | | feat: support half-written decimal numbers in BigNumberInputfragosti2018-10-242-1/+31 | | | | | | | | | | | * | | | | | | fix: remove unused callback infofragosti2018-10-241-3/+3 | | | | | | | | | | | * | | | | | | polish: improve scaling significantlyfragosti2018-10-243-28/+50 | | | | | | | | | | | * | | | | | | fix: remove the concept of initial with from scaling input and remove phasefragosti2018-10-242-27/+21 | | | | | | | | | | | * | | | | | | fix: dont allow heading to change height when input size changesfragosti2018-10-243-3/+7 | | | | | | | | | | | * | | | | | | chore: run linterfragosti2018-10-234-11/+2 | | | | | | | | | | | * | | | | | | chore: final adjustmentsfragosti2018-10-232-3/+3 | | | | | | | | | | | * | | | | | | chore: refactor ScalingInputfragosti2018-10-231-9/+18 | | | | | | | | | | | * | | | | | | feature: reduce font size by a percentage instead of a constantfragosti2018-10-233-39/+57 | | | | | | | | | | | * | | | | | | feat: have basic scaling amount input workingfragosti2018-10-235-52/+131 | | | | | | | | | | | * | | | | | | feat: add scaling input componentfragosti2018-10-202-4/+88 | | | | | | | | | | | * | | | | | | fix: animation component typingfragosti2018-10-201-4/+1 | | | | | | | | | | | * | | | | | | feat: user better syntax for defining ui componentsfragosti2018-10-204-18/+4 | | | | | | | | | | | * | | | | | | feat: upgrade to styled-components v4fragosti2018-10-205-20/+74 | | | | | | | | | | * | | | | | | | Merge pull request #1192 from ↵Amir Bandeali2018-10-274-447/+464 | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contract-addresses/updateForwarder Feature/contract addresses/update forwarder | | * | | | | | | | Update CHANGELOGsAmir Bandeali2018-10-272-0/+18 | | | | | | | | | | | | * | | | | | | | feat: update addresses for ForwarderAmir Bandeali2018-10-271-3/+3 | | | | | | | | | | | | * | | | | | | | feat: update artifact for ForwarderAmir Bandeali2018-10-271-444/+443 | |/ / / / / / / / * | | | | | | | | feat(instant): Show message if user doesn't have enough ETHSteve Klebanoff2018-10-274-2/+24 | | | | | | | | | * | | | | | | | | ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-274-9/+11 |/ / / / / / / / * | | | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-10-261-1/+4 |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: fix(website): round makerAssetToken amount in FillOrder component | * \ \ \ \ \ \ \ Merge pull request #1190 from 0xProject/fix/website/fill-order-roundingKadinsky2018-10-262-46/+5 | |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | [website] Round makerAssetToken amount in FillOrder component | | * | | | | | | fix(website): round makerAssetToken amount in FillOrder componentBrandon Millman2018-10-262-46/+5 | |/ / / / / / / * / / / / / / / Update yarn.lockFabio Berger2018-10-261-45/+1 |/ / / / / / / * | | | | | | Merge pull request #1184 from 0xProject/feature/instant/view-processings-txnSteve Klebanoff2018-10-2611-53/+101 |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | [instant] View Processing Transaction | * | | | | | cleanup codeSteve Klebanoff2018-10-261-7/+2 | | | | | | |