issuekey stringlengths 8 11 | title stringlengths 16 187 | description stringlengths 10 20k ⌀ | storypoint int64 1 40 | split_mark stringclasses 1
value |
|---|---|---|---|---|
TISTUD-4310 | Add the chromium plugins to the Node ACS feature | Once development is completed, add the new chromium plugins into the Node ACS feature to include them in the build. | 3 | train |
TISTUD-4311 | iOS: Packaging - Appstore distribution not possible via Studio if Adhoc Distribution is done first | Packaging App via Studio for Adhoc Distribution first will cause subsequent attempts to package for Appstore to fail. Studio will continue to send the command including "dist-adhoc". This results in inaccurate info presented in the console, as well as an incorrect toast saying the app store build was successful and com... | 5 | train |
TISTUD-4312 | Create launch shortcut to debug on Node ASC local server | Right-click on a Node.ACS resource should display "Debug As... -> Node.ACS Local Server" (like the run as), and should create a debug launch configuration on and launch. Existing launch configurations for the same projects should be re-used. | 5 | train |
TISTUD-4314 | Upon startup, Titanium Studio calls npm install checks 2 times | Studio runs the Titanium npm checks twice, doubling the amount of time needed to display available updates and increases the amount of network interactions. See the log | 5 | train |
TISTUD-4318 | Dashboard: Mobile Web Configuration is not getting configured | Dashboard >> Mobile web Configuration not getting configured Steps followed: 1. Dashboard >> Mobile Web Configuration >> Click here to open browser preferences 2. Preferences >> Studio >> Platforms >> Mobile Web >> Web Browser (set the desired browser Chrome, Firefox, IE or Default System Browser from the availabl... | 8 | train |
TISTUD-4321 | Only prompt user for overwrite when installing a Titanium SDK that already exists | I'm not sure if we really intend to prompt or not, but every time a user installs/updates the SDK through Studio they will get an overwrite prompt about 3/4 in to the process because we overwrite existing modules with the same ones from the new SDK (in other words, it seems like modules aren't underneath the SDK versio... | 5 | train |
TISTUD-4323 | Include ENV in diagnostic logs | We can have users turn on their troubleshooting prefs to get details on individual commands we run including the ENv we set up, but it may be easier for us to just spit out the "default" ENV in the diagnostic log which would typically get attached to a bug report made through Studio. | 5 | train |
TISTUD-4325 | Node.ACS Project: deleting project results in Problems encountered while deleting resources | Node.ACS Project: deleting project results in Problems encountered while deleting resources: {code} !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2013-04-18 14:48:28.568 !MESSAGE Internal Error !STACK 1 org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources. org.e... | 5 | train |
TISTUD-4333 | If git commit fails, don't close commit dialog and then show error dialog. Show error in the commit dialog so user can make changes and retry | If a user has a pre-commit hook that may fail the commit (or there's some other issue that causes a commit to fail) we used to ignore it. Now we pop an error dialog after the commit dialog closes and the commit fails. In my case, I have a pre-commit hook that enforces updated copyrights. I need it to not close the comm... | 5 | train |
TISTUD-5093 | Studio auto-formatter doesnt like negative numbers in alloy .tss | Negative integers break the formatter and show errors in .tss files. This should be allowed. Converting to string solves problem but becomes inconsistent with the rest of the code. | 5 | train |
TISTUD-4336 | New Classic Project: intermittent freeze when classic templates load | New Classic Project: intermittent freeze when classic templates load. This happens when the Classic templates are first opened in the new project wizard. It can be repeated by closing the new project wizard and trying again. This is intermittent. This made studio unresponsive to the os on one occasion. A fr... | 8 | train |
TISTUD-4337 | Display the Node.ACS debug shortcut and previous configurations in the Project Explorer toolbar | Like we do with the Run Node.ACS, have the Debug Node.ACS populated under the debug icon in the Project Explorer toolbar. | 5 | train |
TISTUD-4343 | iOS Ad-Hoc Packaging Wizard: default height obfuscates new fields | iOS Ad-Hoc Packaging Wizard: default height obfuscates new fields. See screenshot. Test Steps: 1. Package > iOS Ad-Hoc. Actual Result: Bottom field cut-off by default. | 5 | train |
TISTUD-4930 | Alloy compiler does not support linked folders in workspace | I re-use a lot of Alloy widgets and hold these in a shared folder. I normally use `ln -s` to link these folders into projects and that works great. Titanium Studio however, also has an option for `Link to alternate location (Linked Folder)` when creating a new folder. I thought I might try, but discovered it does no... | 5 | train |
TISTUD-4356 | Create com.appcelerator.titanium.windows.core and com.appcelerator.titanium.windows.ui plugins | Create the core and UI plugins that will hold our windows phone support code. Add the plugins to the titanium feature. Add a filter to only install them on win32. | 3 | train |
TISTUD-4357 | Add IMobilePlatform extension stub for windows phone | Add IMobilePlatform extension stub (just basic name "Windows Phone"/id "windows"? - check with platform for the id they'll be using/sdk support check) (core) | 3 | train |
TISTUD-4359 | Add Preference page for Windows Phone | Add the preference page extension, add a preference page that includes a path to the windows phone SDK. | 3 | train |
TISTUD-4360 | Add MobilePlatformUI extension for Windows Phone | Define the pref page id, pointers to the 12x12 and 16x16 icons for modules table. | 2 | train |
TISTUD-4361 | Add 16x16 and 12x12 icons for Windows Phone platform | 16x16 enabled icon 16x16 disabled icon 12x12 enabled icon (may be shrunk version of 16x16) | 3 | train |
TISTUD-4362 | Add 16x16 packaging icon for Windows Phone | 16x16, typically platform icon with box | 5 | train |
TISTUD-4363 | Add 48x48 packaging wizard banner image for Windows Phone | package wizard header (48x48, typically large platform icon in box) | 5 | train |
TISTUD-4364 | Add 16x16 device launch icon for Windows Phone | device launch (16x16, typically device with small platform overlay on bottom right) | 3 | train |
TISTUD-4365 | Add 16x16 simulator launch icon for Windows Phone | simulator launch (16x16, typically same as icon used in modules table and user agent) | 3 | train |
TISTUD-4366 | Add launch config type for running on simulator for Windows Phone | Add extension for org.eclipse.debug.core.launchConfigurationTypes, does not include defining/implementing the launch delegate or shortcut. | 2 | train |
TISTUD-4367 | Add launch delegate for run on Windows Phone simulator | Add extension for org.eclipse.debug.core.launchDelegates. Hook to the launch config type defined by TISTUD-4366. Adding support to command helper(s) defined in IMobilePlatform extension (TISTUD-4357) for running. | 5 | train |
TISTUD-4368 | Add Launch config tab group for run on Windows Phone simulator | Add extension for org.eclipse.debug.ui.launchConfigurationTabGroups. Hook to the launch config type defined by TISTUD-4366. Typically need to subclass an standard titanium tab group base class, add a tab class. Tab class will define any Windows Phone specific arguments we need (currently unknown). | 5 | train |
TISTUD-4369 | Add Launch shortcut for run on Windows Phone simulator | Add extension for org.eclipse.debug.ui.launchShortcuts. Hook to the launch config type defined by TISTUD-4366. typically just define launch config type id we're tied to in extension and subclass of AbstractTitaniumLaunchShortcut; enablement expression (isWindows8Project); label/description strings; pointer to icon | 5 | train |
TISTUD-4370 | Add launch config type for running on Windows Phone device | Add extension for org.eclipse.debug.core.launchConfigurationTypes, does not include defining/implementing the launch delegate or shortcut. | 2 | train |
TISTUD-4371 | Add launch delegate for run on Windows Phone device | Add extension for org.eclipse.debug.core.launchDelegates. Hook to the launch config type defined by TISTUD-4370. Adding support to command helper(s) defined in IMobilePlatform extension (TISTUD-4357) for running. | 5 | train |
TISTUD-4372 | Add Launch config tab group for run on Windows Phone device | Add extension for org.eclipse.debug.ui.launchConfigurationTabGroups. Hook to the launch config type defined by TISTUD-4370. Typically need to subclass an standard titanium tab group base class, add a tab class. Tab class will define any Windows Phone specific arguments we need (currently unknown). | 8 | train |
TISTUD-4373 | Add Launch shortcut for run on Windows Phone device | Add extension for org.eclipse.debug.ui.launchShortcuts. Hook to the launch config type defined by TISTUD-4370. typically just define launch config type id we're tied to in extension and subclass of AbstractTitaniumLaunchShortcut; enablement expression (isWindows8Project); label/description strings; pointer to icon | 5 | train |
TISTUD-4375 | Add launch config type for packaging a Windows Phone app | Add extension for org.eclipse.debug.core.launchConfigurationTypes, does not include defining/implementing the launch delegate or shortcut. | 2 | train |
TISTUD-4376 | Add Launch config tab group for packaging a Windows Phone app | Add extension for org.eclipse.debug.ui.launchConfigurationTabGroups. Hook to the launch config type defined by TISTUD-4375. Typically need to subclass an standard titanium tab group base class, add a tab class. Tab class will define any Windows Phone specific arguments we need (currently unknown). | 8 | train |
TISTUD-4377 | Add launch delegate for packaging Windows Phone app | Add extension for org.eclipse.ui.commands with an id, a handler. Implement the handler that will open a packaging wizard. The wizard will use the banner image defined in TISTUD-4363. The wizard will step user through the values/options required to package an app. | 5 | train |
TISTUD-4378 | Add launch config type image for running on simulator for Windows Phone | Add extension for org.eclipse.debug.ui.launchConfigurationTypeImages - refers to launch config type id and icon path. | 2 | train |
TISTUD-4379 | Add launch config type image for running on Windows Phone device | Add extension for org.eclipse.debug.ui.launchConfigurationTypeImages - refers to launch config type id and icon path. | 2 | train |
TISTUD-4380 | Add launch config type image for packaging a Windows Phone app | Add extension for org.eclipse.debug.ui.launchConfigurationTypeImages - refers to launch config type id and icon path. | 2 | train |
TISTUD-4381 | Add Launch shortcut for packaging a Windows Phone app | Add extension for org.eclipse.debug.ui.launchShortcuts. Hook to the launch config type defined by TISTUD-4375. typically just define launch config type id we're tied to in extension and subclass of AbstractTitaniumLaunchShortcut; enablement expression (isWindows8Project); label/description strings; pointer to icon | 5 | train |
TISTUD-4389 | Dashboard: Windows: MobileWeb App Launch text doesn't read well due to background color | Dashboard: Windows: MobileWeb App Launch text doesn't read well due to background color. See screenshot. The background color of the button is dark gray on OS X, so the text is readable in that case. However, on Windows the background color is light gray, so the white text has no contrast and is largely unreadabl... | 5 | train |
TISTUD-4394 | Code Processor: release notes lists Appcelerator twice | Code Processor: release notes lists Appcelerator twice. See screenshot. Test Steps: 1. Uninstall Code Processor. 2. Check for Appcelerator Updates. 3. View Release Notes. Actual Result: Appcelerator listed twice. | 3 | train |
TISTUD-4395 | Code Processor: 1.0.0 not updated if 0.3.2 installed | Code Processor: 1.0.0 not updated if 0.3.2 installed. Works from the command line. Test Steps: 1. Install Code Processor 0.3.2. 2. Check for Appcelerator Updates. Actual Result: No updates found. Expected Result: Code Processor 1.0.0 installs. | 5 | train |
TISTUD-4396 | Samples: double-click should expand folder node in Samples view | Samples: double-click fails to expand folder node in samples view. Double-click functions correctly for folder nodes in the Project Explorer. Test Steps: 1. Double-click Samples View 'Appcelerator' folder. Actual Result: Folder fails to expand and collapse. | 5 | train |
TISTUD-4397 | Appcelerator Updates: uninstalled Titanium SDK not updated until restart | Appcelerator Updates: uninstalled Titanium SDK not updated until restart. The NPM packages all update instantly when they are uninstalled. This is a parity issue. Test Steps: 1. Open Appcelerator Studio. 2. Delete Stable Titanium SDK. 3. Check for Appcelerator Updates. Actual Result: No updates found. ... | 5 | train |
TISTUD-4406 | Proxy Splash: settings do not populate based on preferences | Proxy Splash: settings do not populate based on preferences. Also, when you switch between proxy types in the proxy splash, the fields all have the same values, as if only one proxy type can be set at a time. See screenshots. The proxy splash is intended to allow the user to edit the proxy preferences without ... | 5 | train |
TISTUD-4430 | Remove the 'Clear SD Card' option from the BlackBerry's Simulator launch configuration dialog | This option is no longer supported with the BlackBerry CLI, so we need to remove this checkbox. | 5 | train |
TISTUD-4443 | Projects: non-default location results in creation problems internal error | This happens in both Ti Studio and AppC Studio from latest GA to the nightly (current nightly: 3.1.1.201304292203). Steps: 1. Create a new mobile project 2. Make sure the location is not the default location 3. ERROR - http://www.screencast.com/t/2bBWaHAMWa2Z Note that this happens to me when trying an Allo... | 5 | train |
TISTUD-4448 | Move Run > BlackBerry Device action to BlackBerry plugin(s) | This involves moving the launch shortcut and related classes for contributing the Run > BlackBerry Device action to BlackBerry's own plugins. | 8 | train |
TISTUD-4450 | Alloy debugger maps to the wrong source in a specific case | This one got discovered after investigating an issue reported by a user at http://developer.appcelerator.com/question/151251/alloy-debugging-files-in-lib-and-widgets---problems Seems like the Studio does not map to the right file in some specific cases. | 8 | train |
TISTUD-4454 | NullPointerException when creating a Module project | (Note: This happens on 3.2.0 only) Create a new Mobile Module project. Select the iOS option, hit 'Next' and 'Finish'. The wizard dialog hangs, and an error appears in the log. {code} java.lang.NullPointerException com.appcelerator.titanium.core.TitaniumProject.getGUID(TitaniumProject.java:201) com.appcele... | 3 | train |
TISTUD-4464 | Install Eclipse 4.3 M7 on build agents | We should download and install eclipse 4.3 M7 to all the build agents (as we have for our other eclipse targets). This involves SSHing into master and the 5 ubuntu agents, then performing something like: Please note that the URLS won't be these exactly. You'll need to grab them from the eclipse.org download site: ht... | 8 | train |
TISTUD-4465 | Update global environment variables to point to new eclipse install and plugins | http://hudson-master.hdqt.appcelerator.com/hudson/configure - Edit ECLIPSE_HOME to be /opt/eclipse_4.3M7 - Edit ECLIPSE_LAUNCHER to be the plugin name and version string for the org.eclipse.equinox.launcher_1.2.0.v20110502 plugin jar in /opt/eclipse_4.3M7/plugins (something like org.eclipse.equinox.launcher_1.2.0.v... | 3 | train |
TISTUD-4466 | Update 3.6 compatibility jobs to point to 3.7.2 | Now that the default values for eclipse point at 4.3 M7, we should update the compat jobs to override and point at 3.7.2. Configure any job with name ending in "-3.6". - Change name to end with "-3.7". - In the launch ant section, click Advanced and modify the properties we pass to have: {code} vanilla.eclipse=... | 5 | train |
TISTUD-4471 | Alloy Project: Windows: adb process prevents project from being deleted | Alloy Project: Windows: adb process prevents project from being deleted. Test Steps (intermittent?): 1. Create Alloy Project. 2. Run on Android Emulator. 3. Restart Studio. 4. Delete project from disk. Result: Project fails to delete, the project directory remains. Must call adb kill-server manually firs... | 5 | train |
TISTUD-4473 | Titanium Updates: cli version not available on clean install fix NPEs | Titanium Updates: cli version not available on clean install. See screenshot. Test Steps: 1. Clean Install Titanium Studio. 2. Open Titanium Studio. Actual Result: Titanium CLI version is N/A. Expected Result: Titanium CLI version is 3.1.0. | 5 | train |
TISTUD-4474 | BlackBerry: Run Configuration: new configuration should auto-select current project | When a new run configuration is created, it would be helpful if the project were auto-selected based on the project currently in focus (either from the project explorer, or app explorer). This has been fixed for all platforms except BlackBerry. Steps to Test: 1. Select a Titanium Mobile project in the project exp... | 5 | train |
TISTUD-4475 | Move Run > Android Device action to Android plugin(s) | This involves moving the launch shortcut and related classes for contributing the Run > Android Device action to Android's own plugins. | 8 | train |
TISTUD-4476 | Move Run > iOS Device action to ios plugin(s) | This involves moving the launch shortcut and related classes for contributing the Run > iPad Simulator action to ios' own plugins. | 8 | train |
TISTUD-4477 | Diagnostics: Windows: npm hierarchy characters display as rectangles | Diagnostics: Windows: npm hierarchy characters display as rectangles. See screenshot. Does not occur on Mountain Lion 10.8.3. Test Steps: 1. Run Help > Diagnostic Log... | 5 | train |
TISTUD-4487 | Resolve Ubuntu 12.04 Clean Install Startup NPEs | Resolve Ubuntu 12.04 Clean Install Startup NPEs. When Studio is first installed and run on Ubuntu 12.04, the user is provided a documentation link to configure a valid environment. The user is also flooded with NPEs and errors in the UI. See log. Documentation Link: http://docs.appcelerator.com/titanium/latest... | 3 | train |
TISTUD-4488 | Titanium Updates: menu is called Titanium Update instead of Titanium Updates | Titanium Updates: menu is called Titanium Update instead of Titanium Updates. See screenshot. Test Steps: 1. Invoke Help > Check for Appcelerator Updates. Result: Menu is called Appcelerator Update. This does not look intentional. Expected Results: Appcelerator Updates. | 1 | train |
TISTUD-4490 | Download Eclipse 4.3 M7, set as local build target and fix any compilation errors in plugins | There may have been breaking API changes that require us to modify our codebase to work with 4.3. We need to download Eclipse 4.3 M7, set it as our local build target and then fix the compilation issues. | 8 | train |
TISTUD-4492 | Liveview: Fastdev prevents liveview from working on android emulator | h5. Description: While testing liveview, I attempted to run on Android emulator and on Android device. Both failed. My first emulator run failed with a red runtime error screen complaining of a timeout. This is similar to the attached image from device. The second run and subsequent runs of the emulator launched an... | 5 | train |
TISTUD-4493 | BlackBerry: device run config password and token field edits do not Revert if config invalid | BlackBerry: device run config password and token field edits do not Revert. See screenshot. Test Steps: 1. Run Configurations... BlackBerry Device. 2. Edit Password and Token fields. 3. Press Revert. Actual Result: Nothing happens. | 3 | train |
TISTUD-4494 | BlackBerry: Packager run configuration Revert not activated by project name field edit if config invalid | BlackBerry: run configuration Revert not activated by project name field edit. Test Steps: 1. Run Configurations... BlackBerry Packager. 2. Edit Run Config project name. Expected Result: Revert button becomes activated, clicking Revert reverts changes to project name. Actual Result: Revert button doe... | 3 | train |
TISTUD-5749 | Android: Error if app name contains an umlaut | If the app name contains special character like ä,ö,ü - the android build script fails creating a release for the play store. Example name: "Bäckerei Höchste" (Bakery Hoechste) I've already created a pull request a while ago to fix this issue: https://github.com/appcelerator/titanium_mobile/pull/3930 | 5 | train |
TISTUD-4525 | Alloy .tss parser doesn't validate colors property | *Problem description* The following code shows an error in the .tss viewer in titanium studio next to the line after "colors" below, even though it's correct syntax. *Error* {code}Syntax Error: Unexpected Token "{"{code} *Test case* {code:css} "#viewPricingTier": { width: Ti.UI.FILL, height: Ti.UI.SIZE, ... | 8 | train |
TISTUD-4510 | Titanium Updates: when no updates available, appears as an error instead of a success | Titanium Update: when no updates installed, appears as an error instead of a success. See screenshots. Test Steps: 1. Install Titanium Updates. 2. Check for Titanium Updates. Result: An error pop-up appears. The icon is misleading. Most programs would consider it a success to have the proper dependencie... | 2 | train |
TISTUD-4517 | Investigate to improve the performance of loading TiApp editor | Investigate the areas to improve the load time of opening TiApp files in editor. Areas to investigate : * If there are any network calls that degrades performance, need to investigate whether they can be run in the background while showing the loading the status. * Split the 360 section into a separate tab to def... | 8 | train |
TISTUD-4518 | Modify Studio Dashboard to invoke the new platform config wizard for configuring platforms | We currently have links in each platform section under Get Started tab to direct user to individual site for downloading the natvie SDKs. We should modify them to invoke the new platform config wizard with the specific platform selected. | 5 | train |
TISTUD-4524 | Investigate to generate reports from the performance tests | A few performance tests for studio3-core are already available and have been have been running now. However, if there's a regression, I think that's just silently logged in the DB right now. We need to generate reports from that data by comparing against the baseline (3.0.0 performance) similar to : http://archiv... | 8 | train |
TISTUD-4529 | TiApp: grayed-out deployment targets still have active deployment UI | TiApp: grayed-out deployment targets still have active deployment UI. Test Steps: 1. Edit TiApp to contain a deployment target that has no sdk support. Result: Target is greyed-out in TiApp Editor, but the deployment UI is still active (i.e., run, debug, etc.). | 8 | train |
TISTUD-4543 | Code Processor: output opens multiple result views when repeating the same analysis | h5. Description: When running the same analysis (the same project with the same target) multiple times, studio will present a new report each time. This may result in confusion if changes are made between each analysis. h5. Steps to reproduce: 1) Right-click an existing project and choose a target {for example: "... | 3 | train |
TISTUD-4554 | Error opening the Tiapp.xml after manually adding and removing SDKs | I stumble into this issue after removing some previously installed Titanium SDKs, and then adding a new SDK version. After that, I tried to open a tiapp.xml for a project that used an SDK that is no longer available. The TiApp editor failed to load with this exception: {code} java.lang.NullPointerException com.... | 3 | train |
TISTUD-4559 | Studio: Grammatical error on a dialog window | I noticed a grammatical error, when trying to launch the project as Android Emulator (2.2). Test steps: Run the project as Android emulator 2.2. Notice the word "require" on the dialod window. Expected result: the word should be "requires" (see the screenshot) | 2 | train |
TISTUD-4577 | Embed Git check and install into Studio Windows installer | We currently include portablegit and prompt user to install at Studio start if no git is detected. Portablegit is for not just git support, but we also use it as our shell environment for Windows (terminal, getting shell env, etc). For the new installer, we should embed the git check and installation of portablegit in ... | 13 | train |
TISTUD-4581 | BlackBerry: device deployment wizard validation does not allow user to continue | BlackBerry: device deployment wizard validation does not allow user to continue. See screenshots. Test Steps: 1. Delete BlackBerry device run configs. 2. Delete ip fields from BlackBerry preferences. 3. Run on BlackBerry device. Result: Device deployment wizard appears, asks user to provide ips. User e... | 3 | train |
TISTUD-4584 | Console: Windows: blackberry run on device console displays backspace characters | Console: Windows: blackberry run on device console displays backspace characters. See screenshot. Test Steps: 1. Launch on BlackBerry device. Result: Console displays backspace characters. | 3 | train |
TISTUD-4595 | Dashboard: Templates and Samples don't work on Appcelerator Studio 3.2.0 | I clicked on the default project template, nothing happens, there is an error in the log: {code} !ENTRY com.aptana.portal.ui 4 0 2013-05-09 17:03:21.321 !MESSAGE (Build 3.2.0.201305092404) [ERROR] org.eclipse.core.commands.ExecutionException: unknown wizard: null !STACK 0 org.eclipse.e4.core.di.InjectionExcepti... | 8 | train |
TISTUD-4603 | Design the UI for the Mac OSX installer | Added an image of Xamarin installer and a screenshot from OSX Installer wiki page for a couple of examples of installer look-and-feel on Mac. The bullet points for us would include something similar: license, prerequisites (Node/SDK/NPM-package), destination, installation, and summary. | 5 | train |
TISTUD-4616 | BlackBerry and Tizen: not recognized as installed in Appcelerator Studio 3.2.0 | Description: 1. Download Titanium studio from the BB preview page: http://ec2-50-16-19-245.compute-1.amazonaws.com/studio/bb/ (I can reproduce it on studio 3.2.0.201305081937) 2. Install the studio & setup the BB platform info in the preferences 3. Now create a mobile application app for blackberry Actual result:... | 5 | train |
TISTUD-4618 | Studio prompts already installed updates | We encountered the issue when were checking Studio for updates. The new build was installed as well, as prompted updates. Clicking on "Check for Appcelerator Updates" prompted to install already updated items. It is a *regression*, not occurs in 3.1.0.GA Test steps: 1. Launch Appcelerator Studio 2. Help> Ch... | 8 | train |
TISTUD-4619 | Implement SDKLocator for Windows Phone | We need to implement an SDKLocator subclass for windows. The class typically just looks up the SDK given the preference value and does some minor validation on the file/folder structure, and then generates "SDKEntity" instances for each version of the SDK contained therein (which may just be one version here). | 8 | train |
TISTUD-4620 | Dashboard: Studio 3.2.0 Getting Started switch to advanced perspective generates extra menu | Dashboard: Studio 3.2.0 Getting Started switch to advanced perspective generates extra menu. See screenshot. Test Steps: 1. Open Dashboard. 2. Get Started. 3. Switch Perspective. Result: Extra menu appears. | 5 | train |
TISTUD-4621 | Add Dashboard Configure for Windows Phone | Windows: Add Dashboard Configure. See Screenshot. | 5 | train |
TISTUD-4623 | Update the Dashboard to check for Windows Phone SDK and display corresponding message | Update the Dashboard side to call the SDK-Info command with a "windows" key. Then, parse the result and display any info (like we do with the rest of the platforms). The Windows section in Dashboard will look similar to what BlackBerry one shows. | 5 | train |
TISTUD-4631 | Preferences for Set-up/Configure SDKs link doesn't expand correctly | Steps to reproduce: 1. Create a New Titanium Module Project 2. Click on the Set-up/Configure SDKs link 3. A preference dialog pops up, but the user can't edit the android ndk setting (the option is a subset of platforms and it's not expandable) Expected result: User should be able to edit the android ndk Ac... | 3 | train |
TISTUD-4639 | Create Alloy Project: Widget Disposed error | Studio throws an Internal Error message as Widget Exposed when tried to create an Alloy project. Please refer the attached screen shot and log file for more clarification. | 3 | train |
TISTUD-4640 | Null Pointer Exception when opening tiapp.xml file (ThreeSixtyProject.java:626) | h5. Problem description Could not open tiapp.xml in the editor. After double clicking to open it, an exception is thrown. This is currently happening only in one of my Alloy projects I was working on. Currently not happening on other projects. Attaching Studio log, Error details and Diagnostic Test output. ... | 2 | train |
TISTUD-4642 | NPE when launching a mobile web preview | Create a mobile-web project. Right click the project and select to run a preview on a browser. The launch fails with this exception: {code} java.lang.NullPointerException com.appcelerator.titanium.usage.MobileUsageUtil.sendLaunchEvent(MobileUsageUtil.java:45) com.appcelerator.titanium.mobile.cli.nodejs.NodeTi... | 3 | train |
TISTUD-4643 | Perform shallow clone and remove .git directory when importing samples from git repo | I'm assuming if a user imports a sample app like the Field Service one we don't want to retain the commit history, or hook it up to a local git repo. Grabbing a shallow clone will remove the history and make for a faster download. We also will likely want to wipe the .git directory after we clone it so it isn't automat... | 5 | train |
TISTUD-4646 | Provide default value/check for BlackBerry NDK path | The BlackBerry NDK uses an installer and defaults to specific locations on various OSes. On Mac this is /Applications/bbndk. We should provide a default value or check the default location to try and configure the preference location for the user silently if they use the default location from the installer. We'd likely... | 5 | train |
TISTUD-4647 | Use a more visible icon for blackberry platform in userAgent extension | The icon used for blackberry platform is very difficult to see on dark themes in the content assist popup. | 5 | train |
TISTUD-4663 | Android Platform Preferences: unable to remove Android SDK path and Apply changes | Android Platform Preferences: unable to remove Android SDK path and Apply changes. This is a regression. This works in Titanium Studio 3.1.0. Test Steps: 1. Open Android Platform Preferences. 2. Delete Android SDK path and Apply. Result: Cannot apply changes. Apply is grayed-out. | 3 | train |
TISTUD-4668 | Node.ACS Debugger: First debug session results in no variables in stack view | Node.ACS Debugger: first debug session results in no variables in stack view. See screenshot. Test Steps: 1. Create Node.ACS Project. 2. Insert breakpoint on line 3 in app.js. 3. Debug. Result: 'No variables' error in stack view. | 8 | train |
TISTUD-4669 | Node.ACS Debugger: new debug sessions don't hit correct breakpoint | Node.ACS Debugger: new debug sessions don't hit correct breakpoint. See screenshot. 1. Create Node.ACS Project. 2. Insert breakpoint on line 3 in app.js. 3. Debug then terminate, kill, and clear the debug session. 4. Debug again. Result: Line 7 is hit instead of line 3. Further debug attempts do not fix ... | 8 | train |
TISTUD-4670 | Node.ACS: Publishing Node.ACS Service does not complete if app removed from acs | Node.ACS: Publishing Node.ACS Service does not complete if app removed from acs. Test Steps: 1. Create Node.ACS Project. 2. Package > Deploy App. 3. Package > Remove App. 4. Package > Deploy App. Result: Process never completes, will not cancel. Expected Result: A finite resolution. | 5 | train |
TISTUD-4675 | Incorrect syntax error notification for a Node.js model's use of the keyword 'default' | Incorrect syntax error notification for a Node.js model's use of the keyword 'default' I installed an npm mode mysql (https://npmjs.org/package/mysql) which installed nicely but Titanium Studio (3.1.0.201304151600) is throwing exception errors related to an object property named 'default'. Code snippet is below: ... | 8 | train |
TISTUD-4676 | Node.ACS: disable OK button and add a message on the reason when the input matches the current cname | Node.ACS: set cname does not appear to get called. Test Steps: 1. Create Node.ACS Project. 2. Package > Deploy App. 3. Right Click > Node.ACS > Set CName 4. Click OK to use default argument. 5. View log file. Result: Nothing there. No evidence of a shell call. | 3 | train |
TISTUD-4678 | Node.ACS Debugger: Classic project with acs service asks for filename when breakpoint is hit | Node.ACS Debugger: Classic project with acs service asks for filename when breakpoint is hit. See screenshot. Test Steps: 1. Create Classic Project. 2. Add New Node.ACS Service. 3. Insert breakpoint in acs app.js line 3, or appropriate line. 4. Run as Node.ACS Debugger. Result: Ever time a breakpoint ... | 5 | train |
TISTUD-4688 | Android Emulator: new process launched every time emulator is run | Android Emulator: new process launched every time emulator is run. Note: LiveView is disabled. Test Steps: 1. Create Classic Project. 2. Run on Android Emulator and let app run. 3. Run on Android Emulator again (Run > Android Emulator). Result: Everytime the run command is run, a new process is launche... | 8 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.