Commit Graph

714 Commits (ce9ca6b51a9a5991f8f715791ef12d891e738a6a)

Author SHA1 Message Date
jwollert b4cbb1c204 don't need #== method for reports anymore 14 years ago
jwollert 1b9bb59cf7 fix broken Report#cache_key method, needs to be independent filter order 14 years ago
jwollert c36ce96747 replace ugly, hackish, broken cache_key with sublime, efficient and working implementation 14 years ago
jwollert 7710f05998 use DELETE method instead of GET on delete 14 years ago
jwollert 7065a9b360 use DELETE instead of GET on delete button 14 years ago
Konstantin Haase 2850f1bd72 fix engine for filters/group_bys that are not being subclassed (like singleton value) 14 years ago
jwollert 0306e94538 render xls export link 14 years ago
Tim Felgentreff 268f51fc75 [FIT #19061] Hide SaveAs and Delete popup widgets per default. 14 years ago
Markus Kahl 01cab3618e removed hard-coded help texts and made them configurable 14 years ago
Markus Kahl df635d46a6 Set help texts for filter and group-by legends. 14 years ago
Markus Kahl f701f1ce7a Enabled help for filter and group-by legends. 14 years ago
Markus Kahl 3d1ba705bf enabled help for SaveAs button 14 years ago
Markus Kahl 8820cde840 fixed indentation 14 years ago
Markus Kahl 6e6f0acf84 Enable show_at_id for tooltips. 14 years ago
Markus Kahl 7ad327f73b Consider help text from render_with_options (bugfix). 14 years ago
Markus Kahl d2e2e146ee Use cordinc_tooltip; made icon and diff customizable. 14 years ago
Markus Kahl d9980d408c Enabled help text for Clear Control. 14 years ago
Markus Kahl c134acbedf Help texts for individual filters. 14 years ago
Markus Kahl 6a0f39b397 Make help text an instance variable and 14 years ago
Markus Kahl edfb2673f7 only render a help icon next to one of the two group-by selections 14 years ago
Markus Kahl 3a86896c1b changed help icon 14 years ago
Markus Kahl 33644dff5f Integrated help widget rendering into Widget Base. Implemented custom rendering for Filters and GroupBy Widgets. 14 years ago
Markus Kahl 9c956977e6 Added Help Widget and put one next to the filter selection for demonstration. 14 years ago
Tim Felgentreff f1c47a2bab [FIT #19060] Redirect to default report upon deleting an old one 14 years ago
Philipp Tessenow 7da3f3b0a2 define the heavy-report threshold in init.rb as a global setting 14 years ago
jwollert 7cfcaad52a only allow certain users to delete queries 14 years ago
jwollert 7940a8d6e4 fix broken Report#cache_key method, needs to be independent filter order 14 years ago
jwollert 5be83ed842 don't need #== method for reports anymore 14 years ago
Philipp Tessenow 5cdc1e3352 map value, but convert nils different now. So they can stay at the end of the table 14 years ago
Markus Kahl 9ff9b16948 Introduced #never_select and #never_group_by. 14 years ago
Philipp Tessenow 48d70e548c change typo in comment 14 years ago
Markus Kahl eb45137c82 removed debug hack 14 years ago
Tim Felgentreff 3e6e493e3c Don't cache the settings widget, single controls may change depending on the current user 14 years ago
Tim Felgentreff 6ca903a2d3 Fix incorrect implementation for writing widgets to string canvas 14 years ago
Tim Felgentreff 83ad9014ab Calculate cache_key only once 14 years ago
Tim Felgentreff 9a560b19d9 Initialize widget @options to empty hash 14 years ago
Tim Felgentreff c04fc02b6c Add permission options to controls 14 years ago
Tim Felgentreff cda55ff979 Make rendering options part of the cache_key for widgets 14 years ago
Tim Felgentreff 3152cb7eab All reporting engine controllers must implement allowed_to? and current_user for the widgets to use 14 years ago
Tim Felgentreff 2d36ce426c Include widget name in widget caching 14 years ago
Konstantin Haase 4f5775380a replace ugly, hackish, broken cache_key with sublime, efficient and working implementation 14 years ago
Tim Felgentreff b728394938 Faster path first 14 years ago
Tim Felgentreff 86ba13175b Don't cache the Label widget - we don't regard the query name for comparison, and it won't change the result 14 years ago
Markus Kahl 48b9d9edec removed hard-coded help texts and made them configurable 14 years ago
Markus Kahl f423fbfd4a Set help texts for filter and group-by legends. 14 years ago
Markus Kahl d0a8d43de6 Enabled help for filter and group-by legends. 14 years ago
Markus Kahl 87e162b09a enabled help for SaveAs button 14 years ago
Markus Kahl bdf200bbfa fixed indentation 14 years ago
Markus Kahl 0d7bf4a0a4 Enable show_at_id for tooltips. 14 years ago
Markus Kahl 96e6775361 Consider help text from render_with_options (bugfix). 14 years ago