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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed: adding an attachment is not possible when changing the status of an is...
Jean-Philippe Lang
2007-11-12
1
-2
/
+0
*
Custom fields can now be reordered.
Jean-Philippe Lang
2007-11-12
7
-16
/
+49
*
Removed hard coded string on 'My account'.
Jean-Philippe Lang
2007-11-12
1
-1
/
+1
*
Added an option on 'My account' for users who don't want to be notified of ch...
Jean-Philippe Lang
2007-11-12
3
-0
/
+10
*
Fixed: No mime-types in documents/files downloading
Jean-Philippe Lang
2007-11-12
2
-2
/
+2
*
Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...
Jean-Philippe Lang
2007-11-12
5
-9
/
+24
*
Fixed: error on activity page when displaying a document (undefined method 'a...
Jean-Philippe Lang
2007-11-12
1
-0
/
+1
*
Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra...
Jean-Philippe Lang
2007-11-09
1
-1
/
+2
*
Diff style (inline or side by side) automatically saved as a user preference.
Jean-Philippe Lang
2007-11-08
2
-2
/
+9
*
Added issues status changes on the activity view (initial patch by Cyril Moug...
Jean-Philippe Lang
2007-11-08
4
-3
/
+21
*
Added forums topics on the activity view (disabled by default).
Jean-Philippe Lang
2007-11-07
1
-2
/
+9
*
Fixed: error when sorting the messages if there's only one board for the proj...
Jean-Philippe Lang
2007-11-07
1
-2
/
+1
*
Custom fields can now be displayed as columns on the issue list.
Jean-Philippe Lang
2007-11-07
4
-20
/
+46
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
13
-280
/
+39
*
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...
Jean-Philippe Lang
2007-11-05
16
-329
/
+280
*
Fixed: <td> closed with a </th>
Jean-Philippe Lang
2007-11-05
1
-1
/
+1
*
Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.
Jean-Philippe Lang
2007-11-05
1
-1
/
+1
*
LDAP authentication: only ask for the user's DN if on-the-fly registration is...
Jean-Philippe Lang
2007-11-04
1
-1
/
+2
*
Removed IssueStatus html_color attribute.
Jean-Philippe Lang
2007-11-04
2
-5
/
+0
*
Pretty URL for the repository browser (Cyril Mougel)
Jean-Philippe Lang
2007-11-04
2
-4
/
+3
*
Added radio buttons on the documents list to sort documents by category, date...
Jean-Philippe Lang
2007-11-04
4
-9
/
+32
*
Mailer:
Jean-Philippe Lang
2007-11-04
32
-165
/
+138
*
Activity view now uses events attributes.
Jean-Philippe Lang
2007-10-28
3
-35
/
+6
*
Some slight improvements in AJAX errors handling.
Jean-Philippe Lang
2007-10-28
2
-3
/
+3
*
Added the hability to copy an issue.
Jean-Philippe Lang
2007-10-28
6
-21
/
+34
*
Added AJAX based context menu on the project issue list that provide shortcut...
Jean-Philippe Lang
2007-10-28
5
-4
/
+78
*
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
4
-18
/
+13
*
Serbian translation added (Dragan Matic)
Jean-Philippe Lang
2007-10-25
1
-0
/
+9
*
Fixed: error when bulk editing with Postgresql
Jean-Philippe Lang
2007-10-23
2
-6
/
+6
*
SCM browser: directories can now be collapsed and re-expanded with no additio...
Jean-Philippe Lang
2007-10-22
2
-5
/
+5
*
Added a bit of AJAX on the SCM browser (tree view).
Jean-Philippe Lang
2007-10-22
3
-17
/
+42
*
Commit message parser:
Jean-Philippe Lang
2007-10-22
1
-7
/
+6
*
SVN integration: reposman.rb can now register created repositories in Redmine...
Jean-Philippe Lang
2007-10-21
2
-7
/
+10
*
Fixed flashes style for IE6.
Jean-Philippe Lang
2007-10-21
2
-5
/
+3
*
* Emails footer can now be customized from the admin interface (Admin -> Emai...
Jean-Philippe Lang
2007-10-21
21
-6
/
+60
*
Added status and priority related classes for each row on the issue list so t...
Jean-Philippe Lang
2007-10-20
2
-2
/
+2
*
More flexible mail notifications settings at user level. A user has now 3 opt...
Jean-Philippe Lang
2007-10-20
9
-72
/
+118
*
Fixed: LDAP authentication crashes if one of the LDAP attributes name is left...
Jean-Philippe Lang
2007-10-19
1
-1
/
+1
*
Fixed: unable to add a file to an issue without entering a note.
Jean-Philippe Lang
2007-10-19
3
-16
/
+21
*
New document form can be accessed from the document list with no additional r...
Jean-Philippe Lang
2007-10-18
5
-8
/
+24
*
Added the ability to unassign issues with bulk edit.
Jean-Philippe Lang
2007-10-18
2
-2
/
+4
*
Removed issue assignment validation to avoid validation failure when updating...
Jean-Philippe Lang
2007-10-18
2
-6
/
+0
*
Added LDAPS support migration and fixed connection test flash messages.
Jean-Philippe Lang
2007-10-16
1
-2
/
+2
*
Added LDAPS support for LDAP authentication.
Jean-Philippe Lang
2007-10-16
2
-2
/
+3
*
Fixed: log is not displayed when browsing a copy in a svn repository.
Jean-Philippe Lang
2007-10-15
5
-7
/
+17
*
Search engine: added a checkbox to search titles only (usefull when searching...
Jean-Philippe Lang
2007-10-15
2
-6
/
+13
*
Search engine:
Jean-Philippe Lang
2007-10-15
2
-2
/
+7
*
Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns
Jean-Philippe Lang
2007-10-15
1
-1
/
+1
*
Slight style change on plugin configuration view.
Jean-Philippe Lang
2007-10-13
1
-0
/
+2
[prev]
[next]