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
/
app
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a 'New issue' link in the main menu (accesskey 7).
Jean-Philippe Lang
2008-01-20
2
-15
/
+1
*
ProjectsController#add_issue moved to IssuesController#new.
Jean-Philippe Lang
2008-01-20
1
-1
/
+1
*
Added i18n support to the jstoolbar (only english and french are actually tra...
Jean-Philippe Lang
2008-01-17
1
-1
/
+3
*
Fixed: Date custom fields not displayed as specified in application settings.
Jean-Philippe Lang
2008-01-15
1
-1
/
+1
*
Fixed: issue filters may be lost when paginating after r1026.
Jean-Philippe Lang
2008-01-15
1
-1
/
+6
*
Redmine links can be used to link to documents, versions and attachments.
Jean-Philippe Lang
2008-01-15
1
-35
/
+83
*
Admin settings screen split to tabs.
Jean-Philippe Lang
2008-01-06
1
-0
/
+8
*
Slight improvements to the browser views.
Jean-Philippe Lang
2008-01-02
2
-11
/
+12
*
Moved login and logout links to ApplicationHelper methods for easier customiz...
Jean-Philippe Lang
2007-12-30
1
-0
/
+8
*
TabularFormBuilder moved out of application_helper.rb
Jean-Philippe Lang
2007-12-30
1
-35
/
+0
*
New setting added to specify how many objects should be displayed on most pag...
Jean-Philippe Lang
2007-12-29
1
-8
/
+22
*
Fixed: Textile image with style attribute cause internal server error.
Jean-Philippe Lang
2007-12-19
1
-5
/
+5
*
Added some tests for projects controller and helper.
Jean-Philippe Lang
2007-12-14
1
-2
/
+2
*
Added Traditional Chinese translation (by Shortie Lo).
Jean-Philippe Lang
2007-12-07
1
-1
/
+1
*
Added version details view accessible from the roadmap.
Jean-Philippe Lang
2007-12-07
1
-0
/
+28
*
Roadmap progress bars now differentiate the progress due to closed issues fro...
Jean-Philippe Lang
2007-12-05
1
-3
/
+7
*
Added Bazaar adapter.
Jean-Philippe Lang
2007-12-03
1
-0
/
+4
*
Project name format limitation removed (name can now contain any character).
Jean-Philippe Lang
2007-12-03
1
-1
/
+1
*
Fixed: svn or ldap password can be found in clear text in the html source in ...
Jean-Philippe Lang
2007-12-01
1
-1
/
+4
*
Fixed: Date and time formats defined in settings not applied to the issues CS...
Jean-Philippe Lang
2007-12-01
1
-4
/
+5
*
Added custom fields marked as "For all projects" to the csv export of the cro...
Jean-Philippe Lang
2007-11-27
1
-7
/
+5
*
Forums enhancements:
Jean-Philippe Lang
2007-11-24
1
-2
/
+2
*
Added per-project tracker selection. Trackers can be selected on project sett...
Jean-Philippe Lang
2007-11-20
1
-1
/
+1
*
* Referencing issues in commit messages: enter * in 'Referencing keywords' to...
Jean-Philippe Lang
2007-11-20
1
-1
/
+1
*
* Added time zone support: users can select their time zone on their account ...
Jean-Philippe Lang
2007-11-19
1
-1
/
+7
*
'fixed version' field can now be displayed on the issue list.
Jean-Philippe Lang
2007-11-18
1
-1
/
+5
*
Roadmap: more accurate completion percentage calculation (done ratio of open ...
Jean-Philippe Lang
2007-11-17
2
-3
/
+19
*
Added a couple of new formats for the 'date format' setting.
Jean-Philippe Lang
2007-11-16
1
-4
/
+6
*
Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...
Jean-Philippe Lang
2007-11-12
1
-5
/
+20
*
Custom fields can now be displayed as columns on the issue list.
Jean-Philippe Lang
2007-11-07
1
-14
/
+15
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
1
-19
/
+0
*
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...
Jean-Philippe Lang
2007-11-05
1
-0
/
+52
*
Added radio buttons on the documents list to sort documents by category, date...
Jean-Philippe Lang
2007-11-04
1
-1
/
+1
*
Added AJAX based context menu on the project issue list that provide shortcut...
Jean-Philippe Lang
2007-10-28
1
-0
/
+16
*
Fixed: some quotation marks are rendered as strange characters in pdf.
Jean-Philippe Lang
2007-10-26
1
-0
/
+2
*
Added "Float" as a custom field format.
Jean-Philippe Lang
2007-10-25
1
-2
/
+2
*
Search engine:
Jean-Philippe Lang
2007-10-15
1
-1
/
+6
*
Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns
Jean-Philippe Lang
2007-10-15
1
-1
/
+1
*
Removed inconsistent user manual stuff (html/docbook content and controller)....
Jean-Philippe Lang
2007-10-13
1
-19
/
+0
*
Default encodings for repository files can now be set in application settings...
Jean-Philippe Lang
2007-10-07
1
-1
/
+15
*
Fixed: improper 0x5c char handling in PDF output (Go Maeda).
Jean-Philippe Lang
2007-10-06
1
-2
/
+5
*
Added some accesskeys:
Jean-Philippe Lang
2007-10-05
1
-0
/
+10
*
Performance improvement on calendar and gantt (about 45% on gantt for large n...
Jean-Philippe Lang
2007-10-03
2
-2
/
+15
*
Added the ability to customize columns of a saved query.
Jean-Philippe Lang
2007-10-01
1
-1
/
+40
*
Search engines now supports pagination.
Jean-Philippe Lang
2007-09-27
1
-1
/
+1
*
Application layout refactored.
Jean-Philippe Lang
2007-09-22
1
-0
/
+18
*
Date added as acronym title in ApplicationHelper#authoring
Jean-Philippe Lang
2007-09-15
1
-1
/
+2
*
Changed author display on issues, news and document files.
Jean-Philippe Lang
2007-09-15
1
-0
/
+4
*
Main project list now displays root projects with their subprojects.
Jean-Philippe Lang
2007-09-14
1
-1
/
+6
*
Added project module concept.
Jean-Philippe Lang
2007-09-14
2
-4
/
+17
[next]