repo
string
commit
string
message
string
diff
string
JNRowe/surfraw
650ba85507cd50710a66d7562880e4b33812663d
Sourceforge search URL change Thanks Jude DaShiell for the report
diff --git a/elvi/sourceforge b/elvi/sourceforge index 451608f..e3cbdca 100755 --- a/elvi/sourceforge +++ b/elvi/sourceforge @@ -1,63 +1,63 @@ #!/bin/sh # elvis: sourceforge -- Search SourceForge (www.sourceforge.net) # $Id$ . surfraw || exit 1 # version 0.2 ianb@erislabs.net 20030910 # added -exact and -type ...
JNRowe/surfraw
48d3c1170c69ce0199fb52ccbe92aa47a4656238
Add STYLE guide.
diff --git a/STYLE b/STYLE new file mode 100644 index 0000000..90b1d1b --- /dev/null +++ b/STYLE @@ -0,0 +1,59 @@ + ____ _______ ___ _____ + / ___|_ _\ \ / / | | ____| + \___ \ | | \ V /| | | _| + ___) || | | | | |___| ...
JNRowe/surfraw
4d0660e38c328bc519a22069882570965361c225
Applied Lucas Hoffmann's whitespace fixes
diff --git a/AUTHORS b/AUTHORS index 2bab204..f25b9fe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,168 +1,168 @@ AUTHORS Julian Assange <proff@iq.org> original author Christian Surchi <csurchi@debian.org> original debian maintainer elvi: debcontents, debbugs, debpackages Ian Beckwith <i...
JNRowe/surfraw
4999059f0b5a7c061f061f4f3e3bc0b5b7157a64
Added commandlinefu elvis Courtesy of Lucas Hoffman.
diff --git a/AUTHORS b/AUTHORS index fa2027c..2bab204 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,165 +1,168 @@ AUTHORS Julian Assange <proff@iq.org> original author Christian Surchi <csurchi@debian.org> original debian maintainer elvi: debcontents, debbugs, debpackages Ian Beckwith <i...
JNRowe/surfraw
af565c5e2bcc5c0a8c36b81e1a8b9b95f7de7180
Fixed images and maps in yandex
diff --git a/elvi/yandex b/elvi/yandex index f345691..fb9c014 100755 --- a/elvi/yandex +++ b/elvi/yandex @@ -1,49 +1,50 @@ #!/bin/sh # $Id$ # elvis: yandex -- Search the web using Yandex (yandex.ru) . surfraw || exit 1 w3_config_hook () { def SURFRAW_yandex_search "${search:-yandsearch?}text" } w3_us...
JNRowe/surfraw
e0ad6f0f228249895d11bc81139c8a64147a4739
New elvis: nlab
diff --git a/elvi/nlab b/elvi/nlab new file mode 100755 index 0000000..f35d72a --- /dev/null +++ b/elvi/nlab @@ -0,0 +1,29 @@ +#!/bin/sh +# elvis: nlab -- Search the nLab Wiki (http://ncatlab.org) +# author: jason ryan • http://jasonwryan.com + +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_ar...
JNRowe/surfraw
ba34513a03e877fbc77e804693645abd0fc9f133
Added new elvis: nlab
diff --git a/ChangeLog b/ChangeLog index e6a3e22..9dc59cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,516 @@ +2104-06-04 Jason Ryan <jasonwryan@gmail.com> + + * new elvi: nlab + 2013-12-10 Ian Beckwith <ianb@erislabs.net> * yandex: disabled test: redirects to captcha when used with LWP. * Fix make di...
JNRowe/surfraw
27892d72e263625e93c729c6111c5330e61fc278
debian: bump standards-version to 3.9.5
diff --git a/debian/changelog b/debian/changelog index b4f4c10..11e9e70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,518 +1,518 @@ surfraw (2.2.9-1) unstable; urgency=low * New upstream version + yandex: Fix bashism (Closes: #690615). + rae: Fix URL (Closes: #680138). - * Standards-Versio...
JNRowe/surfraw
f2e685481b89fd381cc59e2271350f8fe3ddf9ed
Fix make distcheck: remove last traces of codesearch and scitopia.
diff --git a/ChangeLog b/ChangeLog index d05c214..e6a3e22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,515 +1,516 @@ 2013-12-10 Ian Beckwith <ianb@erislabs.net> * yandex: disabled test: redirects to captcha when used with LWP. + * Fix make distcheck: remove last traces of codesearch and scitopia. 2013-12-09 ...
JNRowe/surfraw
a28f2696c3e77892fee4f592114e671efa25f156
yandex: disabled test: wants captcha
diff --git a/ChangeLog b/ChangeLog index 730fdd4..d05c214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,516 @@ +2013-12-10 Ian Beckwith <ianb@erislabs.net> + + * yandex: disabled test: redirects to captcha when used with LWP. + 2013-12-09 Ian Beckwith <ianb@erislabs.net> * deja: disable tests, google gro...
JNRowe/surfraw
0de246bed0fa3faf4488405ccfeb1b61de320c7a
debian: revert to actual release version in changelog
diff --git a/debian/changelog b/debian/changelog index 99060e9..0fddf8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,522 +1,522 @@ -surfraw (2.2.9~rc1-1) unstable; urgency=low +surfraw (2.2.9-1) unstable; urgency=low * New upstream version + yandex: Fix bashism (Closes: #690615). + rae: Fix...
JNRowe/surfraw
df2e907d280d62e4cd260c770412ee5322a88fd0
removed codesearch and scitopia, both services shutdown
diff --git a/ChangeLog b/ChangeLog index 10b9002..730fdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,520 @@ +2013-12-09 Ian Beckwith <ianb@erislabs.net> + + * deja: disable tests, google groups now requires javascript. + * gmane: fix test. + * codesearch: removed, service shut down. + * scitopia: removed, se...
JNRowe/surfraw
ea7248e619499e31ad1886d2e8eaa6083904be6d
deja: disable tests, needs javascript
diff --git a/test/deja.test b/test/deja.test index 26c9356..01b7c55 100644 --- a/test/deja.test +++ b/test/deja.test @@ -1,2 +1,2 @@ -deja kibology -alt.religion.kibology +SKIP javascript + diff --git a/test/gmane.test b/test/gmane.test index d7b468f..bf98fba 100644 --- a/test/gmane.test +++ b/test/gmane.test @@ -1,4 +...
JNRowe/surfraw
88c5f332d85d099a9d1dc9b7c2cd7329150e0b73
new elvi: gmane;fix elvi: openbsd; fix tests: ads, pgdoc, pin, yacy (but test 1 still fails, yacy down hopefully temporarily)
diff --git a/AUTHORS b/AUTHORS index e52c4c3..fa2027c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,165 +1,165 @@ AUTHORS Julian Assange <proff@iq.org> original author Christian Surchi <csurchi@debian.org> original debian maintainer elvi: debcontents, debbugs, debpackages Ian Beckwith <i...
JNRowe/surfraw
514fbc0ca8a0a3afa86a3e3096c3f50cccb66f87
debian: source format 3.0 (quilt); move ~rc1 to upstream part of version number
diff --git a/debian/changelog b/debian/changelog index f0938ca..99060e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,521 +1,522 @@ -surfraw (2.2.9-1~rc1) unstable; urgency=low +surfraw (2.2.9~rc1-1) unstable; urgency=low * New upstream version + yandex: Fix bashism (Closes: #690615). + rae:...
JNRowe/surfraw
6326fa71f4b349b820f759c07af81dede56c1aa6
debian: decrease version number to 2.2.9-1~rc1
diff --git a/debian/changelog b/debian/changelog index c81df53..f0938ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,521 +1,521 @@ -surfraw (2.2.9-1) unstable; urgency=low +surfraw (2.2.9-1~rc1) unstable; urgency=low * New upstream version + yandex: Fix bashism (Closes: #690615). + rae: Fix...
JNRowe/surfraw
5943f3a4b89935423a0843c03e2ddd0a6b829579
surfraw.IN: w3_custom_search_google: don't give full path to surfraw; wayback,pgdoc: fix tests
diff --git a/ChangeLog b/ChangeLog index 889949b..14a0247 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,517 @@ +2013-10-27 Ian Beckwith <ianb@erislabs.net> + + * surfraw.IN: w3_custom_search_google: don't give full path to surfraw. + * pgdoc, wayback: fixed tests. + 2013-10-20 Ian Beckwith <ianb@erislabs.net...
JNRowe/surfraw
67f998fd7cb8cf3f78b941b2fb6bbace565eed07
yacy.test: add to Makefile.am
diff --git a/test/Makefile.am b/test/Makefile.am index 0077b7f..a59f92d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,35 +1,35 @@ EXTRA_DIST = runtests elviwithouttests README COOKIES W.test \ acronym.test ads.test alioth.test amazon.test archpkg.test \ archwiki.test arxiv.test ask.tes...
JNRowe/surfraw
ec6fa73f6d90ce1f61588ac7304e444f9b2e28bb
new elvi: yacy
diff --git a/AUTHORS b/AUTHORS index d59b744..e52c4c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,165 +1,165 @@ AUTHORS Julian Assange <proff@iq.org> original author Christian Surchi <csurchi@debian.org> original debian maintainer elvi: debcontents, debbugs, debpackages Ian Beckwith <i...
JNRowe/surfraw
48101bfc4430d4f758ebd79b3c6c0a277b642229
harmonise skip messages
diff --git a/test/cnn.test b/test/cnn.test index fe4cec2..76262b7 100644 --- a/test/cnn.test +++ b/test/cnn.test @@ -1,2 +1,2 @@ -SKIP Needs javascript <sigh> +SKIP needs javascript diff --git a/test/codesearch.test b/test/codesearch.test index 8953ee6..97bc447 100644 --- a/test/codesearch.test +++ b/test/codesearch....
JNRowe/surfraw
dae3beca323b3d45066104d1fc0430f5a3d4eed9
fix rae
diff --git a/ChangeLog b/ChangeLog index 7056d1a..58eebca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,517 @@ +2013-10-20 Ian Beckwith <ianb@erislabs.net> + + * rae: fix url, remove -tipo option (no longer supported), + disable test as there is now gratuitous javascript. + 2013-10-06 Ian Beckwith <ianb@er...
JNRowe/surfraw
1f0fa90cd7aa577114d60ec649e2755a4788c1f5
tweak NEWS
diff --git a/NEWS b/NEWS index ca1c71a..c1e1463 100644 --- a/NEWS +++ b/NEWS @@ -1,484 +1,483 @@ ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ \___...
JNRowe/surfraw
e76118ad90e1604577a4250632754ec751458bab
NEWS: note about fink being down temporarily
diff --git a/NEWS b/NEWS index e6a33c6..ca1c71a 100644 --- a/NEWS +++ b/NEWS @@ -1,483 +1,484 @@ ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ \___...
JNRowe/surfraw
69e1330d84064dd231cd3cd562b1e30b2a67b8ff
Debian packaging now included in release
diff --git a/ChangeLog b/ChangeLog index 09ce89f..7056d1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,518 +1,519 @@ 2013-10-06 Ian Beckwith <ianb@erislabs.net> * Replaced phpdoc with version posted back in 2011 by Jon Yamokoski <jon@jonyamo.net> Thanks, and apologies for missing it! * S: add test. + *...
JNRowe/surfraw
265025de644662e90ee0ec422075207f70abdc55
S: add test
diff --git a/ChangeLog b/ChangeLog index 70d65ba..09ce89f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,517 +1,518 @@ 2013-10-06 Ian Beckwith <ianb@erislabs.net> * Replaced phpdoc with version posted back in 2011 by Jon Yamokoski <jon@jonyamo.net> Thanks, and apologies for missing it! + * S: add test. ...
JNRowe/surfraw
dd8fa68e80d54a78887a80df955d0f730c0ab4b8
Replaced phpdoc with version posted back in 2011 by Jon Yamokoski <jon@jonyamo.net>. Thanks, and apologies for missing it!
diff --git a/AUTHORS b/AUTHORS index d590362..d59b744 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,163 +1,165 @@ AUTHORS Julian Assange <proff@iq.org> original author Christian Surchi <csurchi@debian.org> original debian maintainer elvi: debcontents, debbugs, debpackages Ian Beckwith <i...
tekkub/libdatabroker-1-1
d02e8580b4ccec18c5ed6fe1aecb01b4a4b7098e
Add pairs and ipairs iters, since we can't use the normal iters on our dataobjs
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index 364602e..f47c0cd 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,66 +1,90 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
66840219622309aa60fb721b273cde82519f4130
Simplify readme, all docs have been moved into GitHub wiki pages
diff --git a/README.textile b/README.textile index 7ec2e06..ef16fed 100644 --- a/README.textile +++ b/README.textile @@ -1,180 +1,13 @@ +LibDataBroker is a small WoW addon library designed to provide a "MVC":http://en.wikipedia.org/wiki/Model-view-controller interface for use in various addons. +LDB's primary goal is t...
tekkub/libdatabroker-1-1
1ec2d8b707612e175ab3b48c6a743f7a364da7c9
Documentation on how to use LDB data (for display addons)
diff --git a/README.textile b/README.textile index 527f7c5..7ec2e06 100644 --- a/README.textile +++ b/README.textile @@ -1,126 +1,180 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ve...
tekkub/libdatabroker-1-1
6f130570deb4a65409e0940f3268e335ff29645f
Add StatBlockCore forum link
diff --git a/README.textile b/README.textile index 7dbc41b..527f7c5 100644 --- a/README.textile +++ b/README.textile @@ -1,126 +1,126 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ve...
tekkub/libdatabroker-1-1
17be81342c21f6c2b4be83a84f92a2c45cc8f163
Add link to Fortress thread
diff --git a/README.textile b/README.textile index b1759bd..7dbc41b 100644 --- a/README.textile +++ b/README.textile @@ -1,126 +1,126 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ve...
tekkub/libdatabroker-1-1
073a8744d642f70436a30472dbf168601cd1eb92
And rearrange the addon list a bit too
diff --git a/README.textile b/README.textile index 01491b6..b1759bd 100644 --- a/README.textile +++ b/README.textile @@ -1,112 +1,126 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ve...
tekkub/libdatabroker-1-1
6146a32b9d5619b050820acacc795ef4fa69f707
Make field lists into nice pretty tables
diff --git a/README.textile b/README.textile index 57dd688..01491b6 100644 --- a/README.textile +++ b/README.textile @@ -1,112 +1,112 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ve...
tekkub/libdatabroker-1-1
33c67b1dee972bafe936cd79fe75ffd539554feb
Add list of who is using LDB
diff --git a/README.textile b/README.textile index d227f7d..57dd688 100644 --- a/README.textile +++ b/README.textile @@ -1,96 +1,112 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what ver...
tekkub/libdatabroker-1-1
0617fd1e5f1c4838f76acd78e57c8a1895843576
Always with the typos, I hate my fingers
diff --git a/README.textile b/README.textile index 0367f3b..d227f7d 100644 --- a/README.textile +++ b/README.textile @@ -1,96 +1,96 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what vers...
tekkub/libdatabroker-1-1
19674c66a17120bf5d2d9fb0f287ccbdcca3a1d0
Add tooltiptext and OnTooltipShow to data addon spec
diff --git a/README.textile b/README.textile index 7e6ae3f..0367f3b 100644 --- a/README.textile +++ b/README.textile @@ -1,94 +1,96 @@ h2. Using LibDataBroker-1.1 h3. Embedding the library LibDataBroker is designed to be embedded into the addons that use it. The user should never have to worry about what vers...
tekkub/libdatabroker-1-1
5ae78829a48f70e3fba22cddf0a11acc026ebd56
Add in some documentation on how to push data into LDB
diff --git a/README.textile b/README.textile index a5643d8..83aeffd 100644 --- a/README.textile +++ b/README.textile @@ -1,39 +1,94 @@ h2. Using LibDataBroker-1.1 -<em> Coming soon to a README near you! </em> +h3. Embedding the library + +LDB is designed to be embedded into the addons that use it. +The user should...
tekkub/libdatabroker-1-1
b190611e12376e940b92c2ef2b672ac19b8fc0d0
Meh, fuck you textile
diff --git a/README.textile b/README.textile index c337de4..a5643d8 100644 --- a/README.textile +++ b/README.textile @@ -1,39 +1,39 @@ h2. Using LibDataBroker-1.1 -_ Coming soon to a README near you! _ +<em> Coming soon to a README near you! </em> h2. Data Specifications Provided below are two suggested data...
tekkub/libdatabroker-1-1
c947601d755eeaa8ce3bf4726f3094fe4fe16d39
Adding readme
diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..c337de4 --- /dev/null +++ b/README.textile @@ -0,0 +1,39 @@ + +h2. Using LibDataBroker-1.1 + +_ Coming soon to a README near you! _ + +h2. Data Specifications + +Provided below are two suggested data specs. +These specs are very open to mo...
tekkub/libdatabroker-1-1
92347c5d8c444c1273c43d388913cf2b847cebfa
Pass current dataobj with attr change callbacks to avoid excessive calls to :GetDataObjectByName
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index aa055aa..364602e 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,61 +1,66 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
1498b61a82f682d616efb4c3db153ac5f21b8616
Make passed dataobj actually work
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index fe43648..aa055aa 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,54 +1,61 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
7782df3c98d115d8580e19ee093442446e9dba30
I always forget the 'then'
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index c6807de..fe43648 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,54 +1,54 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
bdbc513351e02e6907b192915f49c71275658b82
Minor memory optimization - Only hold upvalues to locals in the functions called frequently - Retain the metatable across future lib upgrades (the one in v1 will be lost)
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index 3617bbe..c6807de 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,54 +1,54 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
7655ff9801c598afa9ad5a6f4a29c8d8edf80417
Allow caller to pass a pre-populated table to NewDataObject
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index 6b10124..3617bbe 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,50 +1,54 @@ assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
f9d04aca94f28ed089dc827bf4fd35921c2ea6d9
Add asserts to ensure our embedder has provided LibStub and CBH-1.0
diff --git a/LibDataBroker-1.1.lua b/LibDataBroker-1.1.lua index 636ab1e..6b10124 100644 --- a/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1.lua @@ -1,47 +1,50 @@ +assert(LibStub, "LibDataBroker-1.1 requires LibStub") +assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler...
tekkub/libdatabroker-1-1
caa52c9091b238a937f9dd28097e8628ad790608
Add two more callbacks, so we can listen to all changes to all DOs, and for changes to a specific key across all DOs
diff --git a/LibDataBroker-1.1/LibDataBroker-1.1.lua b/LibDataBroker-1.1/LibDataBroker-1.1.lua index c033090..636ab1e 100644 --- a/LibDataBroker-1.1/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1/LibDataBroker-1.1.lua @@ -1,45 +1,47 @@ local lib = LibStub:NewLibrary("LibDataBroker-1.1", 1) if not lib then return end...
tekkub/libdatabroker-1-1
890376564bf7237d7b28bcc6d88e5db1bfa03d29
Compact down some code
diff --git a/LibDataBroker-1.1/LibDataBroker-1.1.lua b/LibDataBroker-1.1/LibDataBroker-1.1.lua index f12e2b1..c033090 100644 --- a/LibDataBroker-1.1/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1/LibDataBroker-1.1.lua @@ -1,53 +1,45 @@ local lib = LibStub:NewLibrary("LibDataBroker-1.1", 1) if not lib then return end...
tekkub/libdatabroker-1-1
1732e63c1063e07c93a7f3f039182be002fbdfbc
Simplify new/register into one function
diff --git a/LibDataBroker-1.1/LibDataBroker-1.1.lua b/LibDataBroker-1.1/LibDataBroker-1.1.lua index 7cee3e3..f12e2b1 100644 --- a/LibDataBroker-1.1/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1/LibDataBroker-1.1.lua @@ -1,56 +1,53 @@ local lib = LibStub:NewLibrary("LibDataBroker-1.1", 1) if not lib then return end...
tekkub/libdatabroker-1-1
3f44478fe067a11ede0c3149a58ea52cb2629a82
Why do we not fire callbacks for specific keys?
diff --git a/LibDataBroker-1.1/LibDataBroker-1.1.lua b/LibDataBroker-1.1/LibDataBroker-1.1.lua index 608f480..7cee3e3 100644 --- a/LibDataBroker-1.1/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1/LibDataBroker-1.1.lua @@ -1,55 +1,56 @@ local lib = LibStub:NewLibrary("LibDataBroker-1.1", 1) if not lib then return end...
tekkub/libdatabroker-1-1
c95346bd06d59cb7a7cc822aed5311cf37e6bcf1
Clean up redundant code, see redundant
diff --git a/LibDataBroker-1.1/LibDataBroker-1.1.lua b/LibDataBroker-1.1/LibDataBroker-1.1.lua index 77b82a8..608f480 100644 --- a/LibDataBroker-1.1/LibDataBroker-1.1.lua +++ b/LibDataBroker-1.1/LibDataBroker-1.1.lua @@ -1,64 +1,55 @@ -local MAJOR, MINOR = "LibDataBroker-1.1", "$Revision$" -local lib = LibStub:NewLib...
tekkub/libdatabroker-1-1
02eedf1d028c2eb203b4ced5017b754b8b3c70ea
Clean up Elky's retarded whitespace
diff --git a/LibDataBroker-1.0/LibDataBroker-1.0.lua b/LibDataBroker-1.0/LibDataBroker-1.0.lua index 5d83327..9ea6a83 100644 --- a/LibDataBroker-1.0/LibDataBroker-1.0.lua +++ b/LibDataBroker-1.0/LibDataBroker-1.0.lua @@ -1,74 +1,74 @@ --[[ Name: LibDataBroker-1.0 Revision: $Revision$ Author: Elkano (elkano@gmx.de) ...
tekkub/libdatabroker-1-1
bce535daf74fb27c8b18694ca603007634e1aa21
LibDataBroker-1.0: setting attribute to its current value wont fire AttributeChanged anymore
diff --git a/LibDataBroker-1.0/LibDataBroker-1.0.lua b/LibDataBroker-1.0/LibDataBroker-1.0.lua index 33a6159..5d83327 100644 --- a/LibDataBroker-1.0/LibDataBroker-1.0.lua +++ b/LibDataBroker-1.0/LibDataBroker-1.0.lua @@ -1,73 +1,74 @@ --[[ Name: LibDataBroker-1.0 Revision: $Revision$ Author: Elkano (elkano@gmx.de) ...
tekkub/libdatabroker-1-1
e4255aac77c5e244abecf0669d1078fd169efd96
LibDataBroker-1.0: moved the test file in here
diff --git a/tests/LibDataBroker-1.0 tests.lua b/tests/LibDataBroker-1.0 tests.lua new file mode 100644 index 0000000..284d297 --- /dev/null +++ b/tests/LibDataBroker-1.0 tests.lua @@ -0,0 +1,76 @@ +dofile("wow_api.lua") +dofile("../LibStub/LibStub.lua") +dofile("../CallbackHandler-1.0/CallbackHandler-1.0.lua") +dofil...
tekkub/libdatabroker-1-1
13d98defda2a6a438cc422e2d18adea036030062
LibDataBroker-1.0: - readded LS and CBH - pushed TOC - changed directory structure for better embedding - added Revision keyword to lua file
diff --git a/CallbackHandler-1.0/CallbackHandler-1.0.lua b/CallbackHandler-1.0/CallbackHandler-1.0.lua new file mode 100644 index 0000000..5ad658f --- /dev/null +++ b/CallbackHandler-1.0/CallbackHandler-1.0.lua @@ -0,0 +1,239 @@ +--[[ $Id: CallbackHandler-1.0.lua 60548 2008-02-07 11:04:06Z nevcairiel $ ]] +local MAJOR,...
tekkub/libdatabroker-1-1
4718396dc8a209d644375d7f25a718ae91a2c585
LibDataBroker-1.0: initial push to SVN
diff --git a/CallbackHandler-1.0/CallbackHandler-1.0.lua b/CallbackHandler-1.0/CallbackHandler-1.0.lua new file mode 100644 index 0000000..5ad658f --- /dev/null +++ b/CallbackHandler-1.0/CallbackHandler-1.0.lua @@ -0,0 +1,239 @@ +--[[ $Id: CallbackHandler-1.0.lua 60548 2008-02-07 11:04:06Z nevcairiel $ ]] +local MAJOR,...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
4a70b42262066480c74cd0099960f3d6f0eba72f
Allows the user to pass the REMOTE_ADDR via the params hash
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index c5cd597..1381144 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,240 +1,249 @@ package HTML::FormHandlerX::Field::reCAPTCHA; use 5.008; use Captcha::reCA...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
e633908c8d7c9cdbfe6d2994ac57a049f6af4393
new failing test?
diff --git a/t/recaptcha_field.t b/t/recaptcha_field.t index 85a2dcd..446bb8b 100644 --- a/t/recaptcha_field.t +++ b/t/recaptcha_field.t @@ -1,62 +1,79 @@ #/usr/bin/env perl use strict; use warnings; use Test::More tests=>4; use utf8; package Test::reCAPTCHA; use HTML::FormHandler::I18N; use HTML::FormHan...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
d2c4d220baa11119ee731757ebf5fcdb4a69214e
thanks for the test contrib (ferz++)
diff --git a/t/recaptcha_field.t b/t/recaptcha_field.t new file mode 100644 index 0000000..85a2dcd --- /dev/null +++ b/t/recaptcha_field.t @@ -0,0 +1,62 @@ +#/usr/bin/env perl + +use strict; +use warnings; +use Test::More tests=>4; +use utf8; + +package Test::reCAPTCHA; + +use HTML::FormHandler::I18N; +use HTML::FormHa...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
54c38a83bfbd1912707351268080e230748ce715
fixed wrong repo
diff --git a/Changes b/Changes index 24b9fe1..60b4fc0 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,13 @@ Revision History for HTML-FormHandlerX-Field-reCAPTCHA 0.01 22 February 2010 -- Initial Release. 0.02 23 February 2010 -- Fixed some documentation typos and busted url links. -- Fixed some P...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
fe12778736f2d31a34f2d6747a7608910457a642
fixes to prep version 0.02
diff --git a/Changes b/Changes index d2867e9..24b9fe1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision History for HTML-FormHandlerX-Field-reCAPTCHA 0.01 22 February 2010 -- Initial Release. +0.02 23 February 2010 + -- Fixed some documentation typos and busted url links. + -- Fixed some PO...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
8ad954e88f473b43b9eb859d0f7097b0218d3d1e
adding manifest skipping
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..e69de29
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
39eb4f3f61135f75bdbba130992e2f775ed837f7
added changelog
diff --git a/Changes b/Changes new file mode 100644 index 0000000..d2867e9 --- /dev/null +++ b/Changes @@ -0,0 +1,5 @@ +Revision History for HTML-FormHandlerX-Field-reCAPTCHA + +0.01 22 February 2010 + -- Initial Release. +
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
7dbd7f5af18c3ede496e9ff890377a67f1e36a39
minor doc change
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index 21a04b7..2e77f8a 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,236 +1,236 @@ package HTML::FormHandlerX::Field::reCAPTCHA; use 5.008; use Captcha::reCA...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
bdb1d07310a76d27c80459150fccff42bb1ff9f0
Added docs for the new form methods and rebuilt the README
diff --git a/README b/README index d63dbf3..223e554 100644 --- a/README +++ b/README @@ -1,58 +1,118 @@ NAME HTML::FormHandler::Field::reCAPTCHA - Add a Captcha::reCAPTCHA field SYNOPSIS The following is example usage. - In your HTML::FormHandler subclass: + In your HTML::FormHandler subclass, "My...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
56faffb2a7e326c07b0cee5f99fae80f58c02e75
added more docs and allowed people to declare the public/private key in a form method/attribute
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index 3997165..a4b34e5 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,161 +1,197 @@ package HTML::FormHandlerX::Field::reCAPTCHA; use 5.008; use Captcha::reCA...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
c4c404694bfec297ee96a7518005a91a29585754
fixed up docs related to previous
diff --git a/README b/README index 8d915c1..d63dbf3 100644 --- a/README +++ b/README @@ -1,77 +1,58 @@ NAME HTML::FormHandler::Field::reCAPTCHA - Add a Captcha::reCAPTCHA field SYNOPSIS The following is example usage. In your HTML::FormHandler subclass: - has 'valid_recaptcha_security_code...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
5789f3c5ee57120f1a797b22c25ef1ac55fd3ac7
trying to remove the message security key thing
diff --git a/Makefile.PL b/Makefile.PL index d46d677..eacec4f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,16 +1,18 @@ use inc::Module::Install 0.91; use warnings; use strict; all_from 'lib/HTML/FormHandlerX/Field/reCAPTCHA.pm'; repository 'git://github.com/jjn1056/Test-DBIx-Class.git'; requires 'HTM...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
4cc4675da5318932310321266ac6b6e65ba84a6b
fixed readme
diff --git a/README b/README index 95938f5..8d915c1 100644 --- a/README +++ b/README @@ -1,57 +1,77 @@ NAME HTML::FormHandler::Field::reCAPTCHA - Add a Captcha::reCAPTCHA field SYNOPSIS The following is example usage. In your HTML::FormHandler subclass: + has 'valid_recaptcha_security_code...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
9dd74b9ac7ff409050909b849f861ea26eca3f40
hopefully ready for release
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index 30dcc38..eb106c2 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,136 +1,183 @@ package HTML::FormHandlerX::Field::reCAPTCHA; use 5.008; use Captcha::reCA...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
12fd439b7190acd37dc75a9ee117ac0b59fe7861
sync with upstream changes
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index 1ce6759..30dcc38 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,138 +1,136 @@ package HTML::FormHandlerX::Field::reCAPTCHA; use 5.008; +use Captcha::reCA...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
487cd1532c3aa4fd18df0fbe32969616fed68705
basics in place
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index 74314e0..1ce6759 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,138 +1,138 @@ -package HTML::FormHandler::Field::reCAPTCHA; +package HTML::FormHandlerX::Fiel...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
83ccf0b213d88270cfce62791286616fb7b0ed7e
get rid of the same security salt thing. Punt with an example to let the end user handle this
diff --git a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm index bb85157..74314e0 100644 --- a/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm +++ b/lib/HTML/FormHandlerX/Field/reCAPTCHA.pm @@ -1,154 +1,138 @@ package HTML::FormHandler::Field::reCAPTCHA; use 5.008; use Moose; extend...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
987fb425fdc2b4d951fd8377c79dd8546db8b669
added recapcha to makefile and cleaned up docs, fixed security salt thing.
diff --git a/Makefile.PL b/Makefile.PL index 0faaf15..d46d677 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,16 @@ use inc::Module::Install 0.91; use warnings; use strict; all_from 'lib/HTML/FormHandlerX/Field/reCAPTCHA.pm'; repository 'git://github.com/jjn1056/Test-DBIx-Class.git'; requires 'HTM...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
ba81a1df489f7792629ac52add37a3d71c2e9ade
add README
diff --git a/README b/README new file mode 100644 index 0000000..5fe64ba --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +NAME + HTML::FormHandler::Field::reCAPTCHA - Add a Captcha::reCAPTCHA field + +DESCRIPTION + Uses Captcha::reCAPTCHA to add a "Check if the agent is human" field. + +SEE ALSO + The following mo...
jjn1056/HTML-FormHandlerX-Field-reCAPTCHA
221d665ef2a2e233afd55052ecdc314d35ab4e64
adding some files
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..0faaf15 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use inc::Module::Install 0.91; + +use warnings; +use strict; + +all_from 'lib/HTML/FormHandlerX/Field/reCAPTCHA.pm'; +repository 'git://github.com/jjn1056/Test-DBIx-Class.git'; + +requ...
cvpcs/android_external_vixie-cron
572e15242f2f0150942ed6653d7b54c9af03421f
removed unneccessary limit on build tags
diff --git a/Android.mk b/Android.mk index 82c1491..dba16d1 100644 --- a/Android.mk +++ b/Android.mk @@ -1,20 +1,18 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:=\ database.c do_command.c \ entry.c env.c job.c misc.c \ popen.c pw_dup.c user.c cron.c LOCAL_MODULE_PATH := $(TARGET_OUT_...
cvpcs/android_external_vixie-cron
d0b71b7cd529902ac1e1cd27c285f3708ea11054
Added an android makefile to the build
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..82c1491 --- /dev/null +++ b/Android.mk @@ -0,0 +1,20 @@ +LOCAL_PATH:= $(call my-dir) + +include $(CLEAR_VARS) +LOCAL_SRC_FILES:=\ + database.c do_command.c \ + entry.c env.c job.c misc.c \ + popen.c pw_dup.c user.c cron.c +LOCAL_MODULE_PATH := $(T...
z00100/iPhonebook
22acf1d1c108f1bd2cfc75d535deee6f4a454a24
Fixed message
diff --git a/README b/README index 84362ca..e228113 100644 --- a/README +++ b/README @@ -1 +1 @@ -Test file \ No newline at end of file +Test file blah blah \ No newline at end of file
z00100/iPhonebook
f379e44e6f99ee7d569405d6afc758b562a9e116
Added some content
diff --git a/README b/README index e69de29..84362ca 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +Test file \ No newline at end of file
ayax79/jive-dev
bd85d4df10514dc322f0a039fab7d8064d8b3071
outputting stuff working correctly.
diff --git a/script-plugin/src/main/plugin/resources/templates/script-console.ftl b/script-plugin/src/main/plugin/resources/templates/script-console.ftl index ec3ceb2..1956418 100644 --- a/script-plugin/src/main/plugin/resources/templates/script-console.ftl +++ b/script-plugin/src/main/plugin/resources/templates/script...
ayax79/jive-dev
5c30830d06fab8b9d1608ba2f1f4785d9f803b92
added jive properties.
diff --git a/script-plugin/src/main/scala/com/syncapse/plugin/script/BindingUtil.scala b/script-plugin/src/main/scala/com/syncapse/plugin/script/BindingUtil.scala index cada131..b9cce01 100644 --- a/script-plugin/src/main/scala/com/syncapse/plugin/script/BindingUtil.scala +++ b/script-plugin/src/main/scala/com/syncapse...
ayax79/jive-dev
e45931e927752bf0bdca566e280936f7db099525
more work implementing.
diff --git a/script-plugin/src/main/plugin/resources/templates/script-console.ftl b/script-plugin/src/main/plugin/resources/templates/script-console.ftl index 3886ad4..ec3ceb2 100644 --- a/script-plugin/src/main/plugin/resources/templates/script-console.ftl +++ b/script-plugin/src/main/plugin/resources/templates/script...
ayax79/jive-dev
5003219045a4f0d56ca017cf44369ec444c70a2c
more work implementing
diff --git a/.gitignore b/.gitignore index 1965d64..7f351d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ web/target script-plugin/target *.iml *.ipr *.iws web/overlays +target diff --git a/script-plugin/src/main/scala/com/syncapse/plugin/script/ScriptRunner.scala b/script-plugin/src/main/scala/com/syn...
ayax79/jive-dev
703b658a31301d8dff2bafbfdcf6394e57b82494
Actually got the script to run.
diff --git a/script-plugin/pom.xml b/script-plugin/pom.xml index b413fb4..5a7acfe 100644 --- a/script-plugin/pom.xml +++ b/script-plugin/pom.xml @@ -1,199 +1,225 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ $Revision: 96475 $ ~ $Date: 2009-11-02 16:51:02 -0800 (Mon, 02 Nov 2009) $ ~ ~ Copyright (C)...
ayax79/jive-dev
36bea4d67cb23cab19a079e69dad04dbf9893a3a
implementing action runner, etc.
diff --git a/script-plugin/pom.xml b/script-plugin/pom.xml index bf58883..b413fb4 100644 --- a/script-plugin/pom.xml +++ b/script-plugin/pom.xml @@ -1,165 +1,199 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ $Revision: 96475 $ ~ $Date: 2009-11-02 16:51:02 -0800 (Mon, 02 Nov 2009) $ ~ ~ Copyright (C)...
ayax79/jive-dev
eb9221c511de4780585473728353d5566873d847
removed plugin class name.
diff --git a/script-plugin/src/main/plugin/plugin.xml b/script-plugin/src/main/plugin/plugin.xml index d8dc3f4..d49e6ac 100644 --- a/script-plugin/src/main/plugin/plugin.xml +++ b/script-plugin/src/main/plugin/plugin.xml @@ -1,23 +1,21 @@ <plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespa...
ayax79/jive-dev
5d525ff728bf5797a8db1e6e5960ab530ced77a9
renamed.
diff --git a/script-plugin/src/main/plugin/struts.xml b/script-plugin/src/main/plugin/struts.xml index 7ce9245..835bd9b 100644 --- a/script-plugin/src/main/plugin/struts.xml +++ b/script-plugin/src/main/plugin/struts.xml @@ -1,5 +1,10 @@ <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration ...
ayax79/jive-dev
f69f04558e208e649b1527f2bb6c5e800e932b22
config stuff.
diff --git a/script-plugin/pom.xml b/script-plugin/pom.xml index ea5e1e1..bf58883 100644 --- a/script-plugin/pom.xml +++ b/script-plugin/pom.xml @@ -1,157 +1,165 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ $Revision: 96475 $ ~ $Date: 2009-11-02 16:51:02 -0800 (Mon, 02 Nov 2009) $ ~ ~ Copyright (C)...
ayax79/jive-dev
a1c83e86ca07dfca5d515a4e5e44f0eda0743d2a
configuration
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1965d64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +web/target +script-plugin/target +*.iml +*.ipr +*.iws +web/overlays diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7121811 --- /dev/null +++ b/pom.xml @@ -0,0 +1,214 @@ +<...
seikichi/pumblr
41c16fa53a7a529797e14a6d6f1b8ba155d25827
add MANIFEST.in
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..afce50f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include README.rst +include README.ja.rst +include LICENSE +include MANIFEST.in +include testdata/* +recursive-include *.py
seikichi/pumblr
950ac22e3a6f04ce761f9fc68b632bd72f780be8
version up(0.1.0->0.1.1)
diff --git a/setup.py b/setup.py index 7014d85..d87603e 100644 --- a/setup.py +++ b/setup.py @@ -1,30 +1,30 @@ from setuptools import setup, find_packages import sys, os -version = '0.1.0' +version = '0.1.1' setup(name='pumblr', version=version, description="A python library for The Tumblr API.", ...
seikichi/pumblr
8838bdbc98861ae2824b39663343b1c41b0b9933
modify README
diff --git a/README.ja.rst b/README.ja.rst index 63a3993..a857d76 100644 --- a/README.ja.rst +++ b/README.ja.rst @@ -1,69 +1,69 @@ ========== pumblr ========== What's this? ------------ Tumblr APIのためのライブラリ. Requirements ------------ | python 2.5 or later | simplejson (python 2.5) ...
seikichi/pumblr
718f833c82784681bebd6a7e134e790e8e9fa685
group等を 'hoge' or 'hoge.tumblr.com' のどちらでも指定できるように
diff --git a/pumblr/api.py b/pumblr/api.py index eb875a7..3d0dbfc 100755 --- a/pumblr/api.py +++ b/pumblr/api.py @@ -1,315 +1,318 @@ #!/usr/bin/python # -*- coding: utf-8 -*- import utils import urllib2 import functools json = utils.import_json() from models import ApiRead from errors import PumblrError, Pu...
seikichi/pumblr
067984d6c163b28589f8d3047946c0d82227be22
modify setup.py (remove 'simplejson' in install_requires)
diff --git a/setup.py b/setup.py index 3559ff9..7014d85 100644 --- a/setup.py +++ b/setup.py @@ -1,31 +1,30 @@ from setuptools import setup, find_packages import sys, os version = '0.1.0' setup(name='pumblr', version=version, description="A python library for The Tumblr API.", long_descript...
seikichi/pumblr
455e6ad77221a3a557661154947350cee4ac9be4
add optional params to write api.
diff --git a/pumblr/api.py b/pumblr/api.py index e9ec7ee..eb875a7 100755 --- a/pumblr/api.py +++ b/pumblr/api.py @@ -1,307 +1,315 @@ #!/usr/bin/python # -*- coding: utf-8 -*- import utils import urllib2 import functools json = utils.import_json() from models import ApiRead from errors import PumblrError, Pu...
seikichi/pumblr
6be06b18c29df21bc3ca3d5d87427b6f0e002c49
modify classifiers in setup.py
diff --git a/setup.py b/setup.py index 004c184..3559ff9 100644 --- a/setup.py +++ b/setup.py @@ -1,26 +1,31 @@ from setuptools import setup, find_packages import sys, os version = '0.1.0' setup(name='pumblr', version=version, description="A python library for The Tumblr API.", long_descript...
seikichi/pumblr
88c8b297f9d7180c83119e771127d467c1af6014
modify install_requires in setup.py (add 'simplejson')
diff --git a/setup.py b/setup.py index 4e096a0..004c184 100644 --- a/setup.py +++ b/setup.py @@ -1,26 +1,26 @@ from setuptools import setup, find_packages import sys, os version = '0.1.0' setup(name='pumblr', version=version, description="A python library for The Tumblr API.", long_descript...
seikichi/pumblr
4987842e35215836e7f0d5440a296c24dbd2aeaa
apiにあたえるメールアドレスとパスを変更->認証失敗の場合でも_authenticatedがTrueのままになっていたのを修正
diff --git a/pumblr/api.py b/pumblr/api.py index 4e76ef5..e9ec7ee 100755 --- a/pumblr/api.py +++ b/pumblr/api.py @@ -1,306 +1,307 @@ #!/usr/bin/python # -*- coding: utf-8 -*- import utils import urllib2 import functools json = utils.import_json() from models import ApiRead from errors import PumblrError, Pu...
seikichi/pumblr
4268e89a2a599ee1d66ac9a977206d341e187dc6
write docstrings of API class method
diff --git a/pumblr/api.py b/pumblr/api.py index fa776ed..4e76ef5 100755 --- a/pumblr/api.py +++ b/pumblr/api.py @@ -1,296 +1,306 @@ #!/usr/bin/python # -*- coding: utf-8 -*- import utils import urllib2 import functools json = utils.import_json() from models import ApiRead from errors import PumblrError, Pu...
seikichi/pumblr
8fb5a126e36d48f4c2fde5ce09066f5f4b0b03db
conversation, audio, videoをwriteするメソッド追加
diff --git a/pumblr/api.py b/pumblr/api.py index c81ad2e..fa776ed 100755 --- a/pumblr/api.py +++ b/pumblr/api.py @@ -1,242 +1,296 @@ #!/usr/bin/python # -*- coding: utf-8 -*- import utils import urllib2 import functools json = utils.import_json() from models import ApiRead from errors import PumblrError, Pu...