]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Sun, 14 Jun 2009 22:58:19 +0000 (15:58 -0700)]
Merge branch '0.7.x' into 0.8.x

15 years agoSome UI improvements for blocking and unblocking
Evan Prodromou [Sun, 14 Jun 2009 22:54:22 +0000 (15:54 -0700)]
Some UI improvements for blocking and unblocking

Add unblock to the router table, so unblocking will work at all.

Block form and unblock form return to subscribers list, not
subscriptions list, by default.

showstream action sends its parameters to block and unblock forms to
better return to the right page.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Sun, 14 Jun 2009 21:54:20 +0000 (14:54 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agobase class SubscriptionList for some actions
Evan Prodromou [Sun, 14 Jun 2009 21:53:42 +0000 (14:53 -0700)]
base class SubscriptionList for some actions

15 years agoBreak profilelist into a recipe
Evan Prodromou [Sun, 14 Jun 2009 21:52:26 +0000 (14:52 -0700)]
Break profilelist into a recipe

Expanded the ProfileList class so it worked more like a recipe. This
helps to get rid of a lot of special cases and simplifies the code. It
also makes it possible to do things like group block.

15 years agobetter handling of PEAR errors
Evan Prodromou [Sun, 14 Jun 2009 21:01:11 +0000 (14:01 -0700)]
better handling of PEAR errors

15 years agoCommented all .sql fields for file/url related tables.
Robin Millette [Sun, 14 Jun 2009 20:06:52 +0000 (16:06 -0400)]
Commented all .sql fields for file/url related tables.

15 years agoRemoved another bit of dead (commented out) code.
Robin Millette [Sun, 14 Jun 2009 19:48:46 +0000 (15:48 -0400)]
Removed another bit of dead (commented out) code.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Sun, 14 Jun 2009 18:27:48 +0000 (11:27 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Sun, 14 Jun 2009 18:27:22 +0000 (11:27 -0700)]
Merge branch '0.7.x' into 0.8.x

15 years agoRemoved hanging skin crapola
Sarven Capadisli [Sun, 14 Jun 2009 05:57:59 +0000 (05:57 +0000)]
Removed hanging skin crapola

15 years agoDynamic notice item insertion for conversation page.
Sarven Capadisli [Sat, 13 Jun 2009 04:53:23 +0000 (00:53 -0400)]
Dynamic notice item insertion for conversation page.

15 years agoChild notices should have thier own ID on their LIs, not the parent's
Zach Copley [Sat, 13 Jun 2009 02:02:13 +0000 (19:02 -0700)]
Child notices should have thier own ID on their LIs, not the parent's

15 years agoFixes Ticket #1607 - empty 'page-notice' definition lists were
Zach Copley [Sat, 13 Jun 2009 00:06:42 +0000 (17:06 -0700)]
Fixes Ticket #1607 - empty 'page-notice' definition lists were
being output in a bunch of places.

15 years agoRemove useless method
Zach Copley [Sat, 13 Jun 2009 00:05:31 +0000 (17:05 -0700)]
Remove useless method

15 years agoAdd a method to check for registered event handlers
Zach Copley [Fri, 12 Jun 2009 23:56:43 +0000 (16:56 -0700)]
Add a method to check for registered event handlers

15 years agoTakes care of http://laconi.ca/trac/ticket/1372 and a minor part of
Sarven Capadisli [Fri, 12 Jun 2009 17:24:18 +0000 (17:24 +0000)]
Takes care of http://laconi.ca/trac/ticket/1372 and a minor part of
http://laconi.ca/trac/ticket/1367

One of the bugs was to replace foaf:knows with the weaker
sioc:follows. This is done, but foaf:knows is also retained when the
subscription is bidirectional.

Primary topic of the file is an Agent rather than a Person.

rdfs:comment replaced by bio:olb which is a fairly popular RDF
property for one-line biographies

rdf:about attribute to the <OnlineAccount> elements in a manner
consistent with the RSS 1.0 feed.

Changed the OnlineAccount's homepage property to an accountProfilePage
property. Will be added to FOAF spec soon (already widely used).

Added a <weblog> property from the Agent to their profile page.

Thanks to Toby Inkster for the patch.
http://buzzword.org.uk/2009/laconica-0.7.3-foafsioc.patch

15 years agocheck results of add in maildaemon.php
Evan Prodromou [Fri, 12 Jun 2009 16:48:12 +0000 (09:48 -0700)]
check results of add in maildaemon.php

15 years agopush length check to Notice class
Evan Prodromou [Fri, 12 Jun 2009 16:47:57 +0000 (09:47 -0700)]
push length check to Notice class

15 years agohttp://laconi.ca/trac/ticket/1367
Sarven Capadisli [Fri, 12 Jun 2009 16:18:58 +0000 (16:18 +0000)]
http://laconi.ca/trac/ticket/1367
Thanks to Toby Inkster for the patch.

15 years agohttp://laconi.ca/trac/ticket/1370
Sarven Capadisli [Fri, 12 Jun 2009 16:15:30 +0000 (16:15 +0000)]
http://laconi.ca/trac/ticket/1370
Thanks to Toby Inkster for the patch.

15 years agohttp://laconi.ca/trac/ticket/863
Sarven Capadisli [Fri, 12 Jun 2009 16:13:45 +0000 (16:13 +0000)]
http://laconi.ca/trac/ticket/863
Thanks to Toby Inkster for the patch.

15 years agohttp://laconi.ca/trac/ticket/1368 Site is the space that Container
Sarven Capadisli [Fri, 12 Jun 2009 15:42:53 +0000 (15:42 +0000)]
http://laconi.ca/trac/ticket/1368 Site is the space that Container
sits in.
Thanks to Toby Inkster for the patch.

15 years agoUpdated Creative Commons namespace to current.
Sarven Capadisli [Fri, 12 Jun 2009 15:41:45 +0000 (15:41 +0000)]
Updated Creative Commons namespace to current.
Thanks to Toby Inkster for the patch.

15 years agoTicket #1611 and a bunch of code cleanup
Zach Copley [Fri, 12 Jun 2009 08:31:22 +0000 (01:31 -0700)]
Ticket #1611 and a bunch of code cleanup

15 years agoFiles no longer needed
Sarven Capadisli [Thu, 11 Jun 2009 02:10:38 +0000 (02:10 +0000)]
Files no longer needed

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 10 Jun 2009 20:52:32 +0000 (13:52 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agosome changes based on code review with zach
Evan Prodromou [Wed, 10 Jun 2009 20:52:15 +0000 (13:52 -0700)]
some changes based on code review with zach

15 years agoNow correctly identifiying notices with uploaded content.
Robin Millette [Wed, 10 Jun 2009 19:24:25 +0000 (15:24 -0400)]
Now correctly identifiying notices with uploaded content.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Wed, 10 Jun 2009 18:18:41 +0000 (14:18 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoUploaded content now displays in overlay (and removed var_dump crap)
Robin Millette [Wed, 10 Jun 2009 18:17:46 +0000 (14:17 -0400)]
Uploaded content now displays in overlay (and removed var_dump crap)

15 years agomerge error in util.php
Evan Prodromou [Wed, 10 Jun 2009 16:14:48 +0000 (09:14 -0700)]
merge error in util.php

15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Wed, 10 Jun 2009 16:09:57 +0000 (09:09 -0700)]
Merge branch '0.7.x' into 0.8.x

15 years agoMerge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 10 Jun 2009 16:08:41 +0000 (09:08 -0700)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x

15 years agoRemove FIXME-marked Opera links until they actually work
Evan Prodromou [Wed, 10 Jun 2009 15:47:46 +0000 (08:47 -0700)]
Remove FIXME-marked Opera links until they actually work

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 10 Jun 2009 04:48:56 +0000 (21:48 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Tue, 9 Jun 2009 19:19:19 +0000 (15:19 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoImprove file upload and attachment interface.
Robin Millette [Tue, 9 Jun 2009 19:18:12 +0000 (15:18 -0400)]
Improve file upload and attachment interface.

15 years agoUpdated notice attach UI for biz theme.
Sarven Capadisli [Tue, 9 Jun 2009 17:59:08 +0000 (17:59 +0000)]
Updated notice attach UI for biz theme.

15 years agoUpdated default stylesheet for notice attach
Sarven Capadisli [Tue, 9 Jun 2009 17:49:24 +0000 (17:49 +0000)]
Updated default stylesheet for notice attach

15 years agoAdded title and minor CSS cleanup to notice attach
Sarven Capadisli [Tue, 9 Jun 2009 17:34:33 +0000 (17:34 +0000)]
Added title and minor CSS cleanup to notice attach

15 years agoRemoved 404 test
Sarven Capadisli [Tue, 9 Jun 2009 00:09:44 +0000 (00:09 +0000)]
Removed 404 test

15 years agoClearing notice_data-test and resetting notice_text-count if the
Sarven Capadisli [Mon, 8 Jun 2009 20:52:27 +0000 (20:52 +0000)]
Clearing notice_data-test and resetting notice_text-count if the
notice XHR. Removed hanging text URL from previous commit.

15 years agoRevert "Clearing notice_data-test and resetting notice_text-count if the notice XHR"
Sarven Capadisli [Mon, 8 Jun 2009 20:50:13 +0000 (20:50 +0000)]
Revert "Clearing notice_data-test and resetting notice_text-count if the notice XHR"

This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d.

15 years agoClearing notice_data-test and resetting notice_text-count if the notice XHR
Sarven Capadisli [Mon, 8 Jun 2009 20:45:44 +0000 (20:45 +0000)]
Clearing notice_data-test and resetting notice_text-count if the notice XHR
response is empty and have a 20x,30x HTTP status

15 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Mon, 8 Jun 2009 18:55:32 +0000 (11:55 -0700)]
Merge branch '0.7.x' into 0.8.x

Conflicts:
classes/Notice.php
classes/Profile.php
lib/common.php
lib/util.php
scripts/getvaliddaemons.php
scripts/stopdaemons.sh

15 years agoTemporary workaround for silenting mysterious 200 OK error for XHR
Sarven Capadisli [Mon, 8 Jun 2009 18:55:23 +0000 (18:55 +0000)]
Temporary workaround for silenting mysterious 200 OK error for XHR
notice posts.

The bug is sometimes reproduceable by sending a notice that includes
"@someusernamethatdoesntexist".

This patch doesn't throw alerts to user if server doesn't return with
an XHR response but HTTP is one of 20x, 30x.

15 years agoremember to convert messages
Evan Prodromou [Mon, 8 Jun 2009 17:57:35 +0000 (10:57 -0700)]
remember to convert messages

15 years agoMerge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Sat, 6 Jun 2009 16:55:17 +0000 (09:55 -0700)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x

15 years agoadd fixup messages for utf8
Evan Prodromou [Sat, 6 Jun 2009 16:54:40 +0000 (09:54 -0700)]
add fixup messages for utf8

15 years agodon't send smses to sender
Evan Prodromou [Fri, 5 Jun 2009 17:07:26 +0000 (10:07 -0700)]
don't send smses to sender

15 years agoAdding clip illustration for notice attachments.
Sarven Capadisli [Fri, 5 Jun 2009 16:33:46 +0000 (12:33 -0400)]
Adding clip illustration for notice attachments.

15 years agoInit notice_data-attach UI for form_notice
Sarven Capadisli [Fri, 5 Jun 2009 04:00:04 +0000 (00:00 -0400)]
Init notice_data-attach UI for form_notice

15 years agoHandle the ways Twitter accepts passing the user in the query string.
Dan Moore [Thu, 4 Jun 2009 21:57:03 +0000 (17:57 -0400)]
Handle the ways Twitter accepts passing the user in the query string.

15 years agoFacebook Connect auth finally works with all major browsers!
Zach Copley [Thu, 4 Jun 2009 21:33:04 +0000 (21:33 +0000)]
Facebook Connect auth finally works with all major browsers!

15 years agoRemove js that crept back in, added another error string.
Robin Millette [Mon, 1 Jun 2009 21:40:53 +0000 (17:40 -0400)]
Remove js that crept back in, added another error string.

15 years agoRe-added some javascript to toggle upload field.
Robin Millette [Mon, 1 Jun 2009 19:52:52 +0000 (15:52 -0400)]
Re-added some javascript to toggle upload field.

15 years agoFixed small bug for attachment layout (css/js).
Robin Millette [Mon, 1 Jun 2009 19:40:39 +0000 (19:40 +0000)]
Fixed small bug for attachment layout (css/js).

15 years agoUnnecessary JavaScript for notice form attachment
Sarven Capadisli [Mon, 1 Jun 2009 19:20:12 +0000 (15:20 -0400)]
Unnecessary JavaScript for notice form attachment

15 years agoUpdated markup for notice form attachment
Sarven Capadisli [Mon, 1 Jun 2009 19:18:23 +0000 (15:18 -0400)]
Updated markup for notice form attachment

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Mon, 1 Jun 2009 18:03:51 +0000 (14:03 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload

15 years agoAttachments popups for supported files are now embedded with the object xhtml tag.
Robin Millette [Mon, 1 Jun 2009 18:02:59 +0000 (14:02 -0400)]
Attachments popups for supported files are now embedded with the object xhtml tag.

15 years agoFixed z-index for IE7 on attachment thumbnail
Sarven Capadisli [Mon, 1 Jun 2009 17:12:41 +0000 (17:12 +0000)]
Fixed z-index for IE7 on attachment thumbnail

15 years agoRefactored some attachment code and fixed upload bug in interface.
Robin Millette [Mon, 1 Jun 2009 01:03:55 +0000 (21:03 -0400)]
Refactored some attachment code and fixed upload bug in interface.

15 years agoAdded attachments config descriptions to README.
Robin Millette [Sun, 31 May 2009 22:33:38 +0000 (18:33 -0400)]
Added attachments config descriptions to README.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Sun, 31 May 2009 21:12:04 +0000 (17:12 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload

Conflicts:

js/util.js
lib/attachmentlist.php

15 years agoAdded configurable options for attachments: supported mimetypes and quotas for uploads.
Robin Millette [Sun, 31 May 2009 20:42:29 +0000 (16:42 -0400)]
Added configurable options for attachments: supported mimetypes and quotas for uploads.

15 years agocorrect last-modified date for shownotice.php
Evan Prodromou [Sun, 31 May 2009 01:45:11 +0000 (21:45 -0400)]
correct last-modified date for shownotice.php

15 years agofree memory for each iteration DB_DataObject in fixup_utf8
Evan Prodromou [Sun, 31 May 2009 01:04:35 +0000 (21:04 -0400)]
free memory for each iteration DB_DataObject in fixup_utf8

15 years agomake fixup_utf8.php handle profiles and groups too
Evan Prodromou [Sun, 31 May 2009 00:58:29 +0000 (20:58 -0400)]
make fixup_utf8.php handle profiles and groups too

15 years agoUsing lowercase for form action 'post'
Sarven Capadisli [Sat, 30 May 2009 19:47:05 +0000 (19:47 +0000)]
Using lowercase for form action 'post'

15 years agoTypo in label @for
Sarven Capadisli [Sat, 30 May 2009 19:45:34 +0000 (19:45 +0000)]
Typo in label @for

15 years agoCross-browser update for Design form labels
Sarven Capadisli [Sat, 30 May 2009 19:43:31 +0000 (19:43 +0000)]
Cross-browser update for Design form labels

15 years agoSome cross-browser updates for conversation UI
Sarven Capadisli [Sat, 30 May 2009 19:42:15 +0000 (19:42 +0000)]
Some cross-browser updates for conversation UI

15 years agoUse mysql_set_charset for connection instead of SET NAMES
Evan Prodromou [Sat, 30 May 2009 17:59:57 +0000 (13:59 -0400)]
Use mysql_set_charset for connection instead of SET NAMES

PHP doesn't get the info about the charset of the connection if
you use SET NAMES. So, we use the appropriate PHP function instead.

15 years agouse mysqli_set_charset instead of set names
Evan Prodromou [Sat, 30 May 2009 16:20:42 +0000 (12:20 -0400)]
use mysqli_set_charset instead of set names

15 years agotake a max and min argument for fixup_utf8
Evan Prodromou [Sat, 30 May 2009 15:52:35 +0000 (11:52 -0400)]
take a max and min argument for fixup_utf8

15 years agoRemoving inbox and memcached daemon handling
Evan Prodromou [Sat, 30 May 2009 08:40:47 +0000 (04:40 -0400)]
Removing inbox and memcached daemon handling

15 years agotake debug code out of omb.php
Evan Prodromou [Sat, 30 May 2009 07:31:26 +0000 (03:31 -0400)]
take debug code out of omb.php

15 years agoremove debug code from replies
Evan Prodromou [Sat, 30 May 2009 07:02:26 +0000 (03:02 -0400)]
remove debug code from replies

15 years agoadd get2gnow
Evan Prodromou [Sat, 30 May 2009 05:30:10 +0000 (01:30 -0400)]
add get2gnow

15 years agocheck for since=0 in Notice::stream()
Evan Prodromou [Sat, 30 May 2009 04:49:14 +0000 (00:49 -0400)]
check for since=0 in Notice::stream()

15 years agoTicket #1572 - Implement Twitter's account/rate_limit_status API method
Zach Copley [Sat, 30 May 2009 03:23:32 +0000 (20:23 -0700)]
Ticket #1572 - Implement Twitter's account/rate_limit_status API method

We don't have a rate limit (yet) but some clients check this method.
This dummy implementation always says the auth user has 100 requests
left.

15 years agoTicket #1568 - API should return full user objects
Zach Copley [Sat, 30 May 2009 02:23:53 +0000 (19:23 -0700)]
Ticket #1568 - API should return full user objects

15 years agoTicket #1567 - Change max_id to return notices <= ID instead of < ID
Zach Copley [Fri, 29 May 2009 23:54:24 +0000 (16:54 -0700)]
Ticket #1567 - Change max_id to return notices <= ID instead of < ID

15 years agoTicket #1567 - API: Change before_id parameter to max_id
Zach Copley [Fri, 29 May 2009 23:32:55 +0000 (16:32 -0700)]
Ticket #1567 - API: Change before_id parameter to max_id

15 years agoUpdate version number to 0.7.4
Evan Prodromou [Fri, 29 May 2009 20:28:39 +0000 (16:28 -0400)]
Update version number to 0.7.4

Updated the version number to 0.7.4, added the new song title, and
documented the changes since 0.7.3.

15 years agoMerge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
Evan Prodromou [Fri, 29 May 2009 19:37:40 +0000 (19:37 +0000)]
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x

15 years agoChanged ul to ol and added xoxo for notice lists.
Sarven Capadisli [Fri, 29 May 2009 02:38:38 +0000 (02:38 +0000)]
Changed ul to ol and added xoxo for notice lists.

15 years agoAdded Afficheur to notice sources
Zach Copley [Fri, 29 May 2009 00:51:45 +0000 (17:51 -0700)]
Added Afficheur to notice sources

15 years agoMerge branch '0.7.x' into 0.8.x
Sarven Capadisli [Fri, 29 May 2009 00:10:23 +0000 (00:10 +0000)]
Merge branch '0.7.x' into 0.8.x

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Fri, 29 May 2009 00:10:18 +0000 (00:10 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoUpdated max-width for attachment overlay heading
Sarven Capadisli [Fri, 29 May 2009 00:07:18 +0000 (00:07 +0000)]
Updated max-width for attachment overlay heading

15 years agoWarning log msg when http basic auth fails
Zach Copley [Thu, 28 May 2009 23:18:58 +0000 (16:18 -0700)]
Warning log msg when http basic auth fails

15 years agoWarning log msg when http basic auth fails
Zach Copley [Thu, 28 May 2009 23:18:58 +0000 (16:18 -0700)]
Warning log msg when http basic auth fails

15 years agoPrevents regular hovers over attachment anchors from making a GET
Sarven Capadisli [Thu, 28 May 2009 23:16:25 +0000 (23:16 +0000)]
Prevents regular hovers over attachment anchors from making a GET
request for the thumbnail. There is 500 ms delay while on mouseover
state before going ahead with the request. Fun.

15 years agoSmarter call for hover events. It now makes a new GET for attachment
Sarven Capadisli [Thu, 28 May 2009 22:59:22 +0000 (22:59 +0000)]
Smarter call for hover events. It now makes a new GET for attachment
thumbnails on mouseover only if it hasn't been requested before on
that notice attachment.

15 years agoOnly enqueue inbox-dependent transports after inboxes have been filled
Evan Prodromou [Thu, 28 May 2009 22:19:22 +0000 (18:19 -0400)]
Only enqueue inbox-dependent transports after inboxes have been filled

15 years agoAdd any.io to sources
Evan Prodromou [Thu, 28 May 2009 21:37:17 +0000 (17:37 -0400)]
Add any.io to sources

15 years agotake an argument for fixup_utf8
Evan Prodromou [Thu, 28 May 2009 20:36:07 +0000 (16:36 -0400)]
take an argument for fixup_utf8