]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Mon, 25 Oct 2010 20:14:33 +0000 (13:14 -0700)]
Merge branch '1.0.x' into schema-x

Conflicts:
plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Mon, 25 Oct 2010 20:08:57 +0000 (13:08 -0700)]
Merge branch '0.9.x' into 1.0.x

Conflicts:
actions/subscriptions.php
lib/router.php
lib/xmppmanager.php
lib/xmppoutqueuehandler.php

13 years agoBase theme styling for oauth pin and desktop mode.
Samantha Doherty [Mon, 25 Oct 2010 20:00:34 +0000 (16:00 -0400)]
Base theme styling for oauth pin and desktop mode.

13 years agoForgot to add the OAuth verifier pin page to sensitive array
Zach Copley [Mon, 25 Oct 2010 19:36:03 +0000 (12:36 -0700)]
Forgot to add the OAuth verifier pin page to sensitive array

13 years agoWe don't need to have editapplication (only showapplication) in the
Zach Copley [Mon, 25 Oct 2010 19:10:52 +0000 (12:10 -0700)]
We don't need to have editapplication (only showapplication) in the
sensitive array because it doesn't expose the consumer keypair

13 years agoAdd OAuth token exchange endpoint to 'sensitive' array; i.e.: use SSL if
Zach Copley [Mon, 25 Oct 2010 18:52:17 +0000 (11:52 -0700)]
Add OAuth token exchange endpoint to 'sensitive' array; i.e.: use SSL if
available

13 years agoAdd special CSS classes to OAuth authorization and pin pages when
Zach Copley [Mon, 25 Oct 2010 18:25:35 +0000 (11:25 -0700)]
Add special CSS classes to OAuth authorization and pin pages when
in desktop mode

13 years agoLess scary OAuth authorization messages when using anonymous consumer
Zach Copley [Mon, 25 Oct 2010 17:38:40 +0000 (10:38 -0700)]
Less scary OAuth authorization messages when using anonymous consumer

13 years agomax_id is inclusive
Evan Prodromou [Mon, 25 Oct 2010 15:18:49 +0000 (11:18 -0400)]
max_id is inclusive

13 years agochange max_id from < to <=
Evan Prodromou [Mon, 25 Oct 2010 15:08:53 +0000 (11:08 -0400)]
change max_id from < to <=

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 23 Oct 2010 18:50:55 +0000 (20:50 +0200)]
Localisation updates from http://translatewiki.net.

13 years ago* onPluginVersion added.
Siebrand Mazeland [Sat, 23 Oct 2010 17:23:25 +0000 (19:23 +0200)]
* onPluginVersion added.
* i18n fix: use _m() in plugins, don't use _()
* some translator documentation added.
* superfluous whitespace removed.

13 years ago* translator documentation added.
Siebrand Mazeland [Sat, 23 Oct 2010 17:20:51 +0000 (19:20 +0200)]
* translator documentation added.
* superfluous whitespace removed.

13 years agoAdditional fixes found while looking at ticket #2532: when given a screen name as...
Brion Vibber [Fri, 22 Oct 2010 20:53:10 +0000 (13:53 -0700)]
Additional fixes found while looking at ticket #2532: when given a screen name as API parameter for a profile, do the nickname lookup on local users only. The profile table can't guarantee unique lookups, so using names isn't currently safe there. This won't affect anything using local nicknames correctly, and may avoid some weird bugs if there were conflicts between local and remote nicknames.

13 years agoFix for ticket #2532: fixed API block create/destroy when specifying the target user...
Brion Vibber [Fri, 22 Oct 2010 20:51:28 +0000 (13:51 -0700)]
Fix for ticket #2532: fixed API block create/destroy when specifying the target user/profile as a separate query parameter, such as api/blocks/create.xml?param=xxx

