My favorites | Sign in
Logo
       
Details: Show all Hide all

Older

  • Dec 11, 2009
    issue 10 (Better support for 'soft' suggest) commented on by will.moffat   -   Thanks! nomatch and fb-textchange solve my problem. But I found another bug. Typing 'sdfsdfdsfddf' and then pressing enter does not dismiss the suggest dropdown.
    Thanks! nomatch and fb-textchange solve my problem. But I found another bug. Typing 'sdfsdfdsfddf' and then pressing enter does not dismiss the suggest dropdown.
  • Dec 09, 2009
    issue 10 (Better support for 'soft' suggest) Status changed by daepark   -  
    Status: Accepted
    Status: Accepted
  • Dec 09, 2009
    issue 10 (Better support for 'soft' suggest) Owner changed by daepark   -   There is an "fb-textchange" event that is triggered on textchange. You should be able to set a "nomatch" option (html). So as a recap: $("#myinput").suggest({ nomatch: "No suggested matches. Tips on getting better suggestions [snip]" }).bind("fb-textchange", function(e) { // do something on textchange });
    Owner: daepark
    There is an "fb-textchange" event that is triggered on textchange. You should be able to set a "nomatch" option (html). So as a recap: $("#myinput").suggest({ nomatch: "No suggested matches. Tips on getting better suggestions [snip]" }).bind("fb-textchange", function(e) { // do something on textchange });
    Owner: daepark
  • Dec 02, 2009
    issue 10 (Better support for 'soft' suggest) reported by will.moffat   -   In 'soft' mode * There's no notification when the user enters free-text. How about triggering 'fb-select' with data=null ? (I need notification so I can wipe any previously selected Freebase topic) * And if you type a string that's not in freebase you still get the message: "No suggested matches. Tips on getting better suggestions [snip]" Since the developer is allowing free-text, perhaps the default message should just be "No suggested matches. Press enter to use this text".
    In 'soft' mode * There's no notification when the user enters free-text. How about triggering 'fb-select' with data=null ? (I need notification so I can wipe any previously selected Freebase topic) * And if you type a string that's not in freebase you still get the message: "No suggested matches. Tips on getting better suggestions [snip]" Since the developer is allowing free-text, perhaps the default message should just be "No suggested matches. Press enter to use this text".
  • Oct 27, 2009
    Usage Wiki page commented on by tfmorris   -   This page documents an obsolete version of the plugin. If you got here because you Googled ac_param or something similar, you should consider upgrading. The APIs are not compatible, so make sure you are using the docs which match the version of the plugin that you're trying to use. The new versions are not hosted here. See the main page of this project for a link to the new home. Hope this saves someone the grief I just went through!
    This page documents an obsolete version of the plugin. If you got here because you Googled ac_param or something similar, you should consider upgrading. The APIs are not compatible, so make sure you are using the docs which match the version of the plugin that you're trying to use. The new versions are not hosted here. See the main page of this project for a link to the new home. Hope this saves someone the grief I just went through!
  • Sep 28, 2009
    issue 9 (Generate a warning if suggest is invoked on anything other t...) reported by will.moffat   -   What steps will reproduce the problem? 1. $('form').suggest() What is the expected output? What do you see instead? I'd like to see a console warning, "Cannot use Freebase Suggest on a 'form' element. See http://www.freebase.com/docs/suggest for help"
    What steps will reproduce the problem? 1. $('form').suggest() What is the expected output? What do you see instead? I'd like to see a console warning, "Cannot use Freebase Suggest on a 'form' element. See http://www.freebase.com/docs/suggest for help"
  • Sep 15, 2009
    issue 8 (Clarify source control, hosting, bug reporting, email lists,...) Status changed by will.moffat   -   So here's the new setup: Google Code is now only used for Issue Tracking. The home page and docs for Freebase Suggest are on http://www.freebase.com/docs/suggest Both minified and development JS and CSS are served from http://freebaselibs.com/static/suggest/{version}/suggest.{min}.js There is no public svn repository, but the full source is available on freebaselibs.com, it remains open source and patches are welcome. Feedback on the samples and docs would be especially welcome.
    Status: Fixed
    So here's the new setup: Google Code is now only used for Issue Tracking. The home page and docs for Freebase Suggest are on http://www.freebase.com/docs/suggest Both minified and development JS and CSS are served from http://freebaselibs.com/static/suggest/{version}/suggest.{min}.js There is no public svn repository, but the full source is available on freebaselibs.com, it remains open source and patches are welcome. Feedback on the samples and docs would be especially welcome.
    Status: Fixed
  • Sep 02, 2009
    issue 8 (Clarify source control, hosting, bug reporting, email lists,...) Status changed by will.moffat   -   Hi Tom, We're now hosting Freebase Suggest on freebaselibs.com and we're in the process of updating the (slightly broken) docs on www.freebase.com/docs/suggest I still need to update the build scripts to sync with this repository, and the docs here to clarify the new setup. I'll comment on this bug once I've done that. regards, --Will
    Status: Accepted
    Hi Tom, We're now hosting Freebase Suggest on freebaselibs.com and we're in the process of updating the (slightly broken) docs on www.freebase.com/docs/suggest I still need to update the build scripts to sync with this repository, and the docs here to clarify the new setup. I'll comment on this bug once I've done that. regards, --Will
    Status: Accepted
  • Sep 02, 2009
    issue 8 (Clarify source control, hosting, bug reporting, email lists,...) reported by tfmorris   -   The home page of the Google code project (ie this project) implies that the project has moved, but the new "home" has no source control, no bug reporting system, and this site (Google Code) appears to still be (semi-)live. Can someone clarify the real location of the source control, bug reporting, project web page, etc and update the old resources to point to the correct place? I actually think Google Code has a pretty good set of features for project hosting, but if you're moving somewhere else, let's move everything (or be clear about what's staying here)
    The home page of the Google code project (ie this project) implies that the project has moved, but the new "home" has no source control, no bug reporting system, and this site (Google Code) appears to still be (semi-)live. Can someone clarify the real location of the source control, bug reporting, project web page, etc and update the old resources to point to the correct place? I actually think Google Code has a pretty good set of features for project hosting, but if you're moving somewhere else, let's move everything (or be clear about what's staying here)
  • Aug 17, 2009
    issue 7 (Add hooks for customising the way results are ordered and di...) Status changed by daepark   -  
    Status: Accepted
    Status: Accepted
  • Aug 17, 2009
    issue 7 (Add hooks for customising the way results are ordered and di...) commented on by daepark   -   You should be able to accomplish this using the new freebase suggest which is now hosted on freebaselibs.com. The latest version: http://freebaselibs.com/static/suggest/0.9.4/index.html you can do something like: var base = { response: $.suggest.suggest.response } $.suggest("mysuggest", { response: function(data) { // you can modify the data here // and call super.response base.response.apply(this, [data]); } });
    You should be able to accomplish this using the new freebase suggest which is now hosted on freebaselibs.com. The latest version: http://freebaselibs.com/static/suggest/0.9.4/index.html you can do something like: var base = { response: $.suggest.suggest.response } $.suggest("mysuggest", { response: function(data) { // you can modify the data here // and call super.response base.response.apply(this, [data]); } });
  • Aug 15, 2009
    issue 7 (Add hooks for customising the way results are ordered and di...) reported by simonwillisonnet   -   I want to use Freebase Suggest as a topic picker for my own site. As part of this, I want to alter its behaviour slightly - when showing a list of results, I would like to move items that have previously been used on my site to the top of the suggestions list and visually highlight them (with an asterisk). My ideal way of doing this would be to include a JavaScript array of items that have already been used on my site (which will normally be somewhere between 1 and 100 items long) on the page, and then customise Freebase Suggest, intercepting the incoming list of suggestions and bumping any that match my hard-coded list of IDs up to the top. To do this, I need customisation hooks that allow me to: 1. Intercept the results returned by freebase before they are rendered by the widget 2. Modify the DOM elements used by Freebase Suggest to populate the suggestion list, as they are being created. These hooks would be useful for much more than just my example here.
    I want to use Freebase Suggest as a topic picker for my own site. As part of this, I want to alter its behaviour slightly - when showing a list of results, I would like to move items that have previously been used on my site to the top of the suggestions list and visually highlight them (with an asterisk). My ideal way of doing this would be to include a JavaScript array of items that have already been used on my site (which will normally be somewhere between 1 and 100 items long) on the page, and then customise Freebase Suggest, intercepting the incoming list of suggestions and bumping any that match my hard-coded list of IDs up to the top. To do this, I need customisation hooks that allow me to: 1. Intercept the results returned by freebase before they are rendered by the widget 2. Modify the DOM elements used by Freebase Suggest to populate the suggestion list, as they are being created. These hooks would be useful for much more than just my example here.
  • Jun 09, 2009
    issue 6 (Add i18n support) reported by clairon   -   a good thing would be to be able to choose the language of the suggestion. It would use all /lang/ of the topic.
    a good thing would be to be able to choose the language of the suggestion. It would use all /lang/ of the topic.
  • Jan 20, 2009
    r112 (Only capture the enter event when the list is open.) committed by bryan.culbertson   -   Only capture the enter event when the list is open.
    Only capture the enter event when the list is open.
  • Jan 08, 2009
    r111 (After a user has made a selection the state machine should r...) committed by bryan.culbertson   -   After a user has made a selection the state machine should reset back to the start state so that future key presses are not processed as selection events.
    After a user has made a selection the state machine should reset back to the start state so that future key presses are not processed as selection events.
  • Jan 06, 2009
    r110 (CLI-7018 We should not display loading anymore with new time...) committed by bobbyrullo   -   CLI-7018 We should not display loading anymore with new timeout handling
    CLI-7018 We should not display loading anymore with new timeout handling
  • Dec 10, 2008
    r109 (timeout should be timedout ) committed by bobbyrullo   -   timeout should be timedout
    timeout should be timedout
  • Dec 10, 2008
    r108 (added comment for "timeout-content" ) committed by bobbyrullo   -   added comment for "timeout-content"
    added comment for "timeout-content"
  • Dec 10, 2008
    r107 (added code for handling timeouts ) committed by bobbyrullo   -   added code for handling timeouts
    added code for handling timeouts
  • Dec 03, 2008
    issue 5 (Looks like the minitopic example does not work with internet...) changed by will.moffat   -   Thanks for the bug report. I'll look into this next time I have the misfortune to be running windows ;-)
    Status: Accepted
    Owner: will.moffat
    Thanks for the bug report. I'll look into this next time I have the misfortune to be running windows ;-)
    Status: Accepted
    Owner: will.moffat
  • Nov 29, 2008
    issue 5 (Looks like the minitopic example does not work with internet...) reported by questsin   -   What steps will reproduce the problem? 1. they the example "Shows a MiniTopic (infobox type summary) for the selected item" in internet explorer 7 2. 3. What is the expected output? What do you see instead? the mini topic should show up like in firefox Which web-browsers exhibit the problem? only internet explorer 7 Please provide any additional information below.
    What steps will reproduce the problem? 1. they the example "Shows a MiniTopic (infobox type summary) for the selected item" in internet explorer 7 2. 3. What is the expected output? What do you see instead? the mini topic should show up like in firefox Which web-browsers exhibit the problem? only internet explorer 7 Please provide any additional information below.
  • Nov 20, 2008
    Usage Wiki page edited by daepark
  • Oct 03, 2008
    r105 (cut textchange delay/timer by 1/2) committed by daepark   -   cut textchange delay/timer by 1/2
    cut textchange delay/timer by 1/2
  • Sep 08, 2008
    r104 (CLI-5405: Security issue: autocomplete evaluates topic names...) committed by daepark   -   CLI-5405: Security issue: autocomplete evaluates topic names with script tags use $.text() instead of $.append() which may eval <script> tags.
    CLI-5405: Security issue: autocomplete evaluates topic names with script tags use $.text() instead of $.append() which may eval <script> tags.
 
Powered by Google Project Hosting