2009-06-04 |
Lennard de Rijk |
Fixed an issue where some access checks would fail due to missing arguments.
|
file |
diff |
annotate
|
2009-06-04 |
Lennard de Rijk |
Added link to edit the Document on the Document's public page.
|
file |
diff |
annotate
|
2009-04-11 |
Sverre Rabbelier |
Use key().id_or_name() instead of key().name()
|
file |
diff |
annotate
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.views.models.
|
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 |
Make sure the user has restricted rights to create a new document
|
file |
diff |
annotate
|
2009-03-15 |
Sverre Rabbelier |
Specify the type of Link ID used
|
file |
diff |
annotate
|
2009-03-12 |
Sverre Rabbelier |
Define a key order for document and org app
|
file |
diff |
annotate
|
2009-03-12 |
Sverre Rabbelier |
Factor download functionality out of export()
|
file |
diff |
annotate
|
2009-03-05 |
Sverre Rabbelier |
Make clean_document_content generic
|
file |
diff |
annotate
|
2009-03-04 |
Sverre Rabbelier |
Don't redirect to non-existant /document/list after deleting
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Some style fixes and removal of unused imports in soc.views.models.document module.
|
file |
diff |
annotate
|
2009-03-01 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
2009-03-01 |
Sverre Rabbelier |
Added decorators
|
file |
diff |
annotate
|
2009-02-24 |
Sverre Rabbelier |
Make all default URLS customizable
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Use feedparser to sanitize HTML content for documents
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Add an home_for reference property
|
file |
diff |
annotate
|
2009-02-19 |
Todd Larsen |
Make it easier to support other extensions per-Model (such as .csv, etc.).
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Factor out the 'key fields without link_id' logic from document
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Disable the raw create and list link for documents
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Add custom access check for document listing
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Allow documents to be filtered by prefix and scope
|
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-13 |
Sverre Rabbelier |
Do access checks on the pick url for documents
|
file |
diff |
annotate
|
2009-02-11 |
Sverre Rabbelier |
Rename TinyMCE to FullTinyMCE and add TinyMCE widget
|
file |
diff |
annotate
|
2009-02-11 |
Lennard de Rijk |
Added allowsidebar to checkIsDocumentReadable.
|
file |
diff |
annotate
|
2009-02-11 |
Lennard de Rijk |
Changed document to also filter on the prefix when getting the documents for a scope.
|
file |
diff |
annotate
|
2009-02-07 |
Sverre Rabbelier |
Pimp TinyMCE widget.
|
file |
diff |
annotate
|
2009-02-02 |
Lennard de Rijk |
Calling getForCurrentAccount where necessary.
|
file |
diff |
annotate
|
2009-02-01 |
Pawel Solyga |
Fix import sorting in soc.views.models.document module to comply with our style guide.
|
file |
diff |
annotate
|
2009-01-31 |
Sverre Rabbelier |
Hook up the ACL system for documents.
|
file |
diff |
annotate
|
2009-01-30 |
Sverre Rabbelier |
Add access control to document model and view
|
file |
diff |
annotate
|
2009-01-26 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
2009-01-23 |
Sverre Rabbelier |
Add a 'pick' view to the appropriate views
|
file |
diff |
annotate
|
2009-01-23 |
Sverre Rabbelier |
Hook up the 'home' view for site and program
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
2009-01-10 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Some forgotten changes with the access_type commit
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Move document sidebar entries extraction to document.View
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Add and use a placeholder for checkIsDocumentPublic
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Cleanups in the views module
|
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-30 |
Pawel Solyga |
Add missing dots and fix too long line in soc.views.helper.dynaform module. Remove unused imports in soc.views.models.document module. Fix too long lines. Add missing docstring for Meta classes.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
2008-11-26 |
Lennard de Rijk |
Fixes an error that occurs when moving the document by setting another link ID or Scope path. This is due to the fact that author is a required property in the Work model.
|
file |
diff |
annotate
|
2008-11-24 |
Lennard de Rijk |
Adds and uses a modified_by property in models/work.py
|
file |
diff |
annotate
|
2008-11-22 |
Pawel Solyga |
Remove inheritance_line from Form meta class excludes in all currently used forms.
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Renamed templates/soc/entity/list/entity_*.html to *.html
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Make redirect generic using the new Lists object
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Hide the 'scope' property from forms for now, since this is really supposed
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Move saved message to the base class
|
file |
diff |
annotate
|
2008-11-20 |
Todd Larsen |
Rename partial_path to scope_path, ignoring case, etc.
|
file |
diff |
annotate
|
2008-11-20 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Fold the _rights dictionary into params
|
file |
diff |
annotate
|