public
Description: Mac OS X Dashboard client for Ping.fm
Homepage:
Clone URL: git://github.com/rsanders/pingboard.git
Robert Sanders (author)
Tue Aug 19 20:22:06 -0700 2008
pingboard / CHANGES.txt
100644 86 lines (51 sloc) 2.265 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
**** 0.5 Aug 19, 2008
 
Use new system.services API to discover information about services
supported by Ping.fm.
 
Allow the exclusion of certain services when posting -- click the
service icon shown in the list, and that service (e.g., Twitter) will
be excluded from receiving the message.
 
Some Javascript library changes (not end-user visible):
 
 - actually use the Ajax queue to serialize requests if enabled
 
 - PingFMAPI is now an instantiable object (new PingFMAPI())
 
 - A rewrite function can be supplied to transform Ajax requests
   to e.g. use a proxy or have different arguments. A sample
   rewriter is supplied: FlexProxyRewriter. This can be useful when
   trying to use the Javascript library outside of dashboard, where
   the same-origin limitations prevent direct access to api.ping.fm.
 
**** 0.4.3 Aug 15, 2008
 
Added Rejaw service icon.
 
Small cosmetic tweaks.
 
**** 0.4.2 Aug 10, 2008
 
Show service icons on the main posting screen and message history.
 
Introduce a delay between a user.post/tpost and any requested user.latest
operations because of a race condition in Ping.FM's service. (Will return
a blank list otherwise)
 
**** 0.4.1 Aug 8, 2008
 
Cosmetic tweaks to the message list.
 
**** 0.4 Aug 8, 2008
 
Allow posting directly to a specific service rather than a method or
trigger.
 
Some UI tweaks.
 
**** 0.3.1 Aug 6, 2008
 
Show up to 25 of the user's last posts in a dropdown window.
 
**** 0.3 Aug 6, 2008
 
Save draft of currently composed post when scrolling back
through history.
 
Save current post type in prefs; default to it until explicitly
changed.
 
Use per-widget-instance prefs to allow for multiple instances
in the dashboard.
 
Allow the first line of any post to be interpreted as the title
when using a blog-style post or trigger. If there is only one line,
use a stock title.
 
 
**** 0.2 Aug 5, 2008
 
Post history - allows paging through "pings" posted
in this run of the widget, editing, and re-posting.
(There is no persistence between runs/reboots.)
 
Added support for custom triggers.
 
Supply a fixed title for blog posts.
 
**** 0.1 Aug 4, 2008
 
Basic functionality
 
 
----------------------------------
Robert Sanders
http://code.google.com/p/pingboard