Labs/Ubiquity/Ubiquity 0.1.6 Release Notes: Difference between revisions

added more stuff
(added more stuff)
Line 32: Line 32:


* Ubiquity's feed manager no longer distinguishes between identical URLs with different hash components. [https://ubiquity.mozilla.com/trac/ticket/526 #526]
* Ubiquity's feed manager no longer distinguishes between identical URLs with different hash components. [https://ubiquity.mozilla.com/trac/ticket/526 #526]
* Synonyms of a command are now listed on the command list page. [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/cf1d1bd04c5b]
* Command names with non-Latin-1 characters in them now display correctly again. [https://ubiquity.mozilla.com/trac/ticket/544 #544]
* '''about''' and '''?''' are now synonyms for the '''help''' verb.  [https://ubiquity.mozilla.com/trac/ticket/451 #451]


== Command Authoring ==
== Command Authoring ==
Line 46: Line 52:


* If no preview function is provided, Ubiquity will automatically generate a standard one from the command description and help, if available [http://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/eac4d3c3acbc]
* If no preview function is provided, Ubiquity will automatically generate a standard one from the command description and help, if available [http://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/eac4d3c3acbc]
* Fixed a bug in <tt>Utils.isArray()</tt>. [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b877e98e9e92]


== Standard Feeds ==
== Standard Feeds ==
Line 61: Line 69:
== TODO: add these! ==
== TODO: add these! ==


improved pageLoad logic:
#549
  https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/4f8503f2339c
#550
 
#551
synonyms of a command are listed on command list page:
  https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/cf1d1bd04c5b
 
#544
 
partial #451: 'about' and '?' are now synonyms for 'help'.


noun_type_url changed:
noun_type_url changed:
   https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b6b4c842be09
   https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b6b4c842be09
#549
#550
#551


support for Yahoo contacts to builtin contacts nountype:
support for Yahoo contacts to builtin contacts nountype:
Line 91: Line 89:
twitter help is more meaningful:
twitter help is more meaningful:
   https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/9193b9983d4b
   https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/9193b9983d4b
fixed digg cmd via utils.isarray:
  https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b877e98e9e92


hacky fix to yelp command:
hacky fix to yelp command:
874

edits