#9647 closed feature (fixed)
Build: Split functions out of core into their own files
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.12.0 |
Component: | [meta] ui.build | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | #9464 | Blocking: |
Description (last modified by )
After the AMD refactor lands, we can extract these to their own files.
For back compat, create core.js which just requires all the individual files.
Change History (25)
comment:1 Changed 9 years ago by
Status: | new → open |
---|
comment:2 Changed 9 years ago by
Blocked by: | 9464 added |
---|---|
Component: | ui.dialog → [meta] ui.build |
Summary: | Dialog: Move :focusable and :tabbable to dialog → Build: Move :focusable and :tabbable to their own file(s) |
Type: | bug → feature |
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Milestone: | none → 1.12.0 |
---|---|
Priority: | minor → blocker |
comment:5 Changed 9 years ago by
Summary: | Build: Move :focusable and :tabbable to their own file(s) → Build: Split functions out of core into their own files |
---|
comment:6 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:9 Changed 8 years ago by
Core: Move version and creation of the ui namespace into its own module
Ref #9647
Changeset: 3d71fb83fe02a307823594f5905be9848cfa5506
comment:10 Changed 8 years ago by
Core: Move data selector from core into its own module
Ref #9647
Changeset: f0260fd91b593ae56f68e1f33ca8496c1c4b0467
comment:11 Changed 8 years ago by
Core: Move disable-selection into its own module
Ref #9647
Changeset: 4916487440b0c087e6e5996522cf478af26df591
comment:12 Changed 8 years ago by
Core: Move focusable into its own module
Ref #9647
Changeset: 475ccefd97ec24d76cfa6767c007501c14934ba6
comment:13 Changed 8 years ago by
Core: Move escape selector into its own module
Ref #9647
Changeset: 47188b792617a0030ccec07c6df27335dc3aa430
comment:14 Changed 8 years ago by
Core: Move form method into its own module
Ref #9647
Changeset: 64076ecfb5870130d89733ff34668fdd18683f9b
comment:15 Changed 8 years ago by
Core: Move $.ui.ie into its own module
Ref #9647
Changeset: 677fdbf7bef71d12998191e0b97c2c5cd34349be
comment:16 Changed 8 years ago by
Core: Move keyCode into its own module
Ref #9647
Changeset: bddb7efe000cf60e455d48f28acef0ef2f295d9d
comment:17 Changed 8 years ago by
comment:18 Changed 8 years ago by
Core: Move backcompat for core 1.7 into its own module
Ref #9647
Changeset: 2d03e1280a3671468aba6d48d60ba9381fe90e19
comment:19 Changed 8 years ago by
comment:20 Changed 8 years ago by
Core: Move safeActiveElement into its own module
Ref #9647
Changeset: 2b84531ae9331f60e4d739fabca6d78abde89ae1
comment:21 Changed 8 years ago by
Core: Move safe blur into its own module
Ref #9647
Changeset: 26fc3b5587ed117a972224ac661255998e59f9e1
comment:22 Changed 8 years ago by
Core: Move tabbable into its own module
Ref #9647
Changeset: 6064a5e0487428d53bd694dcebce952730992c46
comment:23 Changed 8 years ago by
Core: Move scrollParent into its own module
Ref #9647
Changeset: 72bfafbedea4973b803abeefc97637f246b11c89
comment:24 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Core: Movie uniqueId into its own module and deprecate core module
uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain.
Closes #9647
Changeset: 37602d7e645964e4f5e4d06ef313081c8eb60bf1
comment:25 Changed 8 years ago by
Demos: Add missing disable-selection dependency in sortable-ish demos
Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647
Changeset: cfe91fd9e2852e86d7f9d9dc73aa187bd7535174
There's no reason to move this twice. I'm changing the ticket to move them to their own file(s).