Commit Graph

45 Commits (c396a364054d15c993f0650a43a523c2ba09f363)

Author SHA1 Message Date
jwollert 8d616ae321 use GET for delete action again 14 years ago
jwollert 59fe1090c9 reintroduce display:none style for delete popup 14 years ago
Tim Felgentreff eee45277e5 Revert. This is not needed anymore, because the @query.new_record? and permission states are coded into the cache_key, so we cache controls multiple times for different combinations of permissions 14 years ago
Tim Felgentreff 79d0b43793 [FIT #19136] Upon saving a private report, the "Save As" button is still labeled with just "Save". This is a cache-invalidation problem (the report was previously 'new', so we had cached this widget's html, even though it depends on the save-status of the widget, too). Solved by adding the new_record? state to the cache_key for controls, and actually have controls inherit from Widget::Controls 14 years ago
Philipp Tessenow 32d0dc4065 unify use of maybe_with_help() helper. fix missing help icon near save button 14 years ago
jwollert d5a28204ac Settings should not be cached due to changing permissions and query states 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
Tim Felgentreff 268f51fc75 [FIT #19061] Hide SaveAs and Delete popup widgets per default. 14 years ago
Markus Kahl 3d1ba705bf enabled help for SaveAs button 14 years ago
Markus Kahl 6e6f0acf84 Enable show_at_id for tooltips. 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 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 c04fc02b6c Add permission options to controls 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 87e162b09a enabled help for SaveAs button 14 years ago
Markus Kahl 0d7bf4a0a4 Enable show_at_id for tooltips. 14 years ago
Markus Kahl b71bf13c57 Use cordinc_tooltip; made icon and diff customizable. 14 years ago
Tim Felgentreff 753843fd33 transition all widgets to canvas api 14 years ago
Markus Kahl 233ff32a79 Enabled help text for Clear Control. 14 years ago
Markus Kahl d4139e3147 changed help icon 14 years ago
Markus Kahl 2d2d4f9a6d Integrated help widget rendering into Widget Base. Implemented custom rendering for Filters and GroupBy Widgets. 14 years ago
Markus Kahl 8ce3318d34 Added Help Widget and put one next to the filter selection for demonstration. 14 years ago
Wieland Lindenthal 90703d6987 Buttons have apply and secondary style and icons. 14 years ago
Wieland Lindenthal f2e125ff3a Added button styling for delete link of reports 14 years ago
Wieland Lindenthal 5f53330588 changed label as it actually is about new report. 14 years ago
Tim Felgentreff cf927355c8 #18539 Bei neuen Reports nur 'Save' Icon und Label und nicht die Save-As-Variante bei gleicher Funktionalität. 14 years ago
jwollert b844741bc6 make save button fancy 14 years ago
Tim Felgentreff d34c9cee1d move common controller code into a mixin 14 years ago
jwollert 6206b4647d implement clear widget 14 years ago
jwollert 05401c64de introduces data attribute in query_name widget to check if query.new_record? 14 years ago
Tim Felgentreff 4b7f66fceb slight fix for control buttons 14 years ago
Tim Felgentreff b9f7f75e2f remove spans 14 years ago
Tim Felgentreff aacfa920eb json is not html_safe 14 years ago
Tim Felgentreff 585faa1719 shorten html 14 years ago
Tim Felgentreff 2d9837b85e move popup's delete-cancel button behaviour to pure JS 14 years ago
Tim Felgentreff ff2fdf16a1 fix and cleanup in-place-editing 14 years ago
Tim Felgentreff 8752efb86e display all of the save_as popup 14 years ago
Tim Felgentreff bcd0198bf1 fix url_for call 14 years ago
Tim Felgentreff 3e574c9051 fix typo 14 years ago
Tim Felgentreff da43824de6 save as is called save if the query isn't currently saved 14 years ago
Tim Felgentreff e213d81737 minor cleanup 14 years ago
Tim Felgentreff e2be0fd6e1 implement saveAs widget and move all those link_to_functions into pure JS 14 years ago
jwollert 6cf7fb8eb6 use the right id to serialize the filter form 14 years ago
Tim Felgentreff dbc1fc11c8 widgetise controls/buttons 14 years ago