23
I Use This!
Activity Not Available

News

Analyzed 5 months ago. based on code collected almost 4 years ago.
Posted about 11 years ago by Peter Valdez <peter@…>
Updated url template tag arguments to be strings, as per Django 1.5 requirements.
Posted about 11 years ago by tonyguards
(diff)
Posted about 11 years ago by akava
fixed: Added TZ support
Posted about 11 years ago by AKavaleu <andrei.kavaleu@…>
#74 forum_time tag and Reputation.unicode print local time
Posted about 11 years ago by AKavaleu <andrei.kavaleu@…>
#74 user's timezone is stored and loaded to/from its profile. Profile.time_zone field now stores pytz tz name. Timezone-choices for profile dropdown now populated from pytz.common_timezones Added a middleware class to load timezone from profile ... [More] and activate django's tz support. If user's profile has no timezone, global_settings.TIME_ZONE is used Lines "from django.utils import timezone" from prev commit moved according to PEP8 [Less]
Posted about 11 years ago by AKavaleu <andrei.kavaleu@…>
#74 Django's timezone support added, datetime.now() replaced with django.utils.timezone.now()
Posted about 11 years ago by akava
fixed: Pull request: ​https://bitbucket.org/slav0nic/djangobb/pull-request/20/245-pool-logic-smail-refactoring I didn't change English messages as they are used as keys for localization. They are not really bad, to be honest. Examples of messages ... [More] I wanted to change: "One of this answers are too long!" -> "One or more answers are too long!" ("one answer is too long" is also ok) And, I can not find any other examples :) Looks like the english was not bad :) [Less]
Posted about 11 years ago by AKavaleu <andrei.kavaleu@…>
#245 pool logic smail refactoring Added validation for non zero values to PollForm?.choice_count field (as models.PositiveSmallIntegerField? allows zero values, so the validation added explicitly) PollForm?.create_poll() renamed to ... [More] PollForm?.has_pool() Pool.auto_deactivate() renamed to Pool.deactivate_if_expired() "poll.choice_count == 1" extracted to poll.single_choice() [Less]
Posted about 11 years ago by slav0nic
(diff)
Posted about 11 years ago by slav0nic
fixed: [530:5f4afd04be28]