app/soc/views/models/base.py
2009-08-17 Daniel Hans Whitespace fix in Base view.
2009-08-17 Daniel Hans Argument to_json added to json function in Base view.
2009-08-10 Lennard de Rijk Added hook for the edit view.
2009-07-12 Lennard de Rijk Fixed passing along empty params to scope selection view.
2009-05-24 Sverre Rabbelier First step in the module design
2009-05-21 Pawel Solyga Now clicking cancel button returns user to previous page. Fixes issue 569.
2009-04-18 Sverre Rabbelier Removed unneeded imports and variables
2009-04-18 Sverre Rabbelier Fix user_self calling editGet with a wrong parameter
2009-04-18 Sverre Rabbelier Split edit and create into different methods
2009-04-17 Pawel Solyga Comment out unused variables in soc.views.models.base module.
2009-04-12 Sverre Rabbelier Brown paper bag fix
2009-04-11 Sverre Rabbelier Remove getKeySuffix and it's usage
2009-04-11 Sverre Rabbelier Use key().id_or_name() instead of key().name()
2009-04-08 Sverre Rabbelier Make it possible to specify the key_order for pick
2009-04-07 Sverre Rabbelier Brown paper bag fix
2009-04-06 Sverre Rabbelier Properly handle exports when there are multiple lists
2009-04-04 Pawel Solyga Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.
2009-04-03 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
2009-03-27 Chen Lunpeng Fixed some typo in app/soc/views/models/base.py
2009-03-24 Pawel Solyga Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property.
2009-03-22 Sverre Rabbelier Make _public return True iff public page should be shown
2009-03-20 Sverre Rabbelier Allow for a message to be displayed above the list view
2009-03-20 Sverre Rabbelier Made _getPickData more generic by supporting ordening
2009-03-15 Lennard de Rijk Some minor style fixes.
2009-03-15 Pawel Solyga Fix missing utf encoding of data when exporting lists to csv file.
2009-03-15 Sverre Rabbelier Don't create csv export when no key_order is defined
2009-03-13 Sverre Rabbelier Set the content type to text/csv for csv exports
2009-03-13 Sverre Rabbelier Add row headings to the csv export
2009-03-12 Sverre Rabbelier Make it possible to specify the key order for csv export
2009-03-12 Sverre Rabbelier Added generic csv export to all list views
2009-03-12 Sverre Rabbelier Factor download functionality out of export()
2009-03-12 Sverre Rabbelier Reinstate the 1k limit in pick()
2009-03-11 Sverre Rabbelier Allow for query caching in pick
2009-03-10 Sverre Rabbelier Retrieve all entities rather than just the first 1k
2009-03-10 Sverre Rabbelier Use params['logic'] instead of self._logic
2009-03-07 Sverre Rabbelier Factor out the 'json' part from pick
2009-03-06 Sverre Rabbelier Clean document references
2009-03-05 Sverre Rabbelier Make it possible to add some default values to the context
2009-03-04 Lennard de Rijk Updated list to use the new order in getForFields.
2009-03-04 Pawel Solyga Fix too long lines and rename unused loop variables to _ in soc.views.models.base module.
2009-03-02 Sverre Rabbelier Display a notice if the entity cannot be deleted
2009-02-25 Sverre Rabbelier Fixed broken 'Edit <entity name> Settings' for orgs
2009-02-24 Sverre Rabbelier Pass the seed to _constructResponse
2009-02-22 Lennard de Rijk Base view list method can now use kwargs.
2009-02-22 Sverre Rabbelier Make it possible to display a message when there are no lists
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.
less more (0) -100 -60 tip