app/soc/views/models/base.py
2009-02-21 Lennard de Rijk Scope is already set to entity.scope, so no need to overwrite in base._editPost().
2009-02-21 Lennard de Rijk Since scope does not change we do not need to call getFromKeyName every time.
2009-02-20 Lennard de Rijk Redone form field filling via request.GET to work on multiple fields.
2009-02-19 Sverre Rabbelier Rebased my double work on top of Todd recent commit
2009-02-19 Todd Larsen Make it easier to support other extensions per-Model (such as .csv, etc.).
2009-02-19 Todd Larsen Force browser to ask to save an Export, and provide a filename extension.
2009-02-17 Lennard de Rijk Fixes the problem of <Entity> Saved not being
2009-02-15 Sverre Rabbelier Prepare all views for a new modular approach to JS loading
2009-02-15 Pawel Solyga Hopefully fix json caching issues in IE7.
2009-02-15 Sverre Rabbelier Add an admin view
2009-02-15 Sverre Rabbelier Make _constructResponsoe take an optional template
2009-02-14 Lennard de Rijk Added no-cache headers to pick and bulk-accept views.
2009-02-14 Sverre Rabbelier Minor style fix
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-02-13 Sverre Rabbelier Convert the QueryDict to a regular dictionary
2009-02-13 Lennard de Rijk Implemented the 2nd part of bulk acceptance.
2009-02-11 Sverre Rabbelier Add an _editContext hook
2009-02-11 Sverre Rabbelier Resolve references if they are specified
2009-02-05 Sverre Rabbelier Make picker work generically
2009-02-05 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
2009-02-01 Sverre Rabbelier Unify 'getForFields' and 'getForLimitAndOffset'
2009-01-31 Sverre Rabbelier Cleanups in base.Logic
2009-01-31 Pawel Solyga Use django.utils.simplejson in soc.views.models.base pick method instead of our standalone simplejson module.
2009-01-28 Sverre Rabbelier Allow for setting a edit_cancel_redirect
2009-01-27 Sverre Rabbelier Cache access checks and disable sidebar caching
2009-01-25 Sverre Rabbelier Have /entity/pick return a JSON object instead of a user view
2009-01-25 Sverre Rabbelier Do not pass around request anymore in buildSidebar
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-24 Pawel Solyga Add missing parameter description to docstring of soc.views.models.base module methods.
2009-01-23 Sverre Rabbelier Make reference picker work for create too
2009-01-23 Sverre Rabbelier Do not crash if an invalid field name is entered
2009-01-23 Sverre Rabbelier Adust the as_table tag to render a pick link if appropriate
2009-01-23 Sverre Rabbelier Add a 'pick' view to the appropriate views
2009-01-23 Sverre Rabbelier Added a 'pick' view
2009-01-21 Todd Larsen Fixed typo in r1446.
2009-01-21 Sverre Rabbelier Make use of the new decorators in all applicable views
2009-01-21 Sverre Rabbelier Fixed two trivial bugs
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2008-12-15 Pawel Solyga Remove unused imports and variables in different soc.views.models modules.
2008-12-13 Sverre Rabbelier Make it possible to redirect anywhere after editPost
2008-12-07 Pawel Solyga Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
2008-12-07 Sverre Rabbelier Add explicit access_types from the url
2008-12-07 Sverre Rabbelier Some cleanups in role.py and site.py and create()
2008-12-07 Sverre Rabbelier Rename getSidebarLinks to getSidebarMenus
2008-12-07 Sverre Rabbelier If an entity is unscoped, do not try to retrieve a scope
2008-12-06 Sverre Rabbelier Fix scope lookup for unscoped entities
2008-12-05 Pawel Solyga Some style and typo fixes in different modules.
2008-12-04 Sverre Rabbelier Make base.View.create lookup the scope if appropriate
2008-12-03 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
2008-12-02 Sverre Rabbelier Make the 'select entity' View generic
2008-12-02 Sverre Rabbelier Cleanups in preparation of general selector view
2008-12-02 Sverre Rabbelier Remove the logic parameter from getListContent
2008-12-02 Pawel Solyga Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
2008-12-01 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
2008-11-30 Pawel Solyga Remove unused imports from some modules.
less more (0) -100 -56 tip