Brion Vibber
ed8553eea8
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
2010-02-04 13:11:41 -08:00
Brion Vibber
239b88025e
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)
2010-02-04 13:08:34 -08:00
Brion Vibber
a020e23086
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
2010-02-04 11:56:07 -08:00
Sarven Capadisli
5bdc6fa5d4
Moved hardcoded identica theme out of MobileProfile. In this case, it
...
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.
2010-02-04 19:42:33 +00:00
Brion Vibber
5a1cbdc6f1
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).
2010-02-04 11:06:01 -08:00
Sarven Capadisli
c56250fb33
Added accept and reject icons to remote subscription authorization
2010-02-04 16:51:51 +00:00
Sarven Capadisli
d2dc3e41c5
Fixes minor remote subscription profile layout
2010-02-04 16:27:34 +00:00
Zach Copley
9ca4fd69b3
- Fix cache handling in TwitterStatusFetcher
...
- Other stability fixes
2010-02-04 01:59:28 +00:00
Evan Prodromou
7a7e2162dd
Script to update profile URLs
2010-02-03 14:58:29 -05:00
Evan Prodromou
900cb8dd91
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-02-03 12:32:48 -05:00
Evan Prodromou
aa4848d62d
Merge branch 'master' into testing
2010-02-03 12:32:31 -05:00
Evan Prodromou
dbeb388ade
clear cache for Profile::hasRepeated() at Notice::insert() time
2010-02-03 12:31:25 -05:00
Sarven Capadisli
efa930ab00
Added right margin for notice text. Helps Conversation notices look
...
better.
2010-02-03 18:13:21 +01:00
Evan Prodromou
0e0beea5aa
clearcache.php column flag was conflicting with default flag
2010-02-03 12:13:20 -05:00
Evan Prodromou
aee73d87ee
showcache.php column flag was conflicting with default flag
2010-02-03 12:13:07 -05:00
Evan Prodromou
644a916383
change 'sitetype' to 'siteplan' to use consistent language
2010-02-03 11:55:54 -05:00
Evan Prodromou
20953ea3de
Merge branch 'master' of git@gitorious.org:statusnet/mainline
2010-02-03 11:53:54 -05:00
Evan Prodromou
6215b9788c
add nickname as unique key for user_group table
2010-02-03 11:53:31 -05:00
Zach Copley
ac8a4a7e56
Confirm dialog for reset OAuth consumer key and secret button
2010-02-03 05:43:08 +00:00
Zach Copley
dd1b8076d8
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-02-02 23:17:58 +00:00
Zach Copley
2085b506d4
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.
2010-02-02 23:17:28 +00:00
Brion Vibber
51c3606715
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P
2010-02-02 09:32:28 -08:00
Brion Vibber
027c7e61fd
Fix regression breaking file attachments. This is what I get for rushing fixes and not properly testing them. :P
2010-02-02 09:30:15 -08:00
Sarven Capadisli
245610d2e1
Removed entity flag stylesheet and icons from plugin to core.
2010-02-02 16:27:58 +01:00
Sarven Capadisli
a1f55c3f80
Added flag icon to core
2010-02-02 16:14:37 +01:00
Sarven Capadisli
7cecd7f722
Added single icon for Clear
2010-02-02 16:09:39 +01:00
Sarven Capadisli
f2bbff24e5
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-02-02 16:07:35 +01:00
Sarven Capadisli
65c5d7813b
Added icon to Clear label for UserFlag plugin
2010-02-02 16:06:22 +01:00
Brion Vibber
5f14301c55
setconfig.php: list all current settings if no parameters given
2010-02-02 06:15:01 -08:00
Brion Vibber
4f6052d8d8
Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, exposed to the email
2010-02-02 05:53:05 -08:00
Sarven Capadisli
7b690dab8f
Minor alignment notice form alignment for default theme
2010-02-02 13:16:30 +01:00
Sarven Capadisli
cc256aaa67
Updated StatusNet logos
2010-02-02 13:12:03 +01:00
Zach Copley
dae28d98d1
Linkify notice source when posting from registered OAuth apps
2010-02-02 08:51:01 +00:00
Zach Copley
3906713b2a
Suppress notice input box on OAuth authorization page
2010-02-02 08:50:45 +00:00
Zach Copley
8191273078
Better token revocation
2010-02-02 08:50:33 +00:00
Zach Copley
f0875ceea1
Allow developers to delete OAuth applications
2010-02-02 08:50:18 +00:00
Zach Copley
df2a081265
OAuth app names should be unique.
2010-02-02 08:50:01 +00:00
Sarven Capadisli
dabfe19098
Fixed margin-left on lists inside .hentry and .form_settings
2010-02-01 23:17:12 +00:00
Sarven Capadisli
803c6d954c
Revert "Removed hAtom pattern from registration page."
...
This reverts commit d6fe865133
.
Screws up list rendering when registration is complete.
2010-02-01 23:10:44 +00:00
Sarven Capadisli
95e70f5e53
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-02-01 20:32:48 +01:00
Sarven Capadisli
d40e72beca
Prevents app statistic text from wrapping around avatar
2010-02-01 20:32:18 +01:00
Sarven Capadisli
0e49b3525d
Sentence case for app statistics
2010-02-01 20:31:56 +01:00
Evan Prodromou
f964357de9
readme and version for beta5
2010-02-01 13:44:06 -05:00
Brion Vibber
fba4153346
Don't enqueue into plugin or SMS queues when disabled (breaks unqueuehandler if SMS queue isn't attached)
2010-02-01 10:16:19 -08:00
Brion Vibber
1625a13b93
Merge remote branch 'statusnet/master' into testing
2010-02-01 09:04:13 -08:00
Brion Vibber
6159edcebb
Improve name validation checks on local File references
2010-02-01 08:49:59 -08:00
Evan Prodromou
0787daff2c
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-02-01 11:49:50 -05:00
Evan Prodromou
7390b1d1ac
Merge branch 'master' into testing
2010-02-01 11:21:50 -05:00
Evan Prodromou
57d8f22a3a
fix local file include vulnerability in doc.php
...
Conflicts:
actions/doc.php
2010-02-01 11:20:22 -05:00
Sarven Capadisli
d73746641b
Reusing fixed selector name for 'processing' in util.js
2010-02-01 15:13:54 +01:00