Commit Graph
4058 Commits
Author SHA1 Message Date
Klaus Weidenbach d0361582b0 Correcting reported Doxygen syntax warnings.
Fixed wrong Doxygen syntax and add some of the available FIXME to
Doxygen documentation.
Updated Doxygen configuration to add also all capital letter tags.
Adding some more Doxygen documentation.
2015-03-29 22:23:00 +02:00
friendica 0bb89778d3 add channel_lastpost timestamp to help optimise some outrageously expensive queries. 2015-03-26 19:55:52 -07:00
friendica 47292c612c provide ways to over-ride the datetime pickers 2015-03-26 18:03:39 -07:00
friendica f1a1660709 item_check_service_class - the join is totally unnecessary 2015-03-25 19:13:53 -07:00
friendica 296c4c38bc improve description of that setting 2015-03-25 17:46:38 -07:00
friendica 75f3f4a808 admin config for default expiration 2015-03-25 17:43:02 -07:00
friendica 022305fe83 also allow service classes to set post expiration. These take priority over the site default. 2015-03-24 20:38:53 -07:00
friendica c2acab21d4 improve performance of the zotfeed queries 2015-03-23 19:56:10 -07:00
friendica 0f8fdf1a3e Merge https://github.com/friendica/red into pending_merge 2015-03-23 15:37:13 -07:00
friendica f2127d4ba7 limit notification detail queries for items and events 2015-03-23 15:36:17 -07:00
Mario Vavti dd930f180e sql in -> IN 2015-03-23 11:06:13 +01:00
Mario Vavti d6ad74c649 indicate new or updated items 2015-03-23 10:59:54 +01:00
friendica 62b2fa6ac7 operation snakebite, cont. 2015-03-22 20:30:23 -07:00
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