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
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
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
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