Go to file
martimiz 5d9feb3fe5 Fix: Search error on autoregistered entities
Error: [Warning] array_combine() [function.array-combine]: Both
parameters should have at least 1 element

HandleRequest for submitted forms returns before the automatic
registration of modules is performed, so no entities can be found.
Fixed by moving  DocumentationService::load_automatic_registration();
to the top of the function
2013-01-07 16:31:12 +01:00
code Fix: Search error on autoregistered entities 2013-01-07 16:31:12 +01:00
css Tighten up spacing 2012-11-10 11:48:46 +13:00
docs BUGFIX: make links relative so they resolve correctly 2012-05-24 16:47:26 -07:00
images Migrated theme from doc.ss back to the module 2012-11-10 11:12:30 +13:00
javascript Allow for either nested or separate submenu form template. Include recursive option 2012-11-13 18:04:05 +13:00
lang FEATURE: implemented initial cut of open search output and description functionality. 2011-01-21 04:10:41 +00:00
templates Merge pull request #20 from Martimiz/master-update-121112 2012-11-12 21:05:55 -08:00
tests Migrated theme from doc.ss back to the module 2012-11-10 11:12:30 +13:00
thirdparty NEW Yaml highlighting 2012-09-25 19:36:43 +12:00
_config.php Add _resources to the list of files to be ignored 2012-11-10 09:27:27 +13:00
.gitignore MINOR: ignore ds store files 2012-04-08 21:19:29 +12:00
composer.json Expanded composer.json 2012-11-10 11:32:42 +13:00
LICENSE ENHANCEMENT: rolled out basic versioning support. 2011-07-01 13:19:35 +12:00
README.md BUGFIX: upgrade module to fit 3.0 api. 2012-04-14 17:00:22 +12:00

Documentation Viewer Module

Maintainer Contact

Requirements

  • SilverStripe 3.0

Summary

Reads text files from a given list of folders from your installation and provides a web interface for viewing.

To read documentation go to yoursite.com/dev/docs/

For more documentation on how to use the module please read /docs/Writing-Documentation.md (or via this in /dev/docs/sapphiredocs/Writing-Documentation in your webbrowser)

Note This module assumes you are using numeric values for your versions.