summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Mailer:Jean-Philippe Lang2007-11-0432-165/+138
* Activity view now uses events attributes.Jean-Philippe Lang2007-10-283-35/+6
* Some slight improvements in AJAX errors handling.Jean-Philippe Lang2007-10-282-3/+3
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-286-21/+34
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-285-4/+78
* Fixed: some quotation marks are rendered as strange characters in pdf.Jean-Philippe Lang2007-10-261-0/+2
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-254-18/+13
* Serbian translation added (Dragan Matic)Jean-Philippe Lang2007-10-251-0/+9
* Fixed: error when bulk editing with PostgresqlJean-Philippe Lang2007-10-232-6/+6
* SCM browser: directories can now be collapsed and re-expanded with no additio...Jean-Philippe Lang2007-10-222-5/+5
* Added a bit of AJAX on the SCM browser (tree view).Jean-Philippe Lang2007-10-223-17/+42
* Commit message parser:Jean-Philippe Lang2007-10-221-7/+6
* SVN integration: reposman.rb can now register created repositories in Redmine...Jean-Philippe Lang2007-10-212-7/+10
* Fixed flashes style for IE6.Jean-Philippe Lang2007-10-212-5/+3
* * Emails footer can now be customized from the admin interface (Admin -> Emai...Jean-Philippe Lang2007-10-2121-6/+60
* Added status and priority related classes for each row on the issue list so t...Jean-Philippe Lang2007-10-202-2/+2
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-209-72/+118
* Fixed: LDAP authentication crashes if one of the LDAP attributes name is left...Jean-Philippe Lang2007-10-191-1/+1
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-193-16/+21
* New document form can be accessed from the document list with no additional r...Jean-Philippe Lang2007-10-185-8/+24
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-182-2/+4
* Removed issue assignment validation to avoid validation failure when updating...Jean-Philippe Lang2007-10-182-6/+0
* Added LDAPS support migration and fixed connection test flash messages.Jean-Philippe Lang2007-10-161-2/+2
* Added LDAPS support for LDAP authentication.Jean-Philippe Lang2007-10-162-2/+3
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-155-7/+17
* Search engine: added a checkbox to search titles only (usefull when searching...Jean-Philippe Lang2007-10-152-6/+13
* Search engine:Jean-Philippe Lang2007-10-152-2/+7
* Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columnsJean-Philippe Lang2007-10-151-1/+1
* Slight style change on plugin configuration view.Jean-Philippe Lang2007-10-131-0/+2
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-133-63/+1
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-1231-130/+24
* Added html part to news_added mail.Jean-Philippe Lang2007-10-122-1/+4
* Moved translated strings of 'register' and 'lost password' mail templates to ...Jean-Philippe Lang2007-10-1222-64/+2
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-123-4/+24
* Gantt chart:Jean-Philippe Lang2007-10-111-4/+12
* Fixed: unable to change how many months are displayed on the gantt.Jean-Philippe Lang2007-10-111-1/+1
* Bulk editing:Jean-Philippe Lang2007-10-111-2/+7
* Bulk editing:Jean-Philippe Lang2007-10-111-5/+5
* Fixed: a user not authorized to edit wiki pages gets the edit form if the pag...Jean-Philippe Lang2007-10-101-2/+7
* Added custom fields in issue related mail notifications.Jean-Philippe Lang2007-10-104-6/+20
* Added the ability to set the "done ratio" of issues fixed by commit (original...Jean-Philippe Lang2007-10-102-1/+4
* Fixed: Bulk edit doesn't change the category or fixed version properties.Jean-Philippe Lang2007-10-101-0/+4
* Added basic Theme support.Jean-Philippe Lang2007-10-101-0/+3
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-096-7/+85
* Calendar:Jean-Philippe Lang2007-10-075-108/+51
* Default encodings for repository files can now be set in application settings...Jean-Philippe Lang2007-10-074-6/+23
* Fixed: improper 0x5c char handling in PDF output (Go Maeda).Jean-Philippe Lang2007-10-061-2/+5
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-066-5/+40
* Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared p...Jean-Philippe Lang2007-10-063-93/+55
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-054-20/+24