summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Uploading of attachments which filename contains non-ASCII chars fails with R...Jean-Philippe Lang2012-04-061-0/+1
* Do not display the magnifier for added files in email notifications (#4774).Jean-Philippe Lang2012-04-061-1/+1
* Moved the magnifier just after the filename.Jean-Philippe Lang2012-04-061-2/+2
* Force encoding of custom field possible values (#10593).Jean-Philippe Lang2012-04-061-2/+12
* WikiContent::Version#text may return ascii-8bit encoded string (#10590).Jean-Philippe Lang2012-04-061-6/+8
* delete :only_path option from link_to options at application_helper link_to_a...Toshi MARUYAMA2012-04-061-0/+1
* fix attachment link has get parameter :class (#10602)Toshi MARUYAMA2012-04-061-1/+3
* add a view link to note attachment file (#4774)Toshi MARUYAMA2012-04-061-2/+9
* code layout cleanup app/helpers/issues_helper.rbToshi MARUYAMA2012-04-061-1/+2
* replace tabs to spaces at app/views/attachments/_links.html.erbToshi MARUYAMA2012-04-061-3/+3
* Fixed Internal Error in watchers XHR search (#10600).Etienne Massip2012-04-051-1/+1
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-3/+5
* fix html tag at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-2/+4
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-35/+32
* replace tabs to spaces at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-6/+6
* fix typo "RedMine" at app/models/wiki_content.rbToshi MARUYAMA2012-04-031-2/+2
* scm: mercurial: git: save parents in creating changesets (#10470)Toshi MARUYAMA2012-04-032-12/+6
* fix source indents of app/views/repositories/revisions.html.erbToshi MARUYAMA2012-03-301-4/+4
* scm: git: use Changeset#create and Changeset#create_change as same with Subve...Toshi MARUYAMA2012-03-291-13/+8
* scm: mercurial: transaction for each imported revisions (#10470)Toshi MARUYAMA2012-03-291-7/+9
* scm: git: add the comment of the reason to scan database in fetching every ti...Toshi MARUYAMA2012-03-291-0/+14
* scm: git: fix typo in fetching revisions comment.Toshi MARUYAMA2012-03-291-1/+1
* scm: git: fix model source indents (#10470)Toshi MARUYAMA2012-03-281-41/+41
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-35/+22
* replace tabs to spaces and fix indents at app/views/issues/new.html.erbToshi MARUYAMA2012-03-281-8/+8
* Failing test with 1.8.7 and jruby (#10538).Jean-Philippe Lang2012-03-251-1/+3
* Remove duplicate watchers (#10538).Jean-Philippe Lang2012-03-251-1/+1
* Fixed that issues can be moved to projects with issue tracking disabled (#104...Jean-Philippe Lang2012-03-251-12/+1
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-0/+8
* Adds the repository identifier in the activity and search results (#779).Jean-Philippe Lang2012-03-241-1/+8
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+3
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-246-14/+51
* Replace tables that were using the 'width' attribute with inline styles (shou...Toshi MARUYAMA2012-03-242-3/+3
* Remove some inline styling and some depreciated table cell attributes and rep...Toshi MARUYAMA2012-03-241-3/+3
* Fix missing cells at app/views/issues/show.html.erbToshi MARUYAMA2012-03-241-0/+3
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-242-2/+2
* Typo (#1913).Jean-Philippe Lang2012-03-171-1/+1
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-3/+9
* Don't use #delete on String in Mailer.Jean-Philippe Lang2012-03-121-6/+16
* Adds an icon to the "Test" link.Jean-Philippe Lang2012-03-111-1/+1
* Fixed that LDAP error is not displayed when testing connection.Jean-Philippe Lang2012-03-111-2/+2
* Resourcified auth_sources.Jean-Philippe Lang2012-03-112-2/+2
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-117-45/+16
* Removed dead code.Jean-Philippe Lang2012-03-101-11/+0
* Fixed Gantt months/weeks/days headers display with Ruby 1.9.Etienne Massip2012-03-101-7/+7
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-101-7/+2
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-071-7/+1
* remove trailing white-space from app/models/repository/git.rbToshi MARUYAMA2012-03-071-2/+2
* scm: git: performance improvements in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-29/+61
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-3/+15