- Nov 25, 2011
-
-
Felix Schäfer authored
-
- Nov 17, 2011
-
-
Gregor Schmidt authored
this way journal classes are only created for classes with calls to acts_as_journalized. You may now subclass journaled models to extend them with helper methods in plugins w/o interfering with aaj.
-
- Oct 29, 2011
-
-
Felix Schäfer authored
-
Holger Just authored
-
- Aug 25, 2011
-
-
Felix Schäfer authored
-
- Aug 15, 2011
-
-
Jean-Philippe Lang authored
Taken from Redmine r5880 Committed by Jean Philippe Lang
-
- Jul 31, 2011
-
-
Eric Davis authored
-
Eric Davis authored
-
- Jul 27, 2011
-
-
Gregor Schmidt authored
-
- Jul 22, 2011
-
-
Eric Davis authored
-
- Jul 12, 2011
-
-
Eric Davis authored
-
Eric Davis authored
-
- Jul 11, 2011
-
-
Eric Davis authored
This will allow the Journaled object to reliability set the fields on the Journal without calling init_journal (which is a before_save hook and shouldn't be called directly).
-
- Jun 17, 2011
-
-
Eric Davis authored
Some models (Changeset) require custom options passed to acts_as_activity_provider but acts_as_journalized wasn't accepting these for :timestamp or :author_key
-
Eric Davis authored
This will let them pick up the committer string if user is nil
-
- Jun 05, 2011
-
-
Eric Davis authored
-
- Jun 03, 2011
-
-
Eric Davis authored
So the initial journal would have the changes from an Object#new to the created version of the Object. Also includes a change to the database migration in order to create these initial journals for all journaled Objects.
-
- Jun 02, 2011
-
-
Eric Davis authored
In one case in a plugin (not able to reproduce in core) journal_attributes_for_user would set the :user to something different than what's in updated_by thus assigning the Journal to the wrong user.
-
- May 21, 2011
-
-
Felix Schäfer authored
acts_as_journalized called changes as per ActiveRecord::Dirty (see http://ar.rubyonrails.org/classes/ActiveRecord/Dirty.html#M000291), the journalized model Changeset :has_many changes though, which made the call return a list of associated objects instead of the intended list of changed attributes. Replaced changes with the code from AR::Dirty to work around that.
-
- May 20, 2011
-
-
Felix Schäfer authored
-
- May 13, 2011
-
-
Gregor Schmidt authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
Eric Davis authored
-
- Apr 21, 2011
-
-
Felix Schäfer authored
-
- Apr 16, 2011
-
-
Toshi MARUYAMA authored
Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5295 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
This problem occurs because the EOF character string is included in the built-in font. Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5290 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Jean-Philippe Lang authored
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5286 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Jean-Philippe Lang authored
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5285 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
r5256 fixed #7794 completely. r5253 effects the width of the ASCII character of Japanese PDF. Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5281 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Jean-Philippe Lang authored
Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). These new field formats are available for project, issue, version and time entry custom fields. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5272 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5267 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5257 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5256 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5255 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
Ruby1.9 compatibility. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5254 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
Toshi MARUYAMA authored
Fix an internal server error on formatting an issue as a PDF in Japanese (#7794). Contributed by Yuki Sonoda. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5253 e93f8b46-1217-0410-a6f0-8f06a7374b81
-