CellarTracker Main Site
Register for Forum | Login | My Profile | Member List | Search

RE: Here we go: LOTS of updates at last.

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Cellar Talk] >> CellarTracker Support >> RE: Here we go: LOTS of updates at last. Page: <<   < prev  1 [2] 3   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Here we go: LOTS of updates at last. - 12/17/2010 5:31:03 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
quote:

ORIGINAL: PSUSteve


quote:

ORIGINAL: Eric

OK, I have now enabled easy toggling between the old site and the new site.


Eric,

I love this feature. I don't use the original CT often but for the few things I do, this makes it much easier.

Steve

Awesome!


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to PSUSteve)
Post #: 31
RE: Here we go: LOTS of updates at last. - 12/18/2010 4:26:48 PM   
dsGris

 

Posts: 4712
Joined: 8/31/2009
From: Portland, OR
Status: offline
I do not know if it is my eyes, my new computer with Windows 7 with old flat screen, but the changes are quite dramatic. It could be that I have been on my wife's iBook for the past two weeks, and do not remember my old screen view that well. It's acting like I have a new wide screen. Even the color is more pleasant to the eye. I think it is that the font size has been reduced with Windows 7 install, fitting more type on the page.

< Message edited by dsGris -- 12/18/2010 4:32:34 PM >


_____________________________

DennisG
Granpa Wino

(in reply to Eric)
Post #: 32
RE: Here we go: LOTS of updates at last. - 12/18/2010 4:30:00 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
I am not sure what you are referring to, but it seems positive I think. Have you used the new site since I moved to the full fluid width? Other than that there are not a ton of visual changes beyond where I already have been for the past 9+ months with GrapeStories. Just lots and lots of fine tuning.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to dsGris)
Post #: 33
RE: Here we go: LOTS of updates at last. - 12/18/2010 8:38:49 PM   
dsGris

 

Posts: 4712
Joined: 8/31/2009
From: Portland, OR
Status: offline
Eric,
I use the site for adding wines all the time now, consuming 50/50. I still like the notes on my wines on the start page in CT. I think when all the reports are enabled, I can move over and move on. Either I am getting more familiar with it or it is getting better. Quite a bit of the latter is enabling the former. We were a pretty critical bunch at first, but I think we are mellowing out. We're pretty passionate about our addictions. Oh, BTW the new name has a good ring to it.
Dennis


_____________________________

DennisG
Granpa Wino

(in reply to Eric)
Post #: 34
RE: Here we go: LOTS of updates at last. - 12/18/2010 8:40:01 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
quote:

ORIGINAL: dsGris
I still like the notes on my wines on the start page in CT.

It is on the homepage in CTBETA too by default. That was fixed 6 months ago.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to dsGris)
Post #: 35
RE: Here we go: LOTS of updates at last. - 12/19/2010 11:16:46 AM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
OK, more plumbing today. Mostly just me staying current on various scripting frameworks and addons that I use on the site.
  • I upgraded to JQuery 1.4.4 from 1.4.3 (and just very recently from 1.4.2 to 1.4.3) and from JQuery UI 1.7.2 to 1.8.7. The latter should set me up to try out the native JQuery autocomplete UI instead of the legacy one I have been dragging around.
  • One new feature with the JQuery UI is the ability to turn on dropdowns in the calendar popups to quickly navigate by year or month. I turned those on. This version also has much better international support, so I soon hope to turn on popup calendars for users outside of the US.
  • I also upgraded ColorBox from an very early version to the current version. This is the modal overlay layer that I use for the Tasting Note assistant and Rating assistant. I switched from a black/grey overlay to a white/fade overlay at the same time.
I tried to test all of this a lot, but to really test would mean touching every possible script in the site. So it is not inconceivable that some scripting/automation in the site is broken, especially in non-FireFox browsers as that is where I end up doing the most testing. I have also used the JQuery upgrades as an opportunity to rip out a lot of redundant hack fixes I had put in to work around IE specific issues that were buggy (and now fixed) in JQuery.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 36
RE: Here we go: LOTS of updates at last. - 12/22/2010 6:51:57 AM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
OK, this was an additional large overhaul on the image upload, rotation, vintage tagging and deletion. All pages have been reskinned with my new API and now give XML based success or failure feedback. And the website now calls the API for these commands from the AJAX popup photo dialogs. Errors are trapped and presented to the user in an updated dialog. It may not look like much, but from a programming approach this is a huge breakthrough for me and will really allow me to tighten up a LOT of scenarios on the new site. I'm very excited about this. I did touch a LOT of code around image upload and have tried to test it very extensively in IE in particular in addition to the usual Firefox (which is a very good proxy for ALL other modern browsers). That said, the technique is a bit advanced, so I could easily have broken something. Please let me know if you see any glitches.

