discourse/app
Tobias Pfeiffer 3324f0f2d2 Battling code duplication in the Report class
* the reports mainly followed the same structure but with
  different classes, so I took the code and a class as its
  parameter
* the method on which reports.data is generated may change
  but mostly is count_per_day so made that optional
* grouped the refactored methods to the top, some unrefactored
  methods remain but those are a bit harder to refactor, and not
  as reusable so I'd like to get this through first
* Overall I believe this patch enhances maintainability :-)
2013-04-01 15:26:58 +02:00
..
assets Merge pull request #588 from mark-rushakoff/admin-title-tooltip 2013-04-01 03:11:37 -07:00
controllers Fetch the list of problems more frequently on the admin dashboard 2013-03-29 15:48:26 -04:00
helpers Convert a lot of :a => b to a: b and bring peace to the world 2013-03-25 05:07:36 +05:30
mailers Convert a lot of :a => b to a: b and bring peace to the world 2013-03-25 05:07:36 +05:30
models Battling code duplication in the Report class 2013-04-01 15:26:58 +02:00
serializers Merge pull request #193 from tms/timing-is-everything 2013-03-27 22:57:44 -07:00
views let <title> contain site name instead of just "Discourse" 2013-03-30 23:16:59 +01:00