]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agocleaned up template; was badly indented and missing an opening <html> tag.
Ian Denhardt [Mon, 2 Aug 2010 19:39:00 +0000 (15:39 -0400)]
cleaned up template; was badly indented and missing an opening <html> tag.

13 years agoGNUsocialTemplatePlugin.php doesn't need to be executable.
Ian Denhardt [Mon, 2 Aug 2010 19:22:17 +0000 (15:22 -0400)]
GNUsocialTemplatePlugin.php doesn't need to be executable.

13 years agoAdded myself to the developer list.
Ian Denhardt [Mon, 2 Aug 2010 16:10:37 +0000 (12:10 -0400)]
Added myself to the developer list.

13 years agoGot rid of old duplicate files.
Ian Denhardt [Mon, 2 Aug 2010 16:09:44 +0000 (12:09 -0400)]
Got rid of old duplicate files.

13 years agoMerge branch 'master' of git://gitorious.org/statusnet/mainline
Ian Denhardt [Mon, 2 Aug 2010 15:10:19 +0000 (11:10 -0400)]
Merge branch 'master' of git://gitorious.org/statusnet/mainline

13 years agoMake TemplatePlugin compatible with PHP 5.3
Mike Sheldon [Sat, 31 Jul 2010 22:10:22 +0000 (23:10 +0100)]
Make TemplatePlugin compatible with PHP 5.3

13 years agoFix for issue ID 2290: make sure errors are returned in the right
Zach Copley [Thu, 29 Jul 2010 20:31:22 +0000 (20:31 +0000)]
Fix for issue ID 2290: make sure errors are returned in the right
format, and use callback for errors when the request is JSONP

13 years agoReturn HTTP 403 instead of 400 when silenced users try to post via API
Zach Copley [Thu, 29 Jul 2010 18:47:28 +0000 (18:47 +0000)]
Return HTTP 403 instead of 400 when silenced users try to post via API

13 years agofixed image path
Matt Lee [Thu, 29 Jul 2010 15:45:13 +0000 (11:45 -0400)]
fixed image path

13 years agoremove zealous label removal
Matt Lee [Wed, 28 Jul 2010 15:01:39 +0000 (11:01 -0400)]
remove zealous label removal

13 years agoupdated copyright notice
Matt Lee [Tue, 27 Jul 2010 02:24:12 +0000 (22:24 -0400)]
updated copyright notice

13 years agofixes for paths, etc
Matt Lee [Tue, 27 Jul 2010 02:10:17 +0000 (22:10 -0400)]
fixes for paths, etc

13 years agofixes for paths, etc
Matt Lee [Tue, 27 Jul 2010 02:10:01 +0000 (22:10 -0400)]
fixes for paths, etc

13 years agoadded comments
Matt Lee [Tue, 27 Jul 2010 02:09:26 +0000 (22:09 -0400)]
added comments

