summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/template.lua
AgeCommit message (Collapse)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2012-11-25libs/web: rewrite template engine, merge lmo libraryJo-Philipp Wich
- template parser: merge lmo library - template parser: rewrite to operate on memory mapped files - template parser: implement proper line number reporting on syntax errors - template parser: process translate tags directly and bypass Lua - template lmo: introduce load_catalog(), change_catalog() and close_catalog() - template lmo: rewrite index processing to operate directly on the memory mapped file - template lmo: implement binary search keys, reducing the lookup complexity to O(log n) - po2lmo: write sorted indixes when generating *.lmo archives - i18n: use the template parser for translations - i18n: stub load(), loadc() and clear() - i18n: map setlanguage() to load_catalog()
2011-07-21libs/web: more verbose faultsJo-Philipp Wich
2009-09-10libs/web: drop unneeded requires in template classJo-Philipp Wich
2009-09-10libs/web: add missing local variable declarationJo-Philipp Wich
2009-09-10libs/web: drop the Lua template parser, the C implementation is faster in ↵Jo-Philipp Wich
almost every case, even without caching
2009-07-23libs/web: use new parser in non-caching modeJo-Philipp Wich
2009-07-19fix fallout from nixio.fs transitionJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-17libs/web: optimize code generation in luci.templateJo-Philipp Wich
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
2008-09-09Performance optimisations:Steven Barth
In-line expressions are faster than function calls
2008-09-05Heavy memory/performance optimizations #3Steven Barth
2008-09-03libs/web: Fixed luci.templateSteven Barth
2008-09-02libs/web: Fixed a typo in template error handlingSteven Barth
2008-09-01Added custom filename support to luci.templateSteven Barth
2008-09-01libs/web: Cleaned up template librarySteven Barth
2008-08-30libs/web: Return more verbose error messages when template execution failsSteven Barth
2008-08-06Moved luci.sys.libpath to luci.utilSteven Barth
2008-07-31libs/web: Fixed template escapingSteven Barth
2008-07-29libs/web: Small improvements, added inline documentationSteven Barth
2008-07-26libs: Fixed serialization stuffSteven Barth
2008-07-22* luci/libs/core: added inline documentation to luci.util, reordered and ↵Jo-Philipp Wich
renamed functions to logical groups * luci/libs/web: rename dump() to get_bytecode()
2008-07-18libs/web: Fixed a bug regarding % characters in luci.templateSteven Barth
2008-07-07* luci/libs/web: fixed whitespace strip condition in template parserJo-Philipp Wich
2008-07-07* luci/libs/web: extended template syntax to allow removal of leading and ↵Jo-Philipp Wich
trailing whitespace
2008-07-07libs/web: Added template commentsSteven Barth
2008-06-23* libs/web: Changed caching behaviour of template librarySteven Barth
2008-06-14* Rewrote Luci to be coroutine-safe allowing the use of non-forking webserversSteven Barth
* Setting base version to 0.7
2008-06-09* Prepare german translation cleanupSteven Barth
2008-06-07* libs/web: Fixed secure caching with setuid/setgid handlingSteven Barth
2008-06-07* Fixed last commitSteven Barth
2008-06-07* libs/web: Fixed Luci template cacheSteven Barth
* libs/web: Added luci.http.urlencode, luci.http.urldecode * Minor enhancements
2008-06-01* Performance optimizationsSteven Barth
* libs/core: Added bytecode stripping function to luci.util * libs/core: Added smart indexcache that automatically updates cached index-files on change * libs/web: Enabled template caching support * Core Translation part 4
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/