Commit Graph

226 Commits (ce04677f5572240b51e851f262eb7e1f6b283efe)

Author SHA1 Message Date
Mohamed Wael Khobalatte 8873e55f57 Ensure save and delete are routed properly 9 years ago
Alex Coles 451aa3f1c2 Fix obsolete finder w/cond. in Report::Controller 9 years ago
Alex Coles 861c732403 Teach Report::Result how to ActiveRecord::Result 10 years ago
Alex Coles b168dd87ad Teach SqlStatement#join how to ActiveModel::Name 10 years ago
Jan Sandbrink 2972182ad7 Revert "Fix change cost query unit" 10 years ago
Alexander Bach 4989f9b33d Properly consider all of the filter facets 10 years ago
Alexander Bach e8ea764643 Do not reset existing queries 10 years ago
Alexander Bach f72f117d31 Add remove method to chain 10 years ago
Alex Coles 519f10885a Prefer #map over #collect 10 years ago
Alex Coles 0ccb62381a Normalise syntax with Rubocop 10 years ago
Alex Coles 79ec894041 Use 1.9+ Hash syntax 10 years ago
Jens Ulferts 7b0a59061d fix empty value on filter 10 years ago
Hagen Schink 2d7ec5f534 Handle nested arrays correclty 11 years ago
Hagen Schink c0205dab79 Handle array with single string 11 years ago
Hagen Schink bf1683e67f Handle different parameter types correctly 11 years ago
Hagen Schink 7164d2dc19 Convert all values to strings 11 years ago
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