summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression (crash when an admin with no role on the project try to cr...Jean-Philippe Lang2007-04-041-4/+6
* Fixed User role_for_project methodJean-Philippe Lang2007-04-041-1/+2
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-043-14/+15
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-031-1/+1
* Added some attributes length validations.Jean-Philippe Lang2007-04-022-2/+7
* Added the ability to include subprojects issues on calendar & gantt (options ...Jean-Philippe Lang2007-04-021-0/+13
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-011-4/+14
* patch #9627 Add Side by Side in Diff view (Cyril Mougel)Jean-Philippe Lang2007-03-291-2/+166
* fixed bug 9537 fetch_changesets brokenJean-Philippe Lang2007-03-251-9/+1
* added pagination on revisions listJean-Philippe Lang2007-03-251-0/+9
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-252-1/+7
* SVN commits are now stored in the database, and added to the activity view an...Jean-Philippe Lang2007-03-254-15/+134
* patch #9429 Display Wiki edits in activity log (Nick Read)Jean-Philippe Lang2007-03-231-1/+5
* added 999 as a maximum for time entry hoursJean-Philippe Lang2007-03-231-1/+1
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-235-3/+45
* added back "subproject" filter on issue listJean-Philippe Lang2007-03-191-2/+17
* fixed problems when svn path doesn't point to the root directory of the repos...Jean-Philippe Lang2007-03-182-5/+42
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-173-1/+15
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-155-33/+30
* removed project_id presence validation on wiki model which was failing when c...Jean-Philippe Lang2007-03-141-1/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-1224-1334/+1334
* wiki branch merged into trunkJean-Philippe Lang2007-03-104-1/+138
* feature #9137 Password-protected SVN repositoriesJean-Philippe Lang2007-03-092-7/+9
* custom_field.possible_values is now serialized (no longer pipe separated)Jean-Philippe Lang2007-02-032-3/+20
* * fixed a variable name error in SettingJean-Philippe Lang2007-02-021-2/+2
* added the ability to set the sort order for trackersJean-Philippe Lang2007-01-312-1/+2
* added the ability to set the sort order for rolesJean-Philippe Lang2007-01-311-0/+1
* added the ability to set the sort order for issue statusesJean-Philippe Lang2007-01-312-1/+2
* proper language setting for mail notificationsJean-Philippe Lang2007-01-271-1/+7
* mail notifications added when:Jean-Philippe Lang2007-01-271-0/+30
* only active users are now proposed when adding a member to a projectJean-Philippe Lang2007-01-261-1/+13
* deprecated children_count replacedJean-Philippe Lang2007-01-261-1/+1
* fixed: unable to delete an issue status even if it's not used yetJean-Philippe Lang2007-01-261-1/+1
* fixed: setting an issue status as default status leads to an sql error with S...Jean-Philippe Lang2007-01-261-1/+1
* removed serialize class_name option in user_preferenceJean-Philippe Lang2007-01-251-1/+1
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-214-14/+77
* added back "fixed version" in issue/show and filtersJean-Philippe Lang2007-01-151-5/+6
* fixed: no recipient if one of the members of the project has disabled mail no...Jean-Philippe Lang2007-01-031-2/+2
* updated validation format of repository url to allow file:///Jean-Philippe Lang2007-01-021-1/+1
* option to set maximum size of uploaded filesJean-Philippe Lang2007-01-011-1/+5
* fixed: non public projects were shown on welcome screen even if current user ...Jean-Philippe Lang2007-01-012-6/+15
* fixed: public actions not authorized for members of non public projectsJean-Philippe Lang2006-12-311-1/+1
* replaced deprecated ":dependent => true" statementsJean-Philippe Lang2006-12-2611-23/+39
* added a condition on project -> members association so that only active users...Jean-Philippe Lang2006-12-261-1/+1
* fixed in svn browser: revisions were ignored when no author was foundJean-Philippe Lang2006-12-241-2/+2
* svn browser merged in trunkJean-Philippe Lang2006-12-244-0/+245
* * code and views cleaningJean-Philippe Lang2006-12-171-6/+6
* various modifications to prevent xssJean-Philippe Lang2006-12-177-4/+11
* various eager loadings addedJean-Philippe Lang2006-12-161-1/+1
* fixed bug when no version is selected in projects/add_fileJean-Philippe Lang2006-12-161-1/+5