summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merged r1307 to r1369 from trunk.Jean-Philippe Lang2008-04-2828-159/+125
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show date range on the activity (closes #837).Jean-Philippe Lang2008-03-291-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-272-1/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql ↵Jean-Philippe Lang2008-03-261-2/+6
| | | | | | error with Postgresql (#935). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not use javascript to hide tabs content on page loading and make tabs ↵Jean-Philippe Lang2008-03-263-32/+46
| | | | | | work with javascript disabled. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-231-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix IE6 display bug on the issue list.Jean-Philippe Lang2008-03-211-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add done_ratio to the right-click context menu.Jean-Philippe Lang2008-03-211-0/+9
| | | | | | Closes #904 (back_to variable used in patch #641 and in r1277 is no longer defined). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1279 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert "Make an issue's done_ratio field adjustable from the right-click"John Goerzen2008-03-201-9/+0
| | | | | | | | | | | | | Reverts commit r1277 fixes #904 refs #641 This had been working for me in testing for some time, but received issue #904 saying it broke the context menu. I was able to make it do so on a new project as well. Will revert and comment in #641 about this. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make an issue's done_ratio field adjustable from the right-clickJohn Goerzen2008-03-201-0/+9
| | | | | | | | | context menu. Uses patch from, and fixes #641. Patch by Dov Murik. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the tick image and replace the issue selection pencil with a small tick.Jean-Philippe Lang2008-03-191-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show 'View' and 'Annotate' links on repository files (download will ↵Jean-Philippe Lang2008-03-191-7/+5
| | | | | | be forced when clicking 'View' if the file is binary). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
| | | | | | | Partially implements the patch given in r730 git-svn-id: http://redmine.rubyforge.org/svn/trunk@1273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add some tests on RolesController.Jean-Philippe Lang2008-03-171-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Redmine links for repository files using source: and export: keyworkds ↵Jean-Philippe Lang2008-03-171-10/+7
| | | | | | (#867). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1267 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent page reloading if something goes wrong in the 'add more file' ↵Jean-Philippe Lang2008-03-161-1/+1
| | | | | | javascript. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the filters buttons inside the filters fieldset on the issue list ↵Jean-Philippe Lang2008-03-164-7/+8
| | | | | | (closes #614). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a title attribute to the next/previous links on the activity view, ↵Jean-Philippe Lang2008-03-161-2/+4
| | | | | | containing the corresponding date range (#837). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-0/+52
| | | | | | It lists current user's time entries for the last 7 days across all projects, grouped by day with subtotals for each day, and a grand total. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workflow copy:Jean-Philippe Lang2008-03-152-2/+7
| | | | | | | * added the ability the copy an existing workflow when creating a new role (closes #841) * use a single raw insert statement to copy tracker/role workflow rather than instantiating hundreds/thousands of objects git-svn-id: http://redmine.rubyforge.org/svn/trunk@1252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-142-4/+11
| | | | | | | * edit_time_entries: lets a user edit/delete any time entry * edit_own_time_entries: lets a user edit/delete its own time entries only git-svn-id: http://redmine.rubyforge.org/svn/trunk@1249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-125-9/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting for whether new projects should be public by default (closes ↵Jean-Philippe Lang2008-03-121-0/+3
| | | | | | | | #842, #839). Patch by Rocco Stanzione, slightly edited. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity enhancements:Jean-Philippe Lang2008-03-114-7/+20
| | | | | | | * overall activity view and feed added, link is available on the project list (#423, #494) * switch added on the project activity view to include subprojects (closes #530) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the Redmine version from the footer (closes #794). It can still be ↵Jean-Philippe Lang2008-03-091-1/+1
| | | | | | viewed on admin -> info. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds atom feed link on boards index.Jean-Philippe Lang2008-03-091-1/+11
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-092-9/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1223 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-091-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display date/time instead of date on files list (#817).Jean-Philippe Lang2008-03-091-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1215 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip out email address from authors in repository screens (#814).Jean-Philippe Lang2008-03-084-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Version details view changes:Jean-Philippe Lang2008-03-081-0/+35
| | | | | | | | * display related issues on the version detail view * display total estimated and spent hours on the version detail view * fixed wiki headings size (same as r1168) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added preview for forum messages.Jean-Philippe Lang2008-03-074-6/+39
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes module names localization on projects/add (closes #797).Jean-Philippe Lang2008-03-071-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an application setting to choose whether or not subprojects issues ↵Jean-Philippe Lang2008-03-061-0/+3
| | | | | | should be displayed by default on the issue list, calendar and gantt (r1178). Default is true. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a user preference to choose how comments/replies are displayed: in ↵Jean-Philippe Lang2008-03-055-17/+20
| | | | | | chronological or reverse chronological order (#589, #776). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-052-9/+12
| | | | | | Number of days can be configured in the application settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #773: Changeset block is smashing the update frame on issues/show.Jean-Philippe Lang2008-03-051-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-051-5/+1
| | | | | | Added named links syntax on quick ref (closes #766, #778). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #765: Date pickers don't work on issues' bulk edit view.Jean-Philippe Lang2008-03-051-0/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-0511-38/+64
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-292-2/+17
| | | | | | | | | * to delete the hours * to assign the hours to the project * to reassign the hours to another issue git-svn-id: http://redmine.rubyforge.org/svn/trunk@1182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-2912-56/+48
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-283-4/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Propagates time tracking to the parent project (closes #433). Time report ↵Jean-Philippe Lang2008-02-274-33/+54
| | | | | | enhancements. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-262-39/+71
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Roadmap enhancements (closes #697, #698):Jean-Philippe Lang2008-02-211-6/+10
| | | | | | | | | * separate related issues from wiki contents * leading h1 in version wiki pages is hidden (done using css, won't work with IE6) * smaller wiki headings * xhtml validation git-svn-id: http://redmine.rubyforge.org/svn/trunk@1168 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Adding time when Updating a ticket is gone (closes #701).Jean-Philippe Lang2008-02-211-0/+13
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Order issues by id on the roadmap.Jean-Philippe Lang2008-02-181-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes:Jean-Philippe Lang2008-02-175-5/+5
| | | | | | | | * email notifications: host name is missing in generated links (#639, #201) * email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are) * attachment links and inline images don't work in issue notes git-svn-id: http://redmine.rubyforge.org/svn/trunk@1161 e93f8b46-1217-0410-a6f0-8f06a7374b81