repo
string
commit
string
message
string
diff
string
fwenzel/reporter
feb889d372100fbe4efd8531ad222bb3dc65b9bf
L10n update (automatic commit)
diff --git a/locale b/locale index 4de7856..2503051 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 4de78566ad8c9233864d16251be0b7c80b5d2f89 +Subproject commit 250305181216fa5d9e0e6143f341e92b0de8c550
fwenzel/reporter
2d87994cb2f1deee3d42cb7f41ed6ef7b5f09c01
L10n update (automatic commit)
diff --git a/locale b/locale index f839b7b..4de7856 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit f839b7b099af1fcc8156f954b201c27a61df200a +Subproject commit 4de78566ad8c9233864d16251be0b7c80b5d2f89
fwenzel/reporter
cf1bb5c6cf11aa47bde7c4a640cc2ac5a111cfb9
Prevent dashboard from displaying bad praise numbers (bug 663390)
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index 4b84054..85c826b 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,98 +1,98 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
bf5916797171fbb8e28e62b88e7589a38a15a1f1
L10n update (automatic commit)
diff --git a/locale b/locale index 0b029f9..f839b7b 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 0b029f9cd78bcd1097f8eb70fbb8efe46463ef8d +Subproject commit f839b7b099af1fcc8156f954b201c27a61df200a
fwenzel/reporter
a98826a498846ca4c91b619a5c12c40f649f0bf1
L10n update (automatic commit)
diff --git a/locale b/locale index 7d288e5..0b029f9 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 7d288e5f8c718038a84b966ac6907cf62081e5e1 +Subproject commit 0b029f9cd78bcd1097f8eb70fbb8efe46463ef8d
fwenzel/reporter
642b4189f5cee13a585e64630297406ddd47669a
Show mobile statistics on mobile version (bug 662818)
diff --git a/apps/dashboard/helpers.py b/apps/dashboard/helpers.py index 8a3a7bf..62e8ca9 100644 --- a/apps/dashboard/helpers.py +++ b/apps/dashboard/helpers.py @@ -1,176 +1,182 @@ import datetime import json from django.conf import settings from jingo import register import jinja2 from product_details.versio...
fwenzel/reporter
622ba5e391b9cd3456f48d41143baa51d6b70bf3
Search with version set in dashboard
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index a7755ed..7c9bcd7 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,90 +1,91 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
613f4051ceed342dacb992b36bf8ca0ac3cc9dfd
Use the default_version variable if available
diff --git a/apps/search/helpers.py b/apps/search/helpers.py index b5d0618..eafd05c 100644 --- a/apps/search/helpers.py +++ b/apps/search/helpers.py @@ -1,44 +1,45 @@ from urllib import urlencode from jingo import register import jinja2 from product_details.version_compare import Version import input from i...
fwenzel/reporter
94bf7a9644f1e160eecfe2bed21ed17e9c35a5ca
Add @never_cache decorator to thanks view
diff --git a/apps/feedback/views.py b/apps/feedback/views.py index b9bde55..1e76834 100644 --- a/apps/feedback/views.py +++ b/apps/feedback/views.py @@ -1,157 +1,158 @@ from functools import wraps from django import http from django.conf import settings from django.shortcuts import get_object_or_404 from django....
fwenzel/reporter
b0ed795df6f8a6260184d8e510ba3e127a8761ca
Fix whitespace in html
diff --git a/apps/feedback/templates/feedback/thanks.html b/apps/feedback/templates/feedback/thanks.html index abf6a0e..0b0e151 100644 --- a/apps/feedback/templates/feedback/thanks.html +++ b/apps/feedback/templates/feedback/thanks.html @@ -1,80 +1,80 @@ {% extends "base.html" %} {% block site_css %}{{ css('feedbac...
fwenzel/reporter
c692509d0a52a37eb0115f86a58f5ee288d4fa54
Fixed a test.
diff --git a/apps/search/tests/test_client.py b/apps/search/tests/test_client.py index ea3d839..0b5549b 100644 --- a/apps/search/tests/test_client.py +++ b/apps/search/tests/test_client.py @@ -1,118 +1,118 @@ import datetime import socket from mock import patch from nose.tools import eq_ import input from fee...
fwenzel/reporter
a88a50c7fb8a3614efca2a9eb373a4f67dabde3d
add_url not hasurl for mobile
diff --git a/apps/feedback/templates/feedback/mobile/feedback-form.html b/apps/feedback/templates/feedback/mobile/feedback-form.html index 18efeba..fc20a9f 100644 --- a/apps/feedback/templates/feedback/mobile/feedback-form.html +++ b/apps/feedback/templates/feedback/mobile/feedback-form.html @@ -1,87 +1,87 @@ <section...
fwenzel/reporter
a79259656182b8abf4e47209f0df10370e91161e
L10n update (automatic commit)
diff --git a/locale b/locale index 62b57fd..7d288e5 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 62b57fd69b7dba3c47e1a99c750204e90de15458 +Subproject commit 7d288e5f8c718038a84b966ac6907cf62081e5e1
fwenzel/reporter
a4a649cfa249cdf1f09257c8ffcadaabbf369c65
Fix positioning of "no search results" in mobile (bug 662614)
diff --git a/apps/dashboard/templates/dashboard/mobile/message_list.html b/apps/dashboard/templates/dashboard/mobile/message_list.html index a2ad2ee..ce5f174 100644 --- a/apps/dashboard/templates/dashboard/mobile/message_list.html +++ b/apps/dashboard/templates/dashboard/mobile/message_list.html @@ -1,34 +1,40 @@ {% i...
fwenzel/reporter
e1d1885618d28983d1b44847ef922694e02f2c0a
Use _type instead of type in feedback cron
diff --git a/apps/feedback/cron.py b/apps/feedback/cron.py index dd60dd5..c812f04 100644 --- a/apps/feedback/cron.py +++ b/apps/feedback/cron.py @@ -1,93 +1,93 @@ import datetime import random from django.conf import settings from django.db import transaction, models import cronjobs import input from feedb...
fwenzel/reporter
0e02e471d03b4510f02e8cdbbc5927a60efcba73
Return the opinion object after it's saved
diff --git a/apps/feedback/views.py b/apps/feedback/views.py index abbfcd7..b9bde55 100644 --- a/apps/feedback/views.py +++ b/apps/feedback/views.py @@ -1,157 +1,157 @@ from functools import wraps from django import http from django.conf import settings from django.shortcuts import get_object_or_404 from django....
fwenzel/reporter
0bd3cc78cf9142e370082fc9bd503b06bde92d12
Fix mobile site_block test
diff --git a/apps/dashboard/tests.py b/apps/dashboard/tests.py index 5aa0087..ad5d3a3 100644 --- a/apps/dashboard/tests.py +++ b/apps/dashboard/tests.py @@ -1,156 +1,156 @@ from django.conf import settings import jingo import jinja2 import test_utils from jingo import register from mock import Mock from nose.t...
fwenzel/reporter
7db2c6d0ad20a51d91ae0976fdfe25c5e1c471d1
adding everything but sites stuff back to dashboard
diff --git a/apps/dashboard/views.py b/apps/dashboard/views.py index 942a569..6e53222 100644 --- a/apps/dashboard/views.py +++ b/apps/dashboard/views.py @@ -1,85 +1,85 @@ import json from django.conf import settings from django.contrib.sites.models import Site import jingo from product_details.version_compare ...
fwenzel/reporter
3259ea57beb9c4ec562ebf3a433ab986ea0a0c0e
Show opinions in dashboard
diff --git a/apps/dashboard/views.py b/apps/dashboard/views.py index 5cad5d0..942a569 100644 --- a/apps/dashboard/views.py +++ b/apps/dashboard/views.py @@ -1,86 +1,85 @@ import json from django.conf import settings from django.contrib.sites.models import Site import jingo from product_details.version_compare ...
fwenzel/reporter
20422b4dfa389a62792d36d2c1ce6ea23d26f078
Removing most things from dashboard.
diff --git a/apps/dashboard/views.py b/apps/dashboard/views.py index 692715d..5cad5d0 100644 --- a/apps/dashboard/views.py +++ b/apps/dashboard/views.py @@ -1,85 +1,86 @@ import json from django.conf import settings from django.contrib.sites.models import Site import jingo from product_details.version_compare ...
fwenzel/reporter
f42ce2fc2089eb0ab93ba7fca2591b6245c300e6
hide the trends
diff --git a/apps/dashboard/templates/dashboard/beta.html b/apps/dashboard/templates/dashboard/beta.html index 011ddfd..8438665 100644 --- a/apps/dashboard/templates/dashboard/beta.html +++ b/apps/dashboard/templates/dashboard/beta.html @@ -1,41 +1,39 @@ {% extends "base_3col.html" %} {% block body_id %}dashboard{%...
fwenzel/reporter
310f6b46040f75e996511c6f29bd6187eeb442d4
Remove frequent terms
diff --git a/apps/dashboard/views.py b/apps/dashboard/views.py index 02d83c5..692715d 100644 --- a/apps/dashboard/views.py +++ b/apps/dashboard/views.py @@ -1,91 +1,85 @@ import json from django.conf import settings from django.contrib.sites.models import Site import jingo from product_details.version_compare ...
fwenzel/reporter
d6dc131a61b287adb2e7a15e51dd96e9f414a14d
L10n update (automatic commit)
diff --git a/locale b/locale index 75f7876..62b57fd 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 75f78763b41b23352864bba55e9000393d6f9dce +Subproject commit 62b57fd69b7dba3c47e1a99c750204e90de15458
fwenzel/reporter
f1765e86729b06dd0fa10a0a56b64497aa322890
L10n update (automatic commit)
diff --git a/locale b/locale index 8327056..75f7876 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 83270569cadf961ca4b1eacff3717eb8d49902ef +Subproject commit 75f78763b41b23352864bba55e9000393d6f9dce
fwenzel/reporter
82aa79b3aa542bbb7b2282b9173e68677072d3a9
add_url not with-url
diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index ff646cf..e5a997c 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -1,97 +1,97 @@ <article id="{{ type }}"> <head...
fwenzel/reporter
b7c94f222cfb3767df8173f6374778cbedd74117
L10n update (automatic commit)
diff --git a/locale b/locale index e5d9253..8327056 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit e5d925312708bdf610f7e6bfe1d9ee50e33f12db +Subproject commit 83270569cadf961ca4b1eacff3717eb8d49902ef
fwenzel/reporter
93172fe1d32360aebecac46c3222fedaba8fe24f
Prevent x-axis label from repeating (bug 637788)
diff --git a/media/js/dashboard.js b/media/js/dashboard.js index 60a7146..b561eda 100644 --- a/media/js/dashboard.js +++ b/media/js/dashboard.js @@ -1,76 +1,83 @@ var input_chart; // Highcharts wants this to be global. (function($) { var chart_me = function(chart_id, options) { $(document).ready(fun...
fwenzel/reporter
8204c7ddca508d8732687f5f8e3d1d2754ab57c8
Don't allow private IP addresses (bug 638559)
diff --git a/apps/feedback/forms.py b/apps/feedback/forms.py index 2dda4a2..a4af058 100644 --- a/apps/feedback/forms.py +++ b/apps/feedback/forms.py @@ -1,148 +1,150 @@ import datetime import urlparse from django import forms from django.core.exceptions import ValidationError from django.core.validators import U...
fwenzel/reporter
bbe1e2658784858ba038807006296b58a2ec2d45
Convert type to _type in Opinion
diff --git a/apps/api/cron.py b/apps/api/cron.py index e642cb9..300a4b2 100644 --- a/apps/api/cron.py +++ b/apps/api/cron.py @@ -1,90 +1,90 @@ import bz2 import csv import os.path import shutil from time import mktime from django.conf import settings import commonware.log import cronjobs from input impor...
fwenzel/reporter
6ac0a3932044c6209ae0d501f6c9cdcb4462558f
Add a time filter to output time tags
diff --git a/apps/dashboard/templates/dashboard/message_list.html b/apps/dashboard/templates/dashboard/message_list.html index fc52638..7cda226 100644 --- a/apps/dashboard/templates/dashboard/message_list.html +++ b/apps/dashboard/templates/dashboard/message_list.html @@ -1,54 +1,53 @@ {% if opinions %} <ul class="...
fwenzel/reporter
1dc21fcec280e4b786c740d69247406e31b4f2e7
Make clear search links localizable
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index 531e644..a7755ed 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,86 +1,90 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
c48517e9c9f47e6ac3d8f2ae4f4546ddbcd0675e
Fix some whitespace issues in the HTML
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index 8836bf1..531e644 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,86 +1,86 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
19edaefdaf2dac0fab03a6405dd9d470ec65031c
Style search app and settings to reflect dashboard
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index c6e44de..8836bf1 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,76 +1,86 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
44b536f693264ea0e8f0f43ca5f43982ad72f2fc
Style trends and /search pages
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index f3dd6b6..c6e44de 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,70 +1,76 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
0dc49dff5275cc01983ab99da74c3ce8031cc652
Identify as count; not percentage
diff --git a/apps/dashboard/templates/dashboard/mobile/themes.html b/apps/dashboard/templates/dashboard/mobile/themes.html index 55cf0cf..8d96ca3 100644 --- a/apps/dashboard/templates/dashboard/mobile/themes.html +++ b/apps/dashboard/templates/dashboard/mobile/themes.html @@ -1,17 +1,17 @@ <div class="block collapsibl...
fwenzel/reporter
14bd92de707f4a5a1ee9b75190c319b0dcccf13b
Rearrange HTML and output for new mobile mockup
diff --git a/apps/dashboard/templates/dashboard/mobile/beta.html b/apps/dashboard/templates/dashboard/mobile/beta.html index 7f9696b..f3dd6b6 100644 --- a/apps/dashboard/templates/dashboard/mobile/beta.html +++ b/apps/dashboard/templates/dashboard/mobile/beta.html @@ -1,71 +1,70 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
b2a97f3d7e43494a3bb5e077a598a7a35c1ff39c
Style statistic and trends sections
diff --git a/media/css/input-mobile.css b/media/css/input-mobile.css index 2375b02..526de2a 100644 --- a/media/css/input-mobile.css +++ b/media/css/input-mobile.css @@ -1,435 +1,578 @@ @font-face { font-family: MetaBlack; font-weight: bold; src: url(https://www.mozilla.com/img/fonts/MetaWebPro-Black.wof...
fwenzel/reporter
95c30b208d08d8d4376d89ee936b52d5e3457499
Don't scroll past location bar on mobile devices
diff --git a/media/js/input-mobile.js b/media/js/input-mobile.js index 5239bb7..370299d 100644 --- a/media/js/input-mobile.js +++ b/media/js/input-mobile.js @@ -1,67 +1,64 @@ (function($) { $.fn.collapsible = function() { return this.click(function(e) { if ( !$(e.target).closest('.toggle').l...
fwenzel/reporter
c2257dd685aa8da6e07367c563f2c0c17afada28
Add filter limiting/expandability if enough are present
diff --git a/media/js/input-mobile.js b/media/js/input-mobile.js index 17f8a1b..5239bb7 100644 --- a/media/js/input-mobile.js +++ b/media/js/input-mobile.js @@ -1,44 +1,67 @@ (function($) { $.fn.collapsible = function() { return this.click(function(e) { if ( !$(e.target).closest('.toggle').l...
fwenzel/reporter
2bc59f039b9859d496ff0e166407a5a768a2aa4b
Use "percentage" as class name (for clarification)
diff --git a/apps/dashboard/templates/dashboard/mobile/bar.html b/apps/dashboard/templates/dashboard/mobile/bar.html index 1f51fb2..119e5e2 100644 --- a/apps/dashboard/templates/dashboard/mobile/bar.html +++ b/apps/dashboard/templates/dashboard/mobile/bar.html @@ -1,12 +1,12 @@ <li class="filter bar"> <span class="...
fwenzel/reporter
a8eb3af58e9613b988768a0fb5de2dd33ef7400e
Use custom-tailored HTML for a single mobile opinion
diff --git a/apps/feedback/templates/feedback/mobile/opinion.html b/apps/feedback/templates/feedback/mobile/opinion.html index 05a08dc..91ce619 100644 --- a/apps/feedback/templates/feedback/mobile/opinion.html +++ b/apps/feedback/templates/feedback/mobile/opinion.html @@ -1,21 +1,53 @@ {% extends "base_mobile.html" %}...
fwenzel/reporter
62cef207ef38c06dc9b232e3f7762ac9452be815
Mark the page as being JS-enabled
diff --git a/media/js/input-mobile.js b/media/js/input-mobile.js index c54be07..17f8a1b 100644 --- a/media/js/input-mobile.js +++ b/media/js/input-mobile.js @@ -1,45 +1,44 @@ (function($) { $.fn.collapsible = function() { return this.click(function(e) { if ( !$(e.target).closest('.toggle').l...
fwenzel/reporter
2a9b09ae9a5a70d828e6fe2e2143544b7239ec72
Provide default body id and no-js class
diff --git a/templates/base_mobile.html b/templates/base_mobile.html index 32d86f4..331ae89 100644 --- a/templates/base_mobile.html +++ b/templates/base_mobile.html @@ -1,40 +1,42 @@ <!DOCTYPE html> <html lang="{{ LANG }}" dir="{{ DIR }}"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Ty...
fwenzel/reporter
618235e9b2dcea1d0abe890383338c07468095d1
Start up on new CSS based on chowse's mockup
diff --git a/media/css/input-mobile.css b/media/css/input-mobile.css index 1905dc6..2375b02 100644 --- a/media/css/input-mobile.css +++ b/media/css/input-mobile.css @@ -1,362 +1,435 @@ @font-face { - font-family: MetaBold; + font-family: MetaBlack; font-weight: bold; - src: local("Meta Bold-Roman"), loca...
fwenzel/reporter
ee152f77c0151a64d43c4e5e435414a491d0285d
Add mobile version of message list template
diff --git a/apps/dashboard/helpers.py b/apps/dashboard/helpers.py index 6adc7ec..8a3a7bf 100644 --- a/apps/dashboard/helpers.py +++ b/apps/dashboard/helpers.py @@ -1,172 +1,176 @@ import datetime import json from django.conf import settings from jingo import register import jinja2 from product_details.versio...
fwenzel/reporter
b72c3b637e82f911647e1bace3a25cb4cd57f1b7
Render a mobile opinion view on the mobile site
diff --git a/apps/feedback/templates/feedback/mobile/opinion.html b/apps/feedback/templates/feedback/mobile/opinion.html new file mode 100644 index 0000000..05a08dc --- /dev/null +++ b/apps/feedback/templates/feedback/mobile/opinion.html @@ -0,0 +1,21 @@ +{% extends "base_mobile.html" %} + +{% block page_title %}"{{ op...
fwenzel/reporter
5efbf311f7d35cfdac22c426c260244b99b281af
Remove Pre-Release from the input forms. Bug 659249
diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index ff646cf..cab955e 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -1,97 +1,97 @@ <article id="{{ type }}"> <head...
fwenzel/reporter
d17a7b1dbe23855c214aebddb640524f5bff81f4
L10n update (automatic commit)
diff --git a/locale b/locale index 46caf03..ad7b172 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 46caf03f81229953e224689d01aa7740aeecd495 +Subproject commit ad7b172698bd7329fa7d89c3e873b38f4460c348
fwenzel/reporter
dc56193b01ae538a6771044c987537137890822a
L10n update (automatic commit)
diff --git a/locale b/locale index 3a3def7..46caf03 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 3a3def7d090a7929469d99d962f6358fb2f2702d +Subproject commit 46caf03f81229953e224689d01aa7740aeecd495
fwenzel/reporter
0ba0037927be4b9daf77bf1625f17a30009745c7
Added version 5.0 to Mobile as well and made it the default. Bug 659078.
diff --git a/apps/dashboard/helpers.py b/apps/dashboard/helpers.py index e0748c2..6adc7ec 100644 --- a/apps/dashboard/helpers.py +++ b/apps/dashboard/helpers.py @@ -1,169 +1,172 @@ import datetime import json from django.conf import settings from jingo import register import jinja2 from product_details.versio...
fwenzel/reporter
c4fb85c9dcc7c3a5072e126f13338434370b4477
Fixed typo that broke error 500 handler. (Perhaps) bug 658118.
diff --git a/urls.py b/urls.py index 0fc3564..439dca1 100644 --- a/urls.py +++ b/urls.py @@ -1,60 +1,60 @@ from django.conf.urls.defaults import url, patterns, include from django.conf import settings from django.contrib import admin from django.shortcuts import redirect import jingo from django_arecibo.tasks i...
fwenzel/reporter
582bd3862ea969bc9bd03e9cfff6f92459446a30
L10n update (automatic commit)
diff --git a/locale b/locale index 1a22aa7..3a3def7 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 1a22aa7361c14935cb68ef5f70e1dbd1ce1953fb +Subproject commit 3a3def7d090a7929469d99d962f6358fb2f2702d
fwenzel/reporter
b763a20b081497f37e6145782e70caa6ce0d2d21
L10n update (automatic commit)
diff --git a/locale b/locale index 73e095f..1a22aa7 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 73e095f5277655a61e475ff384a0ac6fab5bf4e9 +Subproject commit 1a22aa7361c14935cb68ef5f70e1dbd1ce1953fb
fwenzel/reporter
ebf5ccd57746b3667926d14a4f28908a2b9be721
L10n update (automatic commit)
diff --git a/locale b/locale index 3711d6b..73e095f 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 3711d6bb37ec13700447d827fb013047494a89c9 +Subproject commit 73e095f5277655a61e475ff384a0ac6fab5bf4e9
fwenzel/reporter
38bcb4159ddcca87a25b5535e5f3931584a681a1
L10n update (automatic commit)
diff --git a/locale b/locale index 501e2c5..3711d6b 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 501e2c5d20b41aa508076406983c3d9462783fba +Subproject commit 3711d6bb37ec13700447d827fb013047494a89c9
fwenzel/reporter
d75d95ac7326e6823dbb9796f80b722c02bc2916
L10n update (automatic commit)
diff --git a/locale b/locale index b8cdcd2..501e2c5 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit b8cdcd22ad0bfd27da0ac001164f06da42b87027 +Subproject commit 501e2c5d20b41aa508076406983c3d9462783fba
fwenzel/reporter
632ef96004109280d2045c2213d139a4379b957a
L10n update (automatic commit)
diff --git a/locale b/locale index f7bc1b1..b8cdcd2 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit f7bc1b1ed3e3f870ab01e70ba6ff8d4099422a98 +Subproject commit b8cdcd22ad0bfd27da0ac001164f06da42b87027
fwenzel/reporter
088b3bd5ffb2b4fa3c664abd7becb0dad9b70d9a
L10n update (automatic commit)
diff --git a/locale b/locale index b8372fb..f7bc1b1 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit b8372fb575f7410bcd796446ba54343767846246 +Subproject commit f7bc1b1ed3e3f870ab01e70ba6ff8d4099422a98
fwenzel/reporter
3871a2ab0534eceb2c440150930cf35a93284ebc
L10n update (automatic commit)
diff --git a/locale b/locale index 143b1d5..b8372fb 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 143b1d58e6a35f8ea0f81dbfd0ba98edf12b843e +Subproject commit b8372fb575f7410bcd796446ba54343767846246
fwenzel/reporter
2cbdaaaa7a82821e0cbbeeb022eec5e4791e879c
Default to 5.0 on Input dashboard. Bug 658685.
diff --git a/apps/dashboard/views.py b/apps/dashboard/views.py index 9910028..e51892f 100644 --- a/apps/dashboard/views.py +++ b/apps/dashboard/views.py @@ -1,84 +1,85 @@ import json from django.conf import settings import jingo from product_details.version_compare import Version from tower import ugettext as ...
fwenzel/reporter
5264b97d24cff01a5fadd0126423b85cac2cee86
Added 5.0 as an extra version to dashboard. Stopgap for bug 658662.
diff --git a/apps/input/__init__.py b/apps/input/__init__.py index 7cf3246..099f52c 100644 --- a/apps/input/__init__.py +++ b/apps/input/__init__.py @@ -1,209 +1,209 @@ from product_details import product_details from product_details.version_compare import version_list from tower import ugettext_lazy as _ ## Kn...
fwenzel/reporter
774c07112116dacc2d22081250bc5e4696d3440d
L10n update (automatic commit)
diff --git a/locale b/locale index 095f4fe..143b1d5 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 095f4fe47cb77265b3878f48b8b1b7910a3f01b1 +Subproject commit 143b1d58e6a35f8ea0f81dbfd0ba98edf12b843e
fwenzel/reporter
d03c8a3b10bbf0e2bab5d5235ec0ae12acb30f99
L10n update (automatic commit)
diff --git a/locale b/locale index d1e2210..095f4fe 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit d1e2210b7a9e3f18b9d05b2942e38c1b2bc5027d +Subproject commit 095f4fe47cb77265b3878f48b8b1b7910a3f01b1
fwenzel/reporter
ced08fae344c34dd3aba1b2b9ba72fc9bf8bfc30
L10n update (automatic commit)
diff --git a/locale b/locale index e50991c..d1e2210 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit e50991ca3f38d549278756cc9c01dd63b4ddc84f +Subproject commit d1e2210b7a9e3f18b9d05b2942e38c1b2bc5027d
fwenzel/reporter
896f97f502cf583d6aa8ec00ecbfdebf228329fe
L10n update (automatic commit)
diff --git a/locale b/locale index 73e6490..e50991c 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 73e64902cda1d985aedd4a0f6c8978a9f5819dca +Subproject commit e50991ca3f38d549278756cc9c01dd63b4ddc84f
fwenzel/reporter
dcab82358ca209492ecd66bb649e40a10f67b31a
Add device name for mobile devices (bug 636326)
diff --git a/apps/dashboard/templates/dashboard/message_list.html b/apps/dashboard/templates/dashboard/message_list.html index 1d89657..2b44e81 100644 --- a/apps/dashboard/templates/dashboard/message_list.html +++ b/apps/dashboard/templates/dashboard/message_list.html @@ -1,54 +1,54 @@ {% if opinions %} <ul class="...
fwenzel/reporter
a7687931fe1fde1ae57191b1efd411784b527c53
L10n update (automatic commit)
diff --git a/locale b/locale index 0468600..73e6490 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 046860052db46063c089cb4a65eb99a9672e8fd8 +Subproject commit 73e64902cda1d985aedd4a0f6c8978a9f5819dca
fwenzel/reporter
2185c8c677126e24f664a796f26d4f20ce456d9d
L10n update (automatic commit)
diff --git a/locale b/locale index 6eb653c..0468600 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 6eb653c0959d4a18c45dc172392d3a65d174f487 +Subproject commit 046860052db46063c089cb4a65eb99a9672e8fd8
fwenzel/reporter
269487f08c196c1b797ec8c584b43b87ab039066
L10n update (automatic commit)
diff --git a/locale b/locale index b1f5696..6eb653c 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit b1f569667c59f17aa44639d384eb35c4a5bde44f +Subproject commit 6eb653c0959d4a18c45dc172392d3a65d174f487
fwenzel/reporter
258140bba29bb4befb86fd912f7d52200ab76997
fix quoting error on mobile thanks template
diff --git a/apps/feedback/templates/feedback/mobile/thanks.html b/apps/feedback/templates/feedback/mobile/thanks.html index 6532ce8..eed30c3 100644 --- a/apps/feedback/templates/feedback/mobile/thanks.html +++ b/apps/feedback/templates/feedback/mobile/thanks.html @@ -1,70 +1,70 @@ {% extends "base_mobile.html" %} ...
fwenzel/reporter
17ef750940370c50af29301ed1c4d85fe49db37f
Added TEXT_DOMAIN to standalone domains for tower. Bug 628759.
diff --git a/settings.py b/settings.py index bae8c96..f37d92d 100644 --- a/settings.py +++ b/settings.py @@ -1,343 +1,342 @@ # Django settings for the reporter project. import os import logging from django.utils.functional import lazy # Make filepaths relative to settings. ROOT = os.path.dirname(os.path.a...
fwenzel/reporter
74cbd3b2c52b5dd31f5039141bd57e12eefcdb5a
L10n update (automatic commit)
diff --git a/locale b/locale index 2af2887..b1f5696 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 2af28870ed2e19b0cc7907054f8237d0332f4e27 +Subproject commit b1f569667c59f17aa44639d384eb35c4a5bde44f
fwenzel/reporter
def70c48df2eea62198a369de5b42ef02b45bfaa
implement new feedback designs for mobile pages (bug 650859)
diff --git a/apps/feedback/templates/feedback/mobile/feedback-form.html b/apps/feedback/templates/feedback/mobile/feedback-form.html new file mode 100644 index 0000000..18efeba --- /dev/null +++ b/apps/feedback/templates/feedback/mobile/feedback-form.html @@ -0,0 +1,87 @@ +<section id="{{ type }}"> + + {% if form.er...
fwenzel/reporter
00d547686b849065413ffd24bf7129a4365b7523
Prevent scrollbars when viewport is < 880px wide
diff --git a/media/css/input.css b/media/css/input.css index 551b709..d563e15 100644 --- a/media/css/input.css +++ b/media/css/input.css @@ -554,622 +554,622 @@ background-color: #B6BCC0; .site .name .ssl { color: #808080; } .site .meta { margin-top: 4px; font-size: 11px; color: #808080; } .sit...
fwenzel/reporter
0c84ec2d5b19c93e4c74b9d4436ebb7c0460af2d
L10n update (automatic commit)
diff --git a/locale b/locale index ae2d844..2af2887 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit ae2d8443d4df98b7d1afd9257792cb3a02c66211 +Subproject commit 2af28870ed2e19b0cc7907054f8237d0332f4e27
fwenzel/reporter
d3c2b89a1ab4307177ad2c93c2bc13e955da139f
Prevent loooong words from escaping bounds (bug 617827)
diff --git a/media/css/input.css b/media/css/input.css index f4c2644..551b709 100644 --- a/media/css/input.css +++ b/media/css/input.css @@ -1,1047 +1,1052 @@ @font-face { font-family: MetaBold; font-weight: bold; src: url('//www.mozilla.com/img/fonts/MetaWebPro-Bold.eot'); src: local('☺'), url('...
fwenzel/reporter
705c482a4e82540c0b1d11c9f639cbd07b4db5d4
Always float right section to the right (bug 657799)
diff --git a/media/css/input.css b/media/css/input.css index 34c6419..f4c2644 100644 --- a/media/css/input.css +++ b/media/css/input.css @@ -1,573 +1,573 @@ @font-face { font-family: MetaBold; font-weight: bold; src: url('//www.mozilla.com/img/fonts/MetaWebPro-Bold.eot'); src: local('☺'), url('//...
fwenzel/reporter
2a7e466f9c6a4eceaae5f9e72ee7cf6e3193ff1d
Add remaining counter to description (bug 655738)
diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index 38009d4..ff646cf 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -1,97 +1,97 @@ <article id="{{ type }}"> <head...
fwenzel/reporter
55e76375b0b89d395caa1dac7c180336983c705c
Add remaining counter to description (bug 655738)
diff --git a/apps/feedback/forms.py b/apps/feedback/forms.py index fc3fa37..46776b9 100644 --- a/apps/feedback/forms.py +++ b/apps/feedback/forms.py @@ -1,145 +1,148 @@ import datetime import urlparse from django import forms from django.core.exceptions import ValidationError from django.core.validators import U...
fwenzel/reporter
2c95c7a458f949e152f30a5fbea426d440ce4099
bug 656822, redirect /ideas appropriately
diff --git a/apps/feedback/views.py b/apps/feedback/views.py index d9bd81f..e55b365 100644 --- a/apps/feedback/views.py +++ b/apps/feedback/views.py @@ -1,211 +1,211 @@ from functools import wraps from django import http from django.conf import settings from django.shortcuts import get_object_or_404 from django....
fwenzel/reporter
ac8346fbe469863b869338b42a50736274624fe7
L10n update (automatic commit)
diff --git a/locale b/locale index e1dc94c..ae2d844 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit e1dc94ca22d3efccd1e64cca6566f9ad08194867 +Subproject commit ae2d8443d4df98b7d1afd9257792cb3a02c66211
fwenzel/reporter
9692db7a023f17114523b85e91abe2b45dcef981
L10n update (automatic commit)
diff --git a/locale b/locale index 0db5199..e1dc94c 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 0db5199a2e779f9b8cc93411fe70f07e69949216 +Subproject commit e1dc94ca22d3efccd1e64cca6566f9ad08194867
fwenzel/reporter
e5d11026059669cb40e75c4637e6e545e43b35d5
L10n update (automatic commit)
diff --git a/locale b/locale index 43594bd..0db5199 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 43594bdf139d8cb1e74855a73abd1ab36a9979a2 +Subproject commit 0db5199a2e779f9b8cc93411fe70f07e69949216
fwenzel/reporter
c03f30ed78ae19dc5b7410283d0c8c5b814a9688
L10n update (automatic commit)
diff --git a/locale b/locale index c084a93..43594bd 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit c084a93d185f3722f8ec47dc81ea03e2b5c1ba2f +Subproject commit 43594bdf139d8cb1e74855a73abd1ab36a9979a2
fwenzel/reporter
e9f2a1939b64b5a637826790760451ecb6786cc9
L10n update (automatic commit)
diff --git a/locale b/locale index 0b8180e..c084a93 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 0b8180e5971c0d6f69a0f9e05e2d191e3b0bfd72 +Subproject commit c084a93d185f3722f8ec47dc81ea03e2b5c1ba2f
fwenzel/reporter
a2e31a413fbf7f8a088dee8bdcf00de0604c0144
L10n update (automatic commit)
diff --git a/locale b/locale index 3f01fdc..0b8180e 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 3f01fdc8280d6a33224b8e03e1fa0cc9bad7ae0b +Subproject commit 0b8180e5971c0d6f69a0f9e05e2d191e3b0bfd72
fwenzel/reporter
c9388c64315f2dd6e5dc56a30fc3842aa94abd28
L10n update (automatic commit)
diff --git a/locale b/locale index 9a8cf7e..3f01fdc 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 9a8cf7e69a87dfd90ef832ce559af1b6102d5e91 +Subproject commit 3f01fdc8280d6a33224b8e03e1fa0cc9bad7ae0b
fwenzel/reporter
43c3efc8aa008bc889a4d286607299e0f305faa8
L10n update (automatic commit)
diff --git a/locale b/locale index c0b833e..9a8cf7e 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit c0b833e8a3976986fa8d4d0b5d451f3bafa4d72c +Subproject commit 9a8cf7e69a87dfd90ef832ce559af1b6102d5e91
fwenzel/reporter
fc5ea9bc946197546d45bec7836c1985b38d8e5c
L10n update (automatic commit)
diff --git a/locale b/locale index d9c34f4..c0b833e 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit d9c34f49ccdf6a26ec8e7c7209523bc1c327096d +Subproject commit c0b833e8a3976986fa8d4d0b5d451f3bafa4d72c
fwenzel/reporter
3c2db08679c0bac0126d6fda57afa6cb3908de3f
Terms need to be disabled in testing by default.
diff --git a/settings_test.py b/settings_test.py new file mode 100644 index 0000000..3699583 --- /dev/null +++ b/settings_test.py @@ -0,0 +1 @@ +DISABLE_TERMS = True
fwenzel/reporter
5c74d9169291ab791113c4fdd1704faddc0b2a9e
Moving Opinion.save to signals
diff --git a/apps/feedback/cron.py b/apps/feedback/cron.py index 40f46f6..dd60dd5 100644 --- a/apps/feedback/cron.py +++ b/apps/feedback/cron.py @@ -1,87 +1,93 @@ import datetime import random from django.conf import settings -from django.db import transaction +from django.db import transaction, models import c...
fwenzel/reporter
a7da2af7519cc2ac5482875de3bc63013acb8471
L10n update (automatic commit)
diff --git a/locale b/locale index a72718d..d9c34f4 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit a72718dd782ec57daa5f35d4b7636380d5e1637b +Subproject commit d9c34f49ccdf6a26ec8e7c7209523bc1c327096d
fwenzel/reporter
6e148e60f4b7b82893c9fbfbe1400066a286be8c
L10n update (automatic commit)
diff --git a/locale b/locale index c1261f0..a72718d 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit c1261f043ecc814b336b1b36a004e2bd39cd5c75 +Subproject commit a72718dd782ec57daa5f35d4b7636380d5e1637b
fwenzel/reporter
3bf200e214c9d9958b5df517be56825676731466
L10n update (automatic commit)
diff --git a/locale b/locale index 4dbf99c..c1261f0 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit 4dbf99ce22bcd9b37fcf7ba59951a557aa2b630f +Subproject commit c1261f043ecc814b336b1b36a004e2bd39cd5c75
fwenzel/reporter
81d3e18c85e5aeca257755f298a1ba2b62d08e62
Arecibo
diff --git a/manage.py b/manage.py index 62ab725..dda9a97 100755 --- a/manage.py +++ b/manage.py @@ -1,55 +1,56 @@ #!/usr/bin/env python import os import site import sys ROOT = os.path.dirname(os.path.abspath(__file__)) path = lambda *a: os.path.join(ROOT, *a) prev_sys_path = list(sys.path) site.addsi...
fwenzel/reporter
bae33d83725edf0ae35b3ceb148969d73979d0ea
L10n update (automatic commit)
diff --git a/locale b/locale index a4cafcd..4dbf99c 160000 --- a/locale +++ b/locale @@ -1 +1 @@ -Subproject commit a4cafcd6d04e154440e1934cf6b2ad2441ec0d2e +Subproject commit 4dbf99ce22bcd9b37fcf7ba59951a557aa2b630f
hefox/viewsnodefield
63bf50d8452211f0cc87b16b51cd653a072d4712
adding readme
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d66d2a7 --- /dev/null +++ b/README.txt @@ -0,0 +1,20 @@ +Views node field (viewsnodefield) + +Provides a field to display a node +------- + +Because various cool plugins are field-only, views node field was created. It +adds a field that can be a...
trendels/set-tiny
051723260a6627208b2e5d33b1e898eb9af5e5b4
Convert tabs to spaces
diff --git a/lib/Set/Tiny.pm b/lib/Set/Tiny.pm index 0ffc2e6..eb7eaf1 100644 --- a/lib/Set/Tiny.pm +++ b/lib/Set/Tiny.pm @@ -1,357 +1,357 @@ package Set::Tiny; use 5.004; use strict; require Exporter; @Set::Tiny::ISA = qw(Exporter); @Set::Tiny::EXPORT_OK = qw(set); $Set::Tiny::VERSION = '0.04'; sub new ...
trendels/set-tiny
2a9cbf1ffdc7bfae4bd9fd29b64da7a0a0116b2c
tighten restriction on passing arrayref
diff --git a/lib/Set/Tiny.pm b/lib/Set/Tiny.pm index e0c22cf..48e5233 100644 --- a/lib/Set/Tiny.pm +++ b/lib/Set/Tiny.pm @@ -1,357 +1,357 @@ package Set::Tiny; use 5.004; use strict; require Exporter; @Set::Tiny::ISA = qw(Exporter); @Set::Tiny::EXPORT_OK = qw(set); $Set::Tiny::VERSION = '0.03'; sub new ...
trendels/set-tiny
80af950a57e5afaac823d396d9f65350dad26f8f
return clone of existing set in initializer
diff --git a/lib/Set/Tiny.pm b/lib/Set/Tiny.pm index 64d13ba..e0c22cf 100644 --- a/lib/Set/Tiny.pm +++ b/lib/Set/Tiny.pm @@ -1,351 +1,357 @@ package Set::Tiny; use 5.004; use strict; require Exporter; @Set::Tiny::ISA = qw(Exporter); @Set::Tiny::EXPORT_OK = qw(set); $Set::Tiny::VERSION = '0.03'; sub new ...