Commit Graph

2389 Commits (81de05e5fef1ff4ee07f3ee93612cda30ee92159)

Author SHA1 Message Date
Alex Coles 624b50d5bb Remove deprecated Relation#all in models 9 years ago
Alex Coles 0a44da8251 Teach Project#allowed_permissions how to pluck 9 years ago
Alex Coles b2790b8db1 Migrate deprecated .update_all with conditions 9 years ago
Alex Coles 6d93fa3d76 Add Query#connection to avoid deprecation warnings 9 years ago
Alex Coles 355e7e0ff4 Replace deprecated calls to Model#connection 9 years ago
Alex Coles 0c729dae54 Replace deprecated calls to Model.scoped 9 years ago
Alex Coles 2ea2c776e3 Work-around WorkPackage nested set errors on PG 9 years ago
Alex Coles 67c84961a0 Migrate model has_many conditions to lambda 9 years ago
Alex Coles ecfa05fad9 Rename Project.public scope to public_projects 9 years ago
Alex Coles 2c741c4b7f Prune dead scope from Project 9 years ago
Alex Coles 5557f58e80 Migrate model scopes to use lambda/block 9 years ago
Alex Coles 0f9240037a Fix TimeEntry cleanup on work package bulk delete 9 years ago
Alex Coles 064d66449a Migrate AR finder/query methods in models 9 years ago
Alex Coles df51b6ed99 Fix syntax (w/Rubocop) in (Rails) models 9 years ago
Alex Coles 16720d2d7c Rework DeletedUser.first to avoid stack overflow 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Jan Sandbrink 96d0cf9462 fix moving of WPs without specifying a status 9 years ago
Alex Coles 8edff9831c Pull up constants, associations into Principal 10 years ago
Alex Coles 7ae6499d79 Remove unloadable from ReportedProjectStatus 10 years ago
Alex Coles c80a792496 Use 1.9+ Hash syntax in Principal 10 years ago
Alex Coles 507bfc12bc Prune unnecessary option on CustomField translates 10 years ago
Alex Coles dbb751f96a Remove commented Type.all override 10 years ago
Oliver Günther cb123c83be Fix and specs for missing plus in login attribute 10 years ago
Alex Coles 40ae6c6524 [wip] Disable ProjectType has_many validation 10 years ago
Jan Sandbrink 9a9d6aca2c ensure correct file size errors are displayed 10 years ago
Jan Sandbrink 4a69d2505a replace ternaries returning booleans 10 years ago
Alex Coles 0c56b72d2a Work-around Project nested set errors on PG 10 years ago
Toshi MARUYAMA 1b3628b60c remove unneeded to_a 10 years ago
Alex Coles 55a2207631 Replace GroupUser join model w/ habtm association 10 years ago
Alex Coles e7e4914d22 Simplify Array find in Project::Copy 10 years ago
Alex Coles abf4a011f0 Fix copying of versions on Project copy 10 years ago
Markus Kahl 8f7d8ef573 avoid unnecessary work 10 years ago
Markus Kahl 2b8848dc8b don't use deprecated finder 10 years ago
Markus Kahl 6cb6953a07 basic auth for api v3 (WIP) 10 years ago
Azure7111 f493fbb036 Workaround for the new ``.all`` 10 years ago
Alex Coles d060e654a5 Use vanilla Rails validations for CustomField#name 10 years ago
Jan Sandbrink f1a93e1cf3 this is why I hate comments 10 years ago
Jan Sandbrink c075a7b401 only allow simple space in login 10 years ago
TribesTom 2910137c03 Added user changement 10 years ago
Alexander Bach 55f5f33456 Changed code readability 10 years ago
Alexander Bach 942f39876f Removed hard coded id column for pdf export 10 years ago
Alexander Bach 404a5b42e6 Remove hard coded id column for csv export 10 years ago
Jan Sandbrink 88107362b1 enhance PSQL compatibility of cast_value 10 years ago
Jan Sandbrink eb9ef1f2b1 replace occurences of cast_value with typed_value 10 years ago
Alex Coles 54ff7af6e7 Add/update Copyright headers in app code 10 years ago
Jan Sandbrink 60ca779111 make transform to boolean more database resistant 10 years ago
Alex Coles ef4285bc0c Kill deprecated Setting.*_cache methods 10 years ago
Alexander Bach 9f692f6bf1 Use the empty string for absent descriptions 10 years ago
Jan Sandbrink f9b242884d let custom values accept their native type 10 years ago
Alexander Bach 2d2f18b2c5 Remove unused code 10 years ago