Commit Graph

203 Commits (1f45cd3ba1bc95b2a86fdf871ff091c5a2179018)

Author SHA1 Message Date
Jens Ulferts cad2d044cd allows joining multiple tables of awesome_nested_set structured models while using nested_set methods 12 years ago
Jens Ulferts f1c2656517 whitspace fixes 12 years ago
Jens Ulferts e3be06f320 allows journal formatters to receive options and uses it to be able to 12 years ago
Jens Ulferts 892799d780 adds a very simple cache to cache arbitrary model objects 12 years ago
Jens Ulferts db265d3123 adds a journaled_class method 12 years ago
Jens Ulferts 747196f9b1 removes outdated comment 12 years ago
Jens Ulferts 8bfc52ad29 whitespace fixes 12 years ago
Jens Ulferts 293e44e010 whitespace fixes 12 years ago
Jens Ulferts dfec8a9375 reuses journal formatters 12 years ago
Jens Ulferts 4b54ba3ae3 keeps the old api for registering journal formatters intact 12 years ago
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
Felix Schäfer dcca30bc70 Revert "code cleanup" 13 years ago
Jens Ulferts 90d737aff5 code cleanup 13 years ago
Romano Licker 35c84fcd68 do not create a journal when attributes change from 13 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 14 years ago
Eric Davis 68526f6f2d Clear @extra_journal_attributes also after saving a Journal 14 years ago
Gregor Schmidt e2d16e1397 [#540] compatibility layer to reenable API from Chili 1.x 14 years ago
Eric Davis c0d26da34e Refactor: move method to recreate the initial journals out of migration 14 years ago
Eric Davis dd6d9d1c68 [#513] Fix links to attachments in the issue history 14 years ago
Eric Davis df0c75c050 Fix a problem loading ARCondition in development on second request. 14 years ago
Eric Davis 3b9980b449 Fix aaj to allow setting the journal user, note, and attributes directly. 14 years ago
Eric Davis 2f3657502f [#474] aaj should use the Model's activity options for timestamp and author_key 14 years ago
Eric Davis 1cf08ee300 [#474] Changesets should use the author method for events 14 years ago
Eric Davis bfba5e2151 [#441] Journals should touch their journaled to update updated_on/at fields 14 years ago
Eric Davis 33e3a71341 [#445] Track initial object attributes on the initial journal 14 years ago
Eric Davis aa07982daa Fix an edge-edge case bug in journal_attributes_for_user with different users 14 years ago
Felix Schäfer 6f809b826e Replace a call to changes with its code from AR::Dirty. #422 14 years ago
Felix Schäfer 66561031eb [#400] Fix the event types (icons on activity and search views). 14 years ago
Gregor Schmidt 09fd71232e [#412] fixes to make tests run on 1.9.2 14 years ago
Eric Davis 193b2c7a38 [#404] Move vendor/plugins/acts_as_journalized/app/ to the core app/ 14 years ago
Eric Davis adf57a64f1 [#123] Move aaj migrations to core 14 years ago
Eric Davis 23ef9fedef [#123] Port the send_notification feature to aaj 14 years ago
Eric Davis 0ca73a7f69 [#123] Fix the down migration for Journal#journalized_type 14 years ago