My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Yesterday

  • 40 hours ago
    6 new revisions pushed by wheaties.box   -   4c0f76aac3:Initial import 4161973f9a:Fixed a problem with the JavaScript. Some of the markers were not being removed properly when doing multiple searches in the same session. Moved the search results to be displayed above the map by default. f64e4b895b:A few updates to the documentation 37839d173f: issue 1 - added a base.html and made sure that the application templates were included in the distributions 1b4e33fe5f: issue 3 - updated the docs a little d5ddcbcaf8:Added an ignores file
    4c0f76aac3:Initial import 4161973f9a:Fixed a problem with the JavaScript. Some of the markers were not being removed properly when doing multiple searches in the same session. Moved the search results to be displayed above the map by default. f64e4b895b:A few updates to the documentation 37839d173f: issue 1 - added a base.html and made sure that the application templates were included in the distributions 1b4e33fe5f: issue 3 - updated the docs a little d5ddcbcaf8:Added an ignores file

Earlier this year

  • Sep 29, 2009
    issue 4 (coordinate errors never disappear.) commented on by wheaties.box   -   Thanks! I'm in the process of a cross-country move, so it will be a week or so before I can even think about fixing this. Sorry!
    Thanks! I'm in the process of a cross-country move, so it will be a week or so before I can even think about fixing this. Sorry!
  • Sep 29, 2009
    issue 4 (coordinate errors never disappear.) reported by MountainPaul   -   What steps will reproduce the problem? 1.Run the command for updating the coordinates. ./manage.py update_coordinates What is the expected output? What do you see instead? If successful it should change a coordinate_error flag to success. Once there is an error, it will always remain an error. for l in Location.objects.active(): try: coords = utils.get_coordinates(l) print '\t%s' % l.string_address, except: print 'Error' l.coordinate_error = True l.save() count['f'] += 1 else: print coords l.update_coordinates(coords) count['s'] += 1 for l in Location.objects.active(): try: coords = utils.get_coordinates(l) print '\t%s' % l.string_address, except: print 'Error' l.coordinate_error = True l.save() count['f'] += 1 else: print coords l.update_coordinates(coords) count['s'] += 1
    What steps will reproduce the problem? 1.Run the command for updating the coordinates. ./manage.py update_coordinates What is the expected output? What do you see instead? If successful it should change a coordinate_error flag to success. Once there is an error, it will always remain an error. for l in Location.objects.active(): try: coords = utils.get_coordinates(l) print '\t%s' % l.string_address, except: print 'Error' l.coordinate_error = True l.save() count['f'] += 1 else: print coords l.update_coordinates(coords) count['s'] += 1 for l in Location.objects.active(): try: coords = utils.get_coordinates(l) print '\t%s' % l.string_address, except: print 'Error' l.coordinate_error = True l.save() count['f'] += 1 else: print coords l.update_coordinates(coords) count['s'] += 1
  • Feb 23, 2009
    issue 3 (Missing image static/img/ajax.gif) Status changed by wheaties.box   -   I've finally updated the docs. I hope the new blurb toward the end of the installation instructions is sufficient (and that it makes sense!). Please let me know if you think it should be adjusted in any way. Thanks again!
    Status: Done
    I've finally updated the docs. I hope the new blurb toward the end of the installation instructions is sufficient (and that it makes sense!). Please let me know if you think it should be adjusted in any way. Thanks again!
    Status: Done
  • Feb 23, 2009
    r6 (issue 3 - updated the docs a little) committed by codekoala   -   issue 3 - updated the docs a little
    issue 3 - updated the docs a little
  • Feb 06, 2009
    issue 3 (Missing image static/img/ajax.gif) commented on by peterbmarks   -   No offence taken, sorry for my tone too. I put the issues in as medium but in retrospect perhaps I should have reported the documentation as broken. Keep up the good work.
    No offence taken, sorry for my tone too. I put the issues in as medium but in retrospect perhaps I should have reported the documentation as broken. Keep up the good work.
  • Feb 06, 2009
    issue 3 (Missing image static/img/ajax.gif) changed by wheaties.box   -   I apologize for the obvious offense you've taken from my response. I didn't feel that the two latest issues were "broken" (which is the impression I got from the issues). I did not realize that my documentation didn't mention that the files needed to be copied to your local project. I will update the documentation to include the necessary instructions. Again, I apologize for my behavior. I hope you have a better day than I've been having ;)
    Status: Accepted
    Labels: Type-Other Type-Defect
    I apologize for the obvious offense you've taken from my response. I didn't feel that the two latest issues were "broken" (which is the impression I got from the issues). I did not realize that my documentation didn't mention that the files needed to be copied to your local project. I will update the documentation to include the necessary instructions. Again, I apologize for my behavior. I hope you have a better day than I've been having ;)
    Status: Accepted
    Labels: Type-Other Type-Defect
  • Feb 06, 2009
    issue 3 (Missing image static/img/ajax.gif) commented on by peterbmarks   -   Thanks for at least looking at the issues I raised so promptly and thanks for publishing this code. I think it's a pity that a potential user can't just download it and follow your instructions to evaluate it. You obviously don't think that's important. Best wishes and farewell.
    Thanks for at least looking at the issues I raised so promptly and thanks for publishing this code. I think it's a pity that a potential user can't just download it and follow your instructions to evaluate it. You obviously don't think that's important. Best wishes and farewell.
  • Feb 06, 2009
    issue 3 (Missing image static/img/ajax.gif) Status changed by wheaties.box   -   This image has been included in the project since r2 (when the rest of the project was checked in). If you want to use the exact one I used for development, just copy it from the reploc/media/img directory to your respective media directory. See the sample project if there's any confusion. The default django-reploc template assumes that your project media is under /static/, and that this image is at /static/img/ajax.gif. If this doesn't match your setup, you can override the template just like any other.
    Status: WontFix
    This image has been included in the project since r2 (when the rest of the project was checked in). If you want to use the exact one I used for development, just copy it from the reploc/media/img directory to your respective media directory. See the sample project if there's any confusion. The default django-reploc template assumes that your project media is under /static/, and that this image is at /static/img/ajax.gif. If this doesn't match your setup, you can override the template just like any other.
    Status: WontFix
  • Feb 06, 2009
    issue 2 (Javascript error on /locator/ prevents operation) Status changed by wheaties.box   -   See the project homepage: "Finally, django-reploc relies heavily upon jQuery in order to operate" jQuery has been included in the project since r2 (when the rest of the project was checked in). If you want to use the exact one I used for development, just copy it from the reploc/media/js directory to your respective media directory and link to it as necessary from your template. See the sample project if there's any confusion. I updated the included jQuery library to the current release (1.3.1) this morning.
    Status: WontFix
    See the project homepage: "Finally, django-reploc relies heavily upon jQuery in order to operate" jQuery has been included in the project since r2 (when the rest of the project was checked in). If you want to use the exact one I used for development, just copy it from the reploc/media/js directory to your respective media directory and link to it as necessary from your template. See the sample project if there's any confusion. I updated the included jQuery library to the current release (1.3.1) this morning.
    Status: WontFix
  • Feb 06, 2009
    issue 3 (Missing image static/img/ajax.gif) reported by peterbmarks   -   What steps will reproduce the problem? 1. visit /locator/ 2. 3. What is the expected output? What do you see instead? There's a broken image: http://localhost:8000/static/img/ajax.gif What version of the product are you using? On what operating system? r5 Please provide any additional information below.
    What steps will reproduce the problem? 1. visit /locator/ 2. 3. What is the expected output? What do you see instead? There's a broken image: http://localhost:8000/static/img/ajax.gif What version of the product are you using? On what operating system? r5 Please provide any additional information below.
  • Feb 06, 2009
    issue 2 (Javascript error on /locator/ prevents operation) reported by peterbmarks   -   What steps will reproduce the problem? 1. Created some locations in admin 2. visit /locator/ 3. What is the expected output? What do you see instead? Javascript error "$ is not defined" in this line: $(document).ready(function () { Maybe you are using prototype? and it should be included. What version of the product are you using? On what operating system? r5 Please provide any additional information below.
    What steps will reproduce the problem? 1. Created some locations in admin 2. visit /locator/ 3. What is the expected output? What do you see instead? Javascript error "$ is not defined" in this line: $(document).ready(function () { Maybe you are using prototype? and it should be included. What version of the product are you using? On what operating system? r5 Please provide any additional information below.
  • Feb 06, 2009
    issue 1 (Template files missing) Status changed by wheaties.box   -   I've included a simple base.html template, and I've ensured that the 0.1.0-pre3 distribution files all include the application templates. I've also added a sample project to make it easier to see what all is required for the application to work.
    Status: Fixed
    I've included a simple base.html template, and I've ensured that the 0.1.0-pre3 distribution files all include the application templates. I've also added a sample project to make it easier to see what all is required for the application to work.
    Status: Fixed
  • Feb 06, 2009
    django-reploc-0.1.0-pre3.zip (django-reploc 0.1.0-pre3 zipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Feb 06, 2009
    django-reploc-0.1.0-pre3.tar.gz (django-reploc 0.1.0-pre3 gzipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Feb 06, 2009
    django-reploc-0.1.0-pre3.tar.bz2 (django-reploc 0.1.0-pre3 bzipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Feb 06, 2009
    r5 (issue 1 - added a base.html and made sure that the applicati...) committed by codekoala   -   issue 1 - added a base.html and made sure that the application templates were included in the distributions
    issue 1 - added a base.html and made sure that the application templates were included in the distributions
  • Feb 06, 2009
    issue 1 (Template files missing) changed by wheaties.box   -   Hmm... that's no good at all!! Thank you for notifying me :) As for the missing base.html, I didn't feel a need to include it because that's typically a project-wide template, not an app-specific one (at least for reploc). All it needs is a {% block content %}{% endblock %} and django-reploc will insert its junk into the content block. I suppose it won't hurt to include one simple one though. I'll roll another distribution with the templates included.
    Status: Accepted
    Owner: wheaties.box
    Labels: Priority-Critical Priority-Medium
    Hmm... that's no good at all!! Thank you for notifying me :) As for the missing base.html, I didn't feel a need to include it because that's typically a project-wide template, not an app-specific one (at least for reploc). All it needs is a {% block content %}{% endblock %} and django-reploc will insert its junk into the content block. I suppose it won't hurt to include one simple one though. I'll roll another distribution with the templates included.
    Status: Accepted
    Owner: wheaties.box
    Labels: Priority-Critical Priority-Medium
  • Feb 06, 2009
    issue 1 (Template files missing) reported by peterbmarks   -   The tar.gz distribution seems to be missing all templates. The svn version is missing base.html What steps will reproduce the problem? 1. download 2. runserver 3. visit http://127.0.0.1:8000/locator/ What is the expected output? What do you see instead? A map? instead: TemplateSyntaxError at /locator/ Template u'base.html' cannot be extended, because it doesn't exist What version of the product are you using? On what operating system? Revision: 4 MacOS 10.5.4 Please provide any additional information below. It's very muggy here.
    The tar.gz distribution seems to be missing all templates. The svn version is missing base.html What steps will reproduce the problem? 1. download 2. runserver 3. visit http://127.0.0.1:8000/locator/ What is the expected output? What do you see instead? A map? instead: TemplateSyntaxError at /locator/ Template u'base.html' cannot be extended, because it doesn't exist What version of the product are you using? On what operating system? Revision: 4 MacOS 10.5.4 Please provide any additional information below. It's very muggy here.

Older

  • Dec 01, 2008
    r4 (A few updates to the documentation ) committed by codekoala   -   A few updates to the documentation
    A few updates to the documentation
  • Nov 11, 2008
    django-reploc-0.1.0-pre2.zip (django-reploc 0.1.0-pre2 zipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 11, 2008
    django-reploc-0.1.0-pre2.tar.bz2 (django-reploc 0.1.0-pre2 bzipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 11, 2008
    django-reploc-0.1.0-pre2.tar.gz (django-reploc 0.1.0-pre2 gzipped) file uploaded by wheaties.box   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 09, 2008
    r3 (Fixed a problem with the JavaScript. Some of the markers we...) committed by codekoala   -   Fixed a problem with the JavaScript. Some of the markers were not being removed properly when doing multiple searches in the same session. Moved the search results to be displayed above the map by default.
    Fixed a problem with the JavaScript. Some of the markers were not being removed properly when doing multiple searches in the same session. Moved the search results to be displayed above the map by default.
  • Nov 08, 2008
    r2 (Initial import) committed by codekoala   -   Initial import
    Initial import
  • Nov 08, 2008
    Project django-reploc created by codekoala   -   A simple way for people to find representative locations on your Django-powered Web site.
    A simple way for people to find representative locations on your Django-powered Web site.
 
Hosted by Google Code