0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
settings: Use multiple-DB-style format for default settings More... about 13 years ago
Order: always set Order.order More... about 13 years ago
notifications: implement opt-out More... about 13 years ago
models: use implied line continuations More... about 13 years ago
Patchwork now requires Django 1.2, so state that in docs/INSTALL More... about 13 years ago
notifications: Add NOTIFICATION_FROM_EMAIL setting More... about 13 years ago
forms: Fix MultipleBooleanField.to_python when the field value is missing More... about 13 years ago
models: Project.is_editable to check whether a user has edit rights More... about 13 years ago
views: Refactor generic_list() to make it less complicated More... about 13 years ago
admin: Streamline admin model registration More... about 13 years ago
notifications: Add code to send notifications More... about 13 years ago
models: Add PatchChangeNotification and record patch state changes More... about 13 years ago
templates: remove redundant 'about' link from main nav More... about 13 years ago
patchwork-update-commits: add missing `update` to command line More... about 13 years ago
models: use User.post_save signal to create UserProfile objects More... about 13 years ago
Replace tab characters with spaces on .py files More... about 13 years ago
views: use id__in = get_patch_ids() to get the modified patch set More... about 13 years ago
Remove unused imports More... about 13 years ago
filters: quote param names and values when constructing querystrings More... over 13 years ago
Remove a bunch of unused variables More... over 13 years ago
Use the 'in' operator instead of dict.has_key(), which has been deprecated More... over 13 years ago
settings: Remove hard-coded absolute paths More... over 13 years ago
forms: Fix archiving/unarchiving of patches on patch lists More... over 13 years ago
parser: Get rid of some code duplication in parsemail-batch.sh More... over 13 years ago
parser: Allow pull requests to include a diff More... over 13 years ago
Remove unused templates and some code for processing them More... over 13 years ago
tests: Support execution of single tests More... over 13 years ago
helpers: Change patchwork.wsgi to include the apps/ dir in sys.path More... over 13 years ago
patchwork-update-commits: autodetect patchwork install directory More... over 13 years ago
tests/parser: Add test for wrapped git pull requests More... over 13 years ago