13 years agoGNU social plugin (for look/feel), theme, template
Matt Lee [Tue, 27 Jul 2010 02:05:33 +0000 (22:05 -0400)]
GNU social plugin (for look/feel), theme, template

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Mon, 26 Jul 2010 14:32:30 +0000 (10:32 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

13 years agoaccept mailto: URIs as OStatus identifiers
Evan Prodromou [Thu, 22 Jul 2010 23:00:26 +0000 (16:00 -0700)]
accept mailto: URIs as OStatus identifiers

13 years agoQuick fix for IE7 via sammy: remove redundant media specifiers from base style @impor...
Brion Vibber [Thu, 22 Jul 2010 05:22:09 +0000 (05:22 +0000)]
Quick fix for IE7 via sammy: remove redundant media specifiers from base style @import in main themes.
The <link>s already specify screen/etc media, so all it was doing was breaking. There are still some issues, but most things seem to work-ish as long as Realtime plugins are off.

13 years agoRevert "Revert "Change the cache window on notices from 61 to 200, the max number""
Zach Copley [Wed, 21 Jul 2010 19:29:47 +0000 (12:29 -0700)]
Revert "Revert "Change the cache window on notices from 61 to 200, the max number""

This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.

13 years agoMake some messages gender neutral.
Eric Helgeson [Tue, 20 Jul 2010 02:09:09 +0000 (21:09 -0500)]
Make some messages gender neutral.

13 years agoRevert "Change the cache window on notices from 61 to 200, the max number"
Zach Copley [Tue, 20 Jul 2010 00:38:11 +0000 (17:38 -0700)]
Revert "Change the cache window on notices from 61 to 200, the max number"

This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.

13 years agoProvisional OAuth, OpenID token check timing attack patches
Brion Vibber [Mon, 19 Jul 2010 23:47:49 +0000 (16:47 -0700)]
Provisional OAuth, OpenID token check timing attack patches

13 years agoChange the cache window on notices from 61 to 200, the max number
Zach Copley [Mon, 19 Jul 2010 20:43:17 +0000 (13:43 -0700)]
Change the cache window on notices from 61 to 200, the max number
of notices available at one time through the API. Note: this will
require a memcache restart.

13 years agoSuppress HTTP error headers for JSONP API output
Zach Copley [Fri, 16 Jul 2010 21:40:22 +0000 (14:40 -0700)]
Suppress HTTP error headers for JSONP API output

13 years agocache sitemap notice and user counts for 4h
Evan Prodromou [Wed, 14 Jul 2010 14:38:34 +0000 (10:38 -0400)]
cache sitemap notice and user counts for 4h

13 years agoExceptions are caught and continued on JSON, XML, Atom and RSS output in API
Evan Prodromou [Tue, 13 Jul 2010 15:11:29 +0000 (11:11 -0400)]
Exceptions are caught and continued on JSON, XML, Atom and RSS output in API

13 years agohandle missing profile for notices better in Rss10Action
Evan Prodromou [Tue, 13 Jul 2010 14:59:15 +0000 (10:59 -0400)]
handle missing profile for notices better in Rss10Action

13 years agohandle missing profile for notices better in NoticeList
Evan Prodromou [Tue, 13 Jul 2010 14:59:01 +0000 (10:59 -0400)]
handle missing profile for notices better in NoticeList

13 years agolog exceptions in atom feeds, but don't let them kill the output
Evan Prodromou [Tue, 13 Jul 2010 14:53:47 +0000 (10:53 -0400)]
log exceptions in atom feeds, but don't let them kill the output

13 years agopush exception on missing profile down to Notice::getProfile()
Evan Prodromou [Tue, 13 Jul 2010 14:51:25 +0000 (10:51 -0400)]
push exception on missing profile down to Notice::getProfile()

13 years agohandle notices without profiles better in RSS output
Evan Prodromou [Tue, 13 Jul 2010 14:42:06 +0000 (10:42 -0400)]
handle notices without profiles better in RSS output

13 years agoCommit hubprepqueuehandler.php -- fix for OStatus bulk output.
Brion Vibber [Mon, 12 Jul 2010 21:22:36 +0000 (14:22 -0700)]
Commit hubprepqueuehandler.php -- fix for OStatus bulk output.

13 years agoremove debugging statement and add a bit of output to updatecounts
Evan Prodromou [Sat, 10 Jul 2010 13:58:27 +0000 (09:58 -0400)]
remove debugging statement and add a bit of output to updatecounts

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sat, 10 Jul 2010 13:51:49 +0000 (09:51 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

13 years agoscript to fill counts table from command line
Evan Prodromou [Fri, 9 Jul 2010 21:50:14 +0000 (17:50 -0400)]
script to fill counts table from command line

13 years agoHandle the case where a screen name has shifted from one Twitter ID to another
Zach Copley [Thu, 8 Jul 2010 21:17:10 +0000 (21:17 +0000)]
Handle the case where a screen name has shifted from one Twitter ID to another

13 years agocreate an index on user.created so sitemap generation is faster
Evan Prodromou [Mon, 5 Jul 2010 18:12:14 +0000 (14:12 -0400)]
create an index on user.created so sitemap generation is faster

13 years agoUpdated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: Auth_Yadis_XRDS:...
Brion Vibber [Tue, 29 Jun 2010 18:44:21 +0000 (14:44 -0400)]
Updated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: Auth_Yadis_XRDS::parseXRDS() is now declared static, and PHP 5.3 demands it say so on the subclass too.

Compat fix branch for upstream: http://gitorious.org/libomb/libomb-statusnet/commit/6589dc073f93b65564931e1ab5865a34a0b228aa

13 years agoUpdate to last upstream version of libomb: coding style updates, static call fix...
Brion Vibber [Tue, 29 Jun 2010 18:39:57 +0000 (14:39 -0400)]
Update to last upstream version of libomb: coding style updates, static call fix, improved handling of invalid XRD URIs.

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 29 Jun 2010 15:53:05 +0000 (08:53 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoUpdates to README w/ summary changelist
Brion Vibber [Tue, 29 Jun 2010 15:23:35 +0000 (11:23 -0400)]
Updates to README w/ summary changelist

13 years agoFix regression in OStatus remote group subscribe -- a bug was previously masked silen...
Brion Vibber [Tue, 29 Jun 2010 14:31:30 +0000 (10:31 -0400)]
Fix regression in OStatus remote group subscribe -- a bug was previously masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here)

13 years agoUpdate the (formerly) Janrain OpenID library to 2.2.2 -- bug fixes including PHP...
Brion Vibber [Tue, 29 Jun 2010 14:24:48 +0000 (10:24 -0400)]
Update the (formerly) Janrain OpenID library to 2.2.2 -- bug fixes including PHP 5.3 compatibility fix.

Upstream release was tagged at: http://github.com/openid/php-openid/commit/a287b2d85e753c84b3b883ed8ee3ffe8692c8477

13 years ago- Fix bugs with block and friendship API methods
Zach Copley [Mon, 28 Jun 2010 23:53:05 +0000 (16:53 -0700)]
- Fix bugs with block and friendship API methods
- Friendship API methods now use a Profile instead of User for target

13 years agoFix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP notices when...
Brion Vibber [Mon, 28 Jun 2010 19:20:50 +0000 (15:20 -0400)]
Fix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP notices when checking for enclosures due to uninitialized variables.

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Mon, 28 Jun 2010 19:13:39 +0000 (15:13 -0400)]
Merge branch 'master' into 0.9.x

13 years agoUpdate version and code name: 0.9.3 Half a World Away
Brion Vibber [Mon, 28 Jun 2010 19:08:01 +0000 (15:08 -0400)]
Update version and code name: 0.9.3 Half a World Away

13 years agoAdd notice source for StatusNet Desktop
Zach Copley [Mon, 28 Jun 2010 19:02:08 +0000 (12:02 -0700)]
Add notice source for StatusNet Desktop

13 years agoFix for PHP notice when given an integer degrees in decimalDegreesToDMS(); using...
Brion Vibber [Mon, 28 Jun 2010 18:41:33 +0000 (14:41 -0400)]
Fix for PHP notice when given an integer degrees in decimalDegreesToDMS(); using math instead of string manipulation to split integer portion from decimal remainder.

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 28 Jun 2010 17:39:52 +0000 (13:39 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoEnhanced upload file type detection. If given an original filename, we'll attempt...
Brion Vibber [Mon, 10 May 2010 23:18:29 +0000 (16:18 -0700)]
Enhanced upload file type detection. If given an original filename, we'll attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected.
File extensions can also be added to the upload type whitelist; they'll be normalized to types for the actual comparison, so only known extensions will work.

13 years agoTest cases for MediaFile::getUploadedFileType() with OpenOffice, MS Office, and PDF...
Brion Vibber [Mon, 10 May 2010 22:32:02 +0000 (15:32 -0700)]
Test cases for MediaFile::getUploadedFileType() with OpenOffice, MS Office, and PDF sample files (as saved from OpenOffice 3.2)
Only 3 of 16 cases pass on my dev box with default config. Ouch!

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Sat, 26 Jun 2010 19:09:30 +0000 (15:09 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Sat, 26 Jun 2010 19:09:08 +0000 (15:09 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

13 years agoFix for bug #2382: releasing claim on failed queue item works again with DB-based...
Brion Vibber [Sat, 26 Jun 2010 19:07:32 +0000 (15:07 -0400)]
Fix for bug #2382: releasing claim on failed queue item works again with DB-based queues.
Warning: DB-based queue doesn't currently implement discarding of items after a retry limit. Failed items will be retried until they succeed.

13 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Sat, 26 Jun 2010 14:17:36 +0000 (10:17 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
plugins/OpenID/openidserver.php (cleaned up mismatched comment)

13 years agoMerge branch 'master' into testing
Brion Vibber [Sat, 26 Jun 2010 14:16:27 +0000 (10:16 -0400)]
Merge branch 'master' into testing

13 years agoHave API methods for search subclass ApiPrivateAuthAction
Zach Copley [Fri, 25 Jun 2010 01:11:50 +0000 (18:11 -0700)]
Have API methods for search subclass ApiPrivateAuthAction

13 years agoRegression fix for Recaptcha on SSL registration page; their API is served on a diffe...
Brion Vibber [Thu, 24 Jun 2010 15:21:04 +0000 (15:21 +0000)]
Regression fix for Recaptcha on SSL registration page; their API is served on a different hostname for SSL.

13 years agoFix for ticket http://status.net/open-source/issues/2380 "Autofocus
Zach Copley [Wed, 23 Jun 2010 18:29:13 +0000 (11:29 -0700)]
Fix for ticket http://status.net/open-source/issues/2380 "Autofocus
shouldn't override scroll" -- Thanks @michaeltwofish!

13 years ago- Add profile_info tag to Atom author
Zach Copley [Tue, 22 Jun 2010 23:28:06 +0000 (16:28 -0700)]
- Add profile_info tag to Atom author
- Normalize xmlns:statusnet links in the API

13 years agoUpdate pot file.
Siebrand Mazeland [Mon, 21 Jun 2010 18:17:32 +0000 (20:17 +0200)]
Update pot file.

13 years agoImprove error message per discussion on http://translatewiki.net/wiki/Thread:Support...
Siebrand Mazeland [Mon, 21 Jun 2010 18:15:26 +0000 (20:15 +0200)]
Improve error message per discussion on http://translatewiki.net/wiki/Thread:Support/Unclear_message.

Spotted by Peter17 and changed per suggestion of McDutchie with approval of Brion.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Mon, 21 Jun 2010 18:10:37 +0000 (20:10 +0200)]
Localisation updates from http://translatewiki.net

13 years agoquick-fix for localization typo per #2366 (also fixed upstream in translatewiki)
Brion Vibber [Mon, 21 Jun 2010 15:07:12 +0000 (08:07 -0700)]
quick-fix for localization typo per #2366 (also fixed upstream in translatewiki)

14 years agoRecaptchaPlugin: fix for missing captcha on iPhone/Android.
Brion Vibber [Sun, 20 Jun 2010 19:30:12 +0000 (19:30 +0000)]
RecaptchaPlugin: fix for missing captcha on iPhone/Android.

MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context.

Tested that view & submission works ok in following browsers:
Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks)
Ubuntu 10.04: Firefox 3.6.3, Chrome 6
Mac 10.6: Safari 5/OS X 10.6.4
Windows 7: IE 8, Opera 10.56

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Sun, 20 Jun 2010 18:38:27 +0000 (11:38 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoCatch a couple of missing XML namespace declarations on API XML output. Missing NS...
Brion Vibber [Fri, 18 Jun 2010 16:59:11 +0000 (09:59 -0700)]
Catch a couple of missing XML namespace declarations on API XML output. Missing NS declarations were breaking XML parsing for some clients since beaecb18d5b92b913473dfffd545dc436f50cf66

14 years agoInclude source client's related URL (if any) in source attribution for
Zach Copley [Thu, 17 Jun 2010 23:08:40 +0000 (23:08 +0000)]
Include source client's related URL (if any) in source attribution for
Atom notice feeds

14 years agoadding a Status_network::updateKeys() method, since DB_DataObject update doesn't...
James Walker [Thu, 17 Jun 2010 17:44:17 +0000 (13:44 -0400)]
adding a Status_network::updateKeys() method, since DB_DataObject update doesn't do keys.

14 years agoFix problem with AvatarLink in which it was sometimes leaving the width attribute...
Zach Copley [Thu, 17 Jun 2010 01:27:51 +0000 (18:27 -0700)]
Fix problem with AvatarLink in which it was sometimes leaving the width attribute empty

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Zach Copley [Wed, 16 Jun 2010 23:37:15 +0000 (16:37 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline

* 'master' of gitorious.org:statusnet/mainline:
  Switch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal.

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 16 Jun 2010 22:28:05 +0000 (00:28 +0200)]
Localisation updates from http://translatewiki.net

14 years ago- More useful group info from api/statusnet/group/show
Zach Copley [Wed, 16 Jun 2010 21:29:24 +0000 (14:29 -0700)]
- More useful group info from api/statusnet/group/show
- Add statusnet:group_info tag to group Atom feeds

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 16 Jun 2010 19:38:35 +0000 (12:38 -0700)]
Merge branch 'testing' into 0.9.x

Conflicts:
plugins/OpenID/openidserver.php

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 16 Jun 2010 19:37:14 +0000 (12:37 -0700)]
Merge branch 'master' into testing

14 years agoSwitch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubm...
Brion Vibber [Wed, 16 Jun 2010 19:30:37 +0000 (12:30 -0700)]
Switch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal.

14 years agofix URL regex for tags to use UTF-8
Evan Prodromou [Mon, 14 Jun 2010 19:51:49 +0000 (15:51 -0400)]
fix URL regex for tags to use UTF-8

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 14 Jun 2010 17:53:22 +0000 (10:53 -0700)]
Merge branch 'master' into testing

14 years agoadmin panel for setting site-claim metadata
Evan Prodromou [Sun, 13 Jun 2010 19:23:23 +0000 (15:23 -0400)]
admin panel for setting site-claim metadata

14 years agoshow site claim keys on top page
Evan Prodromou [Sun, 13 Jun 2010 18:58:06 +0000 (14:58 -0400)]
show site claim keys on top page

14 years agoFixed a documentation issue. The OpenID doc page now tells you that gnu-social
Ian Denhardt [Sun, 13 Jun 2010 00:09:40 +0000 (20:09 -0400)]
Fixed a documentation issue. The OpenID doc page now tells you that gnu-social
*provides* OpenID as well as accepts it.

14 years agoFix for DB error reporting in installer (MySQL path)
Brion Vibber [Fri, 11 Jun 2010 19:38:22 +0000 (12:38 -0700)]
Fix for DB error reporting in installer (MySQL path)

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 11 Jun 2010 19:05:53 +0000 (12:05 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 11 Jun 2010 19:04:03 +0000 (12:04 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

14 years agoFix a couple bad format entries in router setup (format param had 'xmljson' instead...
Brion Vibber [Fri, 11 Jun 2010 18:52:06 +0000 (11:52 -0700)]
Fix a couple bad format entries in router setup (format param had 'xmljson' instead of 'xml|json').
Warning: the format strings aren't actually being enforced here which is probably why they weren't caught earlier. Not quite sure why, it should be looked at!

14 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 10 Jun 2010 22:55:14 +0000 (00:55 +0200)]
Localisation updates from http://translatewiki.net

14 years agoTicket #2350: fix for incorrect FOAF sioc:follows entries for users who are followed...
Brion Vibber [Thu, 10 Jun 2010 18:42:58 +0000 (11:42 -0700)]
Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are followed by, but don't themselves follow the user whose FOAF we're displaying.

14 years agoTicket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a...
Brion Vibber [Thu, 10 Jun 2010 17:30:07 +0000 (10:30 -0700)]
Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a typo in the patch added in 4463768b)

14 years agoremoved dashes in names
Matt Lee [Thu, 10 Jun 2010 14:18:58 +0000 (10:18 -0400)]
removed dashes in names

14 years agoRevert "added notice.location to group by"
Brenda Wallace [Wed, 9 Jun 2010 04:30:50 +0000 (16:30 +1200)]
Revert "added notice.location to group by"

This reverts commit 48dc899acb9a0ac87140353092dab1f5e67753d8.

14 years agoadded missing author
Brenda Wallace [Tue, 8 Jun 2010 04:46:32 +0000 (16:46 +1200)]
added missing author

14 years agoadded missing authors
Brenda Wallace [Tue, 8 Jun 2010 04:34:16 +0000 (16:34 +1200)]
added missing authors

14 years agoadded missing authors
Brenda Wallace [Tue, 8 Jun 2010 04:32:53 +0000 (16:32 +1200)]
added missing authors

14 years agoadded 2 missing authors, foudn automatically in git logs
Brenda Wallace [Tue, 8 Jun 2010 04:27:10 +0000 (16:27 +1200)]
added 2 missing authors, foudn automatically in git logs

14 years agoMerge branch 'integration' into testing
Brion Vibber [Tue, 8 Jun 2010 01:19:12 +0000 (18:19 -0700)]
Merge branch 'integration' into testing

14 years agoBasic custom CSS and theme uploading features. 'local' subdir can now be customized...
Brion Vibber [Wed, 21 Apr 2010 15:16:42 +0000 (17:16 +0200)]
Basic custom CSS and theme uploading features. 'local' subdir can now be customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base.

Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory.
Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced.
Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default.

Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled'].

Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over)

Can set $config['local']['dir'] etc; not currently exposed in the admin panels.

Per-site directories on a separate themes server could be set up such as:
  $config['local']['dir'] = '/path/to/themes/local/' . $_nickname;
  $config['local']['server'] = 'themes.example.com';
  $config['local']['path'] = '/local/' . $_nickname;
  $config['local']['ssl'] = 'never';

14 years agobreak up the giant form function in design admin panel into individual sections to...
Brion Vibber [Wed, 21 Apr 2010 14:53:10 +0000 (16:53 +0200)]
break up the giant form function in design admin panel into individual sections to make it a little more manageable

14 years agoadded readme
Matt Lee [Tue, 8 Jun 2010 00:52:51 +0000 (20:52 -0400)]
added readme

14 years agoadded GNU social plugins (boilerplate)
Matt Lee [Tue, 8 Jun 2010 00:07:27 +0000 (20:07 -0400)]
added GNU social plugins (boilerplate)