issuekey stringlengths 8 11 | title stringlengths 16 187 | description stringlengths 10 20k ⌀ | storypoint int64 1 40 | split_mark stringclasses 1
value |
|---|---|---|---|---|
TISTUD-2300 | Alloy: Cannot create migration files with the same name | I cannot generate more than one migration file in Titanium Studio using the Alloy Feature plugin. I receive the warning: " A Migration 'book' already exists." However, all migration files have the same base name only the datetime changes. Reproduction: Create a new Alloy project in Titanium Studio. Perform the... | 3 | train |
TISTUD-2301 | Pass in multiple IP addresses to debugger command | During the packaging of an app for debugging on device, we need to amend the request with a list of the current IP addresses assigned to the machine (excluding loopback addresses) Format: host:port:id:hosts where hosts will be coma separated values. For iOS on device debugging, this is going to be "::id:ip,ip,ip,ip" | 8 | train |
TISTUD-2307 | Detect Alloy project on import and set project nature accordingly | On project import, Studio should detect whether the project is an Alloy project or a traditional project and set the nature accordingly. Scanning for the presence of files (e.g. /app/config.json) might be sufficient. The Alloy team might have better thoughts on reliable detection. | 8 | train |
TISTUD-2311 | Studio: Build for device and packaging show a list of simulators instead of SDK. | While investigating issues discovered with Xcode 4.5, it became clear that what we were seeing as a bug where the SDK scripts were ignoring what was set as iOS SDK during Studio build for device or packaging was actually Studio displaying a list of simulator versions. This option should show either the actual list o... | 5 | train |
TISTUD-2316 | Project Explorer: can't copy/paste files from project explorer to filesystem | Cannot copy/paste files from Project Explorer to Finder. Screenshot attached. Error is: 'The items on the Clipboard can't be pasted to this location. One or more of the items may have been deleted or are no longer available' Steps to Reproduce: 1. Select a file in the project explorer. 2. Press 'Copy'. 3.... | 8 | train |
TISTUD-2318 | When Android Device debugging is ready, Studio should display a prompt to start the app on the device | Currently, when the device is ready for debug, the only indicator is in the Console log (which is not very noticeable). Ideally, we should start the app like when we debug on emulator. But if that's not feasible, we should display a prompt to users to start the app like: "Application installed. Launch the app from t... | 5 | train |
TISTUD-2321 | Change Android debug/run on device launch configuration names | Currently, both the Android install on the device and debug on device are both using the same launch configuration type : Titanium Android Application Installer". The name doesn't really apply to Debug on device, since "Application Installer" implies something different. I suggest changing it to "Titanium Android On De... | 5 | train |
TISTUD-2322 | Canceling Android Emulator/Application Installer processes does not stop/remove process from Debug view | During failed attempts to start debugging on both android debugger and device, I am left with multiple launch entries in the Debug view that appear to be running. When I try to cancel/stop the processes, it does nothing. The emulators and devices have been killed or disconnected. See screenshot. There are no errors in ... | 8 | train |
TISTUD-2325 | "Configure Workspace Settings..." linked to the last opened preference page | Link is directed to a different window in Titanium Studio 3.0.0 This is a regression, this does not affect Studio 2.1.2. Steps to Reproduce: 1. Create Ti.Mobile Project 2. Right Click on created project and select Properties 3. Select "Formatter"and click on "Configure Workspace Settings..." Actual Result: ... | 5 | train |
TISTUD-2326 | Fail to write metadata for properties.index in Windows Environment. | Creating default Ti.Mobile Project, Fails to write metadata for properties.index This is a regression. Steps to Reproduce: 1. Create default Titanium Mobile Project 2. Click on tiapp.xml Actual Result: Could not write Metadata Expected Result: tiapp.xml code. | 3 | train |
TISTUD-2327 | iOS debug on device should be one debug launch configuration | When debugging on device, Studio launches two launch configurations (see screenshot). This makes it confusing to the user since the first launch configuration (Install on device) finishes and terminates, and another launch configuration is launched. There should only be one launch configuration and it should contain... | 8 | train |
TISTUD-2331 | Upgrade to JIRA 5 broke our JIRA support | Apparently we've upgraded to JIRA 5 this weekend, which is breaking our JIRA support (at the very least, our unit test is now failing). We likley need to move to using the JIRA 5 REST API. | 13 | train |
TISTUD-2333 | Android Device Debugger: Failure to launch Android emulator | The following issue results from trying to debug on emulator on android in Windows 7: {noformat} [INFO] logfile = C:\Users\qatester\My Documents\Titanium_Studio_Workspace\android1\build.log [DEBUG] C:\Users\qatester\AppData\Roaming\Titanium\mobilesdk\win32\3.0.0.v20120924114913\android\builder.py emulator android1 C... | 8 | train |
TISTUD-2335 | iOS device debugging logging messages does not honor console log level | The log messages during iOS device debugging does not get filtered properly. Steps: 1. Set the log level to Debug 2. Run the device debugging that outputs Trace and Debug messages Expected Results: Only Debug messages are displayed Actual Results: Both Trace and debug message are displayed | 8 | train |
TISTUD-2340 | Validate app icon in tiapp.xml | Restrict the icon to standard app store guidelines. | 8 | train |
TISTUD-2341 | 'Web Browser Editor' Shows 'Eclipse' icon on top right side. | 'Web Browser Editor' Shows 'Eclipse' icon on top right corner, Should be replaced by 'Appcelerator' icon and on click it should open the Appcelerator web site. Steps to Reproduce: 1. Open Titanium Studio 2. Click on 'Window' Menu bar and Select 'Show View' 3. Click ' Web Browser Editor' Actual Result: The Web... | 5 | train |
TISTUD-2344 | Alloy templates should denote "beta" | The Alloy templates should be displayed as follows: Alloy (Beta) The tag/category and the template title/description should also denote "beta" | 3 | train |
TISTUD-2345 | Display deprecation status of JS CA proposals | We currently do not show any sort of indicator that a particular method/property/type/event is deprecated in our CA proposals and popup. JDT uses a strikethrough overlay on the proposal icon, and in the additional info popup, it shows "Deprecated" in bold at the top followed by the text after the @deprecated tag all in... | 8 | train |
TISTUD-2346 | Add our project shortcuts to File > New in Debug Perspective | While in the debug perspective, the file > New menu does not contain the usual options (Titanium Project, Titanium Module, Web Project, etc.). Steps to reproduce: 1. Open Titanium Studio 2. Switch to the Debug Perspective (Window > Open Perspective > Debug) 3. Open the New Menu Dropdown (File > New) Expected r... | 3 | train |
TISTUD-2347 | Debugger: Process does not always gain focus when session is launched | In Debug Perspective, the app thread/process does not always gain focus when session is launched. This is intermittent, and is more likely to occur if there are previously existing terminated debugging sessions in the thread view. This is a usability issue because the debugger controls cannot be active unless the co... | 8 | train |
TISTUD-2355 | Doubled Copy/Edit/Delete/Paste right-click menu entries | I'm often seeing doubled entries for simple cut/copy/paste/delete entries in the right-click context menu in the Project Explorer. | 8 | train |
TISTUD-2356 | Update iOS device debugging status to display an animated 'start app' image | When performing the debug on iOS device using the wizard, the status will be displayed as the app is built and installed. When the 'Start app' step is the current step, we need to remove the step control and replace it with an animated gif of an app starting on a device. | 8 | train |
TISTUD-2357 | Project Wizard: Template names offset in Ubuntu 12.04 | Template names are off center in the new project wizard, see screenshot for more details. Steps to reproduce: 1. Open the new Titanium project wizard (File > New > Titanium Project) 2. Click on one of the templates Expected result: Template name should be centered under template image. Actual results: Temp... | 5 | train |
TISTUD-2358 | Debug on iOS device wizard status prompts users to switch perspective while the wizard is up | We should suppress the perspective switch only until the debugger actually connects to the device | 5 | train |
TISTUD-2363 | Allow iOS debug session without app build | In the iOS debug on device wizard, add a checkbox that states "Use previous build". If it is checked, the build parameter UI is disabled and the user can proceed with the wizard. Doing so will re-use the last used app key and ip-address associated with the launch configuration | 8 | train |
TISTUD-2364 | Allow iOS and Android debug on device wizard to launch in background | Add a checkbox to the iOS debug on device wizard to "Run in the background". Upon finish, the launch configuration will behave similar to performing an iOS debug on device launch shortcut | 8 | train |
TISTUD-2365 | Display a set of instructions when launching Android "Debug on Device" | Debugging on Device is a multi-step process, and we should guide the user through the steps. Once the user presses the "debug on device" command, pop up a dialog that shows the four steps: * Build application * Installing on Device * Launch app on device (waiting for connection) Suggest having a wizard page tha... | 8 | train |
TISTUD-2368 | For Android module builds on Windows, set an Ant property pointing to the Python plugin's executable | cf. TIMOB-11119 Currently, if a Studio user on Windows creates an Android module project and then tries to package it, it will fail if there is no Python interpreter found. Since we ship with an interpreter, it would nice if we could let the module's ant build script know where that packaged python executable is lo... | 5 | train |
TISTUD-2370 | iOS Device Debugger: iOS "Debug on Device" wizard has broken link | The iOS "Debug on Device" wizard more information and Help button links have no effect when clicked. When I copy the link from the more information anchor, it copies "More Information" into the clipboard. Steps to reproduce: 1. Create a Titanium Project. 2. Debug on iOS device. 3. Click the more information butto... | 3 | train |
TISTUD-2372 | Device Debugger: intermittent can't delete debug sessions | See attachment. When repeatedly launching debug sessions on device, the terminated debug sessions are left behind, but can't be deleted. | 5 | train |
TISTUD-2377 | iOS Device Debugger Wizard: spelling error 'wasnt' | In iOS Debug on Device progress wizard, 'wasn't' is spelled as 'wasnt'. See screenshot. Steps to Reproduce: 1. Launch iOS Debug on Device Session. Actual Result: Wizard contains missspelling. Expected Result: No misspelling. | 1 | train |
TISTUD-2380 | Windows 7: Preferences: Could not detect a path to the Xcode folder | Windows 7 Preferences > Titanium Studio > Titanium menu displays error: Could not detect a path to the Xcode folder Note: Xcode is not supported on Windows 7. Steps to Reproduce: 1. Open Titanium Studio in Windows 7 (possibly Ubuntu). 2. Go to Preferences > Titanium Studio > Titanium. Actual Result: ... | 3 | train |
TISTUD-2382 | Change in Titanium SDK preference is not reflected in New Titanium Project wizard | In the new Titianium Project wizard, if the SDK path is modified in preferences through 'Set-up/Configure SDKs' link, then the new wizard still shows the list of SDKs from previous path. The list should be re-loaded in this case. | 5 | train |
TISTUD-2383 | Studio: Alloy installation error in Studio 3.0 in Ubuntu 12.04 | Steps To Reproduce: 1. Download Titanium Studio 2.1.2 2. Upgrade Studio to 3.0 using instructions in https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager link. 3. Restart Studio. Actual: Error Message appears "Launching Studio Portal.." and "failed to Install Alloy" [Refer Screenshot and Log... | 8 | train |
TISTUD-2384 | Android: Add 'debug on android device' option in context menu list | This is not a regression bug. Steps to reproduce: 1)Open Titanium Studio. 2)Open/Create a Titanium Mobile project -> Android 3)Open context menu by right clicking on that project in Titanium Studio. 4)Observe that debug as -> 'android device' icon is unavailable. Actual result: In context menu list, deb... | 8 | train |
TISTUD-2388 | Studio: "Failed to execute runnable" error appears while running app in debug mode on android device. | Steps To Reproduce: 1. Upgrade Titanium Studio to 3.0.0.201210021936 release. 2. Create any Default Project. 3. Connect to Android Device using USB. 4. Run app on device in debug mode. Actual: Error appears while running in debug mode. Refer Log file. App Installer does not start. Expected: No error must a... | 8 | train |
TISTUD-2396 | Android: Installing app with sdk 2.1.3 and older throwing exception with studio version 3.0 | This issue is occurring with studio version 3.0.0 only. With studio 2.1.2 , this issue is not coming up. When app is installed with studio 3.0.0 and sdk 3.0+ , it is successfully installed. But with older sdks 2.1.3 , 2.1.2 and further , console freezes while installation after the following statement "[INFO] Insta... | 5 | train |
TISTUD-2393 | Keep the focus in the editor when console generates error output | h2. Actual results Output to the console causes focus to switch to the console pane rather than the code pane. h2. Expected results Focus should stay where you put it (e.g. in the code window). h2. Steps to reproduce # Build an app for the Android emulator # Click in the code window # As soon as new lo... | 8 | train |
TISTUD-2395 | Titanium SDK Release Notes has giant text, update table formatting | Release Notes pop-up has giant text, we need to update the table formatting. Note: The affected text was removed from the release notes in 2.1.3 as a work-around. TIDOC-838 Steps to Reproduce: 1. Remove latest stable SDK and check for stable SDK updates to bring up Release Notes. Actual Result: Some text i... | 3 | train |
TISTUD-2399 | Project Explorer: Publish icon active when it shouldn't be | In Project Explorer, if there are no projects, the Publish icon is still active (regression), however no entries are available (correct). See screenshots. No log info. Steps to Reproduce: 1. Open Titanium Studio. 2. View the Project Explorer. Make sure there are no projects in the explorer. Actual Result: ... | 5 | train |
TISTUD-2400 | Unpublish Node.ACS service menu is disbled even though the Node.ACS app is published | 1. Create a Node.ACS project; 2. Create a Node.ACS method in the project; 3. Publish the app using Publish > Deploy App; 4. Select Publish > Unpublish Node.ACS Service. Expected result: item "0.1.0" appears under the pull-over menu. Actual result: no menu item appears under Unpublish Node.ACS Service menu. | 5 | train |
TISTUD-2402 | Node.ACS: New > Node.ACS Service menu item exists if project already has a service | If a titanium project contains a node.acs service, and the user selects project right-click > New, Node.ACS Service appears as a menu entry. As a further complication, when New > Node.ACS Service is selected, the New > Node.ACS Method dialog is invoked instead. Steps to Reproduce: 1. Create a titanium mobile ... | 3 | train |
TISTUD-2405 | Node.ACS: Run > Local Node.ACS Server fails, unable to locate package.json | If a titanium project with node.acs service enabled is run as local server, it fails with error: {code} [ERROR] received on caught exception = Error: ENOENT, no such file or directory '/Users/dhyde/Desktop/TISTUD-NIGHTLY/titanium_studio_workspace/MyProject/package.json' [ERROR] Error: ENOENT, no such file or direc... | 5 | train |
TISTUD-2406 | Update Android device debugging status to display an animated 'start app' image | When performing the debug on Android device using the wizard, the status will be displayed as the app is built and installed. When the 'Start app' step is the current step, we need to remove the step control and replace it with an animated gif of an app starting on a device. | 5 | train |
TISTUD-2408 | Android device debugger :'debug on android device' page displays text related to ios device debugging. | This is not a regression bug. Precondition: Connect an android device (preferably Google nexus 4.0.4) Steps to reproduce: 1)Open Titanium Studio. 2)Open/Create a Titanium Mobile project -> Android device. 3)Click on 'debug' icon-> android device. 4)Observe that a new window launches ( debug on android devi... | 1 | train |
TISTUD-2409 | Even the Appcelerator Titanium CLI package is successfully installed still after every Titanium Studio restart same update prompt appears at the bottom. | This is not a regression bug. Precondition: Install iOS device debugging support from Xcode. Steps to reproduce: 1)Open Titanium Studio. 2)Click on Help -> check for titanium updates. 3)Select Appcelerator Titanium CLI package - update. 4)Wait till installation finishes. 5)After receiving a prompt at the... | 5 | train |
TISTUD-2410 | Titanium Studio- Wrong project launching information in the form of " launching ... "is mentioned at the bottom of Titanium Studio taskbar. | Steps to reproduce: 1)Open Titanium Studio. 2)Open/Create a Titanium Mobile project -> Android device. 3)Click on 'debug' icon-> android device. 4)Wait till process completes. Exit from debug perspective. 5)After sometime ...notice that at the bottom ( Ti studio task-bar launching previous project is displayed) ... | 5 | train |
TISTUD-2419 | Allow Android debug session without app re-build | In the Android debug on device wizard, add a checkbox that states "Use previous build". If it is checked, the build parameter UI is disabled and the user can proceed with the wizard. Doing so will re-use the last used app associated with the launch configuration | 8 | train |
TISTUD-2421 | Node.ACS Method: new method dialog refers to method as 'service' in two locations | In the node.acs new method dialog, the default text is 'service_name' when it should be 'method_name', and instructions say 'enter a name for your new service' when it should be 'enter a name for your new method'. Steps to Reproduce: 1. Create a Titanium Project. 2. Right click project > New > Node.ACS Service (... | 3 | train |
TISTUD-2422 | Node.ACS Method: 'new method' overwrites dirty js file without prompt | If a node.acs project has a dirty main js file, and New > Node.ACS Method is called, there is no save prompt and any changes are overwritten and auto-saved. Steps to Reproduce: 1. Create Node.ACS Project. 2. Edit main <project_name>.js file and add a few lines of code without saving. 3. Right click on project >... | 5 | train |
TISTUD-2423 | Node.ACS: failure to create new service results in empty project files created | If a node.acs service fails to create, a titanium project still contains empty node.acs service folders when there should be none. Steps to Reproduce: The goal of these steps is to create a service in a project that already exists, the bug may occur after step 2 if a service was already created at some point in t... | 3 | train |
TISTUD-2424 | Move splash progress bar to the right hand side | With the new splash screen layout, there is blank empty space to the right hand side of the splash screen when logging in. We should move the progress bar to that area to make it more equally spaced | 5 | train |
TISTUD-2425 | Preferences: Default Android SDK Google API list missing version numbers | Android SDK preferences no longer list google api version number, cannot select screen type nor deploy to emulator. Steps to Reproduce: 1. Open Studio. 2. View preferences > titanium studio > titanium > default android sdk. Actual Result: google apis have no version numbers, cannot build to emulator or sel... | 5 | train |
TISTUD-2426 | CLI Updates: change CLI update stream name from titanium to Titanium CLI | Currently the CLI update release notes lists the CLI stream as 'titanium'. Suggest naming it Titanium CLI or something the same quality as the sdk updates, including standard documentation. See screenshots. Steps to Reproduce: 1. Clean install titanium studio 3.0. 2. Check for Titanium updates. Actual Resu... | 3 | train |
TISTUD-2427 | Blank input in Help > 'Install specific titanium SDK from URL' should display the right message | This is not a regression bug . I have recreated this bug with Titanium 2.1.2 and 2.1.3 also. Steps to reproduce: 1)Open Titanium Studio. 2)Help >'Install specific titanium SDK ' > > 'install from URL'. 3)Without entering anything in the text-box, press 'finish tab. Actual result: 'Your Titanium SDKs have bee... | 3 | train |
TISTUD-2428 | Set the "platform" property as 'optional' at the plugin element in tiapp XSD | Got a request from CLI team to add two optional attributes to the plugin element. | 3 | train |
TISTUD-2430 | Studio: 'CSSCompiler' object has no attribute 'code' error appears while distribution of app using "Distribute - Apple iTunes Store" option. | This is a Regression issue. Steps To Reproduce: 1. Create a default app. 2. Distribute app using "Distribute - Apple iTunes Store" option. Actual: Console throws error "'CSSCompiler' object has no attribute 'code'" Expected: No error must appear. | 8 | train |
TISTUD-2431 | Titanium Studio: Unable to package mobile web project with latest studio using 2.1.3 GA or previous SDKs. | This is a regression bug. 1.Launch Titanium Studio. 2.Create > Titanium Project > Titanium Classic > Default > Next 3.Select Deployment target as > Mobile Web. 4.Select finish. 5.Select 'Publish' that project as > 'package - Mobile web.' 6.Select option : Copy mobile web app to a local file system. and browse ... | 13 | train |
TISTUD-2435 | Show a better error message when swapping radio button in "Install specificTitanium SDKs" window | This is not a regression bug . I have recreated this bug with Titanium 2.1.2 and 2.1.3 also. Steps to reproduce: 1)Open Titanium Studio. 2)Help >'Install specific titanium SDK ' > 'install from URL'. 3)Click on radio button - "Install from Update Stream" 4)Again click on radio button - 'install from URL'. 5)Ob... | 3 | train |
TISTUD-2436 | "Project description file is out of sync" when creating an Alloy project | Reproduce: * Create a new Alloy project in studio (any alloy template) * fill in the appropriate values in the project creation fields * click "finish" I am repeatedly greeted by the error in this screenshot ("hwg" was the project name i used): https://img.skitch.com/20121009-g6um8pnc6wyeh5ex9riee32wdk.jpg | 5 | train |
TISTUD-2438 | Titanium Studio starts with warnings in the log file | Found this is my log after updating to Titanium Studio 3.1.0 and only on my Mac running 10.8.2 so far: {code} !ENTRY org.eclipse.osgi 2 0 2012-10-09 09:04:35.633 !MESSAGE While loading class "com.aptana.webserver.core.IServer", thread "Thread[Worker-6,5,main]" timed out waiting (5040ms) for thread "Thread[Worker-10,... | 5 | train |
TISTUD-2439 | Titanium Studio 3.0 RC crashes on launch | RC studio crashes on install. Steps to Reproduce: 1. Either run studio 3.0 from installer or update from 2.1.2. Actual Result: Crash. Expected Result: Run. | 5 | train |
TISTUD-2441 | CLI Updates: add CLI update stream release notes docs | Currently the CLI update release notes lists the CLI stream as 'titanium'. Suggest naming it Titanium CLI or something the same quality as the sdk updates, including standard documentation. See screenshots. Steps to Reproduce: 1. Clean install titanium studio 3.0. 2. Check for Titanium updates. Actual Resu... | 5 | train |
TISTUD-2442 | 3.0.0 DMG installer has small background image | The dmg installer background image is not displaying properly. See screenshot | 2 | train |
TISTUD-2443 | iOS debug on device does not handle build errors | When performing the debug on iOS device, the wizard displays the status of the debug operation. If the build fails (certificate/provisioning mismatch, syntax errors), the wizard seems to continue to wait for the build to finish. The wizard should display an error if the build fails | 8 | train |
TISTUD-2446 | ACS fails to install if Studio is installed in a location with a space in the filepath | I started studio, and it tried to install acs with an error in the terminal. See screenshot. It seems the path needs to be in quotes, since the default install directory for Studio is /Applications/Titanium Studio | 3 | train |
TISTUD-2447 | Consolidate all the 'Do not show this again' messages preferences | The Studio now has a 'Clear' option in its main preference page. The user can reset all the 'do not show again' hidden messages and have them re-appear when needed. We should consolidate all the areas where we have a dedicated preference for a specific message, and use this preference key to store and check for the pr... | 8 | train |
TISTUD-2452 | Open "app/views/index.xml" instead of "Resources/app.js" by default with Alloy apps | It would be nice if when a developer created a new Alloy app through Studio that it would open the **app/views/index.xml** instead of the **Resource/app.js**. The app.js should not even be modified as it is overwritten on every build. | 5 | train |
TISTUD-2453 | Fail to install Alloy | Alloy is not being installed properly when the Studio is launched. We are getting error code 128 on one of the git clones that the installation performs. Attaching the install log and the npm error log. | 8 | train |
TISTUD-2454 | Disable Publish > View Node.ACS Service menu when all the versions of the app are unpublished | After un-publishing the service, the action is still enabled and opens a "503 Service Unavailable" page. It should be disabled. | 3 | train |
TISTUD-2457 | Deploying to android device does not work in Rhino | Running on device does not work in android. Steps to reproduce: 1. Open a titanium mobile project in studio with android support 2. Select the rhino runtime 3. Try to install on an android device: Run the 'Android Device' from the run submenu. Expected Behavior: The app should install onto device Actual Be... | 5 | train |
TISTUD-2459 | No templates available outside the default one for Titanium project | All the templates are missing except for the default ones for each project type. | 5 | train |
TISTUD-2460 | A CLI 'clean' command failure | When cleaning a project, we fallback to the legacy 'clean' implementation instead of utilizing the CLI 'clean' command, which fails with this error: {code} !ENTRY com.aptana.core 1 0 2012-10-09 18:24:30.952 !MESSAGE (Build 3.0.0.201210090117) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/... | 3 | train |
TISTUD-2465 | Titanium CLI is never used in Studio 3.0 | We're passing in titanium.bypassNewCLI=true by accident in the TitaniumStudio.ini file. | 1 | train |
TISTUD-2467 | Android Device Debugger: implement console output in studio | Titanium Studio console output fails to display device output. Steps to Reproduce: 1. Create default project, add sample code (and breakpoints): {code} Ti.API.info('INFO LOGGED'); var x = 0; // breakpoint {code} 2. Run 'debug' on Android Device. Port forward message should appear on console. 3. Launch... | 8 | train |
TISTUD-2472 | Titanium Studio-ubuntu 12.04 & 10.04: new project top bar text is not properly aligned | Steps to reproduce : 1.Launch titanium Studio. 2.File >New > Titanium Project . (screenshot attached) Actual Result: Project template view is not properly aligned. | 5 | train |
TISTUD-2475 | CLI: Unable to install CLI in Windows 7 | While trying to update to CLI 3.0.2 on Windows 7 in Titanium Studio, build: 3.1.0.201210102007 the Installing Titanium Updates window gets to the line: {code}npm http 304 https://registry.npmjs.org/deep-equal {code} before hanging and will not progress further. This is a regression as the previous update installed ... | 8 | train |
TISTUD-2476 | preview.appcelerator.com: linux downloads have broken links | preview.appcelerator.com linux installer downloads have broken links. http://preview.appcelerator.com/appcelerator/studio/standalone/install/rc/titanium.linux.gtk.x86.zip Not Found The requested URL /appcelerator/studio/standalone/install/rc/titanium.linux.gtk.x86.zip was not found on this server. http://pr... | 5 | train |
TISTUD-2478 | Add Alloy and ACS to our "Check for Titanium Updates" process | Currently we're checking Titanium CLI for update at startup, but not for Alloy and Node.ACS, so user would have to manually run "sudo npm install ..." from command line to update. We should add them to the check-for-update process as well. | 8 | train |
TISTUD-2485 | Help: add mechanism to display cli alloy and node acs version installed from studio | Add ability for user to view installed CLI version from studio. Suggest using Help > Titanium Studio > Run Diagnostics. Currently the user cannot view the cli version in studio, must be checked from command line using: npm view titanium version | 5 | train |
TISTUD-2487 | CLI Updates: show error if cli update fails | Help > Check for Titanium Updates always shows need for a CLI update even it was already installed (the install failed). Steps to Reproduce: 1. Run Help > Check for Titanium Updates and install CLI. At this point there is a failure due to related issue, will go away in future. Actual Result: No error mes... | 5 | train |
TISTUD-2490 | Saving tiapp.xml in KitchenSink freezes studio, must force quit | Right after importing Samples > Kitchen Sink, if you edit the tiapp.xml by changing the sdk from 2.1.1 to 3.0.0.X and save, studio will freeze and must be force-closed. This does not occur in Studio 2.1.2, this is a regression. Steps to Reproduce: 1. Import KitchenSink from the Samples view. 2. As soon as it ... | 8 | train |
TISTUD-2492 | Error in logs when logged off and logged back in studio. | This is not a Regression issue. It occurred in studio 2.1.2 as well Steps To Reproduce: 1. On a clean machine install the Titanium Studio 3.0 for the first time. 2. Use default options to install the Studio 3.0 windows installer. 3. Open Studio and login 4. Logout User from bottom right. 5. Restart Studio by logi... | 2 | train |
TISTUD-2494 | During clean install of Studio, user is bombarded with a number of errors for Node.ACS, Alloy and NodeJS | During a clean install, I got the following errors/windows for Studio (see screenshot). The errors complain about "NPM not installed", which means nothing to the new user, and there's a prompt for install NodeJS (which would install NPM). What should happen is the Alloy and Node.ACS jobs should check for NPM/NodeJS,... | 8 | train |
TISTUD-2495 | NodeJS installation prompt should provide more context | On a clean install of Studio, the user is prompted to install NodeJS. For a majority of Studio users, NodeJS is unfamiliar to them and its association with Studio. We should provide more context on why we're installing NodeJS - It's a requirement for CLI/Studio | 3 | train |
TISTUD-2496 | Dashboard Modules: canceling module install during download still shows as module installed | In the dashboard > explore > my modules section, if you click 'install' on a module, then immediately 'cancel' the operation, the module shows as Installed. Steps to Reproduce: 1. Load dashboard in studio. 2. Click explore > my modules (see screenshot). 3. Click install, then immediately click cancel while the ... | 8 | train |
TISTUD-2497 | Dashboard Modules: no success dialog when module installation complete | In the dashboard > explore > my modules section, if you click 'install' on a module, then wait for it to install, there is no success dialog. Steps to Reproduce: 1. Load dashboard in studio. 2. Click explore > my modules, and install the jira module (or another free module). Actual Result: No success dialo... | 5 | train |
TISTUD-2498 | Dashboard Modules: clicking installed installs module again | In the dashboard > explore > my modules section, if you click 'installed' on a module that is already installed, it installs again. Steps to Reproduce: 1. Load dashboard in studio. 2. Click explore > my modules, and click 'Installed' on a module that is already installed. Actual Result: Installs again. ... | 5 | train |
TISTUD-2499 | Dashboard Modules: module updates don't show up | In the dashboard > explore > my modules > updates section, there are no updates available. Steps to Reproduce: 1. Load dashboard in studio. 2. Click explore > my modules, and click 'Install' to install a module. 3. Edit the module folder to lower the version. i.e., change /Users/dhyde/Library/Application... | 5 | train |
TISTUD-2500 | Dashboard Modules: module shows as not installed when it is installed | In the dashboard > explore > my modules section, modules that are installed are listed as not installed (i.e., they prompt user to 'Install'). Steps to Reproduce: 1. Load dashboard in studio. 2. Click explore > my modules, and install a module. 3. Reload the dashboard and view my modules. Actual Result: M... | 3 | train |
TISTUD-2504 | Installer: "Uninstalling path" while installation does not appear on Windows 7 | This is a Regression issue. Works fine in 2.1.2 Studio. Steps To Reproduce: 1. Install Titanium Studio 3.0 installer 2. Try uninstalling same from Control Panel Actual: Observe that while uninstalling "Uninstalling path" appears blank. [Refer Screenshot] Expected: path must appear correctly. | 5 | train |
TISTUD-2507 | Titanium Updates: user keeps getting prompted for updates even after they are installed | If the user updates (Help > Titanium Updates) CLI, Alloy, and ACS, none of the updates are recognized as being installed, and the user is still prompted for updates, even after studio restart. Steps to Reproduce: 1. Help > Check for Titanium Updates and take all updates (CLI, Alloy, ACS). 2. Check again. Actu... | 8 | train |
TISTUD-2508 | Titanium Updates: warn user if installing SDK or Module will overwrite existing content | If a user installs and SDK from url, or installs a module from the dashboard, any content on disk in the same location will be overwritten without prompt. User should be prompted before overwrite. Steps to Reproduce: 1. Update SDK from URL, or install a module from the dashboard. 2. Perform the same action again... | 5 | train |
TISTUD-2509 | Find Bar: select-all with full screen of text maximizes find bar height, blocks editor | In a clean workspace, if you select-all text in a file that contains more lines than the screen height, and invoke the find bar, the find bar height will maximize and block all other content in the editor. This is not a regression. Note that eclipse uses a pop-up for find. Steps to Reproduce: 1. Clean works... | 5 | train |
TISTUD-2512 | Alloy: Updates: add Alloy update stream release notes docs | Include standard documentation for alloy release notes as with the sdk. See screenshots. Steps to Reproduce: 1. Uninstall alloy or have an old version of alloy. 2. Check for Titanium updates. Actual Result: Documentation is minimal. Expected Result: alloy release notes should be same quality as sd... | 8 | train |
TISTUD-2513 | Node.ACS: Updates: add Node.ACS update stream release notes docs | Include standard documentation for node.acs release notes as with the sdk. See screenshots. Steps to Reproduce: 1. Uninstall node.acs or have an old version of alloy. 2. Check for Titanium updates. Actual Result: Documentation is minimal. Expected Result: node.acs release notes should be same qual... | 5 | train |
TISTUD-2514 | iOS Simulator: studio not passing in simulator version, simulator fails to launch | When a project is run in iPhone Simulator, no simulator version is passed in, so the process terminates and the simulator fails to launch. Simulator runs correctly in SDK 2.1.3.GA. When the same command is run from the command line, there is a missing version error. studio command: {code} "/usr/local/bin/t... | 5 | train |
TISTUD-2515 | Android Emulator: Application Installer abnormal process termination. Process exit value was 1 | When a project is run in Android Emulator, the process terminates and the emulator fails to launch. When the same command is run from the command line, there is an error. This does not occur in Studio 2.1.2, this is a regression. correct studio 2.1.2 command for comparison: {code} "/usr/bin/python" "/Users... | 5 | train |
TISTUD-2518 | Cannot start an iOS debug-on-device session using the new CLI | Using the latest Titanium CLI (version 3.0.5), and the latest Titanium SDK (version 3.1.0.v20121014171713), the launch for debug on iOS device fails. | 13 | train |
TISTUD-2519 | "Failed to install Titanium" and "failed to install ACS" errors are coming during updates installation | If the user updates (Help > Titanium Updates) CLI, Alloy, and ACS, none of the updates are recognized as being installed, and the user is still prompted for updates, even after studio restart. Steps to Reproduce: 1. Help > Check for Titanium Updates and take all updates (CLI,ACS). 2. Select all the updates and p... | 13 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.