Commit Graph

1467 Commits (399dbff1d5af0ea03193138d9c3f7af1c28e891f)
 

Author SHA1 Message Date
p.tessenow 068151e379 standard sort is the first row (date) when no group_by is selected -fixes #3512 14 years ago
p.tessenow 23d0ace691 fix IE bug that appeared when adding ajax-reloadable filters 14 years ago
rkh d501d57320 Specs for Custom Fields group by 14 years ago
rkh 6a3011e0f8 Specs for Custom Fields filter 14 years ago
rkh b624844262 Remove count column from table. Fixes #3595. 14 years ago
t.felgentreff 7e3fe1ca39 show redmine sort arrows 14 years ago
t.felgentreff 9fbee794f0 fix couple of typos 14 years ago
t.felgentreff 915289d6bb rely more on the raw-data for sorting 14 years ago
t.felgentreff bc73b94a07 wrap raw-data in quotes 14 years ago
t.felgentreff cc9f7febd7 escape field representation 14 years ago
t.felgentreff 71ad2153eb 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 26617f4a8c 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 a068896dc8 client-side sortable tables 14 years ago
w.lindenthal 6707dbb564 Changed default text-alignments in details view of cost reporting to the left. 14 years ago
w.lindenthal 4c61d80946 Changes to reporting tables to work better with generated themes. ".list" style removed. Alignments added to table headers. 14 years ago
p.tessenow 17360e5ad0 made the reporting without group_bys looking more like the old reporting (btw: added a comments row) 14 years ago
p.tessenow 94db80a1c5 fix important fields in result.rb 14 years ago
rkh 9e5e426d9f Make specs pass on postgres. 14 years ago
j.wollert 241655f5ff permission fix for a redmine without projects whatsoever 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