Commit Graph

242 Commits (f449509666cba70199e422a6db46733e38fabca4)

Author SHA1 Message Date
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
Jens Ulferts 90d737aff5 code cleanup 12 years ago
Romano Licker 35c84fcd68 do not create a journal when attributes change from 12 years ago
Martin Linkhorst d533816987 fixed a bug when projects couldn't be deleted when they have an issue hierarchy of more than 2 levels. credit jplang, redmine, see http://www.redmine.org/issues/8880 13 years ago
Martin Linkhorst 1fce5b6a8f added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
Gregor Schmidt ad1f36b16d Avoid calling attr_protected if _accessible is used 13 years ago
Martin Linkhorst cc74c1e998 added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
Romano Licker de4cdf538b without ! nothing is added to the formatters hash 13 years ago
Romano Licker d29112203b fixes recreating initial journals 13 years ago
Gregor Schmidt 124b559faa Recreating journal sub classes if Journal was reloaded 13 years ago
Gregor Schmidt 2e890821f7 Using instance var to store journal class name 13 years ago
Felix Schäfer 6fcb1de63a Graciously handle deleted custom fields on issue history view. 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Felix Schäfer a24a24eb19 Add deferred loading for plugins which's requirements aren't all met yet #256 13 years ago
Jean-Philippe Lang 5d7bc5c94c [#577] Avoid validating users when creating watcher relation 13 years ago
Eric Davis bf13b0f409 Check for journal_user, then updated_by, and finally User.current when creating Journals 13 years ago
Eric Davis 68526f6f2d Clear @extra_journal_attributes also after saving a Journal 13 years ago
Gregor Schmidt e2d16e1397 [#540] compatibility layer to reenable API from Chili 1.x 13 years ago
Eric Davis c0d26da34e Refactor: move method to recreate the initial journals out of migration 13 years ago
Eric Davis dd6d9d1c68 [#513] Fix links to attachments in the issue history 14 years ago