summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor: rename UsersController#add to #newEric Davis2010-09-297-13/+12
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-293-7/+11
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-292-3/+26
* Fix test failure from Setting changes in other testsEric Davis2010-09-291-0/+1
* Locale updateEric Davis2010-09-2842-0/+168
* Refactor: move method to modelEric Davis2010-09-283-23/+13
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-287-18/+88
* Changed the notifications to use a hierarchy UIEric Davis2010-09-286-31/+46
* Added three new notifiable events based on issue attributesEric Davis2010-09-286-3/+131
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-284-1/+59
* Add a default mail notification setting for new usersEric Davis2010-09-285-1/+19
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-286-6/+129
* Added tests for Issue#recipientsEric Davis2010-09-281-1/+25
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-289-24/+58
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-286-20/+64
* Refactor: convert News to a REST resourceEric Davis2010-09-278-42/+23
* Bump version to 1.0.2Eric Davis2010-09-261-1/+1
* Update changelog for the 1.0.2 releaseEric Davis2010-09-261-0/+56
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-265-9/+18
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-265-12/+25
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-262-2/+10
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-263-6/+19
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-262-2/+13
* Revert "Fixed: gantt broken when no due date on project issues and versions."Eric Davis2010-09-261-3/+2
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-263-6/+20
* Add documentation about setting the log level. #6135Eric Davis2010-09-261-0/+3
* Fixed: don't reset watchers when changing tracker. #6479Jean-Baptiste Barth2010-09-261-1/+4
* Translation updatesAzamat Hackimov2010-09-261-7/+7
* Project tests updated.Jean-Philippe Lang2010-09-261-0/+4
* Fixed: gantt broken when no due date on project issues and versions.Jean-Philippe Lang2010-09-261-2/+3
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Fixes broken filter clearing links on gantt and calendar (#6473).Jean-Philippe Lang2010-09-262-2/+4
* Translation updatesAzamat Hackimov2010-09-241-170/+170
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-2410-29/+35
* Translation updatesAzamat Hackimov2010-09-233-3/+4
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-238-17/+23
* Translation updateAzamat Hackimov2010-09-221-2/+2
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-228-36/+83
* New string to translate - field_text. It appear when you trying save empty wi...Azamat Hackimov2010-09-2243-4/+46
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-217-12/+19
* Added a users options to the reminders emailEric Davis2010-09-203-1/+18
* Document render_issue_tooltipEric Davis2010-09-201-1/+10
* Add view_issues_form_details_top hookEric Davis2010-09-201-0/+2
* Add User#allowed_to_globally? which wraps User#allowed_to?Eric Davis2010-09-201-0/+6
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-207-12/+18
* Add scm.css to news pages to allow proper syntax highlighting. #6270Eric Davis2010-09-202-0/+5
* Fix failing test.Eric Davis2010-09-201-1/+1
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-2045-1/+49
* Use the correct local variables in the PDF export. #6382Eric Davis2010-09-201-2/+2
* Turn on ssl Gravatars for all SSL requests. #5929Eric Davis2010-09-201-1/+1