Pierre Paysant-Le Roux

  • Registered on: 2008-05-06
  • Last connection: 2008-11-25

Activity

Reported issues: 7

2008-11-25

11:19 Redmine Feature #1410: When downloading a file from the repository : don't fill the memory with bytes
This code doesn't work as expected. I have to work a bit more on it...

2008-11-24

23:27 Redmine Feature #1410: When downloading a file from the repository : don't fill the memory with bytes
Here is a patch that tries to solve the problem of downloading a file larger than the memory size. I had to implement a buffered IO with a is_binary_data? that encapsulate an IO instance reading the result of the cat command ("svn cat" for example...

2008-07-10

18:31 Redmine Defect #1591: http links containing parentheses fail to reder correctly
Here is a patch that should solve the problem. The regexp come from Rails with some modifications.

2008-07-03

11:52 Redmine Feature #1536: Using libsvn
There is no documentation specific to the ruby bindings. "Here":http://svn.collab.net/svn-doxygen is the documentation of the subversion API. I think that the lib has more than all the necessary functionalities the be used in Redmine. I am not con...

2008-06-27

12:11 Redmine Feature #1536: Using libsvn
Tigris provides a high level ruby api named libsvn (subversion/bindings/swig/ruby in the sources of subversion). It could maybe simplify the way Redmine handles subversion repositories by avoiding out shelling. Have someone tested this lib ? Is...
10:07 Redmine Defect #999: File size is shown as "?" when browsing an Hg repository
Hi Olivier, can you give us the differences between the working reporitory and the not one ? Are the two repositories tracked by the same instance of Redmine ? See [[SubmittingBugs]]. For the moment, I can't reproduce the bug you described. ...

2008-06-16

18:34 Redmine Patch #1469: Mercurial adapter tests
Here is a small patch to make mercurial adapter unit tests success. @hgversion_from_command_line@ method is made public to make it stubable. Without this modification, the @mercurial_adapter_test.rb@ test success but the following @repository_merc...
00:05 Redmine Defect #1456: Invalid html generated by wiki formatter
Links generated by the wiki are invalid when they contain something that could be an email. For example, this : ...

2008-06-14

15:23 Redmine Defect #1436 (Resolved): Bad rendering on projects/add
r1526 solved this issue.

2008-06-12

17:14 Redmine Defect #1436: Bad rendering on projects/add
* Go to /projects/add (must be admin) (note that the page has no title) * Enter only in the form * Click save button Error are reported and the page is scrambled. Observed on Firefox 2 and 3. A workaround is to replace this line of app/vie...

Also available in: Atom