Commit Graph

68 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
Philipp Tessenow a20c3068e0 fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
Jens Ulferts ffa7b224bb removes deprecated verify statements 12 years ago
Jens Ulferts 128462bdee setting breadcrumb for timelog_controller 13 years ago
Jean-Philippe Lang 42caba0351 Prevent mass-assignment vulnerability when adding/updating a time entry (#922). 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 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 1eee7312f6 [#289] Remove single helpers in favor of :all in ApplicationController 14 years ago
Jean-Philippe Lang 3c19cacf97 Replaces TimeEntry.visible_by with a visible scope. 14 years ago
Jean-Philippe Lang 335f8da5e8 Fixed: 404 when entering time with blank issue id (#7099). 14 years ago
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang 37ed02553a Fixes test failure in r4461. 14 years ago
Jean-Philippe Lang f7cf8aa878 Adds REST API for TimeEntries (#6823). 14 years ago
Jean-Philippe Lang 3ba3c540fb Prevents NoMethodError when requesting /time_entries/edit without an id (#6904). 14 years ago
Eric Davis 718816c5d4 Refactor: convert timelogs to a REST resource (:time_entries) 14 years ago
Eric Davis 435c90eb47 Refactor: extract TimelogController#edit to #update 14 years ago
Eric Davis 4acd990ee2 Refactor: extract TimelogController#create from TimelogController#edit 14 years ago
Eric Davis 068771ea07 Refactor: extract TimelogController#new from #edit 14 years ago
Eric Davis 2ecca7e4df Refactor: rename TimelogController#details to #index 14 years ago
Eric Davis e13790c62c Refactor: extract TimelogController#report to a new controller class 14 years ago
Eric Davis cdfc57d544 Change the TimelogController's to/from dates based on the project time entries 14 years ago
Eric Davis 8900797ada Refactor: move method to Model. 14 years ago
Eric Davis 358ee2ef2e Merged r3931 from trunk. 14 years ago
Eric Davis 424b482579 Refactor TimelogController#report's joins and provide a hook to add more. 14 years ago
Eric Davis bd1384db7d Added hook :controller_timelog_available_criterias 15 years ago
Eric Davis 11ff334cd8 Refactor: extract @available_criterias to utility method. 15 years ago
Eric Davis c98f46d691 Handle unsuccessful destroys in TimelogController. #5700 15 years ago
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 15 years ago
Jean-Philippe Lang 488c192286 Removes "xxx and return" calls (#4446). 15 years ago
Jean-Philippe Lang 6245f49934 Fixed: Pre-filled time tracking date ignores timezone (#4160). 15 years ago
Jean-Philippe Lang 7b77301eab Fixed: first day of date range is not included in time report with SQLite (#3112). 15 years ago
Jean-Philippe Lang 27e3fa2bed Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 15 years ago
Eric Davis 2e0cbd2840 Added all list and boolean custom data fields to the Time Report. #4077 15 years ago
Jean-Philippe Lang 41cbd239c4 Makes timelog report work at issue level (#2935). 15 years ago
Eric Davis 62e58f26b0 Changed Enumerations to use a Single Table Inheritance 16 years ago
Eric Davis 211b13c9ec Added plugin hook, :controller_timelog_edit_before_save. (#3341) 16 years ago
Jean-Philippe Lang 5c97a83a70 Validates sort_key and sort_order params (#2378). 16 years ago
Jean-Philippe Lang 8a356baf3e Unescape back_url param before calling redirect_to. 16 years ago
Jean-Philippe Lang 696d21f8c8 Adds cross-project time reports support (#994). 16 years ago
Jean-Philippe Lang 2fdf4426cd Moves @layout 'base'@ to ApplicationController. 16 years ago
Jean-Philippe Lang a17b62b455 Fixes hard-coded table names in queries. 17 years ago
Jean-Philippe Lang d84d38983a Adds boolean and list custom fields for time entries as criteria on timelog report. 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 ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
Jean-Philippe Lang f79f19f84c Fixed: timelog redirects inappropriately when :back_url is blank (#1524). 17 years ago
Jean-Philippe Lang 062a2d6f5d Adds atom feed on time entries details (#1479). 17 years ago
Jean-Philippe Lang 1a4f81163d Redirected user to where he is coming from after logging hours (#1062). 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