Commit Graph

5819 Commits

Author SHA1 Message Date
Bryan Housel
fc277cc605 Merge pull request #3178 from openstreetmap/modules-renderer
modularize iD.renderer & iD.behavior
2016-06-17 06:15:22 -04:00
Kushan Joshi
14f0d95e94 modularize iD.behavior 2016-06-17 12:53:19 +05:30
Kushan Joshi
46d68bca87 modularize iD.renderer 2016-06-17 12:53:19 +05:30
Kushan Joshi
23c60288fc fix Makefile shell command modules/operation 2016-06-17 12:38:58 +05:30
Tom MacWright
9d973d5992 Merge pull request #3177 from beaugunderson/3118-svg-module
refactor svg into ES6 modules for #3118
2016-06-16 15:20:57 -04:00
Beau Gunderson
fb838645ae refactor svg into ES6 modules for #3118 2016-06-16 11:58:23 -07:00
Bryan Housel
cdbca258af Cleanup scripts in index.html 2016-06-16 11:55:00 -04:00
Bryan Housel
7cad599052 Merge branch 'modules-core' of https://github.com/kepta/iD into kepta-modules-core 2016-06-16 11:47:25 -04:00
Bryan Housel
d2545846a1 Merge pull request #3175 from openstreetmap/modules-services
Module for iD.services
2016-06-16 11:34:11 -04:00
Bryan Housel
82f0a81308 Resolve module variable collisions 2016-06-16 11:11:00 -04:00
Bryan Housel
0c0642e321 Attempt to put services into module 2016-06-16 11:11:00 -04:00
Kushan Joshi
59e6581aa5 Modularize iD.core 2016-06-16 18:41:37 +05:30
Kushan Joshi
ec73e923a2 Merge pull request #3173 from kepta/modules-operations
modularize iD.operations
2016-06-16 01:54:58 +05:30
Kushan Joshi
2db0f636b1 modularize iD.operations 2016-06-16 00:42:43 +05:30
Kushan Joshi
393cad504f lint modules 2016-06-15 21:29:47 +05:30
Bryan Housel
72f2e77dea Merge pull request #3172 from kepta/modules-geo
convert iD.geo to geo modules
2016-06-15 11:48:33 -04:00
Kushan Joshi
b2095a502a convert iD.geo to geo modules 2016-06-15 21:11:10 +05:30
Bryan Housel
627d06dfef Merge pull request #3171 from kepta/lint-modules
Allow linter to do static analysis on modules
2016-06-15 11:14:20 -04:00
Bryan Housel
8b9a9e32f6 Remove reference to mapillary-js assets from dist/index.html
(This was a holdover from testing a while ago. Assets are loaded from CDN now)
2016-06-15 11:08:56 -04:00
Bryan Housel
528cb5fae0 Fix conflicts, reference js/lib/id for built modules 2016-06-15 11:01:46 -04:00
Kushan Joshi
427a584558 Allow linter to do static analysis on modules 2016-06-15 20:18:14 +05:30
Bryan Housel
26c9649039 Merge branch '3118-modes' of https://github.com/davidchouse/iD into davidchouse-3118-modes 2016-06-15 10:47:40 -04:00
Bryan Housel
4fd6b94973 Consistent single quotes in .html 2016-06-15 10:43:48 -04:00
Bryan Housel
9f1fff0828 Eliminate unused var lint warnings from tests 2016-06-15 10:30:06 -04:00
Kushan Joshi
ea6c7f2f19 Merge pull request #3170 from openstreetmap/fix-spec-lint
Fix spec lint
2016-06-15 19:42:20 +05:30
Martin Raifer
02e9f1f55a export "getPrototypeOf" as var instead of const
to make it run in phantomjs (for tests) and browsers that don't support ES6's const yet.
2016-06-15 09:26:52 -04:00
Martin Raifer
2b488b5567 refactor "util" into ES6 modules for #3118 2016-06-15 09:26:52 -04:00
Kushan Joshi
6d580f66c2 Remaining files and add eslint test/spec to package.json 2016-06-15 18:36:48 +05:30
Kushan Joshi
3f3b287d62 Remove linting errors spec/services 2016-06-15 18:26:11 +05:30
Kushan Joshi
5a87558f97 Remove linting errors from spec/util 2016-06-15 18:26:11 +05:30
Kushan Joshi
4b2431a4e3 Remove linting error spec/ui 2016-06-15 18:26:11 +05:30
Kushan Joshi
1db442b9e8 Remove linting errors fromspec/svg 2016-06-15 18:26:11 +05:30
Kushan Joshi
9dcb6856ab Remove linting errors from spec/renderer 2016-06-15 18:26:11 +05:30
Kushan Joshi
295b8544eb Remove linting errors from spec/modes & spec/presets 2016-06-15 18:26:11 +05:30
Kushan Joshi
fe92a53e31 Add linting to spec/lib 2016-06-15 18:26:11 +05:30
Kushan Joshi
6c542505a4 Add linting to spec/core 2016-06-15 18:26:11 +05:30
Kushan Joshi
084ede853f Add linting to spec/geo 2016-06-15 18:26:11 +05:30
Kushan Joshi
0e4b1c9d04 Add linting to spec/behavior 2016-06-15 18:26:11 +05:30
David Culverhouse
4dd09b07ca Merging Makefile 2016-06-15 00:38:04 -04:00
David Culverhouse
8313ce284d Merge remote-tracking branch 'openstreetmap/master' 2016-06-15 00:22:31 -04:00
David Culverhouse
34904f0525 Migrate "modes" into ES6 modules for #3118 2016-06-15 00:11:32 -04:00
Tom MacWright
6c7786ab27 Merge pull request #3168 from beaugunderson/3118-presets
migrate presets to ES6 modules for #3118
2016-06-14 23:59:30 -04:00
Beau Gunderson
4dbce64b7d migrate presets to ES6 modules for #3118 2016-06-14 20:44:05 -07:00
Tom MacWright
f36812d8a4 Merge pull request #3165 from openstreetmap/3118-validations
refactor validations into ES6 modules for #3118
2016-06-14 19:33:46 -04:00
Martin Raifer
25e5c9256d delete now unneeded file 2016-06-14 22:05:22 +02:00
Martin Raifer
6f1744700a refactor validations into ES6 modules #3118 2016-06-14 21:55:11 +02:00
Bryan Housel
dbecdcf9a8 OS X -> macOS 2016-06-14 13:57:35 -04:00
Tom MacWright
dd3c73f144 Merge pull request #3161 from openstreetmap/inter-require
Start inter-requiring actions
2016-06-14 12:05:49 -04:00
Tom MacWright
1186931711 Update readme 2016-06-14 11:28:16 -04:00
Tom MacWright
91cb904a1b Remove postinstall again 2016-06-14 11:21:38 -04:00