summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added chinese simplified translation (Andy Wu)Jean-Philippe Lang2007-03-311-0/+5
* removed filter_html on RedCloth textile conversionsJean-Philippe Lang2007-03-271-1/+1
* text formatting setting cached at controller levelJean-Philippe Lang2007-03-241-1/+2
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-232-3/+5
* fixed #9404 Issue and revision textile links in issue notesJean-Philippe Lang2007-03-201-2/+2
* added a status filter on users/listJean-Philippe Lang2007-03-182-2/+8
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-1220-739/+739
* wiki branch merged into trunkJean-Philippe Lang2007-03-102-5/+56
* improved search engineJean-Philippe Lang2007-03-101-3/+9
* fix for #8973: Export feature(to csv/pdf) doesn't work in JapaneseJean-Philippe Lang2007-03-011-7/+24
* search engine improvements and simple testJean-Philippe Lang2007-02-281-1/+5
* fixed #8915: crash when adding a user with a wrong length passwordJean-Philippe Lang2007-02-271-0/+2
* "#id" patterns are turned into links to issues in descriptions and commit mes...Jean-Philippe Lang2007-02-251-1/+3
* rescued to_date exception when displaying a custom valueJean-Philippe Lang2007-02-041-2/+2
* Creator property added for generated pdf filesJean-Philippe Lang2007-02-031-0/+5
* custom_field.possible_values is now serialized (no longer pipe separated)Jean-Philippe Lang2007-02-031-1/+1