]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoFix for cross site OMB posting problem
Zach Copley [Thu, 18 Feb 2010 01:47:44 +0000 (01:47 +0000)]
Fix for cross site OMB posting problem

14 years agoTwitter bridge - fix for Ticket #2192
Zach Copley [Wed, 17 Feb 2010 20:53:16 +0000 (20:53 +0000)]
Twitter bridge - fix for Ticket #2192

14 years agoBetter logging for Twitter bridge account linking process
Zach Copley [Wed, 17 Feb 2010 19:24:38 +0000 (19:24 +0000)]
Better logging for Twitter bridge account linking process

14 years agoUpgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
Zach Copley [Tue, 16 Feb 2010 06:12:08 +0000 (06:12 +0000)]
Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
us to automatically send in a callback url instead of having to manually
configure one for each StatusNet instance.

14 years agoFix exception on bad plugin load
Brion Vibber [Wed, 17 Feb 2010 18:12:37 +0000 (10:12 -0800)]
Fix exception on bad plugin load

14 years agoparse_url returns an associative array - not an object
Craig Andrews [Wed, 17 Feb 2010 17:02:59 +0000 (12:02 -0500)]
parse_url returns an associative array - not an object

14 years agoStomp queue restructuring for mass scalability:
Brion Vibber [Tue, 16 Feb 2010 17:01:59 +0000 (09:01 -0800)]
Stomp queue restructuring for mass scalability:
- Multiplexing queues into groups and for multiple sites.
- Sharing vs breakout configurable per site and per queue via $config['queue']['breakout']
- Detect how many times a message is redelivered, discard if it's killed too many daemons
 - count configurable with $config['queue']['max_retries']
 - can dump the items to files in $config['queue']['dead_letter_dir']

