Evan Prodromou
fa00aed88b
remove User_role class
2009-11-16 16:04:51 +01:00
Evan Prodromou
4e00ce01a9
Rename user_role to profile_role
...
Renamed the user_role table to profile_role. Remote users can have a
role on the site; that 'role' may be negative (silenced or sandboxed).
2009-11-16 16:02:47 +01:00
Evan Prodromou
792590bcdc
move role functions to Profile class
2009-11-16 15:52:33 +01:00
Evan Prodromou
ff88ef407a
make block actions use profileformaction superclass
2009-11-16 14:40:04 +01:00
Evan Prodromou
64677fc09a
common superclass for actions that operate on a profile and return
2009-11-16 14:28:58 +01:00
Craig Andrews
f04dbc8fa2
Add "followers" and "following" commands
2009-11-16 00:19:47 -05:00
Craig Andrews
6470ccd1b8
getSubscribers and getSubscriptions were not handling the case where limit=null correctly
2009-11-16 00:19:19 -05:00
Sarven Capadisli
b843ea6c4a
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-15 19:48:48 +01:00
Evan Prodromou
d24ed193e7
add forms for silence, sandbox, delete user
2009-11-15 16:00:29 +01:00
Evan Prodromou
c9475c76a8
define rights around how to silence, sandbox, and delete a user
2009-11-15 15:59:10 +01:00
Evan Prodromou
e3b53565bb
unblockform uses profileactionform
2009-11-15 15:57:59 +01:00
Evan Prodromou
d5032fc3a3
blockform uses profileactionform
2009-11-15 15:57:52 +01:00
Evan Prodromou
e9225fabdd
common superclass for forms that operate on a profile
2009-11-15 15:57:37 +01:00
Evan Prodromou
9a1a83e8eb
Move some user-related stuff to useradminpanel from siteadminpanel
2009-11-15 14:37:47 +01:00
Evan Prodromou
9f8eedd5a3
add panels.txt to remember what to add where
2009-11-15 14:37:35 +01:00
Brion Vibber
3bf1024771
Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in refactoring caused fatal error on unrecognized message source
...
Example report from live site: http://identi.ca/notice/14629110
2009-11-14 13:14:20 -08:00
Siebrand Mazeland
6512282241
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
2009-11-14 22:12:44 +01:00
Siebrand Mazeland
017f8dc645
Localisation updates from translatewiki.net
2009-11-14 22:12:25 +01:00
Brion Vibber
133ca0ef6b
Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in refactoring caused fatal error on unrecognized message source
2009-11-14 13:10:47 -08:00
Evan Prodromou
fe18063bd2
Revert "Ask users if they wish to send statistics to SNI, default is off."
...
This reverts commit 7efea1115f
.
Conflicts:
install.php
2009-11-14 17:38:10 +01:00
Evan Prodromou
959d278c34
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-14 17:14:35 +01:00
Sarven Capadisli
a256aee9bf
Removed list style from .xoxo
2009-11-14 11:57:27 +01:00
brenda
2147ac510f
don't offer install.php on check-fancy requests
...
this time, E_STRICT compliant
2009-11-14 16:52:39 +13:00
brenda
ab135faa75
postgresl update script now working in postgres
2009-11-14 16:34:36 +13:00
Brion Vibber
5fab9bed48
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
2009-11-13 15:36:14 -08:00
Brion Vibber
50234be398
Fix regression in OpenID autosubmit page.
...
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
2009-11-13 15:34:15 -08:00
Craig Andrews
c621a9db72
Fix to work with csarven's changes to util.js
2009-11-13 17:56:14 -05:00
Craig Andrews
acfa086d21
Resetup the ajaxification for replies and favors after inf. scrolling
...
Made the selector much more specific, so it only works on pages that have notices
2009-11-13 17:49:35 -05:00
Sarven Capadisli
eeae20c101
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-13 20:57:59 +00:00
Sarven Capadisli
dedacbe66b
Separated NoticeFavor and calling it from FormNoticeXHR success
2009-11-13 20:56:55 +00:00
Siebrand Mazeland
8dcde1c3a8
Localisation updates from translatewiki.net (2009-11-13)
2009-11-13 21:48:04 +01:00
Sarven Capadisli
9a2a01c51e
Rearranged selectors for processing style
2009-11-13 19:35:27 +00:00
Craig Andrews
5494eb6146
Refactor User_username object creation to reuse code
2009-11-13 13:11:28 -05:00
Craig Andrews
b9562cbb18
autoregister returns the new user on success (not just true)
2009-11-13 12:54:27 -05:00
Sarven Capadisli
e8e0cdb4d6
Added .processing styles for pagination
2009-11-13 13:21:16 +00:00
Sarven Capadisli
1bac324072
Moved class="pagination" to child element and removed element
2009-11-13 12:26:24 +00:00
Sarven Capadisli
12d3c44480
Added hAtom for profile and group lists
2009-11-13 12:13:38 +00:00
Siebrand Mazeland
21603f0225
Fix typo (!. -> !)
2009-11-13 11:28:54 +01:00
Craig Andrews
f60a55d9ec
blasted, that should not be there
2009-11-12 20:15:10 -05:00
Craig Andrews
ed690615de
Added a User_username table that links the external username with a StatusNet user_id
...
Added EmailAuthenticationPlugin
Added ReverseUsernameAuthenticationPlugin
Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname
User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
2009-11-12 20:12:36 -05:00
Craig Andrews
cefbad0159
Also delete the OpenID provider data when a user is deleted
2009-11-12 20:12:35 -05:00
Siebrand Mazeland
c27dc71277
Localisation updates from translatewiki.net (2009-11-12)
2009-11-12 22:58:28 +01:00
Ciaran Gultnieks
d8296df5d7
A further change to the XRDS is required if 0.9.x is to be able to remote sub to a 0.8.x account, with the OpenID plugin enabled.
2009-11-12 20:57:09 +00:00
Brion Vibber
81fa515881
Fix index on notice for efficient querying of notice(s) by order for a profile.
...
Should resolve performance problem with Profile::getCurrentNotice()
2009-11-12 11:08:43 -08:00
Zach Copley
f7bc741e6d
Merge branch '0.8.x'
...
* 0.8.x:
Removed extra showScript() call at the bottom of the document. 0.8.x
Removed old comments
Disable debug mode (so there are no messages written to the javascript console)
Resetup the ajaxification for replies and favors after inf. scrolling
Refactored the favorite button ajaxification to a separate function
Bug 1969: rebuild corrupted l10n files which caused all UI strings to be shown as nulls
2009-11-12 10:45:14 -08:00
Brion Vibber
d8fe5224cb
Fix for bug 1974: drop unnecessary define_syslog_variables() call from common.php
...
The call was moved to this spot in commit 3ea1119e50
(previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call.
The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now.
2009-11-12 09:02:00 -08:00
Ciaran Gultnieks
707efadbd4
Some more XRDS fixes. With this and the previous commit, remote subs seem to work. Otherwise they don't.
2009-11-12 14:46:16 +00:00
Ciaran Gultnieks
6e601c1171
Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c
I think
2009-11-12 14:21:47 +00:00
Sarven Capadisli
3752c1fdce
Removed extra showScript() call at the bottom of the document. 0.8.x
...
is using <head> for scripts whereas 0.9.x puts it before </body>. This
also fixes the duplicate posts
2009-11-12 10:37:43 +00:00
Sarven Capadisli
c28b9ce31a
Removed old comments
2009-11-12 10:24:18 +00:00