]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Tue, 30 Dec 2008 20:20:19 +0000 (15:20 -0500)]
Laconica-specific extensions for Twitter API
darcs-hash:
20081230202019 -84dde-
0aab26044f990fc1039c669cd36860b5389fab64 .gz
Evan Prodromou [Tue, 23 Dec 2008 19:57:22 +0000 (14:57 -0500)]
whitespace changes in actions/register.php after global search-and-replace
darcs-hash:
20081223195722 -84dde-
7416c826728867e431511266ce18699d129a60ed .gz
Zach Copley [Thu, 25 Dec 2008 15:22:07 +0000 (10:22 -0500)]
Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with invalid "expect" headers
darcs-hash:
20081225152207 -7b5ce-
fe890baabaa8f0bf60b05f7558c1ece3544d9906 .gz
Evan Prodromou [Tue, 23 Dec 2008 19:49:23 +0000 (14:49 -0500)]
move opening brace of class declaration to next line
Another gigantor PEAR coding standards patch. Here, I've moved the
opening curly bracket on a class statement to the following line.
darcs-hash:
20081223194923 -84dde-
77a93de314caadbcb5b70bf346a4648be77a864e .gz
Evan Prodromou [Tue, 23 Dec 2008 19:44:28 +0000 (14:44 -0500)]
TRUE
More PEAR coding standards global changes. Here, I've changed all
instances of TRUE to true and FALSE to false.
darcs-hash:
20081223194428 -84dde-
cb1a1e6f679acd68e864545c4d4dd8752d6a6257 .gz
Evan Prodromou [Tue, 23 Dec 2008 19:33:23 +0000 (14:33 -0500)]
change function headers to K&R style
Another huge change, for PEAR code standards compliance. Function
headers have to be in K&R style (opening brace on its own line),
instead of having the opening brace on the same line as the function
and parameters. So, a little perl magic found all the function
definitions and move the opening brace to the next line (properly
indented... usually).
darcs-hash:
20081223193323 -84dde-
a28e36ecc66672c783c2842d12fc11043c13ab28 .gz
Evan Prodromou [Tue, 23 Dec 2008 19:21:29 +0000 (14:21 -0500)]
replace NULL with null
Another global search-and-replace update. Here, I've replaced the PHP
keyword 'NULL' with its lowercase version. This is another PEAR code
standards change.
darcs-hash:
20081223192129 -84dde-
4a0182e0ec16a01ad88745ad3e08f7cb501aee0b .gz
Evan Prodromou [Tue, 23 Dec 2008 19:19:07 +0000 (14:19 -0500)]
replace all tabs with four spaces
The PEAR coding standards decree: no tabs, but indent by four spaces.
I've done a global search-and-replace on all tabs, replacing them by
four spaces. This is a huge change, but it will go a long way to
getting us towards phpcs-compliance. And that means better code
readability, and that means more participation.
darcs-hash:
20081223191907 -84dde-
21e8efe210e6d5d54e935a22d0cee5c7bbfc007d .gz
Evan Prodromou [Tue, 23 Dec 2008 19:14:30 +0000 (14:14 -0500)]
incorrect label on notice list file comment
darcs-hash:
20081223191430 -84dde-
7f50fbf9c39c3f397196ffca318d51de6624d7c9 .gz
Evan Prodromou [Tue, 23 Dec 2008 19:08:51 +0000 (14:08 -0500)]
bring lib/noticelist.php into line with PEAR code standards
darcs-hash:
20081223190851 -84dde-
ecad63595159aca2ae014325c9af29a9ace21c3d .gz
Evan Prodromou [Tue, 23 Dec 2008 17:33:30 +0000 (12:33 -0500)]
reformat and document lib/mail.php for phpcs conformance
darcs-hash:
20081223173330 -84dde-
8cbbfd3953e8a67d5e58679431f93651ddf3122a .gz
Evan Prodromou [Mon, 22 Dec 2008 20:13:04 +0000 (15:13 -0500)]
bring messaging section (inbox, outbox, mailbox) into PEAR Code Standards compliance
Actually refactored the method names on these classes to come into
complete compliance with the code standards. Untested; maybe there are
some bad method names now.
darcs-hash:
20081222201304 -84dde-
3effcce0f9ef25fbe0bfebd505037d9ff37252fa .gz
Evan Prodromou [Mon, 22 Dec 2008 19:50:41 +0000 (14:50 -0500)]
bring mailbox.php into line with PEAR Coding Standards (mostly)
darcs-hash:
20081222195041 -84dde-
3cc82f6b0f3e4e753c9525aa9a881cfb0c25830c .gz
Evan Prodromou [Mon, 22 Dec 2008 19:30:29 +0000 (14:30 -0500)]
reformat lib/language.php for PEAR Coding Standards
darcs-hash:
20081222193029 -84dde-
8d0f64d0fad2a2854d1a3a294a30e74d73fd1bd1 .gz
Evan Prodromou [Mon, 22 Dec 2008 17:32:49 +0000 (12:32 -0500)]
reformat lib/jabber.php for phpcs, including doc comments
darcs-hash:
20081222173249 -84dde-
202ba409e32e2b27089a1bc5431507c9d8a2782e .gz
Evan Prodromou [Sun, 21 Dec 2008 00:58:37 +0000 (19:58 -0500)]
Evan Prodromou [Sun, 21 Dec 2008 00:46:07 +0000 (19:46 -0500)]
reformat lib/daemon.php for phpcs
darcs-hash:
20081221004607 -84dde-
d83d0661b29e532b8842b7ae45c961446669fb74 .gz
Evan Prodromou [Sun, 21 Dec 2008 00:39:55 +0000 (19:39 -0500)]
some modifications to assuage phpcs
darcs-hash:
20081221003955 -84dde-
d6e8067a579f70dcb707f4525e588920a2375f5c .gz
Evan Prodromou [Sun, 21 Dec 2008 00:30:16 +0000 (19:30 -0500)]
reformatting for phpcs in lib/util.php
darcs-hash:
20081221003016 -84dde-
0e80268e95235462e069d4d1e6b949bc891ccdbd .gz
Evan Prodromou [Sun, 21 Dec 2008 00:23:32 +0000 (19:23 -0500)]
first step of phpcs-cleanup of index.php
darcs-hash:
20081221002332 -84dde-
5834e12499fff0a23a8a6a76018f8beaa5ea8a96 .gz
Evan Prodromou [Fri, 12 Dec 2008 17:11:35 +0000 (12:11 -0500)]
more information in subscription notices
darcs-hash:
20081212171135 -84dde-
543176e3a8190699e44fc896ba90f6ea776057d4 .gz
Sarven Capadisli [Thu, 18 Dec 2008 00:33:02 +0000 (19:33 -0500)]
identica badge by Kent Brewster. For more information see:
http://kentbrewster.com/identica-badge/
Copy and paste the following wherever you want the badge to show up:
<script type
darcs-hash:
20081218003302 -efd22-
9423c6317fe60a3c288c713333f7b16a84228c3e .gz
Evan Prodromou [Tue, 6 May 2008 15:17:29 +0000 (11:17 -0400)]
add standard directories
Added some of the standard directories
darcs-hash:
20080506151729 -84dde-
563da8505e06a7302041c93ab157ced31165876c .gz
Evan Prodromou [Tue, 6 Jan 2009 21:24:09 +0000 (16:24 -0500)]
Add some .gitignore files to keep the dirs available
Evan Prodromou [Sat, 20 Dec 2008 20:48:52 +0000 (15:48 -0500)]
Evan Prodromou [Sat, 20 Dec 2008 20:43:20 +0000 (15:43 -0500)]
two undefined variables in noticelist.php
darcs-hash:
20081220204320 -84dde-
cc64afc5ad47f07ace499fe932f59f898dd8f0dd .gz
Sarven Capadisli [Tue, 16 Dec 2008 07:18:18 +0000 (02:18 -0500)]
Direct message XHR response fix for IE and minor tweaks
darcs-hash:
20081216071818 -efd22-
d2e59bb60a236538452be356f38d0974f35f0107 .gz
Sarven Capadisli [Tue, 16 Dec 2008 06:37:51 +0000 (01:37 -0500)]
Zach Copley [Tue, 16 Dec 2008 03:04:55 +0000 (22:04 -0500)]
Twitter-compatible API - update verify_credentials to return profile
darcs-hash:
20081216030455 -7b5ce-
552516bfb34cb0ae1550787813feb4a4514d6c53 .gz
Evan Prodromou [Mon, 15 Dec 2008 13:48:24 +0000 (08:48 -0500)]
correctly handle remote re-subscribe
darcs-hash:
20081215134824 -84dde-
de48c99b6cb45cc461125a7f8f382eb57de0bf28 .gz
Evan Prodromou [Mon, 15 Dec 2008 13:28:06 +0000 (08:28 -0500)]
bug with remote subscriptions and blocks
darcs-hash:
20081215132806 -84dde-
0319e95259047d652214c151326aff64e746d532 .gz
Zach Copley [Fri, 12 Dec 2008 07:56:17 +0000 (02:56 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 06:23:37 +0000 (01:23 -0500)]
Setting font-weight to normal for nicknames within notices
darcs-hash:
20081212062337 -efd22-
8adadf1810c253e27b573727c2ff5372d264fcd2 .gz
Evan Prodromou [Sun, 14 Dec 2008 20:45:57 +0000 (15:45 -0500)]
Evan Prodromou [Sun, 14 Dec 2008 16:19:42 +0000 (11:19 -0500)]
trim some output to avoid excessive whitespace
darcs-hash:
20081214161942 -84dde-
bfb91a534eb01d3e16b364937dcf405277e75a6a .gz
Evan Prodromou [Sun, 14 Dec 2008 00:22:39 +0000 (19:22 -0500)]
trim the body of an incoming message
darcs-hash:
20081214002239 -84dde-
9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d .gz
Evan Prodromou [Fri, 12 Dec 2008 19:55:20 +0000 (14:55 -0500)]
remove content:items from rss output
darcs-hash:
20081212195520 -84dde-
d464ee28ab9a9757b889fad437e310056f4c576a .gz
Evan Prodromou [Fri, 12 Dec 2008 17:44:14 +0000 (12:44 -0500)]
remove spaces from atlink for unfound name
darcs-hash:
20081212174414 -84dde-
03713508050c326904594057e6e2d3f3b1ca6437 .gz
Evan Prodromou [Fri, 12 Dec 2008 05:57:13 +0000 (00:57 -0500)]
don't show form if subscription can't be found (weirdly)
darcs-hash:
20081212055713 -84dde-
1b2aa99861ee0ab7c63a48152a5590b4d2f360d9 .gz
Evan Prodromou [Fri, 12 Dec 2008 05:44:48 +0000 (00:44 -0500)]
Evan Prodromou [Fri, 12 Dec 2008 05:18:30 +0000 (00:18 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 04:32:40 +0000 (23:32 -0500)]
Using single id for both profile block and unblock
darcs-hash:
20081212043240 -efd22-
99f6754e2b76eed06237414955d6c01b4137cba5 .gz
Evan Prodromou [Fri, 12 Dec 2008 04:46:00 +0000 (23:46 -0500)]
stub out facebook app and delete profile
darcs-hash:
20081212044600 -84dde-
b9fa8240a83457f9ed41c0bcdac4b20aff1f8aed .gz
Evan Prodromou [Fri, 12 Dec 2008 04:32:01 +0000 (23:32 -0500)]
documentation and version number
darcs-hash:
20081212043201 -84dde-
1bf07467f85f743fb5cb4ec92e5b8934bfb49578 .gz
Evan Prodromou [Fri, 12 Dec 2008 04:15:43 +0000 (23:15 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 03:52:55 +0000 (22:52 -0500)]
Delivery method in Subscriptions
darcs-hash:
20081212035255 -efd22-
534581fa42c74785dcf4333ae4b8513d96718bdd .gz
Sarven Capadisli [Fri, 12 Dec 2008 03:51:17 +0000 (22:51 -0500)]
Sarven Capadisli [Fri, 12 Dec 2008 03:08:20 +0000 (22:08 -0500)]
Zach Copley [Thu, 11 Dec 2008 23:53:41 +0000 (18:53 -0500)]
Better titles and instructions for Featured and Popular tabs
(Do not be afraid of this patch!)
darcs-hash:
20081211235341 -7b5ce-
98bae58e267b4e4b0adb5835e5a05e19cd910363 .gz
Sarven Capadisli [Thu, 11 Dec 2008 22:58:08 +0000 (17:58 -0500)]
Alerting the direct message XHR response
darcs-hash:
20081211225808 -efd22-
7f21b4588aad028766516f76173cf62cdf560855 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:47:41 +0000 (18:47 -0500)]
Evan Prodromou [Thu, 11 Dec 2008 23:35:15 +0000 (18:35 -0500)]
misspelled INSTALLDIR in newnotice.php
darcs-hash:
20081211233515 -84dde-
184e46fdee817baa3df8e066ca49d759f3b1a899 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:30:39 +0000 (18:30 -0500)]
$profile -> $this->profile in noticelistitem
darcs-hash:
20081211233039 -84dde-
9bcacf8f114025052a208e1068e58d570db05f15 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:29:21 +0000 (18:29 -0500)]
fixup function names for show_avatar() and show_nickname()
darcs-hash:
20081211232921 -84dde-
9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:28:11 +0000 (18:28 -0500)]
remove unused $notice param from NoticeListItem::show()
darcs-hash:
20081211232811 -84dde-
658ffc41153b3ffcf7243baa0faa0c3b09a493f0 .gz
Evan Prodromou [Thu, 11 Dec 2008 23:20:00 +0000 (18:20 -0500)]
take out c&p code from newnotice, use noticelist classes instead
darcs-hash:
20081211232000 -5ed1f-
5ed2008f6c8273b7fa653396bff090afb10b030e .gz
Evan Prodromou [Thu, 11 Dec 2008 23:19:25 +0000 (18:19 -0500)]
don't use undefined source_link; instead, just link
darcs-hash:
20081211231925 -5ed1f-
b01d6ef925de540f4a671c0814d8715127a4c98d .gz
Evan Prodromou [Thu, 11 Dec 2008 23:12:52 +0000 (18:12 -0500)]
make a new NoticeList widget and call it from StreamAction
I made a new notice-list widget (like the profile list) and call it
from StreamAction. This cleans up some of the mess in the various
notice-stream-showing classes.
I also changed show-stream so it uses a subclass of NoticeList that
doesn't show author info (which is unnecessary).
darcs-hash:
20081211231252 -5ed1f-
ee6e551ed5a029406748120f12e2ff57c4a86493 .gz
Sarven Capadisli [Thu, 11 Dec 2008 21:20:46 +0000 (16:20 -0500)]
Setting nudge XHR response to utf-8 and indenting
darcs-hash:
20081211212046 -efd22-
5face1c2bfaf0dd43dc7ffcc4eec639fdb4b5fe5 .gz
Sarven Capadisli [Thu, 11 Dec 2008 21:18:14 +0000 (16:18 -0500)]
Standardising XHR responses to utf-8 and indenting
darcs-hash:
20081211211814 -efd22-
a41a2b123fcd08945370e868431dc1b2feda4dfe .gz
Sarven Capadisli [Thu, 11 Dec 2008 20:48:14 +0000 (15:48 -0500)]
Removal of unused processing style
darcs-hash:
20081211204814 -efd22-
9882cf51d2a62c7018babfc2cfc3ef582e8dc8a4 .gz
Sarven Capadisli [Thu, 11 Dec 2008 20:17:17 +0000 (15:17 -0500)]
Zach Copley [Thu, 11 Dec 2008 20:36:59 +0000 (15:36 -0500)]
Fix bad arguments that were throwing PHP warnings
darcs-hash:
20081211203659 -7b5ce-
43cfb2067c296374779a532410f186c42e8d2f99 .gz
Evan Prodromou [Thu, 11 Dec 2008 20:02:39 +0000 (15:02 -0500)]
fix id of common_unsubscribe_form
darcs-hash:
20081211200239 -5ed1f-
b8829a657dcb6b9f1ec6134d61de5340414a10d4 .gz
Evan Prodromou [Thu, 11 Dec 2008 19:52:59 +0000 (14:52 -0500)]
more places where required since param skipped for Notice::getStreamDirect
darcs-hash:
20081211195259 -5ed1f-
c52136c07bdad5521184bd1990313030a8e1e831 .gz
Zach Copley [Thu, 11 Dec 2008 02:25:57 +0000 (21:25 -0500)]
Array needs initializing before it's returned. How did this code ever work?
darcs-hash:
20081211022557 -7b5ce-
8040947f258db638bd68fe2620381b3c078a4c31 .gz
Evan Prodromou [Thu, 11 Dec 2008 18:55:25 +0000 (13:55 -0500)]
Evan Prodromou [Thu, 11 Dec 2008 18:37:56 +0000 (13:37 -0500)]
Evan Prodromou [Thu, 11 Dec 2008 18:32:50 +0000 (13:32 -0500)]
xmppdaemon uses 'xml' rather than 'raw' accessor
darcs-hash:
20081211183250 -5ed1f-
73f542de534be2931508841a2c85162e2fe15160 .gz
Evan Prodromou [Thu, 11 Dec 2008 18:15:00 +0000 (13:15 -0500)]
upgrade XMPPHP to upstream version
darcs-hash:
20081211181500 -5ed1f-
5042b1ff2ed5de36500200f3ea2aa91108f1f853 .gz
Evan Prodromou [Thu, 11 Dec 2008 18:06:22 +0000 (13:06 -0500)]
Sarven Capadisli [Thu, 11 Dec 2008 02:17:55 +0000 (21:17 -0500)]
Nudge JS process and image removal
darcs-hash:
20081211021755 -efd22-
5b2f406b22a87c81cc02f92fee8a0ed64572e113 .gz
Evan Prodromou [Thu, 11 Dec 2008 17:13:53 +0000 (12:13 -0500)]
Evan Prodromou [Thu, 11 Dec 2008 16:34:34 +0000 (11:34 -0500)]
whitespace conflicts in User.php
darcs-hash:
20081211163434 -5ed1f-
38d9bf093db72d27837cbfe76d46fd518adc3bb6 .gz
Evan Prodromou [Thu, 11 Dec 2008 16:31:50 +0000 (11:31 -0500)]
resolve whitespace changes in Notice.php
darcs-hash:
20081211163150 -5ed1f-
10ff4c4863145909c1d541e39dc4bf69d945cfd7 .gz
Evan Prodromou [Thu, 11 Dec 2008 16:25:58 +0000 (11:25 -0500)]
resolve conflicts in config.php.sample
darcs-hash:
20081211162558 -5ed1f-
1eb8afbadbaa5f84140cbd255b1c01dc456577fd .gz
Evan Prodromou [Wed, 10 Dec 2008 02:47:06 +0000 (21:47 -0500)]
on broadcast jabber and sms to people with the flags set
darcs-hash:
20081210024706 -5ed1f-
fd54b76630656f7d4f7617309d2e4f87f25b006b .gz
Evan Prodromou [Wed, 10 Dec 2008 02:44:16 +0000 (21:44 -0500)]
set jabber and sms flags on subscriptions
darcs-hash:
20081210024416 -5ed1f-
ec3b22136883f66c49473a10e09c06b6b9573a22 .gz
Evan Prodromou [Wed, 10 Dec 2008 01:46:19 +0000 (20:46 -0500)]
Zach Copley [Tue, 9 Dec 2008 21:06:54 +0000 (16:06 -0500)]
New AjaxWebChannel for returning ajaxy responses to notice input box commands
darcs-hash:
20081209210654 -7b5ce-
2ef432aa8cb7bf5cc1a973a71eb70e6b2aae4ab6 .gz
Zach Copley [Tue, 9 Dec 2008 08:27:50 +0000 (03:27 -0500)]
fix registration bug - fatal error when sending email confirmation
darcs-hash:
20081209082750 -7b5ce-
6d06a7b1cda2a9afb6ce8ea64d65df81cc063139 .gz
Zach Copley [Mon, 8 Dec 2008 05:18:59 +0000 (00:18 -0500)]
trac750 add timestamp to CSS file to keep Facebook's caching from ignoring our changes
darcs-hash:
20081208051859 -7b5ce-
5d777044f81edd562a4fe825cfcc12233e2bc5dc .gz
Zach Copley [Mon, 8 Dec 2008 01:54:12 +0000 (20:54 -0500)]
trac750 Use Facebook dialogs for success and error messages during initial setup / login
darcs-hash:
20081208015412 -7b5ce-
c899a3b743621f7d003b93f383b78a2c8ba9fb52 .gz
Zach Copley [Mon, 8 Dec 2008 00:58:16 +0000 (19:58 -0500)]
trac750 added Facebook client libs for PHP to extlib dir
darcs-hash:
20081208005816 -7b5ce-
b7ec90e310ddc609fe88d54cfac5ec7bc67da6ca .gz
Zach Copley [Mon, 8 Dec 2008 00:55:22 +0000 (19:55 -0500)]
trac750 Remove foreign link when Facebook user removes our app
darcs-hash:
20081208005522 -7b5ce-
84325ed13fd5e59ac07640089806a507c7168170 .gz
Zach Copley [Sun, 7 Dec 2008 23:59:25 +0000 (18:59 -0500)]
trac750 - linked in CSS file and added CSS for profile box
- added button for adding a box to the profile on settings
darcs-hash:
20081207235925 -7b5ce-
224fd2482f66c2c9ac9da9ce72c1c0da0243bd83 .gz
Zach Copley [Sat, 6 Dec 2008 03:01:32 +0000 (22:01 -0500)]
trac750 - Exoskeleton of a nascent Facebook app
darcs-hash:
20081206030132 -7b5ce-
96c38ab67edd3d58f8722ef25852a6143f05a86b .gz
Zach Copley [Tue, 9 Dec 2008 05:53:45 +0000 (00:53 -0500)]
trac540 - Add 'since' param to Twitter-compatible API calls
darcs-hash:
20081209055345 -7b5ce-
e48fd4c87963b8ae15859fd03d2f1f86a16f3a2b .gz
Evan Prodromou [Tue, 9 Dec 2008 04:16:48 +0000 (23:16 -0500)]
Evan Prodromou [Tue, 9 Dec 2008 04:12:27 +0000 (23:12 -0500)]
removed Profile_block::get, changed to use pkeyGet
darcs-hash:
20081209041227 -5ed1f-
2edefdc79545da646a6fd40b15fd72809c15831c .gz
Evan Prodromou [Tue, 9 Dec 2008 03:36:37 +0000 (22:36 -0500)]
database changes to say whether to deliver messages for a subscription
darcs-hash:
20081209033637 -5ed1f-
df5ef40e57cc0e9485e34e2f5e46249dcb0d9130 .gz
csarven [Mon, 8 Dec 2008 21:54:20 +0000 (16:54 -0500)]
Fixed duplicate @class assignment to element
darcs-hash:
20081208215420 -eefa4-
25bc0ed6c14d9031e8343e89c2cf6bde6ce35521 .gz
Evan Prodromou [Mon, 8 Dec 2008 20:14:53 +0000 (15:14 -0500)]
pass returnto info from subscribers to block form
darcs-hash:
20081208201453 -5ed1f-
fe423d57a54d482b95c0dc22ab46e6e0a5ea060a .gz
Evan Prodromou [Mon, 8 Dec 2008 20:13:51 +0000 (15:13 -0500)]
pass profile correctly to show_owner_controls
darcs-hash:
20081208201351 -5ed1f-
e74df1c59589816c24a0ccd867cbae714cd7daec .gz
Evan Prodromou [Mon, 8 Dec 2008 19:39:39 +0000 (14:39 -0500)]
correctly init the document type for block API actions
darcs-hash:
20081208193939 -5ed1f-
3275ec50dd2dbb23689710f9e52a071bcba94cc9 .gz
Evan Prodromou [Mon, 8 Dec 2008 18:57:28 +0000 (13:57 -0500)]
Evan Prodromou [Mon, 8 Dec 2008 17:37:22 +0000 (12:37 -0500)]
Evan Prodromou [Mon, 8 Dec 2008 17:28:12 +0000 (12:28 -0500)]
error in figuring out actions to return to
darcs-hash:
20081208172812 -5ed1f-
58ce42160f0ea5330de578c310897906d0012c5c .gz
Evan Prodromou [Mon, 8 Dec 2008 17:09:31 +0000 (12:09 -0500)]
add returnto information to the block form
darcs-hash:
20081208170931 -5ed1f-
e7c5853e6a222b04723f20c01ebaae15eeab3687 .gz
Evan Prodromou [Mon, 8 Dec 2008 07:32:09 +0000 (02:32 -0500)]
copyright block and better load for Memcached_DataObject in profile_block
darcs-hash:
20081208073209 -5ed1f-
0fca508e15833517f6c61f16d5f9979624c27b40 .gz