Commit Graph

62 Commits (d5b84242cfe87821c174a9f5612d8c839823b611)

Author SHA1 Message Date
Christian Rijke 09d520ebad Remove code that patches the current_user setting. 11 years ago
Sebastian Schuster 2d87f07be1 Made sure we have an array of values to mimic the behaviour 12 years ago
Christian Rijke 0b5b8764ec Inline 'stream' method as it is used only once and passing a block argument and capturing it doesn't work properly for streaming. 12 years ago
Christian Rijke c4756de0d8 Revert "Return html in response instead of redirect url." 12 years ago
Christian Rijke 8923bd5529 Return html in response instead of redirect url. 12 years ago
Christian Rijke 1558fc5580 Remove dead code, rails 2 code and reformat one-line methods. 12 years ago
Sebastian Schuster 86791c932c Moved files around to get autoloaded by rails and removed the 12 years ago
Sebastian Schuster cf1a459f5b Moved reportingengine out of the openproject namespace 12 years ago
Sebastian Schuster ece2f6395c Converted reporting_engine into a Rails engine 12 years ago
Michael Frister 3e5c5e3f67 Update structure for rails 3 12 years ago
jwollert bfe43c4936 don't swallow errors in Controller#available_values 13 years ago
Felix Schäfer 32167a14c5 Remove debugger statement. 13 years ago
jwollert 15f8c57d97 adds json dependency 13 years ago
jwollert 8bd7c663c0 fix restoring filter values and selecting the options (for other browsers than chrome) 13 years ago
Jens Ulferts 8cee1930ce fixing json-parsing of empty values 13 years ago
jwollert 58cddf9177 merge origin/master 13 years ago
Felix Schäfer 9e193b1805 Make sure the right adapter is used, not necessarily AR::Base 13 years ago
Felix Schäfer 5e8a6d282e PostgreSQL fix. 13 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
jwollert 13adfcd85b reactivate table widget to make switching between table types easier 14 years ago
Tim Felgentreff 4b0dbadd69 only render the table widget without layout, if the request is XHR 14 years ago
Tim Felgentreff 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 14 years ago
Tim Felgentreff fa0c9bde46 before_filter blocks differ in scope bw Rails 2 and 3 14 years ago
jwollert 8582de210f Ticket #19639: don't use Chainable#field in our session, as it may delegate to db_field and consequently brakes const lookup in Controller#build_query 14 years ago
Markus Kahl 30c236aa3e Introduce method which indicates whether a query should be made public. 14 years ago
Markus Kahl 186fe3cbf2 +optional clause for #find_optional_report query 14 years ago
Markus Kahl 78b9e72664 Use private/public!? everywhere. 14 years ago
Philipp Tessenow 80e30fe1e3 handle nil more careful when deleting session data 14 years ago
Tim Felgentreff 448d55a1fe Rethink storing the name in the session (for excel exporting). Name is only removed if force_default?, but renaming stores the new name 14 years ago
Tim Felgentreff 9294d94393 Remove the current report name from the session, if we go back to the index 14 years ago
Tim Felgentreff f1c47a2bab [FIT #19060] Redirect to default report upon deleting an old one 14 years ago
jwollert 7cfcaad52a only allow certain users to delete queries 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
Philipp Tessenow c2dc810b1b correctly narrow values of the labels are not equal to values 14 years ago
Philipp Tessenow 938a2a29c8 comment for narrow_values in controller.rb 14 years ago
Philipp Tessenow 7d02d35c49 correctly narrow values for dependents which dont have the name of their fields 14 years ago
Tim Felgentreff 391a6b9583 make deactivation of progressbar available in controller through @no_progress 14 years ago
Tim Felgentreff f58eeeeb56 actually render the progressbar as response 14 years ago
Tim Felgentreff ad95133671 add progress reporting and streaming to engine 14 years ago
jwollert 8687541d9f introduce progressbar widget 14 years ago
Philipp Tessenow 154101d49b introduce special <<null>> value when narrowing values to not confuse nil and empty strings 14 years ago
Philipp Tessenow 56b6ad3179 optionally differentiate between option values and label when narrowing dependent values 14 years ago
Philipp Tessenow 4a7d6c7638 we may have inactive filters now - which use a magic value <<inactive>> 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