Commit Graph

184 Commits (66fa1346cddae419775f3f1f77abe62970dcca04)

Author SHA1 Message Date
Philipp Tessenow 5828192245 refactor operator-widget to let it do what it was intendet to 14 years ago
Philipp Tessenow 4feeb5b741 save originally selected value of a dependent-filter in html, so that js may restore the value later 14 years ago
Philipp Tessenow f72a5288b3 add convenience functions for dependent handling in filter/base.rb 14 years ago
Philipp Tessenow 5cd1ff3f8f dependent filters have a margin-left css-property 14 years ago
Philipp Tessenow 56b6ad3179 optionally differentiate between option values and label when narrowing dependent values 14 years ago
Philipp Tessenow 0f77fb92fb have a hidden operator box to not disturb our js when we have only one available_operator 14 years ago
Philipp Tessenow aa3bb8e7be remove the any_operator 14 years ago
Philipp Tessenow 4a7d6c7638 we may have inactive filters now - which use a magic value <<inactive>> 14 years ago
Philipp Tessenow 999fe44be1 if there is only one operator to choose, just print it (without having a select box with one element only) 14 years ago
Tim Felgentreff 9606559125 remove legacy support for named reports 14 years ago
Tim Felgentreff 89ea30309c render default action in show 14 years ago
Tim Felgentreff 8e972b5d8b fix previous commit. the session might not contain a query 14 years ago
Tim Felgentreff 36d22ec172 store the active query name in the session as well, as long as applicable 14 years ago
Tim Felgentreff bc63f0862a Do not throw RecordNotFound in find_optional_report 14 years ago
Konstantin Haase f3a3e32056 current_user_id is no longer used 14 years ago
Konstantin Haase 0a9b48cc85 make user_id key flexible 14 years ago
Konstantin Haase 439ec1c29c try super first, this is a mixin 14 years ago
Tim Felgentreff 8d4efffb15 only store the passed query in the session if it is accessed via _show_ 14 years ago
Tim Felgentreff f24138bbe3 remove lost debugger statement 14 years ago
Tim Felgentreff ff89ce5068 provide a store_query method (query -> session) to mirror the build_method (session -> query) and use it 14 years ago
Wieland Lindenthal eff4e74887 Reworking remove buttons of filters using hidden field for data storage and siemens styles for layout. 14 years ago
Tim Felgentreff f5d5a06037 make toggleFieldset work again on settings 14 years ago
Philipp Tessenow 9e4d425700 have an empty query description when no description was given 14 years ago
Philipp Tessenow 7f4f40fc70 hand out copies of @table_join only, to avoid accidential modification - fixes #18487 (financetraining.siemens.com) 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
Gregor Schmidt fdfc7e2d28 fixing double escaping bug 14 years ago
Philipp Tessenow a41f4779f2 remove old clear_cache statement 14 years ago
Tim Felgentreff fcaae6013d fix arity - the div boxing was screwed 14 years ago
Philipp Tessenow 2aed3aba38 have valid arity for any-operator 14 years ago
Philipp Tessenow 893fa820c1 have the any-operator as one of our default operators 14 years ago
Philipp Tessenow c656456a1e introduce any-operator 14 years ago
Tim Felgentreff 36d73d88dd dynamic values for immediate dependents work 14 years ago
Philipp Tessenow 011eda9044 alter the dependents-model so that each filter may have only _one_ dependent 14 years ago
Tim Felgentreff 352609787a make getting dependent available values a before filter, to be able to call it from all routes 14 years ago
Konstantin Haase 5d4debbf74 don't try to be smart in map_field 14 years ago
Philipp Tessenow c03c0e3174 dont have " in json output 14 years ago
Philipp Tessenow f7f1cb4ae1 generate multiple dependents into data-dependents 14 years ago
Philipp Tessenow e758564d81 use usage_reportings dependents methods 14 years ago
Tim Felgentreff 23f0d15439 attach to filters with dependents. the controller action is basically what it should be, the missing link is the Reporting.Filters.narrow_values function, where we have to call the controller action, give it the dependency from which it is called and the dependent name on which it should return values. the controller will (as already implemented) return the list of available values as json, so the JS then has to update the selectbox 14 years ago
Philipp Tessenow c827477e9b introduce dependents 14 years ago
Tim Felgentreff 2137a99a96 fix clear and filter restore JS via className since the class name has changed 14 years ago
Tim Felgentreff 91e1f10c10 #18590 - use small width for number text boxes 14 years ago
Wieland Lindenthal 5f53330588 changed label as it actually is about new report. 14 years ago
Tim Felgentreff 7e10bb8614 #18528 Reintroduced gray bg 14 years ago
Tim Felgentreff 3ccf87b520 #18590: Texteingabefeld zu groß - removed hard-coded size 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
jwollert 26389f8bfd fix ticket #18534 by putting rename into before_filter to resolve id params 14 years ago
jwollert d78e8f8390 use callables to provide field mappings for table rendering 14 years ago