"Zope is an exciting new object-based, open source web application platform. It allows you to build powerful and dynamic web applications easily. Zope comes with source code and is friendly to developers as well as users. Zope is distinguished by its integrated object database which, when combined with a revolutionary object model, provides a completely unique facility for servicing content managers and web application developers." Here are some of the "headlines" mentioned in the features list. Database Integration Content Management SQL and HTML in Harmony Builtin Objects Multiple Data Sources Document Templates Publish Databases Web to Objects Application Development Integrated Object Database DTML Scripting Managed Through the Web External Methods Direct URL Access to Objects WWW: http://www.zope.org/ Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Expand)AuthorAgeFilesLines
* Use a single version of react typesLeonid Logvinov2018-05-051-5/+1
* Revert yarn.lock changesLeonid Logvinov2018-05-051-666/+585
* Fix property nameLeonid Logvinov2018-05-051-583/+674
* Make a negligible change to order-utils to publish a new versionLeonid Logvinov2018-05-051-0/+20
* yarn.lockBrandon Millman2018-04-281-6/+6
* Merge pull request #555 from 0xProject/feature/subproviders/upgrade-provider-...Jacob Evans2018-04-261-10/+153
|\
| * Update Web3 Provider Engine to 14.0.4Jacob Evans2018-04-241-10/+153
* | Fix react type versions to avoid minor version bumps with breaking changesFabio Berger2018-04-241-1/+1
|/
* Add support for solidity 0.4.23Amir Bandeali2018-04-211-3/+3
* Merge pull request #540 from 0xProject/feature/abi-gen/tuple-return-typesJacob Evans2018-04-201-0/+36
|\
| * Support Tuples from function returnsJacob Evans2018-04-191-0/+36
* | Merge pull request #539 from 0xProject/feature/website/backend-clientBrandon Millman2018-04-191-1/+12
|\ \ | |/ |/|
| * Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-1/+12
* | Update deployer and contracts repo to use solidity 0.4.22Jacob Evans2018-04-181-0/+10
|/
* Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-testJacob Evans2018-04-171-0/+62
|\
| * Rename resolver to sol-resolverLeonid Logvinov2018-04-161-91/+10
| * Implement the resolverLeonid Logvinov2018-04-121-0/+62
| * Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-121-3/+90
* | Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-131-46/+11
|/
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-90/+3
* Merge pull request #514 from 0xProject/publishImprovementsFabio Berger2018-04-111-8/+84
|\
| * Add step to publishing that upload staging doc jsons, deploys staging website...Fabio Berger2018-04-101-8/+84
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ...Greg Hysen2018-04-101-7/+1
* | Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-4/+97
|/
* Remove Dharma integration from WebsiteFabio Berger2018-04-031-250/+41
* Remove remaining unused depsFabio Berger2018-04-031-1148/+96
* Update yarn.lockFabio Berger2018-04-031-0/+23
* Fix yarnFabio Berger2018-04-031-40/+4
* Stop using utilsFabio Berger2018-04-031-26/+0
* Update yarn.lockFabio Berger2018-04-031-40/+71
* Updated CHANGELOGSLeonid Logvinov2018-04-021-54/+1
* Fix versionLeonid Logvinov2018-04-021-1/+64
* Fix contracts and artifacts pathsLeonid Logvinov2018-04-021-10/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-18/+3
* Update moment, no longer need separate moment typesFabio Berger2018-04-021-11/+1
* Add more loggingFabio Berger2018-03-301-1/+1
* Fix semver-sort versionFabio Berger2018-03-291-1/+1
* Update Yarn lock and fix dep versionsFabio Berger2018-03-291-7/+11
* Move common types out of web3 typesLeonid Logvinov2018-03-271-15/+0
* Add clean-state testsLeonid Logvinov2018-03-271-809/+1428
* Merge branch 'development' into feature/deployer-improvementsLeonid Logvinov2018-03-241-1/+1
|\
| * Update yarn.lockFabio Berger2018-03-201-1/+1
* | Support proper semver version rangesLeonid Logvinov2018-03-211-0/+4
|/
* Update yarn.lockBrandon Millman2018-03-201-3/+30
* Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-201-0/+4
|\
| * Fix packages that aren't working as expectedFabio Berger2018-03-191-0/+4
* | WIPBrandon Millman2018-03-161-20/+3
* | Fix yarn.lockBrandon Millman2018-03-161-23/+6
* | Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-161-919/+2556
|\|
| * Fix parallel coverage results reportingLeonid Logvinov2018-03-151-12/+158
| * Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-891/+2400
| |\
| | * Revert "Report all coverage reports together"Leonid Logvinov2018-03-141-158/+12
| | * Report all coverage reports togetherLeonid Logvinov2018-03-131-12/+158
| | * Start using solidity-parser-antlrLeonid Logvinov2018-03-131-0/+4
| | * Add support for async calls under coverageLeonid Logvinov2018-03-121-5/+5
| | * Disable completed docs ruleLeonid Logvinov2018-03-121-47/+17
| | * Add sol-cover implementationLeonid Logvinov2018-03-121-885/+2420
| * | Re-add linter to monorepo-scripts but with tslint-config dep at earlier versi...Fabio Berger2018-03-131-0/+7
| |/
* / Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-141-4/+70
|/
* Fix yarn.lockBrandon Millman2018-03-091-4/+139
* Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-091-237/+315
|\
| * Merge branch 'development' into extractDocsFabio Berger2018-03-081-98/+158
| |\
| | * Update yarn.lockFabio Berger2018-03-081-98/+158
| * | Update prettier since the previous version had a bug when dealing with css filesFabio Berger2018-03-081-3/+3
| * | Add example docs to react-docs packageFabio Berger2018-03-071-4/+132
| * | Bug fixesFabio Berger2018-03-051-1/+26
| |/
* | Update 0x package versions and fix yarn.lockBrandon Millman2018-03-061-0/+16
* | Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-061-61/+243
|\|
| * Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ...Fabio Berger2018-03-031-4/+60
| * Update yarn lockFabio Berger2018-03-021-47/+185
* | Fix yarn.lockBrandon Millman2018-03-021-0/+4
* | Merge branch 'development' into feature/sra-reporterBrandon Millman2018-03-021-8/+23
|\|
| * Upgrate prettierLeonid Logvinov2018-02-281-3/+3
| * Fix build by using local events typesLeonid Logvinov2018-02-281-10/+0
| * Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-1/+30
* | Fix @types/lodash versionBrandon Millman2018-02-231-4/+0
* | Implement initial sra-report command line toolBrandon Millman2018-02-231-35/+437
|/
* Merge branch 'development' of github.com:0xProject/0x.js into developmentFabio Berger2018-02-071-3/+10
|\
| * Update yarn.lockBrandon Millman2018-02-071-9/+0
| * Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-071-0/+9
| |\
| * | Addressed comments and update 0xProject/types-ethereumjs-util depsBrandon Millman2018-02-061-9/+8
| * | Merge branch 'development' into feature/testnet-faucets/order-dispenserBrandon Millman2018-02-061-3/+3
| |\ \
| * | | Add order signing and dispensing ability to faucetBrandon Millman2018-01-311-0/+8
* | | | Update yarn.lockFabio Berger2018-02-071-9/+16
| |_|/ |/| |
* | | Yarn.lockJacob Evans2018-02-06