Commit Graph

111 Commits

Author SHA1 Message Date
John Firebaugh 2e754c8d6b Merge pull request #1950 from systemed/name-suggest
Autocomplete on name=*
2013-11-04 13:26:35 -08:00
Clint Adams ae38c79ce1 Handle https wikipedia URLs 2013-11-02 15:35:16 -04:00
Aaron Lidman 43aeaae67e Add SuggestNames util 2013-11-01 16:52:37 -07:00
Aaron Lidman 872cec6720 Limit suggestions to three 'closest' matches 2013-11-01 15:23:59 -07:00
Aaron Lidman 5a119f6eed Add name autocomplete 2013-10-31 16:36:29 -07:00
John Firebaugh 191f52d634 Use assumed values for access placeholders (fixes #1924) 2013-10-28 17:39:34 -07:00
John Firebaugh 1e78ee5c87 Stricter jshint 2013-10-24 16:08:48 -07:00
Aaron Lidman a98cd3c43d Autocomplete city and postcode values, closes #1753 2013-10-15 15:32:56 -04:00
Aaron Lidman 27c3e4ce5d Moved localized delete button to the label, closes #1892 2013-10-15 10:55:53 -04:00
Aaron Lidman 5523917202 Fixed radio placeholder assignment 2013-10-15 10:32:02 -04:00
Aaron Lidman fd44a6f381 Fixes blank hover state for Structure field, closes #1891 2013-10-15 10:06:50 -04:00
Aaron Lidman 83ad33a717 Removed the remove option from radio preset 2013-10-14 17:56:02 -04:00
John Firebaugh b51cfd5d84 Fix adding localized value before name (#1797) 2013-10-11 16:31:54 -07:00
John Firebaugh 696c8922c7 Fix changing localized language 2013-10-11 15:36:07 -07:00
John Firebaugh 497c80f0a5 Add translated name tag only when language and value are both present
Fixes #1796
Fixes #1797
2013-10-11 15:18:10 -07:00
John Firebaugh c7f085e93f Allow "yes" and "no" check values to be translated (fixes #1819) 2013-10-09 17:44:53 -07:00
John Firebaugh b5f0ae596f Special case 'yes' values for type fields (#1876) 2013-10-09 17:10:49 -07:00
John Firebaugh 7fb047a7ba Cleanup; set correct language for pasted wikipedia links 2013-10-09 16:03:17 -07:00
John Firebaugh 965fb47680 Preserve existing Wikipedia language (fixes #1868) 2013-10-09 15:36:28 -07:00
John Firebaugh 17325fde83 Use generic access value as placeholder (fixes #1780) 2013-09-30 13:55:06 -07:00
John Firebaugh 2c93e053ae Fewer borders for localized names
Reduces visual clutter and fixes #1695
2013-08-23 16:51:27 -07:00
John Firebaugh 086cfc934f Fix adding multilingual name (fixes #1694) 2013-08-16 14:32:06 -07:00
John Firebaugh 800b6b5462 Set combobox data on update selection
A new combobox object is created on every render, while
previously the data was set only on the enter selection,
leaving it empty in most cases.

Fixes #1679
Fixes #1680
2013-08-10 10:51:53 -07:00
John Firebaugh 49b920e5b3 Fix name field for suffixed ISO 639-1 codes (fixes #1628) 2013-07-22 10:40:21 -07:00
John Firebaugh c8da4851e1 Remove unused second fetcher parameter 2013-06-21 14:30:30 -07:00
Saman Bemel-Benrud ec7921ded8 fine tuned button appearance and transitions. 2013-06-20 15:10:16 -04:00
John Firebaugh f387cea021 Hook up radio inputs 2013-06-20 11:30:57 -07:00
Saman Bemel-Benrud 4c471ca255 restyling default list + toggle lists. 2013-06-20 13:06:12 -04:00
John Firebaugh d2e2d4fbed Avoid resetting input values on every change
For some reason this invalidates and repaints the
entire page.
2013-06-19 17:05:03 -07:00
John Firebaugh 63d9b36355 Avoid resetting placeholder on every change
For some reason this invalidates and repaints the
entire page.
2013-06-19 15:43:44 -07:00
John Firebaugh 29e6880fc0 Calculate nearest streets only when needed 2013-05-31 16:18:43 -07:00
John Firebaugh 814535ad34 Add preventDefault on button clicks (fixes #1551) 2013-05-30 15:45:50 -07:00
saman bb 4e63980834 fix whitespace. 2013-05-30 00:58:27 -04:00
saman bb 60449617a9 big cleanup of UI toggles, removed lots of redundancy,ect. 2013-05-30 00:53:07 -04:00
John Firebaugh c2fa4da23c Use "Unknown" if field doesn't define a placeholder
Fixes #1509
2013-05-29 19:21:07 -07:00
Saman Bemel-Benrud b8b1a358e9 more animation fixes. 2013-05-29 20:30:56 -04:00
John Firebaugh 8c2c5357c7 Fix typo, localize 2013-05-29 16:10:57 -07:00
Saman Bemel-Benrud b7d2578fb8 adding placeholders for access preset. 2013-05-29 15:54:29 -04:00
Saman Bemel-Benrud 52aa970296 click preset icon to return to preset grid. 2013-05-29 15:40:12 -04:00
John Firebaugh 3405a663de Fix radio field click behavior 2013-05-28 15:10:57 -07:00
Saman Bemel-Benrud 5600b6271d adding placeholder text and exception for showing placeholder on radio buttons during hover. 2013-05-28 17:01:40 -04:00
John Firebaugh 182849cbe6 Make preset field placeholders translatable 2013-05-28 11:07:36 -07:00
John Firebaugh 39222caac9 Fix Name field's + button (fixes #1529) 2013-05-28 10:59:58 -07:00
John Firebaugh 46f41fa4f4 Use undefined value to remove a key rather than empty string
Otherwise it is impossible to tab out of the key input of a
new tag row -- since the value is still empty, the tag is
removed before you have a chance to enter a value.
2013-05-26 13:36:22 -07:00
John Firebaugh 79737d2cd0 Work toward making inspector persistent 2013-05-26 13:36:21 -07:00
John Firebaugh 6b73f56f91 Remove accept behavior from preset forms
Doesn't really make sense with persistent sidebar.
2013-05-23 16:22:25 -07:00
Saman Bemel-Benrud abeef29ed0 first pass at basic relations UI for members 2013-05-23 17:01:09 -04:00
Saman Bemel-Benrud ad629b2e11 Smoother transition for translate block/ 2013-05-21 14:04:14 -04:00
Saman Bemel-Benrud b7cd531482 clearer translate UI. 2013-05-17 18:57:35 -04:00
saman bb 20ed02c2c4 minor style fixes. 2013-05-16 23:00:18 -04:00