summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: custom fields are not displayed in the same order on issue form and view.Jean-Philippe Lang2009-07-293-12/+21
* Remove hard-coded styles from ticket attributes table.Jean-Philippe Lang2009-07-291-12/+12
* Adds a link to the file history on repository file views.Jean-Philippe Lang2009-07-181-0/+1
* Fixes artefacts in truncated search results (#3622).Jean-Philippe Lang2009-07-181-1/+2
* Prevent creation of project with identifier 'new' (#3602).Jean-Philippe Lang2009-07-181-1/+3
* Fixed: error raised when trying to add an empty comment to a news (#3615).Jean-Philippe Lang2009-07-181-0/+1
* Adds permalinks to message replies (#3587).Jean-Philippe Lang2009-07-051-3/+6
* Adds links to issues in reminder HTML template (#3541).Jean-Philippe Lang2009-07-051-1/+1
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-052-1/+8
* Administration panel breadcrumbs (#3314).Jean-Philippe Lang2009-07-0513-13/+15
* Keep status filter on the projects list when un/archiving a project (#3530).Jean-Philippe Lang2009-07-042-4/+4
* Do not require a non-word character after a comma in Redmine links (#3561).Jean-Philippe Lang2009-07-041-1/+1
* Adds issue last update timestamp (#3565).Jean-Philippe Lang2009-07-042-6/+13
* Actually block issues from closing when a blocking issue isn't closed (#1740).Jean-Philippe Lang2009-07-041-1/+7
* Fixed: login form fields have different width with IE (#3582).Jean-Philippe Lang2009-07-041-2/+2
* Fixes links to wiki atom feed (#3581).Jean-Philippe Lang2009-07-022-4/+4
* Fixed: case sensitivity in issue subject filtering (#3536).Jean-Philippe Lang2009-06-281-2/+2
* Fixes wiki diff escaping.Jean-Philippe Lang2009-06-281-1/+1
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-5/+43
* Fixed: editing a message may cause sticky attribute to be NULL (#3356).Jean-Philippe Lang2009-06-141-0/+4
* Fixes drop-down list selected value (#3472).Jean-Philippe Lang2009-06-131-1/+1
* Do not start user session when accessing atom feed with token-based authentic...Jean-Philippe Lang2009-06-061-5/+8
* Delete previous tokens when creating a new one.Jean-Philippe Lang2009-06-021-2/+11
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-3021-61/+213
* Added plugin hook, :controller_timelog_edit_before_save. (#3341)Eric Davis2009-05-301-0/+3
* Added more plugin hooks:Eric Davis2009-05-302-0/+3
* Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279Eric Davis2009-05-301-0/+2
* Added two plugin hooks to the account page:Eric Davis2009-05-301-0/+2
* Added :view_versions_show_contextual hook. (#3036)Eric Davis2009-05-301-0/+1
* FIxed: inline images not displayed in atom feeds (#3391).Jean-Philippe Lang2009-05-262-2/+2
* Render new message form if needed.Jean-Philippe Lang2009-05-251-0/+2
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-257-5/+20
* Fixed: Atom feeds leak email address (#3408).Jean-Philippe Lang2009-05-252-2/+2
* Validate project identifier only when changed (#3352).Jean-Philippe Lang2009-05-251-6/+2
* Link to the appropriate repository (#3376).Jean-Philippe Lang2009-05-181-1/+1
* Fixes code comments.Jean-Philippe Lang2009-05-171-3/+3
* Adds a setting to choose which role is given to a non-admin user who creates ...Jean-Philippe Lang2009-05-173-1/+6
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-174-6/+20
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-178-3/+89
* Makes issues/show accept rss key (#3362).Jean-Philippe Lang2009-05-171-1/+1
* Fixed: issue status bulk edit broken by r2726 (#3347).Jean-Philippe Lang2009-05-141-1/+1
* Ability to use any custom field as a cross-project custom query column (#3321).Jean-Philippe Lang2009-05-131-1/+1
* Do not autologin if more that one token is found (#3351).Jean-Philippe Lang2009-05-131-4/+8
* Add token value uniqueness validation (#3351).Jean-Philippe Lang2009-05-131-0/+1
* Use ActiveSupport::SecureRandom to generate tokens (#3351).Jean-Philippe Lang2009-05-131-4/+1
* Fixed: issue bulk edit view broken by r2726 (#3347).Jean-Philippe Lang2009-05-131-1/+1
* Fixed: issue move by non-admin broken by r2726 (#3354).Jean-Philippe Lang2009-05-131-1/+1
* Escape custom field name.Jean-Philippe Lang2009-05-121-1/+1
* Sort roles on account view.Jean-Philippe Lang2009-05-121-1/+1
* Escape role name.Jean-Philippe Lang2009-05-121-1/+1