public
Description: reBlog facilitates the process of filtering and republishing relevant content from many RSS feeds. reBloggers subscribe to their favorite feeds, preview the content, and select their favorite posts. These posts are automatically published through their favorite blogging software. Plugins for Movable Type and WordPress.
Homepage: http://www.reblog.org
Clone URL: git://github.com/jamiew/reblog.git
reblog / CHANGELOG
100644 97 lines (65 sloc) 2.204 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
 
                               reBlog CHANGELOG
 
6/2/05
- changed session-saving-path to be the cache dir
 
6/1/05
1.3 bug fixed:
- keystrokes inside the TEXTAREA's on the preview/edit page no longer trigger t
he
keyboard action/navigation commands
 
5/25/05
1.3 released:
- crazy keyboard interactivity -- never touch the mouse if you dont want to
- speeded-up feeds and items pages
- inline post commenting/tagging
- wordpress plugin compatible with wordpress 1.5
 
 
5/11/05
WordPress 1.5 compatibility
- no more problems including the magpierss libraries in WordPress 1.5
 
2/2/2005
little bugfixes:
- timestamps work in all versions of MySQL
- IE layout/css stuff fixed
 
12/4/2004
1.2 released:
- added keyword searching/filtering
- fake feed row for all-feed stats
- opening links in new windows is configurable
- feed sorting
- changed viewing parameters so it is more form-oriented
 
12/1/2004
fixed bug in is_reblog() in the WordPress plugin
 
11/30/2004
little bugs in the WordPress plugin fixed.
 
11/29/2004
reBlog 1.1 released
handles international characters with UTF-8 (reFeed, MT Plugin)
Mark Everything As Read (reFeed)
 
 
11/18/2004
reBlog 1.0 RC released. Too many changes to list.
 
11/8/2004
 
reBlog 1.0, on the way
 
10/5/2004
 
Added the marginally documented MTReblogSourceFreq tag.
 
9/30/04
 
- UI tweakage in ReceSS
 
9/21/2004
 
fixed target="XX" on links in posts for the view page (i.e. links with the radi
o buttons). Now they
all should open new windows.
 
9/20/2004
 
- Fixed view.php javascript-array-printing so it works when there's only one it
em
 
- Rolled in a reorganized front page. thanks to Alex Galloway for this.
 
- Added a "back to main menu" link on the update status page.
 
9/14/2004
 
Fixed a little bug in the import_entries function that eliminates wierd date-re
lated bugs in the
auto-rebuilding on imports.
 
 
 
9/2/2004
 
Changed the mt3/plugin/reblog.pl plugin to work a little better with MT 3.1
        - is backwards compatible with MT 3.0D
        - puts the configure and import actions onto the Main Menu page for a b
log, not just
          in the Edit Entries page
        - assigns a textual basename to all imported entries using MT's functio
n for doing so