The router settings weren't quite right so we ended up with bogus regex values passed in as the 'id' parameter, which broke the regular fallback ordering of parameter checks.

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 22 Oct 2010 19:14:45 +0000 (12:14 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoFix for 140-char replies being unexpectedly cropped when bridged to Twitter.
Brion Vibber [Fri, 22 Oct 2010 19:10:11 +0000 (12:10 -0700)]
Fix for 140-char replies being unexpectedly cropped when bridged to Twitter.

This drops the '@' -> ' @' hack for CURL meta-chars in outgoing Twitter bridge, added in commit 04b95c25 back in the day.
The Twitter bridge has since been switched from using direct CURL calls to using HTTPClient, which even with the CURL backend enabled doesn't trigger this issue, as POST parameters are formatted directly.
Prepending the space before we did the message cropping was leading to 140-char messages getting cropped unnecessarily, which was confusing:

Examples of broken messages:
http://identi.ca/notice/57172587 vs http://twitter.com/marjoleink/status/28398050691
http://identi.ca/notice/57172878 vs http://twitter.com/marjoleink/status/28398492563

13 years agoNormalize HTML body ids to lowercase when the user is logged out as well.
Zach Copley [Fri, 22 Oct 2010 18:32:08 +0000 (18:32 +0000)]
Normalize HTML body ids to lowercase when the user is logged out as well.

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 22 Oct 2010 18:23:37 +0000 (11:23 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoUpdated styling for OAuth authorization page's desktop mode.
Zach Copley [Fri, 22 Oct 2010 18:21:44 +0000 (11:21 -0700)]
Updated styling for OAuth authorization page's desktop mode.
TODO: move these styles into the main CSS file.

13 years agoRegisterThrottlePlugin tweak for silencing checks: make sure we don't crash during...
Brion Vibber [Fri, 22 Oct 2010 18:07:19 +0000 (11:07 -0700)]
RegisterThrottlePlugin tweak for silencing checks: make sure we don't crash during registration if another profile registered from this address has been since deleted.

Followup to commit 1caa08429f591b170da210d72f3501843f2bc657

13 years agoCollective guilt for registrants from the same IP address
Evan Prodromou [Fri, 22 Oct 2010 17:29:51 +0000 (13:29 -0400)]
Collective guilt for registrants from the same IP address

If someone tries to register from an IP address that a silenced user
has registered from, prevent it.

When silencing someone, silence everyone else who registered from the
same IP address.

13 years agoNew events when granting and revoking roles
Evan Prodromou [Fri, 22 Oct 2010 14:31:50 +0000 (10:31 -0400)]
New events when granting and revoking roles

Four new events for when roles are granted or revoked.

13 years agoMerge branch 'bettercachelog' into 0.9.x
Evan Prodromou [Fri, 22 Oct 2010 13:25:13 +0000 (09:25 -0400)]
Merge branch 'bettercachelog' into 0.9.x

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Fri, 22 Oct 2010 13:24:49 +0000 (09:24 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agomore detailed information in cachelogplugin
Evan Prodromou [Fri, 22 Oct 2010 13:24:19 +0000 (09:24 -0400)]
more detailed information in cachelogplugin

13 years agoWorkaround for http_build_query() oddities in low-level router parent code when PHP...
Brion Vibber [Fri, 22 Oct 2010 02:10:43 +0000 (19:10 -0700)]
Workaround for http_build_query() oddities in low-level router parent code when PHP config is set with non-default separator.

13 years agoPass OAuth authorize page's mode paramater to OpenID plugin so it can create a correct
Zach Copley [Fri, 22 Oct 2010 02:08:38 +0000 (02:08 +0000)]
Pass OAuth authorize page's mode paramater to OpenID plugin so it can create a correct
returnto URL

13 years agoFix regression (whoops!)
Zach Copley [Fri, 22 Oct 2010 01:38:54 +0000 (18:38 -0700)]
Fix regression (whoops!)

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 22 Oct 2010 01:16:35 +0000 (18:16 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoRe-camelcase ApiOauthAuthorizeAction so it will be accessible when
Zach Copley [Fri, 22 Oct 2010 01:15:11 +0000 (18:15 -0700)]
Re-camelcase ApiOauthAuthorizeAction so it will be accessible when
a site is in pivate mode

13 years agoFix syntax errors
Zach Copley [Fri, 22 Oct 2010 00:48:26 +0000 (00:48 +0000)]
Fix syntax errors

13 years agoOAuth - inform consumer when user refused to authorize a request token
Zach Copley [Fri, 22 Oct 2010 00:11:59 +0000 (17:11 -0700)]
OAuth - inform consumer when user refused to authorize a request token
http://status.net/open-source/issues/2848

13 years agoDon't show 'anonymous' app in OAuth application list.
Zach Copley [Thu, 21 Oct 2010 23:42:59 +0000 (16:42 -0700)]
Don't show 'anonymous' app in OAuth application list.

13 years agoFix bad reference.
Zach Copley [Thu, 21 Oct 2010 21:52:41 +0000 (14:52 -0700)]
Fix bad reference.

13 years agoOAuth - proper callback handling and better styling for authorization
Zach Copley [Thu, 21 Oct 2010 21:45:42 +0000 (14:45 -0700)]
OAuth - proper callback handling and better styling for authorization
page when in desktop mode

13 years agoNormalize all action HTML body ids to lowercase
Zach Copley [Thu, 21 Oct 2010 20:03:56 +0000 (13:03 -0700)]
Normalize all action HTML body ids to lowercase

13 years agoChange OAuth authorization page's action name to be inline with
Zach Copley [Thu, 21 Oct 2010 20:00:03 +0000 (13:00 -0700)]
Change OAuth authorization page's action name to be inline with
other web page action names so the body id outputs correctly. Fix
some other bugs.

13 years agoNew "desktop" mode for the OAuth authorization page. If mode=deskstop
Zach Copley [Thu, 21 Oct 2010 19:23:04 +0000 (12:23 -0700)]
New "desktop" mode for the OAuth authorization page. If mode=deskstop
is specified in the request the page is probably meant to be displayed
in a small webview of another application, so suppress header, aside
and footer.

13 years agoMemcache::set() 3rd param should be flags (4th is expire). This throws a "2 lowest...
James Walker [Thu, 21 Oct 2010 16:20:14 +0000 (12:20 -0400)]
Memcache::set() 3rd param should be flags (4th is expire). This throws a "2 lowest bytes reserved" error in Memcache > 3.0.3

13 years agoi18n/L10n consistency updates.
Siebrand Mazeland [Thu, 21 Oct 2010 11:20:21 +0000 (13:20 +0200)]
i18n/L10n consistency updates.

13 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 21 Oct 2010 01:18:53 +0000 (01:18 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

13 years agoFix syntax error
Zach Copley [Thu, 21 Oct 2010 01:17:59 +0000 (01:17 +0000)]
Fix syntax error

13 years agoi18n/L10n updates, translator docs updated, superfluous whitespace removed.
Siebrand Mazeland [Thu, 21 Oct 2010 01:10:46 +0000 (03:10 +0200)]
i18n/L10n updates, translator docs updated, superfluous whitespace removed.

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 21 Oct 2010 00:28:28 +0000 (17:28 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
actions/apioauthauthorize.php
lib/apioauthstore.php

13 years agoRedirect to https when making an http request for a sensitive action
Craig Andrews [Thu, 21 Oct 2010 00:22:34 +0000 (20:22 -0400)]
Redirect to https when making an http request for a sensitive action

13 years agoUse a new table (oauth_token_association) to associate authorized
Zach Copley [Thu, 21 Oct 2010 00:21:04 +0000 (17:21 -0700)]
Use a new table (oauth_token_association) to associate authorized
request tokins with OAuth client applications and profiles.

13 years agoUpdate translator documentation and remove superfluous whitespace.
Siebrand Mazeland [Thu, 21 Oct 2010 00:02:37 +0000 (02:02 +0200)]
Update translator documentation and remove superfluous whitespace.

13 years agoi18n/L10n updates, translator comments added/fixed, superfluous whitespace removed.
Siebrand Mazeland [Wed, 20 Oct 2010 23:53:42 +0000 (01:53 +0200)]
i18n/L10n updates, translator comments added/fixed, superfluous whitespace removed.

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 20 Oct 2010 23:19:24 +0000 (16:19 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 20 Oct 2010 23:18:48 +0000 (16:18 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoWee fixin for overflowing notice content in sidebar.
Samantha Doherty [Wed, 20 Oct 2010 23:18:21 +0000 (19:18 -0400)]
Wee fixin for overflowing notice content in sidebar.

13 years agoMerge branch '0.9.x' into openid-oauth
Brion Vibber [Wed, 20 Oct 2010 23:16:28 +0000 (16:16 -0700)]
Merge branch '0.9.x' into openid-oauth

13 years agoFix option settings on oauth_post_notice.php
Brion Vibber [Wed, 20 Oct 2010 23:16:00 +0000 (16:16 -0700)]
Fix option settings on oauth_post_notice.php

13 years agoPretty up the OpenID variant of the OAuth login form a bit; change the 'Allow' button...
Brion Vibber [Wed, 20 Oct 2010 23:14:32 +0000 (16:14 -0700)]
Pretty up the OpenID variant of the OAuth login form a bit; change the 'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating.

13 years ago* translator documentation added.
Siebrand Mazeland [Wed, 20 Oct 2010 23:12:56 +0000 (01:12 +0200)]
* translator documentation added.
* moved some translator comments that were not directly above the line with the message to the correct location.
* i18n for UI text.
* superfluous whitespace removed.

13 years agoInitial OpenID+OAuth thingy.
Brion Vibber [Wed, 20 Oct 2010 22:59:27 +0000 (15:59 -0700)]
Initial OpenID+OAuth thingy.

13 years agoFix --oauth-token-secret on oauth_verify_creds.php
Brion Vibber [Wed, 20 Oct 2010 22:17:56 +0000 (15:17 -0700)]
Fix --oauth-token-secret on oauth_verify_creds.php

13 years agoFix for ticket #2845: singleuser nickname configuration was being overridden by site...
Brion Vibber [Wed, 20 Oct 2010 21:34:25 +0000 (14:34 -0700)]
Fix for ticket #2845: singleuser nickname configuration was being overridden by site owner in router setup.

I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset.
This is now called consistently from the places that needed to use the primary user's nickname in routing setup.

Setting $config['singleuser']['nickname'] should now work again as expected.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Wed, 20 Oct 2010 20:16:13 +0000 (22:16 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoRevert DB change for OAuth. Change compound key for oauth_application_user
Zach Copley [Wed, 20 Oct 2010 18:41:04 +0000 (11:41 -0700)]
Revert DB change for OAuth. Change compound key for oauth_application_user
back to (profile_id, application_id). I think we can get away without
a DB change by only issuing one anonymous access token per user.

13 years agoConsistent punctuation.
Siebrand Mazeland [Wed, 20 Oct 2010 18:29:59 +0000 (20:29 +0200)]
Consistent punctuation.

13 years ago* i18n for many missing messages (???)
Siebrand Mazeland [Wed, 20 Oct 2010 18:28:04 +0000 (20:28 +0200)]
* i18n for many missing messages (???)
* add translator documentation.

13 years agoAdd FIXME
Siebrand Mazeland [Wed, 20 Oct 2010 18:01:12 +0000 (20:01 +0200)]
Add FIXME

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Wed, 20 Oct 2010 17:51:49 +0000 (19:51 +0200)]
Localisation updates from http://translatewiki.net.

13 years ago* i18n/L10n fixes.
Siebrand Mazeland [Wed, 20 Oct 2010 17:34:27 +0000 (19:34 +0200)]
* i18n/L10n fixes.
* translator documentation updated/added.
* superfluous whitespace removed.

13 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Wed, 20 Oct 2010 16:26:51 +0000 (18:26 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

13 years agoFix nasty bug in parameter for e-mail notification for favourite.
Siebrand Mazeland [Wed, 20 Oct 2010 09:16:21 +0000 (11:16 +0200)]
Fix nasty bug in parameter for e-mail notification for favourite.

13 years agoStick OAuth developer help info in a section
Zach Copley [Wed, 20 Oct 2010 04:24:19 +0000 (21:24 -0700)]
Stick OAuth developer help info in a section

13 years agoMerge branch 'anon-consumer' into 0.9.x
Zach Copley [Wed, 20 Oct 2010 04:01:53 +0000 (21:01 -0700)]
Merge branch 'anon-consumer' into 0.9.x

13 years agoAdd support for an anonymous OAuth consumer. Note: this requires a
Zach Copley [Wed, 20 Oct 2010 03:54:53 +0000 (20:54 -0700)]
Add support for an anonymous OAuth consumer. Note: this requires a
small DB tweak.  Oauth_application_user needs to have the primary
compound key: (profile_id, application_id, token).

http://status.net/open-source/issues/2761

This should also make it possible to have multiple access tokens
per application.

http://status.net/open-source/issues/2788

13 years agoQuick fix for wee regression in entity_action button hover states.
Samantha Doherty [Wed, 20 Oct 2010 01:33:56 +0000 (21:33 -0400)]
Quick fix for wee regression in entity_action button hover states.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Wed, 20 Oct 2010 00:43:14 +0000 (02:43 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoConvert SamplePlugin to new-style table defs, tweak some stuff to test basic checkschema
Brion Vibber [Wed, 20 Oct 2010 00:25:56 +0000 (17:25 -0700)]
Convert SamplePlugin to new-style table defs, tweak some stuff to test basic checkschema

13 years agoStarting to encapsulate some of the schema_version checksum / updater logic
Brion Vibber [Wed, 20 Oct 2010 00:07:37 +0000 (17:07 -0700)]
Starting to encapsulate some of the schema_version checksum / updater logic

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 19 Oct 2010 23:24:09 +0000 (01:24 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoMore complete sentence and translator documentation added.
Siebrand Mazeland [Tue, 19 Oct 2010 22:53:42 +0000 (00:53 +0200)]
More complete sentence and translator documentation added.

13 years agoAdd missing "address"
Siebrand Mazeland [Tue, 19 Oct 2010 22:49:12 +0000 (00:49 +0200)]
Add missing "address"

13 years agoAdd stub schema_version table
Brion Vibber [Tue, 19 Oct 2010 22:37:17 +0000 (15:37 -0700)]
Add stub schema_version table

13 years agoMany i18n/L10n updates and lots of descriptions for translators added.
Siebrand Mazeland [Tue, 19 Oct 2010 22:35:39 +0000 (00:35 +0200)]
Many i18n/L10n updates and lots of descriptions for translators added.

13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Tue, 19 Oct 2010 22:19:46 +0000 (15:19 -0700)]
Merge branch '1.0.x' into schema-x

Conflicts:
lib/common.php

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Tue, 19 Oct 2010 22:18:07 +0000 (15:18 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 19 Oct 2010 22:10:47 +0000 (15:10 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoFix PHP notice when submitting 'design' admin panel on a browser that doesn't support...
Brion Vibber [Tue, 19 Oct 2010 22:09:45 +0000 (15:09 -0700)]
Fix PHP notice when submitting 'design' admin panel on a browser that doesn't support file uploads such as Mobile Safari

13 years agoQuick fix for bad message in en_GB (#2790) -- fixed upstream at http://translatewiki...
Brion Vibber [Tue, 19 Oct 2010 21:50:10 +0000 (14:50 -0700)]
Quick fix for bad message in en_GB (#2790) -- fixed upstream at http://translatewiki.net/w/i.php?title=StatusNet:A3894b1256ab040ed20a35eedeece8829c62d5ab-Direct_message_to_s_sent./en-gb&diff=2403802&oldid=1930996

13 years agoRelax restrictions on URL validation for oauth_callback. We need to
Zach Copley [Tue, 19 Oct 2010 19:29:21 +0000 (19:29 +0000)]
Relax restrictions on URL validation for oauth_callback. We need to
allow custom schemes like mustard:// etc.

13 years agofix index drop on pg
Brion Vibber [Tue, 19 Oct 2010 19:23:49 +0000 (12:23 -0700)]
fix index drop on pg

13 years ago$config['db']['mysql_foreign_keys'] option to experimentally enable foreign keys...
Brion Vibber [Tue, 19 Oct 2010 19:11:49 +0000 (12:11 -0700)]
$config['db']['mysql_foreign_keys'] option to experimentally enable foreign keys on MySQL. (Would only work on InnoDB tables, may explode, etc)

13 years agoInitial foreign key setup support
Brion Vibber [Tue, 19 Oct 2010 19:08:59 +0000 (12:08 -0700)]
Initial foreign key setup support

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Tue, 19 Oct 2010 19:08:48 +0000 (12:08 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoOAuth - better log messages
Zach Copley [Tue, 19 Oct 2010 19:07:59 +0000 (12:07 -0700)]
OAuth - better log messages

13 years agoFix unique & foreign constraints on foreign_* tables. Reference info copied from...
Brion Vibber [Tue, 19 Oct 2010 18:24:33 +0000 (11:24 -0700)]
Fix unique & foreign constraints on foreign_* tables. Reference info copied from old schema wasn't correctly taking into account that (id, service) must be treated together as a unit to identify a foreign_user uniquely.

13 years agoJust a little more mobile stylin.
Samantha Doherty [Tue, 19 Oct 2010 18:08:01 +0000 (14:08 -0400)]
Just a little more mobile stylin.

13 years agoQuick mobile stylesheet for shiny theme.
Samantha Doherty [Tue, 19 Oct 2010 16:27:50 +0000 (12:27 -0400)]
Quick mobile stylesheet for shiny theme.

13 years agoBig updates for themes rebase, clean, and shiny. A few more adjustments to come for...
Samantha Doherty [Tue, 19 Oct 2010 15:07:53 +0000 (11:07 -0400)]
Big updates for themes rebase, clean, and shiny. A few more adjustments to come for 0.9.6, time (probably not) permitting.

13 years agostrip column prefix lengths from key defs on pg
Brion Vibber [Tue, 19 Oct 2010 01:26:11 +0000 (18:26 -0700)]
strip column prefix lengths from key defs on pg

13 years agoFix misnamed unique constraint
Brion Vibber [Tue, 19 Oct 2010 01:16:07 +0000 (18:16 -0700)]
Fix misnamed unique constraint

13 years agoQuoting fixes for postgres
Brion Vibber [Tue, 19 Oct 2010 01:15:58 +0000 (18:15 -0700)]
Quoting fixes for postgres

13 years agotweak unique constraint setup
Brion Vibber [Tue, 19 Oct 2010 01:07:25 +0000 (18:07 -0700)]
tweak unique constraint setup

13 years agoupdate -> create on dumpschema options, easier for me to remember
Brion Vibber [Tue, 19 Oct 2010 00:49:08 +0000 (17:49 -0700)]
update -> create on dumpschema options, easier for me to remember