Commit Graph

210 Commits (e5acbcdbec6d94a9fea1e93ac8ae9ebb0e594464)

Author SHA1 Message Date
slawa bfc414d245 Fix the sql generated ( IN clause ) for collections 11 years ago
Sebastian Schuster bfba482ff9 Added copyright notices 11 years ago
Christian Rijke 09d520ebad Remove code that patches the current_user setting. 11 years ago
Jens Ulferts 2967e30ae7 uses first descendant of ActiveRecord::Base to determine "ON" clause attribute 12 years ago
Jens Ulferts 9e7bc3e128 removes uninformative comment 12 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
Sebastian Schuster e28bbe9923 Changed translations to actually translate upon requesting the label 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 f71001dc15 Changed the printed label to contain the translated text instead of symbols to be translated when finally printing out 12 years ago
Sebastian Schuster 86791c932c Moved files around to get autoloaded by rails and removed the 12 years ago
Michael Frister 3e5c5e3f67 Update structure for rails 3 12 years ago
Markus Kahl 5619159c30 additional_operators has to be an instance method 13 years ago
Markus Kahl 43eca3cc45 additional_operators has to be an instance method 13 years ago
Markus Kahl e9ebfd605d accept additional operators that are used programmatically 13 years ago
Markus Kahl 976ac0f84f accept additional operators that are used programmatically 13 years ago
Philipp Tessenow c8bd71de66 add documentation for filters available_values and label_for_value functions 13 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 e32d1a5404 prefix group_bys per default, again. fixes spec failures on postgresql 13 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
Tim Felgentreff c43244a08b add a hook on the instance side for Filter#display? 13 years ago
Philipp Tessenow f06979e08e introduce new ?! (counterpart to ?=) operator 14 years ago
jwollert 26c25aaf82 remove parent call from GroupBy#select_fields. should be responsibility of #all_select_fields and that way manually setting them for one element in the chain does not mess up queries by adding fields twice 14 years ago
jwollert a5b64c84fc don't prefix group_fields by default to allow easier aliasing 14 years ago
jwollert e1b9a27568 Revert "Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join." 14 years ago
jwollert 3ef144e2b0 Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join. 14 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 2cea6e9ea6 don't rely on l() method in engine 14 years ago
Tim Felgentreff fa0c9bde46 before_filter blocks differ in scope bw Rails 2 and 3 14 years ago
Tim Felgentreff c86adf1f58 don't use ConnectionSwitcher in generic code 14 years ago
Philipp Tessenow 09e84f06f1 go for valid html 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
jwollert 3f749fa8cd delegate Chainable calls of #table_joins, #table_name, #field, #display?, #help_text and #underscore_name to class 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
jwollert 70cc8b9545 fix engine call for Report and its Subclasses 14 years ago
jwollert e153ed6ba1 we don't enforce. ain't no cops, dude 14 years ago
jwollert 58fa770c02 some methods to indicate the assumed input of an operator 14 years ago