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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: Issue Summary tables that list by user are not sorted (#4552).
Jean-Philippe Lang
2010-01-17
1
-4
/
+4
*
Cleaned up the IssueController redirects to use the back_url like the other a...
Eric Davis
2010-01-14
2
-12
/
+12
*
XML REST API for Projects (#296).
Jean-Philippe Lang
2010-01-14
4
-10
/
+81
*
Fixed: error when exporting an issue with target version to PDF (#4556).
Jean-Philippe Lang
2010-01-13
1
-2
/
+2
*
XML REST API for issues that provides CRUD operations for Issues (#1214).
Jean-Philippe Lang
2010-01-13
4
-16
/
+148
*
Escape the parent id parameter.
Eric Davis
2010-01-13
1
-1
/
+1
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
2
-2
/
+28
*
Fixed: email notifications may affect language of notices on the UI (#4086).
Jean-Philippe Lang
2010-01-10
1
-0
/
+2
*
Fixed: can not search for 2 letters word (#4381).
Jean-Philippe Lang
2010-01-10
1
-2
/
+2
*
Fixed: attachments get saved on issue update even if validation fails (#4401).
Jean-Philippe Lang
2010-01-10
1
-15
/
+15
*
Copyright updated (#4542).
Jean-Philippe Lang
2010-01-09
1
-1
/
+1
*
Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...
Jean-Philippe Lang
2010-01-09
1
-1
/
+1
*
Avatars added in news (#3941) and forums (#4468) + cleanup.
Jean-Philippe Lang
2010-01-07
6
-7
/
+8
*
Fixed: issue summary counts should link to the issue list without subprojects...
Jean-Philippe Lang
2010-01-07
3
-1
/
+10
*
Fixed: 'Delete' link on LDAP list has no effect (#4530).
Jean-Philippe Lang
2010-01-07
1
-0
/
+1
*
Fixed: error when downloading a file with no matching mime type (#3782).
Jean-Philippe Lang
2010-01-05
1
-1
/
+1
*
Bulk edit view cleanup.
Jean-Philippe Lang
2010-01-03
1
-28
/
+44
*
Allow bulk edit custom fields of any type (#461).
Jean-Philippe Lang
2010-01-03
3
-4
/
+22
*
Fixed: bulk edit doesn't include global custom fields (#4505).
Jean-Philippe Lang
2010-01-03
2
-3
/
+3
*
Fixed untranslated string (:label_close_versions => Close completed versions)
Azamat Hackimov
2010-01-01
1
-1
/
+1
*
Create and assign the api token so the current instance can access it. (#4497)
Eric Davis
2009-12-30
1
-1
/
+1
*
Added :controller_issues_new_before_save hook. (#4465)
Eric Davis
2009-12-29
1
-0
/
+1
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
2
-1
/
+12
*
Added :view_settings_general_form plugin hook
Eric Davis
2009-12-29
1
-0
/
+2
*
Moves attachments parsing after textile parsing so that:
Jean-Philippe Lang
2009-12-27
1
-7
/
+10
*
Fixed: project copy doesn't copy group memberships (#3975).
Jean-Philippe Lang
2009-12-26
2
-2
/
+11
*
Ask for confirmation when a non-admin users tries to remove himself from a pr...
Jean-Philippe Lang
2009-12-26
2
-1
/
+10
*
Fixed: subject of incoming emails gets mangled (#3717).
Jean-Philippe Lang
2009-12-26
1
-1
/
+0
*
Do not display the copy form when project copy is created.
Jean-Philippe Lang
2009-12-26
1
-1
/
+7
*
View cleanup.
Jean-Philippe Lang
2009-12-25
1
-5
/
+6
*
Removes column opt in enumerations table.
Jean-Philippe Lang
2009-12-25
4
-42
/
+0
*
Project#activities should check all overridden activities, not just active ones.
Eric Davis
2009-12-24
1
-3
/
+3
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
5
-6
/
+40
*
Hide "Groups" tab on user form if no group exist.
Jean-Philippe Lang
2009-12-24
1
-1
/
+4
*
Force TimeEntry#hours default to nil (#3075, #4449).
Jean-Philippe Lang
2009-12-23
1
-0
/
+1
*
Fixed: wiki pages in search results are referenced by project number, not by ...
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Remove invalid escaping in version field (#4460).
Jean-Philippe Lang
2009-12-23
1
-2
/
+2
*
Fixes delimiters regexp.
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Adds a setting to remove incoming emails body after a delimiter (#4409).
Jean-Philippe Lang
2009-12-23
2
-3
/
+26
*
Display API key in the sidebar, just below the API key heading.
Jean-Philippe Lang
2009-12-23
2
-11
/
+5
*
Do not display API key if API is disabled.
Jean-Philippe Lang
2009-12-23
2
-1
/
+3
*
Fills translations.
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Move API setting to Authentication tab and add translations strings.
Jean-Philippe Lang
2009-12-23
3
-10
/
+3
*
Added an Admin setting to enable/disable the REST web service. (#3920)
Eric Davis
2009-12-23
3
-2
/
+11
*
Added support for HTTP Basic access to the API. (#3920)
Eric Davis
2009-12-23
1
-3
/
+12
*
Allow authenticating with an API token via XML or JSON. (#3920)
Eric Davis
2009-12-23
2
-1
/
+9
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
4
-2
/
+57
*
Added the revision title to any revision links.
Eric Davis
2009-12-22
4
-4
/
+13
*
Make sure the RSS token is getting destroyed and created.
Eric Davis
2009-12-21
1
-2
/
+6
*
Extract method
Eric Davis
2009-12-21
1
-2
/
+6
[next]