summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-051-1/+1
* Issue notes are now included in search.Jean-Philippe Lang2007-09-051-1/+6
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-34/+32
* Fix: Inline image links broken in rev 690.Jean-Philippe Lang2007-09-021-1/+1
* Small fix in issue history display.Jean-Philippe Lang2007-09-021-2/+2
* Fixed: auto-generated links corrupted when url contains & characters in the q...Jean-Philippe Lang2007-09-011-1/+1
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-291-1/+1
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-291-4/+4
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-293-20/+14
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-0/+150
* Small change to ApplicationHelper#textilizable to allow links to other wikis ...Jean-Philippe Lang2007-08-171-1/+2
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-171-4/+6
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-161-0/+5
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-151-0/+8
* Wiki links can now refer other project wikis, using this syntax:Jean-Philippe Lang2007-08-151-11/+21
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-151-1/+1
* On the issue report page, 0 issue counts are now displayed as dashes.Jean-Philippe Lang2007-08-131-0/+4
* Translated 'Sort by' label on table headers.Jean-Philippe Lang2007-08-121-7/+2
* Changed AR error messages style (same as flash errors).Jean-Philippe Lang2007-08-121-1/+1
* Added icon on external wiki linksJean-Philippe Lang2007-08-011-3/+3
* Added an option to choose the date format: language based (as defined in each...Jean-Philippe Lang2007-07-141-2/+7
* Added wiki diff.Jean-Philippe Lang2007-07-142-0/+45
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-291-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+4
* Added time report.Jean-Philippe Lang2007-06-241-0/+28
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-231-6/+8
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-122-1/+38
* Fixed: open/closed issue counts are always 0 on reports view (postgresql)Jean-Philippe Lang2007-05-281-1/+1
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-0/+4
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-262-1/+43
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-0/+17
* Per project forums added.Jean-Philippe Lang2007-05-133-0/+52
* Changed the length of 'language' column in users table from 2 to 5, to allow ...Jean-Philippe Lang2007-05-081-1/+1
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-0/+9
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+23
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-302-10/+28
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-0/+2
* Fixed 10058: issue URL in repository comment breakJean-Philippe Lang2007-04-221-6/+6
* Fixed 10061 problem with textilize and :hard_breaks (Pavol Murin)Jean-Philippe Lang2007-04-221-1/+9
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+19
* Fixed 10031 revision links and auto linking URLs conflictJean-Philippe Lang2007-04-111-1/+1
* Fixed pagination links on admin project listingJean-Philippe Lang2007-04-101-1/+1
* Added toggle_link helper.Jean-Philippe Lang2007-04-071-0/+7
* Added link_to_issue helper.Jean-Philippe Lang2007-04-071-0/+4
* Feature 9867 Allow file upload in comment and add to issue historyJean-Philippe Lang2007-04-051-5/+17
* Removed RedCloth :hard_break option that broke textile rendering.Jean-Philippe Lang2007-04-051-1/+1
* RedCloth attribute :hard_break set to true to keep line breaksJean-Philippe Lang2007-04-041-1/+1
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-041-1/+1
* Fixed pagination on users/list (status filter lost)Jean-Philippe Lang2007-04-031-6/+6
* Quick fix for:Jean-Philippe Lang2007-04-032-9/+11