Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 49)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#46 fixed Move session_factory and authn_policy salt hashes to the config/ini files borja borja
Description

In the main() method in source:OpenWorkouts-git/ow/__init__.py we do some pyramid setup, including setting up a SignedCookieSessionFactory? and AuthTktAuthenticationPolicy? instances. Both require some salt hashes to be provided. Those hashes are right now hardcoded there, while it would be better to put them into the proper .ini files.

#27 fixed Limit the description shown in the workouts in the dashboard borja
Description

Show part of it (2,3,4? lines) then the usual "..." that is a link to show more description or even a link to the workout detail page with an anchor on the description there (whatever means less work/code)

#66 fixed Layout for the "wrong verification code" template borja borja
Description

Follow up of #29 (signup users)

When an user tries a link to verify his account that is not correct, we show a page telling the user that the account needs to be correctly verified, that page has no proper layout right now.

To get to this page, sign up with an user, then copy the link to verity the account, but remove part of the verification code in the url (so it does not match)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.