summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Adds links to the user page on various views.Jean-Philippe Lang2008-07-161-0/+4
* Fixes boolean custom fields tags (broken by r1592) (#1640).Jean-Philippe Lang2008-07-141-0/+5
* Clear changesets and changes with raw sql when deleting a repository (#1627).Jean-Philippe Lang2008-07-131-1/+10
* Set order on wiki pages association.Jean-Philippe Lang2008-07-131-1/+1
* Fixed: no :author method error on projects atom feed (#1623).Jean-Philippe Lang2008-07-121-1/+2
* Fixed: search engine may reveal private projects (#1613).Jean-Philippe Lang2008-07-102-9/+12
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-11/+22
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-0/+4
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-2/+4
* Fixed: Comment too long message when updating issue (#1550).Jean-Philippe Lang2008-06-301-1/+1
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-4/+2
* Fixed: associated revisions are displayed in wrong order on issue view (#1546).Jean-Philippe Lang2008-06-291-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-274-21/+18
* Adds anchor to atom feed messages links.Jean-Philippe Lang2008-06-261-1/+2
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-1/+1
* Add filters on cross-project issue list for custom fields marked as 'For all ...Jean-Philippe Lang2008-06-221-19/+30
* Hide 'Target version' filter if no version is defined.Jean-Philippe Lang2008-06-221-1/+3
* Fixes reply attachments handling.Jean-Philippe Lang2008-06-221-1/+1
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-14/+108
* Display issue notes in the activity view (#1509).Jean-Philippe Lang2008-06-211-1/+1
* Allow dot in firstnames and lastnames (closes #1426).Jean-Philippe Lang2008-06-171-1/+1
* Adds atom feed on time entries details (#1479).Jean-Philippe Lang2008-06-171-0/+5
* Ability to remove enumerations (activities, priorities, document categories) ...Jean-Philippe Lang2008-06-171-12/+25
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-152-3/+16
* File size display with Bazaar repositories (#1149).Jean-Philippe Lang2008-06-141-0/+5
* Fixed: time entries created with the default activity even if a different one...Jean-Philippe Lang2008-06-141-2/+4
* Fixed: unexpected nil when viewing differences on CVS (#1444).Jean-Philippe Lang2008-06-141-1/+2
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+4
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-0/+4
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-083-6/+6
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+43
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-1/+4
* Display status change before subject of issue on the activity view otherwise ...Jean-Philippe Lang2008-06-071-1/+1
* Removes constraint on enumerations name (#1384).Jean-Philippe Lang2008-06-071-1/+0
* Make the 'duplicates of' relation asymmetric:Jean-Philippe Lang2008-06-032-3/+3
* Fixed: Reminder emails shouldn't include archived projects (#1351).Jean-Philippe Lang2008-06-021-1/+3
* Fixed: can not access old projects created with a numeric identifier (#1322).Jean-Philippe Lang2008-05-291-1/+2
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-261-0/+6
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-0/+31
* Change projects homepage limit to 255 chars (#663, #1095).Jean-Philippe Lang2008-05-251-1/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-0/+6
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-1/+1
* Fixed: using '*' as keyword for repository referencing keywords doesn't work ...Jean-Philippe Lang2008-05-251-1/+1
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-243-0/+24
* Fixed: TypeError in WikiController#destroy_attachment (#1281).Jean-Philippe Lang2008-05-221-3/+1
* Fixed: non member or anonymous permissions change is effective only after an ...Jean-Philippe Lang2008-05-221-2/+1
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-188-9/+13
* Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...Jean-Philippe Lang2008-05-171-1/+14
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-10/+7
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-141-3/+4