summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-53/+1
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-2/+3
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Moved duplicate #options_for_membership_project_select to ApplicationHelper.Jean-Philippe Lang2012-12-011-0/+9
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-2/+1
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+4
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-2/+2
* Reverts r10676 that broke a test.Jean-Philippe Lang2012-10-181-1/+2
* Code cleanup.Jean-Philippe Lang2012-10-181-2/+1
* Use named route.Jean-Philippe Lang2012-10-181-3/+1
* Use named route.Jean-Philippe Lang2012-10-181-1/+1
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-2/+2
* Fixed that export: links are broken (#12050).Jean-Philippe Lang2012-10-091-3/+2
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-1/+3
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-0/+5
* Code cleanup (#11814).Jean-Philippe Lang2012-09-111-3/+5
* Set the first day of week in the date picker according to settings (#11814).Jean-Philippe Lang2012-09-111-1/+5
* Parse any heading level (#11789).Jean-Philippe Lang2012-09-061-1/+3
* show JQuery datepicker today buttonToshi MARUYAMA2012-09-051-1/+5
* fix typo "MACROS_SUB_RE" (#11736)Toshi MARUYAMA2012-09-021-1/+1
* Fixed: New multi-line macros regexp is too eager (#11736).Jean-Philippe Lang2012-09-021-1/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-261-3/+10
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-4/+5
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-14/+45
* fix unit test fails on JRuby 1.6.7.2 (#11577)Toshi MARUYAMA2012-08-141-1/+1
* Fixed: Can't use non-latin anchor in wiki (#11577).Jean-Philippe Lang2012-08-131-1/+6
* Removed duplicated helper (#11539).Jean-Philippe Lang2012-08-101-25/+1
* Extract code to render nested listed of projects in an helper (#11539).Jean-Philippe Lang2012-08-101-0/+33
* Reverted r10184 (#9365).Jean-Philippe Lang2012-08-101-1/+1
* Use SSL for gravatars according to the protocol in settings (#9365).Jean-Philippe Lang2012-08-091-1/+1
* Slight change to the macro regexp.Jean-Philippe Lang2012-08-081-1/+1
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-2/+1
* Label should be escaped.Jean-Philippe Lang2012-07-291-1/+1
* Adds a replacement for deprecated link_to_function helper.Jean-Philippe Lang2012-07-281-0/+4
* Don't turn #nnn with leading zeros into link (#11494).Jean-Philippe Lang2012-07-241-1/+1
* Use JQuery Datepicker (#11445).Jean-Philippe Lang2012-07-221-17/+6
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-17/+5
* Removed deprecated #labelled_tabular_form_for helper.Jean-Philippe Lang2012-07-181-10/+0
* ApplicationHelper#labelled_remote_form_for deprecated.Jean-Philippe Lang2012-07-181-0/+1
* ApplicationHelper#link_to_remote_if_authorized deprecated.Jean-Philippe Lang2012-07-181-0/+1
* Adds a helper for preview links.Jean-Philippe Lang2012-07-181-0/+8
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-0/+10
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+6
* Perf: don't load parent message for generating a link.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Etienne Massip2012-06-261-8/+9
* Fixed that root projects are escaped twice in the project drop down (#11217).Jean-Philippe Lang2012-06-261-1/+1
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-4/+4
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-2/+2
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-4/+16