Commit Graph

28 Commits (e03e96561cf7305f5c3e488a17217fdb2d920277)

Author SHA1 Message Date
jwollert 58fa770c02 some methods to indicate the assumed input of an operator 14 years ago
jwollert e8d401c369 implement operator to filter from a given date until now 14 years ago
Konstantin Haase 398ecbce5d dont use UTC 14 years ago
Konstantin Haase 7f62ef1096 simply force UTC TZ rather than converting time 14 years ago
Konstantin Haase 2bb2fa5160 use UTC for DateRange, fixes #19263 14 years ago
Konstantin Haase 927feda8da fix syntax 14 years ago
Konstantin Haase 984099f083 fall back to monday if first day of week is not set 14 years ago
Konstantin Haase 6aceb24c69 fail loud and clear if general_first_day_of_week is missing 14 years ago
Konstantin Haase caf476b003 fix week start offset 14 years ago
Konstantin Haase 34f6a60229 use UTC week 14 years ago
Konstantin Haase fded009425 make date comparision correspond with labels 14 years ago
Philipp Tessenow 567367b7e2 allow operators to operate on nil-values too 14 years ago
Markus Kahl f97b49474c Added alias method (named aka) to Operator. 14 years ago
Markus Kahl 372b3ac2b2 moved new operator to own ones 14 years ago
Markus Kahl 96d5d48f52 Added ?= operator which means 'null or equal'. 14 years ago
Philipp Tessenow aa3bb8e7be remove the any_operator 14 years ago
Philipp Tessenow 2aed3aba38 have valid arity for any-operator 14 years ago
Philipp Tessenow 893fa820c1 have the any-operator as one of our default operators 14 years ago
Philipp Tessenow c656456a1e introduce any-operator 14 years ago
Philipp Tessenow cf77e6da1d fix I18n problem when generating 'w' operator sql code 14 years ago
Konstantin Haase 557b9c08c5 move report from app/models to lib 14 years ago
Gregor Schmidt 114ea9e561 fixing warnings 14 years ago
Tim Felgentreff 01f97b2580 copy labels from redmine 14 years ago
Tim Felgentreff 2e5d94800c replace more references to Report namespace with 'engine' method call 14 years ago
Konstantin Haase c54c4b021e Share Operators amongst Reporting subclasses 14 years ago
jwollert 87c8769d7d removes redmine specific operators 14 years ago
Konstantin Haase c750c7707e move towards inheritance 14 years ago
Philipp Tessenow 882179c8b3 removed the newly introduced plugin-folder 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
j.wollert b53bb65901 recursive integer validation and small validation api changes 14 years ago
j.wollert 2f36245eb0 recursive integer validation and small validation api changes 14 years ago
p.tessenow b636f225fe fixed w-operator test as it was always failing on sundays 14 years ago
p.tessenow abcc5f12a8 use descendants instead of children for child_projects operators 14 years ago
p.tessenow 5a0684c4a3 =,! including child projects operators now use validations 14 years ago
p.tessenow a96bf0cd15 fixed validation array conversions as the default to_a is deprecated (i.e. on integers) 14 years ago
j.wollert 4efbd86b88 validation api magic. date validation is the only thing implemented, though 14 years ago
j.wollert e98365ee0e moves duplicate validation code to its own module 14 years ago
p.tessenow 9645da6f9a added = ! operator variations that handle subprojects 14 years ago
p.tessenow b74f296cc2 ! operator ignores nil-values when an array of values is given 14 years ago
j.wollert 9cb9d1f308 get rid of that ugly reject 14 years ago
j.wollert a21e1fce9f date validation is now recursive so we get all possible errors 14 years ago
j.wollert 6b142e07b2 validation error messages are now generated by the filters operator 14 years ago
j.wollert 0f6017f4c4 filters can now be invalid given certain combinations of values and operators. by default, a filter is valid 14 years ago
p.tessenow d81b85d333 fixed Bug #3548 14 years ago
p.tessenow 6adba68fba fixed bug - '!'-operator wasn't working anymore due to sometimes missing ')' 14 years ago
p.tessenow 6cdf244f85 fixed w-operator test as it was always failing on sundays 14 years ago
p.tessenow 588c895a82 use descendants instead of children for child_projects operators 14 years ago
p.tessenow 083ed0e918 =,! including child projects operators now use validations 14 years ago