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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
"New issue" menu item should not link to copy form (#12652).
Jean-Philippe Lang
2012-12-21
1
-1
/
+1
*
Adds CSS classes on pagination links.
Jean-Philippe Lang
2012-12-21
1
-12
/
+18
*
#pagination_links_each yields all links!
Jean-Philippe Lang
2012-12-17
1
-2
/
+2
*
Reset the page parameter when changing the number of items per page.
Jean-Philippe Lang
2012-12-17
1
-1
/
+1
*
Makes #per_page_links take a paginator.
Jean-Philippe Lang
2012-12-17
1
-4
/
+4
*
Split #per_page_links helper and moved test to specific test case.
Jean-Philippe Lang
2012-12-17
1
-11
/
+19
*
All spaces after links.
Jean-Philippe Lang
2012-12-17
1
-4
/
+4
*
Makes #pagination_links_full accept a block for building custom links.
Jean-Philippe Lang
2012-12-17
1
-10
/
+19
*
Replaces the classic_pagination plugin with a simple pagination module.
Jean-Philippe Lang
2012-12-17
23
-1274
/
+221
*
Verifies that the param is a Hash.
Jean-Philippe Lang
2012-12-15
1
-0
/
+1
*
Code cleanup: implement Plugin#to_param for generating routes.
Jean-Philippe Lang
2012-12-13
1
-0
/
+4
*
Store attachments in subdirectories (#5298).
Jean-Philippe Lang
2012-12-13
1
-0
/
+5
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-1
/
+2
*
Rename the Member column to User on the time entries list.
Jean-Philippe Lang
2012-12-09
1
-2
/
+2
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-19
/
+8
*
Fixed that issues grouped by custom field is broken in PDF export (#12513).
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Group events in the activity view (#12542).
Jean-Philippe Lang
2012-12-08
1
-0
/
+5
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
2
-10
/
+30
*
Redmine::Scm::Base.all should return an empty array instead of nil when no SC...
Jean-Philippe Lang
2012-12-05
1
-1
/
+1
*
Prevents redmine/scm/base from being reloaded in dev mode (#12097).
Jean-Philippe Lang
2012-12-05
1
-1
/
+1
*
Removed unused Redmine::About class.
Jean-Philippe Lang
2012-12-03
2
-17
/
+0
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
3
-9
/
+11
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
3
-12
/
+12
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
2
-6
/
+6
*
Replaces find(:all) calls in acts_as_searchable.
Jean-Philippe Lang
2012-12-02
1
-11
/
+15
*
Replaces find(:all) calls in classic_pagination.
Jean-Philippe Lang
2012-12-02
1
-9
/
+16
*
Restores acts_as_tree instance methods removed in r10919.
Jean-Philippe Lang
2012-12-02
1
-0
/
+2
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+1
*
Replaces acts_as_tree #roots class method with a scope.
Jean-Philippe Lang
2012-12-02
1
-11
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
5
-22
/
+21
*
Load RMagick before the gantt helper (#12097).
Jean-Philippe Lang
2012-12-02
1
-6
/
+6
*
Fixed dependency loading for when running in dev mode (#12097).
Jean-Philippe Lang
2012-12-02
1
-3
/
+4
*
Explicitly load dependencies for when running with config.threadsafe! (#12097).
Jean-Philippe Lang
2012-12-02
3
-6
/
+49
*
Set version to 2.2.0.
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)
Toshi MARUYAMA
2012-11-28
1
-0
/
+1
*
Fixed that #extract_macro_options should not be greedy (#12451).
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Fixed that autolinks and textile links ending with cyrilic characters are bro...
Jean-Philippe Lang
2012-11-24
2
-3
/
+3
*
Updates for 2.1.4 release.
Jean-Philippe Lang
2012-11-24
1
-1
/
+1
*
Fixed that Project.rebuild! sorts projects by id instead of name (#12431).
Jean-Philippe Lang
2012-11-23
1
-1
/
+1
*
Adds copyright.
Jean-Philippe Lang
2012-11-18
1
-0
/
+17
*
Symbols can not be sorted with ruby1.8.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
1
-0
/
+10
*
Adds a custom i18n backend that lazily loads translations files.
Jean-Philippe Lang
2012-11-18
1
-1
/
+70
*
Updates for 2.1.3 release.
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Fixes #requires_redmine comments (#12299).
Jean-Philippe Lang
2012-11-17
1
-0
/
+2
*
Makes Plugin#requires_redmine accept a range of versions (#12299).
Jean-Philippe Lang
2012-11-17
1
-8
/
+27
*
Makes Plugin#requires_redmine accept only major and minor version (#12299).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Make sure that attachments are created in the same order they were selected (...
Jean-Philippe Lang
2012-11-07
1
-1
/
+13
*
Make sure that #attachments returns attachments with same timestamp in the or...
Jean-Philippe Lang
2012-11-07
1
-1
/
+1
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
1
-5
/
+8
[next]