Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.0
    Version 1.0
    
  • v0.12
    Version 0.12
    
      * Block storages are read-only by default.
      * All warnings, notifications and errors are thrown as exceptions.
      * Improved Doxygen documentation stylesheet.
      * Access control redesigned (level 2 dropped).
      * Shebangs to preprocess block definitions.
    
  • v0.11
    Version 0.11
    
      * Redesigned Context
      * Introduced hashbangs and simple templating proxy block
      * Fixed skeleton for new projects
      * Improved router
      * Support for text/json as HTTP POST data
      * Dashed namespaces in diagrams
    
  • v0.10
    Version 0.10
    
      * Conversion to PSR-4 and Composer autoloader.
      * INI block storage removed, JSON block storage introduced.
      * Block input values and connections separed -- input value can be set to array.
      * Examples moved to doc/examples/ directory.
      * Scripts moved to bin/ directory.
      * Documentation improved (Doxygen generated).
      * README.md introduced.
      * Menu items now have short 'mni-...' class instead of full id.
      * Exceptional error handler -- converts errors to exceptions (disabled by default).
    
  • v0.9
    Version 0.9
    
      * License changed to Apache 2.0
      * Composer integration -- Composer now manages 3rd party libraries and plugin
        dependencies
      * Move calling app init files to init.php
      * debug.error_log option: Generate log filename
      * Set default timezone to Prague (probably not a good idea)
      * Simple placeholder
      * Various fixes
    
  • v0.8
    Version 0.8
    
      * JSON configuration loader
      * Converted core.ini.php to core.json.php
      * Introduce PHPT tests
      * External Graphviz renderer
      * Explaining status message in error dummy blocks
      * Conversion of method names to camelCase
      * New router and block loader
  • v0.7
    Version 0.7
    
      * Block storages
      * Output forwarding can handle functions like inputs do
      * Template engine logs missed slots
      * Use spl_autoload_register instead of old __autoload function
      * Session is started iff not started by init files
      * Option core.app_init_file can handle multiple files
      * Block:
          * auth() method to get auth object from cascade controller
          * Check if target output exists when forwarding
      * core/ini/router: Scan blocks for 'route:' sections and cache them all
      * TableView fixes
      * Support Nette 2.0
      * ... and more
  • v0.6
    64837436 · Merge branch 'devel' ·
    Version 0.6
    
      * "Modules" are now called "Blocks".
      * "Pipeline" is now called "Cascade".
      * Cascade animation (log steps and then make a movie -- animate-cascade.sh).
      * Much better default configuration.
      * Better permissions system.
      * Better error handling (failed core/dummy is inserted).
      * No dash, only underscore.
      * LaTeX output. Generating Referrence manual in PDF.
      * Examples in default configfuration (loaded automagicaly from plugins).
      * Few PHP 5.4 fixes.
      * Much more documentation (all blocks are described).
      * ... and more (see git log).
  • v0.5
    Version 0.5
    
     * Plugins
     * Generated documentation
     * Router module
     * XHTML teplates converted HTML5
     * Use Nette debug bar if available
     * Development enviroment
     * template_format() function
     * Clickable pipeline graph (links to documentation)
     * A lot of fixes ...
  • v0.4
    Version 0.4
    
     * Minor fixes
  • v0.3
    Version 0.3
    
     * core/stream - iterators instead of data
     * Input modules
     * Session support
     * Module reorganization
     * core/show_table - show data in simple table
  • v0.2
    Version 0.2
    
     * Namespaces
     * core/ini_proxy -- class-less modules
  • v0.1
    Version 0.1
    
     * All basic features are working.
  • v0.0
    1e42249e · Basic index.php ·
    Version 0.0