issuekey stringlengths 8 11 | title stringlengths 16 187 | description stringlengths 10 20k ⌀ | storypoint int64 1 40 | split_mark stringclasses 1
value |
|---|---|---|---|---|
TISTUD-2071 | Replace Geolocation client/server icons with new versions | The icons for the RedHat Open Shift client/server are not in keeping with rest of the icon templates. They need to be upgraded. | 2 | train |
TISTUD-2072 | %wizard.nodejsproject.name in "Create Project' wizard | # File > New > Project # Note %wizard.nodejsproject.name near the top. Looks like a missed refactoring. Should be something like "New Node.js Project" | 2 | train |
TISTUD-2073 | Direct user to Node.JS troubleshooting document if NPM is not installed, or package fails to install | When a user attempts to install a NPM package and NPM is not installed, or NPM is installed and the package fails, we should direct the user to a troubleshooting document as part of displaying the error. http://go.aptana.com/Installing+Node.js | 5 | train |
TISTUD-2074 | Assign key-bindings for the Alloy generation wizards | Add keyboard shortcut for opening dialog and generating Alloy resources (so user isn't forced to go through UI to do this action and can do so by keeping hands on keyboard) This includes key-bindings for: # Widget # Migration # Controller # Model | 5 | train |
TISTUD-2077 | New Project Wizard: Templates: template icons are solid red if offline | If offline, template icons in the new project wizard are solid red. This is not a regression. There is no log info. Steps to Reproduce: 1. Turn off the internet. 2. Create a new Titanium Mobile project to bring up the new project wizard. Actual Result: Template icons are solid red. Expected Result: ... | 5 | train |
TISTUD-2078 | For Mobile project wizard, double-click on a template should proceed to next page | Steps: 1. Right click in Project explorer > New Titanium Mobile Project 2. On the Template page, double-click on the Single Tab Template Expected result: The next page is shown and the template is selected Actual result: The template is selected | 5 | train |
TISTUD-2079 | Android Packaging Wizard: allow user to manually enter new directory in distribution path | When packaging an android project, the user must select an existing directory. If the user manually enters a previously non-existent directory, there is an error. The directory should be created based on the entered path if it did not exist before. Test Steps: 1. Create an android project. 2. Package to br... | 5 | train |
TISTUD-2083 | Investigate if the CTRL-SHIFT-W is related to the browser wrapper | null | 8 | train |
TISTUD-2084 | Investigate if the CTRL+SHIFT+W is related to the CEF implementation | null | 8 | train |
TISTUD-2086 | "Right click > Open in New window" in Dashboard should honor Eclipse browser settings | This was found in the course of testing TISTUD-1527. Steps: 1. Open dashboard 2. Right click (on a link) > Open in new window Expected Link is opened in a browser based on the Eclipse/Studio settings Actual Link is opened in a new external generic browser with no navigation controls This is currently onl... | 8 | train |
TISTUD-2088 | Review Debug on Device platform code contributions | Ensure code fits our conventions and standards. | 8 | train |
TISTUD-2089 | Restrict debugging on device to SDK 2.2+ | The menu options for debugging should be disabled in < SDK 2.2. There may be other locations we need to check as well, like validating the launch configuration. | 5 | train |
TISTUD-2090 | Display a set of instructions when launching iOS "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 * Sync to device (iTunes) * Launch app on device (waiting for connection) * Connected Suggest having a... | 13 | train |
TISTUD-2091 | Prompt user to choose a device for debugging when multiple devices with the same application are discovered on a local network | If multiple devices all present themselves with the same launched app and same security key, we need to allow the user to select between them * Pop a dialog with the names of all the devices in question * Add a small 16px icon next to the device to identify it (iOS/Android, but could eventually be something like iP... | 8 | train |
TISTUD-2092 | Modify code to auto-generate a security key on app packaging | See RunOnDeviceIOSConfigurator.java for more information | 8 | train |
TISTUD-2093 | Templates: Error Enabling Cloud Services during HTML project creation. | Description: Creating a new HTML template from Titanium Studio causes an Error Enabling Cloud Services. ACS can be enabled from tiapp overview. See an attached screenshot. Steps to reproduce: 1. Click on HTML-based Application from Titanium Studio Dashboard > Develop Actual result: ACS Error Expected result: N... | 8 | train |
TISTUD-2105 | Templates: Error unzipping HTML project creation. | Description: Creating a new HTML template from Titanium Studio causes an unzipping error. Steps to reproduce: 1. Click on HTML-based Application from Titanium Studio Dashboard > Develop Actual result: Error Expected result: No Error | 5 | train |
TISTUD-2109 | "Installed Node.js is an unsupported version" | The error message in the issue title pops up when I open TiStudio 2.1.2.201208141459 (attached as image). Clicking "OK" takes me to an [empty document on our wiki|https://wiki.appcelerator.org/display/tis/Upgrading+Node.js] for updating Node.js. As per a conversation with Ingo, this should not be happening in this ... | 5 | train |
TISTUD-2111 | Reduce required supported node version to 0.6.0 | Currently, we require node.js to be version 0.8.0 or higher. This can be reduced to 0.6.0. | 2 | train |
TISTUD-2112 | Python not on the list in commands menu | Python is not on the list in Commands menu. This is not regression. h3. Step to reproduce: # Open a Python file: File > New From Template > Python > Blank File # Run a command from the Python Commands Menu (Commands>Python>*) h3. Actual result: Python is not on the list in Commands Menu. h3. Expected... | 8 | train |
TISTUD-2118 | If Node.js version is out of date, offer to re-run installer for new version | If you have an older version of node.js, you can just install a newer version over the top. Currently we direct the user to a troubleshooting page, but we can improve that process. If the version of node.js is out of date: # Pop up a dialog (currently implemented) letting the user know the version is out of date #... | 5 | train |
TISTUD-2127 | Give descriptive name to Titanium Studio inside VisualVM app | For debugging, it's nice to give our app a better name than "Unknown Process". This is relatively straightforward as detailed here: http://stackoverflow.com/questions/4433979/how-do-i-give-a-name-to-a-visualvm-unknown-application {code} -Dvisualvm.display.name=FooBar {code} | 3 | train |
TISTUD-2133 | A new launch configurations is added on every iOS debug-on-device launch | When launching an iOS debug on device (via the Project Explorer debug dropdown), a couple of two new launch configurations is added to the dropdown list. The list is growing on every launch, and there is no way to remove those items, even from the launch configuration dialog (those launches are probably defined as pr... | 13 | train |
TISTUD-2134 | Validate project name for Node.ACS projects | When creating projects with Node.ACS enabled, we need to validate the name. So far, I know that "." are not valid for Node.ACS projects. So for Titanium Mobile, we need to check the "." only if Node.ACS is enabled. For a standalone Node.ACS project, we need to add a check for valid strings. An alternative would be ... | 13 | train |
TISTUD-2136 | Unable to distribute iPhone app due to NPE in loading local provisioning profile | When trying to build for distribution, the distribute window never opens and the user cannot distribute their app. An error ops up with a NullPointer Exception. Here is the provisioning profile info: {"wwdr": true, "iphone_dist_name": ["*****"], "sdks": [], "iphone_dev_name": [*****], "iphone_dist_message": nu... | 5 | train |
TISTUD-2138 | Dashboard: Update Android SDK to 20.0.3 on Staging | Dashboard: Update Android SDK to 20.0.3 on Staging | 3 | train |
TISTUD-2139 | Exception in the log during acs.core plugin loading | {code} !ENTRY org.eclipse.osgi 2 0 2012-08-23 14:46:05.930 !MESSAGE While loading class "com.appcelerator.titanium.acs.core.ACSCorePlugin$TiAppChangeListener", thread "Thread[Worker-15,5,main]" timed out waiting (5044ms) for thread "Thread[Worker-8,5,main]" to finish starting bundle "com.appcelerator.titanium.acs.cor... | 8 | train |
TISTUD-2140 | Create a wiki page on how to debug on iOS device from Studio | We should create a wiki page that lists out the requirements needed as well as the detailed steps to successfully debug on iOS device. We should also add a link that points to the wiki page to the wizard when it is launched in debug mode. | 8 | train |
TISTUD-2142 | Make the progress monitor for the debug process display more detailed message | Debuggin on iOS device is a multi-step process (listed in TISTUD-2090), and before we implement the wizard idea, we should improve the message we show to the user after we started step 2 and are waiting for user to complete step 3 once iTunes finishes syncing. The suggest message is "Waiting for device... (the app is b... | 5 | train |
TISTUD-2143 | Macbook Pro Retina: display text needs adjustment | The tab header text needs to be adjusted to appear more desirable. | 8 | train |
TISTUD-2150 | Create Module: New > Titanium Mobile Module project > Install JDT link should point to latest docs | New > Titanium Mobile Module project > Install JDT link should point to latest docs Steps to Reproduce: 1. On a system on which JDT is not installed, choose to create a new titanium mobile module through titanium studio. A wizard to create New Titanium Mobile Module project is shown 2. Click on the Install JDT lin... | 3 | train |
TISTUD-2151 | Tweak new device and packaging icons | Related to TISTUD-1351, we request a few small changes to the icons: # The Android device debugging icon looks odd next to the iOS one. The phones should probably be at least similar in width # The shadows around the boxes for distribution are too dark. Perhaps just reduce the opacity a bit. | 5 | train |
TISTUD-2156 | Download the latest Android SDK directly | Download the latest SDK unless the user has a compatible SDK already installed. See https://wiki.appcelerator.org/display/tools/Android+SDK+Installation for reference. | 8 | train |
TISTUD-2157 | Download and install the base required packages | The packages include: 1. Platform tools 2. Google Maps v8 3. Base Platform v8 See https://wiki.appcelerator.org/display/tools/Android+SDK+Installation for reference. | 13 | train |
TISTUD-2158 | "Enable Cloud Services" button is enabled for external tiapp.xml files | When opening an external tiapp.xml in the TiApp editor, the 'Cloud Services' button should be disabled just like the other controls that require a project context. | 2 | train |
TISTUD-2159 | Notify the dashboard when a module installation is completed | Fire a dashboard notification at the end of the Module installation. | 5 | train |
TISTUD-2160 | Refresh the 'My Modules' listing in the Dashboard when it's being notified that a module was installed | The Studio will notify with an event that a Module was installed. Once this notification is captured, refresh the 'My Modules' list (probably by calling again the 'getMobileModules' action on the 'portal.titanium.modules' controller) | 8 | train |
TISTUD-2163 | Rename the configure tab to "Get Started" | # Rename the first tab in the Dashboard to "Get Started" # Update the wiki documentation to reference the new tab name (https://wiki.appcelerator.org/display/guides2/Setting+up+Titanium+Studio) | 5 | train |
TISTUD-2164 | Run the browser configuration check to make sure Mobile Web can be used | # If on Mac and Windows, the check described in TISTUD-2187 will be run on dashboard open with the other platform configuration options # If there are compatible browsers, indicate the user is good to go # If there are no compatible browsers, or you are on Linux, indicate the set of required browsers. # Add a button... | 13 | train |
TISTUD-2165 | Add button to create a new Mobile Web project from the dashboard | See https://wiki.appcelerator.org/display/prd/Studio+Dashboard for more information. | 5 | train |
TISTUD-2166 | Add button to dashboard to run previously created projects | # Add button to call new action to run project created in above step (APSTUD-4801), greyed out until a project is created, or there is at least one project in the workspace. # If the user happened to close and reopen the dashboard, the "just created" project might be lost. So, we always run the most recent project bas... | 8 | train |
TISTUD-2169 | Add user-friendly labels for template types | We have a way of defining groups or categories of templates, but there is no user-friendly name for them such that it could be displayed to the user. Add something that would allow us to group templates as shown in the mockup. | 5 | train |
TISTUD-2170 | Rework template selection UI to new version | By default, the first item in the first group is selected, and the corresponding description is shown. This should be the "Alloy blank" template for Titanium Mobile projects, assuming they have alloy installed | 13 | train |
TISTUD-2172 | Create build participant to auto-compile embedded ACCS service when changes occur | For an integrated project, where the client and server are the same thing, we need to update the bindings for the embedded service when the service changes # Watch for changes in the service.js file # If a change happens, re-run the compilation step to update the bindings. | 8 | train |
TISTUD-2174 | Dashboard: Develop: Create New Project template is duplicated and deprecated | The 'Create New Project' template on the dashboard is duplicated and deprecated by 'Default Project'. 'Default Project' is the option that exists in the New Project Wizard. This occurs on the Dashboard and Dashboard Preview. Steps to Reproduce: 1. Open the Dashboard. 2. View Develop. Actual Result: '... | 5 | train |
TISTUD-2178 | Add version information to Mac browser configuration names and refresh version info on demand | Related to TISTUD-1414. As discussed, we need to include the version of the browser in question as part of the browser name (see image for example) Ideally, this value would be dynamic, but that appears to be impossible given the current UI. In the case where the user upgrades the browser later, the suggestion... | 8 | train |
TISTUD-2180 | Add tags column to project template selections screen | Once APSTUD-7352 is implemented, add a column to the left displaying a list of all the tags assigned to templates. A template might appear in one or more tagged areas: Left column is separated by template tag. For Titanium Mobile projects, we might see: * Alloy * Titanium Mobile Other project types might just s... | 8 | train |
TISTUD-2186 | Publishing: Distribute > Apple iTunes Store: success dialog does not appear | When Distribute > Apple iTunes Store is complete, there is no success dialog, but the process appears to have been completed successfully. This is not a regression. Steps to Reproduce: 1. Create a new project. 2. Distribute > Apple iTunes Store. Actual Result: Process completes successfully and the Xcod... | 5 | train |
TISTUD-2188 | Add Mobile Web requirements to sdk_info.json file | Mobile Web has minimum supported browser requirements. Add an element to sdk_info.json for the dashboard that encapsulates this information (the values below are correct): {code} "mobileweb":{ "win32":{"Firefox":["10.0"],"InternetExplorer":["9.0"],"Chrome":["10.0"],"Safari":["5.0"]}, "macosx":{"Firefox":["1... | 5 | train |
TISTUD-2189 | Run browser configuration check on Mac and Windows if necessary | If on Mac or Windows, run the configuration in TISTUD-1414 and TISTUD-1738 if there are no browsers configured (if not, you would notice no browser names have version #s attached) | 5 | train |
TISTUD-2190 | Check version strings from the browser settings vs the versions in sdk_info and return results | # Check the version strings in the name vs the versions in sdk_info. The version string is appended to the end of the browser name. # Return a similar success value to iosSdk with installedBrowsers and installedBrowsers | 5 | train |
TISTUD-2200 | Dashboard: Update Android SDK to 20.0.3 on Production | Android SDK 20.0.3 has been tested on all platforms, there are no issues, it can be pushed to the live dashboard. | 3 | train |
TISTUD-2201 | New user on Appcelerator if directly logins to Titanium Studio, their Login Splash Screen text boxes dislocates upwards and covers Appcelerator logo. | This bug affects Titanium Studio 2.1.2; 2.1.1; 2.1.0 Steps : 1.Log out from titanium studio. 2.Launch Titanium Studio . 3.Select second option on Titanium Splash screen : "I don't have an account with Appcelerator".( Screenshot- Titanium Studio_004.png attached) 4. Press "Next" button. 5.Observe the splash scre... | 5 | train |
TISTUD-2210 | Allow developer to specify custom domain name for Node.ACS service when publishing | When publishing a Node.ACS service, the user can choose the custom domain name for which to associate the service. Pop up a dialog during the the _initial_ publish process, allowing the user to enter a domain name instead of the default. | 5 | train |
TISTUD-2211 | Support "define" method for defining RequireJS/AMD modules | Looking at http://usejsdoc.org/howto-commonjs-modules.html http://requirejs.org/docs/api.html#define and https://github.com/amdjs/amdjs-api/wiki/AMD There's a "define" method that takes in up to 3 arguments. The last argument is a function or object that is the object assigned to the module's module.exports property... | 8 | train |
TISTUD-2212 | Auto-update ACCS local port numbers if related projects change | When we bind a ACCS service to a Titanium Mobile project, the local port number for the ACCS service might change. We need to listen for these port event changes, and update the references in the local project. | 8 | train |
TISTUD-2213 | Add Alloy Widget menu item to select/import widgets that are available locally | Add a right-click menu "Alloy > Add Widget > (dynamic list of widgets)". Place a separator between the dialog item (from TISTUD-2280) and the actual list. Selecting an item adds it to the app right away, as a quick way to do so when you already know the widget you want. The list of available widgets and metadata ... | 13 | train |
TISTUD-2214 | Titanium Studio: License Agreement is not provided. | Installer copyright information is not available in Installer copyright option. Step to Reproduce: 1. Click on 'Help Menu' 2. Click 'Install New Software' 3. Click on 'Already Install' Link 4. Select Installed 'Titanium Studio' 5. Click on 'Property' Option 6. Select 'License Agreement' Actual Result: No ... | 3 | train |
TISTUD-2216 | Titanium Studio: New Installation Copyright information is missing. | Installer copyright information is not available. Step to Reproduce: 1. Click on 'Help Menu' 2. Click 'Install New Software' 3. Click on 'Already Install' Link 4. Select Installed 'Titanium Studio' 5. Click on 'Property' Option 6. Select 'Copyright' Actual Result: No Copyright Information is present. E... | 5 | train |
TISTUD-2217 | Update ACCS unpublish/list/logcat/loglist commands to pass an appid or app name rather than a directory | Based on the related ticket, we need to pass in appids or app names rather than the directory when calling: * unpublish * list * logcat * loglist | 8 | train |
TISTUD-2218 | User has to constantly re-enter usernames and passwords. Error is "Secure storage was unable to retrieve the master password from the OS keyring" | {code} !ENTRY org.eclipse.equinox.security 4 0 2012-08-30 10:44:01.037 !MESSAGE Secure storage was unable to retrieve the master password from the OS keyring. Make sure that this application has access to the OS keyring. If the error persists, the password recovery feature could be used, or secure storage can be dele... | 13 | train |
TISTUD-2221 | Dashboard: Dashboard displays old version for build numbers higher then 2.X | After updating to the nightly 3.3.0.201209032204 build of Titanium Studio, I now only get the generic old dashboard rather then the new dashboard. Loading in any 2.X build of Titanium Studio loads the correct dashboard. This is a regression as this works in the 2.x builds. Steps to reproduce: 1. Install any Tita... | 5 | train |
TISTUD-2224 | Add CLI command support for building an iOS project | This one is only for V2 (Node.js). The Python implementation in V1 does not support a building command. We should try call "build" again when we've cleaned all our projects and build automatically is checked. The platform does not support incremental builds, so that call should probably only happen when a 'clean-bu... | 5 | train |
TISTUD-2225 | Add CLI command support for building an Android project | This one is only for V2 (Node.js). The Python implementation in V1 does not support a building command. We should try call "build" again when we've cleaned all our projects and build automatically is checked. The platform does not support incremental builds, so that call should probably only happen when a 'clean-bu... | 5 | train |
TISTUD-2226 | Prevent users from using a capital letter in module name or module ID | While creating a new android or mobile web module,if the 'Project name' field contains any capital letter, then it is giving error message.Screenshot of the message and studio logs are attached with the bug. Steps to reproduce 1. Create a new titanium mobile module project and select android as deployment target. ... | 5 | train |
TISTUD-2228 | Commands: HTML: Validate Syntax (W3C) does not respect browser settings | When Commands > HTML > Validate Syntax (W3C) is run on an html file, the resulting webpage loads in the internal browser opposed to the browser in the settings (i.e., Chrome). Here is the local URL that was opened when command is run: {code} file:///var/folders/6f/wxjmlj0n7kl5w8kmq5hrrbch0000gp/T/com.aptana.edit... | 5 | train |
TISTUD-2231 | Update Alloy branding | Update the project and wizard icons with the updated imagery. | 3 | train |
TISTUD-2236 | Update sdk_info.json file in dashboard to support iOS 6 | See http://preview.appcelerator.com/dashboard/sdk_info.json for the current content. We need to update the versions for iOS to include 6.0. | 5 | train |
TISTUD-2237 | Opening tiapp.xml for already present apps after updating to studio 2.1.3.201209051727 beta gives us error 'Could not open the editor: An unexpected exception was thrown.' | This is a regression.It was fixed in Titanium Studio 1.0.But now we can see the issue again. Description: 1.Update the studio to 2.1.3.201209051727 Beta. 2.open any tiapp.xml for the app already present. 3.You will see that you will get an error "could not open the editor:An exception was thrown." NOTE : If I ... | 5 | train |
TISTUD-2239 | Update SDK version checks from 2.2 to 3.0 | The SDK changed its versioning from 2.2 to 3.0. We need to review any checks inside the code to see if they need to be updated. | 5 | train |
TISTUD-2241 | Modules in the tiapp section shows as not supported by sdk | Steps: 1. Open a tiapp.xml 2. Add a module that has both a name and id (look at the module manifest file) Expected Results: Module should appear as valid and enabled Actual Results: Module is displayed as not supported by sdk Looking at the code, it looks like the issue is with mismatch between id and name... | 8 | train |
TISTUD-2243 | Build: running titanium project causes No enum const class error | Launching Android Emulator in debug, or iPhone Simulator w/o debug mode prompts error message. Android Error Message: "An internal error occurred during: "Launching Titanium Android Emulator - Default_Project". No enum const class com.appcelerator.titanium.core.launching.LogLevel.info" iOS Error Message: "... | 3 | train |
TISTUD-2244 | NPE in the log when opening Titanium preferences page on Linux | When the Titanium Studio > Titanium preference page is opened on Linux, the following exception is generated in the log: {code} !ENTRY com.appcelerator.titanium.ui.ide 4 0 2012-09-04 13:01:14.789 !MESSAGE (Build 2.1.2.201208301612) [ERROR] Failed to load BlackBerry device password !STACK 0 java.lang.NullPointer... | 5 | train |
TISTUD-2245 | iOS Device Debug and deployment ends up in Error " java.lang.NullPointerException..." | An error occurred while running debug on iOS device Error: "java.lang.NullPointerException..." Steps to Reproduce: 1. Create default mobile application 2. Debug on iOS device Actual Result: Error Expected Result: App installed on the device and run in debug perspective. | 5 | train |
TISTUD-2246 | Android Device Debugger pointer is not pointing to the current lines | The debugger Arrow pointer does not indicate any breakpoints in app.js. Steps to Reproduce: 1. Create default project 2. Run debug on the device 3. Press "Step Over" in debug window Actual Result: No Arrow pointer hits the breakpoints in app.js Expected result: Arrow pointer hits the breakpoints. | 8 | train |
TISTUD-2251 | Support Node/NPM module loadpaths | We currently assume that a project root is the module root path. We need to query node/npm for the list of module load paths ($NODE_PATH) and try to resolve/search against those, as well as handle searching up the hierarchy for node_modules directories, and handle loading "core" modules from node itself. The following ... | 13 | train |
TISTUD-2253 | Add Update All Modules Functionality | Currently the my modules "Update All" button is disabled, since we don't currently support installing multiple modules. The action controller is in place to support multiple module updates, the dashboard needs to use it. It will also need to properly refresh the status of the installed modules | 8 | train |
TISTUD-2255 | Users should be able to add modules to specific projects using the my modules section in the dashboard | We need to add an additional use case to allow users to add modules to projects. The my modules section should support the following use cases: -If a module is already installed globally, we should have an "Add to Project" action. This will display a prompt to select multiple projects to add the module reference to.... | 8 | train |
TISTUD-2256 | Update all modules using the dashboard to allow users to add modules to projects | If update all is used, the user should be prompted to add the modules to a set of projects. So for each module, the user can select a list of projects to add the module to. The current proposed UI is to use a check tree of modules, and the child nodes of each tree is a project. Enabling the check for the top-level m... | 13 | train |
TISTUD-2263 | Add ability to pass a list of platforms to be initially selected in Titanium Mobile project wizard | The Titanium mobile project wizard page currently will select all deployment targets that are enabled. For creating new mobile web project from dashboard, we need the ability to pass in the list of platforms to be selected by default. | 13 | train |
TISTUD-2264 | HTML Files get !DOCTYPE declarations marked as warnings for unclosed tags | This is not a regression bug.This happens on Titanium Studio, build: 2.1.0 as well. Tested and found this bug on : Ubuntu 10.04 and Mac Mountain Lion 10.8.1. Steps to reproduce: 1. Open File > New -> Web Project > and choose "Next" 2. Select the HTML Boilerplate (cached) version and select "Finish" 3. Observe... | 8 | train |
TISTUD-2265 | Remove extraneous templates as part of Custom Cloud project wizard | When creating a new ACCS/Node.ACS project, the project wizard shows Web templates. This is confusing, as those templates don't apply. They should be removed. It's likely we need a project type of nodeacs (since that is different than a straight node.js project might be) | 2 | train |
TISTUD-2267 | Add deprecated flag to JSCA spec for functions, events and properties | Currently only types can be marked as deprecated. We need to extend this to functions, properties, events, and event properties | 8 | train |
TISTUD-2268 | Add validation build participant to highlight deprecated Titanium Mobile code | Once we have the deprecated flag for more JSCA members, we need to validate and warn about deprecated usage on both build and reconcile. This would leave the typical yellow "squiggly" underlining of the reference, as well as an entry in the Problems view. | 13 | train |
TISTUD-2269 | Preferences: Add ability to display full Xcode path if truncated | In the Titanium preferences, if the Xcode path is too long, there is no way to view the full path because the text field is locked. There is no way of knowing which Xcode is being used. This blocks testing. See Screenshot. Steps to Reproduce: 1. Open Preferences > Titanium Studio > Titanium > Xcode Path. ... | 3 | train |
TISTUD-2729 | Update Titanium Mobile HTML template with new iPhone 5 splash image | Based on the new image attached to TIMOB-10886, update the default image for samples and templates. Marking this for 3.0.0, as we'll need a new Studio build to get this into user's hands. | 3 | train |
TISTUD-2275 | Make the left and right arrow keys traverse the list of project templates | Left and right arrow keys fail to select project templates. Steps to reproduce. 1. Select 'New' Menu bar 2. Select 'Titanium Mobile Project' 3. Try to select project templates with 'Arrow Keys' ex: Left and Right Keys. Actual Result: Fail to select project templates. Expected Result: Project templates g... | 5 | train |
TISTUD-2276 | Support adding modules with no version specified | Titanium SDK added a feature that will default to the latest module version if none is specified int he tiapp.xml (TIMOB-7973). When specifying a module, we should default to no version (use latest). This will enable users to more easily update modules without having to modify the tiapp.xml | 13 | train |
TISTUD-2277 | Add vertical scrolling to project template description area | Unable to scroll down to view project template's detailed description. Steps to Reproduce: 1. Select 'Titanium Mobile Project' from the menu bar 2. Select 'Master Detail Application' 3. Observe the detail description area. Actual Result: 1. The text is hidden and unable to scroll down. Expected Result: 1... | 5 | train |
TISTUD-2280 | Present user with Alloy Widget selection dialog to select widgets that are available locally | Add a right-click "Alloy > Add Widget > Browse..." menu item/command that opens a dialog/wizard similar to our Project template selection. This is a means of users being able to browse and explore the available widgets when they're not sure the specific one they want. The list of available widgets and metadata will ... | 13 | train |
TISTUD-2285 | Android Preferences: configure button fails to launch android installer | When Preferences > Titanium > iOS Configure button is pressed, nothing appears to happen. In reality, the dashboard is opening in the background to the configure page. I would recommend using the Configure button for the same action it would perform if launched from dashboard. h3. Steps to Reproduce: # Go t... | 5 | train |
TISTUD-2286 | Each Platform should have separate pages for their settings, not enough space to adjust all the platform settings on one page. | A) Preferences>Titanium Studio>Titanium The 'Titanium' drop node should have the subclasses for: 1. iOS Platform 2. Android Platform 3. BlackBerry Platform 4. Windows Platform a) Each Platform should have different pages for their settings. There is not enough space for all of the platform to be on one page... | 13 | train |
TISTUD-2287 | TiApp Editor: prompt to save when focus leaves tiapp editor | Android Device Debugger: debug drop-down menu fails to list device option if tiapp.xml is dirty yet has a valid SDK. For instance, if a project has SDK 2.1.2 selected in the tiapp.xml and the xml is saved, then the tiapp.xml sdk version is changed to 3.0.0 but not saved, the debug to device option is not available u... | 5 | train |
TISTUD-2288 | iOS Device Debugger: Failed to debug on Device and install on Device after relaunch Studio. | Description: Debug as iOS device is not working after relaunch TiStud. Log is attached. Debug_test.zip is attached. Steps to reproduce: Import debug_test (debug_test is attached) > Relaunch studio > Debug as iOS. Actual result: Debug is failed. Expected result. Debugger should work | 5 | train |
TISTUD-2289 | 'Preference' view from Debug Configurations is not same as 'Preference' view from the menu bar. | Preference looks are different if they get open from different links. (Please compare the images to see the difference) First Location: (Preference view from menu bar) 1. Click Preference from menu bar. 2. Select Titanium Studio 3. Select Titanium 4. Click on 'Titanium' node to see the sub classes. 5. See Actua... | 5 | train |
TISTUD-2290 | iOS Device Debugging: no console output from device | Titanium Studio Console output fail to display output results. Steps to Reproduce: 1. Create default project, add sample code: {code} Ti.API.info('INFO LOGGED'); {code} 2. Run 'debug' on iOS Device. Port forward message should appear on console. 3. Launch app from device. Actual Result: Titanium Studio con... | 13 | train |
TISTUD-2291 | Update CLI --dir to --project-dir and --workspace-dir | We have renamed the --dir CLI option to --project-dir for the following commands: * build * clean * project and --workspace-dir for: * create Note: there is no longer a run or install command. | 3 | train |
TISTUD-2292 | Add ability to edit app icon as part of tiapp.xml | The app icon is an important identifier for a 360 app. Users should be able to update hte app icon via the tiapp.xml editor * Add a field showing the current icon (scaled for size) * Add a browse button allowing the user to pick a new icon * Restrict the icon to standard app store guidelines. | 8 | train |
TISTUD-2295 | Dashboard: Linux: dashboard is not open as expected, pop up error msg "Internal error ..." | Dashboard Fail to Open. Steps to Reproduce: 1. Open Ti.Studio Actual Result: Fail to load Dashboard. Error#1: {Failed to install alloy. Please see http://go.aptana.com/installing+Node.js for additional information} Error#2: {An internal error has occurred. org.eclipse.ui.internal.ErrorEditorPart cannot be c... | 8 | train |
TISTUD-2298 | iOS Device Debugging: debugger silently fails to connect | Description: After installing app on device unable to connect to debugger, progress bar stops at 57%"Waiting for device". Opening app on device is not open debugger. Debug_test is attached screenshot is attached xcode log is attached (log.txt) jstack.log is attached Steps to Reproduce: Import debug_tes... | 13 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.