| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r2563, r2566, r2567, r2568, r2569, r2582 from trunk. | Jean-Philippe Lang | 2009-04-05 | 1 | -1/+5 |
* | Final refactoring on Query#sql_for_field to rename v to value | Eric Davis | 2008-12-05 | 1 | -14/+14 |
* | Bit more refactoring on Query#sql_for_field to remove multiple returns | Eric Davis | 2008-12-05 | 1 | -18/+18 |
* | Refactor: Extracted new method Query#sql_for_field from Query#statement in | Eric Davis | 2008-12-05 | 1 | -45/+54 |
* | Fixed date filters accuracy with SQLite (#2221). | Jean-Philippe Lang | 2008-11-23 | 1 | -7/+19 |
* | Fixed: cross-project issue list should not show issues of projects for which ... | Jean-Philippe Lang | 2008-09-25 | 1 | -1/+1 |
* | Adds support for free ticket filtering and custom queries on Calendar. | Jean-Philippe Lang | 2008-09-11 | 1 | -9/+11 |
* | Adds estimated hours to issue filters (#1678). | Jean-Philippe Lang | 2008-07-26 | 1 | -2/+3 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -2/+2 |
* | Add filters on cross-project issue list for custom fields marked as 'For all ... | Jean-Philippe Lang | 2008-06-22 | 1 | -19/+30 |
* | Hide 'Target version' filter if no version is defined. | Jean-Philippe Lang | 2008-06-22 | 1 | -1/+3 |
* | Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178). | Jean-Philippe Lang | 2008-05-25 | 1 | -1/+1 |
* | Fixed: private subprojects are listed on the issues view (#1217). | Jean-Philippe Lang | 2008-05-14 | 1 | -10/+7 |
* | Fixed: Search for target version of "none" fails with postgres 8.3 (#1134). | Jean-Philippe Lang | 2008-04-29 | 1 | -4/+8 |
* | Fixes custom field filters behaviour (#1078). | Jean-Philippe Lang | 2008-04-26 | 1 | -3/+3 |
* | Queries can be marked as 'For all projects'. Such queries will be available o... | Jean-Philippe Lang | 2008-03-30 | 1 | -2/+9 |
* | Fixed: Priorities not ordered when displayed as a filter in issue list (#956). | Jean-Philippe Lang | 2008-03-30 | 1 | -1/+1 |
* | Fixed: 'This week' condition in filter consider monday as the first day of th... | Jean-Philippe Lang | 2008-03-23 | 1 | -1/+6 |
* | Allow issue list to be sorted by target version (#832). | Jean-Philippe Lang | 2008-03-16 | 1 | -1/+1 |
* | Adds an application setting to choose whether or not subprojects issues shoul... | Jean-Philippe Lang | 2008-03-06 | 1 | -6/+13 |
* | Include subprojects on the issue list, calendar and gantt by default. | Jean-Philippe Lang | 2008-02-28 | 1 | -9/+11 |
* | More appropriate default sort order on sortable columns. | Jean-Philippe Lang | 2008-02-05 | 1 | -5/+6 |
* | Add 'Author' to the available columns for the issue list. | Jean-Philippe Lang | 2008-02-03 | 1 | -0/+1 |
* | Fixed: Incorrect filtering for unset values when using 'is not' filter. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | On the calendar, the gantt and in the Tracker filter on the issue list, only ... | Jean-Philippe Lang | 2008-01-16 | 1 | -1/+4 |
* | Fixed: issue queries can not use custom fields marked as 'for all projects' i... | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+1 |
* | Fix query management broken by r1027. | Jean-Philippe Lang | 2007-12-31 | 1 | -1/+1 |
* | Fixed: 'assigned to me' filter broken. | Jean-Philippe Lang | 2007-12-12 | 1 | -8/+6 |
* | 'Assigned to' drop down list is now sorted by user's lastname. | Jean-Philippe Lang | 2007-12-01 | 1 | -1/+1 |
* | * Fixed: Error when displaying the issue list if a float custom field is mark... | Jean-Philippe Lang | 2007-11-21 | 1 | -2/+2 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -5/+2 |
* | 'fixed version' field can now be displayed on the issue list. | Jean-Philippe Lang | 2007-11-18 | 1 | -0/+1 |
* | Fixed: localization problem on issue list headers. | Jean-Philippe Lang | 2007-11-16 | 1 | -0/+1 |
* | Custom fields can now be displayed as columns on the issue list. | Jean-Philippe Lang | 2007-11-07 | 1 | -2/+27 |
* | Fixed: <<me>> doesn't appear in the drop down filters on a project issue list. | Jean-Philippe Lang | 2007-11-05 | 1 | -1/+1 |
* | Issues sorted by priority position. | Jean-Philippe Lang | 2007-10-04 | 1 | -1/+1 |
* | Default columns displayed on the issue list can now be selected at applicatio... | Jean-Philippe Lang | 2007-10-01 | 1 | -9/+8 |
* | Custom query columns: checkboxes replaced by two selects that let the user sp... | Jean-Philippe Lang | 2007-10-01 | 1 | -1/+2 |
* | Added a checkbox on custom query form to explicitly say if the query uses def... | Jean-Philippe Lang | 2007-10-01 | 1 | -4/+7 |
* | Added the ability to customize columns of a saved query. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+52 |
* | Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier). | Jean-Philippe Lang | 2007-09-30 | 1 | -1/+1 |
* | Added "% done" in the filter list. | Jean-Philippe Lang | 2007-09-09 | 1 | -2/+10 |
* | 'current week' filter fix. | Jean-Philippe Lang | 2007-09-06 | 1 | -1/+1 |
* | Added a new value for date filters: 'this week' | Jean-Philippe Lang | 2007-09-05 | 1 | -3/+6 |
* | Added a cross-project issue list. It displays the issues of all the projects ... | Jean-Philippe Lang | 2007-08-31 | 1 | -10/+19 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -1/+1 |
* | Fixed: queries with multiple custom fields return no result. | Jean-Philippe Lang | 2007-08-26 | 1 | -12/+17 |
* | Added several validates_length_of | Jean-Philippe Lang | 2007-07-16 | 1 | -0/+1 |
* | Added per user custom queries. | Jean-Philippe Lang | 2007-06-23 | 1 | -1/+6 |
* | Fixed date query filters (wrong results and sql error with postgresql) | Jean-Philippe Lang | 2007-05-29 | 1 | -7/+7 |