Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/plugins


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9246 [9246] 04/10/08 04:51:55 josh Fixed OpenID file store class and safely fallback if there is no root_url. …
(edit) @9214 [9214] 04/02/08 15:15:11 josh OpenID Authentication plugin: Allow a return_to option to be used instead …
(edit) @9207 [9207] 04/02/08 03:33:33 rick delete the format parameter so that openid works on the iphone. add …
(edit) @9206 [9206] 04/01/08 23:25:03 sam Add TzinfoTimezone#dst_utc_offset
(edit) @9169 [9169] 03/31/08 16:13:10 josh Normalize verification error messages in OpenID authentication plugin.
(edit) @9103 [9103] 03/27/08 23:26:52 josh Updated OpenIdAuthentication to use Ruby OpenID 2.x.x gem (closes #10604) …
(edit) @9058 [9058] 03/18/08 22:31:19 rick [tz_time plugin] fix previous attempt at fixing #10058
(edit) @8931 [8931] 02/27/08 02:45:04 bitsweat normalize_url treats nil url as blank
(edit) @8929 [8929] 02/25/08 21:04:02 bitsweat strip whitespace from url before normalizing
(edit) @8872 [8872] 02/14/08 22:57:33 david Tied plugin to ruby-openid 1.1.4 gem until we can make it compatible with …
(edit) @8821 [8821] 02/08/08 18:26:13 david Use template root as an class variable instead of method to make it work …
(edit) @8815 [8815] 02/07/08 17:25:28 rick remove fix_timezone before_validation hook and convert times as they are …
(edit) @8780 [8780] 02/02/08 05:16:53 bitsweat SSL requirement plugin keeps flash when it redirects. Closes #8649
(edit) @8611 [8611] 01/09/08 18:44:13 madrobby javascript_test: fix CSS, add empty js file template, cleanup README
(edit) @8610 [8610] 01/09/08 17:05:29 madrobby javascript_test: update prototype/unittest.js to latest 1.6.0.1 versions, …
(edit) @8547 [8547] 01/03/08 21:33:40 rick fix tz_attributes on unchanged timestamps
(edit) @8530 [8530] 01/02/08 19:47:39 rick Migrate atom_feed_helper changes to a plugin
(edit) @8517 [8517] 01/01/08 19:55:40 rick Add support for unique entry URLs. Update the id tag datestamps to use …
(edit) @8476 [8476] 12/22/07 02:49:32 bitsweat Ruby 1.9 compat: case syntax
(edit) @8225 [8225] 11/28/07 00:27:53 david Docfix (closes #9131)
(edit) @8194 [8194] 11/23/07 17:22:21 minam consider the X-FORWARDED-HOST value before HOST. Include the IP address of …
(edit) @8193 [8193] 11/23/07 16:43:13 minam filter environment keys through the controller's parameter filtering …
(edit) @8192 [8192] 11/23/07 16:26:45 minam be explicit about the content type of exception notification emails …
(edit) @8191 [8191] 11/23/07 16:12:36 minam use correct flag order in format string
(edit) @7967 [7967] 10/18/07 19:23:43 bitsweat Take first(size) chars for token. Closes #9622.
(edit) @7965 [7965] 10/18/07 18:20:54 bitsweat Increase randomness of TokenGenerator#generate_token by reusing …
(edit) @7842 [7842] 10/12/07 09:18:00 bitsweat Ruby 1.9 forward compat
(edit) @7816 [7816] 10/09/07 05:31:19 nzkoz Make sure acts_as_list's remove_from_list and in_list? play nicely with …
(edit) @7814 [7814] 10/09/07 04:46:27 bitsweat Run tests against 2.0 PR
(edit) @7782 [7782] 10/08/07 00:12:05 bitsweat Fix setter action with non-string fields. References #7418.
(edit) @7466 [7466] 09/11/07 21:33:06 bitsweat Tests needn't run within an app. Closes #9534 [lifofifo]
(edit) @7464 [7464] 09/11/07 19:53:17 bitsweat Use Base.helper instead of including the helper module directly.
(edit) @7462 [7462] 09/11/07 19:42:04 bitsweat Fix acts_as_tree include
(edit) @7461 [7461] 09/11/07 15:01:16 david Fix auto complete loading (closes #9528) [josh]
(edit) @7458 [7458] 09/11/07 05:46:43 bitsweat Fix generic file name in main load path.
(edit) @7457 [7457] 09/11/07 05:41:27 bitsweat Fix generic file name in main load path.
(edit) @7456 [7456] 09/11/07 05:40:02 bitsweat Fix generic file name in main load path.
(edit) @7452 [7452] 09/11/07 03:03:10 david Turned ActiveRecord::Acts::NestedSet into a plugin #9516 [josh]
(edit) @7451 [7451] 09/11/07 03:01:25 david Turned ActiveRecord::Acts::Tree into a plugin #9514 [lifolifo]
(edit) @7449 [7449] 09/11/07 02:55:47 david Extracted auto complete macro into its own plugin #9512 [lifofifo]
(edit) @7448 [7448] 09/11/07 01:38:04 nzkoz Add STI tests and make migration compatible with 1.2.x
(edit) @7446 [7446] 09/10/07 13:59:26 david Fixed that Rails autoloader expects acts_as_list to define List (closes …
(edit) @7443 [7443] 09/10/07 04:23:59 nzkoz Add a plugin for acts_as_list [josh]
(edit) @7441 [7441] 09/10/07 00:51:35 david Moved in_place editing out of core and into its own plugin #9513
(edit) @7263 [7263] 08/03/07 00:50:38 rick allow open_id_authentication plugin to work from a subdirectory. Closes …
(edit) @7260 [7260] 08/02/07 18:21:20 minam make the exceptions_to_treat_as_404 method a class method, so that it can …
(edit) @7214 [7214] 07/24/07 01:40:13 david Use URI instead of regexps to normalize the URL and gain free, better …
(edit) @7200 [7200] 07/20/07 02:03:13 bitsweat Skip published unless record responds to :created_at
(edit) @7163 [7163] 07/06/07 15:29:39 rick add module method to access the OpenID store value
(edit) @7162 [7162] 07/06/07 15:19:50 rick * Allow -'s in #normalize_url [Rick] * remove instance of mattr_accessor, …
(edit) @7132 [7132] 06/27/07 02:52:48 minam param filtering for exception notification (closes #8432, thanks for the …
(edit) @7115 [7115] 06/25/07 16:29:26 david Throw a InvalidOpenId exception instead of just a RuntimeError when the …
(edit) @7022 [7022] 06/14/07 06:23:30 bitsweat Update README to reflect pluralized controller name for singleton …
(edit) @6936 [6936] 06/04/07 21:50:40 xal Make no assumptions on how i want to load the openid library :)
(edit) @6908 [6908] 05/30/07 16:48:48 david id tag datestamps should just be the year the plugin is created [Sam …
(edit) @6907 [6907] 05/30/07 16:48:41 david id tag datestamps should just be the year the plugin is created [Sam …
(edit) @6873 [6873] 05/27/07 22:45:30 david Yield the block
(edit) @6836 [6836] 05/25/07 16:36:16 david Moved acts_as_taggable, browser_filters, and simply_helpful into legacy -- …
(edit) @6835 [6835] 05/25/07 16:28:45 david Resource feeder turned out to be too restrictive and too hard to …
(edit) @6834 [6834] 05/25/07 16:27:10 david Made ready to clean out stale plugins
(edit) @6720 [6720] 05/11/07 23:07:47 nzkoz Update the acts_as_taggable readme to reflect the fact that it is not …
(edit) @6523 [6523] 04/15/07 18:23:24 rick dont try to convert times to tztime if they're not a valid Time
(edit) @6521 [6521] 04/13/07 19:48:33 rick add #tz_time_attributes class method for ActiveRecord models to …
(edit) @6520 [6520] 04/13/07 02:09:24 david Should have removed install.rb, not init.rb
(edit) @6515 [6515] 04/11/07 20:10:32 david Name of migration should be add_
(edit) @6514 [6514] 04/11/07 19:58:30 david Added a new default database-backed store after experiencing trouble with …
(edit) @6486 [6486] 03/29/07 00:56:56 minam Make the session dump less verbose, and make the model inspector output …
(edit) @6460 [6460] 03/25/07 00:39:00 minam major hack to work around PeriodNotFound exception from tzinfo
(edit) @6452 [6452] 03/20/07 02:56:42 minam allow that identity_url may be nil
(edit) @6334 [6334] 03/05/07 03:05:41 david Made normalize_url available to users outside of controllers with the …
(edit) @6332 [6332] 03/05/07 01:11:34 david Added normalize_url and applied it to all operations going through the …
(edit) @6331 [6331] 03/05/07 01:10:16 david Added normalize_url and applied it to all operations going through the …
(edit) @6324 [6324] 03/04/07 22:02:36 david Added OpenIdAuthentication::Result to make it easier to deal with default …
(edit) @6318 [6318] 03/04/07 20:59:06 david Stop relying on root_url being defined, we can just grab the current url …
(edit) @6306 [6306] 03/04/07 08:35:52 bitsweat Extract dynamic scaffolding into a plugin. Closes #7700.
(edit) @6280 [6280] 03/02/07 06:20:47 david Rolled into Rails 1.2
(edit) @6279 [6279] 03/02/07 06:20:24 david Rolled into Rails 1.2
(edit) @6252 [6252] 02/27/07 05:48:39 rick add sreg support
(edit) @6251 [6251] 02/27/07 04:41:41 rick attempt to load ruby-openid. if it's not there, #open_id? always returns …
(edit) @6249 [6249] 02/27/07 03:24:07 rick only create the tmp/openids path if it doesn't exist. correctly remove it …
(edit) @6246 [6246] 02/27/07 01:32:56 david Creation sits on Dir
(edit) @6245 [6245] 02/27/07 01:29:20 david Added simple OpenID authentication Rails plugin wrapper for ruby-openid
(edit) @6216 [6216] 02/23/07 19:30:38 minam don't send notifications on RoutingErrors
(edit) @6154 [6154] 02/15/07 16:42:47 bitsweat Missed commit.
(edit) @6150 [6150] 02/15/07 08:02:57 bitsweat Update resource_feeder for simply_helper changing location of …
(edit) @6103 [6103] 02/02/07 18:20:34 david Added formatted_polymorphic_url, formatted_polymorphic_path
(edit) @6102 [6102] 02/02/07 18:12:11 david Added formatted_polymorphic_url, formatted_polymorphic_path
(edit) @6100 [6100] 02/01/07 18:45:41 minam TzTime plugin
(edit) @6098 [6098] 02/01/07 16:45:42 david Added support for route options. Added polymorphic routes for new and edit …
(edit) @6093 [6093] 01/30/07 18:15:58 xal Added TimeZone#offset which always returns +HH:MM format offset of the …
(edit) @6088 [6088] 01/29/07 17:46:17 david Include author
(edit) @5719 [5719] 12/15/06 01:10:36 nzkoz Update resource feeder to the latest simply_helpful [rsanheim] Closes …
(edit) @5700 [5700] 12/07/06 02:37:33 david Renamed named_route to polymorphic_url and added polymorphic_path as well …
(edit) @5688 [5688] 12/06/06 19:44:10 bitsweat resource_feeder supports content:encoded for rss 2.0 feeds. rss_feed_for …
(edit) @5667 [5667] 12/03/06 01:05:49 david Make it invitingly easy for someone to implement digest authentication -- …
(edit) @5666 [5666] 12/03/06 00:41:22 david Added HttpAuthentication::Basic.encode_credentials to assist with testing
(edit) @5665 [5665] 12/03/06 00:25:22 david Added HTTP authentication plugin [DHH]
(edit) @5609 [5609] 11/23/06 01:17:54 nzkoz [simply_helpful] Add support for redirect_to @object. Especially useful …
(edit) @5365 [5365] 10/26/06 14:15:24 rick update simply_helpful tests to account for new div tag around _method …
(edit) @5308 [5308] 10/16/06 03:27:46 nzkoz Make link_to Fall back to the attribute name if the record doesn't respond …
Note: See TracRevisionLog for help on using the revision log.