luci/libs/web/luasrc
Jo-Philipp Wich 0e50aa690a libs/web: rewrite template engine, merge lmo library
- 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()
2012-11-25 19:17:55 +00:00
..
cbi libs/web: relax validation for hostnames to allow names like _kerberos._udp.EXAMPLE.COM 2012-10-06 23:10:43 +00:00
http libs/web: merge luci.http.protocol fix from Fonosfera 2012-08-29 13:06:58 +00:00
view/cbi libs/web: rework unspecified/create logic for checkboxes in network_netlist widget 2012-08-09 23:42:53 +00:00
cacheloader.lua Added bytecodecache 2008-09-05 23:24:39 +00:00
cbi.lua libs/web: remove debugging code 2012-01-08 23:39:29 +00:00
config.lua Reload luci.config for each thread 2008-12-05 15:36:44 +00:00
dispatcher.lua libs/web: export translatef() into templates 2012-08-14 15:31:26 +00:00
http.lua libs/web: fix luci.http.write_json() to properly encode control chars in strings 2012-11-21 16:04:13 +00:00
i18n.lua libs/web: rewrite template engine, merge lmo library 2012-11-25 19:17:55 +00:00
sauth.lua libs/web: rework luci.sauth 2012-08-08 09:48:47 +00:00
template.lua libs/web: rewrite template engine, merge lmo library 2012-11-25 19:17:55 +00:00