User Story #2020 (closed)
Opened 9 years ago
Closed 9 years ago
OmeroPy.gateway improvement
| Reported by: | atarkowska | Owned by: | |
|---|---|---|---|
| Priority: | n.a. | Milestone: | OMERO-Beta4.2 |
| Component: | OmeroPy | Keywords: | n.a. |
| Cc: | cneves | Story Points: | n.a. |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | 0.0d | Estimated Remaining Time: | n.a. |
Description
OmeroPy.gateway needs to provide more methods for users to be useful. All of these things are important to everyone, and most of them are duplicated (in slightly different implementations).
Change History (7)
comment:1 Changed 9 years ago by atarkowska
- Cc cneves-x added
comment:2 Changed 9 years ago by cxallan
- Sprint changed from 2010-03-19 (5) to 2010-04-02 (6)
comment:3 Changed 9 years ago by jmoore
- Sprint 2010-04-02 (6) deleted
comment:4 Changed 9 years ago by cneves
comment:5 Changed 9 years ago by cneves
(In [6472]) Adding LogicalChannel? and attributes thereof wrappers in omero.gateway (see #2020).
comment:6 Changed 9 years ago by cneves
(In [6537]) Merging changes from Beta4.1_latestWebGateway branch r6335:6508:
- webgateway make sure all login info is removed from django session on logout (see #2020)
- omeroweb: adding url handler for static
- Wrapping Instrument and ObjectiveSettings? object trees from Image in omero.gateway (see #2020)
- Adding LogicalChannel? and attributes thereof wrappers in omero.gateway (see #2020).
- not overriding omero.gateway.ICE_CONFIG anymore, it was breaking things.
- Allowing log in with admin for users that don't have system as their default group (again).
- Improving dbhelpers image import handling:
- Fixing the handling of filenames with spaces
- On stdout pixels id parsing error, print stderr to console.
- Removing instrument and logical channel wrappers from omeroweb.extlib.gateway, to avoid conflict with new classes in omero.gateway.
comment:7 Changed 9 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
(In [6468]) Wrapping Instrument and ObjectiveSettings? object trees from Image in omero.gateway (see #2020)