| Just pass the page to template instead of its relevant attributes. |
|
More...
|
over 11 years ago
|
| Don't depend on sort order when marking the currently public version. |
|
More...
|
over 11 years ago
|
| Throw exception on undefined names in templates. |
|
More...
|
over 11 years ago
|
| Fixed links to user profiles. |
|
More...
|
over 11 years ago
|
| Fixed form field references. |
|
More...
|
over 11 years ago
|
| Only put the ID of the current party into the application context, and load the party entity instance separately on each request. |
|
More...
|
over 11 years ago
|
| Added missing imports. |
|
More...
|
over 11 years ago
|
| Require a party to be configured, unless running tests or when bootstrapping. |
|
More...
|
over 11 years ago
|
| Fixed user name display. |
|
More...
|
over 11 years ago
|
| Renamed content page fields. |
|
More...
|
over 11 years ago
|
| Added brand and party entities. |
|
More...
|
over 11 years ago
|
| Fixed and changed names of icon fonts. |
|
More...
|
over 11 years ago
|
| Fixed display of the current user's screen name in the page header. |
|
More...
|
over 11 years ago
|
| Implemented user avatar image uploading and display. |
|
More...
|
over 11 years ago
|
| No need to turn UUID string into instance. |
|
More...
|
over 11 years ago
|
| Expose avatar images on the development server when in debug mode. |
|
More...
|
over 11 years ago
|
| Renamed configuration variable for the path of user avatar images. |
|
More...
|
over 11 years ago
|
| Moved footer below the page. Tweaked some styles. |
|
More...
|
over 11 years ago
|
| Set maximum content length for production. |
|
More...
|
over 11 years ago
|
| Added avatar image path property to user model, with tests. |
|
More...
|
over 11 years ago
|
| Switched database URL in test configuration from in-memory SQLite to PostgreSQL due to the specific types and (later) features of PostgreSQL that are used by this application. Added Flask application base test case class. Don't add content page routes in testing mode. |
|
More...
|
over 11 years ago
|
| Renamed test methods. |
|
More...
|
over 11 years ago
|
| Added avatar image fields to user model, with tests. |
|
More...
|
over 11 years ago
|
| Renamed user attribute 'name' to 'screen_name'. |
|
More...
|
over 11 years ago
|
| Aligned copyright lines in module docstrings. |
|
More...
|
over 11 years ago
|
| Added image utility, with tests. |
|
More...
|
over 11 years ago
|
| Moved user authentication to the model. |
|
More...
|
over 11 years ago
|
| Moved actual password check to model. |
|
More...
|
over 11 years ago
|
| Moved loading user from the session into the user session class, too. |
|
More...
|
over 11 years ago
|
| Grouped session-related functionality into a class. |
|
More...
|
over 11 years ago
|