kts
|
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.
|
2014-05-24 18:35:02 -07:00 |
kts
|
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
|
2014-05-17 23:11:18 -07:00 |
kts
|
d2dbb72d06
|
Renamed all references to MusicServe to MediaServe. Added function comments to MediaServe.php. Added additional error checking to FileBrowser plugin.
|
2014-05-17 21:25:42 -07:00 |
kts
|
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.
|
2014-05-17 16:52:48 -07:00 |