Commit Graph

1084 Commits (527281655b3d84a6db46be2d8017b53e0f957d6f)

Author SHA1 Message Date
Christian Ratz a2e69908e1 Changeable footer 12 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Nils Kenneweg f6e9f85a6e html_safe bugfix. 12 years ago
Christian Ratz 303ec4a695 fixed some typos for disabled issue attributes 12 years ago
Martin Czuchra 8232373bb8 Restores original method names in timelines journals helper. 12 years ago
Jens Ulferts 8a463ae5cb creates explicit methods for page and per_page param calculation 12 years ago
Martin Czuchra 0b8c0e5305 Fixes some paths. 12 years ago
Jens Ulferts ab40042ccb enables paginator to take options 12 years ago
Jens Ulferts 9b96b67f10 moves more pagination methods to pagination helper 12 years ago
Jens Ulferts 22435317c4 no longer displays pagination info if paginated object is empty 12 years ago
Jens Ulferts 28efd06bba rewrites the pagination_links_full helper method to use will_paginate 12 years ago
Christian Ratz acc2911ddc shortened condition in issues helper 12 years ago
Christian Ratz ec5f0dd51c added cukes for issue#new and issue#edit 12 years ago
Martin Czuchra aca0540e6e Fixes most of the remaining view specs. 12 years ago
Michael Frister 089db98541 Improve password complexity requirements 12 years ago
Martin Czuchra 8211667f83 Moves remaining helper out of timelines namespace. 12 years ago
Martin Czuchra 5cba510b1f Updates copyright notice in timelines sources. 12 years ago
Martin Czuchra 46ffcfc195 Refactors current timelines API into api/v2. 12 years ago
Christian Ratz 4f9e46a54e fixed escaped html in activity view 12 years ago
Nils Kenneweg 5fe4222165 ajax without session gives us a popup. 12 years ago
Martin Czuchra 7963fe3521 Updates copyright notice in timelines sources. 12 years ago
Nils Kenneweg 531b2494e5 Final merge with the original timelines plugin. 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow ff2b79ea6a wrap js code in their javascript_text in jQuery onLoad handler 12 years ago
Sebastian Schuster 12cde8c736 Removed unnecessary string manipulation and transformation code as the human_attribute helper already 12 years ago
Sebastian Schuster 03db8862ac Replaced field_ creation of filter translation attributes with human_attribute_name for issues 12 years ago
Sebastian Schuster a04b3f4b0e One more fix to the link creation helper to really escape the right stuff 12 years ago
Philipp Tessenow 0979df0fef fix escaped html for required custom_fields in issue forms. fixes opf #529 12 years ago
Philipp Tessenow b9e085a955 versions_helper now uses new translation style 12 years ago
Philipp Tessenow 70486ec6a9 use new translations in settings_helper, slightly refactor its administration_settings_tag function 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
Philipp Tessenow 1111376429 update translations in model/view/controller/helper for issues 12 years ago
Martin Linkhorst eb5ef61b8a test that the correct url including host and protocol is generated for attachments in an email. note the added :only_path option here, which defaults to true, which should mirror the original behavior. 12 years ago
Nils Kenneweg b3262028db if we are loged out and do ajax, we can redirect to login page. 12 years ago
Christian Ratz f07d5bd6cf fixed bad usage of html_safe 12 years ago
Christian Rijke 33359d00b1 Change link to quoted action to new route. 12 years ago
Christian Rijke 8bbdb0d3ba Add HTML classes to simplify jquery matching. 12 years ago
Christian Ratz adcec308f6 [OPF #492] fixes special chars in issue subject 12 years ago
Sebastian Schuster da30960e8c Fixed defective links on closed issues 12 years ago
Philipp Tessenow 1d331d90b1 be careful with nested namespace'd controllers with computed controller values 12 years ago
Philipp Tessenow 8e32cfc6df be careful with nested controllers in helpers 12 years ago
Philipp Tessenow 947431a7df handle nested namespaces in application_helper 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
Sebastian Schuster ef9feb97ed Removed obsolete html_safe statements from rendering issue tooltips 12 years ago
Sebastian Schuster a23b323928 Fixed issue link helper to return a html_safe string 12 years ago
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago