Commit Graph

109 Commits (4cfed9e20f4c1060830fb05ad72f0778328912db)

Author SHA1 Message Date
ulferts e64adffead fix csv export/xls import if first column is 'ID' (#5646) 8 years ago
ulferts ace7098eb3 add relations columns to query (#5606) 8 years ago
Markus Kahl 9312bef8bc use precision 3 to show sizes below 100mb correctly (#5598) 8 years ago
Oliver Günther 5d6555d79f Fix group label in PDF export (#5581) 8 years ago
ulferts b831a0010b reload lock to avoid stale object error on rescheduling (#5516) 8 years ago
ulferts 0705a3a02c Fix/multi cf xls export (#5501) 8 years ago
Jens Ulferts c3a6b748b5
allow having multiple cf values in export 8 years ago
Jens Ulferts 0e9481f9ed
remove invalid include 8 years ago
Jens Ulferts 84ed18ec1c
circumvent lock_version on after_save hook 8 years ago
Jens Ulferts 544434f6f2
code prettification 8 years ago
Oliver Günther eb3faf84e0
Fix n+1 on ancestors due to wrong presence 8 years ago
Oliver Günther bffefc5999
Use lt,gt condition to exclude self 8 years ago
Oliver Günther c05a54b40d
Add ancestors information through separate grouped SQL 8 years ago
Oliver Günther 7cf11bb689 Update copyright notice 8 years ago
Jens Ulferts 6c69cb5583
improve query generated by spent time join 8 years ago
Jens Ulferts 3246747ae0
adapt to newly introduced query 8 years ago
Jens Ulferts 2306954a68 more precise error message for start date scheduling violation 8 years ago
Jens Ulferts f41fdbfdfb limit moving backwards when another relation exists 8 years ago
Jens Ulferts 38fb7c396a initial implementation of moving work packages backwards 8 years ago
Markus Kahl a735ef4619 allows wp description to span several pages in pdf exports (#4507) 9 years ago
Markus Kahl 55cbb017b2 fixed typo in pdf export 9 years ago
Markus Kahl ccc1c21bfb fixed pdf export of custom field columns 9 years ago
Markus Kahl cac89c8b27 dropped rfpdf to use prawn instead (#4388) 9 years ago
ulferts 1f33252f0d fix date validation warning (#4391) 9 years ago
Jens Ulferts 913c792cec remove offending is_*? 9 years ago
Oliver Günther d9c3500d90 Fix autoload issues 9 years ago
Jens Ulferts bd8a74d02f fix some slips 9 years ago
Jens Ulferts cbc46418a2 fully qualify referenced classes 9 years ago
Jens Ulferts 2986233a5c remove non existing module reference 9 years ago
Jens Ulferts 9399c23e3b split up pdf_exporter into separate files 9 years ago
Jens Ulferts bcc5165285 allow multi line headers in pdf 9 years ago
Jens Ulferts 30e96820a8 reintroduce the visible_condition 9 years ago
Jens Ulferts 0267938c36 introduce spent_time model 9 years ago
Jens Ulferts d6c32b212a use wp for localization string 9 years ago
Jens Ulferts 4600b48b38 avoid extra loop 9 years ago
Jens Ulferts b33244ea67 only check for existence in db 9 years ago
Jens Ulferts e544eb0653 eager load associations required for validation 9 years ago
Stefan Botzenhart 1f53f5472e Code style enhancements to fight against bad scoring 9 years ago
Jan Sandbrink 17940bf02c change validation of WP children 9 years ago
Alex Coles 29d9814347 Prefer Project.allowed_to to .allowed_to_condition 9 years ago
Alex Coles 787a35c9db Add explicit join references in models 9 years ago
Alex Coles b2790b8db1 Migrate deprecated .update_all with conditions 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 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles abf4a011f0 Fix copying of versions on Project copy 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