Commit Graph

809 Commits (9a882faf14c7d080ff9767c50c3d34439558935f)
 

Author SHA1 Message Date
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
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
j.wollert 4e91bdc74d adds missing translations for group_by ui 14 years ago
rkh 5244931434 set alignment css classes in entry table 14 years ago
p.tessenow a6584c178a fix IE bug that appeared when adding ajax-reloadable filters 14 years ago
rkh d45e21248f Specs for Custom Fields group by 14 years ago
rkh ecf765cc92 Specs for Custom Fields filter 14 years ago
rkh 1f5dc5df6f Remove count column from table. Fixes #3595. 14 years ago
t.felgentreff 1a063dae26 show redmine sort arrows 14 years ago
t.felgentreff 6b93d08da4 fix couple of typos 14 years ago
t.felgentreff 64b15ac33a rely more on the raw-data for sorting 14 years ago
t.felgentreff 13df369e86 wrap raw-data in quotes 14 years ago
t.felgentreff a396d657bc escape field representation 14 years ago
t.felgentreff 9698f12e74 add a map to the reporting helper sporting the sortable representation of a field and use that for raw-data for the JS sort 14 years ago
t.felgentreff 41a4766fda remove the date-sorting in JS, use a raw-data attribute if available for sorting and sort numbers and issues numerically 14 years ago
t.felgentreff c70048c356 client-side sortable tables 14 years ago
w.lindenthal a3d3226505 Changed default text-alignments in details view of cost reporting to the left. 14 years ago
w.lindenthal 7741315e0f Changes to reporting tables to work better with generated themes. ".list" style removed. Alignments added to table headers. 14 years ago
p.tessenow 63c36ca5ad made the reporting without group_bys looking more like the old reporting (btw: added a comments row) 14 years ago
p.tessenow 6d3a0721f3 fix important fields in result.rb 14 years ago
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