Commit Graph

375 Commits (32d0dc4065a02fabaa0675e536c1898d54c96bce)

Author SHA1 Message Date
Philipp Tessenow 32d0dc4065 unify use of maybe_with_help() helper. fix missing help icon near save button 14 years ago
jwollert b101029f2b fix progressbar interval calculation. SIZE MATTERS 14 years ago
jwollert ba5599a558 Revert "map value, but convert nils different now. So they can stay at the end of the table" 14 years ago
Markus Kahl 9d072b59cd introduced 'hooks' for partitioning and moved actual logic into UR 14 years ago
Philipp Tessenow 9b3a5ae16c fix broken help-widgets in field-tags 14 years ago
Philipp Tessenow 5bd0d2adf2 refactor help-text widget + some documentation 14 years ago
Philipp Tessenow 667303f9ab let widget's write() return the written string 14 years ago
Markus Kahl cd71417028 moved partitioning into extra method. Made it work with several number_of-group-bys. @TODO move to UR. 14 years ago
Markus Kahl 16511e0127 hard-coded partitioning on ruby side 14 years ago
Tim Felgentreff 3390ebce73 Fix: throw != raise 14 years ago
Tim Felgentreff 366bedd8b4 Add a short text above the progressbar 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