Commit Graph

3 Commits (b0df21aa9fc905bea92e081615f76f1eb78db2aa)

Author SHA1 Message Date
Oliver Günther 53f2d694ff
Use AnyFixtures to generate fixtures from factories (#7230) 5 years ago
Henriette Dinger bd7f4e4814 Update copyright notice 5 years ago
Oliver Günther d34c117b28
Prepare for core integration 6 years ago
Jens Ulferts 35b2d43870
remove unused help functionality 8 years ago
Jan Sandbrink 2972182ad7 Revert "Fix change cost query unit" 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
Sebastian Schuster bfba482ff9 Added copyright notices 11 years ago
Sebastian Schuster e28bbe9923 Changed translations to actually translate upon requesting the label 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
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
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
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
Tim Felgentreff 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 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
jwollert 932720c482 DRY code. always a pleasure to see it in the wild 14 years ago
Markus Kahl c134acbedf Help texts for individual filters. 14 years ago
Philipp Tessenow 48629bc4fa fetch data from right database 14 years ago
Markus Kahl 2d38aebbd1 Help texts for individual filters. 14 years ago
Philipp Tessenow 567367b7e2 allow operators to operate on nil-values too 14 years ago
Konstantin Haase b007d40897 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Konstantin Haase 901fc6a016 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Markus Kahl d1d1330673 reverted rename of Chainable#intialize_query_with 14 years ago
Markus Kahl ab73d7d270 renamed Chainable#initialize_query_with to initial_report_with 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
jwollert 64c7921c1c introduces chainable mappings for field rendering 14 years ago
jwollert b268bbc38a use superclass instead of super in Chainables base 14 years ago
Konstantin Haase 557b9c08c5 move report from app/models to lib 14 years ago
Philipp Tessenow a10f55029e allow to suppress table_names in sql_statement individually for each group_field 14 years ago
Gregor Schmidt 1d4ebcd357 Fixing typos 14 years ago
Gregor Schmidt b0c2c1a1af Replacing Kernel#returning with Object#tap to avoid deprec warnings 14 years ago
Philipp Tessenow 69e28a343b assign a default label for chainables 14 years ago
Tim Felgentreff a8c42d33f1 move the default table name to the NoFilter, a class we overwrite, instead of having it in the chainable class, which we usually do not overwrite for custom reports 14 years ago
Tim Felgentreff 384b18e3a4 self.base? detection didn't work when refining Filter::Base 14 years ago
Konstantin Haase 11e76fc4f3 Remove Report.lookup 14 years ago
Philipp Tessenow 77e3f6c93e some further Report lookup 14 years ago
Konstantin Haase c750c7707e move towards inheritance 14 years ago
Philipp Tessenow 882179c8b3 removed the newly introduced plugin-folder 14 years ago
Philipp Tessenow de745ad1f5 added old redmine_reporting 14 years ago
jwollert 3266732ed0 removes everything to prepare for merge of deployment branch 14 years ago
Philipp Tessenow 9fc095317c move plugin into a folder. this makes deployment easier and enables us to have more than just one plugin in this repo 14 years ago
Philipp Tessenow 65922a354c move plugin into a folder. this makes deployment easier and enables us to have more than just one plugin in this repo 14 years ago
t.felgentreff 3838f6ad7f allow chainable's to declare themselves 'singleton', e.g. being the only of their kind in a chain 14 years ago