]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2016-06-27  Andy DoanREST: Add Projects to the API
2016-06-27  Andy DoanREST: Add base configuration hooks for a REST API
2016-06-27  Stephen Finucanedocs: Add prototype API specification
2016-05-09  Sven Eckelmannpost-receive: Use correct default installation path
2016-05-09  Sven Eckelmannpatchwork/templates: Fix path to delete button image
2016-05-09  Jan Remmetpost-receive.hook: rename detection
2016-05-09  Eric Engestromparsemail: Fix typo
2016-05-09  Eric Engestrompwclient: Fix typos
2016-05-09  Eric Engestromtests: Fix spelling mistakes and typos
2016-05-09  Eric Engestromtemplates: Fix spelling mistakes and typos
2016-05-09  Eric Engestromsql: Fix spelling mistakes and typos
2016-05-09  Eric Engestromdocs: Fix spelling mistakes and typos
2016-04-14  Stephen Finucaneparsearchive: Show breakdown of parsed mails
2016-04-14  Stephen Finucaneparsemail: Always update Person.email
2016-04-14  Stephen Finucaneparsemail: Handle cover letters sent in reply
2016-04-14  Stephen Finucaneparsemail: Add cover letter parsing
2016-04-14  Stephen Finucaneparsemail: Be consistent in variable naming
2016-04-14  Stephen Finucaneparsemail: Use consistent 'find_' format
2016-04-14  Stephen Finucaneparsemail: Restructure 'parse_content'
2016-04-14  Stephen Finucaneparsemail: Flatten 'try_decode' method
2016-04-14  Damien Lespiauparsemail: Extract building the list of mail references
2016-04-14  Damien Lespiauparsemail: Parse series markers e.g. "1/12"
2016-04-14  Damien Lespiauparsemail: Extract prefixes from subject
2016-04-14  Stephen Finucaneviews: Integrate cover letter support
2016-04-08  Stephen Finucanepep8: Resolve issues in settings file
2016-04-08  Stephen Finucanetests: Fix issue with user profile page test
2016-04-08  Michael Woodsettings: Remove hard coded login url value
2016-04-01  Stephen Finucanemodels: Add Cover Letter support
2016-04-01  Stephen Finucanemodels: Split Patch into two models
2016-04-01  Stephen Finucaneutils: Rework how notifications are selected
2016-04-01  Stephen Finucaneparsearchive: Fix default value of verbosity argument
2016-04-01  Stephen Finucaneui: Add user bundle link into the dropdown menu
2016-04-01  Stephen Finucaneui: Redirect to '/' after logout
2016-04-01  Stephen Finucaneui: Update page titles
2016-04-01  Stephen Finucaneui: Cleanup the navbar "brand"
2016-04-01  Stephen Finucaneui: Center-align the checkboxes
2016-04-01  Stephen Finucaneui: Higher density of patches
2016-04-01  Damien Lespiausettings: Help caching with content-aware static file...
2016-03-29  Stephen Finucanetools: Use 'Patchwork' consistently
2016-03-29  Stephen Finucanedocs: Refer to 'Patchwork' consistently
2016-03-29  Stephen Finucanetemplates: Use 'Patchwork' consistently
2016-03-29  Stephen Finucanemodels: Add missing unicode decorator
2016-03-29  Stephen FinucaneREADME: Correct some typos
2016-03-29  Jeremy Kerrtemplates: Move comments to above patch
2016-03-29  Jeremy Kerrparsemail: Fix return value for find_content error...
2016-03-29  Jeremy Kerrtemplates: don't emit tags for empty URLs, allow both...
2016-03-29  Jeremy KerrUpdate permissions on grant-all scripts
2016-03-29  Jeremy Kerrparsemail: Fix default value of verbosity argument
2016-03-29  Jeremy Kerrparsemail.sh: Always return a zero exit status
2016-03-25  Stephen Finucanepep8: Remove errant imports
2016-03-25  Stephen Finucanerequirements: Use any supported Django version
2016-03-25  Stephen FinucaneRemove 'requestcontext'
2016-03-25  Stephen Finucaneutils: Make use of 'compat'
2016-03-25  Stephen Finucaneviews: Use messages framework in 'generic_list'
2016-03-25  Stephen Finucaneviews: Use messages framework in 'patch'
2016-03-25  Stephen Finucanesettings: Enable the 'message' application
2016-03-25  Stephen Finucaneviews: Use context dictionaries in '__init__'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'bundle'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'mail'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'user'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'pwclient'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'help'
2016-03-25  Stephen Finucaneviews: Use context dictionaries in 'project'
2016-03-25  Stephen Finucanecompat: Wrap 'render_to_string'
2016-03-25  Stephen Finucanecontext: Add 'site' context processor
2016-03-25  Andy Doanmigrations: Optimize 0007 migration
2016-03-24  Stephen Finucanesettings: Use explicit setup for the Debug Toolbar
2016-03-24  Stephen Finucanesettings: Disable Debug Toolbar for all Django<1.7
2016-03-24  Stephen Finucanetests: Don't override 'settings.DEBUG'
2016-03-21  Stephen Finucanetemplates: Fix regression in reversed URL
2016-03-16  Stephen Finucaneviews: Prefetch 'Patch.check_set'
2016-03-16  Stephen Finucanemodels: Pull common email behavior into mixin
2016-03-16  Stephen Finucanemodels: Merge patch and first comment
2016-03-16  Stephen Finucanetrivial: Add some documentation for 'models'
2016-03-16  Stephen Finucanefields: Simplify HashField
2016-03-16  Stephen Finucanetests: Add sanity test for HashField
2016-03-16  Stephen Finucanefields: Move all custom fields to specific file
2016-03-15  Stephen Finucanejs: Allow shift-select of checkboxes
2016-03-15  Stephen Finucanerequirements: Loosen testing requirement versions
2016-03-15  Stephen FinucaneAdd support for 'django-debug-toolbar'
2016-03-13  Stephen Finucanedocs: Refer to fixtures by name, not path
2016-03-11  Stephen FinucaneRevert "tox: Cleanup '.pyc' files before run"
2016-03-11  Stephen Finucaneparsemail: Correct issue with '--verbosity' flag
2016-03-10  Stephen Finucanepep8: Remove errant line
2016-03-08  Damien Lespiautox: Also white list PW_TEST_DB_TYPE
2016-03-08  Damien Lespiausettings: Don't use 'postgre'
2016-03-03  Stephen Finucanedocs: Release v1.1.0 v1.1.0
2016-03-03  Stephen Finucanepwclient: Add 'check-info' command
2016-03-03  Stephen Finucanepwclient: Make 'check-list' a little more useful
2016-03-03  Stephen Finucanepwclient: Rename 'checks' -> 'check-list'
2016-03-03  Stephen Finucanepwclient: Fix bug with 'checks' target
2016-02-26  Stephen Finucanemailmap: Add new mailmap file
2016-02-26  Stephen FinucaneCHANGELOG: Minor fixes
2016-02-26  Stephen FinucaneREADME: Add list of talks on patchwork
2016-02-26  Stephen FinucaneREADME: Add quickstart section for devs
2016-02-26  Andy Doanxmlrpc: Add a check_create function
2016-02-18  Stephen Finucaneviews: Redirect when only one TODO exists
2016-02-18  Stephen Finucanetests: Remove duplicated bulk patch creation
2016-02-18  Stephen Finucanefilters: Re-add mistakenly removed method
2016-02-18  Stephen Finucanetests: Remove check for 'tbody'
next