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
*
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
*
Refactor: Use the existing method for failing onthefly creations.
Eric Davis
2009-12-20
1
-4
/
+1
*
Added an optimization note for later.
Eric Davis
2009-12-20
1
-0
/
+1
*
Adds a 'Create and continue' button on new user form.
Jean-Philippe Lang
2009-12-20
2
-2
/
+7
*
Change MailHandler 403 error message.
Jean-Philippe Lang
2009-12-20
1
-2
/
+2
*
Adds on optional API key to repositories management controller and reposman.rb.
Jean-Philippe Lang
2009-12-20
2
-3
/
+11
*
Admin info cleanup.
Jean-Philippe Lang
2009-12-19
2
-10
/
+12
*
Adds helpers for setting field tags.
Jean-Philippe Lang
2009-12-19
9
-173
/
+130
*
Adds a 'no_permission_check' option to the MailHandler.
Jean-Philippe Lang
2009-12-19
1
-5
/
+17
*
Fixes block reordering on my page (#2971).
Jean-Philippe Lang
2009-12-19
2
-19
/
+17
*
Fixes an error with postgres.
Jean-Philippe Lang
2009-12-19
1
-2
/
+10
*
Avoid a ruby warning.
Jean-Philippe Lang
2009-12-19
1
-1
/
+1
*
Fixes 'follows' relation validation.
Jean-Philippe Lang
2009-12-18
1
-3
/
+3
*
Adds 'follows' relation (#1432).
Jean-Philippe Lang
2009-12-18
1
-1
/
+16
*
Issue sidebar cleanup.
Jean-Philippe Lang
2009-12-18
2
-18
/
+15
*
By default, only show statuses that are used by the tracker on the workflow e...
Jean-Philippe Lang
2009-12-18
3
-3
/
+29
*
Display shared versions on the issue summary view (#4425).
Jean-Philippe Lang
2009-12-18
1
-2
/
+2
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
10
-26
/
+34
*
Fixes test broken by r3176 (#4439).
Jean-Philippe Lang
2009-12-18
1
-1
/
+2
*
IE8 fix.
Jean-Philippe Lang
2009-12-17
1
-2
/
+1
*
Removes large icons.
Jean-Philippe Lang
2009-12-17
6
-12
/
+12
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
15
-79
/
+55
*
Adds buttons to scroll the tabs when they overflow.
Jean-Philippe Lang
2009-12-14
1
-0
/
+9
*
Moved charset meta tag before title (#4320).
Jean-Philippe Lang
2009-12-13
1
-1
/
+1
*
Make sure user can not watch what he is not allowed to view.
Jean-Philippe Lang
2009-12-13
1
-1
/
+5
*
Make sure users don't get notified for thing they can not view (#3589).
Jean-Philippe Lang
2009-12-13
6
-19
/
+54
*
Moves watchers filtering logic to ActsAsWatchable.
Jean-Philippe Lang
2009-12-13
1
-7
/
+0
*
Makes user unwatch what he can no longer view after its permissions have chan...
Jean-Philippe Lang
2009-12-13
7
-2
/
+73
*
Added a setting to configure the day that week start on (Monday or Sunday). (...
Eric Davis
2009-12-13
2
-0
/
+13
*
Copy issue relations when copying a project. (#3367)
Eric Davis
2009-12-13
1
-0
/
+31
*
Roadmap: sort issues by project and prepend project name if different (#4373).
Jean-Philippe Lang
2009-12-12
3
-4
/
+6
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
4
-80
/
+4
*
Display users then groups on project memberships view (#4389).
Jean-Philippe Lang
2009-12-12
2
-6
/
+6
*
Sort groups on user groups setting (#4389).
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
Issue#done_ratio should not break if status is nil.
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Retrieve root_url if needed (#4377).
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
Allow blank value for IssueStatus#default_done_ratio.
Jean-Philippe Lang
2009-12-12
3
-3
/
+4
*
Locales update.
Jean-Philippe Lang
2009-12-12
1
-1
/
+2
*
Adds workflow copy functionality (#1727).
Jean-Philippe Lang
2009-12-12
8
-19
/
+114
[next]