summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+11
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-201-0/+3
* Adds links to the user page on various views.Jean-Philippe Lang2008-07-161-1/+2
* Fixed: trailing period should not be included in redmine links of type class:...Jean-Philippe Lang2008-07-101-1/+1
* Fixes "source:" links URLs (r1617).Jean-Philippe Lang2008-07-061-1/+6
* Removes calls to TimeZone#adjust (#1584).Jean-Philippe Lang2008-07-051-5/+1
* Removes no longer needed helper method (r1605).Jean-Philippe Lang2008-06-291-8/+0
* Makes issue update link work without javascript (#1337).Jean-Philippe Lang2008-06-291-1/+1
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+8
* Redmine links regexp fix (#1369, url hash turned into a ticket link).Jean-Philippe Lang2008-06-041-1/+1
* Fixed: changesets titles should not be multiline in atom feeds (#1356).Jean-Philippe Lang2008-06-041-2/+9
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-0/+4
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-051-2/+4
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-0/+13
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-271-0/+4
* Wiki links:Jean-Philippe Lang2008-03-211-1/+1
* Small fix to the Redmine links regexp.Jean-Philippe Lang2008-03-171-1/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-3/+19
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-2/+2
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-1/+6
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-091-1/+1
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-051-1/+6
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+1
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-261-0/+4
* Fixes:Jean-Philippe Lang2008-02-171-13/+24
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-121-0/+4
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-8/+0
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-111-1/+1
* Fixed #208: Issue list does not scroll up when you click nextJean-Philippe Lang2008-02-031-3/+9
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-7/+1
* Added i18n support to the jstoolbar (only english and french are actually tra...Jean-Philippe Lang2008-01-171-1/+3
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-35/+83
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-10/+11
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-301-0/+8
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-301-35/+0
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-8/+22
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-5/+5
* Added Traditional Chinese translation (by Shortie Lo).Jean-Philippe Lang2007-12-071-1/+1
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-3/+7
* 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