Commit Graph

7911 Commits

Author SHA1 Message Date
Habeas Codice 1162af4c0d "PHP Strict Standards: Only variables should be passed by reference" 2015-04-07 05:42:47 -07:00
friendica 3c05af6553 make open tag work correctly for multiple invocations in the same text 2015-04-06 21:26:40 -07:00
friendica 3a3563a4b1 commit 59828593c broke some important poco stuff, looks like the cat might have climbed over the keyboard and deleted something that wasn't intended to be deleted. 2015-04-06 19:00:13 -07:00
Klaus Weidenbach 754ac2cff7 Fix Design Tool navigation for sys channel.
Fix creating menu for sys channel.
2015-04-06 23:52:13 +02:00
jeroenpraat c2517eca56 Update/fix Dutch and removing an ugly space 2015-04-02 02:23:26 +02:00
friendica 41e7552225 open bbcode tag 2015-04-01 12:30:03 -07:00
friendica 6199af6a79 revert iconic change to collection list widget 2015-04-01 01:07:38 -07:00
friendica 6f78d7a85d fix regdir 2015-03-31 21:06:48 -07:00
friendica c98de44528 more logging for onepoll 2015-03-31 20:01:37 -07:00
friendica cff7696e98 change "create new collection" to iconic, document the account table 2015-03-30 00:51:03 -07:00
friendica c29d3fc08a mod_connections ajax failure see http://stackoverflow.com/questions/14347611/jquery-client-side-template-syntax-error-unrecognized-expression 2015-03-29 18:42:05 -07:00
friendica f01757f0c2 move some lesser used features to plugins 2015-03-29 16:44:26 -07:00
friendica b546f8d702 Merge https://github.com/friendica/red into pending_merge 2015-03-29 16:05:24 -07:00
friendica 505e5e90b2 fix os_mkdir 2015-03-29 16:05:08 -07:00
RedMatrix 9ae9aedb15 Merge pull request #944 from dawnbreak/docu
Correcting reported Doxygen syntax warnings.
2015-03-30 10:04:15 +11:00
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
Klaus Weidenbach 42c820029e Fixed two wrong variable usages in event.php.
I just checked the code, not the functionality.
2015-03-29 21:16:21 +02:00
friendica 76a6739b93 remove bogus grouping from fix for #938 2015-03-28 18:47:28 -07:00
friendica 1e4490079b issue #938 2015-03-28 18:45:58 -07:00
friendica 0aba609ad4 issue #941 2015-03-28 14:53:00 -07:00
friendica 47292c612c provide ways to over-ride the datetime pickers 2015-03-26 18:03:39 -07:00
friendica b6d4f01ba9 Merge https://github.com/friendica/red into pending_merge 2015-03-25 15:33:50 -07:00
friendica e33da588bd comanche: move 'webpage' declaration to the first parser pass so it is set when content loads. 2015-03-25 15:32:49 -07:00
Mario Vavti 49005101c7 make postgresql happy 2015-03-25 11:03:37 +01: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 63b8020969 more work on expiration, make system limits useful - even in retrospect 2015-03-24 17:09:42 -07:00
friendica 1f427e0e5b make the log message reflect what's really happening 2015-03-24 16:30:14 -07:00
friendica 3d60008842 provide a site-wide expiration policy without loopholes - still need work to reduce the impact of expiration queries. 2015-03-24 15:53:55 -07:00
friendica abf642be7f Merge https://github.com/friendica/red into pending_merge 2015-03-24 12:41:37 -07:00
friendica 00b3c4c881 sql errors on postgres with yestderday's optimisation 2015-03-24 12:40:55 -07:00
Mario Vavti c21a21be3e we only need item mid. some documentation. 2015-03-24 11:38:54 +01:00
Mario Vavti 1821b099df this query can take quite a while if there were many updates but it has not been called for a long time (eg nobody called mod sharedwithme). might be a good idea to have this in the poller to clean up on a regular basis and call it once more in mod sharedwithme. what do you think? 2015-03-24 10:56:02 +01:00
friendica c024668cf2 catche edge case of tag "@abcdef +1", which tags the first entry in your abook, regardless of abcdef. This holds true for other similar patterns as well. 2015-03-24 02:36:45 -07:00
friendica c2acab21d4 improve performance of the zotfeed queries 2015-03-23 19:56:10 -07:00
friendica d32f63df82 explicitly unset delegate session vars on logout 2015-03-23 17:51:43 -07:00
friendica f2127d4ba7 limit notification detail queries for items and events 2015-03-23 15:36:17 -07:00
friendica 62b2fa6ac7 operation snakebite, cont. 2015-03-22 20:30:23 -07:00
friendica ccef9e5636 put a lower time limit on time travellers 2015-03-22 18:23:37 -07:00
RedMatrix e72c3e3e05 Merge pull request #935 from dawnbreak/master
Two possible bugfixes in bb2diaspora.php.
2015-03-23 05:34:30 +11:00
Mario Vavti e345d6793d move the maintenance part to include/sharedwithme.php 2015-03-22 16:29:57 +01:00
Mario Vavti 47c055e7f3 do not override item_private here anymore 2015-03-22 14:24:07 +01:00
Klaus Weidenbach 96239b3648 Two possible bugfixes in bb2diaspora.php.
I have found two suspicious parts and tried to correct them. I have no
diaspora enabled hubs and I am also not sure what influence these two
changes will have:
$unset($item['author']) ==> unset($item['author']);
if(cnt) ==> if($cnt)
Before merging can someone with diaspora contacts test this.
2015-03-22 14:19:00 +01: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
Klaus Weidenbach 9d143e3f2d Fixed an exit of a loop in builtin_activity_puller().
There was a "$return", but I think it should be "return".
2015-03-21 22:28:07 +01:00
Klaus Weidenbach daed7fbead Bugfix und variable initialization.
Fixed a wrong perm_is_allowed() parameter, commented some other places
where we use variables that are not set and should not work.
2015-03-21 22:28:07 +01:00
friendica 85dd08427c change permission roles for things like channel admin to make them more easily manually settable from the connections edit page. 2015-03-20 18:50:45 -07:00
Mario Vavti ead45292e1 some tabs title statuseditor restructuring 2015-03-21 00:06:18 +01:00
Mario Vavti 264b43db05 some cleanup 2015-03-20 17:46:13 +01:00
Mario Vavti 6698d7b03a possible improvement regarding deletion 2015-03-20 17:37:01 +01:00