]> git.mxchange.org Git - friendica.git/log
friendica.git
12 years agoRplace spaces with undercores in tags
Domovoy [Tue, 24 Jul 2012 15:22:56 +0000 (17:22 +0200)]
Rplace spaces with undercores in tags

12 years agoMerge pull request #405 from fermionic/support-for-mobile-themes
friendica [Tue, 24 Jul 2012 03:18:23 +0000 (20:18 -0700)]
Merge pull request #405 from fermionic/support-for-mobile-themes

changes to support a mobile theme

12 years agoupdate contact photos and names in local delivery - not just polled feeds
friendica [Tue, 24 Jul 2012 03:00:00 +0000 (20:00 -0700)]
update contact photos and names in local delivery - not just polled feeds

12 years agochanges to support a mobile theme
Zach Prezkuta [Tue, 24 Jul 2012 02:37:00 +0000 (20:37 -0600)]
changes to support a mobile theme

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Mon, 23 Jul 2012 23:51:02 +0000 (16:51 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agoMerge pull request #404 from CyberDomovoy/hook_priority
friendica [Mon, 23 Jul 2012 23:50:22 +0000 (16:50 -0700)]
Merge pull request #404 from CyberDomovoy/hook_priority

Hook priority

12 years agoDatabase can now be automatically updated
Domovoy [Mon, 23 Jul 2012 23:21:02 +0000 (01:21 +0200)]
Database can now be automatically updated

12 years agohopefully better update handling - never update the current DB version or continue...
friendica [Mon, 23 Jul 2012 22:57:40 +0000 (15:57 -0700)]
hopefully better update handling - never update the current DB version or continue with other updates if there was a failure of any individual update.

12 years agorev update
friendica [Mon, 23 Jul 2012 22:27:25 +0000 (15:27 -0700)]
rev update

12 years agoRemoved the debug statement
Domovoy [Mon, 23 Jul 2012 18:16:06 +0000 (20:16 +0200)]
Removed the debug statement

12 years agoHooks now have a 'priority' value, default to 0.
Domovoy [Mon, 23 Jul 2012 13:35:31 +0000 (15:35 +0200)]
Hooks now have a 'priority' value, default to 0.

The hooks are retrieved from the database by descending priority.

As a result they are run in the same order.

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Sun, 22 Jul 2012 22:40:15 +0000 (15:40 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agorev update
friendica [Sun, 22 Jul 2012 22:39:25 +0000 (15:39 -0700)]
rev update

12 years agoMerge pull request #403 from CyberDomovoy/Imagick
friendica [Sun, 22 Jul 2012 22:36:42 +0000 (15:36 -0700)]
Merge pull request #403 from CyberDomovoy/Imagick

Imagick

12 years agoForgot a ;
Domovoy [Sun, 22 Jul 2012 15:50:58 +0000 (17:50 +0200)]
Forgot a ;

12 years agoMoved compression setup in constructor for Imagick
Domovoy [Sun, 22 Jul 2012 15:27:09 +0000 (17:27 +0200)]
Moved compression setup in constructor for Imagick

12 years agoget_FormatsMap doesn't need to be static
Domovoy [Sun, 22 Jul 2012 15:09:18 +0000 (17:09 +0200)]
get_FormatsMap doesn't need to be static

12 years agoSet the type to what it will be saved to in the constructor
Domovoy [Sun, 22 Jul 2012 15:07:13 +0000 (17:07 +0200)]
Set the type to what it will be saved to in the constructor

12 years agoAlways coalesce, if it is not a multi-frame image it won't hurt anyway
Domovoy [Sun, 22 Jul 2012 14:27:22 +0000 (16:27 +0200)]
Always coalesce, if it is not a multi-frame image it won't hurt anyway

12 years agoDon't forget to clean frames before saving
Domovoy [Sun, 22 Jul 2012 14:22:06 +0000 (16:22 +0200)]
Don't forget to clean frames before saving

12 years agogetExt should not use Imagick format, mapping ext and mime type is more accurate.
Domovoy [Sun, 22 Jul 2012 14:19:35 +0000 (16:19 +0200)]
getExt should not use Imagick format, mapping ext and mime type is more accurate.

12 years agoSet the Imagick image format in the constructor, so we can uset [get|set](image)XXX...
Domovoy [Sun, 22 Jul 2012 14:12:47 +0000 (16:12 +0200)]
Set the Imagick image format in the constructor, so we can uset [get|set](image)XXX methods as intended

12 years agoUse getImageFormat to know the image format in the constructor.
Domovoy [Sun, 22 Jul 2012 13:24:41 +0000 (15:24 +0200)]
Use getImageFormat to know the image format in the constructor.
Since we don't load the image with Imagick constructor, we need to use the [get|set]imageXXX methods.
We should be able to handle the image as if it was loaded from Imagick constructor, so that we don't get lost between the image and its frames.

Also added a debug log so that we get some info on unhandled mime types.

12 years agoguess_image_type now uses Imagick::getImageMimeType()
Domovoy [Sun, 22 Jul 2012 13:17:40 +0000 (15:17 +0200)]
guess_image_type now uses Imagick::getImageMimeType()

12 years agoPhoto::getType() now uses the accurate Imagick::getImageMimeType()
Domovoy [Sun, 22 Jul 2012 12:50:19 +0000 (14:50 +0200)]
Photo::getType() now uses the accurate Imagick::getImageMimeType()

12 years agoPhoto::scaleImageSquare was giving an inexistent variable to scaleImage.
Domovoy [Sun, 22 Jul 2012 12:22:47 +0000 (14:22 +0200)]
Photo::scaleImageSquare was giving an inexistent variable to scaleImage.

12 years agoMerge pull request #402 from CyberDomovoy/Imagick
friendica [Sun, 22 Jul 2012 12:03:58 +0000 (05:03 -0700)]
Merge pull request #402 from CyberDomovoy/Imagick

Imagick

12 years agogd is back in the game as a fallback: not everybody can have Imagick.
Domovoy [Sun, 22 Jul 2012 11:43:46 +0000 (13:43 +0200)]
gd is back in the game as a fallback: not everybody can have Imagick.

12 years agoMerge branch 'master' of https://github.com/friendica/friendica into Imagick
Domovoy [Sun, 22 Jul 2012 10:10:48 +0000 (12:10 +0200)]
Merge branch 'master' of https://github.com/friendica/friendica into Imagick

12 years agoMerge pull request #401 from copyninja/master
friendica [Sun, 22 Jul 2012 07:47:56 +0000 (00:47 -0700)]
Merge pull request #401 from copyninja/master

Image part of Site should be accessed only if its present

12 years agoMerge branch 'master' of git://github.com/friendica/friendica
Vasudev Kamath [Sun, 22 Jul 2012 07:13:32 +0000 (12:43 +0530)]
Merge branch 'master' of git://github.com/friendica/friendica

12 years agoAccess image part of siteinfo only if $siteinfo["images"] is actually set. The current
Vasudev Kamath [Sun, 22 Jul 2012 07:11:07 +0000 (12:41 +0530)]
Access image part of siteinfo only if $siteinfo["images"] is actually set. The current
code didn't check this so I was getting an error
     Warning: Invalid argument supplied for foreach() in /home/vasudev/Public/friendica/mod/parse_url.php on line 305

Implemented a check before accessing $siteinfo["images"] with this commit and now warning doesn't come when giving URL of a site which doesn't have image from link button of post area

12 years agorev update
friendica [Sat, 21 Jul 2012 23:44:15 +0000 (16:44 -0700)]
rev update

12 years agoPhoto now uses Imagick instead of gd.
Domovoy [Sat, 21 Jul 2012 15:17:19 +0000 (17:17 +0200)]
Photo now uses Imagick instead of gd.

12 years agorev update
friendica [Fri, 20 Jul 2012 22:12:21 +0000 (15:12 -0700)]
rev update

12 years agopoke privacy
friendica [Fri, 20 Jul 2012 11:03:32 +0000 (04:03 -0700)]
poke privacy

12 years agoone for the ladies who get poked by undesirables.
friendica [Fri, 20 Jul 2012 07:47:30 +0000 (00:47 -0700)]
one for the ladies who get poked by undesirables.

12 years agothis is the one I'll probably use the most
friendica [Fri, 20 Jul 2012 05:40:45 +0000 (22:40 -0700)]
this is the one I'll probably use the most

12 years agoand the main photo menu
friendica [Fri, 20 Jul 2012 04:27:22 +0000 (21:27 -0700)]
and the main photo menu

12 years agoadd poke to contact photo menu
friendica [Fri, 20 Jul 2012 04:03:31 +0000 (21:03 -0700)]
add poke to contact photo menu

12 years agoallow to prefill - url/poke?f=&c=nn - nn is contact id
friendica [Fri, 20 Jul 2012 03:54:23 +0000 (20:54 -0700)]
allow to prefill - url/poke?f=&c=nn - nn is contact id

12 years agocheck permission
friendica [Fri, 20 Jul 2012 03:30:40 +0000 (20:30 -0700)]
check permission

12 years agopoke notifications
friendica [Fri, 20 Jul 2012 03:13:40 +0000 (20:13 -0700)]
poke notifications

12 years agoduplicate input names
friendica [Fri, 20 Jul 2012 02:48:33 +0000 (19:48 -0700)]
duplicate input names

12 years agoid mismatch
friendica [Fri, 20 Jul 2012 01:50:33 +0000 (18:50 -0700)]
id mismatch

12 years agohave fun...
friendica [Fri, 20 Jul 2012 01:17:16 +0000 (18:17 -0700)]
have fun...

12 years agorev update
friendica [Thu, 19 Jul 2012 22:27:22 +0000 (15:27 -0700)]
rev update

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Wed, 18 Jul 2012 23:31:11 +0000 (16:31 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agoMerge pull request #400 from annando/master
friendica [Wed, 18 Jul 2012 23:30:12 +0000 (16:30 -0700)]
Merge pull request #400 from annando/master

New bb2markdown, parse_url improved

12 years agorev update
friendica [Wed, 18 Jul 2012 23:28:19 +0000 (16:28 -0700)]
rev update

12 years agoparse_url: Just added a comment for future elements that should be added as well.
Michael Vogel [Wed, 18 Jul 2012 19:06:38 +0000 (21:06 +0200)]
parse_url: Just added a comment for future elements that should be added as well.

12 years agoMerge remote branch 'upstream/master'
Michael Vogel [Wed, 18 Jul 2012 19:03:57 +0000 (21:03 +0200)]
Merge remote branch 'upstream/master'

12 years agofilter the protocol specifier in bbcode links.
friendica [Wed, 18 Jul 2012 01:33:04 +0000 (18:33 -0700)]
filter the protocol specifier in bbcode links.

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Tue, 17 Jul 2012 00:04:23 +0000 (17:04 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agorev update
friendica [Tue, 17 Jul 2012 00:03:23 +0000 (17:03 -0700)]
rev update

12 years agoMerge pull request #399 from mschmitt/master
friendica [Mon, 16 Jul 2012 22:38:06 +0000 (15:38 -0700)]
Merge pull request #399 from mschmitt/master

Esperanto at 100% again

12 years agoEsperanto -> 100%
Martin Schmitt [Mon, 16 Jul 2012 20:33:23 +0000 (22:33 +0200)]
Esperanto -> 100%

12 years agorecover from datetime parse issues, inspired by https://github.com/friendica/friendic...
friendica [Mon, 16 Jul 2012 04:00:11 +0000 (21:00 -0700)]
recover from datetime parse issues, inspired by https://github.com/friendica/friendica/pull/396

12 years agoname mixup in wall-to-wall hovertips
friendica [Mon, 16 Jul 2012 03:56:09 +0000 (20:56 -0700)]
name mixup in wall-to-wall hovertips

12 years agomissing param
friendica [Mon, 16 Jul 2012 00:07:53 +0000 (17:07 -0700)]
missing param

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Sun, 15 Jul 2012 21:23:43 +0000 (14:23 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agorev update
friendica [Sun, 15 Jul 2012 21:22:45 +0000 (14:22 -0700)]
rev update

12 years agoMerge pull request #397 from simonlnu/master
Simon [Sun, 15 Jul 2012 16:05:54 +0000 (09:05 -0700)]
Merge pull request #397 from simonlnu/master

re-add the sparkle stuff

12 years agore-add the sparkle stuff
Simon L'nu [Sun, 15 Jul 2012 16:03:53 +0000 (12:03 -0400)]
re-add the sparkle stuff

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge remote branch 'upstream/master'
Michael Vogel [Sun, 15 Jul 2012 15:26:00 +0000 (17:26 +0200)]
Merge remote branch 'upstream/master'

12 years agoHopefully the final fix for image links in bb2diaspora
Michael Vogel [Sun, 15 Jul 2012 11:40:01 +0000 (13:40 +0200)]
Hopefully the final fix for image links in bb2diaspora

12 years agoCorrected the fix for images with links
Michael Vogel [Sun, 15 Jul 2012 11:12:24 +0000 (13:12 +0200)]
Corrected the fix for images with links

12 years agoChanges in the bbcode to markdown converter to make it more compatible with Diaspora
Michael Vogel [Sun, 15 Jul 2012 10:47:24 +0000 (12:47 +0200)]
Changes in the bbcode to markdown converter to make it more compatible with Diaspora

12 years agosql fix - this should work a bit better
friendica [Sun, 15 Jul 2012 03:38:30 +0000 (20:38 -0700)]
sql fix - this should work a bit better

12 years agosql errors on profile page
friendica [Sun, 15 Jul 2012 03:28:17 +0000 (20:28 -0700)]
sql errors on profile page

12 years agorev update
friendica [Sat, 14 Jul 2012 21:16:24 +0000 (14:16 -0700)]
rev update

12 years agoMerge pull request #395 from unary/altpager
friendica [Sat, 14 Jul 2012 21:10:57 +0000 (14:10 -0700)]
Merge pull request #395 from unary/altpager

add alt_pager function, add ability to use new pager logic on network, p...

12 years agoadd alt_pager function, add ability to use new pager logic on network, profile, commu...
Michael Johnston [Sat, 14 Jul 2012 18:21:58 +0000 (14:21 -0400)]
add alt_pager function, add ability to use new pager logic on network, profile, community, and search.

12 years agoBugfix: multiple linefeeds were generated when items where written in the editor...
Michael Vogel [Sat, 14 Jul 2012 17:54:27 +0000 (19:54 +0200)]
Bugfix: multiple linefeeds were generated when items where written in the editor. The existing fix didn't really work

12 years agoparse_url: Problem when resizing images
Michael Vogel [Sat, 14 Jul 2012 11:59:42 +0000 (13:59 +0200)]
parse_url: Problem when resizing images

12 years agoMerge pull request #394 from unary/community-pagination
friendica [Sat, 14 Jul 2012 07:28:39 +0000 (00:28 -0700)]
Merge pull request #394 from unary/community-pagination

fix pagination on community page

12 years agofix pagination on community page
Michael Johnston [Sat, 14 Jul 2012 04:46:41 +0000 (00:46 -0400)]
fix pagination on community page

12 years agodon't use language detection if < php 5.3
friendica [Fri, 13 Jul 2012 22:38:02 +0000 (15:38 -0700)]
don't use language detection if < php 5.3

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Fri, 13 Jul 2012 21:57:08 +0000 (14:57 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agoMerge remote branch 'upstream/master'
Michael Vogel [Fri, 13 Jul 2012 21:39:51 +0000 (23:39 +0200)]
Merge remote branch 'upstream/master'

Conflicts:
include/bb2diaspora.php

12 years agoAPI: Now returns a real 404 when a function isn't implemented
Michael Vogel [Fri, 13 Jul 2012 21:23:31 +0000 (23:23 +0200)]
API: Now returns a real 404 when a function isn't implemented
parse_url: Image handling improved

12 years agorev update
friendica [Fri, 13 Jul 2012 20:52:23 +0000 (13:52 -0700)]
rev update

12 years agoMerge pull request #393 from fermionic/live-updates-for-unlikes
Simon [Fri, 13 Jul 2012 19:40:57 +0000 (12:40 -0700)]
Merge pull request #393 from fermionic/live-updates-for-unlikes

allow live updates for unlikes and undislikes

12 years agoallow live updates for unlikes and undislikes
Zach Prezkuta [Fri, 13 Jul 2012 15:09:01 +0000 (09:09 -0600)]
allow live updates for unlikes and undislikes

12 years agomove plink sparkles to the right html element in dispy
friendica [Fri, 13 Jul 2012 11:22:42 +0000 (04:22 -0700)]
move plink sparkles to the right html element in dispy

12 years agoMerge pull request #392 from simonlnu/master
Simon [Fri, 13 Jul 2012 08:35:55 +0000 (01:35 -0700)]
Merge pull request #392 from simonlnu/master

add doctitle thingy, and update cursor

12 years agoadd doctitle thingy, and update cursor
Simon L'nu [Fri, 13 Jul 2012 08:35:16 +0000 (04:35 -0400)]
add doctitle thingy, and update cursor

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge pull request #391 from simonlnu/master
Simon [Fri, 13 Jul 2012 06:38:58 +0000 (23:38 -0700)]
Merge pull request #391 from simonlnu/master

add some sparkle ;)

12 years agoadd some sparkle ;)
Simon L'nu [Fri, 13 Jul 2012 06:37:45 +0000 (02:37 -0400)]
add some sparkle ;)

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
12 years agoMerge pull request #389 from fermionic/diaspora-likes-on-comments
friendica [Fri, 13 Jul 2012 05:52:00 +0000 (22:52 -0700)]
Merge pull request #389 from fermionic/diaspora-likes-on-comments

make likes on comments work with Diaspora, fix some small bugs

12 years agoMerge pull request #390 from fermionic/diaspora-fixed-mangled-text
friendica [Fri, 13 Jul 2012 05:51:20 +0000 (22:51 -0700)]
Merge pull request #390 from fermionic/diaspora-fixed-mangled-text

focus preg_replace to prevent it from catching too much

12 years agoMerge https://github.com/friendica/friendica into pull
friendica [Fri, 13 Jul 2012 05:49:50 +0000 (22:49 -0700)]
Merge https://github.com/friendica/friendica into pull

12 years agomake likes on comments work with Diaspora, some small bugs
Zach Prezkuta [Fri, 13 Jul 2012 00:53:51 +0000 (18:53 -0600)]
make likes on comments work with Diaspora, some small bugs

12 years agofocus preg_replace to prevent it from catching too much
Zach Prezkuta [Fri, 13 Jul 2012 05:12:48 +0000 (23:12 -0600)]
focus preg_replace to prevent it from catching too much

12 years agoadd plink to profile notifications
friendica [Thu, 12 Jul 2012 23:12:37 +0000 (16:12 -0700)]
add plink to profile notifications

12 years agorev update
friendica [Thu, 12 Jul 2012 23:11:43 +0000 (16:11 -0700)]
rev update

12 years agoparse_url: Further improvements of the new method to fetch page data
Michael Vogel [Thu, 12 Jul 2012 21:41:04 +0000 (23:41 +0200)]
parse_url: Further improvements of the new method to fetch page data

12 years agoAdd sparkle cursor to Quattro/Vier/TestBubble
Thomas Willingham [Thu, 12 Jul 2012 18:21:21 +0000 (19:21 +0100)]
Add sparkle cursor to Quattro/Vier/TestBubble

12 years agoparse_url: Fetch multiple pictures so that the user can decide what to take.
Michael Vogel [Thu, 12 Jul 2012 06:20:27 +0000 (08:20 +0200)]
parse_url: Fetch multiple pictures so that the user can decide what to take.

12 years agolanguage detection - result is stored in item['postopts']
friendica [Thu, 12 Jul 2012 05:45:14 +0000 (22:45 -0700)]
language detection - result is stored in item['postopts']