Separately, I have gotten feedback in the past, and it has been bugging me as well. It is annoying when you are on a wine detail page and have to click MY CELLAR to come up to the top-level of the site just so you can click ADD WINE TO MY CELLAR to start the wine addition process. So without any guidance from my designer I took advantage of the available space to add a TOP COMMANDS dropdown near the upper right of the screen. There was a perfect spot for it. For now this pops up a little dialog with three links (ADD WINE TO MY CELLAR, ADD TASTING NOTE, DRINK OR REMOVE). I will probably add a few other shortcuts such as printing (when ready) and barcode scanning. Anyway try it out. Should save some clicks and seems pretty workable with adding clutter.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 37
RE: Here we go: LOTS of updates at last. - 12/22/2010 4:48:19 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
The saved searches stuff was a bit confused by the redeployment from www.grapestories.com to www.cellartracker.com/new but I cleaned all of that up. It also seems that search names with extended characters where getting hosed. Also cleaned up. And as with the photo handling, now if you try to submit a search with an error condition (no name, name to long) it is caught and you are returned to the saved search dialog. Proper API wrapping, XML return, AJAX processing etc. Nice and robust stuff actually.

_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 38
RE: Here we go: LOTS of updates at last. - 12/22/2010 5:52:33 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
Ugh, and the change from UTF-8 to Windows-1252 meant that many of the saved searches with extended characters were hosed. I just cleaned up 177 saved searches so they work.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 39
RE: Here we go: LOTS of updates at last. - 12/25/2010 11:54:19 AM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
More under the covers work, this time on the "Like It" voting and tasting note "Helpful" voting. Both are now using API calls returning pure XML. I also overhauled and simplifed the helpful voting so that it works in all views with one simple script -- before it was causing full screen refreshes in the tasting story and search views.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 40
RE: Here we go: LOTS of updates at last. - 12/27/2010 7:04:27 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
Some bug fixes:
  • Clicking on a wineglass icon near the bottom of the screen will 'ease' the screen up enough to allow the full wine popup menu to display.
  • Calendar popups should have proper z-index and not be obscured by other onscreen elements.
  • On your own homepage or when viewing your own public profile page, the count of tagged lists should now properly reflect any private lists and not just public lists. When viewing other user's public profile pages you will only see the count of public lists (since that is all you can see.)
Lots of cleanup on the wishlist/tagged list support:
  • As with other recent AJAX/dialog updates, error validation happens on the fly.
  • Now you can finally edit individual tagged wines to add or edit desired sizes, prices or per tagged wine notes. And you can finally remove/delete a wine from a tagged list.
  • The list focus dropdown at the upper left is now more cosmetically integrated into the site with a red menu. I have also added items to easily navigate to the list of tagged lists.
  • COOL NEW FEATURE: Now you can navigate between the individual lists AND can show one massive list of all your tagged wines. For wishlist/tagged-list junkies this will hopefully be very welcome functionality.
I still have a fair amount more functionality and cleanup here, but it is nice to finally get CTBETA on par with the old CT for this basic functionality.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 41
RE: Here we go: LOTS of updates at last. - 12/28/2010 11:54:00 AM   
PSUSteve

 

Posts: 359
Joined: 2/27/2010
Status: offline

quote:

ORIGINAL: Eric

quote:

Now you can finally edit individual tagged wines to add or edit desired sizes, prices or per tagged wine notes. And you can finally remove/delete a wine from a tagged list.



Thanks Eric.

This will push my use of CTBETA to over 99%.

Steve

_____________________________

Good wine is a necessity of life to me. - Thomas Jefferson

