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
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
send a 404 when trying to access an unexisting repository
Jean-Philippe Lang
2007-03-11
1
-0
/
+1
*
extended the search to wiki content
Jean-Philippe Lang
2007-03-10
1
-1
/
+2
*
wiki branch merged into trunk
Jean-Philippe Lang
2007-03-10
3
-0
/
+138
*
improved search engine
Jean-Philippe Lang
2007-03-10
1
-8
/
+16
*
patch #9104 Disable cleartext logging of passwords in log files
Jean-Philippe Lang
2007-03-07
1
-0
/
+1
*
fix for #8973: Export feature(to csv/pdf) doesn't work in Japanese
Jean-Philippe Lang
2007-03-01
1
-1
/
+1
*
search engine improvements and simple test
Jean-Philippe Lang
2007-02-28
1
-3
/
+5
*
added a simple search engine. left to do:
Jean-Philippe Lang
2007-02-27
1
-0
/
+12
*
fixed: unable to update repository url
Jean-Philippe Lang
2007-02-26
1
-1
/
+1
*
added back database adapter name on admin/info
Jean-Philippe Lang
2007-02-20
1
-0
/
+1
*
fixed: error when clicking "add" with no block selected on my/page_layout
Jean-Philippe Lang
2007-02-18
1
-1
/
+2
*
fixed: crash on my/page_layout (trying to modify a frozen hash)
Jean-Philippe Lang
2007-02-18
1
-1
/
+1
*
fixed: hide mail preference not saved (my/account)
Jean-Philippe Lang
2007-02-18
1
-1
/
+1
*
show "no data" label when there's nothing to display on project member list
Jean-Philippe Lang
2007-02-18
1
-1
/
+1
*
removed underscores in block names (problem with scriptaculous sortables)
Jean-Philippe Lang
2007-02-05
1
-5
/
+9
*
lost_password option checking in account controller
Jean-Philippe Lang
2007-02-04
1
-1
/
+2
*
added a setting option to set max number of issues in export
Jean-Philippe Lang
2007-02-04
1
-2
/
+2
*
associations loading correction in projects/export_issues_pdf
Jean-Philippe Lang
2007-02-04
1
-1
/
+1
*
added roadmap view
Jean-Philippe Lang
2007-02-04
1
-0
/
+14
*
added a limit of 500 issues when exporting to csv or pdf
Jean-Philippe Lang
2007-02-02
1
-2
/
+4
*
issue list: added 'Priority' column, removed 'Created on' column
Jean-Philippe Lang
2007-02-02
1
-1
/
+1
*
post method verification for trackers/move
Jean-Philippe Lang
2007-01-31
1
-1
/
+1
*
added the ability to set the sort order for trackers
Jean-Philippe Lang
2007-01-31
5
-10
/
+25
*
added the ability to set the sort order for roles
Jean-Philippe Lang
2007-01-31
3
-4
/
+22
*
custom fields list screen split in 3 tabs (one for each kind of custom fields)
Jean-Philippe Lang
2007-01-31
1
-5
/
+6
*
added the ability to set the sort order for issue statuses
Jean-Philippe Lang
2007-01-31
4
-5
/
+23
*
removed environment information
Jean-Philippe Lang
2007-01-28
1
-1
/
+0
*
indentation corrections
Jean-Philippe Lang
2007-01-28
7
-34
/
+30
*
proper language setting for mail notifications
Jean-Philippe Lang
2007-01-27
1
-3
/
+0
*
mail notifications added when:
Jean-Philippe Lang
2007-01-27
3
-9
/
+21
*
deprecated @headers replaced
Jean-Philippe Lang
2007-01-27
1
-1
/
+1
*
fixed: filters ignored when exporting a predefined query to csv/pdf
Jean-Philippe Lang
2007-01-26
1
-0
/
+1
*
only active users are now proposed when adding a member to a project
Jean-Philippe Lang
2007-01-26
1
-1
/
+1
*
deprecated children_count replaced
Jean-Philippe Lang
2007-01-26
1
-1
/
+1
*
deprecated count call modified
Jean-Philippe Lang
2007-01-26
1
-1
/
+1
*
* project settings split in 4 tabs
Jean-Philippe Lang
2007-01-26
4
-22
/
+22
*
* added missing fields to csv export: priority, start date, due date, done ratio
Jean-Philippe Lang
2007-01-25
1
-4
/
+26
*
* replaced :controller => '' broken statements by :controller => 'welcome'
Jean-Philippe Lang
2007-01-25
2
-10
/
+10
*
settings are now stored in the database (config_custom.rb no more used) and e...
Jean-Philippe Lang
2007-01-21
4
-8
/
+41
*
tooltips added on calendar
Jean-Philippe Lang
2007-01-13
1
-2
/
+2
*
tooltips added on Gantt chart to view the details of the issues
Jean-Philippe Lang
2007-01-09
1
-1
/
+1
*
added total number of issues per tracker on projects/show
Jean-Philippe Lang
2007-01-06
1
-1
/
+3
*
updated redirection to the help main index (recognition fails when redirectin...
Jean-Philippe Lang
2007-01-02
1
-1
/
+1
*
* replaced "add_issue" links on projects/show by a drop down list
Jean-Philippe Lang
2007-01-02
1
-2
/
+3
*
ActiveRecord::RecordNotFound exceptions handled more gracefully
Jean-Philippe Lang
2007-01-02
12
-21
/
+44
*
added multiple file upload for documents and files modules
Jean-Philippe Lang
2007-01-01
2
-24
/
+18
*
fixed: non public projects were shown on welcome screen even if current user ...
Jean-Philippe Lang
2007-01-01
1
-2
/
+2
*
replaced deprecated controller instance variables: @params, @session, @request
Jean-Philippe Lang
2006-12-26
8
-18
/
+18
*
replaced deprecated find_all calls
Jean-Philippe Lang
2006-12-26
3
-7
/
+7
*
fixed: unable to attach a file when creating an issue ("attachment: invalid" ...
Jean-Philippe Lang
2006-12-26
1
-2
/
+4
[prev]
[next]