| Commit message (Expand) | Author | Age | Files | Lines |
* | Added per user custom queries. | Jean-Philippe Lang | 2007-06-23 | 17 | -74/+112 |
* | Added page association on versioned WikiContent | Jean-Philippe Lang | 2007-06-17 | 1 | -0/+1 |
* | A wiki page can now be attached to each version. | Jean-Philippe Lang | 2007-06-14 | 19 | -11/+49 |
* | Swedish mail templates added (Thomas Habets) | Jean-Philippe Lang | 2007-06-13 | 12 | -21/+48 |
* | Fixed version field on issue view page now links to the corresponding version... | Jean-Philippe Lang | 2007-06-12 | 2 | -1/+3 |
* | Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced m... | Jean-Philippe Lang | 2007-06-12 | 1 | -0/+4 |
* | Added an error message when trying to create an issue with no default status ... | Jean-Philippe Lang | 2007-06-12 | 1 | -0/+5 |
* | Added basic support for CVS and Mercurial SCMs. | Jean-Philippe Lang | 2007-06-12 | 41 | -604/+1568 |
* | Added :dependent => :delete_all on IssueStatus Workflow association. | Jean-Philippe Lang | 2007-05-31 | 1 | -2/+2 |
* | Japanese translation updated (Satoru KURASHIKI) | Jean-Philippe Lang | 2007-05-30 | 1 | -59/+59 |
* | Fixed: error on csv/pdf export and feeds (oracle) | Jean-Philippe Lang | 2007-05-29 | 2 | -3/+3 |
* | Fixed: SQL error when a non-admin user displays the project list | Jean-Philippe Lang | 2007-05-29 | 1 | -1/+1 |
* | Fixed date query filters (wrong results and sql error with postgresql) | Jean-Philippe Lang | 2007-05-29 | 1 | -7/+7 |
* | Added Swedish translation supplied by Thomas Habets. | Jean-Philippe Lang | 2007-05-29 | 8 | -0/+562 |
* | Attachments can be displayed inline in Documents | Jean-Philippe Lang | 2007-05-28 | 1 | -1/+1 |
* | Fixed: open/closed issue counts are always 0 on reports view (postgresql) | Jean-Philippe Lang | 2007-05-28 | 1 | -1/+1 |
* | Added filename header when sending an image inline | Jean-Philippe Lang | 2007-05-27 | 1 | -1/+1 |
* | Added the ability to archive projects: | Jean-Philippe Lang | 2007-05-27 | 35 | -38/+275 |
* | Slight views refactoring | Jean-Philippe Lang | 2007-05-27 | 7 | -59/+7 |
* | Password fields hidden on users/add form when selecting an external authentic... | Jean-Philippe Lang | 2007-05-27 | 1 | -1/+3 |
* | Account information can now be sent to the user when creating an account. | Jean-Philippe Lang | 2007-05-27 | 17 | -2/+43 |
* | Optimistic locking added for wiki edits. | Jean-Philippe Lang | 2007-05-26 | 3 | -2/+8 |
* | Show a 404 error page if attachment can not be read. | Jean-Philippe Lang | 2007-05-26 | 1 | -0/+5 |
* | Added issue count details for versions on Reports view. | Jean-Philippe Lang | 2007-05-26 | 2 | -1/+27 |
* | Fixed "Projects" drop-down menu for IE. | Jean-Philippe Lang | 2007-05-26 | 1 | -6/+8 |
* | Attachments can now be added to wiki pages (original patch by Pavol Murin). O... | Jean-Philippe Lang | 2007-05-26 | 19 | -56/+183 |
* | Added the ability to destroy wiki pages (content and its history are deleted ... | Jean-Philippe Lang | 2007-05-25 | 16 | -2/+43 |
* | Dutch translation added (Linda van den Brink) | Jean-Philippe Lang | 2007-05-24 | 9 | -2/+632 |
* | User's projects alphabetically sorted in the Projects drop down menu. | Jean-Philippe Lang | 2007-05-23 | 1 | -6/+6 |
* | Fixed a couple of spelling errors (JT Zemp) | Jean-Philippe Lang | 2007-05-20 | 11 | -20/+20 |
* | Versions can now be created with no date. | Jean-Philippe Lang | 2007-05-20 | 10 | -34/+61 |
* | Fixed: performance issue on RepositoriesController#revisions when a changeset... | Jean-Philippe Lang | 2007-05-15 | 5 | -10/+47 |
* | "My projects" are now listed under the drop-down "Projects" top menu item (20... | Jean-Philippe Lang | 2007-05-15 | 11 | -11/+23 |
* | Text search added on messages. | Jean-Philippe Lang | 2007-05-14 | 2 | -1/+14 |
* | Reply form on the message view is displayed only if user is logged in. | Jean-Philippe Lang | 2007-05-14 | 1 | -0/+2 |
* | Added mail notification when a new message is posted in the forums. | Jean-Philippe Lang | 2007-05-14 | 5 | -2/+40 |
* | Added watchers for message boards (watchers controller modified to support an... | Jean-Philippe Lang | 2007-05-13 | 7 | -14/+42 |
* | Per project forums added. | Jean-Philippe Lang | 2007-05-13 | 40 | -1/+706 |
* | Fixed: error when viewing a file diff from a revision view (only if repositor... | Jean-Philippe Lang | 2007-05-10 | 1 | -1/+1 |
* | Added "assigned to" field in mail notifications. | Jean-Philippe Lang | 2007-05-10 | 2 | -1/+2 |
* | Added some javascript to prevent from selecting the same from/to revision for... | Jean-Philippe Lang | 2007-05-10 | 1 | -1/+1 |
* | Added the ability to view a file diff with free to/from revision selection. | Jean-Philippe Lang | 2007-05-10 | 1 | -4/+13 |
* | Added a test for the mail handler. | Jean-Philippe Lang | 2007-05-09 | 3 | -3/+74 |
* | Added a simple mail handler. | Jean-Philippe Lang | 2007-05-09 | 1 | -0/+40 |
* | Fixed: files with an apostrophe in their names can't be accessed in the repos... | Jean-Philippe Lang | 2007-05-09 | 1 | -1/+1 |
* | Text files can now be viewed online when browsing the repository. | Jean-Philippe Lang | 2007-05-08 | 6 | -5/+97 |
* | "me" value is now available in queries for "assigned to" and "author" filters. | Jean-Philippe Lang | 2007-05-08 | 14 | -4/+33 |
* | Fixed the order of the japanese day names | Jean-Philippe Lang | 2007-05-08 | 1 | -3/+3 |
* | Changed the length of 'language' column in users table from 2 to 5, to allow ... | Jean-Philippe Lang | 2007-05-08 | 27 | -230/+857 |
* | Removed "Wiki edits" option in the activity view if the project has no wiki. | Jean-Philippe Lang | 2007-05-07 | 2 | -2/+2 |