Custom Query (2152 matches)
Results (1066 - 1068 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1623 | fixed | Dump to exclude deleted objects | dread | dread |
Description |
The database dump currently contains all Packages and their associated objects, even those that have been set to state=deleted. We should exclude these from the dump now. Dump = paster db simple-dump-csv/json reasoningThe dumps are designed for end-users to be able to run scripts on the mass of data. Since end-users don't see state=deleted packages then they shouldn't need them in the dump. In fact their presence in the dump probably confuses them. Admins get the full database anyway in the backup pg_dump. We only included them in the user dump because it was designed before use of state=deleted was established. Time estimate: 2h |
|||
#1624 | fixed | Typo in dataset edit mode | dread | pudo |
Description |
Futher Information -> Further Information |
|||
#1625 | fixed | Add activity stream events for new/changed users | seanh | seanh |
Description |
This requires adding a logic function for emitting an activity stream event, and then editing the logic functions for creating or updating users and making them call the new emit event function. This same emit event function can later be used to emit activity stream events for other types of object as well. |