Commit Graph

225 Commits (107abe61b8b1980ac7315df6365f75c1d22a8283)

Author SHA1 Message Date
Philipp Tessenow 882179c8b3 removed the newly introduced plugin-folder 14 years ago
Philipp Tessenow 9fc095317c move plugin into a folder. this makes deployment easier and enables us to have more than just one plugin in this repo 14 years ago
Philipp Tessenow 65922a354c move plugin into a folder. this makes deployment easier and enables us to have more than just one plugin in this repo 14 years ago
Philipp Tessenow ff23b30616 reverted c998d6a as this went to the hotfix-branch 14 years ago
Philipp Tessenow c998d6aeab added mysql2-gem support 14 years ago
p.tessenow 79e2d81333 added heavy filters. issue is now a heavy filter 14 years ago
t.felgentreff 92c7b97cca Revert "only display cost types that matter in reporting" 14 years ago
rkh dceea5ad66 only display cost types that matter in reporting 14 years ago
rkh c8f28e2f44 Add more issue fields to group bys. Fixes #3666. 14 years ago
rkh af26a053b3 display custom field group bys as issue attributes 14 years ago
j.wollert ef52304e64 fix for single values on operators. ticket #3661 14 years ago
j.wollert 46d7faaf3b have to reverse filters too, of course 14 years ago
j.wollert 965acf07ef fixes #3659. deserialize used the wrong order of group_bys 14 years ago
j.wollert 42e7d5b36a localized error message for integer validation 14 years ago
j.wollert b53bb65901 recursive integer validation and small validation api changes 14 years ago
j.wollert 750204e708 typo in int validation error message 14 years ago
j.wollert 6299df113d localized error message for integer validation 14 years ago
j.wollert 2f36245eb0 recursive integer validation and small validation api changes 14 years ago
t.felgentreff 3838f6ad7f allow chainable's to declare themselves 'singleton', e.g. being the only of their kind in a chain 14 years ago
t.felgentreff d08626d3e2 make sure serialization works with chainable-specific options 14 years ago
t.felgentreff a388c7626b implement serialize for chainable's and by extension the cost query 14 years ago
j.wollert fffcf3acec removed tweek, tmonth, tyear 14 years ago
p.tessenow c132cd16bb removed tweek, tmonth, tyear 14 years ago
j.wollert 08940972b4 typo in int validation error message 14 years ago
j.wollert bcb9456ed7 prevent the user from sending strange filter configurations 14 years ago
j.wollert 8434bde53c prevent the user from sending strange filter configurations 14 years ago
rkh 5e7892e91d Display custom fields as issue properties in filter UI. 14 years ago
rkh 22a3ea07d9 Display custom fields as issue properties in filter UI. 14 years ago
p.tessenow 94db80a1c5 fix important fields in result.rb 14 years ago
j.wollert a0b17f60e5 date error message gets localized 14 years ago
p.tessenow 52d4586fda fixed order of availalbe_operators of project_id filter 14 years ago
p.tessenow b636f225fe fixed w-operator test as it was always failing on sundays 14 years ago
p.tessenow abcc5f12a8 use descendants instead of children for child_projects operators 14 years ago
p.tessenow 5a0684c4a3 =,! including child projects operators now use validations 14 years ago
p.tessenow a96bf0cd15 fixed validation array conversions as the default to_a is deprecated (i.e. on integers) 14 years ago
p.tessenow 4c00f8bb29 renamed validation 'numbers' to 'integers' and added validation code 14 years ago
j.wollert 4efbd86b88 validation api magic. date validation is the only thing implemented, though 14 years ago
j.wollert e98365ee0e moves duplicate validation code to its own module 14 years ago
p.tessenow 9645da6f9a added = ! operator variations that handle subprojects 14 years ago
p.tessenow b74f296cc2 ! operator ignores nil-values when an array of values is given 14 years ago
j.wollert 9cb9d1f308 get rid of that ugly reject 14 years ago
j.wollert a21e1fce9f date validation is now recursive so we get all possible errors 14 years ago
j.wollert 6b142e07b2 validation error messages are now generated by the filters operator 14 years ago
j.wollert 0f6017f4c4 filters can now be invalid given certain combinations of values and operators. by default, a filter is valid 14 years ago
j.wollert 0dfa835a23 custom_field drilldown fix now without introducing new bugs. nice 14 years ago
p.tessenow d81b85d333 fixed Bug #3548 14 years ago
p.tessenow 6adba68fba fixed bug - '!'-operator wasn't working anymore due to sometimes missing ')' 14 years ago
p.tessenow 96b6f20c13 fixed bug - 'w'-operator wasn't working anymore due to arity issues 14 years ago
j.wollert 69b78b10b7 fix crash on custom field drill down 14 years ago
p.tessenow 06148613ab available_values-functions handle their parameters more flexible now. 14 years ago