aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | weekly doxygen pushfriendica2015-02-2769-765/+1321
|/
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-261-0/+1
| | | | certain destinations and indicating known dead sites, but this is a start
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-261-1/+1
| | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
* more stuff for external resource pagefriendica2015-02-201-0/+1
|
* extend the troubleshooting docfriendica2015-02-201-1/+14
|
* doc updatefriendica2015-02-20120-0/+9960
|
* doc updatefriendica2015-02-20169-3219/+4114
|
* Scripts to add external theme and addon repositories.friendica2015-02-191-0/+1
| | | | | | | | | Example: util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory. You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this.
* Merge pull request #900 from einervonvielen/doc_dev_beginner_correctionsRedMatrix2015-02-192-21/+26
|\ | | | | Changed bbcode [toc] and changed doc for beginning deveopers
| * Some changes of doc for beginning developerseinervonvielen2015-02-151-3/+3
| | | | | | Made some corrections after following this manual step by step.
| * Changed bb code [toc] to make it more flexibleEiner von Vielen2015-02-141-18/+23
| | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html
* | issue #860, replace br html element with linefeed between table rowsfriendica2015-02-151-18/+19
| |
* | missing filefriendica2015-02-151-0/+8
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-02-141-5/+0
|\ \
| * | Patches from Thomas regarding offline status off whogotzot.comjeroenpraat2015-02-141-5/+0
| |/
* / failure to auto update comments if it's your own.friendica2015-02-141-0/+1
|/
* missing paramfriendica2015-02-1351-457/+652
|
* ensure we have permission before displaying buttonsfriendica2015-02-102-2/+2
|
* like formatting for extended consensus itemsfriendica2015-02-091-3/+0
|
* Changed a heading roles.md. Added the comparison. No idea how it renders ↵RedSwede2015-02-072-1/+24
| | | | with markdownify.
* more doc updatesfriendica2015-02-0610-0/+772
|
* get_rel_link broken - also weekly doc updatesfriendica2015-02-0672-968/+1225
|
* Add more detail about directory_mode settings to default config and docsHabeas Codice2015-01-301-1/+11
|
* sync_locations() toggle DB flag functions were broken - result of postgres ↵friendica2015-01-305-0/+729
| | | | changes. Split these into seperate set and reset blocks.
* let zot_refresh continue without a primary hub if one cannot be found. also ↵friendica2015-01-3083-880/+1144
| | | | weekly doc updates
* Renamed translation fileRedSwede2015-01-291-0/+0
|
* remote_user => remote_channelfriendica2015-01-288-10/+10
|
* local_user => local_channelfriendica2015-01-2816-31/+31
|
* Add pg support channel to external resourcesHabeas Codice2015-01-251-0/+1
|
* roadmap updatefriendica2015-01-251-0/+4
|
* Check allowed emails, also add blacklisting forChristian Vogeley2015-01-254-589/+0
| | | | | not allowed emails: config:'system','not_allowed_email'
* doc updatesfriendica2015-01-2348-235/+477
|
* update V3 roadmapfriendica2015-01-211-0/+3
|
* remove unrecognised code comment from markdown text.friendica2015-01-181-1/+2
|
* Merge branch 'master' of git://github.com/friendica/red into dev_redswedeRedSwede2015-01-1968-54/+1747
|\
| * Merge pull request #863 from einervonvielen/Fix_bbcode_toc_for_help_pagesRedMatrix2015-01-194-54/+61
| |\ | | | | | | Fixed bbode element toc for webpages
| | * Added table of contents for FAQs doc Einer von Vielen2015-01-184-54/+61
| | | | | | | | | | | | | | | - help/faq_admins - help/faq_members - help/faq_developers
| * | Merge pull request #862 from pafcu/helpRedMatrix2015-01-1964-0/+1686
| |\ \ | | |/ | |/| Add some database documentation + mod/help.php bugfix
| | * Database schema documentationStefan Parviainen2015-01-1864-0/+1686
| | |
* | | translation of 2 helpfiles to swedishRedSwede2015-01-192-0/+143
| | |
* | | Looked through the whole doc/-folder more or less. Added and commented a few ↵RedSwede2015-01-1711-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | things here and there. One question: * Is the crypto-js E2EE or not? If the devs agree that it is NOT then I propose removing this from the help files and gui.
* | | edited the text to better reflect how the system works from a user perspective.RedSwede2015-01-161-3/+3
|/ / | | | | | | "If you restrict who can see these items, there is no way of making any single item public ever again - without allowing access to every public item you ever created. " <- this I did not understand.
* | more doc updatesfriendica2015-01-1635-0/+2759
| |
* | mod_prep usability enhancements, doc updatesfriendica2015-01-16131-1106/+1571
| |
* | document the poco reputation kill switchfriendica2015-01-151-1/+2
|/
* Added a table of content as bbcode element [toc] for webpages2015-01-141-1/+2
| | | | | - Included jquery.toc.js (http://www.apache.org/licenses/LICENSE-2.0) - Modified jquery.toc.js to work with the webpages of the red#matrix - Added info to the help
* CorrectionChristian Vogeley2015-01-111-1/+1
|
* CorrectionChristian Vogeley2015-01-111-1/+1
|
* CorrectionChristian Vogeley2015-01-113-4/+3
|
* corrcetionChristian Vogeley2015-01-111-1/+1
|