friendica / red

The Red Matrix
MIT License
214 stars 50 forks source link

Add some database documentation + mod/help.php bugfix #862

Closed pafcu closed 9 years ago

pafcu commented 9 years ago

Add some autogenerated database table field documentation created with mysql describe command. This will look a lot nicer once #861 and #860 are fixed. The field descriptions are still all missing.

Also, there was a bug in mod/help.php where it tried to open a file for a help section even when no section was specified.