| Commit message (Expand) | Author | Age | Files | Lines |
* | Queries can be marked as 'For all projects'. Such queries will be available o... | Jean-Philippe Lang | 2008-03-30 | 4 | -7/+267 |
* | Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err... | Jean-Philippe Lang | 2008-03-26 | 1 | -0/+10 |
* | Wiki links: | Jean-Philippe Lang | 2008-03-21 | 1 | -1/+15 |
* | Always show 'View' and 'Annotate' links on repository files (download will be... | Jean-Philippe Lang | 2008-03-19 | 3 | -2/+9 |
* | Fixes #880: code tags not formatted correctly in the wiki (broken by r1216). | Jean-Philippe Lang | 2008-03-17 | 1 | -0/+13 |
* | Add NewsController and TimelogController tests. | Jean-Philippe Lang | 2008-03-17 | 3 | -1/+105 |
* | Add some tests on RolesController. | Jean-Philippe Lang | 2008-03-17 | 4 | -56/+178 |
* | Small fix to the Redmine links regexp. | Jean-Philippe Lang | 2008-03-17 | 1 | -0/+2 |
* | Add Redmine links for repository files using source: and export: keyworkds (#... | Jean-Philippe Lang | 2008-03-17 | 2 | -16/+29 |
* | Fix tests broken by r1243 (Redirect to issue page after creating a new issue). | Jean-Philippe Lang | 2008-03-15 | 2 | -3/+3 |
* | Workflow copy: | Jean-Philippe Lang | 2008-03-15 | 3 | -0/+158 |
* | Adds 2 permissions (closes #859): | Jean-Philippe Lang | 2008-03-14 | 2 | -1/+47 |
* | Strip repository urls (closes #852). | Jean-Philippe Lang | 2008-03-14 | 1 | -0/+9 |
* | Fixes #820: invalid project id causes a NoMethodError in SearchController (An... | Jean-Philippe Lang | 2008-03-12 | 1 | -0/+6 |
* | Merged Git support branch (r1200 to r1226). | Jean-Philippe Lang | 2008-03-12 | 7 | -3/+331 |
* | Activity enhancements: | Jean-Philippe Lang | 2008-03-11 | 4 | -16/+73 |
* | Add a user preference to choose how comments/replies are displayed: in chrono... | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+8 |
* | Display the last 30 days on the activity view rather than the current month. | Jean-Philippe Lang | 2008-03-05 | 1 | -2/+2 |
* | Display links to Atom feeds (closes #496, #750). | Jean-Philippe Lang | 2008-03-05 | 1 | -1/+1 |
* | Let the user choose when deleting issues with reported hours (closes #734, #71): | Jean-Philippe Lang | 2008-02-29 | 2 | -4/+46 |
* | Login field name changed to username (#755). | Jean-Philippe Lang | 2008-02-29 | 2 | -3/+3 |
* | Adds an optional description to attachments. | Jean-Philippe Lang | 2008-02-29 | 3 | -3/+4 |
* | Fixed JournalControllerTest. | Jean-Philippe Lang | 2008-02-27 | 1 | -1/+1 |
* | Propagates time tracking to the parent project (closes #433). Time report enh... | Jean-Philippe Lang | 2008-02-27 | 2 | -12/+39 |
* | Adds date range filter and pagination on time entries detail view (closes #434). | Jean-Philippe Lang | 2008-02-26 | 2 | -2/+50 |
* | Fixes: | Jean-Philippe Lang | 2008-02-17 | 2 | -2/+21 |
* | Fixed: CVS repository doesn't work if port is used in the url (#653). | Jean-Philippe Lang | 2008-02-16 | 3 | -0/+135 |
* | Added: | Jean-Philippe Lang | 2008-02-16 | 1 | -0/+3 |
* | Added the following permissions (#527, #585, #627): | Jean-Philippe Lang | 2008-02-16 | 1 | -0/+8 |
* | Fixed a bug in localization introduced by r1131 (anonymous users inherit the ... | Jean-Philippe Lang | 2008-02-13 | 1 | -0/+43 |
* | Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f... | Jean-Philippe Lang | 2008-02-10 | 2 | -28/+117 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 2 | -18/+11 |
* | Create a journal and send an email when an issue is closed by commit (#609). | Jean-Philippe Lang | 2008-02-06 | 1 | -4/+29 |
* | Activity test fix (r1120). | Jean-Philippe Lang | 2008-02-05 | 1 | -6/+8 |
* | ProjectsController#add_news moved to NewsController#new. | Jean-Philippe Lang | 2008-02-03 | 1 | -0/+11 |
* | Administrators can edit issue notes. | Jean-Philippe Lang | 2008-02-02 | 2 | -0/+59 |
* | Fixed RepositoriesController: undefined local variable or method `show_error'... | Jean-Philippe Lang | 2008-01-25 | 1 | -0/+6 |
* | User display format is now configurable in administration settings. | Jean-Philippe Lang | 2008-01-25 | 1 | -0/+8 |
* | Prevent unexpected nil in custom value validation. | Jean-Philippe Lang | 2008-01-24 | 1 | -1/+73 |
* | Fixed search with all words (broken in r994). | Jean-Philippe Lang | 2008-01-21 | 2 | -2/+33 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 4 | -5/+44 |
* | Fixed: custom field selection is not saved when unchecking them all on projec... | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+2 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 3 | -22/+53 |
* | On the calendar, the gantt and in the Tracker filter on the issue list, only ... | Jean-Philippe Lang | 2008-01-16 | 4 | -10/+21 |
* | Redmine links can be used to link to documents, versions and attachments. | Jean-Philippe Lang | 2008-01-15 | 4 | -3/+64 |
* | Admin settings screen split to tabs. | Jean-Philippe Lang | 2008-01-06 | 2 | -13/+54 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 6 | -15/+154 |
* | Default configuration data can now be loaded from the administration screen. | Jean-Philippe Lang | 2008-01-05 | 1 | -1/+27 |
* | Added wiki annotate view. It's accessible for each version from the page hist... | Jean-Philippe Lang | 2007-12-20 | 2 | -1/+15 |
* | Do not run Mercurial functional tests if the test repository is not set up. | Jean-Philippe Lang | 2007-12-19 | 1 | -77/+82 |