index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "% done" in the filter list.
Jean-Philippe Lang
2007-09-09
1
-2
/
+10
*
Added the ability to rename wiki pages (specific permission required).
Jean-Philippe Lang
2007-09-09
3
-6
/
+62
*
Improved Redmine links:
Jean-Philippe Lang
2007-09-07
1
-0
/
+1
*
'current week' filter fix.
Jean-Philippe Lang
2007-09-06
1
-1
/
+1
*
Fixed: custom field displayed as deleted in the issue history even if no valu...
Jean-Philippe Lang
2007-09-05
1
-1
/
+3
*
Added a new value for date filters: 'this week'
Jean-Philippe Lang
2007-09-05
1
-3
/
+6
*
Subprojects are now grouped by projects in the 'Projects' top navigation drop...
Jean-Philippe Lang
2007-09-05
1
-0
/
+4
*
Small fix in Mailer.
Jean-Philippe Lang
2007-09-04
1
-1
/
+1
*
Added the ability to move issues (to another project) without changing their ...
Jean-Philippe Lang
2007-08-31
1
-0
/
+1
*
Added cache for application settings (Setting model).
Jean-Philippe Lang
2007-08-31
1
-10
/
+35
*
Added a cross-project issue list. It displays the issues of all the projects ...
Jean-Philippe Lang
2007-08-31
2
-13
/
+22
*
Fix: error when posting to projects/add or users/add with no custom_fields pa...
Jean-Philippe Lang
2007-08-29
1
-1
/
+1
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
12
-92
/
+172
*
Fixed: queries with multiple custom fields return no result.
Jean-Philippe Lang
2007-08-26
1
-12
/
+17
*
Replaced hard-coded urls in Mailer#attachments_add
Jean-Philippe Lang
2007-08-25
1
-6
/
+6
*
Automatic closing of duplicate issues.
Jean-Philippe Lang
2007-08-25
1
-0
/
+22
*
Changeset comments are now stripped before being stored in the database (patc...
Jean-Philippe Lang
2007-08-25
1
-0
/
+4
*
Added a 'Assignable' boolean on Role model.
Jean-Philippe Lang
2007-08-16
1
-0
/
+10
*
Activity view improvements:
Jean-Philippe Lang
2007-08-16
1
-0
/
+1
*
Wiki links can now refer other project wikis, using this syntax:
Jean-Philippe Lang
2007-08-15
1
-3
/
+3
*
Image attachments are now sent inline to be viewed directly in the browser.
Jean-Philippe Lang
2007-08-15
1
-0
/
+4
*
Added 'email sending test' functionality.
Jean-Philippe Lang
2007-08-14
1
-0
/
+7
*
Firstname, lastname and email LDAP attributes are now required if "on-the-fly...
Jean-Philippe Lang
2007-08-14
1
-1
/
+2
*
Added an option to be able to relate issues in different projects.
Jean-Philippe Lang
2007-08-12
1
-1
/
+1
*
Attachment content-type is now chomped before being saved.
Jean-Philippe Lang
2007-08-12
1
-1
/
+1
*
Forum notifications are now also sent to the authors of the thread, even if t...
Jean-Philippe Lang
2007-08-12
1
-2
/
+5
*
Overdue versions (date reached and open issues > 0) are now always displayed ...
Jean-Philippe Lang
2007-08-12
1
-1
/
+15
*
Fixed a bug in CVS model (clash when 2 projects point to the same repository)
Jean-Philippe Lang
2007-08-01
1
-1
/
+1
*
Added several validates_length_of
Jean-Philippe Lang
2007-07-16
11
-1
/
+14
*
Fixed mailer (error when no assignee)
Jean-Philippe Lang
2007-07-15
1
-4
/
+4
*
Now, when a user turns mail notifications off, he will still receive notifica...
Jean-Philippe Lang
2007-07-15
1
-1
/
+11
*
Fixed: Error when editing the wokflow after deleting a status
Jean-Philippe Lang
2007-07-14
1
-1
/
+1
*
Added wiki diff.
Jean-Philippe Lang
2007-07-14
1
-0
/
+27
*
Fixed: issue_id not nullified on time entries when deleting the issue
Jean-Philippe Lang
2007-07-02
1
-1
/
+1
*
Removed User#display_name (replaced by User#name).
Jean-Philippe Lang
2007-06-29
2
-6
/
+2
*
Each category can now be associated to a user, so that new issues in that cat...
Jean-Philippe Lang
2007-06-29
4
-0
/
+14
*
Fixed an error when trying to delete a project (versions/issues dependency)
Jean-Philippe Lang
2007-06-25
1
-1
/
+1
*
Added Darcs basic support.
Jean-Philippe Lang
2007-06-24
3
-0
/
+95
*
Added time report.
Jean-Philippe Lang
2007-06-24
1
-0
/
+17
*
Fixed an error on welcome screen for users with no membership
Jean-Philippe Lang
2007-06-23
1
-1
/
+1
*
Added per user custom queries.
Jean-Philippe Lang
2007-06-23
2
-1
/
+13
*
Added page association on versioned WikiContent
Jean-Philippe Lang
2007-06-17
1
-0
/
+1
*
A wiki page can now be attached to each version.
Jean-Philippe Lang
2007-06-14
1
-0
/
+7
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
5
-487
/
+327
*
Added :dependent => :delete_all on IssueStatus Workflow association.
Jean-Philippe Lang
2007-05-31
1
-2
/
+2
*
Fixed: SQL error when a non-admin user displays the project list
Jean-Philippe Lang
2007-05-29
1
-1
/
+1
*
Fixed date query filters (wrong results and sql error with postgresql)
Jean-Philippe Lang
2007-05-29
1
-7
/
+7
*
Added the ability to archive projects:
Jean-Philippe Lang
2007-05-27
3
-11
/
+37
*
Account information can now be sent to the user when creating an account.
Jean-Philippe Lang
2007-05-27
1
-0
/
+8
*
Optimistic locking added for wiki edits.
Jean-Philippe Lang
2007-05-26
1
-0
/
+1
[next]