index
:
pgweb.git
master
This is the code for the postgresql.org website
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pgweb
/
misc
/
views.py
Age
Commit message (
Expand
)
Author
2020-09-10
Turn off usergenerated flags for email from our own addresses
Magnus Hagander
2019-01-26
Fix unicode for hashlib operations
Magnus Hagander
2019-01-26
Update syntax for relative imports
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2019-01-17
Redirect the user upon successful bug report submission
Magnus Hagander
2019-01-17
Create and track a mapping between bug ids and messageids
Magnus Hagander
2018-09-25
Oops, fix generated messageid to include <>
Magnus Hagander
2018-09-24
Generate bug-specific messsageids when generating bug reports
Magnus Hagander
2018-04-19
Change submit button on "Submit a Bug" to "Submit and Send Email"
Jonathan S. Katz
2018-04-17
Update Documentation and Bug Report pages to use modern design.
Jonathan S. Katz
2018-04-05
Change title of submitbug save button
Magnus Hagander
2018-03-10
Replace NavContext and render_to_response with render_pgweb
Magnus Hagander
2017-12-18
Set sender name on bug report and docs comments email
Magnus Hagander
2017-12-18
Send -bugs and -docs emails from noreply address
Stephen Frost
2017-07-04
cc bugreports to the original submitter
Magnus Hagander
2016-05-24
Replace login_required decorator with a validating one
Magnus Hagander
2016-05-24
Remove SSL decorators and middleware
Magnus Hagander
2016-05-17
Move submitbug under /account/
Magnus Hagander
2014-01-11
Track which emails are "user generated" for different antispam treatment
Magnus Hagander
2014-01-01
Replace wildcard imports with explicit ones
Magnus Hagander
2014-01-01
Clean up imports
Magnus Hagander
2012-11-07
Exclude CSRF token and check for the bug submission form
Magnus Hagander
2011-12-22
Add a simple crash testing URL
Magnus Hagander
2011-11-27
Only include supported versions. In particular, don't include 0.0.0
Magnus Hagander
2011-11-08
Set title on bug report form
Magnus Hagander
2010-01-12
Factor out the sending of a templated mail to a function, we're sure
Magnus Hagander
2010-01-11
Add bug submission form
Magnus Hagander