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
*
Plugin migration confuses two plugins with similar names (#18685).
Jean-Philippe Lang
2014-12-20
1
-2
/
+2
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
1
-2
/
+0
*
Support for named route in project menu and a new :permission option (#6426).
Jean-Philippe Lang
2014-12-14
1
-6
/
+20
*
Code cleanup.
Jean-Philippe Lang
2014-12-14
1
-18
/
+21
*
Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...
Jean-Philippe Lang
2014-12-14
1
-13
/
+27
*
Don't use #downcase on search tokens, let the database handle it (#18537).
Jean-Philippe Lang
2014-12-13
1
-3
/
+3
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-37
/
+45
*
Adds methods for loading and adding settings.
Jean-Philippe Lang
2014-12-05
1
-0
/
+5
*
Tab "New Issue" should not be displayed if a project has no trackers (#18571).
Jean-Philippe Lang
2014-12-05
1
-1
/
+2
*
Use simplecov for code coverage, rcov does not support ruby>=1.9.
Jean-Philippe Lang
2014-12-02
1
-6
/
+2
*
Textile: ignore invalid lang attribute values (#18501).
Jean-Philippe Lang
2014-11-30
1
-2
/
+2
*
Makes object argument optional and typo.
Jean-Philippe Lang
2014-11-30
1
-2
/
+2
*
Adds :inverse_of option.
Jean-Philippe Lang
2014-11-29
1
-1
/
+1
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-0
/
+6
*
Typo.
Jean-Philippe Lang
2014-11-28
1
-1
/
+1
*
Moved format specific stuff on format specific methods.
Jean-Philippe Lang
2014-11-28
1
-147
/
+127
*
Removed useless local variable.
Jean-Philippe Lang
2014-11-26
1
-2
/
+1
*
Removed duplicated code.
Jean-Philippe Lang
2014-11-26
1
-63
/
+58
*
fix "test:routing" rake task comment changed by r13604
Toshi MARUYAMA
2014-11-18
1
-1
/
+1
*
Isolates all API routing tests to a specific test case.
Jean-Philippe Lang
2014-11-16
2
-2
/
+3
*
Moved new project member to its own action MemberController#new.
Jean-Philippe Lang
2014-11-15
1
-1
/
+1
*
Removed debug messages (#18349).
Jean-Philippe Lang
2014-11-14
1
-1
/
+0
*
Removed debug messages (#18349).
Jean-Philippe Lang
2014-11-14
1
-3
/
+0
*
Fixed that URLs separated by line break are not rendered as links (#18349).
Jean-Philippe Lang
2014-11-14
1
-1
/
+5
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-0
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-11-08
1
-8
/
+4
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
1
-0
/
+15
*
Use IssueRelation#to_s in PDF export.
Jean-Philippe Lang
2014-11-05
1
-10
/
+8
*
Make sure that invalid cache from older versions is not used for languages_op...
Jean-Philippe Lang
2014-11-02
1
-1
/
+1
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
3
-19
/
+19
*
Add ci:about task to display ruby version in build output.
Jean-Philippe Lang
2014-10-26
1
-0
/
+5
*
Restores commits reverted when rails-4.1 branch was merged (#18174).
Jean-Philippe Lang
2014-10-24
1
-0
/
+4
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
68
-3449
/
+88
*
pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ...
Toshi MARUYAMA
2014-10-20
1
-23
/
+2
*
Use relative URL for thumbnails according to :only_path option (#18119).
Jean-Philippe Lang
2014-10-18
1
-2
/
+2
*
Ignore locales without :general_lang_name key (#18110).
Jean-Philippe Lang
2014-10-18
1
-5
/
+13
*
Ability to render multiple partials with view hook (#17763).
Jean-Philippe Lang
2014-10-18
1
-8
/
+17
*
Set version to 2.6.0.
Jean-Philippe Lang
2014-10-12
1
-2
/
+2
*
Update yard rake task for Redmine 2.x (#14796).
Jean-Baptiste Barth
2014-09-07
1
-2
/
+2
*
remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)
Toshi MARUYAMA
2014-08-28
1
-15
/
+14
*
use rbpdf gem instead of bundled rfpdf (#17570)
Toshi MARUYAMA
2014-08-28
100
-25322
/
+215
*
Add a warning if two plugins have the same settings partial name (#14008).
Jean-Baptiste Barth
2014-08-13
1
-0
/
+11
*
Class mismatch when reloading in development mode (#17431).
Jean-Philippe Lang
2014-07-14
1
-0
/
+4
*
Updates for 2.5.2 release.
Jean-Philippe Lang
2014-07-06
1
-1
/
+1
*
Include host in macro generated thumbnails urls (#16989).
Jean-Philippe Lang
2014-07-05
1
-2
/
+5
*
Option to render boolean custom fields as a single check box or radio buttons...
Jean-Philippe Lang
2014-07-05
1
-0
/
+19
*
Fixed: unable to clear value for list custom field with multiple values and c...
Jean-Philippe Lang
2014-05-24
1
-0
/
+3
*
Adds a custom message for when a syntax error occurs (#16878).
Jean-Philippe Lang
2014-05-24
1
-0
/
+3
*
Parse configuration file for ERB (#16878).
Jean-Philippe Lang
2014-05-24
1
-1
/
+1
*
awesome_nested_set: not use cache for max rgt (#6579)
Toshi MARUYAMA
2014-05-24
1
-12
/
+4
[next]