summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-061-4/+4
* Various timelog report enhancements:Jean-Philippe Lang2008-04-054-8/+24
* Fixed: single file 'View difference' links do not work because of duplicate s...Jean-Philippe Lang2008-04-031-1/+1
* Fixed: trying to preview a new issue raises an exception with postgresql (clo...Jean-Philippe Lang2008-04-031-1/+1
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-013-6/+13
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-013-33/+27
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-319-64/+0
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-302-2/+2
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-303-9/+15
* Fixed: can not display attached images inline in message replies.Jean-Philippe Lang2008-03-291-1/+1
* Use #blank? instead of #empty? in news/show view.Jean-Philippe Lang2008-03-291-1/+1
* Show date range on the activity (closes #837).Jean-Philippe Lang2008-03-291-0/+1
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-272-1/+6
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-2/+6
* Do not use javascript to hide tabs content on page loading and make tabs work...Jean-Philippe Lang2008-03-263-32/+46
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-231-1/+1
* Fix IE6 display bug on the issue list.Jean-Philippe Lang2008-03-211-2/+2
* Add done_ratio to the right-click context menu.Jean-Philippe Lang2008-03-211-0/+9
* Revert "Make an issue's done_ratio field adjustable from the right-click"John Goerzen2008-03-201-9/+0
* Make an issue's done_ratio field adjustable from the right-clickJohn Goerzen2008-03-201-0/+9
* Change the tick image and replace the issue selection pencil with a small tick.Jean-Philippe Lang2008-03-191-1/+2
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-7/+5
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
* Add some tests on RolesController.Jean-Philippe Lang2008-03-171-0/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-10/+7
* Prevent page reloading if something goes wrong in the 'add more file' javascr...Jean-Philippe Lang2008-03-161-1/+1
* Move the filters buttons inside the filters fieldset on the issue list (close...Jean-Philippe Lang2008-03-164-7/+8
* Adds a title attribute to the next/previous links on the activity view, conta...Jean-Philippe Lang2008-03-161-2/+4
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-0/+52
* Workflow copy:Jean-Philippe Lang2008-03-152-2/+7
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-142-4/+11
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-125-9/+9
* Adds a setting for whether new projects should be public by default (closes #...Jean-Philippe Lang2008-03-121-0/+3
* Activity enhancements:Jean-Philippe Lang2008-03-114-7/+20
* Removes the Redmine version from the footer (closes #794). It can still be vi...Jean-Philippe Lang2008-03-091-1/+1
* Adds atom feed link on boards index.Jean-Philippe Lang2008-03-091-1/+11
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-092-9/+4
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-091-1/+1
* Display date/time instead of date on files list (#817).Jean-Philippe Lang2008-03-091-3/+1
* Strip out email address from authors in repository screens (#814).Jean-Philippe Lang2008-03-084-4/+4
* Version details view changes:Jean-Philippe Lang2008-03-081-0/+35
* Added preview for forum messages.Jean-Philippe Lang2008-03-074-6/+39
* Fixes module names localization on projects/add (closes #797).Jean-Philippe Lang2008-03-071-1/+2
* Adds an application setting to choose whether or not subprojects issues shoul...Jean-Philippe Lang2008-03-061-0/+3
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-055-17/+20
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-052-9/+12
* Fixes #773: Changeset block is smashing the update frame on issues/show.Jean-Philippe Lang2008-03-051-0/+1
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-051-5/+1
* Fixes #765: Date pickers don't work on issues' bulk edit view.Jean-Philippe Lang2008-03-051-0/+7
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-0511-38/+64