This website requires JavaScript.
1d15e68678
added more curly braces + spaces for #3254
Roland Häder
2017-03-23 23:05:53 +0100
1fcd4f52e7
old behaviour restored
Roland Häder
2017-03-23 22:49:05 +0100
87bb934f8f
added curely branches + reverted back to old behaviour (may come back one day)
Roland Häder
2017-03-23 22:33:12 +0100
116d0ee1e0
better comment added by @Hypolite
Roland Häder
2017-03-23 22:26:07 +0100
47f95855c0
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +0100
de50d62b81
more spaces + some curly spaces added
Roland Häder
2017-01-26 16:07:30 +0100
bc21bf0ee6
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +0100
e5c4b0203a
added more curly braces + a bit more usage of dbm::is_result()
Roland Häder
2017-01-25 15:59:27 +0100
7e54499856
"pending" shouldn't be set as well by default ...
Michael
2018-05-03 18:19:40 +0000
cd7c337134
Urgent bugfix: Public contacts had been blocked automatically when created
Michael
2018-05-03 17:43:10 +0000
002a1d1f54
Reshares had been detected falsely so that were rejected by Diaspora
Michael
2018-05-03 13:03:41 +0000
d217d74081
Ensure that the link will be displayed correctly on Diaspora
Michael
2018-05-03 04:43:50 +0000
3bb5a416f8
Some corrections
Michael
2018-05-02 21:12:48 +0000
8b775d48f9
Replace old database queries with the new ones
Michael
2018-05-02 19:26:15 +0000
cbe12eba76
Continued: - ops, another rebase-leftover fixed
Roland Häder
2018-05-03 02:17:16 +0200
058f30d982
Continued: - ops, did accidently modify composer.lock ... :-(
Roland Häder
2018-05-02 23:07:28 +0200
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 +0200
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 +0200
3d418dc1fd
Windows' CRLF are looking strange under Linux, let's get rid of them/
Roland Häder
2017-07-26 22:16:29 +0200
dd6fd32883
rewrote based on CR by @Annando, thank you. It is now clear to me.
Roland Häder
2017-07-26 22:15:24 +0200
a871776615
LF fixed
Roland Häder
2017-07-26 19:50:13 +0200
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 +0200
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 +0200
35ada99954
Opps, added missing curly brace.
Roland Häder
2017-07-19 23:16:54 +0200
78ffd5b80f
fixed parser error
Roland Häder
2017-07-16 20:35:42 +0200
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 +0200
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 Häder
2017-04-14 16:59:51 +0200
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 Häder
2017-04-08 19:05:50 +0200
61fdc32d2f
Continued a bit: - more spaces added - more curly braces added - let's use x($_FOO, 'bar') and not isset($_FOOT['bar'])
Roland Häder
2017-04-05 22:17:15 +0200
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 Häder
2017-04-02 21:29:06 +0200
8e42e797cc
Opps, cutted this out by accident ...
Roland Häder
2017-03-25 15:06:54 +0100
7514a3beb8
rewrote for() loop to foreach() + added curly braces/spaces
Roland Häder
2017-03-25 14:32:49 +0100
fc4d1296e3
was a bit confusing for me or I was not sleeping to much ...
Roland Häder
2017-03-25 13:46:28 +0100
4d5c61395e
PHP5 does not support native type-hints, except array
+ used dbm::is_result()
Roland Häder
2017-03-25 13:37:15 +0100
5ee91330a7
removed TODO, one day this all needs refacturizing ...
Roland Häder
2017-03-25 13:01:41 +0100
03f283ca36
fixed comment and explained one
Roland Häder
2017-03-23 23:37:58 +0100
85039d41a2
added more curly braces + spaces for #3254
Roland Häder
2017-03-23 23:05:53 +0100
d9d60346ff
more usage of dbm::is_result() and sorted a bit statements
Roland Häder
2017-03-04 10:34:46 +0100
d2d6200669
old behaviour restored
Roland Häder
2017-03-23 22:49:05 +0100
be3d0a90a5
added curely branches + reverted back to old behaviour (may come back one day)
Roland Häder
2017-03-23 22:33:12 +0100
b823708c50
better comment added by @Hypolite
Roland Häder
2017-03-23 22:26:07 +0100
77cca70562
replaced some tabs -> spaces + added curly braces #3254
Roland Häder
2017-03-23 20:48:48 +0100
128c9b20e0
fixed curly braces + added more
Roland Häder
2017-03-21 22:39:53 +0100
e61b8f667e
it is documenation, right? :-)
Roland Häder
2017-03-04 10:58:33 +0100
09384119b1
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +0100
c7e256f9de
more spaces + some curly spaces added
Roland Häder
2017-01-26 16:07:30 +0100
1a61cee5a7
added spaces + some curly braces
Roland Häder
2017-01-26 16:01:56 +0100
f7ceea7a85
added spaces + some curly braces
Roland Häder
2017-01-26 16:01:56 +0100
1de8e31df6
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +0100
5b56f189ae
more spaces + some curly spaces added
Roland Häder
2017-01-26 16:07:30 +0100
bc259cdc44
added spaces + some curly braces
Roland Häder
2017-01-26 16:01:56 +0100
dd4af5aba7
Merge pull request #5045 from tobiasd/20180514-msg
Hypolite Petovan
2018-05-14 08:15:01 -0400
348ed5d1ba
regenerated master messages.po file
Tobias Diekershoff
2018-05-14 07:12:04 +0200
f1b5e828db
Fix for the slow spawning of workers
Michael
2018-05-14 05:02:18 +0000
f937dabc9e
Merge pull request #5044 from annando/no-feed-reshare
Hypolite Petovan
2018-05-13 18:31:58 -0400
24ef818d0d
Merge pull request #5038 from tobiasd/20180519-3834
Michael Vogel
2018-05-13 22:24:59 +0200
57bd073ffd
We mustn't reshare a feed item (only DFRN and Diaspora)
Michael
2018-05-13 18:31:01 +0000
3228bb614c
Merge pull request #5037 from Quix0r/rewrites/curly-braces-is-result-usage-001
Hypolite Petovan
2018-05-13 10:05:38 -0400
288b508e2a
Merge pull request #5041 from M-arcus/patch-1
Hypolite Petovan
2018-05-13 10:03:11 -0400
cc7ce61e2d
Merge pull request #5040 from tobiasd/20180513-lng
Hypolite Petovan
2018-05-13 09:59:29 -0400
99440f3c56
Beatification: - added space after curly braces (MrPetovan) - added TODO for possible rewrite candidate
Roland Häder
2018-05-13 14:20:15 +0200
64a799198a
[TASK] Automatic installation: Install theme
Marcus Müller
2018-05-13 12:50:53 +0200
2a75c7aa00
update FI translations THX Kris
Tobias Diekershoff
2018-05-13 12:02:09 +0200
78330c44a8
update PL translations THX waldis
Tobias Diekershoff
2018-05-13 12:01:25 +0200
17dda0fc43
dont delete but remove from your stream
Tobias Diekershoff
2018-05-13 11:10:34 +0200
ec626fb76c
Merge pull request #5036 from Alkarex/fix-constants
Hypolite Petovan
2018-05-13 04:38:32 -0400
736c76d068
Simplify constant names
Alexandre Alapetite
2018-05-13 10:34:33 +0200
87dbe03521
reverted back ...
Roland Häder
2018-05-13 10:20:15 +0200
41a8c62bee
Fix wrong use of class constants
Alexandre Alapetite
2018-05-13 10:00:18 +0200
445cc1cb99
Fixes: - brought back comment (ops) - DBM is the class name (not dbm)
Roland Häder
2018-05-13 10:06:43 +0200
8d9547777e
Ops, was redundant here.
Roland Häder
2018-05-13 10:05:31 +0200
594f946ad6
No extra empty line here
Roland Häder
2018-05-13 10:04:49 +0200
3191fee763
Ops, one to much ...
Roland Häder
2018-05-13 10:02:47 +0200
97ef838abe
Merge pull request #5035 from annando/no-optimize
Hypolite Petovan
2018-05-13 01:55:09 -0400
249d84c0b3
Automatic table optimisation is deactivated by default now
Michael
2018-05-13 05:41:05 +0000
37da0ccf9e
Merge pull request #5032 from tobiasd/20180512-lng
Hypolite Petovan
2018-05-12 05:45:38 -0400
f34ee8f858
update FI translations THX Kris
Tobias Diekershoff
2018-05-12 10:36:59 +0200
75982db524
update PL translations THX waldis
Tobias Diekershoff
2018-05-12 10:36:18 +0200
2435388aa7
update DE translations
Tobias Diekershoff
2018-05-12 10:35:32 +0200
ee143e32d1
Merge pull request #5031 from annando/fix-sql
Hypolite Petovan
2018-05-11 15:43:23 -0400
926c9719e0
Avoid SQL error with empty "bd" field
Michael
2018-05-11 15:27:19 +0000
d4e3f3f4bb
Merge pull request #5030 from annando/fix-sql
Hypolite Petovan
2018-05-11 11:20:30 -0400
79a343a69a
Only set the "updated" value when it contains a value
Michael
2018-05-11 10:44:28 +0000
f9c695e78d
Fix SQL error during postupdate
Michael
2018-05-11 09:20:59 +0000
a2dbf17a3d
Merge pull request #5028 from annando/probe-insert
Tobias Diekershoff
2018-05-11 10:26:32 +0200
8d8f2a1845
Change the community value as well
Michael
2018-05-11 08:04:01 +0000
78271e88f5
Insert a gcontact on probing, but not insert a contact
Michael
2018-05-11 05:44:31 +0000
ce0c31a594
Merge pull request #5024 from annando/invisible-posts
Hypolite Petovan
2018-05-10 19:31:05 -0400
914a4e2e0a
Fix: Public items werent visible under certain circumstances
Michael
2018-05-10 22:06:34 +0000
0b4c831740
Merge pull request #5023 from annando/dba-error
Hypolite Petovan
2018-05-10 16:27:31 -0400
6a654df444
Add a new contact to test rel=2 in tests
Pierre Rudloff
2018-05-10 22:21:55 +0200
3d2bc7700e
Fix SQL error
Michael
2018-05-10 20:14:51 +0000
7893d96ad8
Add link to test doc on documentation home
Pierre Rudloff
2018-05-10 20:04:30 +0200
3195d6e125
Add API tests
Pierre Rudloff
2018-04-09 21:23:41 +0200
4d5408f3b1
Merge pull request #5018 from annando/issue-4997
Hypolite Petovan
2018-05-10 09:53:37 -0400
6d4f3e8ee2
Issue 4997: Avoid database duplicates
Michael
2018-05-10 12:49:28 +0000
09a2c1d76b
Merge pull request #5017 from annando/dfrn-relay
Hypolite Petovan
2018-05-10 08:18:53 -0400
86ac44bd4e
Merge pull request #5016 from annando/fix-blocked
Hypolite Petovan
2018-05-10 08:18:04 -0400
68591e2179
Merge pull request #5015 from annando/issue-4772
Hypolite Petovan
2018-05-10 08:17:27 -0400
5debcbb5a6
added spaces + some curly braces + some usage of dbm::is_result()
Roland Häder
2017-01-26 15:23:30 +0100