Commit Graph

443 Commits (ef52304e64d1389e2b706202eddbbdcc289cafcc)

Author SHA1 Message Date
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 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 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 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
j.wollert aa04de2725 don't need to explicitly call on class there as we're in the right scope anyway 14 years ago
p.tessenow d294d7585c display link to cost object only if the user has the permission to see cost_objects in our results table 14 years ago
p.tessenow ec01c026bd fixed bug #3508 - 'Gruppierung nach Cost Object führt zu Fehler' 14 years ago
t.felgentreff 34718736f9 add a singleton value to allow multi-grouping only in rows or columns 14 years ago
t.felgentreff c2420620d7 #3305 Week filter looks wrong 14 years ago
t.felgentreff a43ac65c16 #3305 Rename year, month, week and date 14 years ago
t.felgentreff 1647e5fdd3 #3305 Year values look wrong 14 years ago
t.felgentreff e85c2d52d2 #3305 Year value sorting is wrong 14 years ago
t.felgentreff c297208534 set the filters properly for the link on the start page 14 years ago
t.felgentreff f5f27be37f fix bug forcing default filters 14 years ago
t.felgentreff eef51dfa4d if the cost type filter has been applied manually, only show a subset of tabs 14 years ago
t.felgentreff e2b3fb57e3 the cost type filter applied through unit tabs should not be displayed 14 years ago
t.felgentreff 853bcf8726 for multiply applying cost_type_id filters, allow setting it to dont_display on a per-instance basis 14 years ago
t.felgentreff a7008f0762 query the chainable instances for display?, delegates to class 14 years ago
t.felgentreff 35c8e3f0c3 fix rkh's fuckup overridding a method he did not know what arguments it took 14 years ago
p.tessenow 79ae0a11eb fixed bug #3496 'MySQL Error bei Aufruf der Reports-Seite' 14 years ago
p.tessenow d34f9f0163 removed drag-n-drop group_bys as (according to wieland) we should face this topic later 14 years ago
j.wollert 03228a9fe2 hover remove for filters. looks a bit odd, still 14 years ago
t.felgentreff 1e55977f48 merge upstream reporting_merge 14 years ago