Commit Graph

5 Commits (2f1c386851342d6bc88c2a27cad59b8e735ca407)

Author SHA1 Message Date
Alex Coles 0ccb62381a Normalise syntax with Rubocop 10 years ago
Sebastian Schuster bfba482ff9 Added copyright notices 11 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
jwollert 58cddf9177 merge origin/master 13 years ago
Gregor Schmidt 4f2c227edf fixing cached widgets 13 years ago
Konstantin Haase bfa8869f72 fix cached widgets 13 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
Tim Felgentreff 3ccc725213 allow globally deactivating widget caching 14 years ago
Tim Felgentreff 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 14 years ago
Tim Felgentreff 625cab837c Rails 2 will freeze strings it writes onto with tag helpers 14 years ago
jwollert 5b128cc334 subject is the new query. because we don't render query-stuff only 14 years ago
Tim Felgentreff 2d49fb1c7e Include the language in all widget caches 14 years ago
Tim Felgentreff b471f013c1 remove duplicate cache_key method 14 years ago
Markus Kahl f149d39cd7 fix too large tmp file names 14 years ago
Tim Felgentreff 1f1d5dc22a The Help widget is not control, even though it might be rendered next to one 14 years ago
Philipp Tessenow 32d0dc4065 unify use of maybe_with_help() helper. fix missing help icon near save button 14 years ago
Philipp Tessenow 5bd0d2adf2 refactor help-text widget + some documentation 14 years ago
Philipp Tessenow 667303f9ab let widget's write() return the written string 14 years ago
jwollert f99471e216 fix help text rendering 14 years ago
jwollert c36ce96747 replace ugly, hackish, broken cache_key with sublime, efficient and working implementation 14 years ago
Markus Kahl 7ad327f73b Consider help text from render_with_options (bugfix). 14 years ago
Markus Kahl 6a0f39b397 Make help text an instance variable and 14 years ago
Markus Kahl 33644dff5f Integrated help widget rendering into Widget Base. Implemented custom rendering for Filters and GroupBy Widgets. 14 years ago
Tim Felgentreff 6ca903a2d3 Fix incorrect implementation for writing widgets to string canvas 14 years ago
Tim Felgentreff 83ad9014ab Calculate cache_key only once 14 years ago
Tim Felgentreff 9a560b19d9 Initialize widget @options to empty hash 14 years ago
Tim Felgentreff cda55ff979 Make rendering options part of the cache_key for widgets 14 years ago
Tim Felgentreff 2d36ce426c Include widget name in widget caching 14 years ago
Konstantin Haase 4f5775380a replace ugly, hackish, broken cache_key with sublime, efficient and working implementation 14 years ago
Tim Felgentreff b728394938 Faster path first 14 years ago
Markus Kahl 96e6775361 Consider help text from render_with_options (bugfix). 14 years ago
jwollert cae5321f3b make sure we don't accidently think date widgets are cached 14 years ago
jwollert f91a60dd08 make Widget::Base#cached? public 14 years ago
jwollert adc6b5b9c6 only ask whether to render table if it is not yet cached 14 years ago
Tim Felgentreff 4ce42927bd oops, calendar header tags might be empty 14 years ago
Tim Felgentreff 237805db5f Actually render the cache hits to the canvas, too 14 years ago
Tim Felgentreff 91e0fe7487 Allow widgets to deactivate caching. Use this for the fieldset widget 14 years ago
Tim Felgentreff 3838a86a2a Code documentation 14 years ago
Tim Felgentreff 1d6abbae2f Provide a @cache_output for cases, where the canvas cannot be marshalled 14 years ago
Tim Felgentreff 9ce19f499c enable caching of widgets 14 years ago
Tim Felgentreff 043a3a8f54 finish transition to canvas 14 years ago
Tim Felgentreff d740f5f6e0 create output canvas on demand 14 years ago
Tim Felgentreff 390e4d8b00 All widgets now have a default @output canvas they can write to with #write 14 years ago
jwollert beaef00f6e raise more descriptive error if a widget is missing #render 14 years ago
Markus Kahl 83c0fb0378 Make help text an instance variable and 14 years ago
Markus Kahl 2d2d4f9a6d Integrated help widget rendering into Widget Base. Implemented custom rendering for Filters and GroupBy Widgets. 14 years ago
Tim Felgentreff 051e0dcd77 accept a block on render methods to specify enclosed content 14 years ago