Skip to content

juise-0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ClemsonJeeper ClemsonJeeper released this 10 Jul 18:15
· 127 commits to master since this release
  • updated welcome command with new CLIRA link
  • Set commandNumber in clira context if not already available
  • Add sticky option to command output containers
  • Add custom id to output container element
  • Fix dynamic dropdown items
  • Remove invalid margins from dynamic radio buttons
  • Remove outline for buttons on chrome
  • Fix settings container width
  • Fix command input box after bootstrap
  • updated welcome command with new CLIRA link
  • Merge pull request #18 from mdlogic/develop
  • Added the CLIRA demo app - show interfaces
  • Deleting old show-interfaces app folder
  • commit show-interfaces-demo app, added -demo to app names
  • Fix issue with preferences pane width
  • Fix issue with devices sorting
  • Extend timeout for waiting for remote cli completion to allow more data to
  • come back before building dropdown (eg: 'show ?' has 130+ completions which takes longer than 200ms to receive/parse)
  • Fix issue with 'on show ' not returning valid completions for 'show ' commands.
  • Slide bottom border of header down when we add a recent device to the view
  • Fix preferences grid alignment
  • Update prereqs
  • IPSEC tunnel app
  • adding monitor-interface app
  • Search processes without attached terminal for mixer on shutdown
  • Fix typo in run-clira.in
  • Fix issue with mac compile
  • Various fixes for cygwin juise compile
  • Fix issues with mac startup scripts
  • rename run-clira.sh
  • Fix issues with debian .deb packaging scripts
  • Fix issue with mod_juise being built on linux & mac
  • Fix db slax script for missing parameters
  • Fix mod_juise to use new required mixer argument --client when connecting
  • Fix Clira loadConfig to support configuration-patch
  • Fix version.slax to point to correct version string
  • Update mac package scripts
  • Rejigger Clira web hierarchy around to be more clear
  • Trap possible null crash in cgi processing
  • Fix Makefile.am issue
  • Fix issue with loading text config
  • Change pastebox font to fixed width
  • Add first cut at config editor into Clira
  • Add latest bootstrap into Clira
  • fake ospf data for "canned" demo
  • add detailed status and setup commands
  • allow "canned" demo data
  • add --client param
  • add exec hook to install run-clira
  • make --no-fork;
  • add mixer alias
  • Add qunit tests for CLIRA
  • Adding CLIRA application screencast to README
  • Add prefix support in run-clira.sh
  • Fix issue under mac build of mod_juise (this MAY cause an issue with linux need to further test)
  • Update documentation with new APIs
  • $.clira.configure, $.clira.loadConfig and $.clira.commitConfig APIs to configure devices
  • onComplete always gets called with first argument as view
  • Allow format as third argument in runCommand and onComplete callback following it
  • runCommand will take view as null and returns data from command execution as second argument to the onComplete callback
  • Adding VCF topology app
  • Remove PHP dependencies from Juise since libslax now contains native
  • database extensions
  • Revert the fix from 7e0b2ff as longer required
  • Update prerequisite requirements inside the rpm spec files for juise
  • Modify Clira to use db.slax rather than db.php
  • Remove db.php & all requirements for php inside Clira
  • Fix build break with changes in slax.h from libslax
  • Add new juise.clira.spec to build rpm for juise including clira
  • Various other changes to support juise w/ clira packaging
  • s/userinfo()/user-info()
  • Database access script in SLAX using libslax db extension
  • bindAttr is deprecated in favour of bind-attr
  • For dynamic forms, set default field values only when available
  • Define error class in styles
  • Set mixer-auth-div-id only when available
  • Added clira.buildForm() to make available autoforms to other apps
  • Support for hidden fields and headers in dynamic forms
  • Delete entry from fieldValues when empty string is provided as input in dynForms
  • Set default field values in fieldValues when dynForm init
  • Fix errorCount in DynForm
  • Do not filter DynAutocomplete field's data when filter option is set to false
  • errorCount is now a member of field
    bigdog:juise hitman$