summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Removed a line break on news/showJean-Philippe Lang2007-07-181-2/+1
* Added several validates_length_ofJean-Philippe Lang2007-07-1611-1/+14
* Fixed mailer (error when no assignee)Jean-Philippe Lang2007-07-151-4/+4
* Now, when a user turns mail notifications off, he will still receive notifica...Jean-Philippe Lang2007-07-151-1/+11
* Hours displayed using %.2f on time report.Jean-Philippe Lang2007-07-141-1/+1
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-142-0/+21
* Added an option to choose the date format: language based (as defined in each...Jean-Philippe Lang2007-07-142-2/+10
* Fixed: Error when editing the wokflow after deleting a statusJean-Philippe Lang2007-07-141-1/+1
* Added wiki diff.Jean-Philippe Lang2007-07-148-8/+116
* Fixed: issue_id not nullified on time entries when deleting the issueJean-Philippe Lang2007-07-021-1/+1
* Fixed: trash icon not visible on files list.Jean-Philippe Lang2007-07-021-1/+1
* Changesets stored in the database are now displayed on the repository page ev...Jean-Philippe Lang2007-06-291-2/+2
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-2910-14/+10
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-299-41/+46
* Fixed: Long text custom fields displayed without line breaksJean-Philippe Lang2007-06-271-1/+2
* Fixed: time report doesn't take account of the project for time calculationsJean-Philippe Lang2007-06-271-1/+2
* Fixed an error when trying to delete a project (versions/issues dependency)Jean-Philippe Lang2007-06-251-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-245-0/+101
* Added time report.Jean-Philippe Lang2007-06-246-6/+215
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-233-9/+21
* Fixed Iconv::IllegalSequence errors in csv exportsJean-Philippe Lang2007-06-232-4/+4
* Fixed an error on welcome screen for users with no membershipJean-Philippe Lang2007-06-231-1/+1
* Don't show "Projects" label if projects list is empty.Jean-Philippe Lang2007-06-231-0/+2
* Fixed confidentiality issue on account/show.Jean-Philippe Lang2007-06-232-5/+10
* Added per user custom queries.Jean-Philippe Lang2007-06-2316-74/+112
* Added page association on versioned WikiContentJean-Philippe Lang2007-06-171-0/+1
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-147-11/+28
* Swedish mail templates added (Thomas Habets)Jean-Philippe Lang2007-06-1312-21/+48
* Fixed version field on issue view page now links to the corresponding version...Jean-Philippe Lang2007-06-122-1/+3
* Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced m...Jean-Philippe Lang2007-06-121-0/+4
* Added an error message when trying to create an issue with no default status ...Jean-Philippe Lang2007-06-121-0/+5
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-1218-562/+462
* Added :dependent => :delete_all on IssueStatus Workflow association.Jean-Philippe Lang2007-05-311-2/+2
* Fixed: error on csv/pdf export and feeds (oracle)Jean-Philippe Lang2007-05-292-3/+3
* Fixed: SQL error when a non-admin user displays the project listJean-Philippe Lang2007-05-291-1/+1
* Fixed date query filters (wrong results and sql error with postgresql)Jean-Philippe Lang2007-05-291-7/+7
* Added Swedish translation supplied by Thomas Habets.Jean-Philippe Lang2007-05-296-0/+0
* Attachments can be displayed inline in DocumentsJean-Philippe Lang2007-05-281-1/+1
* Fixed: open/closed issue counts are always 0 on reports view (postgresql)Jean-Philippe Lang2007-05-281-1/+1
* Added filename header when sending an image inlineJean-Philippe Lang2007-05-271-1/+1
* Added the ability to archive projects:Jean-Philippe Lang2007-05-2718-36/+153
* Slight views refactoringJean-Philippe Lang2007-05-277-59/+7
* Password fields hidden on users/add form when selecting an external authentic...Jean-Philippe Lang2007-05-271-1/+3
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-275-1/+29
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-263-2/+8
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Added issue count details for versions on Reports view.Jean-Philippe Lang2007-05-262-1/+27
* Fixed "Projects" drop-down menu for IE.Jean-Philippe Lang2007-05-261-6/+8
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-2617-55/+170
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-253-1/+13