| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance improvement on workflow setup screen. | Jean-Philippe Lang | 2007-12-07 | 1 | -0/+9 |
* | Changed the maximum length of LDAP account to 255 characters. | Jean-Philippe Lang | 2007-12-02 | 1 | -0/+9 |
* | Forums enhancements: | Jean-Philippe Lang | 2007-11-24 | 2 | -0/+18 |
* | Added per-project tracker selection. Trackers can be selected on project sett... | Jean-Philippe Lang | 2007-11-20 | 1 | -0/+19 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -0/+10 |
* | * Added time zone support: users can select their time zone on their account ... | Jean-Philippe Lang | 2007-11-19 | 1 | -0/+9 |
* | Custom fields can now be reordered. | Jean-Philippe Lang | 2007-11-12 | 1 | -0/+15 |
* | Removed IssueStatus html_color attribute. | Jean-Philippe Lang | 2007-11-04 | 1 | -0/+9 |
* | Removed 'not null' constraint on position fields. | Jean-Philippe Lang | 2007-10-22 | 1 | -0/+14 |
* | Removed 'not null' constraint on position fields. | Jean-Philippe Lang | 2007-10-22 | 5 | -5/+5 |
* | More flexible mail notifications settings at user level. A user has now 3 opt... | Jean-Philippe Lang | 2007-10-20 | 2 | -1/+10 |
* | Added LDAPS support migration and fixed connection test flash messages. | Jean-Philippe Lang | 2007-10-16 | 1 | -0/+9 |
* | Fixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save ... | Jean-Philippe Lang | 2007-10-05 | 1 | -2/+5 |
* | Added default value for enumerations. | Jean-Philippe Lang | 2007-10-05 | 1 | -0/+9 |
* | Added position on Enumeration model. | Jean-Philippe Lang | 2007-10-04 | 1 | -0/+12 |
* | Added the ability to customize columns of a saved query. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+9 |
* | Fixed: error when uploading a file with a content type longer than 60 chars. | Jean-Philippe Lang | 2007-09-17 | 1 | -0/+9 |
* | Added 'Estimated hours' attribute on issues. | Jean-Philippe Lang | 2007-09-15 | 1 | -0/+9 |
* | Added project module concept. | Jean-Philippe Lang | 2007-09-14 | 1 | -0/+18 |
* | Added the ability to rename wiki pages (specific permission required). | Jean-Philippe Lang | 2007-09-09 | 1 | -0/+15 |
* | Added an index on custom_values table (customized_type + customized_id column... | Jean-Philippe Lang | 2007-09-04 | 1 | -0/+9 |
* | Added cache for application settings (Setting model). | Jean-Philippe Lang | 2007-08-31 | 1 | -0/+11 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 23 | -0/+100 |
* | Committer field in the Changesets table is now varchar 255. | Jean-Philippe Lang | 2007-08-25 | 1 | -0/+9 |
* | Added a 'Assignable' boolean on Role model. | Jean-Philippe Lang | 2007-08-16 | 1 | -0/+9 |
* | Changed 'versions' table creation to allow null values for 'effective_date' f... | Jean-Philippe Lang | 2007-08-12 | 1 | -1/+1 |
* | Each category can now be associated to a user, so that new issues in that cat... | Jean-Philippe Lang | 2007-06-29 | 1 | -0/+9 |
* | A wiki page can now be attached to each version. | Jean-Philippe Lang | 2007-06-14 | 1 | -0/+9 |
* | Added basic support for CVS and Mercurial SCMs. | Jean-Philippe Lang | 2007-06-12 | 5 | -0/+47 |
* | Added the ability to archive projects: | Jean-Philippe Lang | 2007-05-27 | 1 | -0/+9 |
* | Attachments can now be added to wiki pages (original patch by Pavol Murin). O... | Jean-Philippe Lang | 2007-05-26 | 1 | -0/+11 |
* | Added the ability to destroy wiki pages (content and its history are deleted ... | Jean-Philippe Lang | 2007-05-25 | 1 | -0/+9 |
* | Versions can now be created with no date. | Jean-Philippe Lang | 2007-05-20 | 1 | -0/+9 |
* | Per project forums added. | Jean-Philippe Lang | 2007-05-13 | 3 | -0/+52 |
* | Changed the length of 'language' column in users table from 2 to 5, to allow ... | Jean-Philippe Lang | 2007-05-08 | 1 | -0/+9 |
* | Issue relations first commit (not thoroughly tested). 4 kinds of relation are... | Jean-Philippe Lang | 2007-05-05 | 2 | -0/+25 |
* | Updated migration 41 to support table name prefix/sufix. | Jean-Philippe Lang | 2007-04-25 | 1 | -5/+5 |
* | Fixed: 10342 Creation of Schema in Oracle | Jean-Philippe Lang | 2007-04-25 | 5 | -5/+18 |
* | Commit messages are now scanned for referenced or fixed issue IDs. | Jean-Philippe Lang | 2007-04-24 | 1 | -0/+13 |
* | Added create_watchers migration | Jean-Philippe Lang | 2007-04-21 | 1 | -0/+13 |
* | Custom fields for issues can now be used as filters on issue list. | Jean-Philippe Lang | 2007-04-17 | 1 | -0/+9 |
* | Migration to add identifier attribute on project. | Jean-Philippe Lang | 2007-04-02 | 1 | -0/+9 |
* | fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate | Jean-Philippe Lang | 2007-03-26 | 1 | -1/+1 |
* | added simple svn statistics graphs, rendered using SVG::Graph | Jean-Philippe Lang | 2007-03-25 | 1 | -0/+10 |
* | SVN commits are now stored in the database, and added to the activity view an... | Jean-Philippe Lang | 2007-03-25 | 2 | -0/+32 |
* | Simple time tracking functionality added. Time can be logged at issue or proj... | Jean-Philippe Lang | 2007-03-23 | 2 | -0/+33 |
* | fixed migration scripts to work with mysql 5 running in strict mode | Jean-Philippe Lang | 2007-03-19 | 3 | -8/+8 |
* | fixed problems when svn path doesn't point to the root directory of the repos... | Jean-Philippe Lang | 2007-03-18 | 1 | -0/+9 |
* | added rss/atom feeds at project levels for: | Jean-Philippe Lang | 2007-03-17 | 1 | -0/+9 |
* | fixed self.down in AddSearchPermission migration | Jean-Philippe Lang | 2007-03-17 | 1 | -1/+1 |