|
|
11/19/06 16:15:33 |
@1835
|
[1835]
|
miyagawa |
ignore .svn directory in plugin load_assets |
|
|
10/12/06 15:55:39 |
@1734
|
[1734]
|
miyagawa |
added Test::Spelling and fixed typoes |
|
|
09/02/06 22:05:22 |
@1655
|
[1655]
|
miyagawa |
s/pluggins/plugins/g |
|
|
09/02/06 06:49:20 |
@1644
|
[1644]
|
mark |
-- |
|
|
09/02/06 02:13:10 |
@1643
|
[1643]
|
miyagawa |
update the document to mention plugin-start tool |
|
|
09/02/06 01:58:50 |
@1638
|
[1638]
|
mark |
r4@travis: mark | 2006-09-01 17:57:02 +0100 … |
|
|
08/24/06 21:09:53 |
@1592
|
[1592]
|
miyagawa |
refactored Filter::StripRSSAd to use load_assets. Accept qr// in … |
|
|
08/24/06 20:59:50 |
@1591
|
[1591]
|
miyagawa |
refacored EntryFullText? to use load_assets. Plugin->load_assets can take … |
|
|
08/19/06 18:26:07 |
@1412
|
[1412]
|
miyagawa |
Now assets_path: can be localized per plugins. |
|
|
07/27/06 03:11:42 |
@1173
|
[1173]
|
miyagawa |
Merge from refactoring-planet. YAY! |
|
|
05/24/06 18:48:44 |
@807
|
[807]
|
miyagawa |
Now Plagger::UserAgent? and $plugin->cookie_jar can share cookies data with … |
|
|
04/15/06 16:22:29 |
@593
|
[593]
|
miyagawa |
WARNING: big directory organize revamp. Keep cases in plugin id and assets … |
|
|
04/05/06 16:39:15 |
@541
|
[541]
|
miyagawa |
$plugin->assets_dir uses global config's assets_path as default. Fixes … |
|
|
04/02/06 07:34:03 |
@483
|
[483]
|
miyagawa |
automatic rewrite if config key matches /password/ Refs #91 |
|
|
04/02/06 07:19:58 |
@482
|
[482]
|
miyagawa |
Auto-rewrite config if encrypted fields are found. Fixes #91 |
|
|
04/01/06 03:22:18 |
@447
|
[447]
|
miyagawa |
Added plugin_id method to mean object ID, not class ID. Fixes #95 |
|
|
03/24/06 17:44:42 |
@415
|
[415]
|
miyagawa |
* Filter::Regexp to use Filter::Base now … |
|
|
03/05/06 08:59:07 |
@300
|
[300]
|
cwest |
Move plugin assets into assets/plugin |
|
|
03/05/06 08:05:02 |
@299
|
[299]
|
miyagawa |
revert. We already have class_id :) |
|
|
03/05/06 08:01:41 |
@298
|
[298]
|
miyagawa |
add plugin_id method to Plagger::Plugin |
|
|
03/01/06 22:57:12 |
@225
|
[225]
|
miyagawa |
Implemented Plagger::Cache framework, to be used in plugins. Refs #65 |
|
|
02/21/06 21:32:17 |
@103
|
[103]
|
miyagawa |
Fixed rule_hook bug. Fixes #51 |
|
|
02/17/06 17:07:11 |
@79
|
[79]
|
miyagawa |
* renamed stash into meta on Feed and Entry … |
|
|
02/17/06 16:36:05 |
@78
|
[78]
|
miyagawa |
* Reverted hooks method on rules. … |
|
|
02/08/06 18:47:36 |
@52
|
[52]
|
miyagawa |
* Rename Rule::Compound to Rules to be more intuitive … |
|
|
02/08/06 16:14:17 |
@46
|
[46]
|
miyagawa |
support rule_op like AND, OR, XOR, NAND and NOR. Default is AND |
|
|
02/04/06 17:26:21 |
@7
|
[7]
|
miyagawa |
Added no_sync_api mode to Subscription::Bloglines … |
|
|
02/02/06 22:01:25 |
@3
|
[3]
|
miyagawa |
* Added $plugin->condition to conditionally dispatch plugins … |
|
|
02/02/06 18:54:24 |
@2
|
[2]
|
miyagawa |
import Plagger |