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
*
Do not request blank LDAP attributes.
Jean-Philippe Lang
2008-11-25
2
-2
/
+5
*
Fixed date filters accuracy with SQLite (#2221).
Jean-Philippe Lang
2008-11-23
1
-7
/
+19
*
Extends child_pages macro to display child pages based on page parameter (#19...
Jean-Philippe Lang
2008-11-22
1
-0
/
+19
*
Adds .find and .all Plugin class methods.
Jean-Philippe Lang
2008-11-16
1
-2
/
+2
*
Fixes #2170: user display format in application settings broken by r2010.
Jean-Philippe Lang
2008-11-13
1
-1
/
+5
*
Adds permissions to let users edit and/or delete their messages (#854, patch ...
Jean-Philippe Lang
2008-11-11
1
-0
/
+8
*
Sort users by their display names so that user dropdown lists are sorted alph...
Jean-Philippe Lang
2008-11-11
1
-9
/
+8
*
Eager-load users.
Jean-Philippe Lang
2008-11-11
3
-3
/
+3
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
3
-16
/
+54
*
Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).
Jean-Philippe Lang
2008-11-08
1
-2
/
+6
*
Fixed: broken subject when submitting issue via email written in japanese (Pa...
Jean-Philippe Lang
2008-11-07
1
-1
/
+1
*
Host setting should contain the path prefix (Redmine base URL) to properly ge...
Jean-Philippe Lang
2008-11-07
1
-22
/
+23
*
Check that git changeset is not in the database before creating it (#1419).
Jean-Philippe Lang
2008-10-25
1
-14
/
+16
*
Makes email address case-insensitive in MailHandler (#2032).
Jean-Philippe Lang
2008-10-16
1
-1
/
+1
*
add plain text option for mail #2029
Nicolas Chuche
2008-10-15
1
-0
/
+15
*
Fixes Workflow.count_by_tracker_and_role.
Jean-Philippe Lang
2008-09-28
1
-1
/
+1
*
Adds a workflow overview screen.
Jean-Philippe Lang
2008-09-28
1
-0
/
+19
*
Fixed: the default status is lost when reordering issue statuses (#1955).
Jean-Philippe Lang
2008-09-28
1
-2
/
+2
*
Fixed: Latest news appear on the homepage for projects with the News module d...
Jean-Philippe Lang
2008-09-28
1
-4
/
+4
*
Fixed: cross-project issue list should not show issues of projects for which ...
Jean-Philippe Lang
2008-09-25
2
-1
/
+7
*
Strip LDAP attribute names before saving (#1890).
Jean-Philippe Lang
2008-09-21
1
-1
/
+10
*
Fixed: invalid effective date (eg. 99999-01-01) causes an error on version ed...
Jean-Philippe Lang
2008-09-21
1
-1
/
+1
*
Adds watch/unwatch functionality at forum topic level (#1912).
Jean-Philippe Lang
2008-09-19
2
-2
/
+12
*
Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...
Jean-Philippe Lang
2008-09-13
2
-2
/
+7
*
Merged nbc branch @ r1812 (commit access permission and reposman improvements).
Jean-Philippe Lang
2008-09-13
2
-2
/
+27
*
Mailer compatibility with Rails 2.1.1.
Jean-Philippe Lang
2008-09-13
1
-1
/
+1
*
Template error when user's timezone isn't set and UTC timestamps are used (#1...
Jean-Philippe Lang
2008-09-11
1
-1
/
+1
*
Adds support for free ticket filtering and custom queries on Calendar.
Jean-Philippe Lang
2008-09-11
1
-9
/
+11
*
Fixes Repository#clear_changesets.
Jean-Philippe Lang
2008-09-04
1
-0
/
+1
*
Adds cross-project time reports support (#994).
Jean-Philippe Lang
2008-08-31
1
-1
/
+1
*
Adds an option to generate sequential project identifiers.
Jean-Philippe Lang
2008-08-31
1
-0
/
+6
*
Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).
Jean-Philippe Lang
2008-08-26
2
-3
/
+8
*
Adds support for commit logs reencoding to UTF-8 before insertion in the data...
Jean-Philippe Lang
2008-08-26
2
-1
/
+57
*
Dots allowed in custom field name (#1723).
Jean-Philippe Lang
2008-08-25
1
-1
/
+1
*
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...
Jean-Philippe Lang
2008-08-25
1
-0
/
+10
*
Fixed: Issue updated_on is not updated when a user adds a note with no edit p...
Jean-Philippe Lang
2008-08-25
1
-0
/
+2
*
Fixed: invalid SQL query on User#destroy (#1781).
Jean-Philippe Lang
2008-08-25
1
-1
/
+2
*
Added the "Status:" keyword to the MailHandler for setting and changing an Is...
Eric Davis
2008-08-20
1
-1
/
+9
*
Fixes custom fields display order at several places (#1768).
Jean-Philippe Lang
2008-08-11
2
-2
/
+2
*
Allow same name for custom fields on different object types.
Jean-Philippe Lang
2008-08-11
1
-1
/
+1
*
Adds permissions for viewing the watcher list and adding new watchers on the ...
Jean-Philippe Lang
2008-08-03
1
-0
/
+7
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
8
-3
/
+41
*
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.
Jean-Philippe Lang
2008-07-26
1
-1
/
+20
*
When moving an issue to another project, reassign it to the category with sam...
Jean-Philippe Lang
2008-07-26
1
-1
/
+3
*
Adds estimated hours to issue filters (#1678).
Jean-Philippe Lang
2008-07-26
1
-2
/
+3
*
Adds custom fields on time entries (#772).
Jean-Philippe Lang
2008-07-22
2
-0
/
+24
*
Removed unused exception definition (r1678).
Jean-Philippe Lang
2008-07-22
1
-2
/
+0
*
Appends the filename to the attachment url so that clients that ignore conten...
Jean-Philippe Lang
2008-07-22
1
-1
/
+1
*
Search engine: display total results count (#906) and count by result type.
Jean-Philippe Lang
2008-07-20
2
-7
/
+4
*
Improved on-the-fly account creation. If some attributes are missing (eg. not...
Jean-Philippe Lang
2008-07-19
3
-14
/
+11
[next]