Queue daemon memory & resource leak fixes:
- avoid unnecessary reconnections to memcached server (switch persistent connections back in on second initialization, assuming it's child process)
- monkey-patch for leaky .ini loads in DB_DataObject::databaseStructure() - was leaking 200k per active switch
- applied leak fixes to Status_network as well, using intermediate base Safe_DataObject for both it and Memcache_DataObject

Misc queue fixes:
- correct handling of child processes exiting due to signal termination instead of regular exit
- shutdown instead of infinite respawn loop if we're already past the soft memory limit at startup
- Added --all option for xmppdaemon... still opens one xmpp connection per site that has xmpp active

Cache updates:
- add Cache::increment() method with native support for memcached atomic increment

14 years agoPull fix from testing branch: use new encoding funcs w/ stomp queues
Brion Vibber [Tue, 16 Feb 2010 17:15:29 +0000 (09:15 -0800)]
Pull fix from testing branch: use new encoding funcs w/ stomp queues

14 years agoTemporary debug hack tracking down 'revoked accesstoken' issue with OMB posts
Brion Vibber [Mon, 15 Feb 2010 23:19:16 +0000 (15:19 -0800)]
Temporary debug hack tracking down 'revoked accesstoken' issue with OMB posts

14 years agoUse static class method for looking up Twitter user
Zach Copley [Mon, 15 Feb 2010 22:13:10 +0000 (22:13 +0000)]
Use static class method for looking up Twitter user

14 years agoTwitter-bridge: lookup old foreign_user by primary key not url
Zach Copley [Mon, 15 Feb 2010 21:53:49 +0000 (21:53 +0000)]
Twitter-bridge: lookup old foreign_user by primary key not url

14 years agoBetter log msgs. Removed debugging statement.
Zach Copley [Mon, 15 Feb 2010 21:23:26 +0000 (21:23 +0000)]
Better log msgs. Removed debugging statement.

14 years agoFix for regression introduced with my last update to the
Zach Copley [Mon, 15 Feb 2010 21:10:45 +0000 (21:10 +0000)]
Fix for regression introduced with my last update to the
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user
record when making a foreign link.

14 years agoQueue daemon fixes:
Brion Vibber [Wed, 10 Feb 2010 18:59:30 +0000 (10:59 -0800)]
Queue daemon fixes:
* skip unnecessary unsubscribes on graceful shutdown -- takes a long time for many queues, slows down our restarts when hitting graceful mem limit
* fix control channel (was broken when we switched to support multiple queue servers)

14 years agoConfigurable delay between queuedaemon.php spawns/respawns to help stagger out startu...
Brion Vibber [Tue, 9 Feb 2010 20:39:31 +0000 (12:39 -0800)]
Configurable delay between queuedaemon.php spawns/respawns to help stagger out startups and subscriptions. Defaults to 1 second.
$config['queue']['spawndelay'] = 1;

14 years agoBetter checking for duplicate app names
Zach Copley [Tue, 9 Feb 2010 05:52:05 +0000 (21:52 -0800)]
Better checking for duplicate app names

14 years agoDisable deprecated 'since' parameter on public_timeline API; causes performance probl...
Brion Vibber [Tue, 9 Feb 2010 03:22:55 +0000 (19:22 -0800)]
Disable deprecated 'since' parameter on public_timeline API; causes performance problems. (since_id will work cleanly)

14 years agoAllow scripts/decache.php to blow out cache for objects that don't exist (anymore).
Brion Vibber [Mon, 8 Feb 2010 23:32:20 +0000 (15:32 -0800)]
Allow scripts/decache.php to blow out cache for objects that don't exist (anymore).
May miss keys other than the given or primary key, but should work for a lot of common cases where a bad entry's been removed from DB but lingers in cache.

14 years agoreadme and version for beta5
Evan Prodromou [Mon, 1 Feb 2010 18:44:06 +0000 (13:44 -0500)]
readme and version for beta5

14 years agoDelete old Twitter user record when user changes screen name instead of updating...
Zach Copley [Sat, 6 Feb 2010 06:46:00 +0000 (06:46 +0000)]
Delete old Twitter user record when user changes screen name instead of updating. Simpler.

14 years agoStore Twitter screen_name, not name, for foreign_user.nickname when saving Twitter...
Zach Copley [Sat, 6 Feb 2010 05:39:29 +0000 (21:39 -0800)]
Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user.

14 years agoMerge branch 'temp'
Zach Copley [Fri, 5 Feb 2010 03:19:12 +0000 (03:19 +0000)]
Merge branch 'temp'

14 years agoActually store the timestamp on each nonce
Zach Copley [Fri, 5 Feb 2010 01:38:29 +0000 (01:38 +0000)]
Actually store the timestamp on each nonce

14 years agoOAuth app name should not be null
Zach Copley [Fri, 5 Feb 2010 01:24:21 +0000 (01:24 +0000)]
OAuth app name should not be null

14 years agoFix issue with OAuth request parameters being parsed/stored twice when
Zach Copley [Fri, 5 Feb 2010 01:13:23 +0000 (01:13 +0000)]
Fix issue with OAuth request parameters being parsed/stored twice when
calling /api/account/verify_credentials.:format

14 years ago- Fix cache handling in TwitterStatusFetcher
Zach Copley [Thu, 4 Feb 2010 01:53:08 +0000 (01:53 +0000)]
- Fix cache handling in TwitterStatusFetcher
- Other stability fixes

14 years agoAdded right margin for notice text. Helps Conversation notices look
Sarven Capadisli [Wed, 3 Feb 2010 17:13:21 +0000 (18:13 +0100)]
Added right margin for notice text. Helps Conversation notices look
better.

14 years agoConfirm dialog for reset OAuth consumer key and secret button
Zach Copley [Wed, 3 Feb 2010 01:43:59 +0000 (01:43 +0000)]
Confirm dialog for reset OAuth consumer key and secret button

14 years agoAlways check for an OAuth request. This allows OAuth clients to set an
Zach Copley [Tue, 2 Feb 2010 23:16:44 +0000 (23:16 +0000)]
Always check for an OAuth request. This allows OAuth clients to set an
auth user, similar to how they can set one via http basic auth,
even if one is not required.  I think I finally got this right.

14 years agoLinkify notice source when posting from registered OAuth apps
Zach Copley [Tue, 2 Feb 2010 08:47:14 +0000 (08:47 +0000)]
Linkify notice source when posting from registered OAuth apps

14 years agoSuppress notice input box on OAuth authorization page
Zach Copley [Tue, 2 Feb 2010 07:59:28 +0000 (07:59 +0000)]
Suppress notice input box on OAuth authorization page

14 years agoBetter token revocation
Zach Copley [Tue, 2 Feb 2010 07:35:54 +0000 (07:35 +0000)]
Better token revocation

14 years agoAllow developers to delete OAuth applications
Zach Copley [Tue, 2 Feb 2010 06:26:03 +0000 (06:26 +0000)]
Allow developers to delete OAuth applications

14 years agoOAuth app names should be unique.
Zach Copley [Mon, 1 Feb 2010 20:58:29 +0000 (20:58 +0000)]
OAuth app names should be unique.

14 years agoPrevents app statistic text from wrapping around avatar
Sarven Capadisli [Mon, 1 Feb 2010 19:32:18 +0000 (20:32 +0100)]
Prevents app statistic text from wrapping around avatar

14 years agoSentence case for app statistics
Sarven Capadisli [Mon, 1 Feb 2010 19:31:56 +0000 (20:31 +0100)]
Sentence case for app statistics

14 years agodrop debug messages from inbox deletion fix
Brion Vibber [Thu, 4 Feb 2010 23:16:27 +0000 (15:16 -0800)]
drop debug messages from inbox deletion fix

14 years agoInbox::streamNotices() with deletion compensation: inbox paging should more or less...
Brion Vibber [Thu, 4 Feb 2010 22:50:20 +0000 (14:50 -0800)]
Inbox::streamNotices() with deletion compensation: inbox paging should more or less work with deleted items now.
No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit.

This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button.
More permanent fix for that will be to switch timeline paging in the UI to use notice IDs.

14 years agoMissed change when refactoring groups. Thanks macno
Eric Helgeson [Sat, 16 Jan 2010 16:56:07 +0000 (11:56 -0500)]
Missed change when refactoring groups. Thanks macno

14 years agoShould fix spurious 'nickname taken' and 'email taken' errors on registration. Form...
Brion Vibber [Thu, 4 Feb 2010 21:08:34 +0000 (13:08 -0800)]
Should fix spurious 'nickname taken' and 'email taken' errors on registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching.
(was checking $obj !== false but we return null now on negative cache hits, with false for cache misses)

14 years agoAdd time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Brion Vibber [Thu, 4 Feb 2010 19:06:01 +0000 (11:06 -0800)]
Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
Defaulting to only looking at last 90 days of activity, can be adjusted up or down.

$config['tag']['cutoff'] = 86400 * 90;
$config['popular']['cutoff'] = 86400 * 90;

Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them).

