summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-292-2/+17
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-3/+3
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-2912-56/+48
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-283-4/+6
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-274-33/+54
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-262-39/+71
* Roadmap enhancements (closes #697, #698):Jean-Philippe Lang2008-02-211-6/+10
* Fixed: Adding time when Updating a ticket is gone (closes #701).Jean-Philippe Lang2008-02-211-0/+13
* Order issues by id on the roadmap.Jean-Philippe Lang2008-02-181-1/+1
* Fixes:Jean-Philippe Lang2008-02-175-5/+5
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-162-7/+0
* Atom feeds:Jean-Philippe Lang2008-02-161-2/+2
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-162-3/+10
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-164-10/+11
* Slight changes to calendar and activity h2 titles.Jean-Philippe Lang2008-02-152-2/+2
* Escape titles in activity view.Jean-Philippe Lang2008-02-141-1/+1
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-124-5/+7
* Added issue subject to the time entries view and subject + tracker to the csv...Jean-Philippe Lang2008-02-121-3/+3
* Fixed: empty status list shouldn't be displayed when the user can not change ...Jean-Philippe Lang2008-02-121-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-122-2/+2
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-13/+3
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-114-6/+3
* Footer update.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: 404 error when selecting an other project on issues/move.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: context menu not available if the initial issue list is empty.Jean-Philippe Lang2008-02-112-8/+5
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-108-70/+70
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-099-87/+62
* Slight change to the issue added/updated email templates.Jean-Philippe Lang2008-02-054-8/+11
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-053-8/+8
* Slight changes to the activity view.Jean-Philippe Lang2008-02-041-9/+14
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-28/+22
* Slight style changes on issue associated changesets list.Jean-Philippe Lang2008-02-031-6/+6
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-035-11/+43