Commit Graph

  • 54c657aa60 Began implementing a centralized CSS file for colors and the like. Modules should not define major styles on their own, but rather extend the CSS defined in main.css with positional data and similar. The largest problem, however, is that elements such as input are multifunctional via their type property and cannot be easily defined in a simple and cross-browser manner. It may be prudent to generalize input elements' style, but add particular classes for types for the Module to use if need be. It may also be wise to enhance(hopefully not bloat) the rendering system so as to allow for module organization and the like. This may be as simple as allowing Modules to be added to other Modules as Submodules. Rendering - and likely processing - would then be called within the context of another Module, thereby allowing greater finesse in element positioning. master kts 2014-05-24 18:35:02 -0700
  • c854c8ab76 Module function calls can now be passed multiple parameters by GET/POST requests. FileBrowser Module now filters directory and file listing properly via filterFiles(). kts 2014-05-19 19:14:05 -0700
  • 4b4e71279c Fixed a bug in FileBrowser Module wherein no returns would lead to calls being interpreted as failed. Also fixed a short-form PHP tag to long-form in index.php kts 2014-05-17 23:11:18 -0700
  • d2dbb72d06 Renamed all references to MusicServe to MediaServe. Added function comments to MediaServe.php. Added additional error checking to FileBrowser plugin. kts 2014-05-17 21:25:42 -0700
  • cf52a6d616 Initial commit of kettek MediaServe. Contains basic framework and implementation. FileBrowser module fairly complete, much more to be added, including Playlist module and Player module. kts 2014-05-17 16:52:48 -0700