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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated the INSTALL and UPGRADING documents for the 1.0 release.
Eric Davis
2010-07-18
2
-44
/
+96
*
Translation updates
Azamat Hackimov
2010-07-16
5
-11
/
+11
*
Added an official favicon.ico
Eric Davis
2010-07-16
1
-0
/
+0
*
Updating CHANGELOG for 1.0
Eric Davis
2010-07-16
1
-2
/
+75
*
Add :view_issues_index_bottom hook. #5169
Eric Davis
2010-07-16
1
-0
/
+1
*
Fix typos in the examples. #5823
Eric Davis
2010-07-16
1
-2
/
+2
*
Force the test RAILS_ENV to help prevent purging data when mistyping. #4572
Eric Davis
2010-07-09
1
-1
/
+1
*
Version 0.9.6
Eric Davis
2010-07-08
1
-1
/
+1
*
Update the CHANGELOG for 0.9.6
Eric Davis
2010-07-08
1
-0
/
+5
*
Check the browse repository or commit access permissions in Redmine.pm with L...
Eric Davis
2010-07-08
1
-1
/
+3
*
Have Redmine.pm respect the Authentication Required setting. #5797
Eric Davis
2010-07-08
1
-0
/
+29
*
Force the default value of path to be set on the Change model class. #5771
Eric Davis
2010-07-06
2
-1
/
+5
*
Include visible subprojects when checking for available Activity event types....
Eric Davis
2010-07-06
1
-1
/
+1
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
5
-6
/
+18
*
Allow js formatted responses.
Eric Davis
2010-07-05
1
-0
/
+4
*
Added hook :controller_timelog_available_criterias
Eric Davis
2010-07-01
1
-0
/
+1
*
Refactor: extract @available_criterias to utility method.
Eric Davis
2010-07-01
1
-45
/
+50
*
Set @project so macros will work on the welcome and project list. #5781
Eric Davis
2010-06-30
2
-0
/
+6
*
Don't style lists in a project description as a sub-project. #5752
Eric Davis
2010-06-30
1
-4
/
+3
*
Fix Chrome JavaScript bug in the pop up calendar. #5769
Eric Davis
2010-06-30
1
-1
/
+1
*
Recalculate inherited attributes on parents when a child is moved under a new...
Eric Davis
2010-06-30
2
-1
/
+17
*
Rename code and locale typo: Developper. #5751
Eric Davis
2010-06-30
43
-44
/
+44
*
Add some tests for User#try_to_login with LDAP. #5592
Eric Davis
2010-06-30
1
-0
/
+15
*
Bump release to 0.9.5
Eric Davis
2010-06-28
1
-1
/
+1
*
Updating documentation for the 0.9.5 release.
Eric Davis
2010-06-28
3
-3
/
+15
*
Force string comparison for login search to be case sensitive on MySQL. #2473
Eric Davis
2010-06-24
1
-2
/
+5
*
Sanitize image links and handle nils in the toc formatter. #5445
Eric Davis
2010-06-24
2
-2
/
+8
*
Refresh locales
Azamat Hackimov
2010-06-21
39
-0
/
+93
*
New language en-GB (#5648 thank to Tom Knight for work)
Azamat Hackimov
2010-06-21
5
-6
/
+1043
*
Refactor and documentation for User#find_by_login.
Eric Davis
2010-06-20
1
-5
/
+5
*
Change User#login to be case-insensitive. #2473
Eric Davis
2010-06-20
2
-2
/
+45
*
Typecast issue ids when searched for.
Eric Davis
2010-06-20
2
-1
/
+7
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
4
-2
/
+25
*
Exclude fields_for in the TabularFormBuilder, it has a different method
Eric Davis
2010-06-20
1
-1
/
+1
*
Optimize the N+1 query in watcher_recipients. #5415
Eric Davis
2010-06-20
1
-1
/
+2
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
4
-0
/
+30
*
Truncate incoming email subject lines to 255 characters. #5698
Eric Davis
2010-06-20
3
-1
/
+64
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
4
-12
/
+45
*
Add some assertions on the default data loading test to debug a Ruby 1.9 fail...
Eric Davis
2010-06-20
1
-0
/
+2
*
Fix for Ruby 1.9 strings.
Eric Davis
2010-06-20
1
-1
/
+1
*
Added two hooks to the issues report. #5233
Eric Davis
2010-06-20
1
-0
/
+2
*
Display the correct ISO week number on the project calendar.
Eric Davis
2010-06-19
2
-1
/
+45
*
Calculate the correct week number for weeks starting at any date. #4857
Eric Davis
2010-06-19
1
-8
/
+20
*
Added tests for #5533's behavior.
Eric Davis
2010-06-19
1
-0
/
+18
*
Add a css class to hide content when printing. #5508
Eric Davis
2010-06-19
2
-2
/
+3
*
Display the link name when external links are used in the toc macro. #5445
Eric Davis
2010-06-19
2
-0
/
+5
*
Added documentation about the session_path. #3968
Eric Davis
2010-06-19
1
-0
/
+7
*
Hide the role forms when editing or adding Project members. #5452
Eric Davis
2010-06-19
2
-3
/
+11
*
Accept email from anonymous users with an empty from address. #5604
Eric Davis
2010-06-19
3
-1
/
+27
*
Pin shoulda, 2.11.x changes it's API and deprecates a lot of macros.
Eric Davis
2010-06-19
1
-1
/
+1
[next]