summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Fixed: View differences for individual file of a changeset fails if the ↵Jean-Philippe Lang2008-05-241-1/+1
| | | | | | subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use display: block; for activity item descriptions.Jean-Philippe Lang2008-05-201-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight changes to the search results.Jean-Philippe Lang2008-05-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds icons on search results.Jean-Philippe Lang2008-05-181-5/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1436 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-7/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not toggle assignable check box when using un/check all permissions links ↵Jean-Philippe Lang2008-05-141-2/+2
| | | | | | on role form. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Check All / Uncheck All in Email Settings doesn't work (#1180).Jean-Philippe Lang2008-05-141-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Update issue form: comment field from log time end out of screen (#1227).Jean-Philippe Lang2008-05-131-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-2/+6
| | | | | | New permission added: protect wiki pages. Once a page is protected, it can be edited/renamed/deleted only by users who have this permission. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-024-23/+52
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1404 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the project hierarchy in the drop down list for new membership on user ↵Jean-Philippe Lang2008-05-011-6/+6
| | | | | | administration screen. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide the 'Latest projects' box on the welcome screen if there are no ↵Jean-Philippe Lang2008-05-011-1/+3
| | | | | | projects (#1156). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use GET instead of POST on roadmap (#718), gantt and calendar forms.Jean-Philippe Lang2008-04-303-5/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-272-5/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1364 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Warn user that subprojects are also deleted when deleting a project (#1111) ↵Jean-Philippe Lang2008-04-261-7/+9
| | | | | | and add a checkbox to confirm the deletion. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add css class for ticket changes (#1032).Jean-Philippe Lang2008-04-131-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Left align filter buttons (closes #872) and reduce filters spacing.Jean-Philippe Lang2008-04-131-6/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Double dot displayed on ticket view when ticket not updated (closes ↵Jean-Philippe Lang2008-04-121-1/+1
| | | | | | #813). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1340 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix date range filter js behaviour and css fix for IE.Jean-Philippe Lang2008-04-071-4/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-071-0/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preserve status filter and page number when using lock/unlock/activate links ↵Jean-Philippe Lang2008-04-061-11/+1
| | | | | | on the users list (closes #998). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-061-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Various timelog report enhancements:Jean-Philippe Lang2008-04-054-8/+24
| | | | | | | | | | * report can be done using days as columns (#993) * add a total column to the time report * replace upper-right links by tabs to switch between details and report * preserve date range filter when switching between details and report git-svn-id: http://redmine.rubyforge.org/svn/trunk@1326 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: single file 'View difference' links do not work because of duplicate ↵Jean-Philippe Lang2008-04-031-1/+1
| | | | | | slashes in url. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: trying to preview a new issue raises an exception with postgresql ↵Jean-Philippe Lang2008-04-031-1/+1
| | | | | | (close #984). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time report can be done at issue level (closes #970) + timelog views xhtml ↵Jean-Philippe Lang2008-04-013-6/+13
| | | | | | validation. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add predefined date ranges to the time report in the same way as the details ↵Jean-Philippe Lang2008-04-013-33/+27
| | | | | | | | view (closes #972). It nows defaults to 'All time'. This patch also fixes time report periods (columns) computation. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move repetitive calendar include code from views into helper (patch #966 by ↵Jean-Philippe Lang2008-03-319-64/+0
| | | | | | Peter Suschlik). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Global queries can be saved from the global issue list (follows r1311 and ↵Jean-Philippe Lang2008-03-302-2/+2
| | | | | | closes #897). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Queries can be marked as 'For all projects'. Such queries will be available ↵Jean-Philippe Lang2008-03-303-9/+15
| | | | | | | | | on all projects and on the global issue list (#897, closes #671). Only admin users can create/edit queries that are public and for all projects. Note: this change does not allow to save a query from the global issue list. You have to be inside a project but then you can mark the query as 'For all projects'. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: can not display attached images inline in message replies.Jean-Philippe Lang2008-03-291-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #blank? instead of #empty? in news/show view.Jean-Philippe Lang2008-03-291-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1307 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