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
/
redmine
Commit message (
Expand
)
Author
Age
Files
Lines
*
link_to in Redmine::Hook::ViewListener omits relative url root (#19024).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Don't process macro descriptions with text formatter (#18961).
Jean-Philippe Lang
2015-01-31
1
-8
/
+14
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
1
-0
/
+4
*
IMAP STARTTLS support (#16823).
Jean-Philippe Lang
2015-01-27
1
-0
/
+4
*
Render issue description and journal notes with #textilizable (#13051).
Jean-Philippe Lang
2015-01-25
1
-4
/
+14
*
Removed an instance variable.
Jean-Philippe Lang
2015-01-25
1
-3
/
+1
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
3
-563
/
+618
*
scm: git: simplify nil check (#18923)
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rb
Toshi MARUYAMA
2015-01-21
1
-2
/
+2
*
scm: git: branches return cache too when there is no branch (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+1
*
scm: git: explicitly tags return [] if there is no tag (#18923)
Toshi MARUYAMA
2015-01-21
1
-1
/
+3
*
Make sure that #scm_iconv returns a string with the target encoding (#14534).
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Fixed that Redmine::Activity::Fetcher should consider activity provider permi...
Jean-Philippe Lang
2015-01-18
2
-5
/
+26
*
Updates for 2.6.1 release.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
59
-59
/
+59
*
Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...
Jean-Philippe Lang
2015-01-10
1
-1
/
+1
*
Move always possible for new records.
Jean-Philippe Lang
2015-01-07
2
-2
/
+2
*
Use r13844 workaround for SQLServer only.
Jean-Philippe Lang
2015-01-07
1
-3
/
+8
*
Fixed dead locks with SQLServer.
Jean-Philippe Lang
2015-01-07
1
-2
/
+2
*
Moved Project#hierarchy to NestedSet::Traversing.
Jean-Philippe Lang
2015-01-07
1
-0
/
+8
*
Insert children issues to respect same order as ids.
Jean-Philippe Lang
2015-01-07
1
-1
/
+1
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
3
-0
/
+470
*
fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rb
Toshi MARUYAMA
2015-01-03
1
-1
/
+1
*
Converts timestamps to integers in #search_result_ranks_and_ids.
Jean-Philippe Lang
2014-12-26
1
-2
/
+1
*
Force UTF-8 encoding of language names.
Jean-Philippe Lang
2014-12-26
1
-1
/
+2
*
Adds p/n access keys for previous/next links (#18692).
Jean-Philippe Lang
2014-12-24
2
-3
/
+7
*
Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Cache search result ids for faster search pagination (#18631).
Jean-Philippe Lang
2014-12-20
1
-1
/
+37
*
Moved search logic to Redmine::Search (#18631).
Jean-Philippe Lang
2014-12-20
1
-1
/
+67
*
Plugin migration confuses two plugins with similar names (#18685).
Jean-Philippe Lang
2014-12-20
1
-2
/
+2
*
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
*
Adds methods for loading and adding settings.
Jean-Philippe Lang
2014-12-05
1
-0
/
+5
*
Makes object argument optional and typo.
Jean-Philippe Lang
2014-11-30
1
-2
/
+2
*
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
*
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
1
-11
/
+11
*
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
16
-260
/
+62
*
pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ...
Toshi MARUYAMA
2014-10-20
1
-23
/
+2
[next]