Commit Graph

1126 Commits (e27ba0ffb4e271b95f11c90e0fab4029c8959ab2)

Author SHA1 Message Date
Philipp Tessenow e27ba0ffb4 let the JournalFormatter use the new Rails3 translation style 12 years ago
Philipp Tessenow 0ce86e500b TabularFormBuilder can now handle human_attribute_name translations 12 years ago
Philipp Tessenow 66b177233d fix pdf export to use new translations 12 years ago
Philipp Tessenow d01ae22614 :label_attachment was replaces by Attachment.model_name.human in journal_formatter/attachment.rb 12 years ago
Philipp Tessenow c0cc5e30fa Update lib/redmine.rb for new translation structure 12 years ago
Philipp Tessenow a9a243532b add a I18n helper method which collects all possible translations for our models attributes 12 years ago
Philipp Tessenow c2e9403af3 forgot to be careful with nested namespace'd controllers in some places 12 years ago
Philipp Tessenow d07dce788f be careful with nested namespace'd controllers in our libs 12 years ago
Philipp Tessenow 2fa3da7324 top menu renders correclty in namespace'd controllers 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
Michael Frister 0db5704de5 Cukes: Allow running features specified by file/folder/scenario name 12 years ago
Jens Ulferts 7c41731ff7 fixes having partials rendered in an api template 12 years ago
Martin Czuchra 93fe13db05 Once more w/ ApiTemplateHandler. 12 years ago
Jens Ulferts 77e85048c1 Extracts all default macros into module. 12 years ago
Michael Frister 82e75e3066 Plugin cukes rake task: Support CUCUMBER_OPTS 12 years ago
Michael Frister a58bf74465 Add rake tasks for executing plugin/all cukes 12 years ago
Michael Frister 8731670f65 Rename rake plugin_tests to plugin_specs 12 years ago
Michael Frister 4fa4852ca8 Rename rake spec tasks, e.g. spec_all to spec:all 12 years ago
Christian Ratz e1ee21e054 rescue LoadError in plugin_tests.rake 12 years ago
Christian Ratz b55781a8da improved rake task for running specs 12 years ago
Philipp Tessenow 159e668d37 openproject version 3.0.0beta1 12 years ago
Christian Ratz bd779b4f82 enable testing plugins from OpenProject core 12 years ago
Jens Ulferts e225aa6032 factors out acts_as_watchable/routes matching completly into the class 12 years ago
Jens Ulferts 0ff995f800 fixes issue watching for other users 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
Philipp Tessenow 081e349a56 cleanup cucumber rake task 12 years ago
Jens Ulferts a269d84ed0 adds comment to acts_as_watchable method explaining it's signature 12 years ago
Jens Ulferts 50cd52803b generalizes routes for watching 12 years ago
Christian Ratz 5408fb959e fixed select2 12 years ago
Hagen Schink 5a824cde62 Add default activity providers only once 12 years ago
Philipp Tessenow ff61bfcd5c JournalFormatter::Attachment needs to define a controller-method to make link_to happy 12 years ago
Philipp Tessenow afb19d0974 no more rspec warnings 12 years ago
Philipp Tessenow 7bd25fe84c remove iconv warning 12 years ago
Philipp Tessenow 729dfe0e7e require circular dependencies at the very end of redmine.rb 12 years ago
Philipp Tessenow 9a439072e8 render_detail needs an option hash now 12 years ago
Christian Rijke 96d368ea64 Move preloading from plugin.rb to redmine.rb. 12 years ago
Christian Rijke 9be08a767e Add a method to ensure the correct load order of core model classes with a circular dependency. 12 years ago
Philipp Tessenow f2c9fa93ef one more unloadable 12 years ago
Philipp Tessenow 15d292773c unloadable commenting party 12 years ago
Philipp Tessenow 5d442e2ecc move journal_object_cache to its right place 12 years ago
Philipp Tessenow c87d009864 fix use of relative_url_root in JournalFormatter::Diff 12 years ago
Philipp Tessenow be670249af fix parts of the i18njs setup 12 years ago
Jens Ulferts e3be06f320 allows journal formatters to receive options and uses it to be able to 12 years ago
Jens Ulferts f439d892cb fixes issue diff link when having a relative_url_root defined 12 years ago
Philipp Tessenow c14eb536d5 implement possible_watchers on things that can be watched 12 years ago
Martin Linkhorst 64ab38840c some minor refactorings to the themes code 12 years ago
Martin Linkhorst 58f1108275 this action got renamed, yay 12 years ago
Martin Linkhorst 4270bc4cdd CodeRay is smart enough to discover the correct source encoding. so wrap normal text in CodeRay's scan method before passing it to ERB::Util.html_escape 12 years ago
Martin Linkhorst 1ae58c11d0 * unfortunately there are still two implementations 12 years ago
Christian Ratz 60c9e3d752 allow to set a default version on issue create via mail handler 12 years ago