Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't attempt to create a committership delete event when deleting a user | Johan Sørensen | 2009-12-10 | 1 | -0/+10 |
| | |||||
* | Don't rely on hash sort ordering | Johan Sørensen | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Don't blow up if Committership#build_permissions receives nil | Johan Sørensen | 2009-11-26 | 1 | -0/+5 |
| | |||||
* | Add controller+view code for setting permissions on a Committership | Johan Sørensen | 2009-11-19 | 1 | -0/+5 |
| | |||||
* | Be able to get a list of permissions out of a Committership | Johan Sørensen | 2009-11-19 | 1 | -0/+5 |
| | |||||
* | Create the proper initial Committership permissions when a repository is created | Johan Sørensen | 2009-11-19 | 1 | -0/+7 |
| | |||||
* | Added auxiliary methods on Committership for checking and fetching based on ↵ | Johan Sørensen | 2009-11-19 | 1 | -1/+52 |
| | | | | permission masks | ||||
* | Add a permissions bitmask to Committership | Johan Sørensen | 2009-11-19 | 1 | -18/+42 |
| | |||||
* | In stead of destroying messages when their notifiables | Marius Mathiesen | 2009-06-02 | 1 | -0/+12 |
| | | | | | | | | | are destroyed (which could lead to messages becoming invisible), we nullify the notifiable references. Since AR's dependent => nullify only nullifies the id, not the type, a before_destroy filter is introduced. | ||||
* | Committerships should be unique for a repo and committer. | Marius Mathiesen | 2009-05-13 | 1 | -0/+28 |
| | |||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Create an event when a committer is added/removed from a repository | Johan Sørensen | 2009-04-22 | 1 | -0/+22 |
| | |||||
* | Sending a notification to a repository's owners (new method) when a ↵ | Marius Mathiesen | 2009-04-22 | 1 | -0/+10 |
| | | | | | | committership is created. Fixed a bug where the subject provided through the controller would be replaced in the model (HashWithIndifferentAccess, yay). | ||||
* | Make Repository#change_owner_to! run in a transaction aswell as save the ↵ | Johan Sørensen | 2009-04-22 | 1 | -0/+1 |
| | | | | | | | record right away. This is needed in order to correctly update the committerships when changing owner (delete the old owner, add the new one) | ||||
* | Clicking the "manage committers" link on a repository takes them to the | Johan Sørensen | 2009-04-22 | 1 | -0/+10 |
| | | | | committerships page | ||||
* | [migration] Renamed participations to Committerships | Johan Sørensen | 2009-04-22 | 1 | -0/+57 |