obsolete.ChilliProject/app/models
Tim Felgentreff d1ba27358a fix wiki content specs 2010-09-14 16:59:43 +02:00
..
repository Do not parse the entire git log to fetch new commits (takes several minutes for a few thousands commits), but only 1 week before the last known commit (#4547, #4716). 2010-02-07 15:17:21 +00:00
attachment.rb smaller fixes for journalized news and attachments 2010-08-06 18:47:56 +02:00
auth_source.rb Allow AuthSources to control if they allow password changes. 2010-05-23 03:16:37 +00:00
auth_source_ldap.rb Makes AuthSource.authenticate return a hash instead of an array. 2010-02-26 09:13:12 +00:00
board.rb Makes user unwatch what he can no longer view after its permissions have changed (#3589). 2009-12-13 12:39:22 +00:00
change.rb Merged r3860 from trunk. 2010-07-24 00:20:35 +00:00
changeset.rb init journal will return the last_journal, not the new one, now 2010-09-14 16:59:27 +02:00
comment.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
custom_field.rb Replace the hardcoded CustomField::FIELD_FORMATS with a class. 2010-04-16 15:33:49 +00:00
custom_value.rb Avoid useless database queries. 2009-11-20 12:57:52 +00:00
document.rb fix document activity url 2010-08-04 19:02:49 +02:00
document_category.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +00:00
document_category_custom_field.rb Enumerations can now have custom fields defined on them. #4077 2009-10-21 22:34:22 +00:00
document_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
enabled_module.rb Removes debug message. 2009-10-25 10:31:01 +00:00
enumeration.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +00:00
group.rb User groups branch merged. 2009-09-12 08:36:46 +00:00
group_custom_field.rb User groups branch merged. 2009-09-12 08:36:46 +00:00
issue.rb fix use of versions vs journals 2010-09-14 15:18:28 +02:00
issue_category.rb Added version details view accessible from the roadmap. 2007-12-07 10:26:07 +00:00
issue_custom_field.rb fixed #9308 table_name pre/suffix support 2007-03-15 22:11:02 +00:00
issue_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
issue_priority.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +00:00
issue_priority_custom_field.rb Enumerations can now have custom fields defined on them. #4077 2009-10-21 22:34:22 +00:00
issue_relation.rb Adds issue relations to individual issue XML (#5305). 2010-05-01 14:07:36 +00:00
issue_status.rb Merged r3881 from trunk. 2010-07-25 10:49:08 +00:00
mail_handler.rb init journal will return the last_journal, not the new one, now 2010-09-14 16:59:27 +02:00
mailer.rb fix various tests in mailer, wiki content and issue helper 2010-09-14 14:25:19 +02:00
member.rb Merged r3929 from trunk. 2010-08-19 04:32:36 +00:00
member_role.rb Fixed: project copy doesn't copy group memberships (#3975). 2009-12-26 16:14:55 +00:00
message.rb fix various tests in mailer, wiki content and issue helper 2010-09-14 14:25:19 +02:00
message_observer.rb Make sure users don't get notified for thing they can not view (#3589). 2009-12-13 14:26:54 +00:00
news.rb smaller fixes for journalized news and attachments 2010-08-06 18:47:56 +02:00
news_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
principal.rb Fixed: Error on db:migrate with table prefix set (#5335). 2010-04-17 12:14:52 +00:00
project.rb Show subproject versions on the Roadmap. 2010-05-27 17:16:10 +00:00
project_custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
query.rb Merged r3927 from trunk. 2010-08-19 04:32:25 +00:00
repository.rb Memorize commit authors to speed up changesets loading. 2010-02-21 14:42:45 +00:00
role.rb Change Role#anonymous and #non_member so they generate the record as needed. 2010-02-03 17:47:47 +00:00
setting.rb Fixed a nil method error in Setting#value= 2010-02-12 22:08:02 +00:00
time_entry.rb move to STI for journals so the journals themselves can be events 2010-07-21 17:57:45 +02:00
time_entry_activity.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +00:00
time_entry_activity_custom_field.rb Fixed some merge bugs. #4077 2009-10-21 22:35:03 +00:00
time_entry_custom_field.rb Adds custom fields on time entries (#772). 2008-07-22 18:52:00 +00:00
token.rb Delete previous tokens when creating a new one. 2009-06-02 17:24:50 +00:00
tracker.rb By default, only show statuses that are used by the tracker on the workflow edit view. 2009-12-18 15:41:32 +00:00
user.rb Merged r3906 from trunk. 2010-08-19 04:30:03 +00:00
user_custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
user_preference.rb Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
version.rb remove changes from version model 2010-07-23 17:17:00 +02:00
version_custom_field.rb Adds custom fields for versions (#4219). 2009-11-15 15:22:55 +00:00
watcher.rb Makes user unwatch what he can no longer view after its permissions have changed (#3589). 2009-12-13 12:39:22 +00:00
wiki.rb Makes the wiki sidebar editable (#5208). 2010-04-11 12:56:18 +00:00
wiki_content.rb fix wiki content specs 2010-09-14 16:59:43 +02:00
wiki_content_observer.rb Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 2009-05-17 09:55:13 +00:00
wiki_page.rb Makes the wiki sidebar editable (#5208). 2010-04-11 12:56:18 +00:00
wiki_redirect.rb Added the ability to rename wiki pages (specific permission required). 2007-09-09 17:05:38 +00:00
workflow.rb Fixes workflow edit with JRuby (#5404). 2010-04-30 12:19:51 +00:00