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
*
TabularFormBuilder moved out of application_helper.rb
Jean-Philippe Lang
2007-12-30
1
-0
/
+51
*
Trunk version changed to 0.6.devel
Jean-Philippe Lang
2007-12-20
1
-1
/
+1
*
Added wiki annotate view. It's accessible for each version from the page hist...
Jean-Philippe Lang
2007-12-20
1
-1
/
+1
*
Fixed: Textile image with style attribute cause internal server error.
Jean-Philippe Lang
2007-12-19
1
-1
/
+2
*
Ignore empty diffs.
Jean-Philippe Lang
2007-12-19
1
-1
/
+2
*
Moved ProjectsController#list_documents and add_document to DocumentsControll...
Jean-Philippe Lang
2007-12-18
1
-3
/
+3
*
Changes for 0.6.2 release.
Jean-Philippe Lang
2007-12-16
1
-1
/
+1
*
SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.
Jean-Philippe Lang
2007-12-15
6
-55
/
+14
*
Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.
Jean-Philippe Lang
2007-12-14
1
-0
/
+5
*
Doc and version changes for 0.6.1 release.
Jean-Philippe Lang
2007-12-10
1
-1
/
+1
*
Bazaar adapter: fixed log with partial revisions parsing.
Jean-Philippe Lang
2007-12-07
1
-1
/
+4
*
Added version details view accessible from the roadmap.
Jean-Philippe Lang
2007-12-07
1
-0
/
+1
*
Added Bazaar adapter.
Jean-Philippe Lang
2007-12-03
2
-1
/
+205
*
Project name format limitation removed (name can now contain any character).
Jean-Philippe Lang
2007-12-03
1
-2
/
+2
*
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Jean-Philippe Lang
2007-12-02
5
-5
/
+85
*
Trac importer:
Jean-Philippe Lang
2007-12-02
1
-19
/
+69
*
Fixed Mantis importer: projects trackers and modules assignment
Jean-Philippe Lang
2007-11-29
2
-8
/
+13
*
Trac importer improvements (by Mat Trudel):
Jean-Philippe Lang
2007-11-25
1
-20
/
+57
*
Forums enhancements:
Jean-Philippe Lang
2007-11-24
1
-0
/
+2
*
Themes:
Jean-Philippe Lang
2007-11-22
1
-1
/
+1
*
* Fixed: Error when displaying the issue list if a float custom field is mark...
Jean-Philippe Lang
2007-11-21
1
-1
/
+1
*
Anonymous users can now be allowed to create, edit, comment issues, comment n...
Jean-Philippe Lang
2007-11-20
1
-6
/
+6
*
Fixed (CVS adapter): changes not recorded when using :pserver string.
Jean-Philippe Lang
2007-11-16
1
-1
/
+2
*
Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...
Jean-Philippe Lang
2007-11-12
2
-6
/
+125
*
Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra...
Jean-Philippe Lang
2007-11-09
1
-4
/
+14
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
1
-2
/
+2
*
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...
Jean-Philippe Lang
2007-11-05
1
-3
/
+3
*
Slight changes for 0.6.0 release.
Jean-Philippe Lang
2007-11-04
1
-2
/
+2
*
Removed IssueStatus html_color attribute.
Jean-Philippe Lang
2007-11-04
1
-6
/
+6
*
Added AJAX based context menu on the project issue list that provide shortcut...
Jean-Philippe Lang
2007-10-28
1
-1
/
+1
*
Quote subversion username and password in svn commands.
Jean-Philippe Lang
2007-10-19
2
-5
/
+22
*
Removed inconsistent user manual stuff (html/docbook content and controller)....
Jean-Philippe Lang
2007-10-13
1
-0
/
+1
*
Added revision number in Redmine::VERSION (the revision number is read from ....
Jean-Philippe Lang
2007-10-11
1
-1
/
+25
*
Added basic Theme support.
Jean-Philippe Lang
2007-10-10
2
-0
/
+73
*
Added 'Bulk edit' functionality.
Jean-Philippe Lang
2007-10-09
1
-1
/
+2
*
Set enumeration positions and default priority (Normal) in default configurat...
Jean-Philippe Lang
2007-10-08
1
-9
/
+9
*
Calendar:
Jean-Philippe Lang
2007-10-07
1
-0
/
+76
*
Merged IssuesController#export_pdf into IssuesController#show.
Jean-Philippe Lang
2007-10-05
1
-1
/
+1
*
'Manage repository' permission requires to be a project member.
Jean-Philippe Lang
2007-10-05
1
-1
/
+1
*
Fixed: URL with ~ broken in wiki formatting.
Jean-Philippe Lang
2007-10-03
1
-5
/
+5
*
Better handling of external link style assignment.
Jean-Philippe Lang
2007-10-01
2
-2
/
+4
*
Fixed TOC positionning in wiki pages.
Jean-Philippe Lang
2007-10-01
1
-0
/
+1
*
Span caps turned off in textile formatting.
Jean-Philippe Lang
2007-10-01
1
-0
/
+1
*
Removed ProjectsController#feeds. This view was incomplete and inconsistent w...
Jean-Philippe Lang
2007-10-01
1
-1
/
+1
*
Added svn command output to error log when SubversionAdapter#entries parsing ...
Jean-Philippe Lang
2007-09-30
1
-2
/
+5
*
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).
Jean-Philippe Lang
2007-09-30
1
-1
/
+1
*
Fixed: Links get chopped by punctuation marks in anchors.
Jean-Philippe Lang
2007-09-30
1
-14
/
+10
*
Redmine acts_as_* plugins moved to vendor/plugins.
Jean-Philippe Lang
2007-09-29
6
-217
/
+0
*
Fixed: Links to other wiki pages in headings get corrupted (class attributes ...
Jean-Philippe Lang
2007-09-27
1
-2
/
+4
*
Search engines now supports pagination.
Jean-Philippe Lang
2007-09-27
7
-2
/
+91
[next]