]>
git.mxchange.org Git - friendica.git/log
friendica [Fri, 22 Jun 2012 07:25:46 +0000 (00:25 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Fri, 22 Jun 2012 07:25:01 +0000 (00:25 -0700)]
unterminated sql string
friendica [Thu, 21 Jun 2012 12:36:55 +0000 (05:36 -0700)]
Merge pull request #348 from max-weller/master
List statuses by conversation_id
Max Weller [Thu, 21 Jun 2012 10:55:03 +0000 (12:55 +0200)]
Added ORDER BY clause for conversation view
Max Weller [Thu, 21 Jun 2012 08:53:48 +0000 (10:53 +0200)]
Added statuses/show parameter ?conversation=true
friendica [Thu, 21 Jun 2012 06:04:55 +0000 (23:04 -0700)]
show last.fm source in username
friendica [Thu, 21 Jun 2012 05:59:01 +0000 (22:59 -0700)]
follow last.fm scrobbles
friendica [Thu, 21 Jun 2012 04:11:00 +0000 (21:11 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Thu, 21 Jun 2012 04:09:52 +0000 (21:09 -0700)]
try and eliminate the openssl warnings for forums trying to talk back to fans
friendica [Thu, 21 Jun 2012 03:34:41 +0000 (20:34 -0700)]
Merge pull request #346 from fermionic/add-rotate-ccw-option
allow rotation to be either CW or CCW
fermionic [Thu, 21 Jun 2012 03:02:07 +0000 (20:02 -0700)]
Merge pull request #347 from fermionic/diaspora-more-signature-refinements
create new signed text for relayables right when relaying them
Zach Prezkuta [Sun, 17 Jun 2012 05:58:22 +0000 (23:58 -0600)]
create new signed text for relayables right when relaying them
Zach Prezkuta [Thu, 21 Jun 2012 02:36:10 +0000 (20:36 -0600)]
allow rotation either CW or CCW
Thomas Willingham [Thu, 21 Jun 2012 02:14:41 +0000 (03:14 +0100)]
Darkzero-NS fix weeks old BBIcon error
Thomas Willingham [Thu, 21 Jun 2012 01:42:38 +0000 (02:42 +0100)]
Darkzero/NS - make the archives font the same colour as the other widgets.
friendica [Wed, 20 Jun 2012 23:35:49 +0000 (16:35 -0700)]
undefined unmark_for_death
friendica [Wed, 20 Jun 2012 23:20:55 +0000 (16:20 -0700)]
sort out contact search oddities
friendica [Wed, 20 Jun 2012 23:07:41 +0000 (16:07 -0700)]
missing paren
friendica [Wed, 20 Jun 2012 23:05:46 +0000 (16:05 -0700)]
contact search oddities
friendica [Wed, 20 Jun 2012 12:06:20 +0000 (05:06 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Wed, 20 Jun 2012 12:04:51 +0000 (05:04 -0700)]
iframes were getting stripped at the rss/atom parser level. We can preserve these because we will strip them in the purifier after checking for supported video sources
Simon [Wed, 20 Jun 2012 09:07:16 +0000 (02:07 -0700)]
Merge pull request #345 from simonlnu/master
theme tweaks
Simon L'nu [Wed, 20 Jun 2012 09:04:04 +0000 (05:04 -0400)]
icon change; tweak button in toolbar; move site-location
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
friendica [Wed, 20 Jun 2012 08:01:55 +0000 (01:01 -0700)]
Merge pull request #344 from ridcully/master
exclude_replies for twitter api
friendica [Wed, 20 Jun 2012 03:59:22 +0000 (20:59 -0700)]
allow dfrn_deliver to undo a mark_for_death just in case the poller is consistently getting killed.
friendica [Wed, 20 Jun 2012 01:26:40 +0000 (18:26 -0700)]
plugin optimisation - don't loop through every single plugin callback for every hook call, only those registered for that hook
friendica [Tue, 19 Jun 2012 23:22:38 +0000 (16:22 -0700)]
rework fallback themes, glob pattern was wrong
friendica [Tue, 19 Jun 2012 23:08:38 +0000 (16:08 -0700)]
Merge https://github.com/friendica/friendica into pull
Zvi ben Yaakov (a.k.a rdc) [Tue, 19 Jun 2012 19:24:31 +0000 (22:24 +0300)]
Added App::get_cached_avater_image usage in profile_sidebar function for creating the $diaspora array that is used to populate diaspora_vcard.tpl. This allows the correct profile image revision to be used when dfrn_request friend requests are made.
Zvi ben Yaakov (a.k.a rdc) [Tue, 19 Jun 2012 18:40:14 +0000 (21:40 +0300)]
Added App::get_cached_avatar_image usage on conversation wall of Normal View
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 19:41:43 +0000 (22:41 +0300)]
Now using App::get_cached_avatar_image for /photos page
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 19:18:43 +0000 (22:18 +0300)]
Now using App::get_cached_avatar_image for /profile/{nickname} page
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 19:09:00 +0000 (22:09 +0300)]
Now using App::get_cached_avatar_image for navigation bar
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 18:59:58 +0000 (21:59 +0300)]
Now using App::get_cached_avatar_image for /directory page
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 18:17:02 +0000 (21:17 +0300)]
Beginning to use App::get_cached_avatar_image for loading profile images in conversations
Zvi ben Yaakov (a.k.a rdc) [Mon, 18 Jun 2012 18:12:13 +0000 (21:12 +0300)]
Added get_cached_avatar_image to App class for shared profile image access and reduced sql queries/load
friendica [Tue, 19 Jun 2012 23:04:20 +0000 (16:04 -0700)]
rev update
tobiasd [Tue, 19 Jun 2012 17:12:09 +0000 (10:12 -0700)]
Merge pull request #342 from fabrixxm/master
quattro: auto scroll and flash comment in display page
Sebastian Egbers [Tue, 19 Jun 2012 14:27:23 +0000 (16:27 +0200)]
added exclude_replies option to api call statuses/user_timeline.
Sebastian Egbers [Tue, 19 Jun 2012 14:15:19 +0000 (16:15 +0200)]
added exclude_replies option to api call statuses/home_timeline.
friendica [Tue, 19 Jun 2012 10:34:31 +0000 (03:34 -0700)]
position tweak
friendica [Tue, 19 Jun 2012 07:50:55 +0000 (00:50 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Tue, 19 Jun 2012 07:50:24 +0000 (00:50 -0700)]
missing $submit
Tobias Diekershoff [Tue, 19 Jun 2012 06:44:11 +0000 (08:44 +0200)]
[DE] strings
Fabio Comuni [Tue, 19 Jun 2012 04:54:41 +0000 (06:54 +0200)]
quattro: in post display page, scroll to and flash selected comment
friendica [Tue, 19 Jun 2012 04:28:13 +0000 (21:28 -0700)]
minor nits
friendica [Tue, 19 Jun 2012 04:13:36 +0000 (21:13 -0700)]
a bit more description of message passing
friendica [Tue, 19 Jun 2012 03:57:43 +0000 (20:57 -0700)]
add plugin hooks to every module_function (allows plugins to be triggered off specific pages/urls)
friendica [Tue, 19 Jun 2012 03:21:54 +0000 (20:21 -0700)]
exif_read_data may not be available and isn't a requirement - check and silently ignore exif orientation if it isn't there
friendica [Tue, 19 Jun 2012 03:10:11 +0000 (20:10 -0700)]
Merge pull request #341 from fermionic/auto-orient-uploaded-images
rotate uploaded images if an EXIF rotation is present
Zach Prezkuta [Tue, 19 Jun 2012 03:06:54 +0000 (21:06 -0600)]
fix some whitespace issues
Zach Prezkuta [Tue, 19 Jun 2012 02:53:46 +0000 (20:53 -0600)]
rotate uploaded images if an EXIF rotation is present
friendica [Tue, 19 Jun 2012 03:01:32 +0000 (20:01 -0700)]
some doco to explain what's happening
friendica [Tue, 19 Jun 2012 01:13:36 +0000 (18:13 -0700)]
some psuedo code for the basic building blocks of zot-2012 - these are just ideas without a lot of the details yet filled in and this should NOT be used as any kind of definitive reference.
friendica [Tue, 19 Jun 2012 00:19:56 +0000 (17:19 -0700)]
public forum author using private posting, correct the comment permissions downstream.
Thomas Willingham [Mon, 18 Jun 2012 21:00:18 +0000 (22:00 +0100)]
Typo breaking tag notifications
friendica [Mon, 18 Jun 2012 05:50:02 +0000 (22:50 -0700)]
make subdued elements jump out at you on hover
friendica [Mon, 18 Jun 2012 02:40:16 +0000 (19:40 -0700)]
too many profiles
friendica [Sun, 17 Jun 2012 23:00:47 +0000 (16:00 -0700)]
rev update
Zvi ben Yaakov (a.k.a rdc) [Sun, 17 Jun 2012 20:59:29 +0000 (23:59 +0300)]
Enabled Profile photo revisions to be displayed on /photos page
Zvi ben Yaakov (a.k.a rdc) [Sun, 17 Jun 2012 20:39:28 +0000 (23:39 +0300)]
Added missing backticks to navigation bar query
Zvi ben Yaakov (a.k.a rdc) [Sun, 17 Jun 2012 20:24:47 +0000 (23:24 +0300)]
Enabled Profile photo revisions to be displayed on /profiles page
Zvi ben Yaakov (a.k.a rdc) [Sun, 17 Jun 2012 20:22:37 +0000 (23:22 +0300)]
Enabled Profile photo revisions to be displayed in navigation bar
Zvi ben Yaakov (a.k.a rdc) [Sun, 17 Jun 2012 20:20:14 +0000 (23:20 +0300)]
Enabled Profile photo revisions to be displayed on /directory page
friendica [Sun, 17 Jun 2012 00:29:42 +0000 (17:29 -0700)]
rev update
friendica [Sat, 16 Jun 2012 23:25:40 +0000 (16:25 -0700)]
Merge pull request #336 from hauke68/master
Pull request
Hauke Zuehl [Sat, 16 Jun 2012 17:49:04 +0000 (19:49 +0200)]
Merge remote branch 'upstream/master'
fermionic [Sat, 16 Jun 2012 16:49:19 +0000 (09:49 -0700)]
Merge pull request #338 from fermionic/diaspora-dont-check-more-signatures-than-diaspora-does
Diaspora dont check more signatures than diaspora does
Zach Prezkuta [Sat, 16 Jun 2012 16:45:26 +0000 (10:45 -0600)]
more cleanup
Zach Prezkuta [Sat, 16 Jun 2012 16:41:25 +0000 (10:41 -0600)]
some cleanup of obsolete code
fermionic [Sat, 16 Jun 2012 16:33:15 +0000 (09:33 -0700)]
Merge pull request #337 from fermionic/fix-api_php-logging-typo
fix small typo for logging command in api.php
Zach Prezkuta [Tue, 12 Jun 2012 02:21:35 +0000 (20:21 -0600)]
fix small typo for logging command in api.php
Zach Prezkuta [Sun, 10 Jun 2012 14:41:23 +0000 (08:41 -0600)]
still need the original author information for comments and likes
Zach Prezkuta [Sat, 9 Jun 2012 19:54:21 +0000 (13:54 -0600)]
update signature checking for relayables
Hauke Zuehl [Sat, 16 Jun 2012 16:04:59 +0000 (18:04 +0200)]
Merge remote branch 'upstream/master'
Hauke Zuehl [Sat, 16 Jun 2012 13:07:23 +0000 (15:07 +0200)]
Check if $rr exists
friendica [Sat, 16 Jun 2012 10:35:45 +0000 (03:35 -0700)]
rev update
friendica [Fri, 15 Jun 2012 13:15:59 +0000 (06:15 -0700)]
Merge https://github.com/friendica/friendica into pull
fabrixxm [Fri, 15 Jun 2012 08:21:57 +0000 (01:21 -0700)]
Merge pull request #335 from fabrixxm/master
The missing mod/network.php
fabrixxm [Fri, 15 Jun 2012 07:18:42 +0000 (03:18 -0400)]
the missing mod/network.php
friendica [Fri, 15 Jun 2012 00:55:30 +0000 (17:55 -0700)]
redundant log entry
friendica [Fri, 15 Jun 2012 00:46:58 +0000 (17:46 -0700)]
mod/network.php was lost
friendica [Fri, 15 Jun 2012 00:41:24 +0000 (17:41 -0700)]
highlight the lost contact message
friendica [Fri, 15 Jun 2012 00:39:17 +0000 (17:39 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Fri, 15 Jun 2012 00:38:39 +0000 (17:38 -0700)]
also mark for death if there isn't any xml to be found
friendica [Fri, 15 Jun 2012 00:27:07 +0000 (17:27 -0700)]
poll even if contact hasn't responded recently, so we can update the termination status
friendica [Thu, 14 Jun 2012 23:56:46 +0000 (16:56 -0700)]
better handling of dead contacts
friendica [Thu, 14 Jun 2012 23:00:50 +0000 (16:00 -0700)]
Merge pull request #334 from fabrixxm/master
Fix bug 453 and small update to quattro theme
fabrixxm [Thu, 14 Jun 2012 14:04:13 +0000 (10:04 -0400)]
network: fix bug #453
fabrixxm [Thu, 14 Jun 2012 13:12:52 +0000 (09:12 -0400)]
quattro theme: show uncollapsed comments on display page
friendica [Thu, 14 Jun 2012 08:39:48 +0000 (18:39 +1000)]
Required for github/Windows
friendica [Thu, 14 Jun 2012 05:34:48 +0000 (22:34 -0700)]
syntax on sql
friendica [Thu, 14 Jun 2012 04:40:02 +0000 (21:40 -0700)]
ajax append placeholder, fix some html warnings
friendica [Thu, 14 Jun 2012 03:59:19 +0000 (20:59 -0700)]
remove php version restriction on archive widget
friendica [Thu, 14 Jun 2012 03:03:18 +0000 (20:03 -0700)]
couple of little fixes to enotify positional params
friendica [Thu, 14 Jun 2012 02:59:20 +0000 (19:59 -0700)]
fix to imported youtube videos, updating of contact profile photos, do not remove "dead" contacts but archive them.
friendica [Wed, 13 Jun 2012 23:25:57 +0000 (16:25 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Wed, 13 Jun 2012 23:25:09 +0000 (16:25 -0700)]
Merge https://github.com/fabrixxm/friendica into pull
Conflicts:
util/messages.po
friendica [Wed, 13 Jun 2012 23:21:15 +0000 (16:21 -0700)]
Merge pull request #333 from Erkan-Yilmaz/master
missing bracket
friendica [Wed, 13 Jun 2012 23:17:45 +0000 (16:17 -0700)]
disable archive widget for PHP < 5.3