* remotes/upstream/master: (22 commits)
stray debug statements, forgot to filter pending contacts
bug #369 - show contacts who are not in any groups
extended the "interesting" profile attributes
send link directly to profile tab
stray log statements
profile change activities
allow setting default new friend notify
turn off new friend activity by default
rev update
diabook-themes: fixed css for settings aside-links
diabook-themes: css-fixes in aside
fix css in aside
query to find un-grouped contacts
reverting recent db driver changes - won't install cleanly, won't update cleanly, and leaks DB credentials over the web if there's a connection problem
turn off update transactions until we figure out how to do them safely.
table cleanup
quattro: icons for "Mark all sys notifs read" and "See all notifs" as icons in a toolbar in notifications menu
main.js: set notifications icon "on" with new unread notifcations. Show "Nothing new here" with no notifications at all
settings: remove call to profile_load()
quattro: move center css to style.php. add tpl for generic_links_widget
...
reverting recent db driver changes - won't install cleanly, won't update cleanly, and leaks DB credentials over the web if there's a connection problem
* remotes/upstream/master:
cleanup photo menus
more backend work on mail2 followers
make editplain work everywhere
move all fix_mce to one function so it can easily be undone
duplicate community posts
fix_mce_lf contact edit page
fix_mce_lf on profiles
set default on get_avatar
rev update
Incorrect tranlation (one negation too much)
fixed install bug
diabook-themes: smal fix in bbcode-js
diabook-themes: added url and quote to bbcode toolbar under comment box
Remove Gravatar from core and add new hook avatar_lookup.
Rename gravatar_img() more generic to avatar_img().
* remotes/upstream/master:
rev update
source beautifarming to make review easier
fixed some typos
made exceptions from the db optional set address for updae mails correctly
added exceptions to dba class added exception handling to index.php, please mind that there is no recovery at the moment added transactions to db update. Please mind that they might not be supported by db table engines. added admin email on failed updates
* remotes/upstream/master:
bbcode toolbar attached to the comment text field minor css-fixes
diabook-themes: small icon fix
diabook-nav-icons with gradient
use local_user for tag completion if available. See bug #368
more sane defaults datetime_convert
fix empty string timezone
Some new German translations
send zrl after dfrn_request homecoming for manual entries
fix to wall_upload photos default permissions to use cid rather than uid.
fixed z-index of youtube-vids fixed bug to hide right_side
Remove Gravatar from core and add new hook avatar_lookup.
This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in.
I haven't touched the language files yet. Are they updated automatically somehow?
Klaus Weidenbach [Mon, 20 Feb 2012 23:54:34 +0000 (00:54 +0100)]
Rename gravatar_img() more generic to avatar_img().
I would like to extend the Gravatar support to also use Libravatar, a decentralized avatar service.
First step to extract Gravatar from core and put it into its own plugin. Later the Libravatar plugin can be done, too as a plugin.
added exceptions to dba class
added exception handling to index.php, please mind that there is no
recovery at the moment
added transactions to db update. Please mind that they might not be
supported by db table engines.
added admin email on failed updates
* remotes/upstream/master:
prepare for using a master theme_init()
provide theme_init() functions
rev updates
API: API is now enhanced. mentions, repeat and destroy now works.
"vier": Some design stuff
"vier": Bookmarks now look better.
API: template for test function added
The "vier"-theme is now working again. But there is still work needed
New script that checks if a script is running
poller: An optional lockfile is used to check if the poller is already running
Several improvements