Commit Graph

556 Commits (94db80a1c579238e9edc885454f117122d5b5286)
 

Author SHA1 Message Date
p.tessenow 94db80a1c5 fix important fields in result.rb 14 years ago
rkh 9e5e426d9f Make specs pass on postgres. 14 years ago
rkh a4c2057f20 don't display drill down links for now 14 years ago
j.wollert a0b17f60e5 date error message gets localized 14 years ago
j.wollert cb6ee1a78c refs #3581 select options get updated after filter clear now. desperately needs a test 14 years ago
p.tessenow 52d4586fda fixed order of availalbe_operators of project_id filter 14 years ago
p.tessenow 8c26ebf2c2 modified translations to be easier understandable 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 55b5cb0c1f !,=(including child projects)-operator-tests now use decendants instead of only direct children 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
p.tessenow 8a8ba66093 added tests for !,= including child_projects operators 14 years ago
p.tessenow 2efe9f7912 compute real costs test is not pending anymore 14 years ago
p.tessenow 768503659d added helper method for created a random project 14 years ago
p.tessenow e4add6b31a added some more arity tests 14 years ago
p.tessenow 1918822b9b removed 'project_id filter has only default operators' as this is not the case anymore 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
p.tessenow fafff97904 fixed reporting.js indendation 14 years ago
p.tessenow f3aa22ad92 Fixed Bug #3534 - 'Filter-Werte die sich in Textboxen befinden werden nicht nicht wieder hergestellt' 14 years ago
j.wollert c093ef1dce make sure reseting select values gets called only on select elements 14 years ago
j.wollert 69b78b10b7 fix crash on custom field drill down 14 years ago
p.tessenow 52dd43976c refactored reporting.js to handle asynchronous ajax requests when loading filters 14 years ago
p.tessenow 62668dd61f on put ajax-requests on filters where we have data to load 14 years ago
p.tessenow 761ab7288e do not answer available values if the filter does not have any 14 years ago
p.tessenow 226438cf26 parameter cleanup for _multi_values partial 14 years ago
p.tessenow b2e571738c available_values are now loaded on user request (ajax) - fixes #3490 14 years ago
p.tessenow 74863dd77e small cleanup for _filters.rhtml 14 years ago
p.tessenow 06148613ab available_values-functions handle their parameters more flexible now. 14 years ago
p.tessenow a6077667fd the project_id filter is applied depending on the project the user currently works with 14 years ago
p.tessenow 7fa0344db9 fixed cost_report-link bug in top_menu - now the project_scope is removed for global reporting 14 years ago
p.tessenow 72178ab8df replacing .dup with .clone unfortunately wasn't the fix for the 'mysteriously appearing filters' problem. But this should finally be the fix 14 years ago
p.tessenow 64cb3b78ba added tool-tip to drill-down link, which now btw looks like this [+] 14 years ago
p.tessenow db578862f1 fixed Bug where the session was manipulated by accident 14 years ago
rkh b84161a1d3 show drill down link only on hover 14 years ago
rkh c645bf5857 Implement drill down. Fixes #3229. 14 years ago
rkh 8fc484e089 Fixed constant lookup issue with generated subclasses. 14 years ago
rkh 093fcd4536 Show edit/delete links in cost report only if authorized. Fixes #3327. 14 years ago