Commit Graph

580 Commits (1d4c1b06d82274f4c6b98c461f916f45ea440465)

Author SHA1 Message Date
Hagen Schink 331dc79408 Moves reports controller to work package 11 years ago
Hagen Schink 2f5e9ad3d6 Renames IssueStatus to Status 11 years ago
Hagen Schink a5fd92d8e1 Moves context menu to work package 11 years ago
Hagen Schink ab43e0a762 Adds work package calendars controller 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Hagen Schink 1098917447 Removes issue auto completes controller 11 years ago
Hagen Schink 25d36928a7 Uses work packages auto completer 11 years ago
Martin Czuchra b8115af7cf Removes issues and most references to the constant. 11 years ago
Jens Ulferts 5b63bd425e adds missing translation 11 years ago
Jens Ulferts 1b9edac314 removes issue views/actions/routes no longer required 11 years ago
Christian Ratz bd0c31e053 Whitespace fixes 11 years ago
Jens Ulferts 78429054f2 fixes context menu translations 11 years ago
Jens Ulferts 38cb51f6ce uses work_packages_controller for action menu 11 years ago
Jens Ulferts 21366d5fe8 replaces issues controller links on my page 11 years ago
Hagen Schink 8a9c57ca37 Corrects labels 11 years ago
Hagen Schink 7960863ffd Renames and adapts test tip labels 11 years ago
Hagen Schink 52f4d480ea Renames and adapts text labels 11 years ago
Hagen Schink 33d947cf5f Removes superfluous issue relation labels 11 years ago
Hagen Schink 3877e38d1e Renames and adapts issue labels 11 years ago
Hagen Schink 513bffdcd4 Renames and adapts query and helper translations 11 years ago
Hagen Schink 7d32f19f8b Renames and adapts issue translation 11 years ago
Hagen Schink fedc398b91 Renames and adapts issue list translation 11 years ago
Michael Frister 0ffd832179 Add hook for adding a link to another format to issues/index view 11 years ago
Stefan Frank d1becfc238 Removed the link_to_issue and replaced references with link_to_workpackage 11 years ago
Michael Frister 0767837c03 Add option to create PDFs from issue lists with a description 11 years ago
Jens Ulferts 128a6fd336 lets links on issue#index point to work_package#show 11 years ago
Hagen Schink 8c758ae7fa Remove 'css_classes' from WP model 11 years ago
Jens Ulferts ae7e5aae3b replaces parent_issue_id with parent_id whereever it was to be found 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
Hagen Schink 13329c1209 Fix watcher permissions 11 years ago
Hagen Schink 034190c76e Expect status to be nil 11 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Christian Ratz 303ec4a695 fixed some typos for disabled issue attributes 12 years ago
Jens Ulferts f82de2e7ed uses will_paginate for issue#index 12 years ago
Christian Ratz ec5f0dd51c added cukes for issue#new and issue#edit 12 years ago
Christian Ratz f1d4870033 whitespace fixes for issues edit partials 12 years ago
Martin Czuchra 1db1c1fcce Refactors current REST API into api/v1 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Christian Rijke 873b8f77cd Remove 'meta' div. 12 years ago
Philipp Tessenow 0979df0fef fix escaped html for required custom_fields in issue forms. fixes opf #529 12 years ago
Philipp Tessenow 1111376429 update translations in model/view/controller/helper for issues 12 years ago
Christian Rijke a6a46306b1 Update 'quote' links and add permission for 'quoted' action. 12 years ago
Christian Rijke 8bbdb0d3ba Add HTML classes to simplify jquery matching. 12 years ago
Christian Ratz 76e74e0e57 some code improvements 12 years ago
Christian Ratz 027fc71cdc fixed 'more' on edit issue 12 years ago
Martin Linkhorst ba9d25931e always render the table, even if it's empty. this allows jquery to have an anchor to put content in. also explicitly add the <tbody> tag since the corresponding jquery code uses that one. this worked before because (at least) chrome adds implicit <tbody> tags if missing and the table isn't empty. fixes #384. 12 years ago
Philipp Tessenow b94a9e071c be careful with nested namespace'd controllers in all our views 12 years ago
Martin Linkhorst c9597204aa cleanup: simplify the definition and calls to labelled_tabular_form_for. some of the :as and :url params that i left out might not be needed either. 12 years ago
Martin Linkhorst e977d574b1 make the issue list sums cukes pass 12 years ago