Issue 1926 in reviewboard: DiffViewer JavaScript script does not escape special characters string in paths

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1926 by Jan.Koprowski: DiffViewer JavaScript script does not  
escape special characters string in paths

http://code.google.com/p/reviewboard/issues/detail?id=1926

What version are you running?
Review Board 1.5


What's the URL of the page containing the problem?
http://localhost:8000/r/1/diff/#index_header

What steps will reproduce the problem?
1. Public ClearCase review request under Windows e.g file:
SCM\tools\main\2\test.c

What is the expected output? What do you see instead?
Expected: In Files Changed I should see SCM\tools\main\2\test.c position
What is see: SCM[TAB]ools[TAB]est.c where [TAB] is invisible character.

What operating system are you using? What browser?
Windows 7

Please provide any additional information below.
I know this is JavaScript issue because after turning off JavaScript paths  
looks fine.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1927 in reviewboard: contrib\internal\devserver.py doesn't work under Windows

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1927 by Jan.Koprowski: contrib\internal\devserver.py doesn't work  
under Windows

http://code.google.com/p/reviewboard/issues/detail?id=1927

What version are you running?
ReviewBoard 1.5


What steps will reproduce the problem?
1. Prepare development environment for development
2. Run devserver.py

C:\Users\johny\reviewboardc:\Python27\python.exe  
contrib\internal\devserver.py

'.' is not recognized as an internal or external command,
operable program or batch file.

What is the expected output? What do you see instead?
Script should run server

What operating system are you using? What browser?
Windows 7

Please provide any additional information below.
Workaround is run c:\Python27\python.exe reviewboard\manage.py runserver

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1928 in reviewboard: contrib\internal\prepare-dev.py doesn't work under Windows

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1928 by Jan.Koprowski: contrib\internal\prepare-dev.py doesn't  
work under Windows

http://code.google.com/p/reviewboard/issues/detail?id=1928

What version are you running?
ReviewBoard 1.5


What steps will reproduce the problem?
1. Run contrib\internal\prepare-dev.py

What is the expected output? What do you see instead?
Error message:
C:\Users\johny\reviewboardcontrib\internal\prepare-dev.py
Creating a settings_local.py in the current directory.
This can be modified with custom settings.
running egg_info
writing requirements to ReviewBoard.egg-info\requires.txt
writing ReviewBoard.egg-info\PKG-INFO
writing top-level names to ReviewBoard.egg-info\top_level.txt
writing dependency_links to ReviewBoard.egg-info\dependency_links.txt
writing entry points to ReviewBoard.egg-info\entry_points.txt
reading manifest file 'ReviewBoard.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching '*' under directory 'locale'
no previously-included directories found matching 'docs\*\_build'
no previously-included directories found  
matching 'reviewboard\htdocs\media\uploaded\images'

writing manifest file 'ReviewBoard.egg-info\SOURCES.txt'
Rebuilding media paths...
Using Djblets media from  
C:\Python27\lib\site-packages\djblets-0.6.6-py2.7.egg\djblets\media

Synchronizing database...
Traceback (most recent call last):
  File C:\Users\jkoprows\reviewboard\contrib\internal\prepare-dev.py,  
line 95, in module

main()
  File C:\Users\jkoprows\reviewboard\contrib\internal\prepare-dev.py,  
line 87, in main

site.sync_database(allow_input=True)
  File C:\Users\jkoprows\reviewboard\reviewboard\cmdline\rbsite.py, line  
332, in sync_database

self.run_manage_command(syncdb, params)
  File C:\Users\jkoprows\reviewboard\reviewboard\cmdline\rbsite.py, line  
390, in run_manage_command

execute_manager(reviewboard.settings, [__file__, cmd] + params)
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\__init__.py,  
line 438, in execute_manager

utility.execute()
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\__init__.py,  
line 379, in execute

self.fetch_command(subcommand).run_from_argv(self.argv)
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\base.py,  
line 191, in run_from_argv

self.execute(*args, **options.__dict__)
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\base.py,  
line 220, in execute

output = self.handle(*args, **options)
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\base.py,  
line 351, in handle

return self.handle_noargs(**options)
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\core\management\commands\syncdb.py,  
line 52, in handle_noargs

cursor = connection.cursor()
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\db\backends\__init__.py,  
line 75, in cursor

cursor = self._cursor()
   
File C:\Python27\lib\site-packages\django-1.2.4-py2.7.egg\django\db\backends\sqlite3\base.py,  
line 174, in _cursor

self.connection = Database.connect(**kwargs)
sqlite3.OperationalError: unable to open database file

Please provide any additional information below.
This is problem with settings_local.py.

Changing:  DATABASE_NAME = C:\Users\johny\reviewboard\reviewboard.db
To  :  DATABASE_NAME = C:/Users/johny/reviewboard/reviewboard.db

and running script one more time helps.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1929 in reviewboard: [ClearCase] Add support for .reviewboardrc

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1929 by Jan.Koprowski: [ClearCase] Add support for .reviewboardrc
http://code.google.com/p/reviewboard/issues/detail?id=1929

Will be nice to use .reviewboardrc goodness with ClearCase.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1930 in reviewboard: [ClearCase] Use real time/date of file modification instead hardcoded date

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1930 by Jan.Koprowski: [ClearCase] Use real time/date of file  
modification instead hardcoded date

http://code.google.com/p/reviewboard/issues/detail?id=1930

For now in postreview.py ClearCase use one, this same, hardcoded date each  
time. Will be nice to have real time modification file.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1931 in reviewboard: [ClearCase] Use oid/uuid instead paths

2010-12-31 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1931 by Jan.Koprowski: [ClearCase] Use oid/uuid instead paths
http://code.google.com/p/reviewboard/issues/detail?id=1931

Now ClearCase implementation based on paths witch causing problems when  
file was renamed or config spec of view was changed. Solving this problem  
is contain oid/uuid informations and translate them to paths :) on  
reviewboard side.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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.