Commit Graph

  • cbe12eba76 Continued: - ops, another rebase-leftover fixed Roland Häder 2018-05-03 02:17:16 +02:00
  • 058f30d982 Continued: - ops, did accidently modify composer.lock ... :-( Roland Häder 2018-05-02 23:07:28 +02:00
  • a0d03bb311 Continued: - renamed .htaccess -> .htaccess-dist and ignored .htaccess to allow local changes - described /nbproject/private/ ignore (NetBeans IDE's private project data) Roland Häder 2018-05-02 22:26:24 +02:00
  • 7a29944836 Fixes/cleanup: - added missing curly braces (and some absent caused parser errors) - <include|require>[_once] are keywords, so don't use them as such - removed/added empty lines Roland Häder 2017-10-11 22:21:35 +02:00
  • 3d418dc1fd Windows' CRLF are looking strange under Linux, let's get rid of them/ Roland Häder 2017-07-26 22:16:29 +02:00
  • dd6fd32883 rewrote based on CR by @Annando, thank you. It is now clear to me. Roland Häder 2017-07-26 22:15:24 +02:00
  • a871776615 LF fixed Roland Häder 2017-07-26 19:50:13 +02:00
  • b037b4123b General project change: - cleaned up vendor/ as it is a "build" (means being locally recreated) directory and therefor should *NOT* be committed. - updated composer.lock - that is what would be updated now if vendor/ would be ignored, instead a lot files has been changed in vendor/ - people running composer install regulary will get (with the old way) a dirty working copy (version-controlled files being modified) and then cannot update Roland Häder 2017-07-20 20:19:28 +02:00
  • 25fd270959 Continued: - added spaces and curly braces - added more TODOs as there really more to be done Roland Häder 2017-07-20 20:04:32 +02:00
  • 35ada99954 Opps, added missing curly brace. Roland Häder 2017-07-19 23:16:54 +02:00
  • 78ffd5b80f fixed parser error Roland Häder 2017-07-16 20:35:42 +02:00
  • 1c9dc6526f Continued: - added more curly braces - replaced if (blaFoo()) { return true; } return false; with return blaFoo(); - added spaces Roland Häder 2017-05-17 18:28:00 +02:00
  • 337824f649 Continued: - added curly braces/spaces - added TODOs (type-hints, old-lost code) - more usage of dbm::is_result() - combined some if() return stuff into a simple return statement Roland Haeder 2017-04-14 16:59:51 +02:00
  • c3c9a53364 added spaces + curly braces and TODOs for upcoming type-hint rewrite. Please note that PHP5 allows 'array' as type-hint already (+ interface/class name). Roland Haeder 2017-04-08 19:05:50 +02:00
  • 61fdc32d2f Continued a bit: - more spaces added - more curly braces added - let's use x($_FOO, 'bar') and not isset($_FOOT['bar']) Roland Haeder 2017-04-05 22:17:15 +02:00
  • 7525b8fefe Fixes for composer: - ./vendor/ is being prepared by executing utils/composer.phar install, no need to have it around - converted .gitignore to LF line-ending (more common over the whole project) - no need to have them around ... Roland Haeder 2017-04-02 21:29:06 +02:00
  • 8e42e797cc Opps, cutted this out by accident ... Roland Haeder 2017-03-25 15:06:54 +01:00
  • 7514a3beb8 rewrote for() loop to foreach() + added curly braces/spaces Roland Haeder 2017-03-25 14:32:49 +01:00
  • fc4d1296e3 was a bit confusing for me or I was not sleeping to much ... Roland Haeder 2017-03-25 13:46:28 +01:00
  • 4d5c61395e PHP5 does not support native type-hints, except array + used dbm::is_result() Roland Haeder 2017-03-25 13:37:15 +01:00
  • 5ee91330a7 removed TODO, one day this all needs refacturizing ... Roland Haeder 2017-03-25 13:01:41 +01:00
  • 03f283ca36 fixed comment and explained one Roland Haeder 2017-03-23 23:37:58 +01:00
  • 85039d41a2 added more curly braces + spaces for #3254 Roland Haeder 2017-03-23 23:05:53 +01:00
  • d9d60346ff more usage of dbm::is_result() and sorted a bit statements Roland Häder 2017-03-04 10:34:46 +01:00
  • d2d6200669 old behaviour restored Roland Haeder 2017-03-23 22:49:05 +01:00
  • be3d0a90a5 added curely branches + reverted back to old behaviour (may come back one day) Roland Haeder 2017-03-23 22:33:12 +01:00
  • b823708c50 better comment added by @Hypolite Roland Haeder 2017-03-23 22:26:07 +01:00
  • 77cca70562 replaced some tabs -> spaces + added curly braces #3254 Roland Haeder 2017-03-23 20:48:48 +01:00
  • 128c9b20e0 fixed curly braces + added more Roland Haeder 2017-03-21 22:39:53 +01:00
  • e61b8f667e it is documenation, right? :-) Roland Häder 2017-03-04 10:58:33 +01:00
  • 09384119b1 added spaces + some curly braces + some usage of dbm::is_result() Roland Häder 2017-01-26 15:23:30 +01:00
  • c7e256f9de more spaces + some curly spaces added Roland Häder 2017-01-26 16:07:30 +01:00
  • 1a61cee5a7 added spaces + some curly braces Roland Häder 2017-01-26 16:01:56 +01:00
  • f7ceea7a85 added spaces + some curly braces Roland Häder 2017-01-26 16:01:56 +01:00
  • 1de8e31df6 added spaces + some curly braces + some usage of dbm::is_result() Roland Häder 2017-01-26 15:23:30 +01:00
  • 5b56f189ae more spaces + some curly spaces added Roland Häder 2017-01-26 16:07:30 +01:00
  • bc259cdc44 added spaces + some curly braces Roland Häder 2017-01-26 16:01:56 +01:00
  • dd4af5aba7 Merge pull request #5045 from tobiasd/20180514-msg Hypolite Petovan 2018-05-14 08:15:01 -04:00
  • 348ed5d1ba regenerated master messages.po file Tobias Diekershoff 2018-05-14 07:12:04 +02:00
  • f1b5e828db Fix for the slow spawning of workers Michael 2018-05-14 05:02:18 +00:00
  • f937dabc9e Merge pull request #5044 from annando/no-feed-reshare Hypolite Petovan 2018-05-13 18:31:58 -04:00
  • 24ef818d0d Merge pull request #5038 from tobiasd/20180519-3834 Michael Vogel 2018-05-13 22:24:59 +02:00
  • 57bd073ffd We mustn't reshare a feed item (only DFRN and Diaspora) Michael 2018-05-13 18:31:01 +00:00
  • 3228bb614c Merge pull request #5037 from Quix0r/rewrites/curly-braces-is-result-usage-001 Hypolite Petovan 2018-05-13 10:05:38 -04:00
  • 288b508e2a Merge pull request #5041 from M-arcus/patch-1 Hypolite Petovan 2018-05-13 10:03:11 -04:00
  • cc7ce61e2d Merge pull request #5040 from tobiasd/20180513-lng Hypolite Petovan 2018-05-13 09:59:29 -04:00
  • 99440f3c56 Beatification: - added space after curly braces (MrPetovan) - added TODO for possible rewrite candidate Roland Häder 2018-05-13 14:20:15 +02:00
  • 64a799198a [TASK] Automatic installation: Install theme Marcus Müller 2018-05-13 12:50:53 +02:00
  • 2a75c7aa00 update FI translations THX Kris Tobias Diekershoff 2018-05-13 12:02:09 +02:00
  • 78330c44a8 update PL translations THX waldis Tobias Diekershoff 2018-05-13 12:01:25 +02:00
  • 17dda0fc43 dont delete but remove from your stream Tobias Diekershoff 2018-05-13 11:10:34 +02:00
  • ec626fb76c Merge pull request #5036 from Alkarex/fix-constants Hypolite Petovan 2018-05-13 04:38:32 -04:00
  • 736c76d068 Simplify constant names Alexandre Alapetite 2018-05-13 10:34:33 +02:00
  • 87dbe03521 reverted back ... Roland Häder 2018-05-13 10:20:15 +02:00
  • 41a8c62bee Fix wrong use of class constants Alexandre Alapetite 2018-05-13 10:00:18 +02:00
  • 445cc1cb99 Fixes: - brought back comment (ops) - DBM is the class name (not dbm) Roland Häder 2018-05-13 10:06:43 +02:00
  • 8d9547777e Ops, was redundant here. Roland Häder 2018-05-13 10:05:31 +02:00
  • 594f946ad6 No extra empty line here Roland Häder 2018-05-13 10:04:49 +02:00
  • 3191fee763 Ops, one to much ... Roland Häder 2018-05-13 10:02:47 +02:00
  • 97ef838abe Merge pull request #5035 from annando/no-optimize Hypolite Petovan 2018-05-13 01:55:09 -04:00
  • 249d84c0b3 Automatic table optimisation is deactivated by default now Michael 2018-05-13 05:41:05 +00:00
  • 37da0ccf9e Merge pull request #5032 from tobiasd/20180512-lng Hypolite Petovan 2018-05-12 05:45:38 -04:00
  • f34ee8f858 update FI translations THX Kris Tobias Diekershoff 2018-05-12 10:36:59 +02:00
  • 75982db524 update PL translations THX waldis Tobias Diekershoff 2018-05-12 10:36:18 +02:00
  • 2435388aa7 update DE translations Tobias Diekershoff 2018-05-12 10:35:32 +02:00
  • ee143e32d1 Merge pull request #5031 from annando/fix-sql Hypolite Petovan 2018-05-11 15:43:23 -04:00
  • 926c9719e0 Avoid SQL error with empty "bd" field Michael 2018-05-11 15:27:19 +00:00
  • d4e3f3f4bb Merge pull request #5030 from annando/fix-sql Hypolite Petovan 2018-05-11 11:20:30 -04:00
  • 79a343a69a Only set the "updated" value when it contains a value Michael 2018-05-11 10:44:28 +00:00
  • f9c695e78d Fix SQL error during postupdate Michael 2018-05-11 09:20:59 +00:00
  • a2dbf17a3d Merge pull request #5028 from annando/probe-insert Tobias Diekershoff 2018-05-11 10:26:32 +02:00
  • 8d8f2a1845 Change the community value as well Michael 2018-05-11 08:04:01 +00:00
  • 78271e88f5 Insert a gcontact on probing, but not insert a contact Michael 2018-05-11 05:44:31 +00:00
  • ce0c31a594 Merge pull request #5024 from annando/invisible-posts Hypolite Petovan 2018-05-10 19:31:05 -04:00
  • 914a4e2e0a Fix: Public items werent visible under certain circumstances Michael 2018-05-10 22:06:34 +00:00
  • 0b4c831740 Merge pull request #5023 from annando/dba-error Hypolite Petovan 2018-05-10 16:27:31 -04:00
  • 6a654df444 Add a new contact to test rel=2 in tests Pierre Rudloff 2018-05-10 22:21:55 +02:00
  • 3d2bc7700e Fix SQL error Michael 2018-05-10 20:14:51 +00:00
  • 7893d96ad8 Add link to test doc on documentation home Pierre Rudloff 2018-05-10 20:04:30 +02:00
  • 3195d6e125 Add API tests Pierre Rudloff 2018-04-09 21:23:41 +02:00
  • 4d5408f3b1 Merge pull request #5018 from annando/issue-4997 Hypolite Petovan 2018-05-10 09:53:37 -04:00
  • 6d4f3e8ee2 Issue 4997: Avoid database duplicates Michael 2018-05-10 12:49:28 +00:00
  • 09a2c1d76b Merge pull request #5017 from annando/dfrn-relay Hypolite Petovan 2018-05-10 08:18:53 -04:00
  • 86ac44bd4e Merge pull request #5016 from annando/fix-blocked Hypolite Petovan 2018-05-10 08:18:04 -04:00
  • 68591e2179 Merge pull request #5015 from annando/issue-4772 Hypolite Petovan 2018-05-10 08:17:27 -04:00
  • 5debcbb5a6 added spaces + some curly braces + some usage of dbm::is_result() Roland Häder 2017-01-26 15:23:30 +01:00
  • cf9fa51f2f Continued: - added missing space/curly braces - added TODOs for later adding a lot type-hints, without these (and they are long time around in PHP) anything can be handled over to the method/function. Roland Häder 2017-01-26 09:38:52 +01:00
  • f66cb9b0a3 added more curly braces + a bit more usage of dbm::is_result() Roland Häder 2017-01-25 15:59:27 +01:00
  • 40d3e7982c Adopt the relay definition according to the suggestions from @jaywink Michael 2018-05-10 11:04:18 +00:00
  • aafc314ccc Corrects falsely blocked contacts because of some bug in the develop branch Michael 2018-05-10 10:41:32 +00:00
  • df019eb5bd Issue 4772: Display posts with uid=0 as well Michael 2018-05-10 10:13:48 +00:00
  • 8612e44d19 Merge pull request #5013 from annando/feed-avatar Hypolite Petovan 2018-05-09 17:22:55 -04:00
  • ed664b1091 For feed items show the avatar of the local user Michael 2018-05-09 21:09:16 +00:00
  • 5650d09504 Merge pull request #5012 from tobiasd/20180509-doctppls Hypolite Petovan 2018-05-09 13:04:23 -04:00
  • 03743184a8 added dedicated documentation about tools for admins Tobias Diekershoff 2018-05-09 18:52:11 +02:00
  • 1823b86589 Merge pull request #5009 from tobiasd/20180509-msg Michael Vogel 2018-05-09 17:14:30 +02:00
  • fcd2721dc1 regenerated master messages.po file Tobias Diekershoff 2018-05-09 15:05:19 +02:00
  • 5b835c16ab Merge pull request #5008 from tobiasd/20180509-2115 Hypolite Petovan 2018-05-09 08:19:26 -04:00
  • d7377215a4 Merge pull request #5007 from tobiasd/20180509-doc Hypolite Petovan 2018-05-09 08:13:58 -04:00
  • 7f7ccc3f51 the widget is not needed here Tobias Diekershoff 2018-05-09 12:49:29 +02:00