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
*
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
*
Adds links to the user page on various views.
Jean-Philippe Lang
2008-07-16
1
-0
/
+4
*
Fixes boolean custom fields tags (broken by r1592) (#1640).
Jean-Philippe Lang
2008-07-14
1
-0
/
+5
*
Clear changesets and changes with raw sql when deleting a repository (#1627).
Jean-Philippe Lang
2008-07-13
1
-1
/
+10
*
Set order on wiki pages association.
Jean-Philippe Lang
2008-07-13
1
-1
/
+1
*
Fixed: no :author method error on projects atom feed (#1623).
Jean-Philippe Lang
2008-07-12
1
-1
/
+2
*
Fixed: search engine may reveal private projects (#1613).
Jean-Philippe Lang
2008-07-10
2
-9
/
+12
*
Mail handler: more control over issue attributes (#1110).
Jean-Philippe Lang
2008-07-06
1
-11
/
+22
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
1
-0
/
+4
*
Merged Rails 2.1 compatibility branch.
Jean-Philippe Lang
2008-07-04
1
-2
/
+4
*
Fixed: Comment too long message when updating issue (#1550).
Jean-Philippe Lang
2008-06-30
1
-1
/
+1
*
Reduces memory usage when importing large git repositories (#1482).
Jean-Philippe Lang
2008-06-29
1
-4
/
+2
*
Fixed: associated revisions are displayed in wrong order on issue view (#1546).
Jean-Philippe Lang
2008-06-29
1
-1
/
+1
*
Custom fields refactoring: most of code moved from controllers to models (usi...
Jean-Philippe Lang
2008-06-27
4
-21
/
+18
*
Adds anchor to atom feed messages links.
Jean-Philippe Lang
2008-06-26
1
-1
/
+2
*
Adds a simple API and a standalone script that can be used to forward emails ...
Jean-Philippe Lang
2008-06-25
1
-1
/
+1
*
Add filters on cross-project issue list for custom fields marked as 'For all ...
Jean-Philippe Lang
2008-06-22
1
-19
/
+30
*
Hide 'Target version' filter if no version is defined.
Jean-Philippe Lang
2008-06-22
1
-1
/
+3
*
Fixes reply attachments handling.
Jean-Philippe Lang
2008-06-22
1
-1
/
+1
*
Adds basic support for issue creation via email (#1110).
Jean-Philippe Lang
2008-06-22
1
-14
/
+108
*
Display issue notes in the activity view (#1509).
Jean-Philippe Lang
2008-06-21
1
-1
/
+1
*
Allow dot in firstnames and lastnames (closes #1426).
Jean-Philippe Lang
2008-06-17
1
-1
/
+1
*
Adds atom feed on time entries details (#1479).
Jean-Philippe Lang
2008-06-17
1
-0
/
+5
*
Ability to remove enumerations (activities, priorities, document categories) ...
Jean-Philippe Lang
2008-06-17
1
-12
/
+25
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
2
-3
/
+16
*
File size display with Bazaar repositories (#1149).
Jean-Philippe Lang
2008-06-14
1
-0
/
+5
*
Fixed: time entries created with the default activity even if a different one...
Jean-Philippe Lang
2008-06-14
1
-2
/
+4
*
Fixed: unexpected nil when viewing differences on CVS (#1444).
Jean-Philippe Lang
2008-06-14
1
-1
/
+2
*
File viewer for attached text files.
Jean-Philippe Lang
2008-06-09
1
-0
/
+4
*
Unified diff viewer for attached files with .patch or .diff extension (#1403).
Jean-Philippe Lang
2008-06-08
1
-0
/
+4
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
3
-6
/
+6
[next]