(in reply to Eric)
Post #: 42
RE: Here we go: LOTS of updates at last. - 12/28/2010 11:55:36 AM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
A couple of little usability fixes this AM:
  • If you display one or more of the custom dropdowns (for vintages, summarization, sorting etc, they are all over the site), the ESC key now hides those.
  • At the top of each wine page there was a dropdown that used to display "Browse Other Vintages" versus on the old site where one would see a list of the 20 most recent vintages at the left edge of the screen. I found the new site a little frustrating, as you would need to use the dropdown to see how many other vintages exist. The very simple solution (and which provides more easy scannability than the old site) is that I changed the text to show the count of vintages. So now the dropdown might say "Other Vintages (68)" etc. It is also more visually consistent with the tabs just below that show count of tasting notes and count of professional reviews.
Please note that the dropdown is a bit wonky for really pathological cases like Mouton Rothschild where there are more than 130 vintages. What I will likely do in the near future is cap the dropdown at something reasonable (20 or 30 vintages?) and add a link which will popup a dialog box, maybe with a scrollbar, to let you peruse the entire list of vintages. So please no complaints for now.


< Message edited by Eric -- 12/28/2010 11:57:33 AM >


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 43
RE: Here we go: LOTS of updates at last. - 12/28/2010 12:29:23 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
quote:

ORIGINAL: PSUSteve

quote:

ORIGINAL: Eric
Now you can finally edit individual tagged wines to add or edit desired sizes, prices or per tagged wine notes. And you can finally remove/delete a wine from a tagged list.


Thanks Eric.

This will push my use of CTBETA to over 99%.

Steve

Awesome. Still to come, hopefully pretty soon while I am revved up on Wishlist stuff:
  • The TagList view where you can see all of your lists needs a cleanup to the new format. It is functional but hideous for now.
  • Maybe have the My Wishlist link at the upper right remember your last wishlist view (whether all lists, all tagged wines, or a specific list).
  • When adding or drinking a bottle, under the advanced options, it would be really cool if the wine in question is on one or more of a user's tagged lists, do provide the option to untag from the list automatically at the same time you drink the bottle or add the purchase.
  • In that theme, maybe I could/should add a per-list property to let a user specify if the list is acquisition or consumption oriented? Then based on that trigger defaults in the aforementioned operation to remove by default from consumption oriented lists when drinking and remove by default from purchase oriented lists when purchasing. Just a little nicety.
  • Filtering of wines in wishlist by producer, variety etc. seems to be broken. I thought I had it ready to go on that but apparently not...
  • Right now CTBETA has a bulk-tag feature with the bulk edit mode. It would be nice to add a bulk remove operation to let you quickly yank a bunch of wines off your tagged list(s).
  • Once I get printing working, I need to make sure it can handle the new "all lists" option. I haven't looked at that code in a long time.
That's all I can think of for now related to these beasties.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to PSUSteve)
Post #: 44
RE: Here we go: LOTS of updates at last. - 12/28/2010 12:51:13 PM   
PSUSteve

 

Posts: 359
Joined: 2/27/2010
Status: offline
Eric - These sound like great enhancements. I like the idea of being able to label a list as a purchase or consumption list since I use the lists both ways. Auto delete when removing a wine would be a neat feature although I have the same wine on multiple lists if I have multiple bottles so it would need to ask which list to help me. Thanks, Steve

_____________________________

Good wine is a necessity of life to me. - Thomas Jefferson

(in reply to Eric)
Post #: 45
RE: Here we go: LOTS of updates at last. - 12/28/2010 12:56:14 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
My thought on the auto-removal feature would be to show the user the names of the lists that the wine is included on with a checkbox next to each. By default all removal options would be off. The idea behind adding the consumption versus acquisition bias for a list would be to allow auto-removal by default in some cases and also to add a useful filter on the "all tagged wines" view.

I forgot one other item. Not as easy. For consumption oriented lists it might be nice to come up with a way to tag specific bottle/barcode ID's and even to allow saving a set of scanned bottles as a tagged list. This would be a bunch more surgery to the schema though.

That is all I can think of for tagged lists, but since it sounds like you are a hardcore user of these let me know if you have other ideas.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to PSUSteve)
Post #: 46
RE: Here we go: LOTS of updates at last. - 12/28/2010 1:41:16 PM   
PSUSteve

 

Posts: 359
Joined: 2/27/2010
Status: offline
I'll give it some thought. I like the specific bottle concept a lot. When I create a list for wines I want to drink in a specific year, it is currently a list of wines not bottles and sometimes I would like to include multiple bottles in the same list/year.

_____________________________

Good wine is a necessity of life to me. - Thomas Jefferson

