Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Conversation

@ceos
Copy link

@ceos ceos commented Apr 6, 2017

No description provided.

pmuir and others added 30 commits April 15, 2013 18:05
Add forge setting file to gitignore. Fix typos in tutorial and code.
Fixed improper reference to js/main-desktop.js -> js/configurations/desktop.js
In addition to updating the versions, Twitter Bootstrap was also updated to 2.3.1 since lower versions are incompatible with jQuery 1.9, due to reliance on $.browser.

jQuery 1.9 no longer support CSS pseudo selectors like :valid and :invalid, requiring use of querySelectorAll for detecting valid/invalid HTML5 form input fields. Regexp based validation is used as a fallback, especially for IE9.
A MSIE9+10 specific media-query hack is used to disable the box-shadow
style due to a MSIE10 glitch in displaying box-shadow transitions.
…ediaItems.

The fix allows events and venues (without corresponding MediaItems) to be created via the admin front end, and to be used in the rest of the application.
OpenShift tends to delete files in /tmp if they're untouched for 10 days. This fix uses the OPENSHIFT_DATA_DIR directory instead, which is persistent by nature.
Corrected the HybridUI doc for Cordova on Android development noted in JDF-197, and kept them up to date with the Cordova 2.7.0 upgrade.

Also corrected a bug involving loading of Cordova on iOS.
And fixed some issues with the JDG tutorial.
This is because they were deprecated in jQM 1.3.0 and they also prevent the filter widget from appearing.

The nested listviews have been replaced with non-inset accordions. This works better since page transitions do not occur, thus not affecting the Backbone Router.
Contains multiple fixes to ensure that the ticket shopping cart in the mobile view behaves almost similarly as the desktop one.

Fixed the back button behavior in checkout. The back button now navigates to the create booking view.

The ticket summary view has also been changed to use a listview instead of table. This is to allow bookings to be deleted via the split button design, as well as to aid in responsive design. Booking can be deleted at the level of categories.

Also fixed an issue involving a JavaScript exception thrown on triggering the jQueryMobile pagecreate event in the Create Booking view.
Also updated Cordova plugins used as a result.
The project structure now uses a Linked Folder, instead of a symbolic link.
Added deployment instructions for OpenShift, for both JBDS and the
command-line.
Not all ticket categories should have positive booking numbers.
Only the ones input by users should have positive number of
requested tickets.
Added instructions to perform the Maven build on OpenShift instead.
This ensures that table width does not exceed screen on iOS.
This ensures that the margin for the title is set based on
whether a button is present to it's left. A larger margin is set
when a button is present.
This also removes rubberband scrolling, thus preventing scroll
unnecessarily, especially on content that scrolls in fixed header
views.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.