566cfb8418
space-time season continues ...
Roland Haeder
2017-03-24 22:44:18 +01:00
239dfea4e6
it is space-time! ;-)
Roland Haeder
2017-03-24 22:40:25 +01:00
caad9f5214
added more spaces (CR request)
Roland Haeder
2017-03-24 22:36:13 +01:00
be717649a4
added more curly braces/spaces
Roland Haeder
2017-03-24 22:33:57 +01:00
daa32d49cf
killme() does the same here + added curly braces
Roland Haeder
2017-03-24 21:17:00 +01:00
c0be733d6d
Opps, became lazy here, thanks to @Hypolite finding it.
Roland Haeder
2017-03-24 21:15:14 +01:00
084dbd6859
Continued: - some spaces added - removed parentheses as requested by @Hypolite - added really important TODO as remote-inclusion is not what you want
Roland Haeder
2017-03-24 21:08:03 +01:00
0e19fdfc71
removed parentheses + added TODO about a small rewrite
Roland Haeder
2017-03-24 21:05:08 +01:00
b5b3451b31
Continued: - marked commented-out code as possible old-lost - added more curly braces - used more dbm::is_result() where SELECT is stated - ! added quotes in array element, else (here) >thumb< (without quotes) is considered as a constant and causes an E_NOTICE
Roland Haeder
2017-03-24 20:57:52 +01:00
ccd1e2cc6a
fixed parser error
Roland Haeder
2017-03-24 20:50:10 +01:00
d45e79dfe9
Continued: - converted multiple single-line comments into one multi-line comment (please stop abusing programming languages!) - added more TODO tags for type-hints (upcoming rewrite) - opps, one space was only fixed in develop branch, not in this PR branch
Roland Haeder
2017-03-24 20:39:00 +01:00
85144908fa
Improve display feedback on like actions
Hypolite Petovan
2017-03-23 22:47:56 -04:00
87bf6d39dd
More display fixes
Hypolite Petovan
2017-03-23 22:45:40 -04:00
839a457ab2
Enable hard_wrap for Markdown parser to match Diaspora parsing
Hypolite Petovan
2017-03-23 21:23:00 -04:00
c9214c2051
Upgraded PHP Markdown library to version 1.7.0
Hypolite Petovan
2017-03-23 21:19:24 -04:00
b7242c3fa0
poco_last_updated is optimized
Michael
2017-03-23 22:56:22 +00:00
db1c2e4041
fixed comment and explained one
Roland Haeder
2017-03-23 23:37:58 +01:00
a410f86e9c
Continued with #3254: - added curly braces + spaces - converted multiple single-line comments to one multi-line comment
Roland Haeder
2017-03-23 23:07:29 +01:00
c4b82133e9
added more curly braces + spaces for #3254
Roland Haeder
2017-03-23 23:05:53 +01:00
2470930902
Continued #3254: - thrown out old lost-code - add curly braces (not curely ;-) ) and spaces - exit is not a keyword, it is a function, so use () here
Roland Haeder
2017-03-23 23:01:04 +01:00
e4ad359f5a
added curely braces + TODO for maybe avoiding multi-lined if() blocks as it confuses #3254
Roland Haeder
2017-03-23 22:51:52 +01:00
f94a10bf00
old behaviour restored
Roland Haeder
2017-03-23 22:49:05 +01:00
66366b2804
added more spaces and curely braces killed ?> as it is discouraged
Roland Haeder
2017-03-23 22:43:46 +01:00
d8eee2be55
added curely branches + reverted back to old behaviour (may come back one day)
Roland Haeder
2017-03-23 22:33:12 +01:00
09ab141404
better comment added by @Hypolite
Roland Haeder
2017-03-23 22:26:07 +01:00
16c405b387
more spaces added (CR by @Hypolite)
Roland Haeder
2017-03-23 22:22:18 +01:00
dad6a61be4
it is space-season ... ;-) #3254
Roland Haeder
2017-03-23 22:19:10 +01:00
843b7a003c
closed internal TODO, merged 2 if() to one + added spaces
Roland Haeder
2017-03-23 22:16:04 +01:00
11d3fd163a
yet another one removed, thanks to @Hypolite for CR
Roland Haeder
2017-03-23 22:12:51 +01:00
480871d371
removed no longer old stuff, let's don't stuff code with commented-out code
Roland Haeder
2017-03-23 22:10:37 +01:00
9521f39ebe
added more spaces #3254
Roland Haeder
2017-03-23 22:08:33 +01:00
f85e6d2aac
No parantheses here + no @ (which surpresses warnings and such) #3254
Roland Haeder
2017-03-23 21:46:49 +01:00
47602577f3
Opps, missed one ...
Roland Haeder
2017-03-23 21:45:00 +01:00
221cfa8c22
added curly braces #3254
Roland Haeder
2017-03-23 21:39:03 +01:00
f5227c016d
replaced some tabs -> spaces + added curly braces #3254
Roland Haeder
2017-03-23 20:48:48 +01:00
2ce5ab1467
removed commented out line
Michael
2017-03-23 07:36:22 +00:00
5b6215d7bd
Better server_url handling
Michael
2017-03-23 07:34:45 +00:00
c25af197c9
baseurl should now be set correctly at all the time.
Michael
2017-03-23 07:10:22 +00:00
26ec56dfa5
server_url was forgotten
Michael
2017-03-23 06:45:00 +00:00
9e5bec1bc8
"poco_check" is now replaced and removed
Michael
2017-03-23 06:23:23 +00:00
8e240a1e8c
New function to validate gcontact array data
Michael
2017-03-22 23:13:32 +00:00
835e54dfc3
upload images to the selected album
rabuzarus
2017-03-21 23:08:37 +01:00
a376f55c1f
Linefeed added
Michael
2017-03-21 22:06:57 +00:00
f173322539
added missing spaces/curly braces
Roland Häder
2017-01-26 14:28:43 +01:00
ddb5a8ea78
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
830af774d3
added more curly braces + a bit more usage of dbm::is_result()
Roland Häder
2017-01-25 15:59:27 +01:00
2633e820ab
remove upload file from jot because it's now in the browser included
rabuzarus
2017-03-21 21:18:27 +01:00
9acfbae6ea
add justified-gallery to fbrowser
rabuzarus
2017-03-21 20:39:31 +01:00
4ebebe96fe
Merge branch 'develop' into 1703-worker-splitting
Michael Vogel
2017-03-21 17:08:07 +01:00