]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoAdded config option to enable or disable file uploads with notices.
Robin Millette [Wed, 17 Jun 2009 20:55:01 +0000 (16:55 -0400)]
Added config option to enable or disable file uploads with notices.

15 years agoMake oohembed endpoint configurable.
Robin Millette [Wed, 17 Jun 2009 20:44:33 +0000 (16:44 -0400)]
Make oohembed endpoint configurable.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Wed, 17 Jun 2009 20:22:47 +0000 (16:22 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoFixed recent attachment bug that required URLs to be posted twice to be taken into...
Robin Millette [Wed, 17 Jun 2009 20:21:50 +0000 (16:21 -0400)]
Fixed recent attachment bug that required URLs to be posted twice to be taken into account.

15 years agocorrect arguments for ProfileList
Evan Prodromou [Wed, 17 Jun 2009 15:21:53 +0000 (08:21 -0700)]
correct arguments for ProfileList

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 17 Jun 2009 15:18:33 +0000 (08:18 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoUpdated input submit for making a user admin of a group
Sarven Capadisli [Wed, 17 Jun 2009 09:03:59 +0000 (09:03 +0000)]
Updated input submit for making a user admin of a group

15 years agoUpdated markup yes/no form actions to be consistent with the rest of the site
Sarven Capadisli [Wed, 17 Jun 2009 08:14:01 +0000 (08:14 +0000)]
Updated markup yes/no form actions to be consistent with the rest of the site

15 years agoRemoved NoticeHover from JavaScript for speed gain. Using CSS instead
Sarven Capadisli [Wed, 17 Jun 2009 07:49:41 +0000 (07:49 +0000)]
Removed NoticeHover from JavaScript for speed gain. Using CSS instead
to handle the notice hover state. The difference is only seen in the
conversation page.

15 years agonames for Notice_inbox source values
Evan Prodromou [Wed, 17 Jun 2009 04:37:19 +0000 (21:37 -0700)]
names for Notice_inbox source values

15 years agonames for Notice is_local states
Evan Prodromou [Wed, 17 Jun 2009 04:37:04 +0000 (21:37 -0700)]
names for Notice is_local states

15 years agotypos in README; dependencies
Evan Prodromou [Wed, 17 Jun 2009 04:00:53 +0000 (21:00 -0700)]
typos in README; dependencies

15 years agoMoved url handling to its proper place, from newnotice to Notice.php
Robin Millette [Wed, 17 Jun 2009 03:10:17 +0000 (23:10 -0400)]
Moved url handling to its proper place, from newnotice to Notice.php

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

15 years agoRemoved more dead code.
Robin Millette [Tue, 16 Jun 2009 23:38:27 +0000 (19:38 -0400)]
Removed more dead code.

15 years agoBrought back borders for content, navigation, aside_primary but
Sarven Capadisli [Tue, 16 Jun 2009 21:47:58 +0000 (21:47 +0000)]
Brought back borders for content, navigation, aside_primary but
applied transparent colour instead, hence not visible. This way, other
laconica instances make use of the border if they change only the
colour.

15 years agoMinor margin value change
Sarven Capadisli [Tue, 16 Jun 2009 21:10:14 +0000 (21:10 +0000)]
Minor margin value change

15 years agoMore contrast for tabs
Sarven Capadisli [Tue, 16 Jun 2009 20:56:12 +0000 (20:56 +0000)]
More contrast for tabs

15 years agoUI updates:
Sarven Capadisli [Tue, 16 Jun 2009 19:40:23 +0000 (19:40 +0000)]
UI updates:
Added box-shadow to local views, input focus, content
Removed borders from local views, content, aside_primary
Some cleaning

15 years agoRevert "Using neutral colour for notice hover"
Sarven Capadisli [Tue, 16 Jun 2009 07:45:19 +0000 (07:45 +0000)]
Revert "Using neutral colour for notice hover"

This reverts commit 5daa0e358f0a75261e3240820cd6bcf7a57504fc.

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Tue, 16 Jun 2009 06:32:50 +0000 (06:32 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoUsing neutral colour for notice hover
Sarven Capadisli [Tue, 16 Jun 2009 06:32:17 +0000 (06:32 +0000)]
Using neutral colour for notice hover

15 years agoforgot to disinherit Memcached_DataObject in Status_network
Evan Prodromou [Tue, 16 Jun 2009 04:55:56 +0000 (21:55 -0700)]
forgot to disinherit Memcached_DataObject in Status_network

15 years agoAdd some basic memcached handling to status_network
Evan Prodromou [Tue, 16 Jun 2009 04:33:56 +0000 (21:33 -0700)]
Add some basic memcached handling to status_network

Status_network can't be a subclass of Memcached_DataObject -- the
latter is too entrenched in Laconica's memc handling functions, which
aren't loaded when Status_network is running! But the importance of
caching these values can't be overstated. So, a considerably
slimmed-down version of the Memcached_DataObject code is transcribed
into Status_network.

15 years agoa little better query handling in redirect code
Evan Prodromou [Mon, 15 Jun 2009 23:55:01 +0000 (16:55 -0700)]
a little better query handling in redirect code

15 years agoa little better query handling in redirect code
Evan Prodromou [Mon, 15 Jun 2009 23:51:49 +0000 (16:51 -0700)]
a little better query handling in redirect code

15 years agoforgot some functions aren't available at status time
Evan Prodromou [Mon, 15 Jun 2009 23:43:39 +0000 (16:43 -0700)]
forgot some functions aren't available at status time

15 years agoredirect on non-canonical server name
Evan Prodromou [Mon, 15 Jun 2009 23:40:53 +0000 (16:40 -0700)]
redirect on non-canonical server name

15 years agodon't show create-a-group link if not logged in
Evan Prodromou [Mon, 15 Jun 2009 23:22:08 +0000 (16:22 -0700)]
don't show create-a-group link if not logged in

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Mon, 15 Jun 2009 23:11:44 +0000 (16:11 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoallow a configured base for cache keys
Evan Prodromou [Mon, 15 Jun 2009 23:09:40 +0000 (16:09 -0700)]
allow a configured base for cache keys

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Mon, 15 Jun 2009 22:52:14 +0000 (22:52 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoMissing call to getProfile() caused verify_credentials to fail.
Zach Copley [Mon, 15 Jun 2009 22:50:14 +0000 (22:50 +0000)]
Missing call to getProfile() caused verify_credentials to fail.

15 years agochange mods for setup script
Evan Prodromou [Mon, 15 Jun 2009 22:13:49 +0000 (15:13 -0700)]
change mods for setup script

15 years agoScript to set up new status networks
Evan Prodromou [Mon, 15 Jun 2009 22:13:24 +0000 (15:13 -0700)]
Script to set up new status networks

15 years agostrncmp -> strcasecmp
Evan Prodromou [Mon, 15 Jun 2009 21:29:25 +0000 (14:29 -0700)]
strncmp -> strcasecmp

15 years agoReturn network from network setup function
Evan Prodromou [Mon, 15 Jun 2009 20:34:52 +0000 (13:34 -0700)]
Return network from network setup function

Return the network from the network setup function. Also, special-case
for when we get a server name the same as the wildcard.

15 years agoConfigurable avatar directory
Evan Prodromou [Mon, 15 Jun 2009 17:45:50 +0000 (10:45 -0700)]
Configurable avatar directory

Avatar directory and path are configurable.

15 years agoupdates to Status_network
Evan Prodromou [Mon, 15 Jun 2009 15:54:52 +0000 (08:54 -0700)]
updates to Status_network

15 years agomakeadmin action
Evan Prodromou [Mon, 15 Jun 2009 12:44:36 +0000 (05:44 -0700)]
makeadmin action

15 years agomake admins of groups
Evan Prodromou [Mon, 15 Jun 2009 07:59:15 +0000 (00:59 -0700)]
make admins of groups

15 years agoshow aliases when showing a group
Evan Prodromou [Mon, 15 Jun 2009 06:51:38 +0000 (23:51 -0700)]
show aliases when showing a group

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
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

15 years agoMerge branch 'groupalias' into 0.8.x
Evan Prodromou [Mon, 15 Jun 2009 06:48:24 +0000 (23:48 -0700)]
Merge branch 'groupalias' into 0.8.x

15 years agoLink and distribute notices tagged for a group alias
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.

15 years agoCode for adding and saving group 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.

15 years agoStyles for group block
Sarven Capadisli [Mon, 15 Jun 2009 05:38:18 +0000 (05:38 +0000)]
Styles for group block

15 years agoadd correct li for css magic for block stuff
Evan Prodromou [Mon, 15 Jun 2009 05:16:24 +0000 (22:16 -0700)]
add correct li for css magic for block stuff

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
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

15 years agotypo in profileminilist class
Evan Prodromou [Mon, 15 Jun 2009 05:09:17 +0000 (22:09 -0700)]
typo in profileminilist class

15 years agoreturn count from show
Evan Prodromou [Mon, 15 Jun 2009 05:09:04 +0000 (22:09 -0700)]
return count from show

15 years agotry to get the right class for profileminilist
Evan Prodromou [Mon, 15 Jun 2009 05:07:27 +0000 (22:07 -0700)]
try to get the right class for profileminilist

15 years agoMerge branch '0.8.x' into groupalias
Evan Prodromou [Mon, 15 Jun 2009 04:53:45 +0000 (21:53 -0700)]
Merge branch '0.8.x' into groupalias

15 years agofix perms for classes/statusnet.ini
Evan Prodromou [Mon, 15 Jun 2009 04:53:29 +0000 (21:53 -0700)]
fix perms for classes/statusnet.ini

15 years agofixup perms for classes
Evan Prodromou [Mon, 15 Jun 2009 04:53:09 +0000 (21:53 -0700)]
fixup perms for classes

15 years agoAdded Group_alias class
Evan Prodromou [Mon, 15 Jun 2009 04:52:31 +0000 (21:52 -0700)]
Added Group_alias class

15 years agoadd a table for group aliases
Evan Prodromou [Mon, 15 Jun 2009 04:40:47 +0000 (21:40 -0700)]
add a table for group aliases

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
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

15 years agoCross-browser notice_attach
Sarven Capadisli [Mon, 15 Jun 2009 03:21:15 +0000 (03:21 +0000)]
Cross-browser notice_attach

15 years agoAllow users to be unblocked from a group
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.

15 years agoMerge branch '0.8.x' into groupblock
Evan Prodromou [Sun, 14 Jun 2009 22:59:35 +0000 (15:59 -0700)]
Merge branch '0.8.x' into groupblock

Conflicts:
lib/router.php

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 agoThe rest of the things necessary to make group block work
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.

15 years agoMake group block work
Evan Prodromou [Sun, 14 Jun 2009 22:40:42 +0000 (15:40 -0700)]
Make group block work

15 years agoadd UI for blocking a user from a group
Evan Prodromou [Sun, 14 Jun 2009 22:08:00 +0000 (15:08 -0700)]
add UI for blocking a user from a group

15 years agoMerge branch '0.8.x' into groupblock
Evan Prodromou [Sun, 14 Jun 2009 21:55:08 +0000 (14:55 -0700)]
Merge branch '0.8.x' into groupblock

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 agofix perms on Group_block classes
Evan Prodromou [Sun, 14 Jun 2009 19:07:12 +0000 (12:07 -0700)]
fix perms on Group_block classes

15 years agocreate DB_DataObject classes for group block
Evan Prodromou [Sun, 14 Jun 2009 19:06:22 +0000 (12:06 -0700)]
create DB_DataObject classes for group block

15 years agoadded group_block table to database
Evan Prodromou [Sun, 14 Jun 2009 19:04:45 +0000 (12:04 -0700)]
added group_block table to database

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