Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-03 Thread codesite-noreply


Comment #14 on issue 790 by timw.at.work: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

Gratuitous confirmation (fixed for me, too). End of meaningful content.

To the other reporter here, if you track SVN for the same reason I do (local
modifications, including integration code for external systems), using  
nightlies
obviously won't work. The following steps are what I use:

1) svn update
2) ./setup.py build
3) ./setup.py install [--home $HOME if you don't install reviewboard to  
your global
site-packages]
If you track local changes to djblets, you may have to repeat steps 2-3 for  
djblets
4) rb-site upgrade /path/to/site
5) if you use mod_python and don't have PythonAutoReload on, restart Apache

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-03 Thread codesite-noreply


Comment #15 on issue 790 by Graham.Dumpleton: Replying to comments  
sometimes pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

The PythonAutoReload option is only really relevant to web applications  
written against mod_python specific APIs
and which use its internal module import system. It doesn't make any  
difference for standard Python module
imports. Thus you would always need to restart Apache with mod_python in  
this case and what
PythonAutoReload is set to would make no difference.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-02 Thread codesite-noreply


Comment #6 on issue 790 by t...@alsop-family.com: Replying to comments  
sometimes pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

I am also getting same issue with latest revision.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-02 Thread codesite-noreply


Comment #8 on issue 790 by t...@alsop-family.com: Replying to comments  
sometimes pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

I did 'svn update' to get r1660 and then restarted apache, and I am still  
getting the
same problem. It looks like it is not fixed yet :-(

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-02 Thread codesite-noreply


Comment #10 on issue 790 by t...@alsop-family.com: Replying to comments  
sometimes pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

I have discovered that if I reply to comments in different order, e.g.  
reply to last
comment, then previous, then one before previous ... this works fine. It  
seems that
the problem only occurs if I reply to a comment and then reply to one after  
it ...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-02 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #11 on issue 790 by chipx86: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

Hmm, I'm pretty sure this is taken care of. I can no longer reproduce the  
problem.

Did you clear/bypass your cache? The change was to a single JavaScript  
file, and it
may be that the browser is caching it (which we've definitely seen happen  
before).

Also, I take it you're not using rb-site? We may be making changes to the  
directory
structure in the somewhat near future that will break installs served  
completely out
of SVN. If instead you're running setup.py install from Review Board and  
Djblets,
you're okay.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2009-01-02 Thread codesite-noreply

Updates:
Status: Fixed

Comment #13 on issue 790 by chipx86: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

Glad it works :)

The GettingStarted wiki page is the best bet for instructions right now. It  
has a
section on migrating from SVN. There's not much you have to worry about.  
Move away
your existing install directory, then follow the instructions for  
installing Review
Board and creating your site. You can then copy your database file over (if  
using
sqlite) or just enter your database info for MySQL or whatever. Update your  
installed
Apache config file for the site to look like the one provided in the conf/  
directory
under your new site directory. The main highlights there include the  
PythonPath
variable and the media directories.

Upgrades from then on include upgrading ReviewBoard and Djblets packages,  
re-running
'rb-site upgrade', and restarting Apache. Right now, updating ReviewBoard  
or Djblets
will grab nightlies. Later on, we'll have bleeding edge snapshots (new ones  
generated
on each SVN commit), and releases. Releases will take precedence and you'll  
need a
config option to move back to nightlies, which I'll document when we  
perform the
first release.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2008-12-31 Thread codesite-noreply


Comment #3 on issue 790 by timw.at.work: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

Actually, I did an svn update 15 minutes ago when I noticed you posted that  
fix. It
did fix the other issue, 787 (which you already marked fixed).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2008-12-31 Thread codesite-noreply


Comment #4 on issue 790 by timw.at.work: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

My apologies for the barrage of replies. Upon reloading the page (without  
publishing
the reply), a legitimate ID is present: yourcomment_rc2087-550

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 790 in reviewboard: Replying to comments sometimes pre-fills with most-recently-added reply text

2008-12-31 Thread codesite-noreply

Updates:
Status: Confirmed

Comment #5 on issue 790 by chipx86: Replying to comments sometimes  
pre-fills with most-recently-added reply text
http://code.google.com/p/reviewboard/issues/detail?id=790

Interesting. I'll look into it, but unfortunately I must head to bed  
shortly (full
day tomorrow). I'll try to figure this out tomorrow or the day after.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---