| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent unexpected nil in custom value validation. | Jean-Philippe Lang | 2008-01-24 | 1 | -13/+18 |
* | Fixed: Incorrect filtering for unset values when using 'is not' filter. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | Issue properties below the description textarea. | Jean-Philippe Lang | 2008-01-23 | 3 | -10/+13 |
* | Added preview for issue notes. | Jean-Philippe Lang | 2008-01-23 | 3 | -3/+14 |
* | Fixed: can not lock a topic when creating it. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | Show explicit error message when the scm command failed (eg. when svn binary ... | Jean-Philippe Lang | 2008-01-23 | 2 | -3/+25 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 3 | -5/+28 |
* | Fixed: custom fields empty on issue/edit (broken by r1086). | Jean-Philippe Lang | 2008-01-20 | 1 | -3/+5 |
* | Unlimited and optional project description. The project list will show trunca... | Jean-Philippe Lang | 2008-01-20 | 5 | -7/+18 |
* | Added tabindex property on wiki toolbar buttons and 'new category' link. | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Display custom fields in two columns on the issue form. | Jean-Philippe Lang | 2008-01-20 | 3 | -4/+12 |
* | Added related changesets messages on issue details view. | Jean-Philippe Lang | 2008-01-20 | 3 | -8/+33 |
* | Fixed: custom field selection is not saved when unchecking them all on projec... | Jean-Philippe Lang | 2008-01-20 | 2 | -2/+2 |
* | Fixed: error when removing a project member (postgresql and sqlite only). | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Added a 'New issue' link in the main menu (accesskey 7). | Jean-Philippe Lang | 2008-01-20 | 5 | -25/+3 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 9 | -51/+74 |
* | Display the issue status in the email subject only if the status was actually... | Jean-Philippe Lang | 2008-01-20 | 2 | -2/+10 |
* | Fixed: when changing the status of an issue, the email subject contains the p... | Jean-Philippe Lang | 2008-01-20 | 1 | -0/+1 |
* | Highlight the current item of the main menu. | Jean-Philippe Lang | 2008-01-19 | 11 | -8/+20 |
* | Fixed: locked users should not receive email notifications. | Jean-Philippe Lang | 2008-01-17 | 2 | -4/+4 |
* | Added i18n support to the jstoolbar (only english and french are actually tra... | Jean-Philippe Lang | 2008-01-17 | 1 | -1/+3 |
* | On the calendar, the gantt and in the Tracker filter on the issue list, only ... | Jean-Philippe Lang | 2008-01-16 | 4 | -3/+16 |
* | Fixed: issue queries can not use custom fields marked as 'for all projects' i... | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+1 |
* | Fixed: Date custom fields not displayed as specified in application settings. | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+1 |
* | Fixed: issue filters may be lost when paginating after r1026. | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+6 |
* | Redmine links can be used to link to documents, versions and attachments. | Jean-Philippe Lang | 2008-01-15 | 1 | -35/+83 |
* | Do not show sticky and locked checkboxes when replying to a message. | Jean-Philippe Lang | 2008-01-13 | 2 | -2/+3 |
* | Added missing wiki div on news/index and news/show. | Jean-Philippe Lang | 2008-01-12 | 2 | -0/+4 |
* | Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed. | Jean-Philippe Lang | 2008-01-12 | 1 | -2/+2 |
* | Non-ascii attachement filename fix for IE. | Jean-Philippe Lang | 2008-01-10 | 4 | -3/+10 |
* | Added details by assignees on issue summary view (Hans Yoon). | Jean-Philippe Lang | 2008-01-10 | 2 | -5/+31 |
* | Admin settings screen split to tabs. | Jean-Philippe Lang | 2008-01-06 | 10 | -133/+158 |
* | wrapper div added to the layout. | Jean-Philippe Lang | 2008-01-06 | 1 | -0/+2 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 10 | -112/+109 |
* | Prevent 'has already been taken' error messages for user login and email if t... | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+2 |
* | Default configuration data can now be loaded from the administration screen. | Jean-Philippe Lang | 2008-01-05 | 3 | -1/+26 |
* | Fixed: private projects name are displayed on account/show even if the curren... | Jean-Philippe Lang | 2008-01-04 | 1 | -1/+1 |
* | Fixed: table of content not rendered properly when used in an issue or docume... | Jean-Philippe Lang | 2008-01-04 | 2 | -0/+4 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 48 | -68/+77 |
* | Fix query management broken by r1027. | Jean-Philippe Lang | 2007-12-31 | 1 | -1/+1 |
* | Moved login and logout links to ApplicationHelper methods for easier customiz... | Jean-Philippe Lang | 2007-12-30 | 2 | -2/+10 |
* | Moved current user management to a dedicated method for modularity. | Jean-Philippe Lang | 2007-12-30 | 1 | -5/+10 |
* | TabularFormBuilder moved out of application_helper.rb | Jean-Philippe Lang | 2007-12-30 | 1 | -35/+0 |
* | Do not store query object in session but id or filters only. This allows to u... | Jean-Philippe Lang | 2007-12-30 | 1 | -4/+5 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 22 | -34/+63 |
* | Fixed 'export to' links positioning on wiki page. | Jean-Philippe Lang | 2007-12-22 | 1 | -6/+7 |
* | Set doctype to transitional. Fixed a few non matching tags in views. | Jean-Philippe Lang | 2007-12-21 | 3 | -6/+6 |
* | Added wiki annotate view. It's accessible for each version from the page hist... | Jean-Philippe Lang | 2007-12-20 | 5 | -0/+92 |
* | Add email notification to IssuesController#edit. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Fixed: Textile image with style attribute cause internal server error. | Jean-Philippe Lang | 2007-12-19 | 1 | -5/+5 |