summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed that search results are escaped twice.Jean-Philippe Lang2012-08-101-2/+2
* Use SSL for gravatars according to the protocol in settings (#9365).Jean-Philippe Lang2012-08-091-1/+1
* Don't show the project dropdown when logging time on an issue.Jean-Philippe Lang2012-08-091-1/+1
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-092-2/+6
* Adds autocomplete to "Related issue" field on revision (#11102).Jean-Philippe Lang2012-08-091-0/+2
* Code cleanup.Jean-Philippe Lang2012-08-093-13/+11
* Code cleanup.Jean-Philippe Lang2012-08-082-6/+10
* Slight change to the macro regexp.Jean-Philippe Lang2012-08-081-1/+1
* Code cleanup.Jean-Philippe Lang2012-08-081-1/+1
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-2/+1
* Log successful authentications.Jean-Philippe Lang2012-08-071-0/+1
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-072-5/+45
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-075-74/+31
* Build issue filters using javascript.Jean-Philippe Lang2012-08-074-46/+41
* Removed csshover for IE6.Jean-Philippe Lang2012-08-071-6/+0
* Prevent "Overwriting existing method User.active" warning, scope is already d...Jean-Philippe Lang2012-08-071-2/+0
* Prevents "Overwriting existing method Issue.open" warning (#11545).Jean-Philippe Lang2012-08-072-0/+2
* Fixed: Custom fields of type version not proper handled in receiving e-mails ...Jean-Philippe Lang2012-08-062-2/+12
* Adjust the comment.Jean-Philippe Lang2012-08-021-2/+2
* Makes Version#<=> consistent with SQL sort.Jean-Philippe Lang2012-08-021-2/+2
* Sort issues by scheduled versions first then unscheduled versions.Jean-Philippe Lang2012-08-021-1/+3
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-312-0/+2
* Fixed that Mailer.with_synched_deliveries does not use delivery settings (#11...Jean-Philippe Lang2012-07-311-1/+3
* Removed AuthSourceLdap.human_attribute_name.Jean-Philippe Lang2012-07-312-9/+1
* Set @previewed for rendering preview partial.Jean-Philippe Lang2012-07-311-0/+1
* Eager loading and no extra count query.Jean-Philippe Lang2012-07-311-1/+1
* Support for subforums (#3831).Jean-Philippe Lang2012-07-3110-12/+67
* replace tabs to spaces at app/views/repositories/_dir_list_content.html.erbToshi MARUYAMA2012-07-301-1/+1
* Fixed legend tag position.Jean-Philippe Lang2012-07-291-1/+1
* Duplicate ul tags.Jean-Philippe Lang2012-07-291-3/+1
* Fixed label with invalid for attribute.Jean-Philippe Lang2012-07-291-1/+1
* Make labels clickable in Adminstration/Settings (#11496).Jean-Philippe Lang2012-07-291-1/+1
* Add labels on SCMs.Jean-Philippe Lang2012-07-291-0/+2
* Removed duplicate ids.Jean-Philippe Lang2012-07-292-9/+5
* Add links to forums.Jean-Philippe Lang2012-07-291-1/+1
* Add links to repositories on repository list.Jean-Philippe Lang2012-07-291-3/+6
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Typo.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-2/+2
* Removed inline styles.Jean-Philippe Lang2012-07-291-3/+3
* Removed inline styles.Jean-Philippe Lang2012-07-291-5/+3
* Removed self closing a tags.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-292-2/+2
* Removed invalid html5 meta (Rails sets an equivalent response header natively...Jean-Philippe Lang2012-07-291-1/+0
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Label should be escaped.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-292-2/+2
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+2
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-4/+4
* Same heading on message edit/show views.Jean-Philippe Lang2012-07-281-3/+4