index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
helpers
/
application_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forums enhancements:
Jean-Philippe Lang
2007-11-24
1
-2
/
+2
*
* Referencing issues in commit messages: enter * in 'Referencing keywords' to...
Jean-Philippe Lang
2007-11-20
1
-1
/
+1
*
* Added time zone support: users can select their time zone on their account ...
Jean-Philippe Lang
2007-11-19
1
-1
/
+7
*
Roadmap: more accurate completion percentage calculation (done ratio of open ...
Jean-Philippe Lang
2007-11-17
1
-0
/
+11
*
Added a couple of new formats for the 'date format' setting.
Jean-Philippe Lang
2007-11-16
1
-4
/
+6
*
Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...
Jean-Philippe Lang
2007-11-12
1
-5
/
+20
*
Added AJAX based context menu on the project issue list that provide shortcut...
Jean-Philippe Lang
2007-10-28
1
-0
/
+16
*
Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns
Jean-Philippe Lang
2007-10-15
1
-1
/
+1
*
Added some accesskeys:
Jean-Philippe Lang
2007-10-05
1
-0
/
+10
*
Performance improvement on calendar and gantt (about 45% on gantt for large n...
Jean-Philippe Lang
2007-10-03
1
-2
/
+2
*
Application layout refactored.
Jean-Philippe Lang
2007-09-22
1
-0
/
+18
*
Date added as acronym title in ApplicationHelper#authoring
Jean-Philippe Lang
2007-09-15
1
-1
/
+2
*
Changed author display on issues, news and document files.
Jean-Philippe Lang
2007-09-15
1
-0
/
+4
*
Removed @html_title assignments in controllers.
Jean-Philippe Lang
2007-09-07
1
-0
/
+12
*
Improved Redmine links:
Jean-Philippe Lang
2007-09-07
1
-3
/
+19
*
Removed RedCloth checks since it's now supplied with the application.
Jean-Philippe Lang
2007-09-05
1
-1
/
+1
*
Added Redmine::WikiFormatting module and tests for wiki links.
Jean-Philippe Lang
2007-09-02
1
-34
/
+32
*
Fix: Inline image links broken in rev 690.
Jean-Philippe Lang
2007-09-02
1
-1
/
+1
*
Fixed: auto-generated links corrupted when url contains & characters in the q...
Jean-Philippe Lang
2007-09-01
1
-1
/
+1
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-19
/
+5
*
Small change to ApplicationHelper#textilizable to allow links to other wikis ...
Jean-Philippe Lang
2007-08-17
1
-1
/
+2
*
Textilized project descriptions on project list and home page.
Jean-Philippe Lang
2007-08-17
1
-4
/
+6
*
Added a link to add a new category when creating or editing an issue.
Jean-Philippe Lang
2007-08-16
1
-0
/
+5
*
Wiki links can now refer other project wikis, using this syntax:
Jean-Philippe Lang
2007-08-15
1
-11
/
+21
*
Image attachments are now sent inline to be viewed directly in the browser.
Jean-Philippe Lang
2007-08-15
1
-1
/
+1
*
Changed AR error messages style (same as flash errors).
Jean-Philippe Lang
2007-08-12
1
-1
/
+1
*
Added icon on external wiki links
Jean-Philippe Lang
2007-08-01
1
-3
/
+3
*
Added an option to choose the date format: language based (as defined in each...
Jean-Philippe Lang
2007-07-14
1
-2
/
+7
*
Added wiki diff.
Jean-Philippe Lang
2007-07-14
1
-0
/
+8
*
Removed User#display_name (replaced by User#name).
Jean-Philippe Lang
2007-06-29
1
-1
/
+1
*
Added pagination on wiki page history.
Jean-Philippe Lang
2007-06-23
1
-6
/
+8
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-1
/
+3
*
Attachments can now be added to wiki pages (original patch by Pavol Murin). O...
Jean-Philippe Lang
2007-05-26
1
-1
/
+18
*
Per project forums added.
Jean-Philippe Lang
2007-05-13
1
-0
/
+5
*
Changed the length of 'language' column in users table from 2 to 5, to allow ...
Jean-Philippe Lang
2007-05-08
1
-1
/
+1
*
Fixed: 10342 Creation of Schema in Oracle
Jean-Philippe Lang
2007-04-25
1
-0
/
+2
*
Fixed 10058: issue URL in repository comment break
Jean-Philippe Lang
2007-04-22
1
-6
/
+6
*
Fixed 10061 problem with textilize and :hard_breaks (Pavol Murin)
Jean-Philippe Lang
2007-04-22
1
-1
/
+9
*
Fixed 10031 revision links and auto linking URLs conflict
Jean-Philippe Lang
2007-04-11
1
-1
/
+1
*
Fixed pagination links on admin project listing
Jean-Philippe Lang
2007-04-10
1
-1
/
+1
*
Added toggle_link helper.
Jean-Philippe Lang
2007-04-07
1
-0
/
+7
*
Added link_to_issue helper.
Jean-Philippe Lang
2007-04-07
1
-0
/
+4
*
Removed RedCloth :hard_break option that broke textile rendering.
Jean-Philippe Lang
2007-04-05
1
-1
/
+1
*
RedCloth attribute :hard_break set to true to keep line breaks
Jean-Philippe Lang
2007-04-04
1
-1
/
+1
*
Various code cleaning, mainly on User, Permission and IssueStatus models.
Jean-Philippe Lang
2007-04-04
1
-1
/
+1
*
Fixed pagination on users/list (status filter lost)
Jean-Philippe Lang
2007-04-03
1
-6
/
+6
*
Quick fix for:
Jean-Philippe Lang
2007-04-03
1
-6
/
+6
*
removed filter_html on RedCloth textile conversions
Jean-Philippe Lang
2007-03-27
1
-1
/
+1
*
text formatting setting cached at controller level
Jean-Philippe Lang
2007-03-24
1
-1
/
+2
*
fixed #9404 Issue and revision textile links in issue notes
Jean-Philippe Lang
2007-03-20
1
-2
/
+2
[next]