Commit Graph

53 Commits (ca3a3e90e8e920a7b39fa10e4b427d34570b5084)

Author SHA1 Message Date
Alex Coles 72973cffb4 Migrate AR finder/query methods in helpers 9 years ago
Alex Coles b10927c01e Fix syntax (w/Rubocop) in (Rails) helpers 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Alex Coles b257d7bc61 Prefer #map over #collect in (Rails) helpers 10 years ago
Alex Coles b273a56402 Fix syntax (w/Rubocop) in (Rails) helpers 10 years ago
Alex Coles aef5a76af4 Use 1.9+ Hash syntax in (Rails) helpers 10 years ago
Alex Coles f517b3a422 Fix whitespace in (Rails) helpers 11 years ago
Johannes Wollert 8b096975fe updates copyright headers 11 years ago
Markus Kahl 7d39b14d74 export timelog csv in utf-8 11 years ago
Philipp Tessenow 79d7a270c0 move common code of reports_controller and timelog_controller into a common helper 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Stefan Frank 452095bf92 more factories replaced 11 years ago
Stefan Frank d1becfc238 Removed the link_to_issue and replaced references with link_to_workpackage 11 years ago
Philipp Tessenow b70698f49d remove usage of fastercsv 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 56a2f1bfa3 csv export of time_entries may now translate its headers with a precomputed String, instead of Symbols only 12 years ago
Philipp Tessenow c68d55f95e update translations in model/view/controller/helper for time_entries 12 years ago
Martin Linkhorst 40d099016b DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
Jens Ulferts b2e553daea uses named_routes for paths inside time_entries 12 years ago
Martin Linkhorst 23ca8f6839 make timelogs readable (html_safe) 12 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Eric Davis 2c46411678 [#547] Security audit 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis 13de4cc4b0 [#383] Fixed failing tests due to a helper method name conflict (to_utf8) 14 years ago
Jean-Philippe Lang 663f0c83b2 Fixes time report with JRuby (#5404). 15 years ago
Jean-Philippe Lang d8c5549168 Changes misleading scopes on Enumeration. 15 years ago
Jean-Philippe Lang 1a65eb8b08 Don't reveal issue subjects if user is only allowed to view spent time (#3187). 15 years ago
Jean-Philippe Lang cbeeaa4d4d Refactoring ApplicationHelper#link_to_issue. 15 years ago
Jean-Philippe Lang 27e3fa2bed Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 15 years ago
Eric Davis e615266e9a Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities 15 years ago
Eric Davis e76d4c5c4c Added an active field track if an Enumeration is active on the frontend view. 15 years ago
Eric Davis 62e58f26b0 Changed Enumerations to use a Single Table Inheritance 16 years ago
Jean-Philippe Lang 801ad70cb7 Show timelog reports for non-versioned issues (#3051). 16 years ago
Jean-Philippe Lang 4601ed2f3a Replaces Enumeration.get_values and Enumeration.default with named scopes. 16 years ago
Jean-Philippe Lang 11346455a1 Fixed: Details time log report CSV export doesn't honour date format from settings (patch #2466 by Russell Hind). 16 years ago
Jean-Philippe Lang 696d21f8c8 Adds cross-project time reports support (#994). 16 years ago
Jean-Philippe Lang f54c2d812d Adds custom fields to the time entries csv export. 17 years ago
Jean-Philippe Lang 1424b0f215 Addq "please select" to activity select box if no activity is set as default (#937). 17 years ago
Jean-Philippe Lang a4a8b6381e Adds a key in lang files (general_csv_decimal_separator) to set the decimal separator (point or comma) in csv exports (#1372). 17 years ago
Jean-Philippe Lang a3c89d4f69 Custom fields (list and boolean) can be used as criteria in time report (#1012). 17 years ago
Jean-Philippe Lang 5d34548539 CSV export added to timelog report (#1009). 17 years ago
Jean-Philippe Lang 200842ba5e Propagates time tracking to the parent project (closes #433). Time report enhancements. 17 years ago
Jean-Philippe Lang 328df74dd1 Adds date range filter and pagination on time entries detail view (closes #434). 17 years ago