(in reply to Eric)
Post #: 47
RE: Here we go: LOTS of updates at last. - 12/31/2010 5:55:58 AM   
gbm

 

Posts: 2220
Joined: 3/12/2008
From: Connecticut
Status: offline
Yay. Reports are working. That's a major plus for the new site as far as I'm concerned. Seems a little faster than in the past as well. I love the changes. Happy New Year Eric!

_____________________________

Greg

(in reply to Eric)
Post #: 48
RE: Here we go: LOTS of updates at last. - 12/31/2010 4:03:03 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
Whew, it's been a busy few days since my year-end email, replying to about 500 emails (50 more to go) and handling more than a dozen bulk imports. So very little coding.

I did have a little followup from the Internet Explorer team in relation to some trouble I was having with the way I was handling label and profile photo upload. I had it working for IE7 and IE8, but the manner in which I was doing it would break things for IE9. Anyway, even though I am not testing in IE9 yet, I rolled their suggested change in. As an aside, from everything I am hearing IE9 is going to be pretty wonderful from a web-development perspective. That will be nice, because IE7 and IE8 are a serious wrestling match, and I haven't even been doing much IE6 testing.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to gbm)
Post #: 49
RE: Here we go: LOTS of updates at last. - 12/31/2010 5:00:49 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
OK, copyrights updated to 2003-2011. I also fixed a small visual glitch of a missing border at the bottom of the right-hand panel when viewing a list of users.

_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 50
RE: Here we go: LOTS of updates at last. - 12/31/2010 5:11:12 PM   
ChrisinCowiche

 

Posts: 7841
Joined: 12/16/2009
From: Cowiche, WA
Status: offline
Eric,

Not to be too presumptous, I suggest you take the rest of the year off.

Open a nice bottle of wine, and toast yourself for a job well done.

Cheers!



_____________________________

http://www.cellartracker.com/new/user.asp?iUserOverride=102173

(in reply to Eric)
Post #: 51
RE: Here we go: LOTS of updates at last. - 12/31/2010 8:10:38 PM   
PSUSteve

 

Posts: 359
Joined: 2/27/2010
Status: offline
+1

_____________________________

Good wine is a necessity of life to me. - Thomas Jefferson

(in reply to ChrisinCowiche)
Post #: 52
RE: Here we go: LOTS of updates at last. - 1/1/2011 8:08:43 PM   
geppetto

 

Posts: 796
Joined: 11/7/2008
From: Vancouver, Canada
Status: offline
Hi Eric,

I use CT almost exclusively on my iPhone. When I look at my cellar under CT classic, I can sort based on scores of any of the reviews (WS, WA, CT, etc.), but under the CTBeta I seem to only be able to sort based on CT scores. Is it possible to have the sort option for all the different scores added to CTBeta?

Thanks!

(in reply to PSUSteve)
Post #: 53
RE: Here we go: LOTS of updates at last. - 1/1/2011 8:35:18 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
As I have said, about 5 times on this and other threads, the sorting UI is not fully fleshed out on the new site. Absolutely everything that the old site does, like this, will be support. But I just haven't put the links there as I am building a new interface.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to geppetto)
Post #: 54
RE: Here we go: LOTS of updates at last. - 1/2/2011 8:05:43 AM   
seemd

 

Posts: 4
Joined: 1/1/2011
Status: offline
sure it has been brought up already but....

I cannot update new vintage based off of existing wine. the popup appears but when i click save/update it defaults back to the generic search window.


also, a running list of known bugs/fixes might cut down on relisting errors. looked for one, but nit c=very hard...

cheers, liking the new changes.
mark

(in reply to Eric)
Post #: 55
RE: Here we go: LOTS of updates at last. - 1/2/2011 9:03:10 AM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
quote:

ORIGINAL: seemd

sure it has been brought up already but....

I cannot update new vintage based off of existing wine. the popup appears but when i click save/update it defaults back to the generic search window.


also, a running list of known bugs/fixes might cut down on relisting errors. looked for one, but nit c=very hard...

cheers, liking the new changes.
mark

Were you searching via UPC when this happened?

_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to seemd)
Post #: 56
RE: Here we go: LOTS of updates at last. - 1/4/2011 5:19:32 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
Whew, it has been a busy several days since my year-end email with dozens and dozens of bulk imports and almost a thousand emails to reply to (and still 50-60 more hanging in my inbox I plan to get to). I just checked in code to cleanup the process of accepting pending deliveries:
  • If editing a specific pending purchase from the wine detail sub-page, clicking ACCEPT PENDING will change the delivery date to today's date.
