aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reverted governance to previous version accidentally clobbered. Removed ↵Andrew Manning2016-11-301-241/+92
| | | | history page. Added credits.
* Added some vertical offset to headings so that the table of contents links ↵Andrew Manning2016-11-303-1/+19
| | | | do not hide the heading under the navbar. Added the About this Hub content
* Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-11-3018-211/+410
|\
| * advanced crypto restricted by server rolezotlabs2016-11-302-0/+6
| |
| * zot 1.2zotlabs2016-11-3011-169/+307
| |
| * do not call purify_html() at this placeMario Vavti2016-11-301-2/+4
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-301-2/+2
| |\
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-301-13/+13
| | |\
| | * | pubsites: don't list dead siteszotlabs2016-11-301-2/+2
| | | |
| * | | go live with wiki mimetypes - you can now choose if a wiki will contain ↵Mario Vavti2016-11-305-26/+79
| | |/ | |/| | | | | | | markdown or bb-code markup
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-309-84/+96
| |\|
| | * provide role on siteinfo pagezotlabs2016-11-291-1/+1
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-291-1/+1
| |\ \
| * | | rename functionMario Vavti2016-11-291-13/+13
| | | |
* | | | Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-11-2916-806/+840
|\ \ \ \ | | |_|/ | |/| |
| * | | This isn't the most elegant solution as it requires a bit of arcane ↵zotlabs2016-11-293-6/+9
| | | | | | | | | | | | | | | | knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a &section= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'.
| * | | wrong linkzotlabs2016-11-291-1/+1
| | | |
| * | | provide a fresh new look and cleaner layout and more relevant information to ↵zotlabs2016-11-295-78/+81
| | | | | | | | | | | | | | | | siteinfo
| * | | highlightzotlabs2016-11-292-1/+7
| | |/ | |/|
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-293-39/+50
| |\|
| | * more work on wiki mimetypesMario Vavti2016-11-292-31/+35
| | |
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-294-682/+693
| | |\
| | * | some basic work for implementing mimetypes for wikisMario Vavti2016-11-283-9/+16
| | | |
| * | | missed this from the earlier checkinzotlabs2016-11-291-1/+1
| | |/ | |/|
| * | roll standard version to ensure that dba_pdo is the default and make this a ↵zotlabs2016-11-281-1/+1
| | | | | | | | | | | | dependency for the cdav plugin
| * | minor re-arrangezotlabs2016-11-281-4/+4
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-2852-97/+2005
| |\|
| * | connedit prev/next: sort in the db.zotlabs2016-11-262-677/+688
| | |
* | | Major changes to accordion nav menu. Table of contents auto-generated below ↵Andrew Manning2016-11-298-126/+674
| | | | | | | | | | | | the loaded page. Removed manual TOCs from individual pages. TOC uses jQuery plugin Sticky to remain visible when it would scroll out of view.
* | | Toggle section folder icon between open and closed when selected. A bug ↵Andrew Manning2016-11-291-5/+19
| | | | | | | | | | | | prevents it from working properly the first time a section is opened.
* | | Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-11-287-58/+110
|\ \ \ | | |/ | |/|
| * | Merge pull request #602 from anaqreon/docogit-marijus2016-11-2844-23/+1866
| |\ \ | | | | | | | | Update context help content and context page element focus feature.
| * | | minor cleanup and remove more double encodingMario Vavti2016-11-283-18/+11
| | | |
| * | | wiki: move delete page functionality to the widgetMario Vavti2016-11-286-40/+99
| | | |
* | | | Autoscroll page table of contents near top of side nav menu if on large ↵Andrew Manning2016-11-281-5/+11
| |/ / |/| | | | | | | | screens, but set position to static on small screens to fix display bug
* | | Use the jquery.toc.js library to auto-generate a table of contents for the ↵Andrew Manning2016-11-273-26/+35
| | | | | | | | | | | | loaded page under the side nav menu
* | | Integrating lots of member guide contentAndrew Manning2016-11-274-17/+480
| | |
* | | Add some identity-aware parsing to HTML content using parseIdentityAwareHTML()Andrew Manning2016-11-2725-1036/+63
| | |
* | | Add ability to include page assets in documentation pages such as images. ↵Andrew Manning2016-11-2729-26/+57
| | | | | | | | | | | | Updated Personal Channel tutorial to use local images using this new capability.
* | | Added Tutorials section with a Personal Channel tutorialAndrew Manning2016-11-273-1/+198
| | |
* | | Restructured main table of contents to link to fewer pages with more ↵Andrew Manning2016-11-276-31/+965
| | | | | | | | | | | | content. The admin, dev, and member guides are single pages each having a table of contents at the top that is represented in condensed form in the main navigation sidebar. Section links are used to navigate between content sections for simplicity and fewer page loads.
* | | Update webpages and wiki context helpAndrew Manning2016-11-262-2/+4
| | |
* | | Update wiki context help. Modify context page element focus feature to do ↵Andrew Manning2016-11-2629-12/+1192
|/ / | | | | | | nothing if the target DOM element is not found.
* | rearrange buttonsMario Vavti2016-11-251-16/+18
| |
* | Merge pull request #601 from anaqreon/wikigit-marijus2016-11-251-1/+12
|\ \ | |/ |/| Wiki: Make a git commit when a new page is created
| * Make a git commit when a new page is created, recording who created the page.Andrew Manning2016-11-241-1/+12
| |
* | prev-next navigation for mod_conneditzotlabs2016-11-242-3/+46
|/
* missing semicolonMario Vavti2016-11-231-1/+1
|
* whitespace and minor fixesMario Vavti2016-11-232-18/+13
|
* whitespace and minor fixesMario Vavti2016-11-232-82/+56
|