/cad/gspiceui/

ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php55-pdo_odbc
td>
Commit message (Expand)AuthorAgeFilesLines
* Stagify.ale2013-10-301-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
Fix prettierBrandon Millman2018-06-061-1/+1
| | * | Merge pull request #668 from 0xProject/feature/website/move-disclaimerBrandon Millman2018-06-061-16/+18
| | |\ \
| | | * | Move portal disclaimer to the account management sectionBrandon Millman2018-06-061-16/+18
| | * | | Move prices into portalBrandon Millman2018-06-062-30/+32
| | |/ /
| | * | Merge pull request #652 from 0xProject/feature/website/landing-subscribe-butt...Francesco Agosti2018-06-0628-61/+398
| | |\ \
| | | * | Use stricter check for subscribe input textfragosti2018-06-061-1/+2
| | | * | Make buttons stack on mobilefragosti2018-06-052-5/+6
| | | * | Do not show subscribe form if language is not englishfragosti2018-06-051-1/+1
| | | * | Address PR feedbackfragosti2018-06-057-39/+46
| | | * | Lint and cleanupfragosti2018-06-023-6/+6
| | | * | Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-0229-50/+378
| | | |\ \ | | | | |/ | | | |/|
| | | | * Implement subscription formfragosti2018-06-027-68/+288
| | | | * Add styled-components and polishedfragosti2018-06-0220-19/+36
| | | | * Have basic newsletter subscribe form workingfragosti2018-06-026-2/+93
| * | | | Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-051-0/+3
| |/ / /
* / / / - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
|/ / /
* | | Address feedbackfragosti2018-06-054-14/+20
* | | Implement WETH step logic for continuefragosti2018-06-053-7/+14
* | | Move trackedTokenStateByAddress logic into portalfragosti2018-06-052-83/+100
|/ /
* | Merge pull request #648 from 0xProject/feature/website/fill-orderBrandon Millman2018-06-024-34/+75
|\ \
| * | Remove old parse codeBrandon Millman2018-06-021-26/+0
| * | Refactor order parser and add shared order support to new portalBrandon Millman2018-06-023-3/+43
| * | Add generate and fill order routesBrandon Millman2018-06-022-7/+34
* | | Only show ProviderDisplay in portalBrandon Millman2018-06-021-12/+14
* | | Improve sol-cov docsLeonid Logvinov2018-06-022-6/+78
|/ /
* | Fix missing keyBrandon Millman2018-06-011-1/+2
* | Update placeholder param orderingBrandon Millman2018-06-011-10/+21
* | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-0113-22/+26
* | Add loading state to ProviderDisplayBrandon Millman2018-06-012-22/+39
* | TweaksBrandon Millman2018-06-012-8/+29
* | Add Placeholder componentBrandon Millman2018-06-011-14/+48
* | Add StandardIconRowBrandon Millman2018-06-011-34/+41
* | Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
|/
* Remove some typesLeonid Logvinov2018-06-011-0/+2
* Remove published typesLeonid Logvinov2018-06-011-1/+1
* Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-3119-111/+444
|\
| * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-307-47/+121
| * Address PR feedbackfragosti2018-05-307-40/+41
| * Remove react-joyride from depsfragosti2018-05-301-1/+0
| * Remove blacklist conceptfragosti2018-05-304-66/+20
| * Some cleanupfragosti2018-05-302-11/+13
| * Improve tooltip lookfragosti2018-05-307-13/+69
| * Add types for react-popper, remove types for react-joyridefragosti2018-05-302-17/+16
| * Replace react-joyride with react-popperfragosti2018-05-304-53/+63
| * Write custom tooltip componentfragosti2018-05-262-6/+56
| * Run linterfragosti2018-05-262-2/+5
| * Add localstorage helperfragosti2018-05-261-0/+16
| * Add next buttonfragosti2018-05-262-1/+11
| * Auto-show onboarding flow on first page viewfragosti2018-05-265-7/+53
| * Add ability to blacklist onboarding stepsfragosti2018-05-263-34/+92
| * Fix PortalOnboardingFlowPropsfragosti2018-05-261-1/+0
| * Implement metamask installation flowfragosti2018-05-266-19/+75
* | Fix unselected relayer drawer itemBrandon Millman2018-05-301-1/+1
* | Hide wallet management option and expand component on small screensBrandon Millman2018-05-262-15/+23
|/
* Merge pull request #620 from 0xProject/feature/website/relayer-emptyBrandon Millman2018-05-253-9/+31
|\
| * Implement design for relayers with no volume or tokensBrandon Millman2018-05-253-9/+31
* | Merge pull request #618 from 0xProject/feature/v2-migrationsLeonid Logvinov2018-05-251-0/+1
|\ \ | |/ |/|
| * Pin types version in websiteLeonid Logvinov2018-05-251-0/+1
* | Improve OnboardingFlow API and typescript typesfragosti2018-05-253-12/+8
* | Address PR feedbackfragosti2018-05-256-16/+16
* | Fix build errorsfragosti2018-05-252-12/+9
* | Fix issue where modal can be out of sync with app statefragosti2018-05-256-16/+51
* | Basic onboarding flow infrastructure set upfragosti2018-05-2514-37/+213
* | Merge pull request #612 from 0xProject/feature/website/add-redux-devtoolsFrancesco Agosti2018-05-252-1/+3
|\ \ | |/ |/|
| * Move to deps from devDeps and use in development onlyfragosti2018-05-232-2/+2
| * Add redux-devtools-extension to projectfragosti2018-05-232-2/+4
* | Merge pull request #615 from 0xProject/refactor/json-schemas/for-v2Fabio Berger2018-05-251-1/+6
|\ \
| * | Have source-map-loader ignore node_modules packagesFabio Berger2018-05-241-1/+6
* | | Merge pull request #613 from 0xProject/check-tx-receipt-statusAlex Browne2018-05-241-1/+1
|\ \ \
| * | | Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
| |/ /
* | | Use visibility property instead of placeholder div in wrap ether itemBrandon Millman2018-05-241-7/+4
* | | Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-2431-142/+168
|\| |
| * | Add missing dep to websiteFabio Berger2018-05-241-0/+1
| * | Fix prettierLeonid Logvinov2018-05-242-2/+6
| * | Fix prettierLeonid Logvinov2018-05-241-3/+1
| * | Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-2424-122/+137
| * | Update dogfood urlBrandon Millman2018-05-232-2/+2
| * | Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-231-8/+8
| |\ \
| | * | PublishLeonid Logvinov2018-05-231-8/+8
| * | | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-proto...Fabio Berger2018-05-232-3/+10
| |\ \ \
| | * \ \ Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-232-3/+10
| | |\ \ \
| | | * | | Upgrade UglifyJS to include ES6 supportRemco Bloemen2018-05-222-3/+10
| * | | | | Fix tslintFabio Berger2018-05-232-4/+4
| |/ / / /
| * | | | merge developmentFabio Berger2018-05-233-7/+8
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-7/+8
| | |\ \
| | | * \ Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-173-11/+11
| | | |\ \
| | | * \ \ Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-167-10/+31
| | | |\ \ \
| | | * | | | Fix TSLint rulesFabio Berger2018-05-163-7/+8
* | | | | | | Add missing keyBrandon Millman2018-05-221-3/+6
* | | | | | | Use flexbox for wrapped ether itemBrandon Millman2018-05-221-21/+29
* | | | | | | Re add wrapped ether itemBrandon Millman2018-05-221-7/+24
* | | | | | | Rewrite balance rows using flex boxBrandon Millman2018-05-223-122/+129
|/ / / / / /
* | | | | / merge developmentFabio Berger2018-05-223-8/+3
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge pull request #597 from 0xProject/make-promises-safeAlex Browne2018-05-181-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
| * | | | Remove "Order utils" from menu for nowFabio Berger2018-05-171-6/+0
| * | | | Fix top tokens keyBrandon Millman2018-05-171-2/+8
| |/ / /
| * | / Improve about page descriptionsfragosti2018-05-171-3/+3
| | |/ | |/|
* | | PrettierBrandon Millman2018-05-191-1/+3
* | | Change number of columns in relayer index for small screensBrandon Millman2018-05-191-1/+1
* | | Wallet instead of balances for small screensBrandon Millman2018-05-191-23/+21
* | | Close drawer when new path is chosenBrandon Millman2018-05-191-0/+7
* | | Fix styling of portal menuBrandon Millman2018-05-194-20/+37
* | | Refactor portal specific colors out of react-sharedBrandon Millman2018-05-1910-12/+38
* | | Add custom styling for drawerBrandon Millman2018-05-193-16/+106
* | | Fix key issue for portal routesBrandon Millman2018-05-191-1/+7
* | | Fix responsiveness broken in rebaseBrandon Millman2018-05-191-13/+33
* | | Set up scaffolding for new drawerBrandon Millman2018-05-193-9/+28
* | | Hide wallet component for small screensBrandon Millman2018-05-191-0/+2
* | | Fix token link keyBrandon Millman2018-05-191-2/+8
* | | Modulate number of columns based on screenwidthBrandon Millman2018-05-192-4/+19
* | | Fix prettierBrandon Millman2018-05-192-22/+17
* | | Change my title to clarifyfragosti2018-05-181-1/+1
* | | Center all the thingsfragosti2018-05-184-11/+46
* | | Refactor code in response to CR feedbackfragosti2018-05-185-15/+12
* | | Remove duplicate function call to validatefragosti2018-05-181-1/+1
* | | Show error messages in the wrapped ether itemfragosti2018-05-186-23/+52
* | | Improve about page descriptionsfragosti2018-05-181-3/+3
* | | Fix tslint false positiveBrandon Millman2018-05-181-2/+9
* | | Fix spreadBrandon Millman2018-05-181-1/+1
* | | Refactor account management itmesBrandon Millman2018-05-181-74/+70
* | | Add loading componentBrandon Millman2018-05-183-50/+77
* | | Refactor a bunch of layouts into their own filesBrandon Millman2018-05-18