]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoFavorite icons change
csarven [Sat, 15 Nov 2008 04:39:55 +0000 (23:39 -0500)]
Favorite icons change

Favorite (heart) icon is from the Tango Icon Library:
http://tango.freedesktop.org/Tango_Icon_Library

Disfavor (broken heart) icon is created by modifying the favorite icon.

darcs-hash:20081115043955-eefa4-907cf3fd3533f193496bc608fd0cd1573405de35.gz

15 years agotrac670 trac689 Favorites (duplicate id, background image, JavaScript)
csarven [Sat, 15 Nov 2008 03:35:49 +0000 (22:35 -0500)]
trac670 trac689 Favorites (duplicate id, background image, JavaScript)

darcs-hash:20081115033549-eefa4-cfbca6f9c723aa63869c39d6851de7a7803f0703.gz

15 years agotrac626 Update: Moving illustrations to the default theme
csarven [Fri, 14 Nov 2008 22:08:05 +0000 (17:08 -0500)]
trac626 Update: Moving illustrations to the default theme

darcs-hash:20081114220805-eefa4-3d8a8eaf21cd219e25186ec2f956a8442580109e.gz

15 years agotrac626 Bugfix: Atom URL missing a dot
csarven [Fri, 14 Nov 2008 21:43:15 +0000 (16:43 -0500)]
trac626 Bugfix: Atom URL missing a dot

darcs-hash:20081114214315-eefa4-f21edae797a7c9c685dd00c858731b173337bf85.gz

15 years agotrac626 Put a list of feed links
csarven [Fri, 14 Nov 2008 21:05:06 +0000 (16:05 -0500)]
trac626 Put a list of feed links

darcs-hash:20081114210506-eefa4-ba7e9bdd794ddfcacc397d732073abf99e97f3a5.gz

15 years agoblow last caches on notice delete
Evan Prodromou [Mon, 24 Nov 2008 00:32:40 +0000 (19:32 -0500)]
blow last caches on notice delete

We do some extra caching of streams, at ';last'. If a notice is
deleted, we need to blow those caches, too. So, this deletes them.

darcs-hash:20081124003240-84dde-aa4561e5e68b0ccc0598ac86294ea54f9be5775a.gz

15 years agoif all faves in cache, skip
Evan Prodromou [Sat, 22 Nov 2008 19:28:57 +0000 (14:28 -0500)]
if all faves in cache, skip

darcs-hash:20081122192857-84dde-c8fcddd794a8339a53e6a0224bd07f6f86ef3896.gz

15 years agoblow last cache for faves
Evan Prodromou [Sat, 22 Nov 2008 16:52:34 +0000 (11:52 -0500)]
blow last cache for faves

darcs-hash:20081122165234-84dde-d9d6a608434502cb3d5fb09f04d0c641900c3134.gz

15 years agomessed up logic for passing faves
Evan Prodromou [Sat, 22 Nov 2008 16:35:52 +0000 (11:35 -0500)]
messed up logic for passing faves

darcs-hash:20081122163552-84dde-9171c5e24ae90a430f2abd78437073656af9e5ec.gz

15 years agouse cached fave stream to save DB hits for faves
Evan Prodromou [Sat, 22 Nov 2008 16:33:47 +0000 (11:33 -0500)]
use cached fave stream to save DB hits for faves

darcs-hash:20081122163347-84dde-abb0dfc800f65f50951c5517af3bfda48013c6ed.gz

15 years agowhitespace cleanup
Evan Prodromou [Sat, 22 Nov 2008 12:42:35 +0000 (07:42 -0500)]
whitespace cleanup

darcs-hash:20081122124235-84dde-680b2d2c8caff26d40dec4fe8e926a61668c47a0.gz

15 years agodouble-cache to get newer items
Evan Prodromou [Sat, 22 Nov 2008 12:41:51 +0000 (07:41 -0500)]
double-cache to get newer items

darcs-hash:20081122124151-84dde-3e942c9ab172444bd28afb84a452b8bfb5e3574a.gz

