summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTML5 doctype.Jean-Philippe Lang2012-07-281-3/+3
* Moved syntax highlight styles to application.css.Jean-Philippe Lang2012-07-289-21/+0
* Adds a replacement for deprecated link_to_function helper.Jean-Philippe Lang2012-07-281-0/+4
* Fixed API key display on my account.Jean-Philippe Lang2012-07-281-2/+2
* Fixed apply link on gantt.Jean-Philippe Lang2012-07-281-1/+1
* Do not propose non-assignable version (#11506).Jean-Philippe Lang2012-07-271-4/+0
* Versions that are not shared should not be assignable when selecting another ...Jean-Philippe Lang2012-07-271-1/+18
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-11/+16
* fix confirmation page has broken HTML when a project folding sub project is d...Toshi MARUYAMA2012-07-261-1/+2
* Repository Identifier should be frozen (#11109).Jean-Philippe Lang2012-07-262-2/+16
* Changed issues css class from priority-{position} to status-{id} (#2071).Jean-Philippe Lang2012-07-261-1/+1
* Changed issues css class from status-{position} to status-{id} (#11304).Jean-Philippe Lang2012-07-261-1/+1
* Don't turn #nnn with leading zeros into link (#11494).Jean-Philippe Lang2012-07-241-1/+1
* Sort versions ascending when grouping issues by version (#11153).Jean-Philippe Lang2012-07-241-1/+1
* In case the column is not found.Jean-Philippe Lang2012-07-241-1/+1
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-242-6/+66
* Adds Version.fields_for_order_statement.Jean-Philippe Lang2012-07-242-1/+6
* Adds CustomField#group_statement.Jean-Philippe Lang2012-07-242-5/+14
* Use JQuery Datepicker (#11445).Jean-Philippe Lang2012-07-221-17/+6
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-2286-305/+208
* Fixed that settings raises an error if not trackers exist (#11467).Jean-Philippe Lang2012-07-211-2/+10
* code layout cleanup app/views/gantts/show.html.erbToshi MARUYAMA2012-07-211-9/+10
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-213-16/+10
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-214-37/+27
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-196-23/+18
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-192-14/+11