friendica
|
f5602f129e
|
Merge https://github.com/friendica/red into pending_merge
|
2015-03-17 15:45:41 -07:00 |
|
friendica
|
629f6bec74
|
ok it has to be owner.
|
2015-03-17 15:45:08 -07:00 |
|
Mario Vavti
|
9472d0a683
|
move bootbox out of bootstrap
|
2015-03-17 23:16:22 +01:00 |
|
Mario Vavti
|
7966c2db4c
|
update bootstrap-3.3.4 and bootbox-4.4.0
|
2015-03-17 23:07:08 +01:00 |
|
Mario Vavti
|
ccdb027677
|
Merge branch 'master' of https://github.com/friendica/red
|
2015-03-17 15:12:39 +01:00 |
|
Mario Vavti
|
8d89dde908
|
update templates
|
2015-03-17 15:12:21 +01:00 |
|
Paolo T
|
d18814e3c8
|
Merge pull request #932 from tuscanhobbit/dev
Updated Italian strings
|
2015-03-17 13:44:59 +01:00 |
|
Paolo Tacconi
|
0309652b6f
|
Updated Italian strings
|
2015-03-17 13:40:06 +01:00 |
|
friendica
|
6b3afb5eec
|
get the correct hemisphere for geotagged photos
|
2015-03-17 00:53:24 -07:00 |
|
friendica
|
fab8209ebd
|
turn photo location mapping into a feature
|
2015-03-17 00:33:43 -07:00 |
|
friendica
|
7af012b1f9
|
The random bad signatures are because something somewhere is trimming the body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content.
|
2015-03-17 00:13:47 -07:00 |
|
friendica
|
bc22df9057
|
display a map for photos if allowed. Note: there is a bug in that if the map div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out.
|
2015-03-16 22:06:03 -07:00 |
|
friendica
|
7c194c37b8
|
started to add the ability to geotag photos (default will be disabled) but my phone isn't outputting the GPS tags even after being explicitly enabled so I'll have to wait until I've got a device that I can reliably test against.
|
2015-03-16 20:08:05 -07:00 |
|
friendica
|
841f94ce2a
|
regression: visual feedback that page/content is loading when affinity slider value changed went missing
|
2015-03-16 18:10:14 -07:00 |
|
friendica
|
178b768e3c
|
openid cleanup
|
2015-03-16 17:08:50 -07:00 |
|
friendica
|
ccf4734f7b
|
make sure this sucker is quiet
|
2015-03-16 15:50:45 -07:00 |
|
friendica
|
2bd3dc6101
|
Merge https://github.com/friendica/red into pending_merge
|
2015-03-16 15:50:27 -07:00 |
|
friendica
|
f660b7523b
|
also update the api to match
|
2015-03-16 15:35:46 -07:00 |
|
friendica
|
52374bcd6e
|
phase one of the great file storage unification - use one button for uploads of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
|
2015-03-16 15:33:08 -07:00 |
|
Mario Vavti
|
4146f9d3da
|
show generic submit button only if plugin name is provided
|
2015-03-16 21:19:27 +01:00 |
|
friendica
|
4212a1f589
|
start on some db_table doco
|
2015-03-15 18:49:44 -07:00 |
|
friendica
|
d7a6dae3cb
|
Merge https://github.com/friendica/red into pending_merge
|
2015-03-15 16:51:35 -07:00 |
|
RedMatrix
|
e780dada83
|
Merge pull request #931 from dawnbreak/master
Some JavaScript cleanups.
|
2015-03-16 10:51:15 +11:00 |
|
friendica
|
6da40fc559
|
mod_id: load profile so the sidebar profile will work
|
2015-03-15 16:48:45 -07:00 |
|
Klaus Weidenbach
|
864116805b
|
Documentation and remove duplicate code.
Add a bit Doxygen documentation and remove some duplicate code from
account.php.
|
2015-03-16 00:20:14 +01:00 |
|
friendica
|
92470eb0f2
|
Show profile on openid server page
|
2015-03-15 16:15:10 -07:00 |
|
Klaus Weidenbach
|
792e475a78
|
Some JavaScript cleanups.
Adding some missing and remove some unnecessary semicolons.
Change some comparing operators.
Changed access to objects with dot operator.
|
2015-03-15 23:56:32 +01:00 |
|
friendica
|
4e457723c9
|
Merge https://github.com/friendica/red into pending_merge
|
2015-03-15 15:37:53 -07:00 |
|
friendica
|
6537a65053
|
mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
|
2015-03-15 15:36:01 -07:00 |
|
Mario Vavti
|
fdcbb61bcb
|
assure that badges will be displayed as circles no matter what font is used and if there is only one digit inside. move css to its proper place
|
2015-03-14 12:37:48 +01:00 |
|
friendica
|
cc2c7bbcd8
|
revert the revert - that is working. My test was bad.
|
2015-03-14 01:03:37 -07:00 |
|
friendica
|
88167718ba
|
revert and rethink
|
2015-03-14 00:51:16 -07:00 |
|
friendica
|
b76cdf82d2
|
create terms for Diaspora mention tags - which in Diaspora are handled differently than other tag links and have to be done separately; they aren't processed by linkify_tags which handles all of our other tag processing. Also move the abook_channel clause in mod_network to the join statement. This works fine in mysql and achievies the desired result. I hope postgres can handle an expression as a join clause.
|
2015-03-13 19:24:17 -07:00 |
|
RedMatrix
|
27e92ff277
|
Merge pull request #929 from zzottel/master
fix posts not showing up in network if author is not in connections
|
2015-03-14 10:58:00 +11:00 |
|
RedMatrix
|
f823e2e2ed
|
Merge pull request #928 from dawnbreak/docu
Some documentation, fix chatroom service class lookup.
|
2015-03-14 10:43:22 +11:00 |
|
zottel
|
e732fbe8e8
|
fix posts not showing up in network if author is not in connections
|
2015-03-14 00:22:47 +01:00 |
|
Klaus Weidenbach
|
80816a7195
|
Some documentation, fix chatroom service class lookup.
Add some Doxygen documentation and fixing a service class lookup for
chatroom_create().
|
2015-03-14 00:10:06 +01:00 |
|
friendica
|
7d5efe88e0
|
use local_channel() connnections to match the abook against when joining the abook on the discover tab.
|
2015-03-13 15:39:19 -07:00 |
|
friendica
|
4fb7d4f58a
|
make nav badges big enough to be clickable on small touch devices
|
2015-03-13 15:23:15 -07:00 |
|
friendica
|
f458c29a2b
|
invoke tgroup_check() on diaspora posts/comments in case the recipient is a forum with channel_w_stream permissions restricted.
|
2015-03-13 14:48:44 -07:00 |
|
friendica
|
ce33eca4b2
|
update to-do list
|
2015-03-13 01:22:32 -07:00 |
|
friendica
|
c412e6e640
|
revert that
|
2015-03-12 20:51:36 -07:00 |
|
friendica
|
93caead072
|
try to allow translation of ax regs
|
2015-03-12 20:43:53 -07:00 |
|
friendica
|
d60cb14c2f
|
support a fair number of the common AX regs
|
2015-03-12 20:05:43 -07:00 |
|
friendica
|
9dc9442644
|
Merge https://github.com/friendica/red into pending_merge
|
2015-03-12 18:49:28 -07:00 |
|
friendica
|
f2d84608af
|
Add some AX vars to openid server.
|
2015-03-12 18:48:32 -07:00 |
|
RedMatrix
|
52f7d1d068
|
Merge pull request #927 from dawnbreak/master
Some cleanups and a bugfix.
|
2015-03-13 11:39:14 +11:00 |
|
Klaus Weidenbach
|
124b17dcf4
|
Some cleanups.
Fixed dbesc_identifier(), but it is not used yet.
Corrected some other variable names and variable initialization before
using them.
|
2015-03-13 00:36:32 +01:00 |
|
friendica
|
02a58dc5b0
|
more JS=1 weirdness
|
2015-03-12 16:20:29 -07:00 |
|
friendica
|
1d05f922f8
|
reduce the occurrence of duplicated notice() messages
|
2015-03-12 16:16:29 -07:00 |
|