app/soc/logic/cleaning.py
2009-09-18 Sverre Rabbelier Convert cleaning module to use the new checker in core
2009-09-15 Lennard de Rijk Moved the Student cleaner to the create form such that it is always used.
2009-09-15 Madhusudan.C.S Changed the Student Model cleaner to deal with the new Student properties.
2009-09-04 Madhusudan.C.S Added cleaning method to convert a list of comma separated strings into a set.
2009-08-23 Madhusudan.C.S Reverting last 4 patches containing GHOP related views.
2009-08-21 Madhusudan C.S Extended program configuration create/edit views specifically to support GHOP.
2009-08-03 Madhusudan C.S. Added minimum age property to Program model.
2009-05-27 Pawel Solyga Add pylint: disable-msg= where needed in Melange modules.
2009-05-20 Pawel Solyga Add comment to clean_html_content function and update __authors__.
2009-05-18 Pawel Solyga Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.
2009-04-07 Lennard de Rijk Major update to the views concerning StudentProjects.
2009-04-03 Pawel Solyga Style fixes and removal of unused imports in soc.logic modules.
2009-03-30 Lennard de Rijk Added clean_content_length method to clean content of a specific size.
2009-03-26 Pawel Solyga Add missing utf decode in html cleaner in soc.logic.cleaning module. This should fix all the 500 errors that we got. Remove extra blank line in soc.views.model.document.
2009-03-22 Sverre Rabbelier Automagically convert '+' to '00' in phone numbers
2009-03-22 Sverre Rabbelier Make sure the user has restricted rights to create a new document
2009-03-22 Sverre Rabbelier Optionally return link_id in clean_user_is_current
2009-03-22 Sverre Rabbelier Use getFromKeyFields instead of getForFields where possible
2009-03-20 Sverre Rabbelier Added a numeric_only cleaner
2009-03-19 Lennard de Rijk Added new Student Project cleaning method.
2009-03-09 Pawel Solyga Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
2009-03-09 Pawel Solyga Typo fix in soc.logic.cleaning module.
2009-03-08 Lennard de Rijk Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
2009-03-07 Lennard de Rijk All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
2009-03-06 Sverre Rabbelier Add a document ref cleaner
2009-03-05 Sverre Rabbelier Make clean_document_content generic
2009-03-05 Sverre Rabbelier Fix some whitespace damadge
2009-03-05 Sverre Rabbelier Import user and site logic globals directly
2009-03-04 Pawel Solyga Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module.
2009-02-26 Sverre Rabbelier Always normalize accounts, before even storing them
less more (0) -50 -30 tip