Sandro Santilli
270d604a6e
Add documentation
2017-04-21 17:19:11 +02:00
Michael Vogel
a941199760
Merge pull request #3344 from tobiasd/20170412-doc
...
some words about the workers
2017-04-17 08:11:18 +02:00
Tobias Diekershoff
d5c2b9d4cd
Ham
2017-04-17 07:33:12 +02:00
Alexandre Alapetite
6b250d3ae9
Merge branch 'develop' into MySQL5.7
2017-04-16 15:16:58 +02:00
Tobias Diekershoff
f3393106ae
typos
2017-04-16 13:59:52 +02:00
Tobias Diekershoff
5a0af71ade
remote_self paragraph was missing in DE
2017-04-16 13:54:12 +02:00
Tobias Diekershoff
09da31442e
Worker auf Deutsch
2017-04-16 13:47:57 +02:00
Tobias Diekershoff
f4466b86e3
some EN doc about the worker
2017-04-16 13:32:41 +02:00
Tobias Diekershoff
b8fd48dddc
Merge pull request #3335 from annando/issue-3331
...
Issue 3331: Remove unneeded table "deliverq"
2017-04-14 07:32:30 +02:00
Michael
d5c6f67a4a
Changed documentation
2017-04-13 19:10:53 +00:00
Pierre Rudloff
8567113f0f
Doc about j/k keyboard shortcuts
2017-04-13 17:20:05 +02:00
Michael
2b3a129480
Removed it here as well
2017-04-13 05:08:42 +00:00
Michael
f399a1914f
Removed documentation
2017-04-13 05:08:12 +00:00
Alexandre Alapetite
d2901dcb00
Fix for MySQL 5.7+
...
https://github.com/friendica/friendica/issues/2786
Only tested on Ubuntu 16.10 with MySQL 5.7.17.
https://dev.mysql.com/doc/refman/8.0/en/timestamp-initialization.html
https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html#sqlmode_no_zero_date
As of MySQL 5.7.4, NO_ZERO_DATE is deprecated.
Patch based on the following search & replace (and then reverting some
changes in libraries):
```sh
grep -l '= "0000-00-00"' -r . | xargs sed -i -e "s/= \"0000-00-00\"/=
'0000-00-00'/g"
grep -l "0000-00-00" -r . | xargs sed -i -e "s/0000-00-00/0001-01-01/g"
grep -l "!= '0001-01-01'" -r . | xargs sed -i -e "s/!= '0001-01-01'/>
'0001-01-01'/g"
grep -l " === '0001-01-01'" -r . | xargs sed -i -e "s/ === '0001-01-01'/
<= '0001-01-01'/g"
grep -l " == '0001-01-01'" -r . | xargs sed -i -e "s/ == '0001-01-01'/
<= '0001-01-01'/g"
grep -l "strpos(\$dob, '0000-') === 0" -r . | xargs sed -i -e
"s/strpos(\$dob, '0000-') === 0/strpos(\$dob, '0000-') === 0 ||
strpos(\$dob, '0001-') === 0/g"
grep -l 'array("", "0001-01-01")' -r . | xargs sed -i -e 's/array("",
"0001-01-01")/array("", "0000-00-00", "0001-01-01")/g'
grep -l "\$dob = '0000-'" -r . | xargs sed -i -e "s/\$dob =
'0000-'/\$dob = '0001-'/g"
```
2017-04-11 23:00:45 +02:00
Hypolite Petovan
b09553a71b
Add Composer FAQ
2017-04-04 20:34:06 -04:00
Michael Vogel
d9451ef969
Merge pull request #3279 from Hypolite/improvement/add-composer
...
Add Composer
2017-04-02 14:57:37 +02:00
Hypolite Petovan
95a5740229
Add links to EN pages in DE help
2017-04-02 08:54:11 -04:00
Hypolite Petovan
1c276b5cd5
Add Composer documentation
2017-04-01 17:58:21 -04:00
Michael
648d5bd047
More mcrypt is removed
2017-04-01 10:07:12 +00:00
Michael
0d49143a63
"no_utf" wasn't in use anymore - it is now removed completely
2017-03-25 10:51:00 +00:00
Tobias Diekershoff
4a3a61c594
coding standard for the docs
2017-02-24 08:37:36 +01:00
Michael Vogel
4d591c4a07
Merge pull request #2841 from Hypolite/issue/#2103-alt
...
Issue/#2103 alt - define coding standards for Friendica
2017-02-24 07:46:29 +01:00
Tobias Diekershoff
4de6ef1610
make it a code block
2017-02-22 09:37:00 +01:00
Tobias Diekershoff
79c2234cc1
EN quickstart had some dead links in it, DE version is ok
2017-02-22 07:21:36 +01:00
Eelco Maljaars
d9d4a0ccc4
Document reformat as requested - 1 sentence per line
2017-02-21 19:32:03 +01:00
Eelco Maljaars
32660b64a7
Added note about MySQL sql_mode on newer versions of MySQL
2017-02-21 15:59:12 +01:00
Michael Vogel
d61a4a67db
Merge pull request #3109 from Hypolite/issue/scrap-tinymce
...
Scrap TinyMCE
2017-01-27 21:08:33 +01:00
Michael Vogel
288ad37c3c
Merge pull request #3110 from tobiasd/20170127-translationdocs
...
translation docs now contain basic usage of the Transifex client
2017-01-27 18:14:08 +01:00
Tobias Diekershoff
8f59833c51
translation docs now contain basic usage of the Transifex client
2017-01-27 12:39:21 +01:00
Hypolite Petovan
46fe6b1908
- Remove misc TinyMCE mentions in docs and minifyjs
2017-01-26 22:58:25 -05:00
Michael
ef31127430
Added documentation
2017-01-16 22:00:58 +00:00
Tobias Diekershoff
b067a11146
Merge pull request #3088 from beardyunixer/patch-1
...
Update FAQ.md
2017-01-12 16:32:38 +01:00
beardyunixer
9183ef4385
Update FAQ.md
...
Grammar - a few sentences that are technically correct, but don't sound quite right to a native speaker.
2017-01-12 12:13:13 +00:00
Michael
e67133ef56
Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
...
Conflicts:
mod/oexchange.php
mod/uimport.php
2017-01-12 07:25:44 +00:00
Michael Vogel
3c51820515
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
...
Normalize App parameter declaration (doc-include folders, boot)
2017-01-11 09:01:48 +01:00
Hypolite Petovan
160d462d3f
Fix typo in doc
2017-01-11 18:42:49 +11:00
Michael
a2debaa68a
Download limit for fetching data via "z_fetch_url"
2017-01-09 23:10:32 +00:00
Hypolite Petovan
87eb3d5ef2
Normalize App parameter declaration (doc-include folders, boot)
2017-01-09 23:09:01 +11:00
Michael
ed0143c9f0
Merge remote-tracking branch 'upstream/develop' into 1612-unused-indexes
2017-01-07 16:13:57 +00:00
Michael Vogel
ee39aba490
Merge pull request #3043 from Quix0r/rewrites/dbm_is_result
...
More usage of dbm::is_result + coding convention applied
2017-01-07 17:09:23 +01:00
Hypolite Petovan
3caf3bccd9
Updated SSL english docs
...
Fixes #1034
2017-01-07 23:27:50 +11:00
Michael
414c5ddae0
Use Config class/Option to deactivate the count on albums
2017-01-07 09:05:52 +00:00
Michael
680b16d036
Added documentation
2017-01-06 07:03:35 +00:00
Roland Häder
ace8f753ac
added much more curly braces + space between "if" and brace
...
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/bookmarklet.php
mod/community.php
mod/contacts.php
mod/crepair.php
mod/events.php
mod/network.php
mod/suggest.php
mod/uexport.php
view/theme/duepuntozero/config.php
view/theme/frio/config.php
view/theme/quattro/config.php
view/theme/vier/config.php
2016-12-20 11:59:13 +01:00
Roland Häder
e24c3a5b82
added much more curly braces + space between "if" and brace
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-20 11:56:34 +01:00
Roland Häder
34fcaeb209
changed to this:
...
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-20 10:59:11 +01:00
Michael Vogel
af42e5e481
Merge pull request #2932 from Hypolite/issue/missing-private-image-src
...
Fix Friendica private image URL replacing
2016-12-09 15:54:11 +01:00
Tobias Diekershoff
52b8474be7
in docs there was a wrong link to the issue tracker
2016-12-09 11:38:08 +01:00
Hypolite Petovan
88e336b3bc
Merge remote-tracking branch 'refs/remotes/origin/develop' into issue/missing-private-image-src
...
# Conflicts:
# doc/htconfig.md
2016-12-07 23:15:46 -05:00
Tobias Diekershoff
a4959626ad
Merge pull request #2996 from rabuzarus/20161206_-_help_doc_move_content
...
docu docs: some polishing
2016-12-06 22:05:08 +01:00
rabuzarus
b65433c823
docu docs: some polishing
2016-12-06 15:03:57 +01:00
Tobias Diekershoff
ac5617c40c
add frontend worker to the admin panel and regen master messages.po file
2016-12-06 08:44:59 +01:00
Hypolite Petovan
979fc6d38a
Add protocol whitelist for href/src attributes
...
- Add strict URL checker for src attributes
- Add protocol whitelist for href attributes
- Add error styling if URL fails to pass filter
- Add doc for new htconfig value
- Add emphasis to config key names in htconfig doc
2016-12-03 14:19:57 -05:00
rabuzarus
7a9a1b3722
autocomplete: add [embed] tag to tag autocomplete and to docu docs
2016-12-02 19:39:35 +01:00
Michael Vogel
efb2df41ba
Merge pull request #2977 from rabuzarus/20161128_-_help_page_polishing
...
Add protocol docu to the help docs
2016-11-29 19:38:31 +01:00
rabuzarus
4566ad81fd
protocol.md - fix typo
2016-11-29 16:10:32 +01:00
rabuzarus
6c0bc15ecb
docu fix: insert line break
2016-11-28 20:18:28 +01:00
rabuzarus
36e4aea7ef
docs: add documentation about used protocols
2016-11-28 17:55:56 +01:00
rabuzarus
76ca015497
update link in the docs to dfrn specs + h3 headings (instead of h2 headings) in message_flow doc
2016-11-28 16:59:23 +01:00
rabuzarus
14c84b92cc
restructure some links in the help docs to have a better seperation between admin and developer docu
2016-11-28 16:57:50 +01:00
Michael
636a033364
Added documentation, config stuff, ...
2016-11-27 09:02:08 +00:00
Michael
e856ab9a09
The worker can now run from the frontend as well
2016-11-27 00:55:05 +00:00
Tobias Diekershoff
59c12db020
Merge pull request #2949 from silke/vagrant-1604
...
Added Vagrant for Ubuntu 16.04
2016-11-20 15:39:31 +01:00
Silke Meyer
bb3385a7e3
Adapted documentation for Vagrant multiple machines
2016-11-19 16:09:20 +01:00
Tobias Diekershoff
1cc0cc5b82
DE update of the SSL doc
2016-11-19 15:51:12 +01:00
Silke Meyer
5d779941e7
Updated SSL documentation
2016-11-19 13:28:45 +01:00
Tobias Diekershoff
fca72c4996
DE translation of the BBCode reference, small stuff on the EN version
2016-11-09 14:05:33 +01:00
Tobias Diekershoff
a6776f0cc1
Merge pull request #2885 from Hypolite/improvement/bbcode-documentation
...
bbcode documentation: minor style changes
2016-11-04 17:15:17 +01:00
Hypolite Petovan
3d29b7745c
bbcode documentation: minor style changes
2016-11-04 11:20:47 -04:00
rabuzarus
75166cae27
Merge pull request #2882 from Hypolite/improvement/bbcode-documentation
...
BBCodes documentation improvement
2016-11-04 02:34:29 +01:00
Hypolite Petovan
106f003447
bbcode documentation: BBCodes.md complete rewrite
...
- Switched to table display to put BBCodes and result side-by-side
- Added all missing BBCodes
2016-11-02 22:42:19 -04:00
Hypolite Petovan
8e50254bb9
Merge branch 'develop' into improvement/ping-performance
2016-10-28 22:26:38 -04:00
Hypolite Petovan
bc407080d2
ping.php performance: improve documentation and formatting
2016-10-28 22:14:51 -04:00
Michael
967ecb4205
Merge remote-tracking branch 'upstream/develop' into 1610-performance
...
Conflicts:
include/Core/Config.php
include/Core/PConfig.php
2016-10-25 16:16:01 +00:00
Hypolite Petovan
8da5a23267
Improved doc formatting
2016-10-24 11:57:25 -04:00
Michael Vogel
ee5ada6991
We now use memcache if configured and installed.
2016-10-23 21:59:40 +00:00
Hypolite Petovan
2ecd1f5d09
Update settings documentation
2016-10-23 07:57:40 -04:00
Hypolite Petovan
0eadc0bd51
Switched coding standards indentation doc to tabs
2016-10-22 23:01:54 -04:00
Hypolite Petovan
894d2e569b
Remove binary blob
...
- Remove PHP CS Fixer executable and config file
- Add reference to PHP Code Sniffer in Developer doc
2016-10-06 21:31:26 -04:00
Hypolite Petovan
3a9be01cb6
Merge branch 'issue/#2103-alt' of https://github.com/Hypolite/friendica into issue/#2103-alt
2016-10-06 21:05:52 -04:00
Hypolite Petovan
fe17ce2150
Add upgrade documentation
2016-10-05 16:39:37 -04:00
Hypolite Petovan
27f5e0343a
1 phrase per line in doc
2016-10-05 16:16:33 -04:00
Hypolite Petovan
68a39539ab
Fix Issue #2301 - Typos
2016-10-03 08:54:34 -04:00
Hypolite Petovan
50b07cb46a
Fix Issue #2103 - Improve developers english help page
...
- Add section about coding standards
2016-10-03 08:47:39 -04:00
Hypolite Petovan
8fc558b8e6
Fix #2817
...
- Change all references to language folders
2016-09-30 10:46:56 -04:00
gerhard6380
afc7d316a7
Change API documentation to contain new API call /api/friendica/profile/show
2016-09-23 19:26:44 +02:00
Tobias Diekershoff
e5c2c66487
Show the worker queue count if the workers are active
2016-09-20 15:45:55 +02:00
ben-utzer
2040cb4473
Update htconfig.md
...
typo, siehe auch https://github.com/friendica/friendica/pull/2754
2016-09-05 00:22:39 +02:00
Michael Vogel
35813ab377
Set the PHP requirements to php 5.4
2016-09-01 06:47:36 +00:00
Michael Vogel
59ff309ee5
Add the new charset parameter to the database creation
2016-09-01 04:44:29 +00:00
Tobias Diekershoff
bd99eedd9b
Merge branch '3.5rc' of https://github.com/friendica/friendica into 3.5rc
2016-08-14 22:05:54 +02:00
gerhard6380
728fb76f3d
adapted documentation
...
removed reference to Windows 10 app
2016-08-14 22:04:25 +02:00
gerhard6380
7daaaf0ab8
updated api documentation to reflect changes on direct_messages
...
added direct_messages/destroy, friendica/direct_messages_setseen
2016-08-14 22:04:11 +02:00
Tobias Diekershoff
f79a9f67f1
DOCs we have a new developer forum
2016-08-14 09:34:50 +02:00
Tobias Diekershoff
11e3c3bfad
DOCS: clarify Settings also discusses the Admin Panel
2016-08-13 12:11:27 +02:00
Michael Vogel
4b29937a74
Worker: New value for cooldown time after each function call
2016-07-13 19:43:16 +02:00
Michael Vogel
19d820a9c4
Added fcontact doc
2016-07-10 14:08:27 +02:00
Michael Vogel
c7373dcec4
author-id/owner-id: Post update function/added database documentation
2016-06-23 21:15:54 +02:00
rabuzarus
2f266382c5
code highlight - add docu
2016-06-17 11:02:27 +02:00
Tobias Diekershoff
e8d39b290a
show the workerqueue in the admin panel summary
2016-06-09 18:08:40 +02:00