summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
...
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-014-7/+27
* Added a checkbox on custom query form to explicitly say if the query uses def...Jean-Philippe Lang2007-10-012-6/+11
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-014-52/+30
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-1/+1
* Sligth changes to wiki views.Jean-Philippe Lang2007-09-295-12/+4
* Slight style update.Jean-Philippe Lang2007-09-271-1/+1
* Added wiki index by date.Jean-Philippe Lang2007-09-273-10/+44
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-31/+19
* Slight changes to the stylesheet and footer.Jean-Philippe Lang2007-09-251-1/+1
* Boards: new message form displayed with no additional request.Jean-Philippe Lang2007-09-243-4/+17
* Slight change to issues/show.Jean-Philippe Lang2007-09-242-6/+6
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-1/+1
* Search engine now only searches objects the user is allowed to view.Jean-Philippe Lang2007-09-241-15/+2
* Fixed: Planning title displayed in the project sidebar even if there is no li...Jean-Philippe Lang2007-09-231-2/+7
* Basic plugin support.Jean-Philippe Lang2007-09-232-0/+24
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-223-7/+34
* Added polish translation (Tomasz Gawryl).Jean-Philippe Lang2007-09-225-0/+25
* Application layout refactored.Jean-Philippe Lang2007-09-2246-374/+430
* Fixed: error on document list with a document without description.Jean-Philippe Lang2007-09-171-1/+1
* Added RMagick availability on admin/info.Jean-Philippe Lang2007-09-151-2/+3
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-152-1/+16
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-154-5/+5
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-153-14/+19
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-21/+12
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-142-1/+23
* Fixed: Spent Time on Reports page only visible to administrators.Jean-Philippe Lang2007-09-141-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-1418-130/+167
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-1127-118/+31
* Added "% done" in the filter list.Jean-Philippe Lang2007-09-091-0/+2
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-092-2/+14
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-077-1/+13
* Improved Redmine links:Jean-Philippe Lang2007-09-072-4/+2
* Fixed: 'Move' button always visible on issues list.Jean-Philippe Lang2007-09-071-2/+1
* Automatically scroll down to the preview when previewing wiki page.Jean-Philippe Lang2007-09-061-1/+3
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-062-0/+8
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-052-2/+1
* Search field automatically focused.Jean-Philippe Lang2007-09-051-2/+3
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-051-0/+1
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-052-12/+14
* 'Due in' label removed from the changelog view.Jean-Philippe Lang2007-09-021-3/+1
* Buttons (edit, watch...) on issues/show are now located in the upper-right co...Jean-Philippe Lang2007-09-021-8/+10
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-4/+4
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-311-0/+4
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-313-4/+59
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-293-4/+4
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-292-3/+3
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-2/+7
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-292-3/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2922-171/+130