Commit Graph

1621 Commits (6ebb599cbdf3bc837276bb2a425633ba95ea5d17)
 

Author SHA1 Message Date
rkh d24ab0ea5d Make specs pass on postgres. 14 years ago
rkh 15f7171b45 don't display drill down links for now 14 years ago
j.wollert 79b14dec5a date error message gets localized 14 years ago
j.wollert 96ac6c56a1 use prototypes hasClassName instead of string magic 14 years ago
j.wollert e438940031 sorting group by select boxes should work over optgroup borders 14 years ago
j.wollert 9d6dffc96f refs #3581 select options get updated after filter clear now. desperately needs a test 14 years ago
j.wollert 784c483d5a refs #3524 group_bys get cleared properly. needs a test 14 years ago
p.tessenow e9aafdf660 fixed order of availalbe_operators of project_id filter 14 years ago
p.tessenow a870a61e5a modified translations to be easier understandable 14 years ago
p.tessenow 6cdf244f85 fixed w-operator test as it was always failing on sundays 14 years ago
p.tessenow 588c895a82 use descendants instead of children for child_projects operators 14 years ago
p.tessenow efa0fe070e !,=(including child projects)-operator-tests now use decendants instead of only direct children 14 years ago
p.tessenow 083ed0e918 =,! including child projects operators now use validations 14 years ago
p.tessenow a1820b0a83 fixed validation array conversions as the default to_a is deprecated (i.e. on integers) 14 years ago
p.tessenow d1f0ff79ad renamed validation 'numbers' to 'integers' and added validation code 14 years ago
p.tessenow 6bcc476bcb added tests for !,= including child_projects operators 14 years ago
p.tessenow 920796881f compute real costs test is not pending anymore 14 years ago
p.tessenow bfff0a8e79 added helper method for created a random project 14 years ago
p.tessenow 80c7d5d87d added some more arity tests 14 years ago
p.tessenow cdab33dc0e removed 'project_id filter has only default operators' as this is not the case anymore 14 years ago
j.wollert 2c8ea09e1f validation api magic. date validation is the only thing implemented, though 14 years ago
j.wollert f30cdd66e1 moves duplicate validation code to its own module 14 years ago
p.tessenow 7355b08832 added = ! operator variations that handle subprojects 14 years ago
p.tessenow 2601bc6c7b ! operator ignores nil-values when an array of values is given 14 years ago
j.wollert 31202525ba get rid of that ugly reject 14 years ago
j.wollert ac24b6c6fd date validation is now recursive so we get all possible errors 14 years ago
j.wollert 8ed6198511 validation error messages are now generated by the filters operator 14 years ago
j.wollert db407ae997 filters can now be invalid given certain combinations of values and operators. by default, a filter is valid 14 years ago
j.wollert 978cf0bf50 custom_field drilldown fix now without introducing new bugs. nice 14 years ago
p.tessenow 9ed95fa8aa fixed Bug #3548 14 years ago
p.tessenow ca326d8f0f fixed bug - '!'-operator wasn't working anymore due to sometimes missing ')' 14 years ago
p.tessenow 028b50ca0e fixed bug - 'w'-operator wasn't working anymore due to arity issues 14 years ago
p.tessenow a2893fe199 fixed reporting.js indendation 14 years ago
p.tessenow c63cacded7 Fixed Bug #3534 - 'Filter-Werte die sich in Textboxen befinden werden nicht nicht wieder hergestellt' 14 years ago
j.wollert ea554cf2c5 make sure reseting select values gets called only on select elements 14 years ago
j.wollert 76e909d77e comply with standards when using custom values 14 years ago
j.wollert 49d4762d86 fix crash on custom field drill down 14 years ago
j.wollert 6f2cbfc9a2 refs #3524 fixes clearing group_bys 14 years ago
p.tessenow d31410a6d4 refactored reporting.js to handle asynchronous ajax requests when loading filters 14 years ago
p.tessenow cc70371849 on put ajax-requests on filters where we have data to load 14 years ago
p.tessenow 5c38decdbc do not answer available values if the filter does not have any 14 years ago
p.tessenow a728570053 parameter cleanup for _multi_values partial 14 years ago
p.tessenow 2716b2f04b available_values are now loaded on user request (ajax) - fixes #3490 14 years ago
p.tessenow c8513205ee small cleanup for _filters.rhtml 14 years ago
p.tessenow 0055d528c3 available_values-functions handle their parameters more flexible now. 14 years ago
p.tessenow 396660325f the project_id filter is applied depending on the project the user currently works with 14 years ago
p.tessenow 0e67a7273b fixed cost_report-link bug in top_menu - now the project_scope is removed for global reporting 14 years ago
p.tessenow a8adf91a4c 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 8aa07af3e3 added tool-tip to drill-down link, which now btw looks like this [+] 14 years ago
p.tessenow a210f10a12 fixed Bug where the session was manipulated by accident 14 years ago