summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-063-3/+17
* Set user_id as a protected attribute (#10390).Jean-Philippe Lang2012-03-061-1/+1
* Prevent mass-assignment when adding/updating a wiki (#10390).Jean-Philippe Lang2012-03-062-1/+4
* Prevent mass-assignment when adding/updating a version (#10390).Jean-Philippe Lang2012-03-062-3/+15
* Prevent mass-assignment when adding/updating a time entry (#10390).Jean-Philippe Lang2012-03-062-5/+8
* Use safe_attributes= just like in #create.Jean-Philippe Lang2012-03-061-1/+2
* Prevent mass-assignment when adding/updating a news (#10390).Jean-Philippe Lang2012-03-062-2/+6
* Prevent mass-assignment when adding/updating a forum message (#10390).Jean-Philippe Lang2012-03-062-11/+13
* Prevent mass-assignment when adding a project member (#10390).Jean-Philippe Lang2012-03-061-8/+10
* Prevent mass-assignment when adding/updating an issue category (#10390).Jean-Philippe Lang2012-03-062-4/+8
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-062-3/+9
* Prevent mass-assignment when adding a news comment (#10390).Jean-Philippe Lang2012-03-062-1/+5
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-064-2/+20
* Bulgarian translation updated by Ivan Cenov (#10376)Toshi MARUYAMA2012-03-061-1/+1
* Sort values for assertion.Jean-Philippe Lang2012-03-051-1/+1
* Italian translation (#10258).Jean-Philippe Lang2012-03-051-1/+1
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-054-6/+6
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-053-14/+11
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-2/+2
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-3/+3
* Traditional Chinese translation updated by ChunChang Lo (#10366)Toshi MARUYAMA2012-03-051-5/+5
* remove trailing white-spaces from public/javascripts/select_list_move.jsToshi MARUYAMA2012-03-051-6/+6
* replace tabs to spaces at public/javascripts/select_list_move.jsToshi MARUYAMA2012-03-051-11/+11
* set svn:eol-style native public/javascripts/calendar/lang/*.jsToshi MARUYAMA2012-03-050-0/+0
* set svn:eol-style native db/migrate/*.rbToshi MARUYAMA2012-03-051-16/+16
* set svn:eol-style native public/javascripts/select_list_move.jsToshi MARUYAMA2012-03-041-82/+82
* set svn:eol-style native db/migrate/020_add_role_position.rbToshi MARUYAMA2012-03-040-0/+0
* set svn:eol-style native public/javascripts/calendar/lang/calendar-pl.jsToshi MARUYAMA2012-03-041-127/+127
* set svn:eol-style native test/exemplars/*.rbToshi MARUYAMA2012-03-040-0/+0
* Cleanup in TimelogController#destroy.Jean-Philippe Lang2012-03-042-17/+21
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-043-11/+9
* Strip login and password read from the email body.Jean-Philippe Lang2012-03-041-2/+2
* Adds an helper to get the body of an email in tests.Jean-Philippe Lang2012-03-043-7/+11
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Include ERB::Util in helpers tests.Jean-Philippe Lang2012-03-045-0/+6
* No need to delete fixtures.Jean-Philippe Lang2012-03-041-4/+0
* Removed shoulda assertions.Jean-Philippe Lang2012-03-042-34/+0
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-047-18/+38
* set svn:eol-style native lib/redmine/scm/adapters/mercurial/redminehelper.pyToshi MARUYAMA2012-03-040-0/+0
* Rails3: :order option has no effect here because of the default_scope on Enum...Jean-Philippe Lang2012-03-041-2/+2
* Test cleanup.Jean-Philippe Lang2012-03-041-0/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-043-5/+5
* Test cleanup.Jean-Philippe Lang2012-03-041-7/+0
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-047-10/+10
* Removed some generate! calls.Jean-Philippe Lang2012-03-044-7/+7
* Removed some generate! calls.Jean-Philippe Lang2012-03-044-14/+15
* No need to save the record.Jean-Philippe Lang2012-03-041-10/+10
* Use :joins instead of :include.Jean-Philippe Lang2012-03-041-1/+1
* Removed sort order on issues association.Jean-Philippe Lang2012-03-041-1/+1