Commit Graph

548 Commits (f43208c00d1b4057918db8466acf8670d8b6132e)

Author SHA1 Message Date
Sebastian Schuster cf1a459f5b Moved reportingengine out of the openproject namespace 12 years ago
Sebastian Schuster 63883ad54e Moved assets 12 years ago
Sebastian Schuster ece2f6395c Converted reporting_engine into a Rails engine 12 years ago
Martin Linkhorst 21ea389a19 syntax error fixes, probably a ruby 1.8 => 1.9 problem 12 years ago
Michael Frister 7d00a91f66 Update load paths for gem structure 12 years ago
Michael Frister bd74e51d1c Fix switch for 1.9 12 years ago
Michael Frister 3e5c5e3f67 Update structure for rails 3 12 years ago
Romano Licker 774a0f3876 use correct rename icon and correct styling a little 12 years ago
Philipp Tessenow fef66bbc31 refactored Widget::Setting's render method to be more flexible when rendering controls; remove rendering of cost_type settings as thats a redmine_reporting feature 13 years ago
Philipp Tessenow 221865942d moved cost_types widget into redmine_reporting plugin as its not an engine feature 13 years ago
Philipp Tessenow 05010e7091 give new hidden remove img a class to make it style-able later 13 years ago
Markus Kahl 5619159c30 additional_operators has to be an instance method 13 years ago
Markus Kahl 43eca3cc45 additional_operators has to be an instance method 13 years ago
Markus Kahl e9ebfd605d accept additional operators that are used programmatically 13 years ago
Markus Kahl 976ac0f84f accept additional operators that are used programmatically 13 years ago
jwollert 12fd95489a restrict mass_assignable fields through attr_accessible. not terribly useful at the moment, as we don't mass_assign 13 years ago
Martin Linkhorst dad3429686 focus on :user_id later 13 years ago
Martin Linkhorst fae3145eb2 added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
Jens Ulferts b23680f0fe only render selectable filters 13 years ago
Jens Ulferts 6b73184055 have cost types rendered as a fieldset with radiobuttons along with the other settings 13 years ago
Jens Ulferts 05fe3cdfc6 harmonizing reporting filter representation with core 13 years ago
Jens Ulferts 5584f5815a accessibility - wrapping the group by groups into fieldsets 13 years ago
Jens Ulferts ee43cde628 replacing "remove" background image with image tag 13 years ago
Jens Ulferts b9a263e854 accessibility - providing context for filter operator and value 13 years ago
Jens Ulferts 3edaf4a9f6 alt tags for images 13 years ago
Jens Ulferts 0dccee383e prevent xss vulnarability caused by defining custom fields with malicious names 13 years ago
jwollert c022aeccb2 fixin' an xss vulnerability in query_name widget. 13 years ago
Romano Licker 548ee22f50 [accessbility] add title on remove button for filters 13 years ago
Romano Licker 2914a287ef [accessibility] label for operator 13 years ago
Romano Licker 29f6b7524c [accessibility] labels for multiselect 13 years ago
Romano Licker b56ac1d8ac [accessibility] add label to filter text boxes 13 years ago
Romano Licker bfdb7269a9 [accessibility] add label to 'date'-fields 13 years ago
Romano Licker a1595b8030 [accessibility] label on 'add filter' 13 years ago
Romano Licker ff1c848d82 [accessibility] give rows/columns a h3 tag in order 13 years ago
Romano Licker 39ed659834 [accessibility] make legends on fieldsets tabable 13 years ago
Philipp Tessenow 6bac0f7b0e fixed bug, which came when clicking on non-labour-costs on an issues detail page 13 years ago
Philipp Tessenow a5c62b6b1d add option to Filters::Option Widget, which allows us to better specify the option-tags to render 13 years ago
Philipp Tessenow cce5c9a095 if a filter is a heavy filter, render the heavy filter widget 13 years ago
Philipp Tessenow 24cefacfda added heavy filter widget 13 years ago
Philipp Tessenow e702b0f534 an operator is not changable anymore, when rendered for a heavy filter 13 years ago
Philipp Tessenow 5ef9006ff3 removed old TODO-comment 13 years ago
Philipp Tessenow c8bd71de66 add documentation for filters available_values and label_for_value functions 13 years ago
Markus Kahl 5b487766ad let the js know when a filter is a dependent one 13 years ago
Markus Kahl 5690b5274e Values expected as ["1", "2"], sector_id yields [1, 2] which when combined with that gsub! stuff equals BOOOM! 13 years ago
Markus Kahl c1611b1c80 fixed multi_choice filter value restoration 13 years ago
Markus Kahl 47de452ad6 in principle working, though a bit too much perhaps 13 years ago
jwollert bfe43c4936 don't swallow errors in Controller#available_values 13 years ago
jwollert 12bef5ea7b web standards: pretty neat, right? 13 years ago
jwollert d05708cc11 always use the current controller when creating the link to available_values 13 years ago
Felix Schäfer 32167a14c5 Remove debugger statement. 13 years ago