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
/
util
/
helpers.py
Age
Commit message (
Expand
)
Author
2022-12-15
Allow deletion of draft news articles
Magnus Hagander
2021-11-18
Use separate title for save button for tristate moderation
Magnus Hagander
2020-11-23
Add modified object title to notifications of end user edits
Magnus Hagander
2020-11-12
Make it possible to have a separate form intro for new vs existing items
Magnus Hagander
2020-11-12
Re-do markdown handling for better user experience and security
Magnus Hagander
2020-09-10
Don't send notifications for new objects that are tri-state moderation
Magnus Hagander
2020-09-10
Re-work moderation of submitted items
Magnus Hagander
2020-09-10
Ensure markdown fields cannot contain HTML or images
Magnus Hagander
2020-07-04
Fix up some incorrect imports
Magnus Hagander
2020-04-04
Avoid returning HttpServerError for things not server errors
Magnus Hagander
2020-01-24
Raise PermissionDenied instead of generic exception for non-owned items
Magnus Hagander
2020-01-24
Reorder imports for readability
Magnus Hagander
2019-01-26
Re-implement modification notifications in simple_form
Magnus Hagander
2019-01-26
More generic changes from 2to3
Magnus Hagander
2019-01-17
Remove multi-statement lines, per pep8
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2018-12-20
Move javascript for forms into separate JS file
Magnus Hagander
2018-06-29
Remove unused variable references
Magnus Hagander
2018-04-17
New base HTML for PostgreSQL.org
Jonathan S. Katz
2018-03-10
Rendering a template takes a dict and not a context
Magnus Hagander
2018-03-10
Fix that HttpServerError now takes a request as parameter
Magnus Hagander
2018-03-10
Replace NavContext and render_to_response with render_pgweb
Magnus Hagander
2017-12-11
Add support for descriptive texts over m2m checkboxes
Magnus Hagander
2017-12-11
Fix submission forms for many2many fields with checkboxes
Magnus Hagander
2017-11-29
Clean up whitespace in primary Python / HTML files
Jonathan S. Katz
2017-02-26
Trap invalid URLs for submission forms
Magnus Hagander
2013-06-20
Make it possible to pre-select a mailinglist in the subcription form
Magnus Hagander
2013-01-30
Add ability to toggle fields in forms
Magnus Hagander
2011-12-07
Move fixedfields back to before the .save(), to unbreak doc comments
Magnus Hagander
2011-11-27
Make it possible to autocreate an object in simple_form
Magnus Hagander
2011-11-15
Make sure the submitter is always listed as an organisation admin
Magnus Hagander
2011-08-17
Render server errors with a nicer template
Magnus Hagander
2010-02-27
Control the headline of forms to say "New" and "Edit" depending
Magnus Hagander
2010-02-27
Make the base form support different names for the save button
Magnus Hagander
2010-02-26
Make it possible to add new organisations again - they need to be tagged
Magnus Hagander
2010-02-26
Make filter_by_user apply to forms when they are edited as well, not just
Magnus Hagander
2010-01-16
Support fixed fields in forms, such as the version and filename for
Magnus Hagander
2010-01-13
Turn the XML generation helper into a class for better flexibility
Magnus Hagander
2010-01-11
Add function to render a template to a string
Magnus Hagander
2010-01-02
Generate mirrors.xml file
Magnus Hagander
2009-12-28
Support short introductory text on a form driven from the model,
Magnus Hagander
2009-12-28
Support filtering by indirect usernames when building default forms
Magnus Hagander
2009-09-18
Add markdown previews for generic forms in the site as well, not
Magnus Hagander
2009-09-14
A first very basic import.
Magnus Hagander