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

Earlier this year

  • Oct 06, 2009
    r117 (pushing up a fix for character encoding stuff for emails) committed by pete.karl   -   pushing up a fix for character encoding stuff for emails
    pushing up a fix for character encoding stuff for emails
  • Jul 13, 2009
    issue 9 (Prettify the 404 page) reported by intellinick   -   Nothing too sassy, but maybe a link to all questions and a reminder to search for what they're after.
    Nothing too sassy, but maybe a link to all questions and a reminder to search for what they're after.
  • Jul 13, 2009
    issue 8 (Include tags in search results) reported by intellinick   -   Searches should include tag results as well as question title matches Priority → NormalCategory → EnhancementAssignee → Pete Karl Pete K. July 1, 2009 12:03 PM Update: tags are in fact being indexed. This issue is now about surfacing a tag + question count for that tag on the search results page Priority Normal → Low * Delete Nick S. July 6, 2009 9:29 AM Assignee Pete Karl → Nick Sergeant
    Searches should include tag results as well as question title matches Priority → NormalCategory → EnhancementAssignee → Pete Karl Pete K. July 1, 2009 12:03 PM Update: tags are in fact being indexed. This issue is now about surfacing a tag + question count for that tag on the search results page Priority Normal → Low * Delete Nick S. July 6, 2009 9:29 AM Assignee Pete Karl → Nick Sergeant
  • Jul 13, 2009
    issue 7 (Refine search abilities for grabbing specific items) reported by intellinick   -   Like query: user:ryansholin Priority → NormalCategory → BugAssignee → Pete Karl Pete K. June 26, 2009 7:49 PM I'm going to mark this as lower on the totem pole. Will return at some point. Priority Normal → Low
    Like query: user:ryansholin Priority → NormalCategory → BugAssignee → Pete Karl Pete K. June 26, 2009 7:49 PM I'm going to mark this as lower on the totem pole. Will return at some point. Priority Normal → Low
  • Jul 13, 2009
    issue 6 (Code in activity.py needs refactoring (HTML belongs in templ...) reported by intellinick   -   There's too much HTML in the view that supports watched/recent activity. The objects should be constructed in the view & it should pass a dict to the template instead of an HTML string Priority → NormalCategory → EnhancementAssignee → Pete Karl
    There's too much HTML in the view that supports watched/recent activity. The objects should be constructed in the view & it should pass a dict to the template instead of an HTML string Priority → NormalCategory → EnhancementAssignee → Pete Karl
  • Jul 13, 2009
    issue 5 (User should not be able to 'good answer' or 'good question' ...) reported by intellinick   -   Nick S. June 18, 2009 12:12 AM Priority Normal → Low * Delete Pete K. July 8, 2009 9:19 AM Pushed out a fix for this. When a user tries to mark their q/a as 'good', there's no effect. Should be some feedback, but that's not my territory. Assignee Nick Sergeant → Pete KarlStatus Open → Resolved Resolved * Delete Nick S. July 8, 2009 9:52 AM K - reopening and assigning to me. Assignee Pete Karl → Nick SergeantStatus Resolved → Reopened
    Nick S. June 18, 2009 12:12 AM Priority Normal → Low * Delete Pete K. July 8, 2009 9:19 AM Pushed out a fix for this. When a user tries to mark their q/a as 'good', there's no effect. Should be some feedback, but that's not my territory. Assignee Nick Sergeant → Pete KarlStatus Open → Resolved Resolved * Delete Nick S. July 8, 2009 9:52 AM K - reopening and assigning to me. Assignee Pete Karl → Nick SergeantStatus Resolved → Reopened
  • Jul 13, 2009
    issue 4 (Encoding issues when posting an answer) reported by intellinick   -   When attempting to post an answer to this question: http://reportingon.com/questions/104/alguien-sabe-de-acuerdo-a-las-... The answer was: "Not sure about statistics, but the organization that manages traffic / distribution issues is the DEA: http://www.usdoj.gov/dea/index.htm" Traceback: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.5/site-packages/django/views/decorators/http.py", line 31, in inner return func(request, *args, **kwargs) File "/usr/lib/python2.5/site-packages/django/contrib/comments/views/comments.py", line 110, in post_comment request = request File "/usr/lib/python2.5/site-packages/django/dispatch/dispatcher.py", line 148, in send response = receiver(signal=self, sender=sender, **named) File "/home/admin/django-projects/reportingon/signals.py", line 13, in question_has_new_answer subject = "[ReportingOn] Your question has a new answer from %s! (%s)" % (comment.user_name, str(question)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128) , POST:, COOKIES:{'__qca': '1225738810-29266948-87934827', '__utma': '26554558.1783763678135163100.1245251993.1247107612.1247172505.46', '__utmb': '26554558.2.10.1247172505', '__utmc': '26554558', '__utmz': '26554558.1247172505.46.8.utmcsr=nicksergeant.com|utmccn=(referral)|utmcmd=referral|utmcct=/', 'sessionid': 'a369717875c2331725611aa1b3ded5a1'}, META:{'AUTH_TYPE': None, 'CONTENT_LENGTH': 0L, 'CONTENT_TYPE': None, 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CONNECTION': 'close', 'HTTP_CONTENT_LENGTH': '447', 'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded', 'HTTP_COOKIE': '__utma=26554558.1783763678135163100.1245251993.1247107612.1247172505.46; __utmz=26554558.1247172505.46.8.utmcsr=nicksergeant.com|utmccn=(referral)|utmcmd=referral|utmcct=/; sessionid=a369717875c2331725611aa1b3ded5a1; __qca=1225738810-29266948-87934827; __utmc=26554558; __utmb=26554558.2.10.1247172505', 'HTTP_HOST': 'reportingon.com', 'HTTP_REFERER': 'http://reportingon.com/questions/104/alguien-sabe-de-acuerdo-a-las-..., 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5', 'HTTP_X_FORWARDED_FOR': '129.21.38.99', 'HTTP_X_MAGIC_HEADER': 'secret', 'HTTP_X_REAL_IP': '129.21.38.99', 'PATH_INFO': u'/answers/post/', 'PATH_TRANSLATED': None, 'QUERY_STRING': None, 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_HOST': None, 'REMOTE_IDENT': None, 'REMOTE_USER': None, 'REQUEST_METHOD': 'POST', 'SCRIPT_NAME': '', 'SERVER_NAME': 'beta.reportingon.com', 'SERVER_PORT': 0, 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'mod_python'}> Priority → NormalCategory → BugAssignee → Pete Karl
    When attempting to post an answer to this question: http://reportingon.com/questions/104/alguien-sabe-de-acuerdo-a-las-... The answer was: "Not sure about statistics, but the organization that manages traffic / distribution issues is the DEA: http://www.usdoj.gov/dea/index.htm" Traceback: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.5/site-packages/django/views/decorators/http.py", line 31, in inner return func(request, *args, **kwargs) File "/usr/lib/python2.5/site-packages/django/contrib/comments/views/comments.py", line 110, in post_comment request = request File "/usr/lib/python2.5/site-packages/django/dispatch/dispatcher.py", line 148, in send response = receiver(signal=self, sender=sender, **named) File "/home/admin/django-projects/reportingon/signals.py", line 13, in question_has_new_answer subject = "[ReportingOn] Your question has a new answer from %s! (%s)" % (comment.user_name, str(question)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128) , POST:, COOKIES:{'__qca': '1225738810-29266948-87934827', '__utma': '26554558.1783763678135163100.1245251993.1247107612.1247172505.46', '__utmb': '26554558.2.10.1247172505', '__utmc': '26554558', '__utmz': '26554558.1247172505.46.8.utmcsr=nicksergeant.com|utmccn=(referral)|utmcmd=referral|utmcct=/', 'sessionid': 'a369717875c2331725611aa1b3ded5a1'}, META:{'AUTH_TYPE': None, 'CONTENT_LENGTH': 0L, 'CONTENT_TYPE': None, 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CONNECTION': 'close', 'HTTP_CONTENT_LENGTH': '447', 'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded', 'HTTP_COOKIE': '__utma=26554558.1783763678135163100.1245251993.1247107612.1247172505.46; __utmz=26554558.1247172505.46.8.utmcsr=nicksergeant.com|utmccn=(referral)|utmcmd=referral|utmcct=/; sessionid=a369717875c2331725611aa1b3ded5a1; __qca=1225738810-29266948-87934827; __utmc=26554558; __utmb=26554558.2.10.1247172505', 'HTTP_HOST': 'reportingon.com', 'HTTP_REFERER': 'http://reportingon.com/questions/104/alguien-sabe-de-acuerdo-a-las-..., 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5', 'HTTP_X_FORWARDED_FOR': '129.21.38.99', 'HTTP_X_MAGIC_HEADER': 'secret', 'HTTP_X_REAL_IP': '129.21.38.99', 'PATH_INFO': u'/answers/post/', 'PATH_TRANSLATED': None, 'QUERY_STRING': None, 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_HOST': None, 'REMOTE_IDENT': None, 'REMOTE_USER': None, 'REQUEST_METHOD': 'POST', 'SCRIPT_NAME': '', 'SERVER_NAME': 'beta.reportingon.com', 'SERVER_PORT': 0, 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'mod_python'}> Priority → NormalCategory → BugAssignee → Pete Karl
  • Jul 13, 2009
    issue 3 (List authoritative users for a given beat) reported by intellinick   -   For a given beat, return a list of people by usage/authority/recency/etc.
    For a given beat, return a list of people by usage/authority/recency/etc.
  • Jul 13, 2009
    issue 2 (UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in ...) reported by intellinick   -   Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.5/site-packages/django/views/decorators/http.py", line 31, in inner return func(request, *args, **kwargs) File "/usr/lib/python2.5/site-packages/django/contrib/comments/views/comments.py", line 110, in post_comment request = request File "/usr/lib/python2.5/site-packages/django/dispatch/dispatcher.py", line 148, in send response = receiver(signal=self, sender=sender, **named) File "/home/admin/django-projects/reportingon/signals.py", line 13, in question_has_new_answer subject = "[ReportingOn] Your question has a new answer from %s! (%s)" % (comment.user_name, str(question)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128) , POST:, COOKIES:{'__utma': '26554558.1209994378092378400.1246882802.1246882802.1246882802.1', '__utmb': '26554558.7.10.1246882802', '__utmc': '26554558', '__utmz': '26554558.1246882802.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'sessionid': '6cb17d5ec810264a54a41e59582a4d51'}, META:{'AUTH_TYPE': None, 'CONTENT_LENGTH': 0L, 'CONTENT_TYPE': None, 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_LANGUAGE': 'es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_CONTENT_LENGTH': '962', 'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded', 'HTTP_COOKIE': '__utma=26554558.1209994378092378400.1246882802.1246882802.1246882802.1; __utmb=26554558.7.10.1246882802; __utmc=26554558; __utmz=26554558.1246882802.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); sessionid=6cb17d5ec810264a54a41e59582a4d51', 'HTTP_HOST': 'reportingon.com', 'HTTP_REFERER': 'http://reportingon.com/questions/93/busco-informacion-sobre-periodi..., 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.0; es-AR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11', 'HTTP_VIA': '1.1 ISA2006', 'HTTP_X_FORWARDED_FOR': '201.251.228.18', 'HTTP_X_MAGIC_HEADER': 'secret', 'HTTP_X_REAL_IP': '201.251.228.18', 'PATH_INFO': u'/answers/post/', 'PATH_TRANSLATED': None, 'QUERY_STRING': None, 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_HOST': None, 'REMOTE_IDENT': None, 'REMOTE_USER': None, 'REQUEST_METHOD': 'POST', 'SCRIPT_NAME': '', 'SERVER_NAME': 'beta.reportingon.com', 'SERVER_PORT': 0, 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'mod_python'}> Priority → NormalCategory → BugAssignee → Pete Karl
    Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.5/site-packages/django/views/decorators/http.py", line 31, in inner return func(request, *args, **kwargs) File "/usr/lib/python2.5/site-packages/django/contrib/comments/views/comments.py", line 110, in post_comment request = request File "/usr/lib/python2.5/site-packages/django/dispatch/dispatcher.py", line 148, in send response = receiver(signal=self, sender=sender, **named) File "/home/admin/django-projects/reportingon/signals.py", line 13, in question_has_new_answer subject = "[ReportingOn] Your question has a new answer from %s! (%s)" % (comment.user_name, str(question)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128) , POST:, COOKIES:{'__utma': '26554558.1209994378092378400.1246882802.1246882802.1246882802.1', '__utmb': '26554558.7.10.1246882802', '__utmc': '26554558', '__utmz': '26554558.1246882802.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'sessionid': '6cb17d5ec810264a54a41e59582a4d51'}, META:{'AUTH_TYPE': None, 'CONTENT_LENGTH': 0L, 'CONTENT_TYPE': None, 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_LANGUAGE': 'es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_CONTENT_LENGTH': '962', 'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded', 'HTTP_COOKIE': '__utma=26554558.1209994378092378400.1246882802.1246882802.1246882802.1; __utmb=26554558.7.10.1246882802; __utmc=26554558; __utmz=26554558.1246882802.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); sessionid=6cb17d5ec810264a54a41e59582a4d51', 'HTTP_HOST': 'reportingon.com', 'HTTP_REFERER': 'http://reportingon.com/questions/93/busco-informacion-sobre-periodi..., 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.0; es-AR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11', 'HTTP_VIA': '1.1 ISA2006', 'HTTP_X_FORWARDED_FOR': '201.251.228.18', 'HTTP_X_MAGIC_HEADER': 'secret', 'HTTP_X_REAL_IP': '201.251.228.18', 'PATH_INFO': u'/answers/post/', 'PATH_TRANSLATED': None, 'QUERY_STRING': None, 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_HOST': None, 'REMOTE_IDENT': None, 'REMOTE_USER': None, 'REQUEST_METHOD': 'POST', 'SCRIPT_NAME': '', 'SERVER_NAME': 'beta.reportingon.com', 'SERVER_PORT': 0, 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'mod_python'}> Priority → NormalCategory → BugAssignee → Pete Karl
  • Jul 13, 2009
    issue 1 (Not sure where this item came from) reported by intellinick   -   See image. Item not clickable - not sure what type of feed it came from. Priority → NormalCategory → BugAssignee → Pete Karl * Picture_1_thumb Created 10 days ago and updated 4 days ago. * Return to Issue Listing * Edit this Issue * Delete this Issue Pete K. July 2, 2009 4:50 PM Um. No clue. Is there a link to the page you saw this on? * Delete Nick S. July 2, 2009 4:52 PM Not really, since it's in my watched feed. Hrm. * Delete Nick S. July 6, 2009 9:28 AM Status Open → Closed Closed * Delete Nick S. July 8, 2009 12:10 PM Here are the mysterious items: http://reportingon.com/users/Nick/ Items like: # A new question from reportingon was asked: Welcome to ReportingOn 2.0! What is this thing? Where can you find out more? How did we build it? Who built it? 1 minute ago Status Closed → Reopened Reopened * Delete Pete K. July 8, 2009 3:38 PM This looks like questions from within a beat that aren't being represented properly. Probably an issue in the activity/template code, I'll take a peek
    See image. Item not clickable - not sure what type of feed it came from. Priority → NormalCategory → BugAssignee → Pete Karl * Picture_1_thumb Created 10 days ago and updated 4 days ago. * Return to Issue Listing * Edit this Issue * Delete this Issue Pete K. July 2, 2009 4:50 PM Um. No clue. Is there a link to the page you saw this on? * Delete Nick S. July 2, 2009 4:52 PM Not really, since it's in my watched feed. Hrm. * Delete Nick S. July 6, 2009 9:28 AM Status Open → Closed Closed * Delete Nick S. July 8, 2009 12:10 PM Here are the mysterious items: http://reportingon.com/users/Nick/ Items like: # A new question from reportingon was asked: Welcome to ReportingOn 2.0! What is this thing? Where can you find out more? How did we build it? Who built it? 1 minute ago Status Closed → Reopened Reopened * Delete Pete K. July 8, 2009 3:38 PM This looks like questions from within a beat that aren't being represented properly. Probably an issue in the activity/template code, I'll take a peek
  • Jul 09, 2009
    r116 (added 404 error to requests for robots.txt) committed by pete.karl   -   added 404 error to requests for robots.txt
    added 404 error to requests for robots.txt
  • Jul 08, 2009
    r115 (small syntax error in rated.views.rate...) committed by pete.karl   -   small syntax error in rated.views.rate...
    small syntax error in rated.views.rate...
  • Jul 08, 2009
    r114 (tweaked rated.views.rate to keep users form voting on their ...) committed by pete.karl   -   tweaked rated.views.rate to keep users form voting on their own content. FOR SHAME.
    tweaked rated.views.rate to keep users form voting on their own content. FOR SHAME.
  • Jul 02, 2009
    r113 (just remove a comment) committed by intellinick   -   just remove a comment
    just remove a comment
  • Jul 02, 2009
    r112 (pushing up fix to keep users from being notified of their ow...) committed by pete.karl   -   pushing up fix to keep users from being notified of their own answers
    pushing up fix to keep users from being notified of their own answers
  • Jul 02, 2009
    r111 (getobject or 404 on question) committed by intellinick   -   getobject or 404 on question
    getobject or 404 on question
  • Jul 02, 2009
    r110 (css tweak on user profile) committed by intellinick   -   css tweak on user profile
    css tweak on user profile
  • Jul 02, 2009
    r109 (commented out 'user updated a question' for now) committed by pete.karl   -   commented out 'user updated a question' for now
    commented out 'user updated a question' for now
  • Jul 02, 2009
    r108 (pushing up a fix for watched feeds RSS) committed by pete.karl   -   pushing up a fix for watched feeds RSS
    pushing up a fix for watched feeds RSS
  • Jul 01, 2009
    r107 (fix width sidebar module) committed by intellinick   -   fix width sidebar module
    fix width sidebar module
  • Jul 01, 2009
    r106 (push watched feed) committed by intellinick   -   push watched feed
    push watched feed
  • Jul 01, 2009
    r105 (some tweaks to user profile) committed by intellinick   -   some tweaks to user profile
    some tweaks to user profile
  • Jul 01, 2009
    r104 (truncate to 300 questions title) committed by intellinick   -   truncate to 300 questions title
    truncate to 300 questions title
  • Jul 01, 2009
    r103 (- fixed safari tiling profile av - scroll to answer upon new...) committed by intellinick   -   - fixed safari tiling profile av - scroll to answer upon new answer - Fix redirects on non-logged in watch / rate actions - added some helper text to login / signup pages - tweaked homepage not-logged-in content
    - fixed safari tiling profile av - scroll to answer upon new answer - Fix redirects on non-logged in watch / rate actions - added some helper text to login / signup pages - tweaked homepage not-logged-in content
  • Jul 01, 2009
    r102 (- added joined / login cols for user admin - modularized lat...) committed by intellinick   -   - added joined / login cols for user admin - modularized latest qs / popular beats - tweaked truncate answer to q - changed avatar_meta to global_resources - added sidebar icons - populated and slyled latest questions and [naive] popular beats widgets
    - added joined / login cols for user admin - modularized latest qs / popular beats - tweaked truncate answer to q - changed avatar_meta to global_resources - added sidebar icons - populated and slyled latest questions and [naive] popular beats widgets
  • Jul 01, 2009
    r101 (Pushing out email notifications. I hope this works... Need t...) committed by pete.karl   -   Pushing out email notifications. I hope this works... Need to update that private thang.
    Pushing out email notifications. I hope this works... Need to update that private thang.
  • Jun 30, 2009
    r100 (styling and pushing up some content buckets) committed by intellinick   -   styling and pushing up some content buckets
    styling and pushing up some content buckets
  • Jun 30, 2009
    r99 (fix footer links) committed by intellinick   -   fix footer links
    fix footer links
  • Jun 30, 2009
    r98 (Updated with RSS support for '/feeds/watched/Pete' activity ...) committed by pete.karl   -   Updated with RSS support for '/feeds/watched/Pete' activity feed rss
    Updated with RSS support for '/feeds/watched/Pete' activity feed rss
  • Jun 30, 2009
    r97 (style autocomplete) committed by intellinick   -   style autocomplete
    style autocomplete
  • Jun 30, 2009
    r96 (changing pack type for autocomp) committed by intellinick   -   changing pack type for autocomp
    changing pack type for autocomp
  • Jun 30, 2009
    r95 (- Truncated length on answers - Finished auto-complete beat ...) committed by intellinick   -   - Truncated length on answers - Finished auto-complete beat list
    - Truncated length on answers - Finished auto-complete beat list
  • Jun 30, 2009
    r94 (Pushing out a fix that includes 'watched' searches in the ac...) committed by pete.karl   -   Pushing out a fix that includes 'watched' searches in the activity feed
    Pushing out a fix that includes 'watched' searches in the activity feed
  • Jun 30, 2009
    r93 (Dupe issue fixed in 'user-watched-beat' question collection....) committed by pete.karl   -   Dupe issue fixed in 'user-watched-beat' question collection. Error where type as being mis-assigned to questions as 'user-watched-beat' instead of 'question'
    Dupe issue fixed in 'user-watched-beat' question collection. Error where type as being mis-assigned to questions as 'user-watched-beat' instead of 'question'
  • Jun 29, 2009
    r92 (reverting to 90) committed by intellinick   -   reverting to 90
    reverting to 90
  • Jun 29, 2009
    r91 (OK, for serious dupes.) committed by pete.karl   -   OK, for serious dupes.
    OK, for serious dupes.
  • Jun 29, 2009
    r90 (I think we have a win (that is, dupes are fixed)) committed by pete.karl   -   I think we have a win (that is, dupes are fixed)
    I think we have a win (that is, dupes are fixed)
  • Jun 29, 2009
    r89 (added 'id' field for get_recent_activity_for_qeustion activi...) committed by pete.karl   -   added 'id' field for get_recent_activity_for_qeustion activity to prevent dupes
    added 'id' field for get_recent_activity_for_qeustion activity to prevent dupes
  • Jun 29, 2009
    r88 (fixing titles) committed by intellinick   -   fixing titles
    fixing titles
  • Jun 29, 2009
    r87 (fix search title) committed by intellinick   -   fix search title
    fix search title
  • Jun 29, 2009
    r86 (- Fixed bug with SavedSearch not found - Setup beta.reportin...) committed by intellinick   -   - Fixed bug with SavedSearch not found - Setup beta.reportingon.com - Got correct user info into watched feed - Put RSS refs in head - Styled / structured answers in watched feed
    - Fixed bug with SavedSearch not found - Setup beta.reportingon.com - Got correct user info into watched feed - Put RSS refs in head - Styled / structured answers in watched feed
  • Jun 29, 2009
    r85 (changed username to id when fetching questions) committed by pete.karl   -   changed username to id when fetching questions
    changed username to id when fetching questions
  • Jun 27, 2009
    r84 (Pushing up RSS feeds of many varieties) committed by pete.karl   -   Pushing up RSS feeds of many varieties
    Pushing up RSS feeds of many varieties
  • Jun 27, 2009
    r83 (tweaked search.html to remove 500 error on anon search) committed by pete.karl   -   tweaked search.html to remove 500 error on anon search
    tweaked search.html to remove 500 error on anon search
  • Jun 26, 2009
    r82 (um, not sure why this wasn't already up there) committed by pete.karl   -   um, not sure why this wasn't already up there
    um, not sure why this wasn't already up there
  • Jun 26, 2009
    r81 (pushing out update w/unique question list, etc.) committed by pete.karl   -   pushing out update w/unique question list, etc.
    pushing out update w/unique question list, etc.
  • Jun 26, 2009
    r80 (Pushing out update to activity feeds, getting 'new questions...) committed by pete.karl   -   Pushing out update to activity feeds, getting 'new questions in watched beats' into the feed TODO: make sure there are no dupes w/other questions
    Pushing out update to activity feeds, getting 'new questions in watched beats' into the feed TODO: make sure there are no dupes w/other questions
  • Jun 26, 2009
    r79 (the fix works. Tweaked to include search meta. Removed erran...) committed by pete.karl   -   the fix works. Tweaked to include search meta. Removed errant try/except
    the fix works. Tweaked to include search meta. Removed errant try/except
  • Jun 26, 2009
    r78 (testing explicit slicing solution to 20 result limit) committed by pete.karl   -   testing explicit slicing solution to 20 result limit
    testing explicit slicing solution to 20 result limit
  • Jun 26, 2009
    r77 (per query limits...) committed by pete.karl   -   per query limits...
    per query limits...
 
Hosted by Google Code