1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Just pass the page to template instead of its relevant attributes.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Don't depend on sort order when marking the currently public version.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Throw exception on undefined names in templates.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Fixed links to user profiles.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Fixed form field references.
homeworkprod
as Jochen Kupperschmidt
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.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Added missing imports.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Require a party to be configured, unless running tests or when bootstrapping.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Fixed user name display.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Renamed content page fields.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Added brand and party entities.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Fixed and changed names of icon fonts.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Fixed display of the current user's screen name in the page header.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Implemented user avatar image uploading and display.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
No need to turn UUID string into instance.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Expose avatar images on the development server when in debug mode.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Renamed configuration variable for the path of user avatar images.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Moved footer below the page. Tweaked some styles.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Set maximum content length for production.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Added avatar image path property to user model, with tests.
homeworkprod
as Jochen Kupperschmidt
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.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Renamed test methods.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Added avatar image fields to user model, with tests.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Renamed user attribute 'name' to 'screen_name'.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Aligned copyright lines in module docstrings.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Added image utility, with tests.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Moved user authentication to the model.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Moved actual password check to model.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Moved loading user from the session into the user session class, too.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago
Grouped session-related functionality into a class.
homeworkprod
as Jochen Kupperschmidt
More... over 11 years ago