Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Scott González)

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 Jörn Zaefferer

Status: newopen

comment:2 Changed 9 years ago by Scott González

Blocked by: 9464 added
Component: ui.dialog[meta] ui.build
Summary: Dialog: Move :focusable and :tabbable to dialogBuild: Move :focusable and :tabbable to their own file(s)
Type: bugfeature

There's no reason to move this twice. I'm changing the ticket to move them to their own file(s).

comment:3 Changed 9 years ago by Scott González

Description: modified (diff)

comment:4 Changed 9 years ago by Scott González

Milestone: none1.12.0
Priority: minorblocker

comment:5 Changed 9 years ago by Scott González

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 Scott González

Description: modified (diff)

comment:7 Changed 9 years ago by Scott González

#9648 is a duplicate of this ticket.

comment:8 Changed 8 years ago by Jörn Zaefferer

Priority: blockermajor

Not a 1.12 blocker.

comment:9 Changed 8 years ago by Alexander Schmitz

Core: Move version and creation of the ui namespace into its own module

Ref #9647

Changeset: 3d71fb83fe02a307823594f5905be9848cfa5506

comment:10 Changed 8 years ago by Alexander Schmitz

Core: Move data selector from core into its own module

Ref #9647

Changeset: f0260fd91b593ae56f68e1f33ca8496c1c4b0467

comment:11 Changed 8 years ago by Alexander Schmitz

Core: Move disable-selection into its own module

Ref #9647

Changeset: 4916487440b0c087e6e5996522cf478af26df591

comment:12 Changed 8 years ago by Alexander Schmitz

Core: Move focusable into its own module

Ref #9647

Changeset: 475ccefd97ec24d76cfa6767c007501c14934ba6

comment:13 Changed 8 years ago by Alexander Schmitz

Core: Move escape selector into its own module

Ref #9647

Changeset: 47188b792617a0030ccec07c6df27335dc3aa430

comment:14 Changed 8 years ago by Alexander Schmitz

Core: Move form method into its own module

Ref #9647

Changeset: 64076ecfb5870130d89733ff34668fdd18683f9b

comment:15 Changed 8 years ago by Alexander Schmitz

Core: Move $.ui.ie into its own module

Ref #9647

Changeset: 677fdbf7bef71d12998191e0b97c2c5cd34349be

comment:16 Changed 8 years ago by Alexander Schmitz

Core: Move keyCode into its own module

Ref #9647

Changeset: bddb7efe000cf60e455d48f28acef0ef2f295d9d

comment:17 Changed 8 years ago by Alexander Schmitz

Core: Move labels into its own module

Ref #9647

Changeset: 2c92f1074718ee23081765da0b86a8e3fe906874

comment:18 Changed 8 years ago by Alexander Schmitz

Core: Move backcompat for core 1.7 into its own module

Ref #9647

Changeset: 2d03e1280a3671468aba6d48d60ba9381fe90e19

comment:19 Changed 8 years ago by Alexander Schmitz

Core: Move plugin into its own module

Ref #9647

Changeset: 0a9df3af52a66fe5e8f23622503020f0bcc6ded9

comment:20 Changed 8 years ago by Alexander Schmitz

Core: Move safeActiveElement into its own module

Ref #9647

Changeset: 2b84531ae9331f60e4d739fabca6d78abde89ae1

comment:21 Changed 8 years ago by Alexander Schmitz

Core: Move safe blur into its own module

Ref #9647

Changeset: 26fc3b5587ed117a972224ac661255998e59f9e1

comment:22 Changed 8 years ago by Alexander Schmitz

Core: Move tabbable into its own module

Ref #9647

Changeset: 6064a5e0487428d53bd694dcebce952730992c46

comment:23 Changed 8 years ago by Alexander Schmitz

Core: Move scrollParent into its own module

Ref #9647

Changeset: 72bfafbedea4973b803abeefc97637f246b11c89

comment:24 Changed 8 years ago by Alexander Schmitz

Resolution: fixed
Status: openclosed

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 Jörn Zaefferer

Demos: Add missing disable-selection dependency in sortable-ish demos

Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647

Changeset: cfe91fd9e2852e86d7f9d9dc73aa187bd7535174

Note: See TracTickets for help on using tickets.