Changeset 1847


Ignore:
Timestamp:
2 Jun 2007, 17:33:18 (17 years ago)
Author:
joachim
Message:

Patch of searchResults is not neccessary, if permission
"Access inactive portal content" is set for authenticated in uniben-root.

Location:
WAeUP_SRP/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/PatchZODBConnectionOpen.py

    r1825 r1847  
    3333    self._synch = synch
    3434    self._mvcc = mvcc and not self._version
    35 
    3635    if transaction_manager is None:
    3736        transaction_manager = transaction.manager
     
    4544        self._resetCache()
    4645    # else:
     46    #     import pdb; pdb.set_trace()
    4747    #     self._flush_invalidations()
    4848
     
    5858            if connection is not self:
    5959                connection.open(transaction_manager, mvcc, synch, False)
     60
    6061Connection.open = open
  • WAeUP_SRP/trunk/__init__.py

    r1845 r1847  
    1212
    1313import PatchCPSWorkflowWorkflowDefinition
    14 #import PatchCatalogToolSearchResults
    1514import PatchCatalogToolXMLAdapter
    1615import PatchCPSSchemasAttributeStorageAdapter
  • WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentsFolderInfo.py

    r1845 r1847  
    3737request = context.REQUEST
    3838students = context.portal_url.getPortalObject().campus.students
    39 #set_trace()
    4039student_id = context.getStudentId()
    4140if student_id is None:
Note: See TracChangeset for help on using the changeset viewer.