issuekey stringlengths 8 11 | title stringlengths 16 187 | description stringlengths 10 20k ⌀ | storypoint int64 1 40 | split_mark stringclasses 1
value |
|---|---|---|---|---|
TISTUD-1431 | Studio: Launching debugger successfully produces unexpected log entries. | Description: After a debugger session launch I noted that the log contained an entry repeated many times that was unexpected. This occurs when the debugger launch is working as expected and in cases where the debugger fails to connect. The log from a good debugger launch: {code:title=.log} !ENTRY com.aptana.... | 8 | train |
TISTUD-1432 | Titanium Studio: Preferences: Titanium: cannot save Titanium SDK home path | When editing the titanium sdk home path, cannot save changes. The workaround is to click 'restore defaults', make the changes, then save. Steps to Reproduce: 1. Copy Application Support/Titanium (the sdk super-folder) to another location. 2. In studio, preferences, change the titanium sdk home to this new locati... | 5 | train |
TISTUD-1435 | Android module projects should have better validation for name and id | When creating a mobile module project, we should be more strict about the name validation and the module-id validation. * Names should not contain any hyphens (and other special characters that can 'kill' the generated JavaScript example, or the packaging). Suggest we use the javascript identifier rules here. * mod... | 8 | train |
TISTUD-1436 | Packaging of Android module fails to copy built module to destination | # Create a new Android mobile module project # Attempt to package it for a project or a folder on disk (it probably also fails for the Titanium SDK) # It appears to work, but fails to copy the file to the destination, with the following error: {code} (Build 1.0.0.qualifier) [ERROR] Could not move: /Users/ingo/Do... | 5 | train |
TISTUD-1442 | Prevent an Android Mobile Module project creation when JDT is not installed | Android mobile-module project should not be created unless the JDT plugins (feature) are installed. Right now, a created project on an environment without JDT is not usable. | 5 | train |
TISTUD-1443 | Studio: Build Participation: Windows does not update content assist for new class methods in Javascript | Failed test case BP1009. Javascript: New class methods do not appear in content assist before saving. Steps to reproduce: 1. Define a class. 2. Add a method to the class definition. 3. Create a new instance of the variable. 4. On a new line type the name of the instance identifier with the member selection opera... | 5 | train |
TISTUD-1445 | Project fails to build, launch emulator with Android R17 tools & Ti2.0 | h5. Actual Behavior All projects fail to build to the emulator under the environment listed above. I get the error shown in the attached screen. Eventually, I get the message that the build script has timed out waiting for the emulator to launch -- restarting ADB has no effect. Via twitter, some have suggested t... | 8 | train |
TISTUD-1447 | Run preference page platform loading using a job | Currently when the preference page is opened, it takes some time for the dialog to appear, resulting in a wait cursor to appear. This is very confusing for users. The proposed solution is: -When the preference page is opened, run the loading of platform information in a background job -While the platform informati... | 13 | train |
TISTUD-1450 | Studio: Updated modules delivered via CI builds are not replacing existing modules if they share the same name | While evaluating ACS features, we encountered an Android issue that was supposed to have been fixed in the latest ti.cloud module. Upon further investigation we determined that the module was in fact included with the latest CI build. We conducted a few experiments and determined that although the module was updated, t... | 8 | train |
TISTUD-1452 | Simplify initial Studio UI and perspective | An exercise in simplifying the new user experience: * Rename Web perspective to "Studio (extended)" * Create new "Studio" perspective ** remove top level toolbar ** add keyboard shortcuts commands for "occurrences", "block selection", "show whitespace characters" ** remove samples view ** remove outline view *... | 13 | train |
TISTUD-1456 | Add default UI configuration options to dashboard | * Remove Welcome page * Replace with accordion. Initially open a section to configure TISTUD-1456 ** Light/dark theme ** Simple/advanced perspective ** See APSTUD-4798 and APSTUD-4799 for actions to call The bottom half of the accordion is similar to what we have currently If we reduce or remove the top toolb... | 20 | train |
TISTUD-1464 | Inform users they need to switch to a workspace without spaces if doing Android Module development | When using the Android NDK, if you have spaces in your path (i.e. /Users/username/Documents/Titanium Studio Workspace), Studio will fail to be able to build an Android module project. Suggest putting up a warning when creating a mobile module project warning users about the issue and informing them how to solve it (... | 5 | train |
TISTUD-1466 | Use built-in ANT when packaging Android modules | # Created a new Android mobile module project # Attempt to package the project # Run into this error: {code} Caused by: java.lang.NullPointerException com.appcelerator.titanium.mobile.module.launching.AndroidModulePackageLaunchConfigurationDelegate.launch(AndroidModulePackageLaunchConfigurationDelegate.java:83... | 5 | train |
TISTUD-1468 | Add Titanium Project GUID to ACS application creation call | When creating an application in ACS, we need to pass the GUID along with the call. The format will be: ti_guid=<Project GUID>, passed to the create.json call. | 3 | train |
TISTUD-1469 | Studio: HTML Template selection does not load correctly. | After first loading Titanium Studio the template selection for the New from template > HTML has the wrong selection (see screen shot). If I load a template for HTML this fixes the template selection found in the menu. Steps to reproduce: 1. Open Titanium Studio. 2. Click File > New From Template > HTML Expected... | 8 | train |
TISTUD-1474 | Titanium Studio: Installer - On Windows 7, when installing Titanium Studio, the License Agreement has a bad refresh screen | Steps to reproduce: 1. Get Titanium Studio 2.0.0 installer for Windows 2. Hit next until you see the License Agreement screen Actual: The License Agreement has a bad refresh screen. See attachment Expected: Should be able to see the License Agreement. Note: Does not occur with the Titanium Studio 1.0.9 install... | 5 | train |
TISTUD-1476 | NPE in TitaniumUpdateStartup.run() | Found in my log file. To replicate (my be intermittent), try shutting down Studio right in the middle of the "log in" process {code} !ENTRY org.eclipse.core.jobs 4 2 2012-03-31 07:44:07.268 !MESSAGE An internal error occurred during: "Checking for new Titanium SDK Updates...". !STACK 0 java.lang.NullPointerExcep... | 3 | train |
TISTUD-1477 | Make Titanium SDK release-notes grabbing more robust | If the current set of release notes is from a full HTML page that _does not_ contain a <div class="apidoc">, the release noes will launch in a new browser window. # Allow for override of TitaniumSDKReleaseNotesDialog.RELEASE_NOTES_URL as a command-line option to make testing this easier. # First try to grab apidiv.... | 8 | train |
TISTUD-1479 | Allow selecting a non-existing directory as the Titanium SDK directory | When a user selects a Titanium SDK path in the preference page, we don't allow a path that has no Titanium SDK in it. A better behavior would be: # Allow an arbitrary directory selection. # Prompt the user that the Titanium SDK will be downloaded into the new location (in case it's missing an SDK). # In case a dire... | 8 | train |
TISTUD-1481 | Studio: Install site will not allow for software to be installed. | When trying to install the TestFlight software plugin following the steps below I found that I can not proceed to the licence page in the installation. Steps to reproduce: 1. From the Help menu, select Install New Software... to open an Install pop-up window. 2. In the Work with: text box of the Install window, ty... | 5 | train |
TISTUD-1488 | ACS Keys not copy-able | I enabled ACS for one of my apps using early access 2.0 Studio, and it shows the production and development keys, but you can't copy it, if we need to use HTTP access or test using other software - we would have to manually type this out, or go to the ACS website, can the keys in Studio be copy-able? | 5 | train |
TISTUD-1482 | NPE in Log when Studio is shutdown | Found in my log file. To replicate (my be intermittent): 1. Start up Studio 2. Open the Progress View 3. Restart Studio 4. When Studio is started, take note of the items in the Progress view 5. When there are items running int he progress view, close Studio I repeated this 4 times, with different tasks in the... | 3 | train |
TISTUD-1485 | Update sites for Openshift/TestFlight should not contain both plugin and feature node | When we install from an update site using the result from the TestFlight and Openshift builds, the categorized nodes are the plugin and the feature nodes. Typically it should just contain the Feature install, which would pull in the plugin as part of it. In this case, if we check just the feature and not the plugin, th... | 8 | train |
TISTUD-1489 | Update IPublishType.publish() method to explicitly pass in PlatformType, output location and publish target | For clarity, we should pass in the parameters we know about explicitly - Publish target, platform type, and output location. | 5 | train |
TISTUD-1490 | Titanium Studio: SDK: updating to readonly sdk folder gives no such directory error | When updating SDK to an SDK folder with readonly access, a directory not found error is presented (instead of invalid permissions). Steps to Reproduce: 1. Change the permissions of the Titanium SDK folder to readonly (e.g., folder right click -> properties -> permissions, etc.). 2. Update the SDK to a different ... | 5 | train |
TISTUD-1494 | Building for iOS device in Studio 2.0 against SDK 2.0.0GA (Ad-Hoc certs and PUSH issues) | when I build for an iOS Device Xcode bounces in the dock for nearly a minute before it will unlock beachball and allow me to make a selection, it happens once before the first window shows and then once again before build. If I select Manage option - this whole Xcode bouncing in the dock repeatedly (like its loading... | 8 | train |
TISTUD-1496 | Trailing semicolon after curly brace in conditional causes error in JS formatting | Steps to reproduce: 1. Create a new .js file in a project 2. Copy the following code and paste it into the .js file {code} if ( i == _i) {} else {}; {code} 3. Press command+shift+f on mac to format the pasted code Actual result: The following error is generated in the log file: !ENTRY com.aptana.format... | 5 | train |
TISTUD-1497 | Studio displays iOS ad hoc provisioning profiles as "development" when it should be "distribution" | Studio displays Ad hoc provisioning profiles incorrectly as "development". This causes confusion in the following areas: -Preferences displays the displays the type incorrectly -The iOS distribution wizard displays Apple iTunes, Ad hoc, and development profiles (should only display Apple iTunes and Ad hoc profiles)... | 8 | train |
TISTUD-1503 | Fix padding on release notes dialog | The current release notes template is very specific about what content it expects to style. However, this can lead to release notes not having any padding around the edge of the content. Recommend adjusting the styling slightly to accommodate. | 3 | train |
TISTUD-1506 | Titanium Studio: Configuration: Preferences > Titanium Studio > Titanium freezes studio | Navigating to Preferences > Titanium Studio > Titanium freezes studio. This does not occur in the last studio build. Regression. Steps to Reproduce: 1. Open Studio. 2. Navigate to Preferences > Titanium Studio > Titanium. Expected Result: Titanium Preferences should open. Actual Result: Studio fre... | 8 | train |
TISTUD-1507 | Error opening the Titanium preferences when the Desktop SDK is incomplete | An attached log to TISTUD-1506 revealed this problem. {code} !ENTRY org.eclipse.jface 4 2 2012-04-10 12:55:28.904\ !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".\ !STACK 0\ java.lang.NullPointerException\ com.appcelerator.titanium.desktop.DesktopSDKEntity.setModules(DesktopSDKE... | 3 | train |
TISTUD-1510 | Run iOS preference page loading in the background | See parent | 8 | train |
TISTUD-1511 | Run Android preference page loading in the background | null | 8 | train |
TISTUD-1513 | TiStudio: Mobile Projects - When creating mobile projects offline, two projects with same guid will sporadically be created in my.appcelerator.com/apps site | Steps to reproduce: 1. Launch Studio with internet connection disabled 2. Create a TiMobile project 3. Relaunch Studio with internet connection enabled 4. Check https://my.appcelerator.com/apps *May need to repeat steps 1 - 4 a couple of times* Actual: Two projects with the same guid are created in my.appcele... | 8 | train |
TISTUD-1514 | TiStud: Workspace - When switching workspaces from within TiStudio, TiStudio will not launch | Steps to reproduce: 1. Launch TiStudio 2. Go to File > Switch Workspace 3. Select a different workspace Actual: TiStudio will stay stuck at the log in/splash screen. See attachments. Expected: Should be able to launch TiStudio after switching to different workspace Note: Bug does *not* occur on Windows 7 and ... | 13 | train |
TISTUD-1515 | Blocker: Android : Templates : SingleWindow - After creating an Android only single window template a null pointer exception occurred when launching to the emulator | Steps to reproduce: 1. Create a Android only single window application 2. Launch on the Emulator Actual result: A null pointer error occurs *Note* This occurred consistently, then I cleared out my avds and sdcards and the issue went away Here is the output to the log {code} !ENTRY org.eclipse.core.jobs ... | 5 | train |
TISTUD-1516 | Titanium Studio RCP contains JDT plugins | I was trying to verify TISTUD-1442 and found out that I do have JDT plugins in my standalone by default. This is almost a clone of APSTUD-1378 (but this is for Titanium standalone). | 13 | train |
TISTUD-1517 | ClassCastException when opening the index.html of a packaged mobile web project | Running from a dev workspace with latest code in the release branch: 1. Created a Titanium Mobile project with Mobile Web selected as one of the deployment targets; 2. Run Publish > Package Mobile Web and select to create a new project for the Mobile Web app; 3. Open the index.html file from the packaged mobile we... | 3 | train |
TISTUD-1518 | TiStudio: Dashboard - Drop down does not refresh properly when trying to "Create new project" template | Steps to reproduce: 1. Launch TiStudio 2. In Dashboard, go to Develop tab 3. Under Templates, find *Create new project* 4. Hover above drop down Actual: Drop down does not appear. Need to move mouse down to refresh properly. See no_drop_down.png Expected: Drop down should immediately display *Desktop* and *Mobi... | 8 | train |
TISTUD-1522 | Android and iOS module packagers have launch configuration types but no tab group defined | When opening "Run Configuration..." dialog, we see Android Module Packager and iOS Module Packager in the list, but double-clicking on them causes an error showing there is no corresponding tab group defined. | 13 | train |
TISTUD-1523 | Fail Jenkins build if Studio contains JDT plugins | As a way of keeping ourselves from accidentally releasing JDT into the wild as part of Studio, we need to fail the Aptana Studio and Titanium Studio builds if either the plugin or standalone versions come packaged with the JDT plugins. This prevents half-baked JDT installs which hen keep a user from later installing th... | 8 | train |
TISTUD-1525 | Unable to click on anchor links in release notes | # Delete SDK 2.0.1.GA. # Prompt for SDK updates # When the release notes pop up, click on an anchor # View the log file. You'll see a set of errors like: {code} !ENTRY com.aptana.ui 4 0 2012-04-16 23:23:49.344 !MESSAGE (Build 3.0.3.1331579821) [ERROR] unknown protocol: about !STACK 0 java.net.MalformedURLE... | 5 | train |
TISTUD-1528 | TiStudio: Preview Site - At Titanium Studio preview site, the builds are skewed to the right | Environment: FireFox, Chrome, and Safari Steps to reproduce: 1. Go to http://preview.appcelerator.com/studio/ Actual: Notice the Studio builds are skewed to the right. See attachment. Expected: The Studio builds should be properly aligned. | 3 | train |
TISTUD-1527 | Titanium Studio: Dashboard: Search and Top Ad open in generic browser with no controls | Using the dashboard search bar or the top ad link ("Reach 1.5 Million Appcelerator Developers") launches in a generic browser with no controls, providing difficult navigation. To address this, we'll need to switch the code that launches the browser in this case to be the same as the other cases on the dashboard (all ot... | 8 | train |
TISTUD-1529 | Studio will start updating the SDK automatically upon launch without showing there is an update available first | To reproduce: 1. Remove the latest SDK from the mobile SDK directory if it is already downloaded; 2. Start Studio. Expected result: Studio will show a popup on the lower right corner indicating there is an update available, and clicking on it will show a release note dialog and then start downloading the latest ... | 8 | train |
TISTUD-1530 | Success dialog closes immediately after Titanium SDK update | Steps to repro: 1. Launch studio, and update to the latest sdk (remove the latest sdk if necessary first) 2. Wait for the sdk to download and unzip. Expected result: There should be a success dialog at the end of the unzip process which stays on the screen until the user presses OK Actual result: The succes... | 3 | train |
TISTUD-1534 | Titanium Studio: Configuration: Preferences > Titanium Studio > Titanium > Default Android SDK inconsistently sorted | The Android APIs listed in the preferences are not sorted as they are in the run configurations. Screenshots attached. Steps to Reproduce: 1. In Studio, navigate to Preferences > Titanium Studio > Titanium > Default Android SDK. 2. View the sorting of the Android APIs. Expected: The APIs in the preferences... | 3 | train |
TISTUD-1537 | Every time you click 'Enable' for 'Enable Cloud Services' a new app gets created | In TiStudio open the tiapp.xml file of an app with the 2.0.1 GA, and click 'Enable'. An app is created in the cloud services. Click it again and another app is created... Suggested fix: # Check to see if the file is dirty. If yes, alert the user that enabling cloud services will save the file. They can then choos... | 5 | train |
TISTUD-1539 | Dashboard's "Develop" tab missing content | After upgrading to version 2.0.2.201204171552 from version 2.0.1.201204132053 the develop tab on the dashboard no longer has any samples listed and only one template option. This does not occur in 2.0.1. Regression. Steps to reproduce: 1. Load Titanium Studio. 2. Load the Dashboard. 3. Click the develop tab. ... | 8 | train |
TISTUD-1540 | Titanium API not showing up at all in CA of a newly created project if "Build Automatically" is turned off | If I create a new mobile project, I don't get Titanium or Ti in my CA at all. I need to right-click on project, go to Prioperties > Project Build Path, change the Titanium API, then change back to the original one I wanted (say from 2.0.1GA2 to 1.8.2, click Ok, then go back and change back to 2.0.1GA2). | 8 | train |
TISTUD-1541 | CA popup shifts between proposals | See the attached images # Open a new JS file # Type 'a'. See popup for alert # arrow down to "Array" # Note the popup shift Neither is correct. I believe it should have the horizontal spacing of the "alert()" case, but the vertical alignment of the "Array" case | 8 | train |
TISTUD-1543 | TiStudio: Dashboard - "API Docs" does not take you to the API documentation site | Steps to reproduce: 1. Open TiStudio 2. In the dashboard, click on *API Docs* Actual: Link takes you to http://docs.appcelerator.com/titanium/2.0/index.html Expected: Link should take you to http://docs.appcelerator.com/titanium/2.0/index.html#!/api Note: Not a regression. | 8 | train |
TISTUD-1545 | Fail Titanium Studio build if titanium.core plugin is missing rubles | based on TISTUD-1539, we should fail the build if the Titanium Rubles fail to package. One suggested approach is to copy the plugin, unzip it and manually check for the bundles and fail if they're not there. | 8 | train |
TISTUD-1546 | Installer: The link to the software licence agreement does not work. | The link to the Software licence agreement does not open the licence agreement when clicked. This did not happen in the 2.0.0 installer. Not regression as this functionality is new. Steps to reproduce: 1. Download and run the installer. 2. When prompted for the licence agreement click the link. Expected Resu... | 8 | train |
TISTUD-1549 | Titanium Studio: Content Assist - content assist menu persistent in the OS if popup info has focus | Content Assist menu is persistent in the OS if the assist popup info menu has focus (i.e., by clicking on it). Other OS program windows are now obfuscated by the content assist menu until the focus is shifted back to Titanium Studio proper or the regular content assist menu. Screenshot attached. Note: This is a less... | 8 | train |
TISTUD-1550 | Titanium Studio: Content Assist: assist menu intermittently fails to change focus | The content assist menu will not close at all if the user clicks away. This is intermittent. This is a lesser behavior of TISTUD-1268, which is fixed. Summary of TISTUD-1268: Content assist would intermittently stay open as a stand-alone window until studio was restarted. The TISTUD-1268 fix: If the cont... | 13 | train |
TISTUD-1551 | CLONE - Unable to correctly parse git version | Found in Eric's log file. I though this was a duplicate of another ticket, but I can't find the first version. {code} !ENTRY com.aptana.git.core 4 0 2012-03-30 11:52:03.083 !MESSAGE (Build 3.0.0.1332346356) [ERROR] com.aptana.git.core/debug Unable to correctly parse git version 1.7.7.5 (Apple Git-26) !STACK 0 ja... | 5 | train |
TISTUD-1572 | Unable to format titanium.js file generated by Titanium Mobile Web project | The file is generated when you package a Titanium mobile web project as a new project in the workspace. The generated project should have a titanium.js file. When I try to format the file I get the following error: !ENTRY com.aptana.editor.js.formatter 4 0 2012-04-19 15:36:03.866 !MESSAGE (Build 3.0.3.1334796284)... | 8 | train |
TISTUD-1556 | Titanium Studio: Cloud: enabling app cloud services when offline causes partially blank and inconsistent error messages | If the user enables cloud services for an app while offline, one of the error messages is blank, and the others does not explicitly notify that studio is offline. There is also an inconsistency between popup errors generated by the tiapp.xml, and the new project wizard. However, the log messages are (correctly) the sam... | 8 | train |
TISTUD-1557 | Editor: JavaScript Comment Auto-Complete indentation is inconsistent | If a javascript comment is auto-completed from a closed pair of parenthesis or a closed pair of curly braces, the indentation of the cursor is farther than usual. Screenshots attached. This is a new fail case, as this feature was not implemented in 2.0.1. Steps to Reproduce: 1. Enter javascript code below in e... | 8 | train |
TISTUD-1558 | Titanium Studio: JavaScript Comment Auto-Complete fails if on same line as end of previous comment | If a javascript comment is auto-completed from a line that contains the end of another auto-completed comment, the new completion will fail to complete the comment. Screenshots attached. Steps to Reproduce: 1. Enter javascript code in editor: {code} function(){} {code} 2. Insert cursor at the beginning of... | 5 | train |
TISTUD-1559 | Titanium Studio: Snow Leopard: Toggle Full Screen menu item exists but is not supported | In Titanium Studio, the top menu, Window > Toggle Full Screen exists, but is grey-ed out and non-selectable. Full Screen is not supported on Snow Leopard, only on Lion. Steps to Reproduce: 1. Open Titanium Studio. 2. In the top menu, navigate to the Window drop-down menu. Expected Result: Window > Toggle F... | 3 | train |
TISTUD-1571 | Titanium Studio: Dashboard: Generic External Browser Crashes Studio on Close | In the dashboard, when the ad link at the top is clicked ("Forging Titanium"), and the generic external browser is closed, studio will crash. Log attached. Also occurs in 2.0.1. This has only occurred using the "Forging Titanium" ad. You must refresh the dashboard until this ad appears. This issue is consisten... | 13 | train |
TISTUD-1574 | Titanium Studio: Configuration: Ubuntu 11.10: top menu items intermittenly have random order | The top menu (File, Edit, Window, etc.) has randomly ordered elements on Ubuntu 11.10 intermittently. This does not occur on Ubuntu 10.04, Snow Leopard, or Windows 7. Screenshots attached. No log. Steps to Reproduce: 1. Open studio. 2. Look at the top menu. Expected Result: Menu items should be consistent.... | 3 | train |
TISTUD-1576 | Unable to package Android module on OSX | Prereqs Install Android SDK Install Android NDK Update settings in Titanium preferences Steps: 1. Create an android module project 2. Package the module Expected results Module is packaged Actual results: NPE in the AntRunner and this following error (Build 1.0.0.qualifier) [ERROR] /Users/nle/Library/... | 13 | train |
TISTUD-1579 | Given a URL to a module ZIP file, install the newer version | Add a dashboard controller when given the URL to a module .zip file, installs the module to the SDK location on disk. * Allow the user to choose either a global install, or a per-project install. * If for a specific project, update the tiapp.xml file (equivalent to what we do now when packaging a module for local d... | 13 | train |
TISTUD-1581 | Add support for launching BlackBerry debugger | The new Blackberry simulator utilizes a VMWare appliance. We'll need to launch against that. Improvements: # Add IP address override to launch configuration (see TISTUD-1597 for root IP specification) # Add password override to launch configuration (see TISTUD-1597 as well) Steps to use the integration: # Laun... | 20 | train |
TISTUD-1588 | Create Mockup of new Studio Dashboard | This incorporates the new configuration tab, allowing users to choose between a "simple" and "advanced" perspective. | 8 | train |
TISTUD-1590 | Split titanium mobile plugin into ui and core plugins | null | 8 | train |
TISTUD-1594 | Upgrade Module wizard to support BlackBerry projects | Similar to other platforms, support the creation of BlackBerry modules. We don't yet know exactly the steps involved. | 8 | train |
TISTUD-1605 | Javascript preview code doesn't include "other parentheses" example code | 1. Open Preferences > Studio > Formatter 2. Select javascript on the left of the pref page 3. Click the pencil icon to edit the profile 4. Select the "Spaces" tab The preview block of code doesn't seem to have any examples of the "Other parentheses" code, since changing those values don't seem to have any effect. | 2 | train |
TISTUD-1610 | Add a Preference page to manage Keystore certificates | We should adopt the Adobe AIR certificate management UI. See attached for Adobe AIR cert. management UI in Studio 1.5 (we can probably reuse this code) There should be a new Android preference page (similar to iOS), that contains a table of current keystore certificates, and an Add and Remove buttons | 13 | train |
TISTUD-1611 | Update the existing keystore dialog to allow users to either specify an existing keystore or create a new one | Add radio buttons to the dialog that allows the user to specify either an existing keystore from the disk or adding a new one. If an existing one is selected, we need to have a password field but not others. | 8 | train |
TISTUD-1612 | Update the Android distribution wizard/launch configuration to allow user to pick from the existing list of certificates (combo box), or to create a new one | -Replace the textbox with a combo box that contains the list of keystore certificates -The certificate added from the Browse button should automatically add the certificate to the list -New button will trigger the same keystore dialog as before | 8 | train |
TISTUD-1613 | Allow user to register their GitHub account inside Studio | I would like to be able to log in to my Github account and save my account information, possibly in our new "Accounts" preference page. Store: * Username * Password Additional buttons/links: * Test (to test the login credentials) * Sign up (to sign up for Github, which directs to the website) | 13 | train |
TISTUD-1614 | When importing a Git project, add available GitHub repos to the options | Update the Git import dialog: # Add a radio button in front of the existing URI option # Add another radio button with "Github" below. When the radio button is selected, it shows a list of repos in a dropdown via the Github REST API http://developer.github.com/v3/repos/ ## The destination field is shared between t... | 13 | train |
TISTUD-1615 | Allow a user to upload a new project to GitHub | This assumes that the project has not created a local repo or the local repo has no remote. # Right click on a project # Team > Create on GitHub... ## Name of repo ## Description of repo ## Organization you wish to publish to ## Public/Private radio button See http://developer.github.com/v3/repos/ for inform... | 13 | train |
TISTUD-1616 | Add ability to log out of Jira account for "Submit a ticket" | Once logged into Jira inside Titanium Studio you cannot seem to log out and your name is retained between user logins. Steps to reproduce: 1. Log into Titanium Studio using one account. 2. Open Jira through the Help > Titanium Studio > Submit a ticket 3. Log into Jira via the top of the form and the validate butt... | 8 | train |
TISTUD-1617 | Submit a ticket wizard only submits the first line of the "Steps to reproduce" field. | When a user submits a ticket using the Submit a ticket Jira wizard only the first line of the steps to reproduce is passed into the Jira. Steps to reproduce: 1. Submit a ticket with multiple lines in the steps to reproduce field. Expected results: All lines will appear in the Jira ticket on the web site. Actual... | 5 | train |
TISTUD-1622 | Need to be able to configure ACS url for staging testing purpose | Right now studio has hard coded api.cloud.appcelerator.com, in order to test in staging environment, we need to be able to change it to point to api.staging.cloud.appcelerator.com instead | 5 | train |
TISTUD-1626 | CLONE - Need to be able to select javascript modules from TiStudio Modules panel | With support for JavaScript (commonJS and MobileWeb) modules being added, we now need the ability to display and select javascript modules in the TiStudio Modules panel. # Show the (currently-hidden) modules # In the popup to select per-platform versions, for commonjs modules, only show a single drop down for selec... | 8 | train |
TISTUD-1627 | Add support for creating javascript modules to TiStudio | Add the ability to create a javascript module (commonJS or MobileWeb, depending on implementation of MOD-701). | 8 | train |
TISTUD-1630 | "Aptana" is shown under the main Help menu on Titanium Studio standalone installation | Not necessarily reproduceble, but on a brand new Titanium Studio installation on a Mac 10.7.2 machine, "Aptana" instead of "Titanium Studio" is displayed under Help. Also the preference page node has Aptana Studio instead Titanium Studio as well, so look like one or more overriding plugins didn't get loaded. Here is ho... | 8 | train |
TISTUD-1631 | File JIRA tickets for Titanium Studio in the "Titanium Community" project | When filing a ticket inside Titanium Studio using the new JIRA integration (APSTUD-2916), we need to file the ticket in APSTUD if it came from Aptana Studio, and TC if it came from Titanium community | 8 | train |
TISTUD-1632 | Re-configure JIRA ticket submission fields to better match current ticket guidelines | When filing a ticket in JIRA, we need to reconfigure the current fields ever so slightly. Instead of a single "Steps to Reproduce" we need three fields: * Steps to Reproduce* * Actual Result* * Expected Result (*d fields are required) From a space perspective, "Steps" should be 2X the height of the other ... | 8 | train |
TISTUD-1633 | Titanium Studio: android module fails to create with internal error | When creating a module in studio, the creation fails with internal error: could not move file. Screenshot and log attached. This only occurs with android modules. However, android modules can be created from the command line. Steps to Reproduce: 1. Create new android module from studio. Expected Result: ... | 8 | train |
TISTUD-1640 | Titanium Studio: MobileWeb: preview in emulator/browser fails with NPE | When a mobileweb project is previewed in emulator or browser, there is a silent failure in the UI, and an NPE error in the log. Log attached. This does not occur in Studio 2.0.1. Steps to Reproduce: 1. Create a new mobileweb project. 2. Preview in Browser and Preview in Emulator. Expected Result: App sh... | 5 | train |
TISTUD-1642 | Titanium Studio: Login: studio does not auto-login on Linux | When studio launches, the user always has to enter login information (i.e., the auto-login never occurs). Steps to Reproduce: 1. Run studio on Linux. 2. Enter appcelerator login information. 3. Close and relaunch studio. Expected Result: Studio should auto-login. Actual Result: The user is prompted ... | 13 | train |
TISTUD-1643 | Remove the text in Windows installer about restarting the machine after uninstallation since it is not necessary | When studio is installed using the installer and the machine is rebooted after prompt, the installer does not relaunch on machine reboot. The installer must be manually run to continue the installation. Steps to Reproduce: 1. Run the studio installer on Windows. 2. Reboot the machine on prompt. Expected Resul... | 8 | train |
TISTUD-1645 | Titanium Studio: Titanium Preferences: Default Android SDK changed if not saved and sdk path is reloaded | In Preferences > Titanium Studio > Titanium, if the Default Android SDK is changed and the user clicks on the Android SDK Home text field, then clicks in a different text field (e.g., Android NDK Home), the Default Android SDK change will be undone if it was not previously saved. This is a usability issue because the u... | 5 | train |
TISTUD-1664 | TiStudio: Encoding problem with Git Commit Message | Same problem on Ti Studio. https://jira.appcelerator.org/browse/APSTUD-4043 (Aptana bug) -------- The problem is that when i git commit with comments in Japanese(or Korean), i get unreadable by git log on terminal(utf-8). (I can read in Titanium studio history window. but unreadable by other tools) by the wa... | 8 | train |
TISTUD-1647 | Titanium Studio: MobileWeb: preview in android emulator initially fails with server errors when AVD is first created | When deploying from studio, or manually running a mobileweb app in the android emulator browser, the app will not run and server related errors log to the console when a new AVD is created. Logs attached. This is not a regression, as it does occur in Studio 2.0.1. Steps to Reproduce: 1. Delete .android/avd/ 2... | 8 | train |
TISTUD-1648 | Titanium Studio: Modules: android modules created on command line cannot be packaged in studio | Android modules created from command line cannot be packaged in studio. There is no package option in the UI. Note: Android modules created in studio, and iPhone modules created from the command line, work as expected. Steps to Reproduce: 1. Create an android module from the command line. 2. Import the module... | 8 | train |
TISTUD-1649 | Titanium Studio: MobileWeb: no option to package mobileweb modules | MobileWeb modules do not have the option to package from studio. Note: MobileWeb modules cannot be created in studio 2.0.1, so this feature cannot be tested in studio 2.0.1. This is a new fail case. Steps to Reproduce: 1. Create a mobileweb module. 2. Attempt to package the module (box icon > Package MobileWe... | 13 | train |
TISTUD-1650 | Titanium Studio: change default workspace to one without spaces to support module development | Currently, the default studio workspace is Titanium Studio Workspace. Because the workspace contains spaces, Android modules cannot be packaged. One suggestion is to change the default workspace to one without spaces to facilitate module development. As per discussion, it was suggested to use: Titanium_Studio_Wor... | 5 | train |
TISTUD-1666 | Restart of Titanium Studio Required for the tiapp editor to display modules added after Studio was launched | h3.Experience Currently, the list of modules appears to only be loaded into Titanium Studio at startup. Modules added to the Library folder after Titanium Studio has launched are not seen in the Modules pane of the tiapp editor. This requires a restart of Titanium Studio. h3.Expectation When the tiapp editor is ... | 8 | train |
TISTUD-1656 | App is created with NULL creator_user_id. | h4. Problem Description I published an App to the App Store and Google Play but the app never appeared on "My Apps". The original guid was: 2c9e1129-86d4-4f9d-9f0d-4d7bd0cd764a Because I noticed new projects showed up on "My Apps" I've created a new project and transplanted the guid to the tiapp.xml of my app. Rel... | 5 | train |
TISTUD-1662 | Editor: JavaScript Comment Auto-Complete initially fails to recognize preexisting blocks and cursor is incorrectly positioned | JavaScript Comment Auto-Complete initially fails to recognize preexisting blocks and cursor is incorrectly positioned. I am marking this as a bug because the auto-comment partially works, and I can get into this bad state. Screenshot attached. The auto-complete kicks in after pressing enter twice, but the cursor is ... | 8 | train |
TISTUD-1669 | Titanium Studio: Preferences: cannot edit or leave titanium preferences menu with invalid values error | If the titanium preferences menu is opened, the user cannot navigate to a different menu. There is a pop-up with an invalid values error. Screenshot attached. Also, if individual titanium preferences are edited, the changes cannot be applied. The only way to leave the menu is to press cancel or close the entire pref... | 5 | train |
TISTUD-1671 | Titanium Studio: Multiline Search: enter newline keyboard shortcuts edit the wrong text area | When the multiline search box is up, and the enter new line keyboard shortcuts are used, the characters are entered in the active .js file instead of the search field. Screenshot attached. No log files. Not testable in studio 2.0.1 (new fail case). Command + Enter will add new lines to the .js file. Control + Enter... | 8 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.