]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Mon, 15 Jun 2009 19:57:08 +0000 (12:57 -0700)]
Small fix to correct the order of defined color prefs
Zach Copley [Mon, 15 Jun 2009 18:50:08 +0000 (11:50 -0700)]
Merge branch '0.8.x' into userdesign
* 0.8.x: (32 commits)
updates to Status_network
makeadmin action
make admins of groups
show aliases when showing a group
Link and distribute notices tagged for a group alias
Code for adding and saving group aliases
Styles for group block
add correct li for css magic for block stuff
typo in profileminilist class
return count from show
try to get the right class for profileminilist
fix perms for classes/statusnet.ini
fixup perms for classes
Added Group_alias class
add a table for group aliases
Cross-browser notice_attach
Allow users to be unblocked from a group
Some UI improvements for blocking and unblocking
The rest of the things necessary to make group block work
Make group block work
...
Conflicts:
db/laconica.sql
lib/common.php
Evan Prodromou [Mon, 15 Jun 2009 15:54:52 +0000 (08:54 -0700)]
updates to Status_network
Evan Prodromou [Mon, 15 Jun 2009 12:44:36 +0000 (05:44 -0700)]
makeadmin action
Evan Prodromou [Mon, 15 Jun 2009 07:59:15 +0000 (00:59 -0700)]
make admins of groups
Evan Prodromou [Mon, 15 Jun 2009 06:51:38 +0000 (23:51 -0700)]
show aliases when showing a group
Evan Prodromou [Mon, 15 Jun 2009 06:48:40 +0000 (23:48 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Evan Prodromou [Mon, 15 Jun 2009 06:48:24 +0000 (23:48 -0700)]
Merge branch 'groupalias' into 0.8.x
Evan Prodromou [Mon, 15 Jun 2009 06:43:47 +0000 (23:43 -0700)]
Link and distribute notices tagged for a group alias
Correctly link and distribute notices tagged for a group alias. Added
a helper function, getForNickname(), to User_group, to make it easier
to get a group by its nickname or aliases.
Evan Prodromou [Mon, 15 Jun 2009 06:37:24 +0000 (23:37 -0700)]
Code for adding and saving group aliases
Added code to add and save group aliases. Like tags, aliases are
free-texted in to the group admin page. configurable max number of
aliases, default is three.
Sarven Capadisli [Mon, 15 Jun 2009 05:38:18 +0000 (05:38 +0000)]
Styles for group block
Evan Prodromou [Mon, 15 Jun 2009 05:16:24 +0000 (22:16 -0700)]
add correct li for css magic for block stuff
Evan Prodromou [Mon, 15 Jun 2009 05:09:59 +0000 (22:09 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Evan Prodromou [Mon, 15 Jun 2009 05:09:17 +0000 (22:09 -0700)]
typo in profileminilist class
Evan Prodromou [Mon, 15 Jun 2009 05:09:04 +0000 (22:09 -0700)]
return count from show
Evan Prodromou [Mon, 15 Jun 2009 05:07:27 +0000 (22:07 -0700)]
try to get the right class for profileminilist
Evan Prodromou [Mon, 15 Jun 2009 04:53:45 +0000 (21:53 -0700)]
Merge branch '0.8.x' into groupalias
Evan Prodromou [Mon, 15 Jun 2009 04:53:29 +0000 (21:53 -0700)]
fix perms for classes/statusnet.ini
Evan Prodromou [Mon, 15 Jun 2009 04:53:09 +0000 (21:53 -0700)]
fixup perms for classes
Evan Prodromou [Mon, 15 Jun 2009 04:52:31 +0000 (21:52 -0700)]
Added Group_alias class
Evan Prodromou [Mon, 15 Jun 2009 04:40:47 +0000 (21:40 -0700)]
add a table for group aliases
Sarven Capadisli [Mon, 15 Jun 2009 03:26:32 +0000 (03:26 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Mon, 15 Jun 2009 03:21:15 +0000 (03:21 +0000)]
Cross-browser notice_attach
Evan Prodromou [Sun, 14 Jun 2009 23:17:44 +0000 (16:17 -0700)]
Allow users to be unblocked from a group
List users who are blocked from joining a group. Add a form to let
them be unblocked. Add an action that removes the block. Includes
changes to group and groupblock classes.
Evan Prodromou [Sun, 14 Jun 2009 22:59:35 +0000 (15:59 -0700)]
Merge branch '0.8.x' into groupblock
Conflicts:
lib/router.php
Evan Prodromou [Sun, 14 Jun 2009 22:58:19 +0000 (15:58 -0700)]
Merge branch '0.7.x' into 0.8.x
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.
Evan Prodromou [Sun, 14 Jun 2009 22:47:39 +0000 (15:47 -0700)]
The rest of the things necessary to make group block work
Link to the group block form. Hide join button if the current user is
blocked.
Evan Prodromou [Sun, 14 Jun 2009 22:40:42 +0000 (15:40 -0700)]
Make group block work
Evan Prodromou [Sun, 14 Jun 2009 22:08:00 +0000 (15:08 -0700)]
add UI for blocking a user from a group
Evan Prodromou [Sun, 14 Jun 2009 21:55:08 +0000 (14:55 -0700)]
Merge branch '0.8.x' into groupblock
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
Evan Prodromou [Sun, 14 Jun 2009 21:53:42 +0000 (14:53 -0700)]
base class SubscriptionList for some actions
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.
Evan Prodromou [Sun, 14 Jun 2009 21:01:11 +0000 (14:01 -0700)]
better handling of PEAR errors
Robin Millette [Sun, 14 Jun 2009 20:06:52 +0000 (16:06 -0400)]
Commented all .sql fields for file/url related tables.
Robin Millette [Sun, 14 Jun 2009 19:48:46 +0000 (15:48 -0400)]
Removed another bit of dead (commented out) code.
Evan Prodromou [Sun, 14 Jun 2009 19:07:12 +0000 (12:07 -0700)]
fix perms on Group_block classes
Evan Prodromou [Sun, 14 Jun 2009 19:06:22 +0000 (12:06 -0700)]
create DB_DataObject classes for group block
Evan Prodromou [Sun, 14 Jun 2009 19:04:45 +0000 (12:04 -0700)]
added group_block table to database
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
Evan Prodromou [Sun, 14 Jun 2009 18:27:22 +0000 (11:27 -0700)]
Merge branch '0.7.x' into 0.8.x
Zach Copley [Sun, 14 Jun 2009 09:03:50 +0000 (02:03 -0700)]
Reworked output for design settings page
Sarven Capadisli [Sun, 14 Jun 2009 05:57:59 +0000 (05:57 +0000)]
Removed hanging skin crapola
Zach Copley [Sun, 14 Jun 2009 00:23:48 +0000 (00:23 +0000)]
Merge branch '0.8.x' into userdesign
Conflicts:
actions/showfavorites.php
lib/action.php
Sarven Capadisli [Sat, 13 Jun 2009 04:53:23 +0000 (00:53 -0400)]
Dynamic notice item insertion for conversation page.
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
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.
Zach Copley [Sat, 13 Jun 2009 00:05:31 +0000 (17:05 -0700)]
Remove useless method
Zach Copley [Fri, 12 Jun 2009 23:56:43 +0000 (16:56 -0700)]
Add a method to check for registered event handlers
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
Evan Prodromou [Fri, 12 Jun 2009 16:48:12 +0000 (09:48 -0700)]
check results of add in maildaemon.php
Evan Prodromou [Fri, 12 Jun 2009 16:47:57 +0000 (09:47 -0700)]
push length check to Notice class
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.
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.
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.
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.
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.
Zach Copley [Fri, 12 Jun 2009 08:31:22 +0000 (01:31 -0700)]
Ticket #1611 and a bunch of code cleanup
Sarven Capadisli [Thu, 11 Jun 2009 02:10:38 +0000 (02:10 +0000)]
Files no longer needed
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
Evan Prodromou [Wed, 10 Jun 2009 20:52:15 +0000 (13:52 -0700)]
some changes based on code review with zach
Robin Millette [Wed, 10 Jun 2009 19:24:25 +0000 (15:24 -0400)]
Now correctly identifiying notices with uploaded content.
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
Robin Millette [Wed, 10 Jun 2009 18:17:46 +0000 (14:17 -0400)]
Uploaded content now displays in overlay (and removed var_dump crap)
Evan Prodromou [Wed, 10 Jun 2009 16:14:48 +0000 (09:14 -0700)]
merge error in util.php
Evan Prodromou [Wed, 10 Jun 2009 16:09:57 +0000 (09:09 -0700)]
Merge branch '0.7.x' into 0.8.x
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
Evan Prodromou [Wed, 10 Jun 2009 15:47:46 +0000 (08:47 -0700)]
Remove FIXME-marked Opera links until they actually work
Evan Prodromou [Wed, 10 Jun 2009 04:52:02 +0000 (21:52 -0700)]
Merge branch 'userdesign' of evan@dev.controlyourself.ca:/var/www/evan into userdesign
Evan Prodromou [Wed, 10 Jun 2009 04:51:24 +0000 (21:51 -0700)]
Merge branch '0.8.x' into userdesign
Conflicts:
actions/designsettings.php
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
Evan Prodromou [Wed, 10 Jun 2009 04:46:20 +0000 (04:46 +0000)]
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into dev/0.8.x
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
Robin Millette [Tue, 9 Jun 2009 19:18:12 +0000 (15:18 -0400)]
Improve file upload and attachment interface.
Sarven Capadisli [Tue, 9 Jun 2009 17:59:08 +0000 (17:59 +0000)]
Updated notice attach UI for biz theme.
Sarven Capadisli [Tue, 9 Jun 2009 17:49:24 +0000 (17:49 +0000)]
Updated default stylesheet for notice attach
Sarven Capadisli [Tue, 9 Jun 2009 17:34:33 +0000 (17:34 +0000)]
Added title and minor CSS cleanup to notice attach
Sarven Capadisli [Tue, 9 Jun 2009 00:09:44 +0000 (00:09 +0000)]
Removed 404 test
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.
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 .
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
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
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.
Evan Prodromou [Mon, 8 Jun 2009 17:57:35 +0000 (10:57 -0700)]
remember to convert messages
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
Evan Prodromou [Sat, 6 Jun 2009 16:54:40 +0000 (09:54 -0700)]
add fixup messages for utf8
Evan Prodromou [Fri, 5 Jun 2009 17:07:26 +0000 (10:07 -0700)]
don't send smses to sender
Sarven Capadisli [Fri, 5 Jun 2009 16:33:46 +0000 (12:33 -0400)]
Adding clip illustration for notice attachments.
Sarven Capadisli [Fri, 5 Jun 2009 04:00:04 +0000 (00:00 -0400)]
Init notice_data-attach UI for form_notice
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.
Zach Copley [Thu, 4 Jun 2009 21:33:04 +0000 (21:33 +0000)]
Facebook Connect auth finally works with all major browsers!
Robin Millette [Mon, 1 Jun 2009 21:40:53 +0000 (17:40 -0400)]
Remove js that crept back in, added another error string.
Robin Millette [Mon, 1 Jun 2009 19:52:52 +0000 (15:52 -0400)]
Re-added some javascript to toggle upload field.
Robin Millette [Mon, 1 Jun 2009 19:40:39 +0000 (19:40 +0000)]
Fixed small bug for attachment layout (css/js).
Sarven Capadisli [Mon, 1 Jun 2009 19:20:12 +0000 (15:20 -0400)]
Unnecessary JavaScript for notice form attachment
Sarven Capadisli [Mon, 1 Jun 2009 19:18:23 +0000 (15:18 -0400)]
Updated markup for notice form attachment
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
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.
Sarven Capadisli [Mon, 1 Jun 2009 17:12:41 +0000 (17:12 +0000)]
Fixed z-index for IE7 on attachment thumbnail