summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Forums enhancements:Jean-Philippe Lang2007-11-241-2/+2
* * Referencing issues in commit messages: enter * in 'Referencing keywords' to...Jean-Philippe Lang2007-11-201-1/+1
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-191-1/+7
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-171-0/+11
* Added a couple of new formats for the 'date format' setting.Jean-Philippe Lang2007-11-161-4/+6
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-5/+20
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-0/+16
* Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columnsJean-Philippe Lang2007-10-151-1/+1
* Added some accesskeys:Jean-Philippe Lang2007-10-051-0/+10
* Performance improvement on calendar and gantt (about 45% on gantt for large n...Jean-Philippe Lang2007-10-031-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-0/+18
* Date added as acronym title in ApplicationHelper#authoringJean-Philippe Lang2007-09-151-1/+2
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-151-0/+4
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-0/+12
* Improved Redmine links:Jean-Philippe Lang2007-09-071-3/+19
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-051-1/+1
* 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
* Fixed: auto-generated links corrupted when url contains & characters in the q...Jean-Philippe Lang2007-09-011-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-19/+5
* 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
* 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
* 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-141-0/+8
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-291-1/+1
* 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-121-1/+3
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-1/+18
* Per project forums added.Jean-Philippe Lang2007-05-131-0/+5
* Changed the length of 'language' column in users table from 2 to 5, to allow ...Jean-Philippe Lang2007-05-081-1/+1
* 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
* 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
* 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-031-6/+6
* 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
* fixed #9404 Issue and revision textile links in issue notesJean-Philippe Lang2007-03-201-2/+2