Moderate Activity

News

  Analyzed 4 days ago based on code collected 4 days ago.
 
Posted 14 days ago by Peter Valdez
Updated url template tag arguments to be strings, as per Django 1.5 requirements.
Posted about 1 month ago by tonyguards
(diff)
Posted about 1 month ago by akava
fixed:
Added TZ support
Posted about 1 month ago by AKavaleu
#74 forum_time tag and Reputation.unicode print local time
Posted about 1 month ago by AKavaleu
#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 ... [More] from profile 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 1 month ago by AKavaleu
#74 Django's timezone support added, datetime.now() replaced with django.utils.timezone.now()
Posted about 1 month ago by johnuk
(diff)
Posted about 1 month 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. ... [More]
Examples of messages 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 1 month ago by AKavaleu
#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 1 month ago by slav0nic
(diff)
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.