Commit Graph

1984 Commits (ebd07dc3ad815838252134adc6f0722fb753916a)

Author SHA1 Message Date
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
Jens Ulferts ae3b7a348f turns hard reference to CostQuery into a soft one 12 years ago
Jens Ulferts ad4b81654a whitespace fixes 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
Jens Ulferts 25162864a4 adds html_safe to have the task color displayed 12 years ago
Sebastian Schuster da30960e8c Fixed defective links on closed issues 12 years ago
Sebastian Schuster 3687cf82dd Appended slashes to all controller names to allow correct routing in nested pages 12 years ago
Sebastian Schuster a053385ed7 Added hidden field to allow finding the parent project after hitting the save button on inherited versions edit 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
Sebastian Schuster db613964f9 Fixed wrong environment variable access 12 years ago
Sebastian Schuster 4cd60a5124 Added html_safe to view helper results 12 years ago
Sebastian Schuster e5e99e87a2 Updated menu entries for new routes 12 years ago
Sebastian Schuster 722d367fe0 Updated routes.rb and changed route usage accordingly 12 years ago
Jens Ulferts 51b9954056 adds html_safe declaration for version settings 12 years ago
Jens Ulferts 0e05da0165 declares the backlogs menu to be html_safe 12 years ago
Jens Ulferts 6e97fdb1f2 uses plain ruby SecureRandom 12 years ago
Jens Ulferts e8ab7e267d moves lib to openproject/backlogs subdirectory and renames accordingly 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
Martin Linkhorst 87ec6d19eb render_detail can sometimes return nil (when no applicable formatter was registered). therefore push html_safe call down. 12 years ago
Martin Linkhorst b165ff2487 REVIEW: these helper methods reside in the issues helper module. which we need to include before.. hmm 12 years ago
Christian Ratz e566967333 fixes Issue Hierarchy on issues#show 12 years ago
Jens Ulferts f0a3822c66 marks participants list as html_safe 12 years ago
Christian Ratz e5c7f68dbb fixed textilizable helper method, wiki#edit 12 years ago
Philipp Tessenow 40f57c81b4 pretty format link_to options in application_helper 12 years ago
Hagen Schink 80dbfbc171 Improve source-code structure 12 years ago
Jens Ulferts c8807aa844 removes call to alias_method_chained allowed_to 12 years ago
Philipp Tessenow b840634952 reorder js-includes 12 years ago
Philipp Tessenow cd461b8517 fixed typo when using ActiveSupport::Inflector.transliterate 12 years ago
Christian Ratz a2401b2798 removed join for always -one element- array, changed this to string 12 years ago
Philipp Tessenow be670249af fix parts of the i18njs setup 12 years ago
Philipp Tessenow a1fcb8f414 Use ActiveSupport::Inflector.transliterate should instead of I18n.transliterate 12 years ago
Jens Ulferts 89db6011e8 switches to join concatenation (as it was faster in my test) 12 years ago
Jens Ulferts 78fefce03b moves issue tree row rendering into helper 12 years ago
Jens Ulferts e3be06f320 allows journal formatters to receive options and uses it to be able to 12 years ago
Philipp Tessenow d7f5c70ecb application_helper now understands underscores in project identifiers 12 years ago
Martin Linkhorst eb3c743c59 fix encoding stuff and finally figured out that piece of weird code 12 years ago
Martin Linkhorst dd9515d745 remove cvs scm from openproject core 12 years ago