|
|
|
@9241
|
[9241]
|
04/08/08 04:52:01 |
rick |
add json_escape ERB util to escape html entities in json strings that are … |
|
|
|
@9212
|
[9212]
|
04/02/08 12:48:59 |
pratik |
Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546 |
|
|
|
@9194
|
[9194]
|
04/01/08 07:39:04 |
bitsweat |
Ruby 1.9 compat: encoding and multibyte test fixes |
|
|
|
@9120
|
[9120]
|
03/28/08 20:54:26 |
bitsweat |
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] |
|
|
|
@9119
|
[9119]
|
03/28/08 20:21:52 |
bitsweat |
Missing :js template falls back to :html, so you don't have to explicitly … |
|
|
|
@9089
|
[9089]
|
03/25/08 21:27:57 |
bitsweat |
Whitespace + formatting |
|
|
|
@9088
|
[9088]
|
03/24/08 21:32:50 |
david |
Fixed that FormHelper#radio_button would produce invalid ids (closes … |
|
|
|
@9087
|
[9087]
|
03/24/08 21:24:40 |
david |
Added :confirm option to submit_tag (closes #11415) [miloops] |
|
|
|
@9086
|
[9086]
|
03/24/08 21:12:55 |
david |
Fixed NumberHelper#number_with_precision to properly round in a way that … |
|
|
|
@9083
|
[9083]
|
03/24/08 02:29:30 |
rick |
Allow the #simple_format text_helper to take an html_options hash for each … |
|
|
|
@9065
|
[9065]
|
03/20/08 16:26:04 |
bitsweat |
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to … |
|
|
|
@9064
|
[9064]
|
03/20/08 02:15:29 |
david |
Docfixes (closes #11356, #11172, #10523) |
|
|
|
@9063
|
[9063]
|
03/19/08 19:56:07 |
bitsweat |
Revert [9106]. References #10350. |
|
|
|
@9052
|
[9052]
|
03/17/08 22:08:25 |
david |
Added :format option to NumberHelper#number_to_currency to enable better … |
|
|
|
@9030
|
[9030]
|
03/15/08 19:59:34 |
david |
Fixed that TextHelper#excerpt would include one character too many (closes … |
|
|
|
@9021
|
[9021]
|
03/13/08 11:52:53 |
pratik |
Move tests from action_view_test.rb to template_finder_test.rb so that … |
|
|
|
@9016
|
[9016]
|
03/13/08 02:31:45 |
david |
Added ActionView::Helpers::register_javascript/stylesheet_expansion to … |
|
|
|
@8981
|
[8981]
|
03/05/08 02:03:24 |
pratik |
Moved template handlers related code from ActionView::Base to … |
|
|
|
@8980
|
[8980]
|
03/05/08 01:26:24 |
pratik |
Tests for div_for and content_tag_for helpers. Closes #11223 … |
|
|
|
@8976
|
[8976]
|
03/03/08 04:01:35 |
nzkoz |
Refactor partial rendering into a PartialTemplate class. [Pratik] |
|
|
|
@8968
|
[8968]
|
03/02/08 04:40:54 |
nzkoz |
Allow html_options to be passed to all the date helpers. Closes #6000 … |
|
|
|
@8959
|
[8959]
|
03/01/08 00:01:28 |
nzkoz |
Fix regexp to contain only one rjs, and add rhtml [lifofifo] |
|
|
|
@8911
|
[8911]
|
02/20/08 04:23:18 |
nzkoz |
Make date_helper use tag and content_tag. Move to assert_dom_equal … |
|
|
|
@8883
|
[8883]
|
02/16/08 21:16:03 |
gbuesing |
Tests for distance_of_time_in_words with TimeWithZone instances. Closes … |
|
|
|
@8879
|
[8879]
|
02/16/08 00:07:52 |
nzkoz |
Ensure that :confirm doesn't need extra quotes when using … |
|
|
|
@8805
|
[8805]
|
02/06/08 04:26:40 |
nzkoz |
Introduce a Template class to ActionView. Closes #11024 [lifofifo] |
|
|
|
@8786
|
[8786]
|
02/02/08 06:16:04 |
bitsweat |
Introduce the :index option for form_for and fields_for to simplify … |
|
|
|
@8774
|
[8774]
|
02/02/08 02:59:10 |
bitsweat |
Fix number_to_human_size incorrectly removing trailing zeros. Closes … |
|
|
|
@8740
|
[8740]
|
01/27/08 01:10:48 |
nzkoz |
Don't repeatedly add relative_url_root to asset sources. Closes #10767 … |
|
|
|
@8717
|
[8717]
|
01/25/08 04:13:50 |
nzkoz |
Handle corner case with image_tag when passed 'messed up' image names. … |
|
|
|
@8689
|
[8689]
|
01/22/08 01:46:34 |
nzkoz |
Refactor template compilation from AV::Base into the template handlers. … |
|
|
|
@8685
|
[8685]
|
01/21/08 21:08:28 |
nzkoz |
Add label_tag helper for generating elements. Closes #10802 [DefV] |
|
|
|
@8683
|
[8683]
|
01/21/08 20:45:04 |
nzkoz |
Reapply the TemplateFinder first applied in [8669] then reverted in … |
|
|
|
@8676
|
[8676]
|
01/19/08 06:01:57 |
bitsweat |
Revert r8669 for now, breaks Action Mailer. Reopens #10800. |
|
|
|
@8669
|
[8669]
|
01/19/08 03:20:39 |
bitsweat |
Introduce TemplateFinder to handle view paths and lookups. Closes #10800. |
|
|
|
@8637
|
[8637]
|
01/13/08 00:11:39 |
nzkoz |
Allow users to declare other namespaces when using the atom feed helpers. … |
|
|
|
@8626
|
[8626]
|
01/11/08 16:25:23 |
david |
Fixed ActionView::Helpers::ActiveRecordHelper::form for when … |
|
|
|
@8624
|
[8624]
|
01/11/08 04:45:06 |
nzkoz |
* Pass around handler instances, not their classes [Koz]
* Move … |
|
|
|
@8588
|
[8588]
|
01/07/08 08:10:23 |
bitsweat |
Ruby 1.9 compat: account for hash ordering |
|
|
|
@8578
|
[8578]
|
01/06/08 20:53:23 |
bitsweat |
The asset_host block takes the controller request as an optional second … |
|
|
|
@8564
|
[8564]
|
01/05/08 13:32:06 |
bitsweat |
require abstract_unit directly since test is in load path |
|
|
|
@8529
|
[8529]
|
01/02/08 19:45:53 |
rick |
Fix atom_feed_helper to comply with the atom spec. Closes #10672 … |
|
|
|
@8526
|
[8526]
|
01/02/08 18:09:52 |
bitsweat |
Fix failing date helper test. Closes #10664 [Wesley Moxam] |
|
|
|
@8506
|
[8506]
|
12/28/07 20:59:30 |
rick |
Fix that auto_link looks for ='s in url paths (Amazon urls have them). … |
|
|
|
@8473
|
[8473]
|
12/21/07 22:18:07 |
bitsweat |
Add :default option to time_zone_select. Closes #10590. |
|
|
|
@8470
|
[8470]
|
12/21/07 12:26:51 |
bitsweat |
Rails 1.9 compat: asset tag helper tests |
|
|
|
@8468
|
[8468]
|
12/21/07 12:26:27 |
bitsweat |
Ruby 1.9 compat: compiled templates test |
|
|
|
@8465
|
[8465]
|
12/21/07 12:25:55 |
bitsweat |
Ruby 1.9 compat: note failing form options helper test, probably in … |
|
|
|
@8464
|
[8464]
|
12/21/07 11:51:17 |
bitsweat |
Ruby 1.9 compat: text helper |
|
|
|
@8452
|
[8452]
|
12/20/07 22:27:37 |
bitsweat |
Ruby 1.9 compat: ENV.delete rather than assigning nil |
|
|
|
@8422
|
[8422]
|
12/16/07 23:53:45 |
david |
Add tests for html_escape, and remove an unneeded backslash (closes … |
|
|
|
@8421
|
[8421]
|
12/16/07 23:50:02 |
david |
Added option to pass proc to ActionController::Base.asset_host for maximum … |
|
|
|
@8374
|
[8374]
|
12/10/07 23:14:47 |
bitsweat |
More Action View refactoring. Knock :erb default down a notch. Closes … |
|
|
|
@8365
|
[8365]
|
12/10/07 05:54:46 |
bitsweat |
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 … |
|
|
|
@8277
|
[8277]
|
12/05/07 05:55:26 |
nzkoz |
Remove Great Britain from the Country select helper to ensure consistency … |
|
|
|
@8267
|
[8267]
|
12/04/07 05:30:28 |
rick |
Add 'disabled' attribute to <OPTION> separators used in time zone and … |
|
|
|
@8255
|
[8255]
|
12/02/07 08:45:35 |
nzkoz |
Don't escape forward slashes with String#to_json, our unicode encoding of … |
|
|
|
@8253
|
[8253]
|
12/02/07 01:10:50 |
david |
Deal with nested fields_for too [DHH] |
|
|
|
@8252
|
[8252]
|
12/02/07 00:46:43 |
david |
Added the same record identification guessing rules to fields_for as … |
|
|
|
@8213
|
[8213]
|
11/26/07 03:45:54 |
rick |
Refactor sanitizer helpers into HTML classes and make it easy to swap them … |
|
|
|
@8110
|
[8110]
|
11/07/07 15:37:06 |
david |
Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy … |
|
|
|
@8050
|
[8050]
|
10/29/07 00:18:43 |
rick |
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance … |
|
|
|
@8045
|
[8045]
|
10/27/07 20:30:05 |
bitsweat |
Tested FormHelper#label. Closes #9850 [jarkko] |
|
|
|
@8034
|
[8034]
|
10/26/07 05:32:30 |
rick |
Update tests for ActiveSupport's JSON escaping change. [rick] |
|
|
|
@8033
|
[8033]
|
10/26/07 04:48:19 |
rick |
FormHelper's auto_index should use #to_param instead of … |
|
|
|
@8007
|
[8007]
|
10/23/07 19:25:28 |
bitsweat |
Disabled checkboxes don't submit a form value. Closes #9301. |
|
|
|
@8005
|
[8005]
|
10/23/07 17:57:47 |
marcel |
Added tests for options to ActiveRecordHelper#form. Closes #7213 … |
|
|
|
@7993
|
[7993]
|
10/22/07 21:17:20 |
bitsweat |
Expand form helper test coverage. Closes #9950 [robinjfisher] |
|
|
|
@7976
|
[7976]
|
10/19/07 02:46:41 |
nzkoz |
Remove more potential clashes with asset methods and resource routes. … |
|
|
|
@7970
|
[7970]
|
10/19/07 00:52:55 |
nzkoz |
Rename image_path path_to_image to avoid conflicting with named routes. … |
|
|
|
@7933
|
[7933]
|
10/16/07 05:06:55 |
bitsweat |
Test link_to 'back', :back |
|
|
|
@7904
|
[7904]
|
10/15/07 06:52:00 |
nzkoz |
Sync country_select with ISO 3166 long names. Closes #6872 [abhay, … |
|
|
|
@7870
|
[7870]
|
10/14/07 02:59:32 |
bitsweat |
error_messages_for also takes :message and :header_message options which … |
|
|
|
@7825
|
[7825]
|
10/10/07 17:35:10 |
david |
Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] … |
|
|
|
@7791
|
[7791]
|
10/08/07 03:30:29 |
nzkoz |
Add link_to :back which uses your referrer with a fallback to a javascript … |
|
|
|
@7779
|
[7779]
|
10/07/07 19:50:30 |
bitsweat |
error_messages_for and friends also work with local variables. Closes … |
|
|
|
@7677
|
[7677]
|
09/29/07 20:19:33 |
david |
Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] |
|
|
|
@7668
|
[7668]
|
09/28/07 15:55:45 |
rick |
Allow ability to disable request forgery protection, disable it in test … |
|
|
|
@7666
|
[7666]
|
09/28/07 14:18:47 |
david |
Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
|
|
|
@7617
|
[7617]
|
09/24/07 19:47:45 |
bitsweat |
Include asset host in public path cache key. Clear cache between asset tag … |
|
|
|
@7608
|
[7608]
|
09/24/07 08:13:55 |
bitsweat |
The tag helper may bypass escaping. |
|
|
|
@7596
|
[7596]
|
09/23/07 18:14:44 |
rick |
Rename some RequestForgeryProtection methods. The class method is now … |
|
|
|
@7592
|
[7592]
|
09/23/07 02:32:55 |
rick |
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model … |
|
|
|
@7589
|
[7589]
|
09/23/07 00:11:08 |
rick |
Secure #sanitize, #strip_tags, and #strip_links helpers against xss … |
|
|
|
@7587
|
[7587]
|
09/22/07 23:26:22 |
david |
Test fix (closes #6911) |
|
|
|
@7581
|
[7581]
|
09/22/07 23:11:45 |
david |
Improve tests (closes #7240) [josh] |
|
|
|
@7580
|
[7580]
|
09/22/07 23:10:41 |
david |
Roll back #7578, tests failed |
|
|
|
@7578
|
[7578]
|
09/22/07 22:22:20 |
david |
Improve the error message for assert_redirected_to (closes #7337) … |
|
|
|
@7567
|
[7567]
|
09/22/07 18:31:44 |
david |
Fixed JavaScriptHelper#escape_javascript to also escape closing tags … |
|
|
|
@7562
|
[7562]
|
09/22/07 18:21:54 |
david |
Fixed TextHelper#word_wrap for multiline strings with extra carrier … |
|
|
|
@7558
|
[7558]
|
09/22/07 18:01:54 |
david |
Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes … |
|
|
|
@7542
|
[7542]
|
09/22/07 17:19:26 |
david |
Fixed that setting the :host option in url_for would automatically turn … |
|
|
|
@7541
|
[7541]
|
09/22/07 17:17:22 |
david |
Added FormHelper#label (closes #8641) [jcoglan] |
|
|
|
@7533
|
[7533]
|
09/21/07 23:42:59 |
david |
Fix tests for atom feed |
|
|
|
@7529
|
[7529]
|
09/21/07 22:17:35 |
david |
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) … |
|
|
|
@7516
|
[7516]
|
09/20/07 20:40:22 |
bitsweat |
Autolink behaves well with emails embedded in URLs. Closes #7313. |
|
|
|
@7515
|
[7515]
|
09/20/07 08:27:45 |
bitsweat |
Revert [7397]. Reopens #7313. |
|
|
|
@7512
|
[7512]
|
09/18/07 10:55:15 |
bitsweat |
tag_options creates fewer objects |
|
|
|
@7485
|
[7485]
|
09/15/07 21:34:25 |
david |
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) … |
|
|
|
@7468
|
[7468]
|
09/12/07 02:13:59 |
nzkoz |
Tidy up link to remote options. Closes #9505. [nik.wakelin] |