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
*
Activity enhancements:
Jean-Philippe Lang
2008-03-11
1
-23
/
+57
*
Show replies as well when choosing to display messages in the activity.
Jean-Philippe Lang
2008-03-09
1
-1
/
+1
*
Added preview for forum messages.
Jean-Philippe Lang
2008-03-07
1
-3
/
+10
*
Adds an application setting to choose whether or not subprojects issues shoul...
Jean-Philippe Lang
2008-03-06
1
-2
/
+2
*
Add a user preference to choose how comments/replies are displayed: in chrono...
Jean-Philippe Lang
2008-03-05
3
-0
/
+6
*
Display the last 30 days on the activity view rather than the current month.
Jean-Philippe Lang
2008-03-05
1
-17
/
+6
*
Reversed versions ordering on files list (closes #763).
Jean-Philippe Lang
2008-03-05
1
-1
/
+1
*
Display links to Atom feeds (closes #496, #750).
Jean-Philippe Lang
2008-03-05
1
-2
/
+9
*
Let the user choose when deleting issues with reported hours (closes #734, #71):
Jean-Philippe Lang
2008-02-29
1
-0
/
+20
*
Login field name changed to username (#755).
Jean-Philippe Lang
2008-02-29
1
-1
/
+1
*
Adds an optional description to attachments.
Jean-Philippe Lang
2008-02-29
2
-8
/
+14
*
Fixed: Multiple "new" statuses in filing new ticket (closes #751).
Jean-Philippe Lang
2008-02-28
1
-1
/
+1
*
Include subprojects on the issue list, calendar and gantt by default.
Jean-Philippe Lang
2008-02-28
1
-6
/
+13
*
Propagates time tracking to the parent project (closes #433). Time report enh...
Jean-Philippe Lang
2008-02-27
2
-37
/
+53
*
Adds date range filter and pagination on time entries detail view (closes #434).
Jean-Philippe Lang
2008-02-26
1
-39
/
+77
*
Rescue and display an error message when trying to delete a role that is in use.
Jean-Philippe Lang
2008-02-16
1
-5
/
+4
*
Removed fragment caching on gantt and calendar.
Jean-Philippe Lang
2008-02-16
3
-7
/
+0
*
Added the following permissions (#527, #585, #627):
Jean-Philippe Lang
2008-02-16
1
-1
/
+1
*
Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...
Jean-Philippe Lang
2008-02-13
1
-0
/
+1
*
Added issue subject to the time entries view and subject + tracker to the csv...
Jean-Philippe Lang
2008-02-12
1
-2
/
+6
*
Fixed: wiki and changeset links not displayed when previewing issue descripti...
Jean-Philippe Lang
2008-02-12
2
-2
/
+3
*
Fixed: Anonymous users may not see the issue list headers in the correct lang...
Jean-Philippe Lang
2008-02-10
1
-1
/
+1
*
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...
Jean-Philippe Lang
2008-02-10
2
-100
/
+121
*
Merged IssuesController #edit and #update into a single actions.
Jean-Philippe Lang
2008-02-09
1
-39
/
+26
*
Slight changes on users list view and hide Anonymous user.
Jean-Philippe Lang
2008-02-03
1
-2
/
+2
*
ProjectsController#add_news moved to NewsController#new.
Jean-Philippe Lang
2008-02-03
2
-15
/
+27
*
Fixed an error on issue feeds.
Jean-Philippe Lang
2008-02-02
1
-1
/
+1
*
Administrators can edit issue notes.
Jean-Philippe Lang
2008-02-02
2
-0
/
+41
*
Fixed RepositoriesController: undefined local variable or method `show_error'...
Jean-Philippe Lang
2008-01-25
1
-7
/
+7
*
User display format is now configurable in administration settings.
Jean-Philippe Lang
2008-01-25
1
-0
/
+3
*
Added preview for issue notes.
Jean-Philippe Lang
2008-01-23
1
-1
/
+1
*
Show explicit error message when the scm command failed (eg. when svn binary ...
Jean-Philippe Lang
2008-01-23
2
-3
/
+25
*
Fixed: custom field selection is not saved when unchecking them all on projec...
Jean-Philippe Lang
2008-01-20
1
-1
/
+0
*
Added a 'New issue' link in the main menu (accesskey 7).
Jean-Philippe Lang
2008-01-20
1
-0
/
+2
*
ProjectsController#add_issue moved to IssuesController#new.
Jean-Philippe Lang
2008-01-20
2
-44
/
+62
*
Highlight the current item of the main menu.
Jean-Philippe Lang
2008-01-19
10
-1
/
+19
*
On the calendar, the gantt and in the Tracker filter on the issue list, only ...
Jean-Philippe Lang
2008-01-16
1
-2
/
+2
*
Non-ascii attachement filename fix for IE.
Jean-Philippe Lang
2008-01-10
4
-3
/
+10
*
Added details by assignees on issue summary view (Hans Yoon).
Jean-Philippe Lang
2008-01-10
1
-1
/
+24
*
Admin settings screen split to tabs.
Jean-Philippe Lang
2008-01-06
2
-15
/
+11
*
Merged IssuesController change_status and add_note actions.
Jean-Philippe Lang
2008-01-06
2
-44
/
+38
*
Default configuration data can now be loaded from the administration screen.
Jean-Philippe Lang
2008-01-05
1
-1
/
+16
*
Fixed: private projects name are displayed on account/show even if the curren...
Jean-Philippe Lang
2008-01-04
1
-1
/
+1
*
Moved current user management to a dedicated method for modularity.
Jean-Philippe Lang
2007-12-30
1
-5
/
+10
*
Do not store query object in session but id or filters only. This allows to u...
Jean-Philippe Lang
2007-12-30
1
-4
/
+5
*
New setting added to specify how many objects should be displayed on most pag...
Jean-Philippe Lang
2007-12-29
7
-6
/
+21
*
Added wiki annotate view. It's accessible for each version from the page hist...
Jean-Philippe Lang
2007-12-20
1
-0
/
+5
*
Add email notification to IssuesController#edit.
Jean-Philippe Lang
2007-12-19
1
-1
/
+2
*
Ported r1009 from 0.6-stable branch.
Jean-Philippe Lang
2007-12-18
1
-1
/
+1
*
Moved ProjectsController#list_documents and add_document to DocumentsControll...
Jean-Philippe Lang
2007-12-18
2
-32
/
+38
[next]