-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redmine 2.1 #47
Redmine 2.1 #47
Conversation
The original nested resource / members was unwieldy. This simplifies the route. One caveat is that the iPhone view for location during a check in does not persist data across page loads. Commented out the location link so that a javascript version can be coded in a later commit.
Because of the broken nature of non-dynamic page loads in iWebKit we will avoid using it here and instead leave this for a future when a proper JavaScript app is designed.
I think this will work now. I will let it incubate for a bit just in case. Any one want to test? |
Adds a few helpers and cleans up the scripting code.
This should be ready for review. Any testers? no unit test for any changes. See issue #39 |
TODO: add search for index view jQuery Mobile provides a very easy way to filter a list with a simple client-side search feature. To make a list filterable, simply add the data-filter="true" attribute to the list. The framework will then append a search box above the list and add the behavior to filter out list items that don't contain the current search string as the user types. |
The wording for "check in another" seems less informative. Perhaps something like "check in asset #:" could be better. |
redmine-2.1 include jQuery-ui by default which includes a proper autocomplete. This removes the prototype Autocomplete script and incorporates the new autocomplete for check_in locations on the desktop.
No description provided.