Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log comments from previous years are not parsed #33

Closed
GoogleCodeExporter opened this issue Apr 27, 2015 · 2 comments
Closed

Log comments from previous years are not parsed #33

GoogleCodeExporter opened this issue Apr 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to grab a cache that has less than 5 logs on this year;

What is the expected output? What do you see instead?
I like to have all the 5 last logs, but
the logs on previous year are not saved on the gpx file.

I'm *not* a regex specialist, but at least I fixed the problem replacing
 line 262 on source file detail.rb with this:

line.scan(/icon_(\w+)\.gif.*?&nbsp;([\w ]+),?[ ]?\d* by \<a 
name=\"(\d+)".*?\>\<a href.*?\>(.*?)\<\/a.*?\<br \/\>(.*?)\</) { |icon, 
date, id, name, comment|



Original issue reported on code.google.com by stefanoc...@gmail.com on 6 Feb 2009 at 3:24

@GoogleCodeExporter
Copy link
Author

Original comment by helixblue on 30 Jun 2009 at 12:29

  • Changed title: Log comments from previous years are not parsed
  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Fixed in revision 483.

Original comment by helixblue on 30 Jun 2009 at 12:40

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant