Commit Graph

3870 Commits (5c3e801418677ce0eeff95a80b0dbe48c63271de)

Author SHA1 Message Date
Tim Felgentreff 633535c86a remove hack-ish queryutil-overwrite-foo solution 14 years ago
Tim Felgentreff 2e5d94800c replace more references to Report namespace with 'engine' method call 14 years ago
Jean-Philippe Lang b898200803 Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick. 14 years ago
jwollert bd337d33df shouldn't reference Report directly, use engine instead 14 years ago
jwollert 8c9354b2c7 redmine translation moved to redmine plugin 14 years ago
jwollert 679753d743 puts queryutils into nestednamespace 14 years ago
jwollert 31802b9384 moves #quote_string to redmine queryutils 14 years ago
jwollert 530469bcd6 delegating real_costs got lost somewhere 14 years ago
jwollert b140cffb9f need to include QueryUtils some more 14 years ago
jwollert 19f311e93a renames customfields to customfieldentries 14 years ago
Konstantin Haase 1a578d5e25 Remove Report.lookup 14 years ago
Konstantin Haase 11e76fc4f3 Remove Report.lookup 14 years ago
Konstantin Haase 186a244219 Removed some strange code 14 years ago
Konstantin Haase f7386ab5e2 Eager load Operator subclass 14 years ago
Konstantin Haase c54c4b021e Share Operators amongst Reporting subclasses 14 years ago
Konstantin Haase 33917c6212 Better error messages when inheriting from reporting engine 14 years ago
Konstantin Haase bbc7eea78f Don't ask database for empty field names 14 years ago
Konstantin Haase 30d7bc1e43 Rename CustomField filter to CustomFields 14 years ago
jwollert 55a9b67f34 rename yamlized to serialized BECAUSE THAT'S WHAT IT IS, DUDES 14 years ago
Jean-Philippe Lang d7c607fd8b Automatic spent time logging from commit messages (#4155). 14 years ago
Jean-Philippe Lang 7fb0fe2e91 Safer code in IssueRelation (#7018). 14 years ago
Philipp Tessenow 77e3f6c93e some further Report lookup 14 years ago
Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 14 years ago
Philipp Tessenow c066d1ee6d module vs. class 14 years ago
Philipp Tessenow 796e494b5f class vs. module, inheritance, constant lookup fixes 14 years ago
Philipp Tessenow 7324f270c4 groupb by as a class now 14 years ago
Philipp Tessenow da067d7bc2 soem further engine refatoring - lookup+GroupBy as a class 14 years ago
Philipp Tessenow a6149d4baa use table name cost_queries 14 years ago
jwollert 570d92acc3 remove obsolete CostQuery#to_params 14 years ago
jwollert ce18945c80 small typo in serialization doc 14 years ago
jwollert 674c91e01a getting rudimentary query saving and loading to work 14 years ago
Konstantin Haase b1c167a867 Fix automatic inheritance. 14 years ago
Jean-Philippe Lang d24e66370b Prevents validation error when adding a user to a group (#6457). 14 years ago
Jean-Philippe Lang 4faca3cd4a Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966). 14 years ago
Jean-Philippe Lang 97140f6a78 Fixed: Wiki#find_page should not be case sensitive because page title uniqueness is not (#6987). 14 years ago
Philipp Tessenow e78c1c84da moves cost_query.rb 14 years ago
Philipp Tessenow e95ec569d1 give inherited_namespace to konstantin for further work 14 years ago
Philipp Tessenow 8bf8dac886 some minor magic to make CostQuery::Chainable lookup work 14 years ago
Konstantin Haase 0b65f8302f Add inheritance hook creating subclasses if missing. Finn: #3416, Cockpit: #18043. 14 years ago
Philipp Tessenow 1cf51a88d5 use extend self pattern instead of defining self.xxx methods all over the place 14 years ago
Philipp Tessenow d88f2314f4 added CostQuery which is a subclass of Report 14 years ago
Philipp Tessenow a99bb71cf8 fix 'NoMethodError: super: no superclass method all for CostQuery::Filter:Module' when doing Filter.all 14 years ago
jwollert 6dd95e7822 removes validations 14 years ago
jwollert 2b80598c76 SqlStatement methods put into Union class by accident 14 years ago
jwollert d2fa0ab90c slims down the result base class 14 years ago
jwollert 4512e2739f retains only redmine specific field => value map in queryutils 14 years ago
jwollert 9bce8758ab removes all non-redmine operators 14 years ago
jwollert 8457541c5f removes inherited attribute 14 years ago
jwollert 4837546c28 make sql aggregation inherit from its Report correspondent 14 years ago
jwollert b90295d7d5 removes singleton value 14 years ago