generate apache config file for jasmine
[mkws-moved-to-github.git] / src /
2014-04-04 Mike TaylorMake findnode() visible as a team method.
2014-04-04 Mike TaylorPut facetConfig into the mkws object.
2014-04-04 Mike TaylorScaffolding is now generated immediately, not when...
2014-04-04 Mike TaylorRemove unnecessary check.
2014-04-04 Mike TaylorRename variable.
2014-04-04 Mike TaylorRemove obsolete logging.
2014-04-04 Mike TaylorMerge the two consecutive facet-generation loops into...
2014-04-04 Mike TaylorReorder code to bring scaffold-generation together.
2014-04-04 Mike TaylorEliminate the addSingleScaffold function, inlining...
2014-04-04 Mike TaylorMake addSingleScaffold private to the loop that uses it.
2014-04-04 Mike TaylorLoop separately for addSingleScaffold and makeSingleFacet
2014-04-04 Mike TaylorRemove unused arguments from addSingleScaffold and...
2014-04-04 Mike TaylorRevert author-facet title to "Authors", not "Author"
2014-04-04 Mike TaylorBreak addSingleFacet into two functions, addSingleScaff...
2014-04-04 Mike TaylorWe now use a silly half-and-half scheme where an accumu...
2014-04-04 Mike TaylorDifferences between various facets are now driven by...
2014-04-04 Mike TaylorEmit "mkwsFacet" class rather than just "facet"
2014-04-04 Mike TaylorRemove pointless defensive test.
2014-04-04 Mike TaylorAdd mkws-widget-termlists.js to COMPONENTS
2014-04-04 Mike TaylorMove Termlists widget to its own file.
2014-04-04 Mike TaylorNew file mkws-widget-termlists.js
2014-04-04 Mike TaylorRemove mkws-widget-image.js from COMPONENTS>
2014-04-04 Mike TaylorAll code moved into mkws-widget-record.js
2014-04-04 Mike TaylorMove all image-related widgets into mkws-widget-record.js
2014-04-04 Mike TaylorAdd Amazon cover-art widget.
2014-04-03 Mike TaylorAdd Lolcat subclass.
2014-04-03 Mike TaylorAll of the functionality of the autosearch function...
2014-04-03 Mike TaylorAdd "GoogleImage" subclass widget.
2014-04-03 Mike TaylorSupport "target" config element as a shortcut for UDB...
2014-04-03 Mike TaylorNew
2014-04-03 Mike TaylorAdd mkws-widget-image.js to COMPONENTS
2014-04-03 Mike TaylorAdd "Image" template to default list.
2014-04-03 Mike TaylorSummary template name is taken from that.config.templat...
2014-04-03 Mike TaylorSet config.maxrecs only if it's not already set.
2014-04-03 Mike TaylorSet config.maxrecs rather than config.perpage.
2014-04-03 Mike TaylorVertical ws.
2014-04-03 Mike TaylorRename maybeAutosearch function to autosearch.
2014-04-03 Mike TaylorExtract and use maxrecs setting in auto-searching.
2014-04-03 Mike TaylorAdd yet another parameter -- maxrecs -- to newSearch...
2014-04-03 Mike TaylorLog hit-count.
2014-04-02 Mike TaylorAdd mkws-widget-record.js to COMPONENTS.
2014-04-02 Mike TaylorNew widget, "Record" (singular)
2014-04-02 Mike TaylorAutosearch works again for mkwsTermlists.
2014-04-02 Mike TaylorMove the maybeAutosearch widget from the mkws namespace...
2014-04-02 Mike TaylorReorder.
2014-04-02 Mike TaylorRename local variable.
2014-04-02 Mike TaylorMove auto-searching code out of Records widget into
2014-04-02 Mike TaylorRecognise targetfilter attribute instead of torusquery
2014-04-02 Mike TaylorAccept and pass through "limit" argument from auto...
2014-04-02 Mike TaylornewSearch and triggerSearch functions now accept 'limit...
2014-04-02 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-04-02 Mike TaylorAutosearching submits torusquery parameter from widget.
2014-04-02 Mike TaylornewSearch() and triggerSearch() now accept new torusque...
2014-04-02 Mike TaylorWhitespace.
2014-04-02 Mike TaylorWhitespace
2014-04-02 Mike TaylorRemoval of old full-record div now honours teamname.
2014-04-02 Mike Taylorchmod 444 for read-only generated files instead of -w.
2014-04-01 Mike TaylorAuto-search uses perpage configuration item.
2014-04-01 Mike TaylornewSearch and triggerSearch accept a perpage argument.
2014-04-01 Mike TaylorQuote the property-name "class" in an object constant.
2014-04-01 Mike TaylorRemove unused utility function objectWithParent.
2014-04-01 Mike TaylorUse mkws.getParameterByName
2014-04-01 Mike TaylorUse mkws.getParameterByName instead of same-named local...
2014-04-01 Mike TaylorMv team-local getParameterByName function to mkws.getPa...
2014-04-01 Mike TaylorRemove unused temporary
2014-04-01 Mike TaylorRemove extraneous logging
2014-04-01 Mike TaylorAuto-search parameters are taken from widget config...
2014-04-01 Mike TaylorMove much of the "ready" callback code outside.
2014-04-01 Mike TaylorOnly establish the "ready" subscriber if there's an...
2014-04-01 Mike TaylorAuto-searching code is now part of the Records widget.
2014-04-01 Mike TaylorRemove runAutoSearch. Relevant code is now in the Recor...
2014-04-01 Mike TaylornewSearch is now made available a that.newSearch.
2014-04-01 Mike TaylorTeam does not subscribe to "ready" event (but "Records...
2014-04-01 Mike TaylorRemove unnecessary logging.
2014-04-01 Mike TaylorSubscriber for "ready" event now invokes runAutoSearch.
2014-04-01 Mike TaylorrunAutoSearches now merely publishes a "ready" event.
2014-03-31 Mike TaylorMove queue function to the top of the team-factory...
2014-03-31 Mike TaylorAdd mkws-widget-log.js to COMPONENTS.
2014-03-31 Mike TaylorNew file, mkws-widget-log.js
2014-03-31 Mike TaylorRe-order COMPONENTS
2014-03-31 Mike TaylorJSON parsing of data-mkws-config attribute now protecte...
2014-03-31 Mike TaylorAdd attribute-parsing code to widget constructor.
2014-03-28 Mike TaylorEach widget now has its own config object, inheriting...
2014-03-28 Mike TaylorAdd config() accessor function. Used only by widget...
2014-03-28 Mike TaylorEach team now has its own config object, m_config,...
2014-03-28 Mike TaylorDo the copy-into-htdocs operations all on a single...
2014-03-28 Mike Taylormkws.defaultMkwsConfig replaced with mkws.setMkwsConfig.
2014-03-28 Mike TaylorSimplify.
2014-03-28 Mike TaylorMove default empty-hash assignment of mkws_config insid...
2014-03-28 Mike TaylorSwitch around code order so a local alias can be used...
2014-03-28 Mike TaylorCopy mkws_config into mkws.config, and thereafter use...
2014-03-28 Mike TaylorAdd mkws.objectWithParent function -- not yet used.
2014-03-27 Mike TaylorBreak some long lines.
2014-03-27 Mike TaylorFactor common code out of delimitTarget and delimitQuer...
2014-03-27 Mike TaylorReorder
2014-03-27 Mike TaylorReorder.
2014-03-27 Mike TaylorMove dispatcher functions outside self-executor.
2014-03-27 Mike TaylorMove defaultMkwsConfig out of auto-executer.
2014-03-27 Mike TaylorRemove unnecessary duplicate test.
2014-03-27 Mike TaylorRemove extraneous prefix.
next