Commit Graph

  • 1bf93916db adjust category auto-complete background color (blue) to match the blue we use for buttons. It was a completely unrelated shade of blue and looked out of place. friendica 2015-03-26 23:51:58 -07:00
  • 0837e67a53 minor tweak on event form friendica 2015-03-26 21:03:54 -07:00
  • b1f2c29a96 bring event form into line with other forms friendica 2015-03-26 20:56:05 -07:00
  • 0bb89778d3 add channel_lastpost timestamp to help optimise some outrageously expensive queries. friendica 2015-03-26 19:55:52 -07:00
  • fe2d5969d2 Merge https://github.com/friendica/red into pending_merge friendica 2015-03-26 18:10:42 -07:00
  • 47292c612c provide ways to over-ride the datetime pickers friendica 2015-03-26 18:03:39 -07:00
  • f8233641e6 Merge pull request #940 from HaakonME/master RedMatrix 2015-03-27 08:48:19 +11:00
  • b638c6e007 whitespace Mario Vavti 2015-03-26 22:34:56 +01:00
  • c521a28486 do not move viewed content off the screen after collapsing a long post Mario Vavti 2015-03-26 21:33:44 +01:00
  • 0853d9dca7 Updated Norwegian bokmål translation Haakon Meland Eriksen 2015-03-26 20:36:28 +01:00
  • a5f410d587 this might stop page scrolls while new updates drop in Mario Vavti 2015-03-26 10:43:09 +01:00
  • e0a0fc507f remove some vars from style.css Mario Vavti 2015-03-26 09:45:30 +01:00
  • f1a1660709 item_check_service_class - the join is totally unnecessary friendica 2015-03-25 19:13:53 -07:00
  • a6be0c9e72 since several prominent sites are interested in post expiration, this reduces the usefulness of having an archive widget n the matrix page (which wasn't horribly useful anway). So remove it from the default mod_network.pdl friendica 2015-03-25 17:50:38 -07:00
  • 296c4c38bc improve description of that setting friendica 2015-03-25 17:46:38 -07:00
  • 75f3f4a808 admin config for default expiration friendica 2015-03-25 17:43:02 -07:00
  • b6d4f01ba9 Merge https://github.com/friendica/red into pending_merge friendica 2015-03-25 15:33:50 -07:00
  • e33da588bd comanche: move 'webpage' declaration to the first parser pass so it is set when content loads. friendica 2015-03-25 15:32:49 -07:00
  • 49005101c7 make postgresql happy Mario Vavti 2015-03-25 11:03:37 +01:00
  • 022305fe83 also allow service classes to set post expiration. These take priority over the site default. friendica 2015-03-24 20:38:53 -07:00
  • 63b8020969 more work on expiration, make system limits useful - even in retrospect friendica 2015-03-24 17:09:42 -07:00
  • 1f427e0e5b make the log message reflect what's really happening friendica 2015-03-24 16:30:14 -07:00
  • 3d60008842 provide a site-wide expiration policy without loopholes - still need work to reduce the impact of expiration queries. friendica 2015-03-24 15:53:55 -07:00
  • abf642be7f Merge https://github.com/friendica/red into pending_merge friendica 2015-03-24 12:41:37 -07:00
  • 00b3c4c881 sql errors on postgres with yestderday's optimisation friendica 2015-03-24 12:40:55 -07:00
  • e41958111f Merge pull request #937 from tuscanhobbit/dev Paolo T 2015-03-24 13:55:47 +01:00
  • 78ef81b15f Italian translation Paolo Tacconi 2015-03-24 13:37:23 +01:00
  • 10de423dde Merge pull request #936 from git-marijus/master RedMatrix 2015-03-24 22:15:34 +11:00
  • c21a21be3e we only need item mid. some documentation. Mario Vavti 2015-03-24 11:38:54 +01:00
  • 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? Mario Vavti 2015-03-24 10:56:02 +01:00
  • 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. friendica 2015-03-24 02:36:45 -07:00
  • 37f0bd6c9d one step forward, one step back. friendica 2015-03-23 20:16:56 -07:00
  • c2acab21d4 improve performance of the zotfeed queries friendica 2015-03-23 19:56:10 -07:00
  • d32f63df82 explicitly unset delegate session vars on logout friendica 2015-03-23 17:51:43 -07:00
  • 0f8fdf1a3e Merge https://github.com/friendica/red into pending_merge friendica 2015-03-23 15:37:13 -07:00
  • f2127d4ba7 limit notification detail queries for items and events friendica 2015-03-23 15:36:17 -07:00
  • dd930f180e sql in -> IN Mario Vavti 2015-03-23 11:06:13 +01:00
  • d6ad74c649 indicate new or updated items Mario Vavti 2015-03-23 10:59:54 +01:00
  • 62b2fa6ac7 operation snakebite, cont. friendica 2015-03-22 20:30:23 -07:00
  • ccef9e5636 put a lower time limit on time travellers friendica 2015-03-22 18:23:37 -07:00
  • 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). friendica 2015-03-22 15:00:41 -07:00
  • f5f194c92b allow complete undo of a vote, not just a change of vote friendica 2015-03-22 14:55:41 -07:00
  • b198cf69cd Merge https://github.com/friendica/red into pending_merge friendica 2015-03-22 12:56:08 -07:00
  • 6631540d20 provide visual feedback when deleting a like by liking it again. friendica 2015-03-22 12:55:13 -07:00
  • e72c3e3e05 Merge pull request #935 from dawnbreak/master RedMatrix 2015-03-23 05:34:30 +11:00
  • 82fb1ca0ca Merge pull request #8 from friendica/master Paolo T 2015-03-22 16:34:40 +01:00
  • e345d6793d move the maintenance part to include/sharedwithme.php Mario Vavti 2015-03-22 16:29:57 +01:00
  • 47c055e7f3 do not override item_private here anymore Mario Vavti 2015-03-22 14:24:07 +01:00
  • 96239b3648 Two possible bugfixes in bb2diaspora.php. Klaus Weidenbach 2015-03-22 14:15:04 +01:00
  • 1b17b0193e fix multiple vote issues friendica 2015-03-21 17:14:12 -07:00
  • b298bc8834 Merge https://github.com/friendica/red into pending_merge friendica 2015-03-21 16:47:46 -07:00
  • a2e3ca6fd8 add loadtime search to channel and fix it for home. display and search need further investigation friendica 2015-03-21 16:46:28 -07:00
  • b6b0e00f4c Merge pull request #934 from dawnbreak/master RedMatrix 2015-03-22 08:39:28 +11:00
  • 9d143e3f2d Fixed an exit of a loop in builtin_activity_puller(). Klaus Weidenbach 2015-03-21 22:03:59 +01:00
  • daed7fbead Bugfix und variable initialization. Klaus Weidenbach 2015-03-21 19:12:43 +01:00
  • 5a1c388d4a Merge branch 'master' of https://github.com/friendica/red Mario Vavti 2015-03-21 15:17:59 +01:00
  • 9980645ab8 fix acl for if we have an cid in /network and make $bang better visible Mario Vavti 2015-03-21 13:37:55 +01:00
  • 590df06556 Merge pull request #933 from dawnbreak/docu RedMatrix 2015-03-21 15:03:08 +11:00
  • 85dd08427c change permission roles for things like channel admin to make them more easily manually settable from the connections edit page. friendica 2015-03-20 18:50:45 -07:00
  • 91f7da6f01 Extend Doxygen configuration a bit to display more. Klaus Weidenbach 2015-03-21 01:50:08 +01:00
  • 96afe7bf42 set to empty string so it doesn't get mis-handled as a null friendica 2015-03-20 16:49:49 -07:00
  • 07f8e7049a Merge https://github.com/friendica/red into pending_merge friendica 2015-03-20 16:47:38 -07:00
  • 01716dea3d config to hide version tag from siteinfo - on my site it's meaningless. friendica 2015-03-20 16:46:07 -07:00
  • ead45292e1 some tabs title statuseditor restructuring Mario Vavti 2015-03-21 00:06:18 +01:00
  • 9a2ef38267 need the cloudpath before creating the object Mario Vavti 2015-03-20 18:04:22 +01:00
  • 264b43db05 some cleanup Mario Vavti 2015-03-20 17:46:13 +01:00
  • 6698d7b03a possible improvement regarding deletion Mario Vavti 2015-03-20 17:37:01 +01:00
  • fdac8373d8 remove unused vars Mario Vavti 2015-03-20 14:10:22 +01:00
  • 7b05c96dc5 remove more $vars from style.css Mario Vavti 2015-03-20 13:12:55 +01:00
  • 274a30f2db call parse_url from rpost and add the result to the content body if invoked with a url argument friendica 2015-03-19 16:41:41 -07:00
  • 2010d6a332 Explicitly force link for 'All Collections' on the network page to gid=0 so it can be used with a default page over-ride for gid. friendica 2015-03-19 16:22:08 -07:00
  • b6965ad01f Merge https://github.com/friendica/red into pending_merge friendica 2015-03-19 15:58:08 -07:00
  • 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. friendica 2015-03-19 15:56:30 -07:00
  • 24ebaaf0f7 ratenotif: loop oddity friendica 2015-03-19 15:24:09 -07:00
  • a185b555dc there are no vars to replace in converse_center.css Mario Vavti 2015-03-19 17:20:16 +01:00
  • b582357983 update schema doco a little. needs some more... Mario Vavti 2015-03-19 17:06:02 +01:00
  • b3ff6da6bc remove more unused $vars Mario Vavti 2015-03-19 16:33:15 +01:00
  • d1dd883d88 remove more $vars from style.css Mario Vavti 2015-03-19 16:17:01 +01:00
  • db355db9a6 remove $abook_changebg from style.css Mario Vavti 2015-03-19 15:33:15 +01:00
  • ad9f5079cd do not destroy page layout if feature_encrypt is not enabled Mario Vavti 2015-03-19 12:40:04 +01:00
  • 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. friendica 2015-03-18 19:06:05 -07:00
  • 5a7e35fbf8 Change wording on the photo location feature. When photos are merged with DAV storage we won't be stripping metadata by default. friendica 2015-03-18 17:36:06 -07:00
  • 3403c26ad5 Merge https://github.com/friendica/red into pending_merge friendica 2015-03-18 12:28:18 -07:00
  • aa6549c239 we upped the php version requirement. So up yours. friendica 2015-03-18 12:27:30 -07:00
  • 463bd146dc remove px from default value Mario Vavti 2015-03-18 16:42:04 +01:00
  • 096ab06dcb just to be sure Mario Vavti 2015-03-18 16:37:33 +01:00
  • d4de2dfe7a move body-font-size setting backt to expert. most people probably use browser built in zoom capabilitie. Mario Vavti 2015-03-18 15:47:20 +01:00
  • 32c7d381b6 Merge branch 'master' of https://github.com/friendica/red Mario Vavti 2015-03-18 14:42:25 +01:00
  • 8cb31172a9 make every page regard max content width setting and move the setting out of experts mode Mario Vavti 2015-03-18 14:41:54 +01:00
  • 2a394b8abe Update Dutch translations jeroenpraat 2015-03-18 13:48:24 +01:00
  • 7a9aca6ecb fix the map embed issue by keeping the map visible but moving it far off the screen. friendica 2015-03-17 18:45:56 -07:00
  • f5602f129e Merge https://github.com/friendica/red into pending_merge friendica 2015-03-17 15:45:41 -07:00
  • 629f6bec74 ok it has to be owner. friendica 2015-03-17 15:45:08 -07:00
  • 9472d0a683 move bootbox out of bootstrap Mario Vavti 2015-03-17 23:16:22 +01:00
  • 7966c2db4c update bootstrap-3.3.4 and bootbox-4.4.0 Mario Vavti 2015-03-17 23:07:08 +01:00
  • ccdb027677 Merge branch 'master' of https://github.com/friendica/red Mario Vavti 2015-03-17 15:12:39 +01:00
  • 8d89dde908 update templates Mario Vavti 2015-03-17 15:12:21 +01:00
  • d18814e3c8 Merge pull request #932 from tuscanhobbit/dev Paolo T 2015-03-17 13:44:59 +01:00
  • 0309652b6f Updated Italian strings Paolo Tacconi 2015-03-17 13:40:06 +01:00
  • 6b3afb5eec get the correct hemisphere for geotagged photos friendica 2015-03-17 00:53:24 -07:00