issuekey
stringlengths
8
11
title
stringlengths
16
187
description
stringlengths
10
20k
storypoint
int64
1
40
split_mark
stringclasses
1 value
TISTUD-5070
Re-use Android "emulator" launch config type for "profile" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
3
train
TISTUD-5071
Re-use Android "emulator" launch config type for "test" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
3
train
TISTUD-5073
Re-use iOS "simulator" launch config type for "debug" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5074
Re-use iOS "simulator" launch config type for "test" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5075
Re-use iOS "simulator" launch config type for "profile" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5076
Re-use iOS "device" launch config type for "debug" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5077
Re-use iOS "device" launch config type for "test" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5078
Re-use iOS "device" launch config type for "profile" mode
Every time we added a new mode for a platform, we generated new launch config types. We shouldn't need to do this, and should instead be able to simply add a new launch delegate, shortcut, config tab for the new mode. We typically have a "device" and "simulator" launch config type for each platform. We should be usi...
5
train
TISTUD-5079
Make JSCA handling forgiving of arbitrary new properties
Looks like the platform wants to be able to add additional data to the JSCa file to be used in Ti.Next. Unfortunately our JSCA support currently blows up (throws a runtime exception that effectively breaks our parsing) when we encounter unexpected properties and their values. See https://github.com/appcelerator/tita...
5
train
TISTUD-5084
XML code completion adds closing tag when fully typing a self-closed tag
Start typing {{<Label /}} in the Studio XML editor (e.g. Alloy view). Now if you wait a sec and then type {{>}} everything is OK. You have created a self-closed {{<Label />}} tag with no problem. But the following cases don't: * Type {{<Label />}} without stopping and you'll get {{<Label />></Label>}} * Type {{<...
5
train
TISTUD-5089
Studio: the Plugin zip does not exist on the update site
This applies to both Titanium Studio and Appcelerator Studio. Clicking on the "Download Plugin Update Site" link in http://preview.appcelerator.com/appcelerator/studio/standalone/update/stable/ leads to a non-existent URL.
5
train
TISTUD-5101
Improve Github PR submission
The Github PR submission works OK, but could use some improvement in behavior/UI: - If I have long commit messages the dialog gets very wide. It should have a max width set and just use horizontal scrolling if necessary - The actual PR submission should happen asynchronously, it currently runs in the UI thread. (Sche...
8
train
TISTUD-5104
List open pull requests for git repo attached to github, selecting PR opens in browser
Now that we can generate pull requests in Studio, it'd be nice to see the list of open PRs against a given repo and select them to open the PR in a browser (internal?). http://developer.github.com/v3/pulls/#list-pull-requests We already have a very simple pull request model to parse the JSON that describes a PR r...
8
train
TISTUD-5105
Allow user to merge an open pull request for a git repo attached to github
Now that we can generate pull requests in Studio, it'd be nice to see the list of open PRs against a given repo and select them to merge the PR. http://developer.github.com/v3/pulls/#merge-a-pull-request-merge-buttontrade We need to hook a menu extension to show the listing of open PRs and merge the PR when selec...
8
train
TISTUD-5106
Alloy project: Add right-click menu items to navigate from XML to JS and TSS files
When a xml file in Alloy project is selected in the Project Explorer, we should provide right-click menu items to open the corresponding .js and .tss files. The same menu should also be available when right-clicking in the xml editor if it's from an Alloy project.
8
train
TISTUD-5107
Alloy project: Add right-click menu items to navigate from JS to XML and TSS files
When a js file in Alloy project is selected in the Project Explorer, we should provide right-click menu items to open the corresponding .xml and .tss files. The same menu should also be available when right-clicking in the JS editor if it's from an Alloy project.
5
train
TISTUD-5108
Alloy project: Add right-click menu items to navigate from TSS to XML and JS files
When a tss file in Alloy project is selected in the Project Explorer, we should provide right-click menu items to open the corresponding .xml and .js files. The same menu should also be available when right-clicking in the TSS editor if it's from an Alloy project.
5
train
TISTUD-5109
Silent failure when creating a Git pull request
I have a git project that is on "development" branch. It's not forked, and is linked directly to the 'development' origin. Do a right-click on the project and select Team -> Create Pull Request. At this point, nothing happens and we get this error in the log: {code} !ENTRY org.eclipse.ui 4 0 2013-07-15 16:20:0...
3
train
TISTUD-5110
NPE when launching the Studio after a fresh install
Launched an installed Studio for the first time on a Windows 7 VM and got an exception right at the start. {code} !ENTRY org.eclipse.core.jobs 4 2 2013-07-15 18:06:52.401 !MESSAGE An internal error occurred during: "Computing SDK Info...". !STACK 0 java.lang.NullPointerException com.appcelerator.titanium.core.i...
3
train
TISTUD-5112
Errors in the TailLog after deleting a deployed Node.ACS project
# Create Node.ACS Project named 'np'. # Deploy App. # Activate Tail Logs. # Delete project. The project is deleted. However, the Tail Log console remains open and an error appear every few seconds: {code} [ERROR] Server returned error. No app found {code}
5
train
TISTUD-5116
Create a 16x16 LiveView icon
In order to implement TISTUD-4817, we need a LiveView icon that will be displayed in the Project and App Explorer toolbar.
5
train
TISTUD-5139
Android SDK Path is misinterpreted
h3. Steps to Reproduce On OSX 10.6.8 (outdated, yes, but probably applies to more versions) With a fresh install, use the dashboard link to install the Android SDK. When it requests a path, enter ~/.android (or any path beginning with ~) Install as normal h3. Actual Result SDK is installed to /Applications/Titanium S...
5
train
TISTUD-5121
Add a toggle button in App/Project Explorer toolbar to enable/disable LiveView for the next run
This will be a global state to control if the next applicable launch (run on iOS/Android and simulator/device at the moment) will be run with LiveView on or off. Initially the button is toggled off, and the workflow is as followed: 1. User toggles the button on and do Run > iOS Simulator, the simulator will be run w...
5
train
TISTUD-5122
LiveView: Remove the launch configuration contribution
Remove the contribution to applicable launch configurations for enabling LiveView as we will be using the global toggle to control the setting. For existing launch configs, we should ignore the liveview attribute and also use the global setting.
3
train
TISTUD-5127
Support optional comma in tss file
When a .tss file contains certain grammars, Titanium Studio cannot parse for display in the Outline View, and the entire Outline View goes blank. Examples: Example 1) {noformat}"#topShadow[platform=android]":{ left: 0, right: 0, top: 0, height: 4, backgroundColor: "yellow", backgroundGradient: { ...
2
train
TISTUD-5131
Studio: Web Preview is not compatible with UNC paths
*Problem* The Web Server Preview is not compatible with UNC paths. *Log* {code} '\\server\folder\Documents\Dropbox\Titanium_Studio_Workspace\Project' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. Titanium Command-Line Interface,...
8
train
TISTUD-5132
Studio: Update out-dated tiapp.xml files in project templates
The {{tiapp.xml}} files in the Studio project templates are out-dated. They still contain the deprecated top-level iOS elements and the {{<iphone />}} section instead of the new {{<ios />}}. Since these templates are the starting point for both beginners and advanced devs, I think they should always reflect the late...
5
train
TISTUD-5151
Errors occurred while refreshing git index ( importing KitchenSink from Samples)
Test Steps: 1.Launch Appcelerator Studio. 2.Samples > KitchenSink > import . 3. No sepearate GIT activity has been done , still I received 'Errors occurred while refreshing git index' Screenshot and logs attached. {code} !ENTRY com.aptana.git.core 4 1 2013-07-25 15:14:10.168 !MESSAGE Errors occurred while ...
5
train
TISTUD-5154
SWTException when closing tiapp editor
I was closing editors and saw error dialogs popped up. Here is the exception in the log: {code} !ENTRY org.eclipse.ui 4 4 2013-07-25 15:30:20.018 !MESSAGE An internal error has occurred. !STACK 0 org.eclipse.swt.SWTException: Widget is disposed org.eclipse.swt.SWT.error(SWT.java:4397) org.eclipse.swt.SWT.e...
3
train
TISTUD-5157
Add Alloy navigation shortcuts to the Project Explorer
The implementation of TISTUD-3295 did not include the Alloy navigation support through the Project Explorer. The implementation only added editor menu action to navigate between the Alloy element, and this enhancement is to add a similar menu item to relevant Alloy files in the project explorer. We should be able t...
5
train
TISTUD-5158
Run Configurations dialog: create new iOS Application Installer config failed with exception
Opened Run Configurations dialog and double-click on Appcelerator iOS Application Installer to create a new launch config, but none was created. Checked the log and saw the following exception: {code} !ENTRY org.eclipse.ui 4 0 2013-07-25 17:46:58.544 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.s...
3
train
TISTUD-5160
Appcelerator Studio is asking for updates every single time user opens studio
User opens Appcelerator Studio, then studio prompt to install updates, the user click on the update button, studio download all the updates and says that they has been installed, but the log file is showing errors (attached log file), also , the user try to login on acs with his account (cli -> acs login) and throws an...
8
train
TISTUD-5166
Appcelerator Studio: stuck on the splash screen when restart
h5. Problem description After hard restarting the system (for everything was completely frozen), Appcelerator Studio was not starting anymore. After launching it and choosing an existing workspace, the login screen didn't appear - only the red Studio Splashscreen was being displayed. Here is the console detail...
8
train
TISTUD-5168
Proxy settings not used when downloading APM module from AWS S3 bucket
Customer is behind proxy server, but checking for updates shows APM 1.0.4, when he downloads, errors out. See attached for logs
5
train
TISTUD-5169
Proxy settings do not apply when re-launching into AppC Studio with cached login
Customer logs into AppC Studio behind proxy (with beta 3.1.3 build that had proxy fix) and it works first time, then on subsequent close/open, reports that Studio is in Offline mode. Have to logout, then launch and login for it to show as online. See attached logs
5
train
TISTUD-5182
Need an alert dialog to warn the developers about the new Window Architecture on Android
Need some way (eg. alert dialog) to warn the developers about the new window behavior on Android. Starting from 3.2.0, all the windows are heavyweight on Android (TIMOB-13796).
5
train
TISTUD-5195
When importing an existing Titanium Mobile project, refer to the tiapp.xml instead of the manifest file
Currently, Studio requires a Titanium Mobile project to contain a "manifest" file in order to import the project. This file only exists to facilitate importing projects into Studio. In Titanium SDK 3.2.0, the "manifest" file will be removed (TIMOB-13166). Studio will need to read the tiapp.xml to get whatever info i...
5
train
TISTUD-5199
BlackBerry project validation: message has incorrect grammar
BlackBerry project validation: message has incorrect grammar. See screenshot. Test Steps: 1. Create Titanium BlackBerry project with project name containing invalid character. Result: Error message 'A BlackBerry project cannot any of these characters in its name:'. Expected Result: Error message 'A...
2
train
TISTUD-5200
Allow create Alloy Application Templates using Rubles
Using rubles, one can create Titanium Mobile templates - however, this doesn't work when trying to create a template for an Alloy based project. Issues as I've noticed them are: * Alloy nature is not properly applied * Alloy plugin is not added to the tiapp.xml as expected * Alloy assets are not generated appropri...
8
train
TISTUD-5205
Localization properties set in Alloy .tss files are marked as an error
h5. Problem description Specifying a String localized in the Styles .tss, Appclerator Studio marks it as an error (unexpected token "L"). 1. Create a new Alloy project 2. Edit views/index.xml {code} <Alloy> <Window> <!-- Localization via XML attribute --> <Label class="header">via XML attribute:</Label...
8
train
TISTUD-5206
Appcelerator Studio Dashboard - Learn >> Developer Reference >> Titanium Studio Guide link navigates to a proper page but the page displays a 'Page not found' message
Dashboard: Learn: Documentation Links Test steps: 1. Click the Titanium Studio Guide link for Developer Reference and observe the page that it navigates to. Actual Result: The link navigates to a page which has a 'Page not found' message on it. Please refer the attached screen shot for more clarification.
3
train
TISTUD-5223
Field Service: In description of Field Service Sample in Dashboard we should state to read the ReadMe to configure
There are users and partners that have not been able to get the Field Service App to work. It turns out many of them is because they didn't look at the ReadMe. I believe that if we state it in the description, then more users will actually look at the readme and this should increase the overall success of the Field S...
2
train
TISTUD-5225
Liveview: iOS: Second launch of LV enabled project in iOS simulator fails
h5. Description: When launching a Liveview enabled simulator session, it works as expected. When you attempt to rebuild the project again, the simulator fails to launch and this error presented: {code} [INFO] : Finished building the application in 1s 97ms [LiveView] Closing file/event server process id: 34204 ...
8
train
TISTUD-5224
Studio: Toast says android build succeeded when build failed
If a build fails, TiStudio still says it succeeded, console says (correctly) build failed. See screenshot. The problem is if the build callback receives an error, it says there was an error, but doesn't exit with a non-zero exit code.
5
train
TISTUD-5235
Node.ACS - tiapp.xml property always points to locally running endpoint of node.ACS web service
Repro steps: 1. Create a new node.ACs proj 2. Publish it to Node.ACS cloud 3. Create a new timob project 4. Import Node.ACS bindings 5. Select the project created in step 1 6. Replace the value of following property in your timob project <property name="acs-service-baseurl-<NodeACSWebserviceProjectName>">http:...
5
train
TISTUD-5236
Preferences > Studio > Updates: hitting Apply after switching a stream has no effects on the selected update site
1. Open Preferences > Studio > Updates page; 2. Switch from "Stable Release" to Release Candidate Build"; 3. Hit Apply; 4. Switch to Preferences > Install/Update > Available Software Sites. Expected result: the new list of update sites are generated, and the RC one is selected. Actual result: no change occurs ...
3
train
TISTUD-5241
Allow user to configure for iOS development in the platform configuration wizard
In the platform configuration wizard, there should be an entry for iOS. It will have an Advanced Settings section to customize the Xcode location. By default, the location should be filled with "/Applications/Xcode.app", and the text next to the checkbox should say "Not Configured". This ticket just covers the UI aspec...
8
train
TISTUD-5242
Allow user to configure for Android development in the platform configuration wizard
In the platform configuration wizard, there should be an entry for Android, and it should contain an expandable "Advanced Settings" section where user could customize the following: # Set a path for the root Android SDK location. It will be filled initially by a default path, e.g. ~/Android. # Choose what Android S...
13
train
TISTUD-5243
Allow user to configure for BlackBerry development in the platform configuration wizard
In the platform configuration wizard, there should be an entry for BlackBerry, and it should contain an expandable "Advanced Settings" section where user could set a path for the root BlackBerry NDK location. It will be filled initially by a default path, e.g. ~/BlackBerry. The text next to the platform checkbox should...
8
train
TISTUD-5246
Allow user to configure for Tizen development in the platform configuration wizard
In the platform configuration wizard, there should be an entry for Tizen, and it should contain an expandable "Advanced Settings" section where user could set a path for the root Tizen SDK location. It will be filled initially by a default path, e.g. ~/Tizen. The text next to the checkbox should say "Not Configured" by...
8
train
TISTUD-5247
Unable to import projects from dashboard
- Open Dashboard -> Develop. - Importing any project does not show up import wizard. The error log indicates exception indicating no handler for the import action. !MESSAGE (Build 3.2.0.201308102436) [ERROR] There is no handler to execute for command com.aptana.samples.ui.commands.import !STACK 0 org.eclipse.cor...
5
train