2009-05-27 |
Pawel Solyga |
Add pylint: disable-msg= where needed in Melange modules.
|
file |
diff |
annotate
|
2009-05-20 |
Pawel Solyga |
Add comment to clean_html_content function and update __authors__.
|
file |
diff |
annotate
|
2009-05-18 |
Pawel Solyga |
Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.
|
file |
diff |
annotate
|
2009-04-07 |
Lennard de Rijk |
Major update to the views concerning StudentProjects.
|
file |
diff |
annotate
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.logic modules.
|
file |
diff |
annotate
|
2009-03-30 |
Lennard de Rijk |
Added clean_content_length method to clean content of a specific size.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2009-03-22 |
Sverre Rabbelier |
Automagically convert '+' to '00' in phone numbers
|
file |
diff |
annotate
|
2009-03-22 |
Sverre Rabbelier |
Make sure the user has restricted rights to create a new document
|
file |
diff |
annotate
|
2009-03-22 |
Sverre Rabbelier |
Optionally return link_id in clean_user_is_current
|
file |
diff |
annotate
|
2009-03-22 |
Sverre Rabbelier |
Use getFromKeyFields instead of getForFields where possible
|
file |
diff |
annotate
|
2009-03-20 |
Sverre Rabbelier |
Added a numeric_only cleaner
|
file |
diff |
annotate
|
2009-03-19 |
Lennard de Rijk |
Added new Student Project cleaning method.
|
file |
diff |
annotate
|
2009-03-09 |
Pawel Solyga |
Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
|
file |
diff |
annotate
|
2009-03-09 |
Pawel Solyga |
Typo fix in soc.logic.cleaning module.
|
file |
diff |
annotate
|
2009-03-08 |
Lennard de Rijk |
Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2009-03-06 |
Sverre Rabbelier |
Add a document ref cleaner
|
file |
diff |
annotate
|
2009-03-05 |
Sverre Rabbelier |
Make clean_document_content generic
|
file |
diff |
annotate
|
2009-03-05 |
Sverre Rabbelier |
Fix some whitespace damadge
|
file |
diff |
annotate
|
2009-03-05 |
Sverre Rabbelier |
Import user and site logic globals directly
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module.
|
file |
diff |
annotate
|
2009-02-26 |
Sverre Rabbelier |
Always normalize accounts, before even storing them
|
file |
diff |
annotate
|
2009-02-23 |
Lennard de Rijk |
Textual change in cleaing.py.
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Use feedparser to sanitize HTML content for documents
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Also pass the prefix in the document cleaning method
|
file |
diff |
annotate
|
2009-02-21 |
Lennard de Rijk |
Added new cleaning method to validate a student proposal.
|
file |
diff |
annotate
|
2009-02-19 |
Sverre Rabbelier |
Add a regular 'empty field cleaner'
|
file |
diff |
annotate
|
2009-02-15 |
Pawel Solyga |
Fix import sorting in soc.logic.cleaning module.
|
file |
diff |
annotate
|
2009-02-15 |
Lennard de Rijk |
Added clean_user_is_current to cleaning and fixed some indentation.
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Include scope_path as django_args
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Add cleaning methods for document ACL
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-02-12 |
Lennard de Rijk |
Returning None instead of the empty to fix a bug on melange-demo instance.
|
file |
diff |
annotate
|
2009-02-12 |
Lennard de Rijk |
Added check_field_is_empty decorator to cleaning.py.
|
file |
diff |
annotate
|
2009-02-12 |
Lennard de Rijk |
Fixed comment and typo in cleaning.py.
|
file |
diff |
annotate
|
2009-02-07 |
Sverre Rabbelier |
Handle GAE account normalization
|
file |
diff |
annotate
|
2009-02-05 |
Lennard de Rijk |
Reverted r1819 and making an application will now reserve the link_id indefinitely.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Added validate_new_group to cleaning and removed clean_new_club_link_id.
|
file |
diff |
annotate
|
2009-02-01 |
Pawel Solyga |
Fix missing dots and blank lines to soc.logic modules.
|
file |
diff |
annotate
|
2009-01-30 |
Sverre Rabbelier |
Added a clean_scope_path to cleaning
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Moved clean_club_app_link_id to cleaning.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Changed clean_link_id to be in a wrapper form as well.
|
file |
diff |
annotate
|
2009-01-28 |
Lennard de Rijk |
Added new clean_agrees_to_tos to cleaning.py.
|
file |
diff |
annotate
|
2009-01-28 |
Pawel Solyga |
Style fixes in soc.logic.cleaning module.
|
file |
diff |
annotate
|
2009-01-27 |
Lennard de Rijk |
Added new clean methods in preparation for new User View.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Changed clean_url to work with dynaform.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Replaced the boolean properties in soc/models/request.py with a state property.
|
file |
diff |
annotate
|
2009-01-22 |
Pawel Solyga |
Rename clean_existing_user_not_equal_to_current function to clean_users_not_same in soc.logic.cleaning module and fix affected files.
|
file |
diff |
annotate
|
2009-01-22 |
Lennard de Rijk |
Fixed one style error and one typo.
|
file |
diff |
annotate
|
2009-01-22 |
Lennard de Rijk |
Added a cleaning method for a LinkProperty Field.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Added clean_existing_user_not_equal_to_current to clean the backup Administrator field in an application.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Edited the method used to clean link_id in params.py.
|
file |
diff |
annotate
|
2009-01-20 |
Pawel Solyga |
Add missing blank line in soc.views.helper.params module. Fix docstring typo in soc.views.models.role module. Add missing dots at the end of sentences in soc.logic.cleaning and soc.view.models.user_self modules.
|
file |
diff |
annotate
|
2009-01-08 |
Sverre Rabbelier |
Factored out the clean_existing_user method
|
file |
diff |
annotate
|
2008-12-02 |
Lennard de Rijk |
Changed clean_link_id to convert the input to lower characters for user comfort.
|
file |
diff |
annotate
|
2008-11-28 |
Sverre Rabbelier |
Added a cleaning module
|
file |
diff |
annotate
|