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
*
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
*
Fixed that "Default administrator account changed" is always true (#10622).
Jean-Philippe Lang
2012-04-09
2
-3
/
+6
*
Fixed that improper statuses are proposed when changing status before tracker...
Jean-Philippe Lang
2012-04-09
2
-6
/
+14
*
Disable IE 8 compatibility mode (#10128).
Jean-Philippe Lang
2012-04-08
1
-0
/
+1
*
Reverted r9368.
Jean-Philippe Lang
2012-04-08
1
-6
/
+1
*
Slight changes to the plain text issue notification.
Jean-Philippe Lang
2012-04-08
2
-10
/
+13
*
Adds double quotes around issue change details in plain text notifications (#...
Jean-Philippe Lang
2012-04-08
1
-1
/
+6
*
Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).
Jean-Philippe Lang
2012-04-06
1
-0
/
+11
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
4
-12
/
+17
*
Fixed test_show_with_permission_should_display_the_new_message_form broken by...
Jean-Philippe Lang
2012-04-06
1
-1
/
+1
*
Makes the mail handler ignore out-of-office emails (#10607).
Jean-Philippe Lang
2012-04-06
1
-0
/
+7
*
Removed permissions logic from view.
Jean-Philippe Lang
2012-04-06
1
-2
/
+6
*
Fixed: Unable to change locked, sticky flags and board when editing a message...
Jean-Philippe Lang
2012-04-06
1
-2
/
+1
*
Let non required list/user/version custom fields to be set to blank when bulk...
Jean-Philippe Lang
2012-04-06
2
-1
/
+11
*
Uploading of attachments which filename contains non-ASCII chars fails with R...
Jean-Philippe Lang
2012-04-06
1
-0
/
+1
*
Do not display the magnifier for added files in email notifications (#4774).
Jean-Philippe Lang
2012-04-06
1
-1
/
+1
*
Moved the magnifier just after the filename.
Jean-Philippe Lang
2012-04-06
1
-2
/
+2
*
Force encoding of custom field possible values (#10593).
Jean-Philippe Lang
2012-04-06
1
-2
/
+12
*
WikiContent::Version#text may return ascii-8bit encoded string (#10590).
Jean-Philippe Lang
2012-04-06
1
-6
/
+8
*
delete :only_path option from link_to options at application_helper link_to_a...
Toshi MARUYAMA
2012-04-06
1
-0
/
+1
*
fix attachment link has get parameter :class (#10602)
Toshi MARUYAMA
2012-04-06
1
-1
/
+3
*
add a view link to note attachment file (#4774)
Toshi MARUYAMA
2012-04-06
1
-2
/
+9
*
code layout cleanup app/helpers/issues_helper.rb
Toshi MARUYAMA
2012-04-06
1
-1
/
+2
*
replace tabs to spaces at app/views/attachments/_links.html.erb
Toshi MARUYAMA
2012-04-06
1
-3
/
+3
*
Fixed Internal Error in watchers XHR search (#10600).
Etienne Massip
2012-04-05
1
-1
/
+1
*
code layout clean up app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-3
/
+5
*
fix html tag at app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-2
/
+4
*
code layout clean up app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-35
/
+32
*
replace tabs to spaces at app/views/repositories/show.html.erb
Toshi MARUYAMA
2012-04-04
1
-6
/
+6
*
fix typo "RedMine" at app/models/wiki_content.rb
Toshi MARUYAMA
2012-04-03
1
-2
/
+2
[next]