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
*
Copyright update.
Jean-Philippe Lang
2012-05-05
144
-140
/
+208
*
Code cleanup, reuse the visible scope.
Jean-Philippe Lang
2012-05-05
1
-3
/
+1
*
Use Mail instead of TMail in MailHandler.
Jean-Philippe Lang
2012-05-05
2
-32
/
+41
*
route: scm: split entry and raw actions
Toshi MARUYAMA
2012-05-05
2
-2
/
+15
*
model: convert news finder to Rails3 syntax
Toshi MARUYAMA
2012-05-04
1
-4
/
+3
*
scm: fix revision graph left padding
Toshi MARUYAMA
2012-05-04
1
-1
/
+4
*
Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...
Jean-Philippe Lang
2012-05-04
1
-1
/
+1
*
scm: git: fix creating and updating repository
Toshi MARUYAMA
2012-05-03
2
-24
/
+24
*
scm: fix broken main repository 'root' link
Toshi MARUYAMA
2012-05-02
1
-1
/
+3
*
scm: fix git and mercurial branch list box action
Toshi MARUYAMA
2012-05-02
1
-1
/
+2
*
Fixed error on commits per month graph (#10806).
Jean-Philippe Lang
2012-05-01
1
-2
/
+2
*
Adds css class to custom field input tags.
Jean-Philippe Lang
2012-05-01
1
-11
/
+15
*
Adds environment information display to /admin/info.
Jean-Philippe Lang
2012-05-01
1
-1
/
+5
*
Fixed that sidebar with hook content only should not be hidden.
Jean-Philippe Lang
2012-05-01
2
-2
/
+10
*
recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rail...
Toshi MARUYAMA
2012-05-01
1
-4
/
+1
*
Fixed openid redirect.
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
Adds an id to the flash message divs (#9034).
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
Merged #merge! calls.
Jean-Philippe Lang
2012-04-29
1
-2
/
+1
*
Tests broken by r9573.
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
view: labelled_remote_form_for: equals sign mandatory to print blocks and use...
Toshi MARUYAMA
2012-04-29
1
-1
/
+2
*
helper: replace remote_form_for to form_for at labelled_remote_form_for
Toshi MARUYAMA
2012-04-29
1
-1
/
+2
*
view: labelled_form_for: equals sign mandatory to print blocks and use :as
Toshi MARUYAMA
2012-04-29
2
-2
/
+4
*
view: remote_form_for: equals sign mandatory to print blocks and replace to f...
Toshi MARUYAMA
2012-04-29
3
-7
/
+12
*
RecordNotFound exception still raised with Rails3.
Jean-Philippe Lang
2012-04-28
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-04-28
1
-2
/
+2
*
Fix no longer required with Rails 3.
Jean-Philippe Lang
2012-04-28
1
-9
/
+0
*
Makes image_tag pick the image from the current theme if it exists.
Jean-Philippe Lang
2012-04-28
1
-2
/
+4
*
Adds support for :plugin option to image_tag helper.
Jean-Philippe Lang
2012-04-28
1
-0
/
+12
*
Restores support for :plugin support to stylesheet_link_tag and javascript_in...
Jean-Philippe Lang
2012-04-28
1
-0
/
+39
*
set_table_name and set_locking_column are deprecated.
Jean-Philippe Lang
2012-04-27
2
-2
/
+2
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
19
-47
/
+49
*
Removed #utf8nize! that is no longer used with Rails 3.
Jean-Philippe Lang
2012-04-26
1
-24
/
+0
*
Manually generates the javascript that prototype_helper fails to do with ruby...
Jean-Philippe Lang
2012-04-25
1
-6
/
+2
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
134
-392
/
+371
*
Reverted r9464 that broke a test. Project identifiers or ids can be used as p...
Jean-Philippe Lang
2012-04-22
1
-1
/
+1
*
Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...
Toshi MARUYAMA
2012-04-22
1
-1
/
+1
*
Rails3: helper: html_safe for watchers_checkboxes in WatchersHelper
Toshi MARUYAMA
2012-04-22
1
-2
/
+4
*
Rails3: view: html_safe for principals_options_for_select in ApplicationHelper
Toshi MARUYAMA
2012-04-21
1
-1
/
+1
*
Fixed that date range fields don't get enabled when using the calendar popup ...
Jean-Philippe Lang
2012-04-19
1
-1
/
+1
*
Fixed that users with different case logins cannot update their accounts (#10...
Jean-Philippe Lang
2012-04-19
1
-1
/
+1
*
Fixed that Token.destroy_expired destroys API tokens.
Jean-Philippe Lang
2012-04-15
1
-1
/
+1
*
Fixed that rss key is generated twice when user is not reloaded (#10668).
Jean-Philippe Lang
2012-04-15
1
-4
/
+8
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
7
-8
/
+49
*
Fixed MissingFeatureException: let user choose to copy attachments or not whe...
Jean-Philippe Lang
2012-04-14
3
-3
/
+13
*
When copying issues, let the status be changed to default or left unchanged.
Jean-Philippe Lang
2012-04-14
2
-18
/
+26
*
Removed deprecated accept_key_auth methods.
Jean-Philippe Lang
2012-04-13
1
-12
/
+0
*
Ignore emails with Auto-Submitted: auto-replied header (#10607).
Jean-Philippe Lang
2012-04-13
1
-5
/
+14
*
Strip issue id when adding a relation.
Jean-Philippe Lang
2012-04-11
1
-1
/
+1
*
CSV export breaks custom columns (#10168).
Jean-Philippe Lang
2012-04-09
1
-1
/
+1
*
Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro...
Jean-Philippe Lang
2012-04-09
1
-1
/
+1
[next]