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