14 years agoScript to update profile URLs
Evan Prodromou [Wed, 3 Feb 2010 19:58:29 +0000 (14:58 -0500)]
Script to update profile URLs

14 years agoclear cache for Profile::hasRepeated() at Notice::insert() time
Evan Prodromou [Wed, 3 Feb 2010 17:31:25 +0000 (12:31 -0500)]
clear cache for Profile::hasRepeated() at Notice::insert() time

14 years agoclearcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 17:13:20 +0000 (12:13 -0500)]
clearcache.php column flag was conflicting with default flag

14 years agoshowcache.php column flag was conflicting with default flag
Evan Prodromou [Wed, 3 Feb 2010 17:13:07 +0000 (12:13 -0500)]
showcache.php column flag was conflicting with default flag

14 years agochange 'sitetype' to 'siteplan' to use consistent language
Evan Prodromou [Wed, 3 Feb 2010 16:55:54 +0000 (11:55 -0500)]
change 'sitetype' to 'siteplan' to use consistent language

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 3 Feb 2010 16:53:54 +0000 (11:53 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoadd nickname as unique key for user_group table
Evan Prodromou [Wed, 3 Feb 2010 16:53:31 +0000 (11:53 -0500)]
add nickname as unique key for user_group table

14 years agoFix regression breaking file attachments. This is what I get for rushing fixes and...
Brion Vibber [Tue, 2 Feb 2010 17:30:15 +0000 (09:30 -0800)]
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P

14 years agoApply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed...
Brion Vibber [Tue, 2 Feb 2010 13:53:05 +0000 (05:53 -0800)]
Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed to the email

14 years agoImprove name validation checks on local File references
Brion Vibber [Mon, 1 Feb 2010 16:48:31 +0000 (08:48 -0800)]
Improve name validation checks on local File references

14 years agofix local file include vulnerability in doc.php
Evan Prodromou [Mon, 1 Feb 2010 16:10:36 +0000 (11:10 -0500)]
fix local file include vulnerability in doc.php

Conflicts:

actions/doc.php

14 years agorestructuring of User::registerNew() lost password munging
Evan Prodromou [Mon, 1 Feb 2010 05:47:50 +0000 (00:47 -0500)]
restructuring of User::registerNew() lost password munging

14 years agoAdd a script to clear the cache for a given key
Evan Prodromou [Mon, 1 Feb 2010 03:58:29 +0000 (22:58 -0500)]
Add a script to clear the cache for a given key

Like showcache.php, clearcache.php clears the cache for a given key.

14 years agobuggy fetch for site owner
Evan Prodromou [Mon, 1 Feb 2010 03:55:07 +0000 (22:55 -0500)]
buggy fetch for site owner

14 years agoAdd a robots.txt URL to the site root
Evan Prodromou [Sun, 31 Jan 2010 15:12:26 +0000 (10:12 -0500)]
Add a robots.txt URL to the site root

Adds a robots.txt file to the site root. Defaults defined by
'robotstxt' section of config. New events StartRobotsTxt and
EndRobotsTxt to let plugins add information. Probably not
useful if path is not /, but won't hurt anything, either.

14 years agoerror clearing tags for profiles from memcached
Evan Prodromou [Sat, 30 Jan 2010 19:37:39 +0000 (14:37 -0500)]
error clearing tags for profiles from memcached

14 years agoon exceptions, stomp logs the error and reenqueues
Evan Prodromou [Sat, 30 Jan 2010 18:15:17 +0000 (13:15 -0500)]
on exceptions, stomp logs the error and reenqueues

14 years agoadd lat, lon, location and remove closing tag from geocode.php
Evan Prodromou [Sat, 30 Jan 2010 17:47:21 +0000 (12:47 -0500)]
add lat, lon, location and remove closing tag from geocode.php

14 years agoUse passed-in lat long in geocode.php
Evan Prodromou [Sat, 30 Jan 2010 17:43:00 +0000 (12:43 -0500)]
Use passed-in lat long in geocode.php

Don't rewrite the lat-long for a location in geocode.php.

14 years agobetter handling of null responses from geonames.org
Evan Prodromou [Sat, 30 Jan 2010 17:40:11 +0000 (12:40 -0500)]
better handling of null responses from geonames.org

14 years agoplugin to limit number of registered users
Evan Prodromou [Fri, 29 Jan 2010 23:29:51 +0000 (18:29 -0500)]
plugin to limit number of registered users

14 years agoadd hooks for user registration
Evan Prodromou [Fri, 29 Jan 2010 22:54:54 +0000 (17:54 -0500)]
add hooks for user registration

14 years agolive fast, die young in bash scripts
Evan Prodromou [Fri, 29 Jan 2010 20:33:35 +0000 (15:33 -0500)]
live fast, die young in bash scripts

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 29 Jan 2010 20:16:24 +0000 (15:16 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agofor single-user mode, retrieve either site owner or defined nickname
Evan Prodromou [Fri, 29 Jan 2010 20:15:52 +0000 (15:15 -0500)]
for single-user mode, retrieve either site owner or defined nickname

14 years agomethod to get the site owner
Evan Prodromou [Fri, 29 Jan 2010 20:15:23 +0000 (15:15 -0500)]
method to get the site owner

14 years agodefine a constant for the 'owner' role of a site
Evan Prodromou [Fri, 29 Jan 2010 20:15:04 +0000 (15:15 -0500)]
define a constant for the 'owner' role of a site

14 years agoadd simple cache getter/setter static functions to Memcached_DataObject
Evan Prodromou [Fri, 29 Jan 2010 20:01:21 +0000 (15:01 -0500)]
add simple cache getter/setter static functions to Memcached_DataObject

14 years agoHides .author from XHR response in showstream
Sarven Capadisli [Fri, 29 Jan 2010 15:20:14 +0000 (15:20 +0000)]
Hides .author from XHR response in showstream

14 years agoFix more fatal errors in queue edge cases
Brion Vibber [Fri, 29 Jan 2010 07:08:36 +0000 (23:08 -0800)]
Fix more fatal errors in queue edge cases

14 years agoDon't attempt to resend XMPP messages that can't be broadcast due to the profile...
Brion Vibber [Fri, 29 Jan 2010 06:51:07 +0000 (22:51 -0800)]
Don't attempt to resend XMPP messages that can't be broadcast due to the profile being deleted.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Brion Vibber [Fri, 29 Jan 2010 06:29:26 +0000 (22:29 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoWrap each bit of distrib queue handler's saving operation in a try/catch; log excepti...
Brion Vibber [Fri, 29 Jan 2010 06:26:58 +0000 (22:26 -0800)]
Wrap each bit of distrib queue handler's saving operation in a try/catch; log exceptions but let everything else continue.

14 years agoMerge branch 'testing'
Zach Copley [Fri, 29 Jan 2010 06:08:55 +0000 (06:08 +0000)]
Merge branch 'testing'

14 years agoLog exceptions from queuedaemon.php if they're not already caught
Brion Vibber [Fri, 29 Jan 2010 06:05:14 +0000 (22:05 -0800)]
Log exceptions from queuedaemon.php if they're not already caught

14 years agoMove sessions settings to its own panel
Zach Copley [Fri, 29 Jan 2010 06:04:14 +0000 (22:04 -0800)]
Move sessions settings to its own panel

14 years agoFixes for status_network db object .ini and tag setter script
Brion Vibber [Fri, 29 Jan 2010 04:09:17 +0000 (20:09 -0800)]
Fixes for status_network db object .ini and tag setter script

14 years agoAdd a script to set tags for sites
Evan Prodromou [Thu, 28 Jan 2010 06:42:52 +0000 (01:42 -0500)]
Add a script to set tags for sites

14 years agoMerge branch 'testing'
Evan Prodromou [Fri, 29 Jan 2010 02:12:34 +0000 (21:12 -0500)]
Merge branch 'testing'

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Fri, 29 Jan 2010 01:53:11 +0000 (01:53 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoAdjust API authentication to also check for OAuth protocol params in the
Zach Copley [Fri, 29 Jan 2010 01:49:38 +0000 (01:49 +0000)]
Adjust API authentication to also check for OAuth protocol params in the
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme.

14 years agoMerge branch 'testing'
Brion Vibber [Fri, 29 Jan 2010 00:55:37 +0000 (16:55 -0800)]
Merge branch 'testing'

14 years agoLast-chance distribution if enqueueing fails
Evan Prodromou [Thu, 28 Jan 2010 23:40:38 +0000 (18:40 -0500)]
Last-chance distribution if enqueueing fails

14 years agoManual failover for stomp queues.
Brion Vibber [Fri, 29 Jan 2010 00:49:32 +0000 (16:49 -0800)]
Manual failover for stomp queues.

If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down).
Queue handling daemons connect all servers so they get events no matter where they were delivered.
In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up.

Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution.

Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names.

14 years agolost config in index.php made all traffic go to master
Evan Prodromou [Thu, 28 Jan 2010 21:52:42 +0000 (16:52 -0500)]
lost config in index.php made all traffic go to master

14 years agoRevert "Revert "move RW setup above user get in index.php so remember_me works""
Evan Prodromou [Thu, 28 Jan 2010 21:52:05 +0000 (16:52 -0500)]
Revert "Revert "move RW setup above user get in index.php so remember_me works""

This reverts commit be7bca2303cc9900f2c1a746a10a785d9d95783c.

14 years agoRevert "move RW setup above user get in index.php so remember_me works"
Evan Prodromou [Thu, 28 Jan 2010 21:50:28 +0000 (16:50 -0500)]
Revert "move RW setup above user get in index.php so remember_me works"

This reverts commit fa7895333724e314e2b32cb89f19a41069c554be.

14 years agomove RW setup above user get in index.php so remember_me works
Evan Prodromou [Thu, 28 Jan 2010 21:35:38 +0000 (16:35 -0500)]
move RW setup above user get in index.php so remember_me works

14 years agoMerge commit 'origin/master' into testing
Brion Vibber [Thu, 28 Jan 2010 21:35:09 +0000 (13:35 -0800)]
Merge commit 'origin/master' into testing

14 years agohide most DB_DataObject errors
Evan Prodromou [Thu, 28 Jan 2010 21:26:55 +0000 (16:26 -0500)]
hide most DB_DataObject errors

14 years agoalways set up database_rw, regardless, so cached sessions work
Evan Prodromou [Thu, 28 Jan 2010 19:27:35 +0000 (14:27 -0500)]
always set up database_rw, regardless, so cached sessions work

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Thu, 28 Jan 2010 18:54:19 +0000 (13:54 -0500)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoupdate mysqltimestamps on insert and update
Evan Prodromou [Thu, 28 Jan 2010 17:57:52 +0000 (12:57 -0500)]
update mysqltimestamps on insert and update

14 years agoadditional debugging data for Sessions
Evan Prodromou [Thu, 28 Jan 2010 18:53:28 +0000 (13:53 -0500)]
additional debugging data for Sessions

14 years ago'Sign in with Twitter' button img
Zach Copley [Thu, 28 Jan 2010 18:11:44 +0000 (18:11 +0000)]
'Sign in with Twitter' button img

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Sarven Capadisli [Thu, 28 Jan 2010 18:37:31 +0000 (19:37 +0100)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoUpdate to aside styles in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 17:39:30 +0000 (18:39 +0100)]
Update to aside styles in biz theme

14 years agoUpdate to notice item in biz theme
Sarven Capadisli [Thu, 28 Jan 2010 16:36:33 +0000 (17:36 +0100)]
Update to notice item in biz theme

14 years agoUpdate to biz theme button close and minimize styles
Sarven Capadisli [Thu, 28 Jan 2010 16:32:24 +0000 (17:32 +0100)]
Update to biz theme button close and minimize styles