fab8209ebd
turn photo location mapping into a feature
friendica
2015-03-17 00:33:43 -07:00
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.
friendica
2015-03-17 00:13:47 -07:00
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.
friendica
2015-03-16 22:06:03 -07:00
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.
friendica
2015-03-16 20:08:05 -07:00
841f94ce2a
regression: visual feedback that page/content is loading when affinity slider value changed went missing
friendica
2015-03-16 18:10:14 -07:00
f660b7523b
also update the api to match
friendica
2015-03-16 15:35:46 -07:00
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.
friendica
2015-03-16 15:33:08 -07:00
4146f9d3da
show generic submit button only if plugin name is provided
Mario Vavti
2015-03-16 21:19:27 +01:00
4212a1f589
start on some db_table doco
friendica
2015-03-15 18:49:44 -07:00
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
friendica
2015-03-15 15:36:01 -07:00
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
Mario Vavti
2015-03-14 12:37:48 +01:00
cc2c7bbcd8
revert the revert - that is working. My test was bad.
friendica
2015-03-14 01:03:37 -07:00
88167718ba
revert and rethink
friendica
2015-03-14 00:51:16 -07:00
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.
friendica
2015-03-13 19:24:17 -07:00
e732fbe8e8
fix posts not showing up in network if author is not in connections
zottel
2015-03-14 00:22:47 +01:00
80816a7195
Some documentation, fix chatroom service class lookup.
Klaus Weidenbach
2015-03-14 00:10:06 +01:00
7d5efe88e0
use local_channel() connnections to match the abook against when joining the abook on the discover tab.
friendica
2015-03-13 15:39:19 -07:00
4fb7d4f58a
make nav badges big enough to be clickable on small touch devices
friendica
2015-03-13 15:23:15 -07:00
f458c29a2b
invoke tgroup_check() on diaspora posts/comments in case the recipient is a forum with channel_w_stream permissions restricted.
friendica
2015-03-13 14:48:44 -07:00
ce33eca4b2
update to-do list
friendica
2015-03-13 01:22:32 -07:00
c412e6e640
revert that
friendica
2015-03-12 20:51:36 -07:00
93caead072
try to allow translation of ax regs
friendica
2015-03-12 20:43:53 -07:00
d60cb14c2f
support a fair number of the common AX regs
friendica
2015-03-12 20:05:43 -07:00
8113ee1c4a
some work on feature/addon settings
Mario Vavti
2015-03-12 10:19:56 +01:00
1578c49976
substr() is a mysql alias for substring(). substring() is in the SQL standard and is supported by both databases.
Habeas Codice
2015-03-12 00:28:49 -07:00
64ae17aa6a
Merge branch 'master' into openid
friendica
2015-03-11 19:35:23 -07:00
b3a9a6c802
remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
friendica
2015-03-11 18:56:28 -07:00
115f9a4e45
update sample-nginx.conf redirect to check for args
Mario Vavti
2015-03-11 21:31:50 +01:00
a40c19d19d
Merge branch 'master' into openid
friendica
2015-03-11 01:03:30 -07:00
bfd123c59a
openid server
friendica
2015-03-11 01:03:14 -07:00
0014cf4ff2
skip trying to come up with an intelligent way to decide what photos should get a status post - leave it manual.
friendica
2015-03-11 00:21:57 -07:00
844b2ae587
cleanup of old delegation stuff
friendica
2015-03-10 20:19:17 -07:00
65ffd209d4
allow urls using the zot: or zots: URL schemes to exist without getting filtered away.
friendica
2015-03-10 19:43:15 -07:00
9d1df58759
sql optimisation for affinity searches. A new index was added which wasn't added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed).
friendica
2015-03-10 18:55:56 -07:00
ca3eb27505
first cut openid server. Mostly just getting it architecturally prepared - as there may be a few twists and turns ahead.
friendica
2015-03-10 18:29:42 -07:00
5b35f1e6c4
Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
friendica
2015-03-10 15:43:15 -07:00
c3d20cfba9
Bring simple editor formatting functions back to the main editor (bold, italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
friendica
2015-03-09 18:32:51 -07:00
a611eed172
Whoops... should've actually checked the pg manual before merging #920 :-) replace if(cond,val,val) with case when cond then val else val end, works on both DBs
Habeas Codice
2015-03-09 17:54:14 -07:00
26a414fe4b
make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon
friendica
2015-03-09 16:25:55 -07:00