15 years agonotice inbox only when not already exists
Evan Prodromou [Fri, 21 Nov 2008 18:41:32 +0000 (13:41 -0500)]
notice inbox only when not already exists

darcs-hash:20081121184132-84dde-39d090e8bf82d10f3aa3a55ada3f4170c01e11d1.gz

15 years agovariable name change bug
Evan Prodromou [Fri, 21 Nov 2008 16:29:18 +0000 (11:29 -0500)]
variable name change bug

darcs-hash:20081121162918-84dde-76a765414ccc036371cc747b6323a555df8fc6c4.gz

15 years agoinbox particular users
Evan Prodromou [Fri, 21 Nov 2008 16:26:00 +0000 (11:26 -0500)]
inbox particular users

darcs-hash:20081121162600-84dde-c6223f113b55a83e98b4d761a4c29d2518e0079a.gz

15 years agoclean up list of expected features in faq
Evan Prodromou [Thu, 20 Nov 2008 21:00:45 +0000 (16:00 -0500)]
clean up list of expected features in faq

darcs-hash:20081120210045-84dde-87d77f45937eca796477fb9e18ca84e31a5dfa3b.gz

15 years agohide certain users from the public stream
Evan Prodromou [Thu, 20 Nov 2008 18:37:22 +0000 (13:37 -0500)]
hide certain users from the public stream

