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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes tests after fixtures changes.
Jean-Philippe Lang
2010-12-12
1
-5
/
+3
*
Refactor and add tests for News #index API (#7072).
Jean-Philippe Lang
2010-12-12
3
-0
/
+107
*
Make sure there's no nil result in auto_complete.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Autocomplete issue relations on subject (#3170).
Jean-Philippe Lang
2010-12-12
1
-0
/
+14
*
UsersController tests cleanup.
Jean-Philippe Lang
2010-12-12
1
-49
/
+33
*
Fixes password sending when creating user.
Jean-Philippe Lang
2010-12-12
1
-1
/
+35
*
Extracts user groups assignment from controller.
Jean-Philippe Lang
2010-12-12
2
-4
/
+18
*
Fixes test according to r4493.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
2
-6
/
+7
*
Validates user's mail_notification and turn options into strings (the attribu...
Jean-Philippe Lang
2010-12-12
1
-16
/
+17
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
2
-7
/
+13
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
1
-6
/
+14
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
1
-0
/
+87
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
1
-3
/
+7
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-2
/
+52
*
Fixes duplicate custom_values fixture that caused failure with Postgresql.
Jean-Philippe Lang
2010-12-11
2
-2
/
+2
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-3
/
+3
*
Fixes unsafe assertion that may cause failures.
Jean-Philippe Lang
2010-12-10
1
-2
/
+2
*
Changes the representation of journal details in issue API.
Jean-Philippe Lang
2010-12-10
1
-0
/
+34
*
Fixes a fixture with valid attributes (start_date < due_date).
Jean-Philippe Lang
2010-12-10
1
-2
/
+2
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
2
-1
/
+18
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
1
-0
/
+26
*
Add tests for wiki edit notifications (#7024).
Jean-Philippe Lang
2010-12-07
1
-0
/
+20
*
Select projects with issue_tracking module for gantt display and remove the n...
Jean-Philippe Lang
2010-12-07
1
-16
/
+0
*
Automatic spent time logging from commit messages (#4155).
Jean-Philippe Lang
2010-12-05
2
-1
/
+82
*
Fixed: class attribute with spaces on pre tags truncated (#7033).
Jean-Philippe Lang
2010-12-05
1
-0
/
+3
*
Safer code in IssueRelation (#7018).
Jean-Philippe Lang
2010-12-04
1
-0
/
+10
*
Adds subtasks to GET /issues/:id API (#5338).
Jean-Philippe Lang
2010-12-04
1
-0
/
+54
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-0
/
+11
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-0
/
+7
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
1
-0
/
+134
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
2
-0
/
+31
*
Prevents random failure in XmlTest.
Jean-Philippe Lang
2010-12-03
1
-3
/
+3
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
2
-3
/
+12
*
Projects API tests rewriting.
Jean-Philippe Lang
2010-12-03
1
-79
/
+161
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
1
-0
/
+256
*
Adds a builder-like template system for rendering xml and json API responses.
Jean-Philippe Lang
2010-12-03
2
-0
/
+108
*
Accept key auth for ProjectsController#show (#6841).
Jean-Philippe Lang
2010-11-27
1
-0
/
+6
*
Accept key auth for ProjectsController#destroy (#6841).
Jean-Philippe Lang
2010-11-27
1
-8
/
+14
*
Accept key auth for ProjectsController#update (#6841).
Jean-Philippe Lang
2010-11-27
1
-10
/
+14
*
Accept key auth for ProjectsController#create (#6841).
Jean-Philippe Lang
2010-11-27
1
-14
/
+19
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
1
-0
/
+59
*
Fixed: messages attachments/watchers are not deleted when deleting a project ...
Jean-Philippe Lang
2010-11-27
2
-3
/
+20
*
Fixed: Wiki#find_page should not be case sensitive because page title uniquen...
Jean-Philippe Lang
2010-11-27
2
-1
/
+11
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
2
-1
/
+47
*
Fixed: new gantt chart discloses all private projects names (#6276).
Jean-Philippe Lang
2010-11-21
1
-0
/
+12
*
Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).
Jean-Philippe Lang
2010-11-21
1
-5
/
+11
*
Fixed: MercurialAdapter.client_version depends on LANG environment variable (...
Jean-Philippe Lang
2010-11-20
1
-5
/
+6
*
Add assertions for #6929 in MailHandler tests.
Jean-Philippe Lang
2010-11-20
1
-0
/
+2
*
Fixed: submitting a non numerical parent task input creates a 500 error (#6932).
Jean-Philippe Lang
2010-11-20
1
-0
/
+14
[next]