Jeff Balogh
556c175008
fixing stars test broken in 2d882b7b
2010-05-14 11:07:41 -07:00
Jeff Balogh
2d882b7bad
you got microdata in my html5 [review-aggregate] (bug 563344)
2010-05-14 09:44:42 -07:00
Fred Wenzel
db5afb8445
Clean up URL prefixers for each test (bug 560541).
2010-04-22 10:49:01 +02:00
Jeff Balogh
902483e94f
fix review wrapping on add-on listings
2010-04-16 11:42:13 -07:00
Jeff Balogh
f729c7868c
queryset transform!
2010-04-14 17:23:29 -07:00
Wil Clouser
6f6720ebc0
Migrate from the l10n lib to Tower; bug 557339
2010-04-14 14:40:39 -07:00
Fred Wenzel
6b6e53ddda
Do not include developer replies in user review lists (bug 555859)
2010-03-31 09:59:08 +02:00
Jeff Balogh
4f77c146f4
move reviews_link to a template
2010-03-04 18:29:57 -08:00
Fred Wenzel
7760b249f2
implemented built-in licenses as well as custom licenses; todo: built-in license texts
2010-03-02 09:27:43 +01:00
Dave Dash
6487ef7d22
Merge branch 'absolut'
2010-02-26 11:24:37 -08:00
Dave Dash
69db7f68e5
Renamed get_absolute_url to get_url_path, but also assigned it in order to maintain compatibility with django.contrib apps.
2010-02-26 10:41:49 -08:00
Fred Wenzel
e74b75be50
sort reviews by creation date, descending, by default
2010-02-26 18:53:01 +01:00
Wil Clouser
e220a4b999
Use the new activate() to pull in the AMO .mo files and use the new _() everywhere else
2010-02-22 13:49:15 -08:00
Fred Wenzel
c5c7ea4df6
reviews_link helper and test
2010-02-13 12:30:22 +01:00
Fred Wenzel
4394b544ab
fixed some related_names
2010-02-13 12:30:22 +01:00
Jeff Balogh
8c2a7fd5d4
remove License.rating from the fixtures
2010-02-11 10:16:19 -08:00
Dave Dash
0d683a977c
Renamed Addon fields to have underscores. Added methods to Addon, File and Version.
2010-02-03 15:57:37 -08:00
Jeff Balogh
4f172d192f
better related names
2010-02-01 15:08:25 -08:00
Jeff Balogh
5e3052ddbe
import amo.models to avoid circular imports, move constants to __init__
2010-01-28 19:00:22 -08:00
Jeff Balogh
60c9111e9a
move paginate to utils
2010-01-28 18:38:00 -08:00
Jeff Balogh
346d2fe323
reviews want categories on the side; move the navigation into an inline macro
2010-01-28 13:21:35 -08:00
Jeff Balogh
d65a3d203f
making the freaking paginator work properly
2010-01-28 13:15:19 -08:00
Jeff Balogh
3f5bd655ce
start with pretty urls
2010-01-27 12:29:10 -08:00
Jeff Balogh
72bd61a62a
add the AddonUser intermediate model
2010-01-14 18:00:30 -08:00
Dave Dash
d2cd2a458a
Fixed pep8
2010-01-14 11:37:52 -08:00
Wil Clouser
53aecfed27
Update reviews model for new added field in 5.5
2010-01-14 11:29:58 -08:00
Jeff Balogh
492b003688
Version.reply_to maps to versions.reply_to
2010-01-11 13:26:25 -08:00
Dave Dash
5f5c3c881e
Cake-cookie based authentication
...
* Wrote a test to see if we can log in using a cake session.
* Middleware can read cookie
* Wrote an authenticator backend that reads the session data from the db
* Rewrote users.User as users.UserProfile and linked it to d.c.a.User and included migrations
* Got templates to work, and wrote a test to validate things
* logout
* Signals! We can now log a user out using the logout view, send a signal, and have it intercepted by the Cake app which will destroy its session and attempt to destroy the relevent cookies.
* Updated models to use UserProfile
* added media/js as a submodule
* Prettied up the html so the remora JS works
2010-01-08 10:20:00 -08:00
Wil Clouser
caa7962bf0
Update tests for new models, r=jbalogh
2009-12-31 10:22:23 -08:00
Wil Clouser
1193a37b96
Flesh out reviews/versions models
2009-12-30 16:57:36 -08:00
Jeff Balogh
09c060578c
fetch_translations is public, since it's meant to be overridden
...
Moving the implementation to a function so it can be reused (slightly modified)
for addons and collections.
2009-12-29 20:54:24 -05:00
Jeff Balogh
6be4d28e02
reviews have weird translation rules since they're in the user's lang
2009-12-22 23:31:36 -05:00
Jeff Balogh
5ea64d5275
omit the header if there's no title
2009-12-17 18:32:59 -08:00
Jeff Balogh
8aa4133e61
less bugs for the stars filter
2009-12-17 17:36:01 -08:00
Jeff Balogh
a2bbf57e8f
use TranslatedField and ModelBase
2009-12-15 10:22:26 -08:00
Jeff Balogh
51ac2311b7
moving templatetags/__init__.py to helpers.py
2009-12-04 15:14:15 -08:00
Jeff Balogh
87a006d00f
review_list view
2009-10-23 10:29:54 -07:00
Jeff Balogh
101669fc69
reviews app
2009-10-22 15:40:13 -07:00