Commit Graph

308 Commits (cbdeb162198812eb98ab6443b5175c88c14f67a3)
 

Author SHA1 Message Date
hjust 468a1fd6bb Project.allowed_to_condition now accepts a new option[:for] containing a user. 15 years ago
hjust b729e94d9a changed authorize function to authorize against @user if present 15 years ago
hjust 94cb09aa31 added standard primary key to groups_users table 15 years ago
hjust a1c6283386 remove dependency to composite primary keys as it tends to break things. 15 years ago
hjust 0417ae0668 Permissions now use the new model 15 years ago
hjust 4bbea2fecf Implemented the GUI for group membership types 15 years ago
hjust 82e6beeaaf added explicit :method => :post to simple update form. 15 years ago
hjust 0a4a5b9d66 A little bit of clean up 15 years ago
hjust cbd691e796 added lean documentation regarding dependency of multiple primary keys gem. 15 years ago
hjust 715cd02f79 implemented Project.allowed_to_conditions using the newly implemented User#allowed_to 15 years ago
hjust 1a0f058dbe changed loading of permission patches. Now, it works. 15 years ago
hjust 65c533d430 Initial try on inherited permissions and group membership types 15 years ago
hjust 1f71dcae9e make group_user class explicit to allow for additional attributes in the database 15 years ago
hjust 1f6ac14296 Started to change the routes to match default Redmine behavior. 15 years ago
hjust ab260911ae Circumvent a bug in Siemens's ruby version which fails to correctly converting a BigDecimal into a Float (#13483) 15 years ago
hjust cb3d97638d Calculate all costs with a higher scale. We now use a overall precision of 15 with a scale of 4. (meaning max. 15 digits at all, 4 digits after the point) 15 years ago
hjust ded32ce3c3 User#for_permission returns the users for which the the permission applies 15 years ago
hjust 4796a74c33 only save issue on after save hook if the issue was not changed yet. (#13244) 15 years ago
hjust 574658d29f incremented version to 0.3 15 years ago
hjust 21677f8bf3 display the title of an issue only once. 15 years ago
hjust eeecd2784a minor usability fixes. 15 years ago
hjust 5d196ba960 renamed existing permissions in the database 15 years ago
hjust f517f7be19 added inherited permissions 15 years ago
rkh f3f6e294d5 fixed routes 15 years ago
rkh 0de6017ed1 get rid of some old fimxes 15 years ago
rkh 030147ab15 more fixes for redmine trunk switch 15 years ago
rkh b8273780a1 fix nested scope changes for active_children 15 years ago
rkh b54a597740 updated view 15 years ago
rkh 4162d3b4c6 fixted specs 15 years ago
hjust 866f7dec90 first part of unified permissions 15 years ago
hjust 6ae73acb71 added a mindnode document showing the permission inheritance in redmine_costs 15 years ago
rkh 37d1c98be8 fixed locales 15 years ago
rkh 6971210cba removed translations by accident 15 years ago
rkh 7c66e7f112 fixed locales 15 years ago
rkh b6dac0bca3 fixed locales 15 years ago
rkh 266c931129 make plugins no longer break redmine trunk 15 years ago
hjust f620cf801c Allow drill-down into "others" group 15 years ago
hjust f1cdcba32a Allow drill-down into "others" group 15 years ago
hjust 5380233ed3 added other_group to MAGIC_GROUP_KEYS to not create filter entries from a respective group by 15 years ago
hjust 23391e5757 Renamed permissions 15 years ago
hjust b087710d31 [Cost Report] Added edit and delete links to entries in filter view 15 years ago
hjust 93086d20a7 fixed a typo which prevented time entries from correctly updating its costs on first try 15 years ago
hjust 2512f5b745 set deliverable to null on issues on destroy of a cost object 15 years ago
hjust 36e3a22a56 correctly generate a filter for subproject_id 15 years ago
hjust 36125ea925 [Cost Report] Set db_field :project_id for group-by field :subproject_id 15 years ago
hjust e5e506252c added new read-only attribute to the Filter class: SQL_values. 15 years ago
hjust c8f6164ae3 [Cost Report] Fixed display of Cost Type Columns in Group By. Cause was a missing "s" in hash key 15 years ago
rkh 95a77a43c5 fixed disappearing of granularity select box in group by view 15 years ago
rkh d727794b39 proper display of date entries in group by 15 years ago
hjust e2f02d8e44 added special (formerly missing) case if user disabled the display of both cost entries AND time entries 15 years ago