substanced icon indicating copy to clipboard operation
substanced copied to clipboard

An application server based on the Pyramid web framework (http://substanced.net)

Results 54 substanced issues
Sort by recently updated
recently updated
newest added

[`substanced.folder.views.multi_upload_submit`](https://github.com/Pylons/substanced/blob/ffe4d533953516ddb6ec45ab9e491b0287f40221/substanced/folder/views.py#L1475) hard-wires creating objects of `File` content type: it should be extensible to allow for custom types based on the context.

enhancement
sprintable

Content types which extend `File` w/ custom properties cannot currently get those properties processed cleanly by the [base add view](https://github.com/Pylons/substanced/blob/ffe4d533953516ddb6ec45ab9e491b0287f40221/substanced/file/views.py#L81). Its `add_success` should `pop()` the known/mandatory properties, and then, when...

enhancement
sprintable

Might need to make a new schema node type based on colander.DateTime that automatically sets the tzinfo to the user's timezone, and returns a datetime converted to UTC.

bug
sprintable

Currently we use an attribute on the user object to obtain the user's timezone. Apparently you can also get the timezone of the user's browser via JS. I wonder if...

enhancement
sprintable

If an object is locked, the properties pages and other editing pages should disallow editing by users who do not own the lock until the lock is released.

enhancement

If someone subscribes to an object removed event with a particular context but the object is removed indirectly (by perhaps deleting a folder in which it lives), the event will...

Should this be prevented by setting target_integrity = True on the [UserToGroup](https://github.com/Pylons/substanced/blob/master/substanced/interfaces.py#L760-761) ReferenceType?

I've added several columns to my SDI display. When rendered, the columns and their headers are out of alignment: ![skewed_grid](https://f.cloud.github.com/assets/4577722/1700346/38041cba-600c-11e3-92f1-c02b43fd6ed3.png) If, I slightly resize the window, the alignment is corrected:...