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 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
*
Adds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang
2008-06-08
1
-0
/
+43
*
Ability to disable unused SCM adapters in application settings.
Jean-Philippe Lang
2008-06-08
1
-1
/
+4
*
Display status change before subject of issue on the activity view otherwise ...
Jean-Philippe Lang
2008-06-07
1
-1
/
+1
*
Removes constraint on enumerations name (#1384).
Jean-Philippe Lang
2008-06-07
1
-1
/
+0
*
Make the 'duplicates of' relation asymmetric:
Jean-Philippe Lang
2008-06-03
2
-3
/
+3
*
Fixed: Reminder emails shouldn't include archived projects (#1351).
Jean-Philippe Lang
2008-06-02
1
-1
/
+3
*
Fixed: can not access old projects created with a numeric identifier (#1322).
Jean-Philippe Lang
2008-05-29
1
-1
/
+2
*
Fixed: IssueController#edit doesn't set default Activity as default (#1302).
Jean-Philippe Lang
2008-05-26
1
-0
/
+6
*
Adds a rake task to send reminders. An email is sent to each user with a list...
Jean-Philippe Lang
2008-05-25
1
-0
/
+31
*
Change projects homepage limit to 255 chars (#663, #1095).
Jean-Philippe Lang
2008-05-25
1
-1
/
+1
*
Gantt chart: display issues that don't have a due date if they are assigned t...
Jean-Philippe Lang
2008-05-25
1
-0
/
+6
*
Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).
Jean-Philippe Lang
2008-05-25
1
-1
/
+1
*
Fixed: using '*' as keyword for repository referencing keywords doesn't work ...
Jean-Philippe Lang
2008-05-25
1
-1
/
+1
*
Fixed: View differences for individual file of a changeset fails if the subve...
Jean-Philippe Lang
2008-05-24
3
-0
/
+24
*
Fixed: TypeError in WikiController#destroy_attachment (#1281).
Jean-Philippe Lang
2008-05-22
1
-3
/
+1
*
Fixed: non member or anonymous permissions change is effective only after an ...
Jean-Philippe Lang
2008-05-22
1
-2
/
+1
*
Ability to search all projects or the projects the user belongs to (#791).
Jean-Philippe Lang
2008-05-18
8
-9
/
+13
*
Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...
Jean-Philippe Lang
2008-05-17
1
-1
/
+14
*
Fixed: private subprojects are listed on the issues view (#1217).
Jean-Philippe Lang
2008-05-14
1
-10
/
+7
*
Fixed: Calendar and Gantt show private subprojects even if current user is no...
Jean-Philippe Lang
2008-05-14
1
-3
/
+4
[prev]
[next]