Commit Graph

4045 Commits

Author SHA1 Message Date
friendica
2bd19e6b51 $simple_update isn't so simple any more. Make sure we don't re-itnroduce the bug that session['loadtime'] was created to fix. It's questionable whether we still need to even look for item_unseen but I won't make that call today. We can also eliminate the restriction on not doing live updates from the discover tab since we aren't relying completely on item_unseen (which can only be set by the owner and won't work on a page with virtual owners). 2015-03-22 15:00:41 -07:00
friendica
f5f194c92b allow complete undo of a vote, not just a change of vote 2015-03-22 14:55:41 -07:00
friendica
b198cf69cd Merge https://github.com/friendica/red into pending_merge 2015-03-22 12:56:08 -07:00
friendica
6631540d20 provide visual feedback when deleting a like by liking it again. 2015-03-22 12:55:13 -07:00
Mario Vavti
e345d6793d move the maintenance part to include/sharedwithme.php 2015-03-22 16:29:57 +01:00
friendica
1b17b0193e fix multiple vote issues 2015-03-21 17:14:12 -07:00
friendica
b298bc8834 Merge https://github.com/friendica/red into pending_merge 2015-03-21 16:47:46 -07:00
friendica
a2e3ca6fd8 add loadtime search to channel and fix it for home. display and search need further investigation 2015-03-21 16:46:28 -07:00
Mario Vavti
5a1c388d4a Merge branch 'master' of https://github.com/friendica/red 2015-03-21 15:17:59 +01:00
Mario Vavti
9980645ab8 fix acl for if we have an cid in /network and make $bang better visible 2015-03-21 13:37:55 +01:00
friendica
96afe7bf42 set to empty string so it doesn't get mis-handled as a null 2015-03-20 16:49:49 -07:00
friendica
07f8e7049a Merge https://github.com/friendica/red into pending_merge 2015-03-20 16:47:38 -07:00
friendica
01716dea3d config to hide version tag from siteinfo - on my site it's meaningless. 2015-03-20 16:46:07 -07:00
Mario Vavti
ead45292e1 some tabs title statuseditor restructuring 2015-03-21 00:06:18 +01:00
Mario Vavti
9a2ef38267 need the cloudpath before creating the object 2015-03-20 18:04:22 +01:00
Mario Vavti
6698d7b03a possible improvement regarding deletion 2015-03-20 17:37:01 +01:00
friendica
274a30f2db call parse_url from rpost and add the result to the content body if invoked with a url argument 2015-03-19 16:41:41 -07:00
friendica
b1fd6c53a5 tweaks to directory registrations which don't seem to be happening, also downgrade any directory that claims to be a primary directory for RED_GLOBAL. 2015-03-19 15:56:30 -07:00
friendica
63683734a2 make the channel item query match recent changes to network item query (and some slightly older changes in display item query), and allow '@' in linkified urls. 2015-03-18 19:06:05 -07:00
friendica
629f6bec74 ok it has to be owner. 2015-03-17 15:45:08 -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
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
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
friendica
6da40fc559 mod_id: load profile so the sidebar profile will work 2015-03-15 16:48:45 -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
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
zottel
e732fbe8e8 fix posts not showing up in network if author is not in connections 2015-03-14 00:22:47 +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
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
f2d84608af Add some AX vars to openid server. 2015-03-12 18:48:32 -07:00
friendica
02a58dc5b0 more JS=1 weirdness 2015-03-12 16:20:29 -07:00
friendica
71f2a797cb try and add some regs 2015-03-12 15:19:54 -07:00
Mario Vavti
d11bec6f58 add generic_addon_settings template and minor fixes 2015-03-12 22:22:52 +01:00
Mario Vavti
0905180385 Merge branch 'master' of https://github.com/friendica/red 2015-03-12 10:20:21 +01:00
Mario Vavti
8113ee1c4a some work on feature/addon settings 2015-03-12 10:19:56 +01:00
Habeas Codice
1578c49976 substr() is a mysql alias for substring(). substring() is in the SQL standard and is supported by both
databases.
2015-03-12 00:28:49 -07:00
friendica
76fedfe1f8 openid stuff 2015-03-11 21:49:29 -07:00
friendica
64ae17aa6a Merge branch 'master' into openid 2015-03-11 19:35:23 -07:00
friendica
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. 2015-03-11 18:56:28 -07:00
friendica
d6ce32ef78 parse_url changes for oembed/zvideo/etc. 2015-03-11 17:31:15 -07:00
friendica
a40c19d19d Merge branch 'master' into openid 2015-03-11 01:03:30 -07:00
friendica
bfd123c59a openid server 2015-03-11 01:03:14 -07:00
friendica
844b2ae587 cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
friendica
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). 2015-03-10 18:55:56 -07:00