summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added some database indexes to commonly queried fields.Eric Davis2009-12-203-0/+33
* Change the cursor for context menus. (#2924)Eric Davis2009-12-201-0/+1
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-202-2/+7
* Removes unused css classes (closes #4452).Jean-Philippe Lang2009-12-201-2/+0
* Change MailHandler 403 error message.Jean-Philippe Lang2009-12-201-2/+2
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-205-13/+51
* Admin info cleanup.Jean-Philippe Lang2009-12-192-10/+12
* Changes errors style.Jean-Philippe Lang2009-12-192-2/+2
* Adds helpers for setting field tags.Jean-Philippe Lang2009-12-1910-173/+132
* Speeds up very slow tests.Jean-Philippe Lang2009-12-191-15/+21
* Translation update (#4352).Jean-Philippe Lang2009-12-191-16/+16
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-194-8/+52
* Fixes block reordering on my page (#2971).Jean-Philippe Lang2009-12-194-26/+55
* Fixes an error with postgres.Jean-Philippe Lang2009-12-191-2/+10
* Avoid a ruby warning.Jean-Philippe Lang2009-12-191-1/+1
* Fixes 'follows' relation validation.Jean-Philippe Lang2009-12-182-3/+14
* Adds 'follows' relation (#1432).Jean-Philippe Lang2009-12-183-2/+63
* Issue sidebar cleanup.Jean-Philippe Lang2009-12-182-18/+15
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-1840-9/+114
* Display shared versions on the issue summary view (#4425).Jean-Philippe Lang2009-12-181-2/+2
* Fixed: rubytree gem breaks db:migrate:plugins (#4394).Jean-Philippe Lang2009-12-181-0/+1
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-1810-26/+34
* Fixes test broken by r3176 (#4439).Jean-Philippe Lang2009-12-181-1/+2
* Icons updates and cleaning.Jean-Philippe Lang2009-12-1816-5/+4
* Added missing translation for permission_view_issues (#4415).Jean-Philippe Lang2009-12-1735-0/+35
* Group icon changed on project members list.Jean-Philippe Lang2009-12-172-1/+1
* IE8 fix.Jean-Philippe Lang2009-12-171-2/+1
* Removes large icons.Jean-Philippe Lang2009-12-1724-35/+21
* Do not hide scroll buttons if some tabs are still hidden.Jean-Philippe Lang2009-12-171-1/+1
* Adds auto overflow to content div.Jean-Philippe Lang2009-12-171-1/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-1724-79/+72
* Adds a Plugin API to allow one plugin to depend on another.Eric Davis2009-12-162-0/+75
* Adds buttons to scroll the tabs when they overflow.Jean-Philippe Lang2009-12-145-2/+85
* One missing string (#4380)Azamat Hackimov2009-12-141-1/+1
* Translation updatesAzamat Hackimov2009-12-144-322/+364
* Moved charset meta tag before title (#4320).Jean-Philippe Lang2009-12-131-1/+1
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-132-1/+14
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-137-22/+97
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-132-8/+5
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-1312-6/+203
* Added a setting to configure the day that week start on (Monday or Sunday). (...Eric Davis2009-12-1339-1/+58
* Project custom fields are already copied via the Copy form. (#3367)Eric Davis2009-12-131-2/+0
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-132-3/+66
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-123-4/+6
* Removes changelog view.Jean-Philippe Lang2009-12-1242-175/+6
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-122-6/+6
* Sort groups on user groups setting (#4389).Jean-Philippe Lang2009-12-121-1/+1
* Issue#done_ratio should not break if status is nil.Jean-Philippe Lang2009-12-121-2/+2
* Retrieve root_url if needed (#4377).Jean-Philippe Lang2009-12-121-1/+1
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-123-3/+4