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
...
*
Adds a setting to limit the number of revisions displayed on a repository fil...
Jean-Philippe Lang
2009-02-01
1
-0
/
+1
*
Less strict textile links parsing (#2582).
Jean-Philippe Lang
2009-01-31
1
-1
/
+1
*
Fixed: TOC does not parse wiki page reference links with description (#2601).
Jean-Philippe Lang
2009-01-29
1
-1
/
+1
*
Adds rel='nofollow' attribute to other formats download links (#2491).
Jean-Philippe Lang
2009-01-29
1
-1
/
+1
*
Adds an helper to render other formats download links.
Jean-Philippe Lang
2009-01-29
1
-0
/
+33
*
Explicitly require 'rfpdf/fpdf' (#2584).
Jean-Philippe Lang
2009-01-27
1
-0
/
+1
*
Fixed that Trac importer was creating duplicate custom values (#2506).
Jean-Philippe Lang
2009-01-18
1
-127
/
+130
*
Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
Jean-Philippe Lang
2009-01-12
1
-0
/
+2
*
Codified instructions from RUNNING_TESTS as rake tasks for convenience
Eric Davis
2009-01-12
1
-0
/
+30
*
Fixed: no error is raised when entering invalid hours on the issue update for...
Jean-Philippe Lang
2009-01-09
1
-1
/
+3
*
Refactor TabularFormBuilder field helpers (#2461).
Jean-Philippe Lang
2009-01-07
1
-13
/
+13
*
Slight changes to ease Rails 2.2 support.
Jean-Philippe Lang
2009-01-04
2
-2
/
+39
*
Scramble PDF title (#1204).
Jean-Philippe Lang
2009-01-04
1
-0
/
+21
*
Merged r2231 from 0.8-stable (#2402).
Jean-Philippe Lang
2009-01-04
1
-9
/
+9
*
Do not use compute_public_path.
Jean-Philippe Lang
2009-01-04
1
-2
/
+6
*
Move PDF stuff to a single helper.
Jean-Philippe Lang
2009-01-04
1
-0
/
+438
*
IMAP: add options to move received emails.
Jean-Philippe Lang
2008-12-31
2
-3
/
+19
*
Stricter textile links parsing (#2417).
Jean-Philippe Lang
2008-12-30
1
-2
/
+5
*
Jump to the current tab when using the project quick-jump combo (#2364).
Jean-Philippe Lang
2008-12-30
1
-2
/
+13
*
Disable textile inline styles to prevent XSS attacks (#2377).
Jean-Philippe Lang
2008-12-28
2
-2
/
+2
*
Fixed bold syntax around single character in series (#2351).
Jean-Philippe Lang
2008-12-28
1
-2
/
+2
*
Fixed: deleted files should not be shown when browsing a Darcs repository (#2...
Jean-Philippe Lang
2008-12-27
1
-3
/
+10
*
Escape textile titles and styles (#2377).
Jean-Philippe Lang
2008-12-23
1
-6
/
+9
*
Escape double-quotes in image titles.
Jean-Philippe Lang
2008-12-19
1
-1
/
+5
*
Fixed: CVS browser should not show dead revisions (deleted files) (#2319).
Jean-Philippe Lang
2008-12-14
1
-1
/
+1
*
Capture scm CLI stderr to log/scm.stderr.log when running in dev environment
Jean-Philippe Lang
2008-12-12
1
-0
/
+4
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-4
/
+4
*
Adds a setting to limit the number of diff lines that should be displayed (de...
Jean-Philippe Lang
2008-12-07
1
-0
/
+10
*
Use options hash in UnifiedDiff.new
Jean-Philippe Lang
2008-12-07
1
-4
/
+6
*
Set version to 0.8
Jean-Philippe Lang
2008-12-07
1
-2
/
+2
*
Fixed: CVS connexion string may not contain @.
Jean-Philippe Lang
2008-12-06
1
-2
/
+8
*
Adds status option to email integration rake tasks.
Jean-Philippe Lang
2008-11-30
1
-2
/
+4
*
Makes activity view accept a user_id param to show user's activity (#1002).
Jean-Philippe Lang
2008-11-30
1
-1
/
+9
*
Display latest user's activity on account/show view.
Jean-Philippe Lang
2008-11-30
1
-2
/
+8
*
Adds a css class on menu items in order to apply item specific styles (eg. ic...
Jean-Philippe Lang
2008-11-27
2
-11
/
+23
*
Extends child_pages macro to display child pages based on page parameter (#19...
Jean-Philippe Lang
2008-11-22
1
-13
/
+27
*
SubversionAdapter#entries performance improvement.
Jean-Philippe Lang
2008-11-18
1
-7
/
+10
*
Do not query multiple times git for branch (#1435).
Jean-Philippe Lang
2008-11-17
1
-2
/
+2
*
Adds Plugin#requires_redmine method so that plugin compatibility can be check...
Jean-Philippe Lang
2008-11-16
2
-1
/
+38
*
Adds url and author_url plugin attributes (#2162).
Jean-Philippe Lang
2008-11-16
1
-1
/
+1
*
Adds a few Plugin tests.
Jean-Philippe Lang
2008-11-16
1
-0
/
+9
*
Adds .find and .all Plugin class methods.
Jean-Philippe Lang
2008-11-16
1
-1
/
+13
*
Adds plugin id attribute.
Jean-Philippe Lang
2008-11-16
1
-4
/
+13
*
Changes version naming rule (#2162).
Jean-Philippe Lang
2008-11-16
1
-2
/
+8
*
Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).
Jean-Philippe Lang
2008-11-11
2
-3
/
+19
*
Less agressive Redcloth lang attribute parsing (#2091).
Jean-Philippe Lang
2008-11-11
1
-1
/
+1
*
Adds permissions to let users edit and/or delete their messages (#854, patch ...
Jean-Philippe Lang
2008-11-11
2
-0
/
+4
*
Turn ftps and sftp proto into links (#1514).
Jean-Philippe Lang
2008-11-11
1
-1
/
+1
*
Fixed: Trac milestone links not correctly converted (#2052).
Jean-Philippe Lang
2008-11-11
1
-2
/
+12
*
Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).
Jean-Philippe Lang
2008-11-11
1
-1
/
+1
[prev]
[next]