Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Left a form_data class of a <ul> in the user admin panel | Zach Copley | |
2009-11-19 | Added validation to fields in user admin panel | Zach Copley | |
2009-11-19 | Added a user admin panel | Zach Copley | |
2009-11-19 | Add location form elements to the noticeform, and save their values on ↵ | Craig Andrews | |
submission | |||
2009-11-19 | Use the $user object nickname, as login name doesnt have to == nickname ↵ | Eric Helgeson | |
anymore with plugins such as ldap/etc | |||
2009-11-19 | Moved most path and server settings to a new paths admin panel | Zach Copley | |
2009-11-19 | tobyink's location RDF patch | Craig Andrews | |
2009-11-19 | Updated form markup for email settings | Sarven Capadisli | |
2009-11-19 | Added fieldsets for site admin page | Sarven Capadisli | |
2009-11-19 | Merge branch 'admin-sections/3' into 0.9.x | Zach Copley | |
* admin-sections/3: Added locales_path to site admin panel Site admin panel mostly done. Still need to add CC license chooser. | |||
2009-11-19 | Added locales_path to site admin panel | Zach Copley | |
2009-11-19 | Site admin panel mostly done. Still need to add CC license chooser. | Zach Copley | |
2009-11-19 | Updated markup and style for design admin fieldsets | Sarven Capadisli | |
2009-11-18 | Merge branch 'admin-sections/2' into 0.9.x | Zach Copley | |
* admin-sections/2: Design admin panel mostly done. | |||
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-18 | Check profile->update() result against false exactly; we may legitimately ↵ | Brion Vibber | |
get 0 back if no rows were changed. DB objects normally would return true, but the comparisons aren't 100% reliable when we've got numbers which could be ints or strings or floats. Caused failures saving profile settings with Geonames plugin enabled; the lat/lon/id fields would get re-set with freshly looked up values which no longer matched the previous values as far as the data object could tell, but which saved as the same ol' numbers. | |||
2009-11-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-18 | Should not canonicalize nickname before calling common_check_user | Craig Andrews | |
2009-11-18 | Consolidate group creation into static function in User_group | Eric Helgeson | |
2009-11-18 | Improve the not authorized error message | Craig Andrews | |
2009-11-18 | Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88 | Brion Vibber | |
2009-11-18 | Updated admin design form markup | Sarven Capadisli | |
2009-11-18 | First draft of the admin panel for site design | Zach Copley | |
2009-11-17 | Get rid of empty select in theme dropdown | Zach Copley | |
2009-11-17 | Added form_data class | Sarven Capadisli | |
2009-11-17 | Updated admin forms to use form_settings styles | Sarven Capadisli | |
2009-11-17 | more snapshot stuff in siteadminpanel | Evan Prodromou | |
2009-11-17 | add private flag back into site admin panel | Evan Prodromou | |
2009-11-17 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when ↵ | Brion Vibber | |
clicking user links. User links using the ID number (such as created for @-replies) have been failing on Internet Explorer, since IE doesn't bother to actually say it supports text/html... We usually get something like this from IE, up through at least IE 8: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* The */* ended up matching application/rdf+xml instead of text/html, so only other browsers which are more explicit would actually get sent on to the user profile/notice stream; IE visitors were directed on to the FOAF download. :( Swapping the order of items in the server-side of the negotiation list fixes this; clients actually asking for FOAF at a higher priority than HTML will still get it, but the wildcard */* now matches text/html which is usually what we want. Content negotiation for the user links was added August 2008 in commit 48fcfb8b0daeb272cb9d116af617daf15930d909. | |||
2009-11-16 | Consistant error for groups that dont exist in API | Eric Helgeson | |
2009-11-16 | DeleteUserAction | Evan Prodromou | |
2009-11-16 | make block action use ProfileFormAction superclass | Evan Prodromou | |
2009-11-16 | add sandbox and silence actions | Evan Prodromou | |
2009-11-16 | make block actions use profileformaction superclass | Evan Prodromou | |
2009-11-15 | Move some user-related stuff to useradminpanel from siteadminpanel | Evan Prodromou | |
2009-11-15 | add panels.txt to remember what to add where | Evan Prodromou | |
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
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 | A further change to the XRDS is required if 0.9.x is to be able to remote ↵ | Ciaran Gultnieks | |
sub to a 0.8.x account, with the OpenID plugin enabled. | |||
2009-11-12 | Some more XRDS fixes. With this and the previous commit, remote subs seem to ↵ | Ciaran Gultnieks | |
work. Otherwise they don't. | |||
2009-11-12 | Wrong XRDS service type for OMB was being supplied. Wrong since commit ↵ | Ciaran Gultnieks | |
54696f7c I think | |||
2009-11-11 | initialize these variables before use to prevent warnings | Craig Andrews | |
2009-11-11 | Do not show the URL shortener selection drop down if no shorteners are available | Craig Andrews | |
2009-11-11 | Redid how URL shorteners work. This way is much more like how Evan wants ↵ | Craig Andrews | |
events to work (and more like how the rest of SN works). | |||
2009-11-11 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-11 | Remove double space in message | Siebrand Mazeland | |
2009-11-11 | store boolean values correctly in siteadminpanel | Evan Prodromou | |
2009-11-11 | Add design admin panel | Evan Prodromou | |
2009-11-11 | use <li>s in form data for site admin panel | Evan Prodromou | |