summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...Jean-Philippe Lang2012-01-161-2/+6
* Fixed previous/next links when navigating in a saved query.Jean-Philippe Lang2012-01-161-1/+6
* Display repository identifier in breadcrumbs (#779).Jean-Philippe Lang2012-01-151-1/+2
* Set tab caption to plural.Jean-Philippe Lang2012-01-151-1/+1
* Display identifier for the default repository too (#779).Jean-Philippe Lang2012-01-151-3/+3
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-1/+1
* Removed unused partial.Jean-Philippe Lang2012-01-151-39/+0
* Adds repository_id param for activity and search results (#779).Jean-Philippe Lang2012-01-151-1/+1
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-1519-46/+139
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-159-46/+142
* Fixed double escaping of Atom feed links.Etienne Massip2012-01-141-2/+2
* Change attachment link to download and add a view link for text attachments (...Jean-Philippe Lang2012-01-142-4/+9
* Display "none" inside square brackets.Jean-Philippe Lang2012-01-141-1/+1
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-2/+12
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+9
* Fixed: Routing error when deleting an issue with spent time.Jean-Philippe Lang2012-01-101-1/+1
* Removed hard-coded styles.Jean-Philippe Lang2012-01-101-5/+5
* Use named routes.Jean-Philippe Lang2012-01-101-3/+6
* Adds total number of issues for each version on the roadmap.Jean-Philippe Lang2012-01-101-3/+5
* Separated new/edit views for the timelog controller.Jean-Philippe Lang2012-01-104-24/+23
* code layout clean up app/views/users/_memberships.html.erbToshi MARUYAMA2012-01-101-4/+13
* code layout clean up app/views/groups/_users.html.erbToshi MARUYAMA2012-01-101-1/+6
* code layout clean up app/views/groups/_memberships.html.erbToshi MARUYAMA2012-01-101-5/+17
* code layout clean up app/views/issues/_relations.html.erbToshi MARUYAMA2012-01-101-3/+6
* code layout clean up app/views/issues/show.html.erbToshi MARUYAMA2012-01-101-1/+4
* code layout clean up app/views/projects/settings/_members.html.erbToshi MARUYAMA2012-01-101-7/+14
* code layout clean up app/views/messages/show.html.erbToshi MARUYAMA2012-01-101-6/+34
* replace tabs to spaces at app/views/news/new.html.erbToshi MARUYAMA2012-01-101-8/+8
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Avoid an AJAX query if the watchers form is already loaded.Jean-Philippe Lang2012-01-092-1/+3
* Ability to add non-member users as watchers (#5159).Jean-Philippe Lang2012-01-095-19/+59
* route: use ":controller" instead of ":as" for project_enumerationsToshi MARUYAMA2012-01-091-2/+2
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-1/+1
* Fixed that SCM selection is not saved when all SCM are disabled (#9937).Jean-Philippe Lang2012-01-081-0/+1
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Moved the div to a valid place.Jean-Philippe Lang2012-01-081-2/+3
* Removed invalid div.Jean-Philippe Lang2012-01-081-1/+1
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Form tag without action attribute is invalid.Jean-Philippe Lang2012-01-081-2/+2
* Do not generate duplicate ids and fixes tag attribute.Jean-Philippe Lang2012-01-081-2/+2
* Removes spaces in versions anchors.Jean-Philippe Lang2012-01-082-2/+6
* Do not generate empty uls.Jean-Philippe Lang2012-01-081-0/+2
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Fixed labels tags referencing wrong ids.Jean-Philippe Lang2012-01-081-1/+1
* Initialize watcher_user_ids for new records to prevent useless queries on eac...Jean-Philippe Lang2012-01-081-0/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-082-5/+15
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-086-9/+21
* Moved Date months/weeks calculations used in Graph to lib.Etienne Massip2012-01-071-10/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-072-2/+11