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
*
Included Redmine::Hook::Helper to ActionController::Base so call_hook
Eric Davis
2008-11-06
1
-0
/
+1
*
Adds back textile acronyms support (#2077).
Jean-Philippe Lang
2008-10-27
1
-12
/
+12
*
Makes wiki text formatter pluggable.
Jean-Philippe Lang
2008-10-27
5
-152
/
+282
*
Adds #delete_menu_item to the plugin API (#2087).
Jean-Philippe Lang
2008-10-25
2
-3
/
+13
*
Renames template ruby files to erb.
Jean-Philippe Lang
2008-10-25
8
-0
/
+62
*
Renamed the .rb files in the plugin_generator to end in .erb. The .rb was
Eric Davis
2008-10-25
4
-3
/
+3
*
Fixed: textile footnotes no longer work after r1113 (#974).
Jean-Philippe Lang
2008-10-18
1
-3
/
+3
*
Adds 'Delete wiki pages attachments' permission.
Jean-Philippe Lang
2008-10-18
1
-1
/
+2
*
Remove pre tag attributes.
Jean-Philippe Lang
2008-10-12
1
-1
/
+1
*
Fixed: cross-project issue list should not show issues of projects for which ...
Jean-Philippe Lang
2008-09-25
1
-1
/
+9
*
Fixes html escaping.
Jean-Philippe Lang
2008-09-23
1
-3
/
+3
*
Switch order of current and previous revisions in side-by-side diff (#1903).
Jean-Philippe Lang
2008-09-21
1
-12
/
+12
*
Fixed: http links containing parentheses fail to reder correctly (#1591). Pat...
Jean-Philippe Lang
2008-09-17
2
-4
/
+16
*
Adds :view_wiki_edits permission to default roles.
Jean-Philippe Lang
2008-09-14
1
-0
/
+4
*
Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...
Jean-Philippe Lang
2008-09-13
1
-2
/
+3
*
Merged nbc branch @ r1812 (commit access permission and reposman improvements).
Jean-Philippe Lang
2008-09-13
2
-1
/
+3
*
Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...
Jean-Philippe Lang
2008-09-11
2
-3
/
+3
*
Adds support for free ticket filtering and custom queries on Calendar.
Jean-Philippe Lang
2008-09-11
1
-1
/
+1
*
Adds support for free ticket filtering and custom queries on Gantt chart.
Jean-Philippe Lang
2008-09-10
2
-1
/
+224
*
Merged hooks branch @ r1785 into trunk.
Jean-Philippe Lang
2008-09-05
21
-0
/
+315
*
Adds posts quoting functionality (#1825).
Jean-Philippe Lang
2008-08-28
1
-1
/
+1
*
Use example.net as domain in default configuration (#1762).
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...
Jean-Philippe Lang
2008-08-25
1
-3
/
+36
*
More detailed error message in log when scm command fails (#1682).
Jean-Philippe Lang
2008-08-25
1
-1
/
+1
*
Fixes method name in AbstractAdapter.
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Fixes platform determination under JRuby (#1804).
Jean-Philippe Lang
2008-08-25
2
-2
/
+28
*
No warning about rcov each time a rake task is ran.
Jean-Philippe Lang
2008-08-15
1
-1
/
+1
*
Extracted rcov options and removed gems from the rcov report.
Eric Davis
2008-08-13
1
-2
/
+4
*
Added rake tasks to generate rcov code coverage reports. rake -T test:covera...
Eric Davis
2008-08-13
1
-0
/
+44
*
Quote ids for attachment association since Trac's attachment.id is varchar (#...
Jean-Philippe Lang
2008-08-10
1
-2
/
+8
*
Adds permissions for viewing the watcher list and adding new watchers on the ...
Jean-Philippe Lang
2008-08-03
1
-0
/
+3
*
Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#...
Jean-Philippe Lang
2008-07-30
1
-1
/
+1
*
Adds Trac-Like anchors on wiki headings (#1647).
Jean-Philippe Lang
2008-07-28
1
-10
/
+18
*
Adds #activity_provider shortcut method to the plugin API.
Jean-Philippe Lang
2008-07-27
2
-8
/
+26
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
3
-0
/
+144
*
Adds child_pages macro for wiki pages (#528).
Jean-Philippe Lang
2008-07-26
1
-0
/
+6
*
TOC rendered as an unordered list.
Jean-Philippe Lang
2008-07-22
1
-3
/
+3
*
Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643).
Jean-Philippe Lang
2008-07-20
1
-2
/
+2
*
Prevent blank menu caption.
Jean-Philippe Lang
2008-07-13
1
-1
/
+3
*
Admin and Help links at the end of top menu.
Jean-Philippe Lang
2008-07-13
1
-2
/
+2
*
Menu mapper: add support for :before, :after and :last options to #push metho...
Jean-Philippe Lang
2008-07-13
2
-8
/
+32
*
Menu item caption can be a Proc.
Jean-Philippe Lang
2008-07-13
1
-8
/
+16
*
Fixes nil error when svn binary version is unknown (#1607).
Jean-Philippe Lang
2008-07-12
3
-8
/
+17
*
Mail handler: more control over issue attributes (#1110).
Jean-Philippe Lang
2008-07-06
1
-20
/
+56
*
Adds MercurialAdapter.client_version and prevent @hg --version@ to be called ...
Jean-Philippe Lang
2008-07-05
1
-30
/
+34
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
2
-2
/
+69
*
Merged Rails 2.1 compatibility branch.
Jean-Philippe Lang
2008-07-04
1
-1
/
+1
*
Reduces memory usage when importing large git repositories (#1482).
Jean-Philippe Lang
2008-06-29
1
-11
/
+22
*
Makes importer work with Trac 0.8.x (#1540).
Jean-Philippe Lang
2008-06-29
1
-0
/
+5
*
Turn ftp urls into links (#1514).
Jean-Philippe Lang
2008-06-23
1
-0
/
+1
[next]