]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Sun, 28 Sep 2008 13:28:46 +0000 (09:28 -0400)]
Evan Prodromou [Sun, 28 Sep 2008 13:27:47 +0000 (09:27 -0400)]
change arguments to Notice::publicStream
darcs-hash:
20080928132747 -5ed1f-
9e9b6d8b91f855758ca4b269418f6d5d6e4a2ae0 .gz
Evan Prodromou [Sun, 28 Sep 2008 12:06:16 +0000 (08:06 -0400)]
shownotices takes user rather than profile in showstream
darcs-hash:
20080928120616 -5ed1f-
fc0b136afff897a2d69f88dd83b6fc5df4f675b6 .gz
Evan Prodromou [Sun, 28 Sep 2008 12:01:19 +0000 (08:01 -0400)]
single function for important streams, with memcached support
I moved the 4 streams for a user (with friends, faves, replies,
personal) into functions on the User object. Added a helper function
in Notice for making notice streams. Also, will fetch notice streams
out of the memcached server, if possible. Made the API, RSS, and HTML
output all use the same streams (hopefully cached).
Added some code to Notice to blow the cache when a notice is posted.
Also, added code to favor and disfavor actions to blow the faves
cache, too.
darcs-hash:
20080928120119 -5ed1f-
ead542348bcd3cf315be6f42934353154402eb16 .gz
Evan Prodromou [Sat, 27 Sep 2008 12:35:07 +0000 (08:35 -0400)]
slightly better check on $orig in update()
darcs-hash:
20080927123507 -5ed1f-
57bc3843352007ae47689a94483d315984276b45 .gz
Evan Prodromou [Fri, 26 Sep 2008 20:01:02 +0000 (16:01 -0400)]
move memcache connections to util.php
darcs-hash:
20080926200102 -5ed1f-
debbc18981424d7724277ac82e5fbfd5e797090e .gz
Evan Prodromou [Fri, 26 Sep 2008 19:55:01 +0000 (15:55 -0400)]
handle multiple memcached servers
darcs-hash:
20080926195501 -5ed1f-
b811fac3320a0b6d8002771caa9463ba9a0889a1 .gz
Evan Prodromou [Fri, 26 Sep 2008 16:53:10 +0000 (12:53 -0400)]
wasn't returning results of update
darcs-hash:
20080926165310 -5ed1f-
e6d17801c4e9f58cbbbfa774e79583221fdca01f .gz
Evan Prodromou [Fri, 26 Sep 2008 16:52:01 +0000 (12:52 -0400)]
add some more info on notice update
darcs-hash:
20080926165201 -5ed1f-
8efd0369f1f367dacca450ac3bffd755ea841f6f .gz
Evan Prodromou [Fri, 26 Sep 2008 16:50:29 +0000 (12:50 -0400)]
log a db error for inserting the notice
darcs-hash:
20080926165029 -5ed1f-
60059ffeac9a39326fc6286faf4ac13c35127f25 .gz
Evan Prodromou [Fri, 26 Sep 2008 16:45:32 +0000 (12:45 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:44:13 +0000 (12:44 -0400)]
Memcache returns false on cache miss
darcs-hash:
20080926164413 -5ed1f-
d0bbbab5215e43d182e8807fc9fec6cc86dae1ae .gz
Evan Prodromou [Fri, 26 Sep 2008 16:40:21 +0000 (12:40 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:35:55 +0000 (12:35 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:33:57 +0000 (12:33 -0400)]
handle one-argument calls to staticGet
darcs-hash:
20080926163357 -5ed1f-
49bd6d85d34d0e6ac3514c06d99e5b5b9a78b0fc .gz
Evan Prodromou [Fri, 26 Sep 2008 16:30:30 +0000 (12:30 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:23:47 +0000 (12:23 -0400)]
try to make some static/non-static stuff work right
darcs-hash:
20080926162347 -5ed1f-
ddb17266f5a60ee85db5fdfb9c8bd12311da3c73 .gz
Evan Prodromou [Fri, 26 Sep 2008 16:19:46 +0000 (12:19 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:18:24 +0000 (12:18 -0400)]
path correct in require_once for memcached
darcs-hash:
20080926161824 -5ed1f-
b4fb53e5ca65bb099aabbba6ea60a13496f669a2 .gz
Evan Prodromou [Fri, 26 Sep 2008 16:16:52 +0000 (12:16 -0400)]
Evan Prodromou [Fri, 26 Sep 2008 16:15:40 +0000 (12:15 -0400)]
prepend Memcached_DataObject require with INSTALLDIR
darcs-hash:
20080926161540 -5ed1f-
2e9dc6f2297c612208214a6d52f36ce0dd7aa4de .gz
Evan Prodromou [Fri, 26 Sep 2008 16:09:41 +0000 (12:09 -0400)]
caching layer for DB/DataObject
I added a new class, Memcached_DataObject, that will (optionally)
fetch data out of a memcached server if it's available. This only
works on 'staticGet'.
Methods that write to the database (insert, update, delete) will clear
and set the cache correctly, too.
darcs-hash:
20080926160941 -5ed1f-
922de078b4c1941853ad014edf9a17fae486f8cf .gz
Evan Prodromou [Fri, 26 Sep 2008 14:50:08 +0000 (10:50 -0400)]
try to clean up user-without-profile errors
darcs-hash:
20080926145008 -5ed1f-
8a60ed3c5adbfe75aa044732e8d10dbdb9b93089 .gz
Evan Prodromou [Wed, 24 Sep 2008 21:07:57 +0000 (17:07 -0400)]
Evan Prodromou [Wed, 24 Sep 2008 21:04:59 +0000 (17:04 -0400)]
redirect to outbox after posting
darcs-hash:
20080924210459 -5ed1f-
8fb83a73373b4077a47a7f78b26161adcbe1f977 .gz
Evan Prodromou [Wed, 24 Sep 2008 21:02:54 +0000 (17:02 -0400)]
correct url for new message form
darcs-hash:
20080924210254 -5ed1f-
2c6fd16b9be0dafb3b72ef23b53193db5e188b46 .gz
Evan Prodromou [Wed, 24 Sep 2008 20:41:31 +0000 (16:41 -0400)]
put message form on inbox and outbox
darcs-hash:
20080924204131 -5ed1f-
099c73720b3a4f2263ca28566fcd6b4c809fd4ab .gz
Evan Prodromou [Wed, 24 Sep 2008 20:22:11 +0000 (16:22 -0400)]
change handle() to use message-getting helper
darcs-hash:
20080924202211 -5ed1f-
a39e520b113a843bee6dd9e2e56c1a7afb2bb896 .gz
Evan Prodromou [Wed, 24 Sep 2008 20:07:10 +0000 (16:07 -0400)]
change the rule for detecting replies.
darcs-hash:
20080924200710 -5ed1f-
be75fac6babb59469a1967436c32f0d8c8271680 .gz
Evan Prodromou [Wed, 24 Sep 2008 16:17:08 +0000 (12:17 -0400)]
default sending local @ replies to Twitter
darcs-hash:
20080924161708 -5ed1f-
c215f149abc11b07c34fda59c90a26d8b7603d38 .gz
mac65 [Mon, 22 Sep 2008 22:34:29 +0000 (18:34 -0400)]
Fix ticket 460
The show action for the twitter user API was using subscribed instead of
subscriber to grab the friends_count.
darcs-hash:
20080922223429 -e558a-
4b456954f475c022be288e85a186ffa8794fad03 .gz
mac65 [Mon, 22 Sep 2008 21:33:14 +0000 (17:33 -0400)]
Fix ticket 662
The user_timeline action for the Twitter API was not reading the page
argument. Added in one line to assign the page argument. Tested on local
install and it worked.
darcs-hash:
20080922213314 -e558a-
1e429af6660de21990236b2bb444f2b6f36e08df .gz
Evan Prodromou [Wed, 24 Sep 2008 15:08:34 +0000 (11:08 -0400)]
change foreign links flags code to use bitmasks
Zach was doing a lot of integer comparisons on the Foreign_link sync
fields. I switched them to use named bitmasks instead. I also switched
the semantics of bit 3 to be the opposite of what Zach had -- I find
lots of double-negatives in a checkbox to be hard to read.
darcs-hash:
20080924150834 -5ed1f-
54cd945f61e43bc06768037c60c1e6180a8feead .gz
Zach Copley [Wed, 24 Sep 2008 06:04:55 +0000 (02:04 -0400)]
Twitter bridge - Was using the wrong idiom to update foreign_link
objs, which was causing UI inconsistencies. Fixed.
darcs-hash:
20080924060455 -7b5ce-
71ac4bb3a80ca44e6ae758d2287d50c918d1d908 .gz
Zach Copley [Wed, 24 Sep 2008 05:24:31 +0000 (01:24 -0400)]
Twitter bridge - fixed another bug that kept prefs from saving properly
darcs-hash:
20080924052431 -7b5ce-
589a3f5352f241c5c938ed855601d971e8d69fff .gz
Zach Copley [Wed, 24 Sep 2008 02:36:15 +0000 (22:36 -0400)]
Twitter bridge - pref setting to turn off sending @-replies to Twitter
darcs-hash:
20080924023615 -7b5ce-
c747e8236b3967824ed93f18285e1b6e0b46c3f0 .gz
Zach Copley [Tue, 23 Sep 2008 23:19:21 +0000 (19:19 -0400)]
Twitter bridge - Bugfix: You can now turn off brige via prefs
darcs-hash:
20080923231921 -7b5ce-
751490e59ae0a76cebf83eea98da902a63e39645 .gz
Zach Copley [Tue, 23 Sep 2008 22:14:39 +0000 (18:14 -0400)]
README - Added mbstring to the list of required PHP5 extensions
darcs-hash:
20080923221439 -7b5ce-
be8cfce3a34039bd665348a66812b3a3859a0561 .gz
Zach Copley [Tue, 23 Sep 2008 21:38:29 +0000 (17:38 -0400)]
Added option to add disable attr to common_checkbox()
darcs-hash:
20080923213829 -7b5ce-
da5c5d25639812403eb59787c4c429cc9931d08a .gz
Evan Prodromou [Tue, 23 Sep 2008 18:30:35 +0000 (14:30 -0400)]
note privacy of login credentials and private messages
darcs-hash:
20080923183035 -5ed1f-
3a121f45bb373c25cf56fd83c37b552b522844dd .gz
Evan Prodromou [Tue, 23 Sep 2008 18:20:24 +0000 (14:20 -0400)]
better logic around protecting messages
darcs-hash:
20080923182024 -5ed1f-
cd751ae81cde929ab377734a41e0cdad321ffec5 .gz
Evan Prodromou [Tue, 23 Sep 2008 18:16:48 +0000 (14:16 -0400)]
Evan Prodromou [Tue, 23 Sep 2008 17:43:02 +0000 (13:43 -0400)]
rationalize Zach's change of length with my added _ and caps
darcs-hash:
20080923174302 -5ed1f-
bf1e3339745eb497523912c2e58298b25ebe89d5 .gz
Zach Copley [Tue, 23 Sep 2008 08:41:45 +0000 (04:41 -0400)]
Twitter bridge - Changed Twitter username length check from 64 chars to Twitter max of 15.
darcs-hash:
20080923084145 -7b5ce-
25cfef64778010135234046be25294a3c7860419 .gz
Zach Copley [Tue, 23 Sep 2008 08:36:32 +0000 (04:36 -0400)]
Twitter bridge: Hack to get around PHP cURL's use of @ as a metachar,
which was keeping @reply messages from getting posted to Twitter.
darcs-hash:
20080923083632 -7b5ce-
02498acc9fba3070b984eb473ec7825a5eaa2a77 .gz
Evan Prodromou [Tue, 23 Sep 2008 08:08:55 +0000 (04:08 -0400)]
Evan Prodromou [Tue, 23 Sep 2008 08:02:46 +0000 (04:02 -0400)]
was notifying user name not object
darcs-hash:
20080923080246 -5ed1f-
a14a101fe2c8cb436ba278dc1b1af9ca3a02f634 .gz
Zach Copley [Tue, 23 Sep 2008 07:45:29 +0000 (03:45 -0400)]
Twitter bridge - fix to allow linking to 'protected' Twitter users
darcs-hash:
20080923074529 -7b5ce-
818fc75dd3a59ae2f1de1b73e1884dd8a826bd6e .gz
Evan Prodromou [Tue, 23 Sep 2008 07:21:50 +0000 (03:21 -0400)]
try some fiddling to get message notification going out
darcs-hash:
20080923072150 -5ed1f-
e885ab238ccf5bb4b21486b37cf8449812cae7ee .gz
Evan Prodromou [Tue, 23 Sep 2008 06:52:11 +0000 (02:52 -0400)]
Evan Prodromou [Tue, 23 Sep 2008 06:50:21 +0000 (02:50 -0400)]
append LACONICA_VERSION to css files to force reload
darcs-hash:
20080923065021 -5ed1f-
cef0ed94149b862aa4bf3b1d0189d6fb6d15aaf7 .gz
Evan Prodromou [Tue, 23 Sep 2008 06:30:29 +0000 (02:30 -0400)]
incorrect message info shown in title
darcs-hash:
20080923063029 -5ed1f-
de15e9af49acb7e402127b45cd5b6c2814f559bb .gz
Evan Prodromou [Tue, 23 Sep 2008 06:03:14 +0000 (02:03 -0400)]
change twitter username to allow uppercase letters and underscores
darcs-hash:
20080923060314 -5ed1f-
2ec4894251b99a2f9e9763ecc41659533bfab2eb .gz
Evan Prodromou [Tue, 23 Sep 2008 05:44:13 +0000 (01:44 -0400)]
change how Foreign_link fetches, and fix mixup between user-ids and foreign-ids in twittersettings
darcs-hash:
20080923054413 -5ed1f-
a317e07925101215e87d2db0c574d20c1cfac665 .gz
Evan Prodromou [Tue, 23 Sep 2008 05:06:37 +0000 (01:06 -0400)]
403 for a message that isn't yours.
darcs-hash:
20080923050637 -5ed1f-
c568033b5c00ac32d9ad63b5a4d18a81c09ad525 .gz
Evan Prodromou [Tue, 23 Sep 2008 04:54:49 +0000 (00:54 -0400)]
Evan Prodromou [Tue, 23 Sep 2008 03:14:19 +0000 (23:14 -0400)]
CSRF protection in newmessage.php
darcs-hash:
20080923031419 -5ed1f-
5435509496b882de27d4c3acca4697cc410ee7be .gz
Evan Prodromou [Mon, 22 Sep 2008 23:23:28 +0000 (19:23 -0400)]
Fix quotes in favorite notification
darcs-hash:
20080922232328 -5ed1f-
846910a5f0bb379130055d035c3686e3e639912d .gz
Evan Prodromou [Mon, 22 Sep 2008 22:56:20 +0000 (18:56 -0400)]
check for cur before message link
darcs-hash:
20080922225620 -5ed1f-
0dd8e76bcb8850744040e234e04b3182a0e13add .gz
Evan Prodromou [Mon, 22 Sep 2008 22:50:31 +0000 (18:50 -0400)]
merge CiaranG's changes for subs
darcs-hash:
20080922225031 -84dde-
c6967f46ae642f8943b0de77d9a82892ecadb4ce .gz
CiaranG [Sat, 6 Sep 2008 20:22:42 +0000 (16:22 -0400)]
A working stopdaemons.sh, and no parameter needed for startdaemons.sh
darcs-hash:
20080906202242 -f6e2c-
8f3d04c181ef4bffc1727f3333a3bfe5766bda6b .gz
Evan Prodromou [Mon, 22 Sep 2008 22:32:39 +0000 (18:32 -0400)]
Evan Prodromou [Mon, 22 Sep 2008 21:40:03 +0000 (17:40 -0400)]
hide IM settings if xmpp disabled
darcs-hash:
20080922214003 -5ed1f-
f183262f41a430710946470133f61694e322fcad .gz
Evan Prodromou [Mon, 22 Sep 2008 21:21:20 +0000 (17:21 -0400)]
add additional licenses into extlib subdir
darcs-hash:
20080922212120 -5ed1f-
951b3a20590bbbb317909953287f6afb5354afa6 .gz
Evan Prodromou [Mon, 22 Sep 2008 19:58:24 +0000 (15:58 -0400)]
Evan Prodromou [Mon, 22 Sep 2008 19:09:37 +0000 (15:09 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 15:28:23 +0000 (11:28 -0400)]
don't notify you favor your own notice
darcs-hash:
20080918152823 -5ed1f-
bc7bea3305c39cfbc41f4a116b9a602ada556365 .gz
Evan Prodromou [Thu, 18 Sep 2008 15:26:12 +0000 (11:26 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 15:21:24 +0000 (11:21 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 15:19:07 +0000 (11:19 -0400)]
correct background of dis/favor form on hover
darcs-hash:
20080918151907 -5ed1f-
e747294fbd1545c622ae743de92cd7ff2bda1557 .gz
Evan Prodromou [Thu, 18 Sep 2008 15:16:42 +0000 (11:16 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 15:07:53 +0000 (11:07 -0400)]
have to add the ajaxHidden thing, too
darcs-hash:
20080918150753 -5ed1f-
ffb32e350a24e7a425f5ce2b46b3248f22523d2a .gz
Evan Prodromou [Thu, 18 Sep 2008 15:04:38 +0000 (11:04 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 15:01:20 +0000 (11:01 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 14:55:45 +0000 (10:55 -0400)]
get the zeroth form in the returned array
darcs-hash:
20080918145545 -5ed1f-
11100b4bd89ef289f31bbfd37a58c4395469f808 .gz
Evan Prodromou [Thu, 18 Sep 2008 14:07:56 +0000 (10:07 -0400)]
ah, turns out each() stuff is called as a method
darcs-hash:
20080918140756 -5ed1f-
800912781c9b34d4490cef462ad32a6afa7e799c .gz
Evan Prodromou [Thu, 18 Sep 2008 14:05:33 +0000 (10:05 -0400)]
Gee, maybe I shouldn't try to write DOM code from memory
darcs-hash:
20080918140533 -5ed1f-
429c55bd99e468dc1e9d1ba4c8823f4027e94477 .gz
Evan Prodromou [Thu, 18 Sep 2008 13:56:08 +0000 (09:56 -0400)]
if favor/disfavor submitted through ajax, return micro-html of form
darcs-hash:
20080918135608 -5ed1f-
d753cb01f96e04871eb4f503ccd258674a03623a .gz
Evan Prodromou [Thu, 18 Sep 2008 13:55:02 +0000 (09:55 -0400)]
big changes to the README, part 1
darcs-hash:
20080918135502 -5ed1f-
c13d8015d6784fbec259cfd62811661cd7b7c79f .gz
Evan Prodromou [Thu, 18 Sep 2008 03:20:48 +0000 (23:20 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:57:13 +0000 (22:57 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:55:43 +0000 (22:55 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:54:28 +0000 (22:54 -0400)]
fix htaccess so pass message param correctly
darcs-hash:
20080918025428 -5ed1f-
863296cf8f17d97b415e3ec78e7cc592ebb18b5d .gz
Evan Prodromou [Thu, 18 Sep 2008 02:52:32 +0000 (22:52 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:30:32 +0000 (22:30 -0400)]
return correct data structure for messages in showmessage
darcs-hash:
20080918023032 -5ed1f-
e8789b391eb88a181bb6232a5e5f199b0ccb2098 .gz
Evan Prodromou [Thu, 18 Sep 2008 02:28:41 +0000 (22:28 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:27:56 +0000 (22:27 -0400)]
try to move the message box up a bit
darcs-hash:
20080918022756 -5ed1f-
c51413846aefe2e1308969376733433c9c4de222 .gz
Evan Prodromou [Thu, 18 Sep 2008 02:25:58 +0000 (22:25 -0400)]
set message form label to display inline
darcs-hash:
20080918022558 -5ed1f-
d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8 .gz
Evan Prodromou [Thu, 18 Sep 2008 02:24:10 +0000 (22:24 -0400)]
no instructions for 'to' dropdown
darcs-hash:
20080918022410 -5ed1f-
0c4f5ca478246d4d8e56a0b71419d179ea66ff2b .gz
Evan Prodromou [Thu, 18 Sep 2008 02:19:26 +0000 (22:19 -0400)]
Evan Prodromou [Thu, 18 Sep 2008 02:17:27 +0000 (22:17 -0400)]
rearrange paragraphs in message form
darcs-hash:
20080918021727 -5ed1f-
ad74f71450db27e587b04fe19dfbbaf51f4d0300 .gz
Evan Prodromou [Thu, 18 Sep 2008 02:14:21 +0000 (22:14 -0400)]
Evan Prodromou [Wed, 17 Sep 2008 19:21:21 +0000 (15:21 -0400)]
some minor fixes for new messages
darcs-hash:
20080917192121 -5ed1f-
15603b7f7d5246caed3e1633cc3361e1288d8653 .gz
Evan Prodromou [Wed, 17 Sep 2008 19:16:52 +0000 (15:16 -0400)]
Evan Prodromou [Wed, 17 Sep 2008 19:07:45 +0000 (15:07 -0400)]
Evan Prodromou [Wed, 17 Sep 2008 19:04:45 +0000 (15:04 -0400)]
skip over Mailbox::handle to Action::handle
darcs-hash:
20080917190445 -5ed1f-
4fdf97356c40eb076185eff790ce0d34b5117699 .gz
Evan Prodromou [Wed, 17 Sep 2008 19:03:06 +0000 (15:03 -0400)]
fix missing variable in save-new-message
darcs-hash:
20080917190306 -5ed1f-
f2d339ce6d5c7c32940046012a0d4702be6eade2 .gz
Evan Prodromou [Wed, 17 Sep 2008 18:59:50 +0000 (14:59 -0400)]
correct urls from fancy url for show-message
darcs-hash:
20080917185950 -5ed1f-
27fc1ee8d68df57b8dd687eb4e701beba2269924 .gz
Evan Prodromou [Wed, 17 Sep 2008 18:57:23 +0000 (14:57 -0400)]
not a nickname so don't canonicalize
darcs-hash:
20080917185723 -5ed1f-
1795b591692f804df3140012af69560aa8204b77 .gz
Evan Prodromou [Wed, 17 Sep 2008 18:51:42 +0000 (14:51 -0400)]
to parameter is an ID not a nickname
darcs-hash:
20080917185142 -5ed1f-
1f87afb283161609bfc202824a39c53f3239b716 .gz