Commit Graph

261 Commits (3608108a4568878daea55e746d99d69ec9a7187b)

Author SHA1 Message Date
Jens Ulferts 705200ec33 matches journaled field against regexp to be able to cope with dynamic field names 12 years ago
Jens Ulferts f8942922a8 moves journal formatting into multiple classes 12 years ago
Jens Ulferts eade1d29a8 indentation 12 years ago
Jens Ulferts 8fd1417e63 displays only the fact that an issue description has been changed and a link 12 years ago
Eric Davis 225ae21b0b Truncate and show a link to the full journal diff in the issue history 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Martin Linkhorst ef1606fc57 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Martin Linkhorst 89a8e75f55 DEPRECATION_FIX: use self.table_name = :name instead of set_table_name :name 12 years ago
Martin Linkhorst c729677d43 REVIEW: remove some old stuff 12 years ago
Martin Linkhorst ee9941e912 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Martin Linkhorst cba3439189 DEPRECATION_FIX: use self.table_name = :name instead of set_table_name :name 12 years ago
Martin Linkhorst 88daf2ae9f REVIEW: remove some old stuff 12 years ago
Martin Linkhorst 72c8e12f19 use a working version of the verification plugin 12 years ago
Martin Linkhorst 1e89faedef HOSSA, #xhr? returns false or an integer >= 0 which is considered true. but in comparison with true or false literals this will always evaluate to false. double negation fixes the problem. 12 years ago
Martin Linkhorst 273f2a3fea use table_name instead of aliased_table_name 12 years ago
Martin Linkhorst d9f2f17b5d REVIEW: include ERB::Util module in order to use #h and co in the all helpers. 12 years ago
Martin Linkhorst 8650015b41 let's not fail, when the subject doesn't have a project assigned. let's just return an empty array of recipients instead 12 years ago
Martin Linkhorst 46939eb4a6 REVIEW: remove unloaded calls, let's have a look wether that's still needed in rails 3 12 years ago
Martin Linkhorst 03b6fa88bc remove deprecated constant 12 years ago
Martin Linkhorst 4b7c30a6be REVIEW: remove require_dependency which shouldn't be needed anymore? 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 7d9f3cd148 DEPRECATION FIX: this plugin brings back the old verify functionality in the controllers (for the meantime) 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Jean-Philippe Lang 10a41782fa Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737). 12 years ago
Jean-Philippe Lang e5a0f29232 before_validation_on_create callback removed in Rails 3.1. 12 years ago
Philipp Tessenow c5c73b26f9 move tinymce js files to op core 12 years ago
Philipp Tessenow 99dbaf25ed move wysiwyg initialization code to redmine core 12 years ago
Philipp Tessenow 4ed1eb3c79 moved wiki xml formatting to chili core 12 years ago
Philipp Tessenow 86335e596d activate visualblocks tinymce plugin and add button for that 12 years ago
Martin Linkhorst 33a111483e remove prepend engine views plugin. this should be in the rails 3 core 12 years ago
Philipp Tessenow b4a4e7b8c7 remove patches, which are not used anymore 12 years ago
Philipp Tessenow 6e60063d5d let tinyMCE update the textarea before saving the form 12 years ago
Philipp Tessenow 0defde1b04 Revert "include undress.js lib" 12 years ago
Philipp Tessenow 5c4b2b2e72 Revert "undress the generated html from tinymce before saving the form" 12 years ago
Philipp Tessenow 6180212f31 undress the generated html from tinymce before saving the form 12 years ago
Philipp Tessenow 18cad67068 include undress.js lib 12 years ago
Philipp Tessenow 987a12cce8 let tinyMCE not overwrite the textarea on save 12 years ago
Jens Ulferts 79d3ae3b01 defines necessary methods to create links 12 years ago
Martin Linkhorst eb6c16c431 force projects to be an array, otherwise id will be called on active relation which results in a no method error 12 years ago
Philipp Tessenow 60ae90135b added first version of wysiwyg editor plugin 12 years ago
Martin Linkhorst d5a23fc3d5 use the gem version of awesome_nested_set 12 years ago
Martin Linkhorst 4c66b7451e added prototype legacy helper 12 years ago
Martin Linkhorst 69c3a0fa82 added dynamic form for error messages 12 years ago
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Jens Ulferts 09cd82f51e REVIEW: removes bundled open_id_authentication gem 12 years ago
Jens Ulferts 53dfc6886f REVIEW: deactivates prepending of plugin views before core views as it breaks rails 3 bootup 12 years ago
Jens Ulferts f46b5c4ac6 includes url_helpers the rails 3 way 12 years ago
Jens Ulferts 3e3ccb0a80 class reloading hook is now Rails.configuration.to_prepare 12 years ago
Jens Ulferts 27942a56b4 removing bundled engines plugin as it will no longer be needed in rails 3 12 years ago
Felix Schäfer dcca30bc70 Revert "code cleanup" 12 years ago