aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menu.js
Commit message (Expand)AuthorAgeFilesLines
* Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: re...Jörn Zaefferer2012-11-051-23/+24
* Updated docs URLS.Scott González2012-09-261-1/+1
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-14/+21
* Menu: If the active element no longer exists after a refresh, blur the menu.Scott González2012-08-271-0/+5
* Simplify licensing.Scott González2012-08-091-1/+1
* Menu: Open submenu on click of parent item and only close menu when clicking ...kborchers2012-07-311-3/+8
* Menu: Remove unnecessary click delay and change focus delay for AT to the def...kborchers2012-07-131-7/+5
* Menu: Fix issue with missing active item when clicking a menu item more than ...kborchers2012-07-121-1/+2
* Menu: Add a flag and remove previous attempt to prevent select events from be...kborchers2012-07-121-22/+14
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-121-2/+4
* Menu: Alphabetize options.Scott González2012-07-101-1/+1
* Menu: Remove ability to pass a function as the position option.Scott González2012-07-101-4/+1
* Menu: Cleanup from 019dcc26e307614681a6dfd0fcd9665548cb6ab6.Scott González2012-07-101-5/+1
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-101-1/+3
* Menu: Remove unnecessary returns from expand and collapsekborchers2012-07-101-2/+0
* Menu: Move regular expression creation outside of the loopskborchers2012-07-101-5/+5
* Menu: Remove incorrect scroll check behavior from focus event handlerkborchers2012-07-101-17/+5
* Menu: Remove extraneous spaces from selector.Scott González2012-07-091-1/+1
* Menu: Added missing position dependency to header comment.Scott González2012-07-051-0/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Menu: Cleanup.Scott González2012-06-181-46/+58
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-2/+2
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-4/+3
* Menu: Properly remove submenu carat icons and menu dividers during destroy an...kborchers2012-06-011-4/+14
* Menu: Add comment explaining extra filter from keypresskborchers2012-05-311-1/+2
* Menu: Typo in commentkborchers2012-05-311-1/+1
* Menu: Don't remove the icon elements on destroy since they exist in the origi...kborchers2012-05-311-4/+1
* Menu: Use new uniqueId and removeUniqueId methods for generating id's on menu...kborchers2012-05-291-10/+8
* Menu: Added a comment about which characters are checked for dividers.Scott González2012-05-251-0/+1
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-2/+7
* Menu: Minor cleanup.Scott González2012-05-241-43/+52
* Menu: Handle SPACE same as ENTER, select items or opening submenusJörn Zaefferer2012-05-221-7/+15
* Menu: Refactor focus method, extract _scrollIntroView methodJörn Zaefferer2012-05-211-15/+20
* Menu: Coding standardsJörn Zaefferer2012-05-211-2/+2
* Menu: Remove need to pass an event for next(), previous(), focus().Scott González2012-05-181-1/+1
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...Jörn Zaefferer2012-05-161-8/+18
* Menu: Whitespacekborchers2012-05-081-4/+4
* Menu: Remove close delay for keyboard interaction to fix an issue with proper...kborchers2012-05-081-3/+7
* Menu: Bind to mouseenter instead of mouseover to avoid use of stopImmediatePr...kborchers2012-04-191-2/+1
* Menu: Lint.Scott González2012-04-191-2/+2
* Menu: Whitespacekborchers2012-04-181-4/+5
* Menu: Modified interactions to allow keyboard navigation to disabled items so...kborchers2012-04-161-17/+13
* Menu: Fixed typo in commentkborchers2012-04-161-1/+1
* Menu: Add aria-disabled attribute to disabled items, namespace and cleanup th...kborchers2012-04-161-4/+12
* Menu: Check that the event object is defined before checking typekborchers2012-04-141-1/+1
* Menu: Remove most event.stopImmediatePropagation() to allow proper event bubb...kborchers2012-04-141-34/+27
* Menu: Cleanup.Scott González2012-04-101-165/+178
* Menu: Add dividers using empty list itemskborchers2012-04-071-3/+8
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-1/+1
* Lint fixes.Scott González2012-04-021-19/+23
value='backport/48268/stable29'>backport/48268/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
blob: 07de887c8cbf9879d9d4ce34a8573d8d611cf9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
		 strict="true"
		 verbose="true"
		 timeoutForSmallTests="900"
		 timeoutForMediumTests="900"
		 timeoutForLargeTests="900"
>
	<testsuite name='ownCloud'>
		<directory suffix='.php'>lib/</directory>
		<directory suffix='.php'>settings/</directory>
		<directory suffix='.php'>core/</directory>
		<directory suffix='.php'>ocs-provider/</directory>
		<file>apps.php</file>
	</testsuite>
	<!-- filters for code coverage -->
	<filter>
		<!-- whitelist processUncoveredFilesFromWhitelist="true" -->
		<whitelist>
			<directory suffix=".php">..</directory>
			<exclude>
				<directory suffix=".php">../3rdparty</directory>
				<directory suffix=".php">../apps/dav/tests</directory>
				<directory suffix=".php">../apps/encryption/tests</directory>
				<directory suffix=".php">../apps/federatedfilesharing/tests</directory>
				<directory suffix=".php">../apps/federation/tests</directory>
				<directory suffix=".php">../apps/files/tests</directory>
				<directory suffix=".php">../apps/files_external</directory>
				<directory suffix=".php">../apps/files_sharing/tests</directory>
				<directory suffix=".php">../apps/files_trashbin/tests</directory>
				<directory suffix=".php">../apps/files_versions/tests</directory>
				<directory suffix=".php">../apps/provisioning_api/tests</directory>
				<directory suffix=".php">../apps/updatenotification/tests</directory>
				<directory suffix=".php">../apps/user_ldap/tests</directory>
				<directory suffix=".php">../tests</directory>
				<directory suffix=".php">../build</directory>
			</exclude>
		</whitelist>
	</filter>
	<listeners>
		<listener class="StartSessionListener" file="startsessionlistener.php" />
	</listeners>
</phpunit>