Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

2200 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Jeff Balogh 46be25ebd1 adminreview field 2009-12-29 17:03:51 -05:00
Jeff Balogh 539d10f5d3 status constants 2009-12-29 17:03:23 -05:00
Jeff Balogh 1dea3cafad our own reverse that prefixes locale and app to URLs 2009-12-29 13:59:52 -05:00
Jeff Balogh b6abc1ece5 moving app and locale munging to a class so it can be used later for reversing 2009-12-29 13:44:43 -05:00
Jeff Balogh 5a302147cc clean doc build 2009-12-28 20:19:15 -05:00
Jeff Balogh 5b83d5f643 Merge remote branch 'clouserw/l10n' 2009-12-28 20:18:42 -05:00
Wil Clouser a341f81b61 Add l10n extraction script 2009-12-28 17:15:11 -08:00
Jeff Balogh 3b6f2daca3 make the intersphinx catalogs local 2009-12-28 18:14:07 -05:00
Jeff Balogh 02b8fa3e78 include CachingMixin and an example in the cache docs 2009-12-28 17:40:57 -05:00
Jeff Balogh 3408ceb4ef make sure the test doesn't care about the list order 2009-12-28 17:40:39 -05:00
Jeff Balogh cb9cd654a9 adding caching to zamboni 2009-12-28 17:19:28 -05:00
Jeff Balogh be13194d2c super-rad automatic caching and invalidation 2009-12-28 17:19:25 -05:00
Jeff Balogh 028f7ced30 require python-memcached and werkzeug 2009-12-23 00:14:04 -05:00
Jeff Balogh fd42011a60 docs gardening 2009-12-22 23:58:18 -05:00
Jeff Balogh 6e41efb586 removing demo cache manager code 2009-12-22 23:34:29 -05:00
Jeff Balogh 46c93b9f94 remove extra apps properly 2009-12-22 23:31:41 -05:00
Jeff Balogh ab7be4e025 show Next on the paginator 2009-12-22 23:31:41 -05:00
Jeff Balogh 3912485cf9 avoid querying if there are no ids; happens during unpickling 2009-12-22 23:31:41 -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 35779468cd run tests through coverage so model imports get covered 2009-12-18 14:20:56 -08:00
Jeff Balogh 3f1daad155 move the virtualenv to its own directory 2009-12-18 14:20:19 -08:00
Jeff Balogh f7f350fd3b keep pip quiet 2009-12-17 19:51:31 -08:00
Wil Clouser 3764d9fccd Adding a build script for hudson 2009-12-17 19:41:37 -08:00
Jeff Balogh 5ea64d5275 omit the header if there's no title 2009-12-17 18:32:59 -08:00
Jeff Balogh 7a3a87ad8a make empty translation strings evaluate to False 2009-12-17 18:31:39 -08:00
Jeff Balogh 8aa4133e61 less bugs for the stars filter 2009-12-17 17:36:01 -08:00
Jeff Balogh 7ff5b85ff5 adding lib/__init__.py so lib files get picked up by coverage 2009-12-17 15:40:32 -08:00
Wil Clouser 76e8fc0960 add nose-xcover 2009-12-17 15:19:25 -08:00
Jeff Balogh 80ddd6798c well, most of that was unnecessary
The unique_together with (id, locale) satisfies the FK index requirement.
2009-12-16 20:21:29 -08:00
Dave Dash 06d1c659f4 Cleaned up the fabfile.py 2009-12-16 16:22:06 -08:00
Dave Dash 5eeee4ea3b Middleware that intercepts the URLs and makes sure we are following our standard URL layout /locale/app/* 2009-12-16 16:21:15 -08:00
Jeff Balogh 18edf9c359 getting tests working with innodb
We need some hacks in translations to get foreign keys and indexes going right.
2009-12-16 15:28:22 -08:00
Dave Dash 554fd32ae4 [bug 535307] Some suggested settings for settings.py, including setting InnoDB as a default 2009-12-16 10:45:09 -08:00
Jeff Balogh 688f263b1f logging docs 2009-12-15 21:32:11 -08:00
Jeff Balogh 0be3537f78 it takes a village 2009-12-15 21:30:19 -08:00
Jeff Balogh fdc6b7a1f9 put the install instructions first 2009-12-15 21:01:53 -08:00
Jeff Balogh b2c42219d7 now we can all be lumberjacks 2009-12-15 15:55:57 -08:00
Jeff Balogh 93e774be22 docs for translations 2009-12-15 11:35:59 -08:00
Jeff Balogh b2865bed51 watch for python file changes too 2009-12-15 11:35:36 -08:00
Jeff Balogh 64dec2c316 ignore .pyc and .swp files 2009-12-15 10:22:26 -08:00
Jeff Balogh a2bbf57e8f use TranslatedField and ModelBase 2009-12-15 10:22:26 -08:00
Jeff Balogh 6fdb9e3fcc translations app 2009-12-15 10:22:20 -08:00
Jeff Balogh d7fb4d0032 new testing requirements 2009-12-14 12:12:16 -08:00
Jeff Balogh d0bf20a712 rename LegacyModel to ModelBase, add translation support 2009-12-10 13:20:59 -08:00
Jeff Balogh ad6edf2403 adding a wsgi entrypoint 2009-12-09 14:34:02 -08:00
Jeff Balogh 9f9ae4f1fb adding apps/__init__.py to trick nose into recursing into the app directories. 2009-12-04 21:52:32 -08:00
Jeff Balogh 51ac2311b7 moving templatetags/__init__.py to helpers.py 2009-12-04 15:14:15 -08:00
Jeff Balogh 1d5d6fbc28 100% test coverage for jingo 2009-12-04 14:59:29 -08:00
Jeff Balogh 565b1f579a better docs 2009-12-04 14:58:09 -08:00
Jeff Balogh 7cb6b678cc call them helpers; templatetags collides with django 2009-12-04 14:58:00 -08:00