pgcommitfest2.git
2018-09-16 Magnus HaganderDon't fail on incorrect statuses in URL test
2018-06-20 Magnus HaganderRemove unused method
2018-06-20 Magnus HaganderRemove build result from the admin site
2018-06-19 Magnus HaganderFirst stab at tracking build results
2018-06-19 Magnus HaganderSync migration with reality
2018-06-19 Daniel GustafssonFix colspan
2018-06-01 Magnus HaganderAdd an API method to get a list of commitfest patch...
2018-06-01 Magnus HaganderAdd basic API to retreive active CFs
2018-05-29 Magnus HaganderBring back topic listing
2018-05-29 Magnus HaganderRewrite main CF dashboard query to use SQL
2018-05-29 Magnus HaganderShow the number of CFs a patch has been on
2018-04-15 Magnus HaganderDon't crash when passing in invalid values for filters
2018-03-25 Magnus HaganderFix template loaders for django 1.11
2018-02-22 Magnus HaganderFix model diffing for django 1.11
2018-02-22 Magnus HaganderDon't allow null wikilink and gitlink
2018-02-21 Magnus HaganderUpgrade django-selectable to v1.1.0
2018-02-21 Magnus HaganderFix warning triggered in django 1.11
2018-02-21 Magnus HaganderImplement thread notification receiving
2018-02-21 Magnus HaganderUpdate format of urls.py to be compatible with newer...
2018-02-21 Magnus HaganderReplace render_to_response with render
2018-02-21 Magnus HaganderFix template comparison operators
2018-02-21 Magnus HaganderUpdate template configuration syntax
2018-01-20 Magnus HaganderActually deliver CCed emails to patch authors
2017-11-22 Pierre GiraudUpdate README file
2017-10-02 Daniel GustafssonFix typo
2017-09-18 Daniel GustafssonHide annotation button if user is not logged in
2017-09-05 Daniel GustafssonFix typo
2017-09-04 Daniel GustafssonFix closing of <table> tag
2017-08-28 Magnus HaganderFix incorrect reference to global templates directory
2017-06-27 Daniel GustafssonRemove deprecated and superfluous <script> attributes
2017-06-27 Daniel GustafssonFix broken markup in future commitfests
2017-06-20 Daniel GustafssonFix incorrect markup
2017-06-20 Daniel GustafssonProperly close <form> tag.
2017-03-11 Magnus HaganderFix header encoding for To and Cc as well
2017-03-09 Magnus HaganderMake http links to the main website be https
2017-02-28 Magnus HaganderProperly handle UTF8 in sender names in emails
2017-01-16 Magnus HaganderFix incorrect parameter name
2017-01-07 Magnus HaganderFully qualify parameters to HTTPConnection/HTTPSConnection
2017-01-07 Magnus HaganderAttempt to support https in calls to archives
2016-12-16 Peter van HardenbergAdd a README describing basic setup etc.
2016-12-02 Magnus HaganderFix django version in requirements.txt
2016-04-06 Magnus HaganderCC authors of patches on comments and reviews
2016-03-10 Magnus HaganderAnd from the main editing form. Oops.
2016-03-10 Magnus HaganderSubscribers should be excluded from new patches form
2016-03-02 Magnus HaganderMaintain patch status when moving to next CF
2016-02-27 Magnus HaganderDon't crash on subscribers without a profile
2016-02-15 Magnus HaganderDon't crash with committers without user profiles
2016-02-13 Magnus HaganderAdd simple updating script
2016-02-12 Magnus HaganderImplement notifications
2016-02-12 Magnus HaganderAdmin view for user profiles
2016-02-12 Magnus HaganderAdd initial django migrations for all apps
2016-02-12 Magnus HaganderShow if a committer is active in the admin view
2016-02-12 Magnus HaganderUse OneToOne field instead of unique foreign key
2016-02-09 Magnus HaganderAdd button for New Patch to top of page
2016-02-02 Magnus HaganderLink status entries to the patch in the individual...
2016-01-20 Magnus HaganderProperly show login info on report page
2016-01-20 Magnus HaganderAdd report showing author/reviewer stats
2016-01-06 Magnus HaganderFully qualify more imports
2016-01-06 Magnus HaganderNew way for django standalone scripts
2016-01-06 Magnus HaganderAdd a symlink that seems to now be required
2016-01-06 Magnus HaganderProperly require login for lookup
2016-01-06 Magnus HaganderReplace on_success_commit with atomic
2016-01-06 Magnus HaganderFix default url import namespace
2016-01-06 Magnus HaganderUpdate default settings as required in 1.8
2016-01-06 Magnus HaganderFix import that has always been correct
2016-01-06 Magnus HaganderFully qualify imports
2016-01-06 Magnus HaganderSwitch simplejson to json
2016-01-06 Magnus HaganderMove around manage.py and create wsgi.py for django 1.8
2016-01-06 Magnus HaganderImport a new version of django-selectable
2016-01-03 Magnus HaganderFix incorrect closing tag
2015-12-30 Oleksandr ShulginFix colspan in patches table lists
2015-10-03 Magnus HaganderPut the correct color on labels in patch viewing
2015-09-02 Magnus HaganderShow the start and end date of commitfests
2015-08-31 Magnus HaganderDon't crash on redirect when multiple CFs are inprogres...
2015-08-27 Magnus HaganderDon't raise exceptions for "normal errors"
2015-08-14 Magnus HaganderRemove accidental debugging code
2015-08-14 Magnus HaganderEnsure duplicate patches aren't created when an invalid...
2015-04-28 Magnus HaganderRename "returned with feedback"->"move to next cf"...
2015-04-21 Magnus HaganderReturn proper errorcodes from auth plugin
2015-03-17 Magnus HaganderAllow changing status of closed patches in last CF
2015-03-14 Magnus HaganderGive proper error message for too long annotations
2015-02-21 Tomas VondraUse different types of labels for different patch statuses
2015-02-15 Magnus HaganderAdd the ability to copy/paste a msgid when creating...
2015-02-14 Magnus HaganderImplement simple message annotations
2015-02-14 Magnus HaganderShow full name in patch history, not just username
2015-02-11 Magnus HaganderHopefully fix RSS feeds for items with non-ascii
2015-02-08 Magnus HaganderCollect and show attachment filenames
2015-02-07 Magnus HaganderAdd status summary to top of each commitfest list
2015-02-06 Magnus HaganderDon't show "Latest email None ( ago)" for patches witho...
2015-02-06 Magnus HaganderShow full email address of pgsql-hackers
2015-02-06 Magnus HaganderStop using "added self" in history entries
2015-02-04 Magnus HaganderShow a message when a thread is re-added to the same...
2015-02-04 Magnus HaganderFix attaching of threads whe not logged in
2015-02-04 Magnus HaganderFix sending of comment/review emails
2015-02-04 Magnus HaganderLog to stdout instead of stderr
2015-02-04 Magnus HaganderUse proper logging from cronjobs
2015-01-22 Magnus HaganderCentralize stylesheets
2015-01-22 Magnus HaganderFix email address in comment
2015-01-22 Magnus HaganderImplement support for secondary email addresses
2015-01-20 Magnus HaganderAdd activity log and RSS feeds
next