On identi.ca, certain users (http://identi.ca/derricklo) publish 5-10
automated notices every half hour or hour. This can flood the public
stream, making it unreadable for casual readers.

We don't want to prevent anyone from using the site for personal use.
However, if their personal use clouds up the public space, we can
gently remove them from that public space without interfering with
their personal activity.

So: this change prevents selected people's notices from appearing in
the public stream. It's hand-configured by an administrator, and
probably doesn't scale beyond 10-20 blacklisted users. It's a stopgap
measure.

darcs-hash:20081120183722-84dde-8a8401fbcbb6abb60a8b36de249323586ea0b22c.gz

15 years agocheck URI before sending
Evan Prodromou [Tue, 18 Nov 2008 19:22:27 +0000 (14:22 -0500)]
check URI before sending

darcs-hash:20081118192227-84dde-3318e91d2366f3cb70bc795e313072f8e81a190c.gz

15 years agoadd some extra checks to avoid remote subscriptions to local users
Evan Prodromou [Tue, 18 Nov 2008 18:06:44 +0000 (13:06 -0500)]
add some extra checks to avoid remote subscriptions to local users

darcs-hash:20081118180644-84dde-ab152249ac0844a482029b7e0f8db2780a0f15d6.gz

15 years ago♫ Don't you forget about me ♫
Evan Prodromou [Tue, 18 Nov 2008 02:49:47 +0000 (21:49 -0500)]
♫ Don't you forget about me ♫

darcs-hash:20081118024947-84dde-46f68dff10cd2b5665fbd482f90ac83601df4228.gz

15 years agoupdate version number in common.php
Evan Prodromou [Tue, 18 Nov 2008 17:32:50 +0000 (12:32 -0500)]
update version number in common.php

darcs-hash:20081118173250-34904-ebde2dda47e743d5728a3ff9f556a8945b734009.gz

15 years agoadd inboxes for new users
Evan Prodromou [Sun, 16 Nov 2008 06:29:37 +0000 (01:29 -0500)]
add inboxes for new users

darcs-hash:20081116062937-84dde-2c2369d0513dba49514a6800f67324803d0fe335.gz

15 years agoescaping was not needed at all to process short urls. Real fix.
millette [Fri, 14 Nov 2008 19:54:57 +0000 (14:54 -0500)]
escaping was not needed at all to process short urls. Real fix.

darcs-hash:20081114195457-099f7-45f4f39d5f2eff980d903ca156170576323ec4a7.gz

15 years agofix longurl title attribute, removing extra backslashes.
millette [Fri, 14 Nov 2008 19:26:49 +0000 (14:26 -0500)]
fix longurl title attribute, removing extra backslashes.

darcs-hash:20081114192649-099f7-338368278173f5fa130e508316f5b8b252d90214.gz

15 years agosecond argument to importNode
Evan Prodromou [Fri, 14 Nov 2008 19:47:27 +0000 (14:47 -0500)]
second argument to importNode

darcs-hash:20081114194727-84dde-8dba6a82efe1deafc77e07f17685cf2cd0f8eeb2.gz

15 years agotry to import new_form
Evan Prodromou [Fri, 14 Nov 2008 19:46:20 +0000 (14:46 -0500)]
try to import new_form

darcs-hash:20081114194620-84dde-8349db3358c547889ec9b095dc340fdd0cd31210.gz

15 years agoRSS alternate link for tag pages
zach [Fri, 14 Nov 2008 05:25:28 +0000 (00:25 -0500)]
RSS alternate link for tag pages

darcs-hash:20081114052528-462f3-741f881a49934cb5a3ef9196ad6df872f387a748.gz

15 years agosilly escape problem with quotes, fixed.
millette [Fri, 14 Nov 2008 17:32:42 +0000 (12:32 -0500)]
silly escape problem with quotes, fixed.

darcs-hash:20081114173242-099f7-7cc37f036cc564ecde029bfce00b313eb047232c.gz

15 years agoadd start_at argument for notice rendering fixer
Evan Prodromou [Fri, 14 Nov 2008 14:40:14 +0000 (09:40 -0500)]
add start_at argument for notice rendering fixer

darcs-hash:20081114144014-84dde-b75b44b8bb485c4122655e38b8201736fb3f64ed.gz

15 years agoadd quotes to longurl title
Evan Prodromou [Fri, 14 Nov 2008 14:22:28 +0000 (09:22 -0500)]
add quotes to longurl title

darcs-hash:20081114142228-84dde-cc4a966817a1977282ef9a6845613ed5ec6c4e88.gz

15 years agothrew out the baby with the bathwater
Evan Prodromou [Fri, 14 Nov 2008 08:08:53 +0000 (03:08 -0500)]
threw out the baby with the bathwater

darcs-hash:20081114080853-84dde-5e9d1e2fa3af671036be98d79a82ddc4e8a52a05.gz

15 years agobetter code for only inserting inboxes that don't already exist
Evan Prodromou [Fri, 14 Nov 2008 07:45:11 +0000 (02:45 -0500)]
better code for only inserting inboxes that don't already exist

darcs-hash:20081114074511-84dde-af2b2e5deee20bdf1ea72559411716cb756d2866.gz

15 years agodon't write notice to inbox if user isn't inboxed yet
Evan Prodromou [Fri, 14 Nov 2008 07:42:11 +0000 (02:42 -0500)]
don't write notice to inbox if user isn't inboxed yet

darcs-hash:20081114074211-84dde-77dbee17b2eb5848a0aa012c6ebe352135f5e7c1.gz

15 years agodon't ignore errors on inbox fixup; it messes up replication
Evan Prodromou [Fri, 14 Nov 2008 06:51:45 +0000 (01:51 -0500)]
don't ignore errors on inbox fixup; it messes up replication

darcs-hash:20081114065145-84dde-869571e84951470ab40f5b5191d099d23e68b27b.gz

15 years agoremove 'nudge' -- it won't be in this release
Evan Prodromou [Fri, 14 Nov 2008 03:28:17 +0000 (22:28 -0500)]
remove 'nudge' -- it won't be in this release

darcs-hash:20081114032817-84dde-149e8f70877ea10bd853f473898e6ba898f12d46.gz

15 years agoupdate README
Evan Prodromou [Fri, 14 Nov 2008 02:57:15 +0000 (21:57 -0500)]
update README

darcs-hash:20081114025715-84dde-f281521adee0c81cde88261a6a539495310ed927.gz

15 years agoadd Net Socket
Evan Prodromou [Fri, 14 Nov 2008 02:12:17 +0000 (21:12 -0500)]
add Net Socket

darcs-hash:20081114021217-84dde-e3758114435b794b0d1be0c135419390ab06be13.gz

15 years agotake a command-line argument to start with a particular user ID
Evan Prodromou [Fri, 14 Nov 2008 01:59:30 +0000 (20:59 -0500)]
take a command-line argument to start with a particular user ID

darcs-hash:20081114015930-84dde-c2556e2dd409f4c13f9063d77ad15974e6d0f3c4.gz

15 years agoclear memcached cache in fixup_inboxes
Evan Prodromou [Thu, 13 Nov 2008 22:35:14 +0000 (17:35 -0500)]
clear memcached cache in fixup_inboxes

darcs-hash:20081113223514-84dde-be89824e7986a9af30bd42e89228a0f7ce949240.gz

15 years agoTicket 753 bugfix, characters/digits only
tryggvib [Thu, 13 Nov 2008 21:31:19 +0000 (16:31 -0500)]
Ticket 753 bugfix, characters/digits only

darcs-hash:20081113213119-0aa81-0f484f48bfe5cceb443d36c90dbd8ad7ca554be4.gz

15 years agoBug fix for ticket 753
tryggvib [Thu, 13 Nov 2008 21:22:14 +0000 (16:22 -0500)]
Bug fix for ticket 753

darcs-hash:20081113212214-0aa81-542425ff91428f38985c0acd36c15319bd2f5ec7.gz

15 years agoTicket 753
tryggvib [Thu, 13 Nov 2008 02:48:33 +0000 (21:48 -0500)]
Ticket 753

darcs-hash:20081113024833-0aa81-27d1d08708ddc96fb37b30d3547c1e54108fe409.gz

15 years agoupdate inboxed flag in fixup inboxes
Evan Prodromou [Thu, 13 Nov 2008 22:03:35 +0000 (17:03 -0500)]
update inboxed flag in fixup inboxes

darcs-hash:20081113220335-84dde-27009ae22f0994709046b6681d3139455a4e9c22.gz

15 years agodifferent query based on config var and user inbox status
Evan Prodromou [Thu, 13 Nov 2008 21:57:34 +0000 (16:57 -0500)]
different query based on config var and user inbox status

darcs-hash:20081113215734-84dde-badae0579fb70a6760dc6fdf0289b76356e479f6.gz

15 years agoadd documentation on notice inboxes
Evan Prodromou [Thu, 13 Nov 2008 21:45:44 +0000 (16:45 -0500)]
add documentation on notice inboxes

darcs-hash:20081113214544-84dde-a6de7a968847a7043aecdf0201abca648dd15e70.gz

15 years agoadd inboxed and regenerate data objects
Evan Prodromou [Thu, 13 Nov 2008 21:02:09 +0000 (16:02 -0500)]
add inboxed and regenerate data objects

darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz

15 years agoConflict resolution patch for newnotice.php (zach vs. millette)
zach [Thu, 13 Nov 2008 19:52:37 +0000 (14:52 -0500)]
Conflict resolution patch for newnotice.php (zach vs. millette)

darcs-hash:20081113195237-462f3-35c44753490c57e30d0adf661ae4c8a08af7e39c.gz

15 years agotrac31 added longurl title to anchors when applicable. Also removed * url prefix...
millette [Thu, 13 Nov 2008 18:28:34 +0000 (13:28 -0500)]
trac31 added longurl title to anchors when applicable. Also removed * url prefix feature to prevent short urls.

darcs-hash:20081113182834-099f7-f55adc95eb8fb46f8cee1c176653c88f65e27ab6.gz

15 years agotrac31 let * preceding a url prevent its shortening.
millette [Thu, 13 Nov 2008 17:02:34 +0000 (12:02 -0500)]
trac31 let * preceding a url prevent its shortening.

darcs-hash:20081113170234-099f7-b714b0640370b8ecf37aa422455831dae5ce4c5e.gz

15 years agotrac31 forgot about twitapi, now fixed.
millette [Thu, 13 Nov 2008 16:47:41 +0000 (11:47 -0500)]
trac31 forgot about twitapi, now fixed.

darcs-hash:20081113164741-099f7-c8994bc8902df1cfc9fe62bf6d556a5c3f521b8f.gz

15 years agotrac31 shorten all URLs even if notice is already <
millette [Thu, 13 Nov 2008 15:32:16 +0000 (10:32 -0500)]
trac31 shorten all URLs even if notice is already <

darcs-hash:20081113153216-099f7-81c4aba01babca97edeaf55b230dee300dbeb57a.gz

15 years agotrac31 pg support, fixing 2tu typo, set ur1.ca as default service
millette [Thu, 13 Nov 2008 15:27:18 +0000 (10:27 -0500)]
trac31 pg support, fixing 2tu typo, set ur1.ca as default service

darcs-hash:20081113152718-099f7-42b60d02395f016c54c5f3c301f9dbe987c1283f.gz

15 years agotrac31 revert the "don't shorten URLs prefixed with a *" patch since we automatically...
millette [Fri, 7 Nov 2008 22:21:00 +0000 (17:21 -0500)]
trac31 revert the "don't shorten URLs prefixed with a *" patch since we automatically shorten in notices > 140 chars

darcs-hash:20081107222100-099f7-18b3fc1c4e6939cdbc7a811a7df6f0e08068ea01.gz

15 years agotrac31 don't shorten URLs prefixed with a *
millette [Fri, 7 Nov 2008 20:30:39 +0000 (15:30 -0500)]
trac31 don't shorten URLs prefixed with a *

darcs-hash:20081107203039-099f7-a059dab8d6b7909c309eacf5ef929408c3c6c6e0.gz

15 years agotrac31 added bit.ly support
millette [Fri, 7 Nov 2008 20:19:26 +0000 (15:19 -0500)]
trac31 added bit.ly support

darcs-hash:20081107201926-099f7-bee53da36841b7dc048591ed91ea35d3e3522d34.gz

15 years agotrac31 added 3 more short url services: ur1.ca, 2tu.ru and ptiturl.com
millette [Fri, 7 Nov 2008 19:47:35 +0000 (14:47 -0500)]
trac31 added 3 more short url services: ur1.ca, 2tu.ru and ptiturl.com

darcs-hash:20081107194735-099f7-fe1ef28b4d36e5dde9e6addc287ad22946b060cd.gz

15 years agoadded Shorturl_api to add support for ur1, 2tu and other services lacking a native...
millette [Fri, 7 Nov 2008 19:38:31 +0000 (14:38 -0500)]
added Shorturl_api to add support for ur1, 2tu and other services lacking a native api - trac31

darcs-hash:20081107193831-099f7-e340280ba9d2abb4dca05733bc04bb5a5069b62b.gz

15 years agotrac31 added othersettings fancy url
millette [Thu, 6 Nov 2008 22:40:06 +0000 (17:40 -0500)]
trac31 added othersettings fancy url

darcs-hash:20081106224006-099f7-b1dee734b54c8426f386fd1eb0bf2f45bee302f9.gz

15 years agotrac31 forgot actions/othersettings.php file
millette [Thu, 6 Nov 2008 21:05:52 +0000 (16:05 -0500)]
trac31 forgot actions/othersettings.php file

darcs-hash:20081106210552-099f7-c5275ef0cc17622b60cb6e04ef7d1f420379f768.gz

15 years agotrac31 url_auto_shortening by sgmurphy
millette [Thu, 6 Nov 2008 20:59:26 +0000 (15:59 -0500)]
trac31 url_auto_shortening by sgmurphy

darcs-hash:20081106205926-099f7-6bcfd7969a159a12b1ba6a9ee254e44a07b94761.gz

15 years agoCSRF Protection for login and new notice. Ticket #503
zach [Tue, 11 Nov 2008 02:23:30 +0000 (21:23 -0500)]
CSRF Protection for login and new notice. Ticket #503

darcs-hash:20081111022330-462f3-810b2a86e6e209330ade628fc0e97df96151d496.gz

15 years agoTwitter-compatible API - don't strip XML-illegal chars from JSON output
zach [Thu, 6 Nov 2008 22:57:21 +0000 (17:57 -0500)]
Twitter-compatible API - don't strip XML-illegal chars from JSON output

darcs-hash:20081106225721-462f3-b80ba75f87a4b36b803868653c956c393a236626.gz

15 years agoScript to update laconica.pot from source, and the results of running it
CiaranG [Mon, 13 Oct 2008 20:08:37 +0000 (16:08 -0400)]
Script to update laconica.pot from source, and the results of running it

darcs-hash:20081013200837-f6e2c-201363fdb98e3dff815eb3ac76125dc6b060db68.gz

15 years agoFix to previous fix :(
CiaranG [Tue, 7 Oct 2008 15:50:38 +0000 (11:50 -0400)]
Fix to previous fix :(

darcs-hash:20081007155038-f6e2c-edf0c68026daa174123533af92edc5318a611ba0.gz

15 years agoOnly log locale sets that fail
CiaranG [Tue, 7 Oct 2008 14:52:32 +0000 (10:52 -0400)]
Only log locale sets that fail

darcs-hash:20081007145232-f6e2c-15812a2576e1ec270e26dcd61bbec5d07b2b7f05.gz

15 years agoFix error when maildaemon tries to report a message parsing error
CiaranG [Tue, 7 Oct 2008 08:35:21 +0000 (04:35 -0400)]
Fix error when maildaemon tries to report a message parsing error

darcs-hash:20081007083521-f6e2c-00bd73ab4df406188713e7a652b0bd5a7012bf6d.gz

15 years agoadd LOW_PRIORITY and IGNORE extensions for INSERT
Evan Prodromou [Wed, 12 Nov 2008 19:08:28 +0000 (14:08 -0500)]
add LOW_PRIORITY and IGNORE extensions for INSERT

darcs-hash:20081112190828-5ed1f-a9537a2e4542fbbbec555ed43792c6a5236e6029.gz

15 years agocheck for errors in fixup_inboxes
Evan Prodromou [Wed, 12 Nov 2008 18:51:46 +0000 (13:51 -0500)]
check for errors in fixup_inboxes

darcs-hash:20081112185146-5ed1f-fbef54f5eac30f26b999cd2347583f7d867535bf.gz

15 years agoadd created to notice update
Evan Prodromou [Wed, 12 Nov 2008 18:51:17 +0000 (13:51 -0500)]
add created to notice update

darcs-hash:20081112185117-5ed1f-3b2373620581d123182dc951c528276541f4ab68.gz

15 years agosome memory and execution time management
Evan Prodromou [Wed, 12 Nov 2008 18:15:33 +0000 (13:15 -0500)]
some memory and execution time management

darcs-hash:20081112181533-5ed1f-d1c2d3ff28153afaf640eb127e9bcf4867952d36.gz

15 years agocorrect method for querying
Evan Prodromou [Wed, 12 Nov 2008 18:13:27 +0000 (13:13 -0500)]
correct method for querying

darcs-hash:20081112181327-5ed1f-b9703dc936c8d99b226055053b02e4ba177b240d.gz

15 years agoadd a script to populate notice inboxes
Evan Prodromou [Wed, 12 Nov 2008 18:11:17 +0000 (13:11 -0500)]
add a script to populate notice inboxes

darcs-hash:20081112181117-5ed1f-47585440302995dc33a4accc35a76fc750495709.gz

15 years agonotice_inbox.id -> notice_inbox.notice_id
Evan Prodromou [Wed, 12 Nov 2008 17:36:27 +0000 (12:36 -0500)]
notice_inbox.id -> notice_inbox.notice_id

darcs-hash:20081112173627-5ed1f-7cee5b6f25ab654f066c8902492ed531fb1ea091.gz

15 years agocreated timestamp on notice_inbox
Evan Prodromou [Wed, 12 Nov 2008 17:25:17 +0000 (12:25 -0500)]
created timestamp on notice_inbox

darcs-hash:20081112172517-5ed1f-4e8534d7898e2134edf4c0a28417b4a5274617d4.gz

15 years agoTwitter-compatible API - since_id and before_id were polluting the cache and generati...
zach [Tue, 4 Nov 2008 05:33:59 +0000 (00:33 -0500)]
Twitter-compatible API - since_id and before_id were polluting the cache and generating bad SQL

(Also cleaned out some extra whitespace.)

darcs-hash:20081104053359-462f3-2f6619bb942aa34b38dd82cb427878f83d4c332c.gz

15 years agoblow inboxes
Evan Prodromou [Thu, 23 Oct 2008 20:35:05 +0000 (16:35 -0400)]
blow inboxes

darcs-hash:20081023203505-5ed1f-9fda1f30a6eb271966b7eaf42968103761b33b22.gz

15 years agochange User to use notice inboxes rather than subscription
Evan Prodromou [Wed, 22 Oct 2008 21:04:45 +0000 (17:04 -0400)]
change User to use notice inboxes rather than subscription

darcs-hash:20081022210445-5ed1f-94a7b172f33411dfa8d1faaf7dc72169f57d6b39.gz

15 years agobetter prefix for Notice_inbox.php
Evan Prodromou [Wed, 22 Oct 2008 20:58:23 +0000 (16:58 -0400)]
better prefix for Notice_inbox.php

darcs-hash:20081022205823-5ed1f-4dd1c7ef62a20a62e2be06abb6c4f1f1fdf902f9.gz

15 years agosave notice to inbox on saveNew
Evan Prodromou [Wed, 22 Oct 2008 20:56:21 +0000 (16:56 -0400)]
save notice to inbox on saveNew

darcs-hash:20081022205621-5ed1f-4103d4db9713f4e6e65647f71cc788cbee56a240.gz

15 years agonotice inbox
Evan Prodromou [Wed, 22 Oct 2008 20:36:00 +0000 (16:36 -0400)]
notice inbox

darcs-hash:20081022203600-5ed1f-344e77e348655806a27db2de043b55ba67afc73a.gz

15 years agouse correct class for avatar deletion so memcached is updated
Evan Prodromou [Thu, 13 Nov 2008 06:38:50 +0000 (01:38 -0500)]
use correct class for avatar deletion so memcached is updated

darcs-hash:20081113063850-5ed1f-15c314239e2114b52beb7c83b7006b69a48ec5c3.gz

15 years agoBetter UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds.
zach [Tue, 4 Nov 2008 08:40:27 +0000 (03:40 -0500)]
Better UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds.

darcs-hash:20081104084027-462f3-ea7ab93938358bf90a1c1851d6f665973beae767.gz

15 years agoTwitter-compatible API - properly encode and decode UTF-8 HTML entities
zach [Mon, 3 Nov 2008 21:16:53 +0000 (16:16 -0500)]
Twitter-compatible API - properly encode and decode UTF-8 HTML entities

darcs-hash:20081103211653-462f3-58a0ad41ab0426c21aceb04b4a91dc52559018d0.gz

15 years agoheuristics for paren linking (thanks @brion!)
Evan Prodromou [Sun, 2 Nov 2008 09:02:41 +0000 (04:02 -0500)]
heuristics for paren linking (thanks @brion!)

darcs-hash:20081102090241-5ed1f-f5278c69aa0c7427294b40b91f8957530b07062f.gz

15 years agoTwitter bridge - change regex to look for mb @-replies
zach [Mon, 27 Oct 2008 19:16:29 +0000 (15:16 -0400)]
Twitter bridge - change regex to look for mb @-replies

darcs-hash:20081027191629-462f3-ff16a45754e2370f62ebac06dc38c51981bb6ee6.gz

15 years agohandle seconds argument to SUP
Evan Prodromou [Sun, 26 Oct 2008 15:06:23 +0000 (11:06 -0400)]
handle seconds argument to SUP

darcs-hash:20081026150623-5ed1f-2aff71bf8faf4957b09d968d60851b4f74f738c4.gz

15 years agofix calls to show_rss_timeline
Evan Prodromou [Sun, 26 Oct 2008 14:57:49 +0000 (10:57 -0400)]
fix calls to show_rss_timeline

darcs-hash:20081026145749-5ed1f-f2e566947ee5724aeb9c6e91922477cbfc60e144.gz

15 years agoadd SUP links to RSS and Atom, too
Evan Prodromou [Sun, 26 Oct 2008 14:53:26 +0000 (10:53 -0400)]
add SUP links to RSS and Atom, too

darcs-hash:20081026145326-5ed1f-430b98eedef21903caaae47e3355482ae7bfa616.gz

15 years agoa SUP action to product correct SUP json output
Evan Prodromou [Sun, 26 Oct 2008 03:33:53 +0000 (23:33 -0400)]
a SUP action to product correct SUP json output

darcs-hash:20081026033353-5ed1f-f449572d9069add47dd88749be73e7550d260a0f.gz

15 years agofixed use of header()
Evan Prodromou [Sat, 25 Oct 2008 02:33:47 +0000 (22:33 -0400)]
fixed use of header()

darcs-hash:20081025023347-5ed1f-b8dbb87a4dff048e9cab136c54564413c63ad4d4.gz

15 years agooverride initrss
Evan Prodromou [Sat, 25 Oct 2008 02:32:52 +0000 (22:32 -0400)]
override initrss

darcs-hash:20081025023252-5ed1f-ce96bbd6374b28a6380383ccfc6f78fb8ee67854.gz

15 years agoadd SUP link to User RSS
Evan Prodromou [Sat, 25 Oct 2008 02:28:49 +0000 (22:28 -0400)]
add SUP link to User RSS

darcs-hash:20081025022849-5ed1f-edd99a830ff285f4d0468e0e9ce3ceba4a885352.gz

15 years agoadd an index to subscription token
Evan Prodromou [Wed, 22 Oct 2008 19:27:50 +0000 (15:27 -0400)]
add an index to subscription token

darcs-hash:20081022192750-5ed1f-3265f9f4954cff431a0c276c16a98b9c22d8d40b.gz

15 years agoTwitter-compatible API - removed debugging statement
zach [Fri, 24 Oct 2008 21:51:01 +0000 (17:51 -0400)]
Twitter-compatible API - removed debugging statement

darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz

15 years agoTwitter-compatible API - checks for is_readonly() now work!
zach [Fri, 24 Oct 2008 21:37:45 +0000 (17:37 -0400)]
Twitter-compatible API - checks for is_readonly() now work!

darcs-hash:20081024213745-462f3-7c26611e7f75265affafd471c3d66e02ec7e686e.gz

15 years agoadd atom and RSS 2.0 link elements to head of profile page
Evan Prodromou [Thu, 23 Oct 2008 21:26:59 +0000 (17:26 -0400)]
add atom and RSS 2.0 link elements to head of profile page

darcs-hash:20081023212659-5ed1f-0efa86cf7fbcc7bae4cb468fc514f33adf15ba0d.gz

15 years agoremove unused noticesWithFriendsWindow from User
Evan Prodromou [Wed, 22 Oct 2008 21:04:28 +0000 (17:04 -0400)]
remove unused noticesWithFriendsWindow from User

darcs-hash:20081022210428-5ed1f-8de35689bfee3b38e6da83328137fb457a0bfdb0.gz

15 years agoadd is_readonly() to api.php
Evan Prodromou [Fri, 24 Oct 2008 20:12:34 +0000 (16:12 -0400)]
add is_readonly() to api.php

darcs-hash:20081024201234-84dde-06d2c147ec967cb8123ee0639a76f00a5f44e5c5.gz

15 years agofix link color in identica theme
Evan Prodromou [Tue, 21 Oct 2008 20:24:55 +0000 (16:24 -0400)]
fix link color in identica theme

darcs-hash:20081021202455-5ed1f-6263bfe811298349028c5cfe4e1c86ebaab161b4.gz

15 years agomake identica theme use default theme, only include differences
Evan Prodromou [Tue, 21 Oct 2008 20:18:53 +0000 (16:18 -0400)]
make identica theme use default theme, only include differences

darcs-hash:20081021201853-5ed1f-1d61285996c5fca73b0d302e7fb4a45000a3d1e0.gz