summaryrefslogtreecommitdiff
path: root/pgweb/util/helpers.py
AgeCommit message (Expand)Author
2022-12-15Allow deletion of draft news articlesMagnus Hagander
2021-11-18Use separate title for save button for tristate moderationMagnus Hagander
2020-11-23Add modified object title to notifications of end user editsMagnus Hagander
2020-11-12Make it possible to have a separate form intro for new vs existing itemsMagnus Hagander
2020-11-12Re-do markdown handling for better user experience and securityMagnus Hagander
2020-09-10Don't send notifications for new objects that are tri-state moderationMagnus Hagander
2020-09-10Re-work moderation of submitted itemsMagnus Hagander
2020-09-10Ensure markdown fields cannot contain HTML or imagesMagnus Hagander
2020-07-04Fix up some incorrect importsMagnus Hagander
2020-04-04Avoid returning HttpServerError for things not server errorsMagnus Hagander
2020-01-24Raise PermissionDenied instead of generic exception for non-owned itemsMagnus Hagander
2020-01-24Reorder imports for readabilityMagnus Hagander
2019-01-26Re-implement modification notifications in simple_formMagnus Hagander
2019-01-26More generic changes from 2to3Magnus Hagander
2019-01-17Remove multi-statement lines, per pep8Magnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
2018-12-20Move javascript for forms into separate JS fileMagnus Hagander
2018-06-29Remove unused variable referencesMagnus Hagander
2018-04-17New base HTML for PostgreSQL.orgJonathan S. Katz
2018-03-10Rendering a template takes a dict and not a contextMagnus Hagander
2018-03-10Fix that HttpServerError now takes a request as parameterMagnus Hagander
2018-03-10Replace NavContext and render_to_response with render_pgwebMagnus Hagander
2017-12-11Add support for descriptive texts over m2m checkboxesMagnus Hagander
2017-12-11Fix submission forms for many2many fields with checkboxesMagnus Hagander
2017-11-29Clean up whitespace in primary Python / HTML filesJonathan S. Katz
2017-02-26Trap invalid URLs for submission formsMagnus Hagander
2013-06-20Make it possible to pre-select a mailinglist in the subcription formMagnus Hagander
2013-01-30Add ability to toggle fields in formsMagnus Hagander
2011-12-07Move fixedfields back to before the .save(), to unbreak doc commentsMagnus Hagander
2011-11-27Make it possible to autocreate an object in simple_formMagnus Hagander
2011-11-15Make sure the submitter is always listed as an organisation adminMagnus Hagander
2011-08-17Render server errors with a nicer templateMagnus Hagander
2010-02-27Control the headline of forms to say "New" and "Edit" dependingMagnus Hagander
2010-02-27Make the base form support different names for the save buttonMagnus Hagander
2010-02-26Make it possible to add new organisations again - they need to be taggedMagnus Hagander
2010-02-26Make filter_by_user apply to forms when they are edited as well, not justMagnus Hagander
2010-01-16Support fixed fields in forms, such as the version and filename forMagnus Hagander
2010-01-13Turn the XML generation helper into a class for better flexibilityMagnus Hagander
2010-01-11Add function to render a template to a stringMagnus Hagander
2010-01-02Generate mirrors.xml fileMagnus Hagander
2009-12-28Support short introductory text on a form driven from the model,Magnus Hagander
2009-12-28Support filtering by indirect usernames when building default formsMagnus Hagander
2009-09-18Add markdown previews for generic forms in the site as well, notMagnus Hagander
2009-09-14A first very basic import.Magnus Hagander