The bulk accept scenario is now much more robust:
  • When you click to submit the button changes to a progress animation, so it is not possible to double-submit.
  • I now trap a number of error conditions such as an invalid delivery date or the failure to select any purchases, and these give appropriate feedback.
  • Upon successful completion I was just refreshing the screen. Now, like the old site, I actually redirect you to a screen where you can bulk relocate bottles. In the FUTURE I intend to give you a few choices including closing the dialog and refreshing the screen of pending deliveries, bulk-relocating or eventually an individual bottle editable screen.
  • HUMAN SPEAK: Please don't accept more than a few hundreds bottles for delivery at once, or you will hit a user interface glitch. GEEKSPEAK: Also for the future, right now if you deliver more than 400 or so bottles it will choke due to querystring length. In the future I plan to do some work to use querystring based lookups when the number of bottles is small enough. If/when you get towards the error condition I will switch the form from http GET to http POST to avoid the error. I tend to avoid POST, as you can't refresh it or save it as a favorite due, but it gets you around the 4096 character limitation of URL's.
I also did some small cleanup on the payment screen such as one of the first actual working help tips (they will be all over the editing forms and documented very helpful someday) and instructions on how to pay via PayPal.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 57
RE: Here we go: LOTS of updates at last. - 1/5/2011 7:05:18 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
Today was the day to show IE7 some love: (all fixes below are specific to IE7)
  • In the MY CELLAR view the top area of the right hand panel (with the mini label image and wine name) now displays as in other browsers with the image at the upper right and the name to the left of it.
  • On the homepage the list of recent wines/consumed etc. now display as other browsers and not all crunched app.
  • When viewing the list of people, the preview for that person that shows recent wines tasted now has the wine type icon and name together as expected.
  • On the EDIT PROFILE form the shaded headings now extend to the margins as intended. I also fixed double lines below the profile picture. Same with double lines below the Facebook controls on the drinking and tasting note page.
  • No more horizontal scrollbar when adding a note.
  • When viewing a tasting story the selected wine now has the yellow shading merge properly with the right hand pane.
  • Not sure how this was missed for so long, but when drinking a bottle the toggle to show more/fewer of the consumption types was not visible in IE7. I wonder why people didn't complain that most consumption types were missing. Fixed.
  • When drinking a bottle there was a horizontal scrollbar in the list of bottles. Fixed.
  • I sorted out all of the IE7 weirdness in search views with the navpane hidden. All manner of funny margin issues have come and gone here, and I think I FINALLY have it fully understood and kicked.
And as a bonus for ALL browsers:
  • When in search views with the side panel hidden, using the arrow keys or clicking on a row will no longer throw a script error. I could do some more script containment for classic mode, but I put in a simple IF check to cauterize these cases that are not even supposed to be running anyway without the side panel there.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to Eric)
Post #: 58
RE: Here we go: LOTS of updates at last. - 1/16/2011 4:46:13 PM   
seemd

 

Posts: 4
Joined: 1/1/2011
Status: offline
both UPC and by name.

even though I am a Saints fan, I was sorry to see the seahawks go down. at least they quieted the naysayers.

(in reply to Eric)
Post #: 59
RE: Here we go: LOTS of updates at last. - 1/16/2011 6:24:32 PM   
Eric

 

Posts: 17312
Joined: 10/10/2003
From: Seattle, WA
Status: online
quote:

ORIGINAL: seemd

both UPC and by name.

even though I am a Saints fan, I was sorry to see the seahawks go down. at least they quieted the naysayers.

I fixed an issue recently when there were extended characters in the search string. The UPC thing is a known issue. I cannot reproduce any other issues here, so I need MUCH more explicit steps. Exactly which wine and which search term. What exact browser. What platform. What browser version.


_____________________________

Cheers!
-Eric LeVine

http://twitter.com/cellartracker
http://facebook.com/cellartracker

(in reply to seemd)
Post #: 60
Page:   <<   < prev  1 [2] 3   next >   >>
All Forums >> [Cellar Talk] >> CellarTracker Support >> RE: Here we go: LOTS of updates at last. Page: <<   < prev  1 [2] 3   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.156