Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | libs/web: various changes in template library | Jo-Philipp Wich | |
- rename sanitize_pcdata() and sanitize_utf8() to pcdata() and utf8() - implement striptags() | |||
2012-11-25 | libs/web: remove unneeded include | Jo-Philipp Wich | |
2012-11-25 | libs/web: remove leftover debugging code in template_parser.c | Jo-Philipp Wich | |
2012-11-25 | libs/web: rewrite template engine, merge lmo library | Jo-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() | |||
2010-11-28 | libs/web: fix filtering of overlong utf8 sequences | Jo-Philipp Wich | |
2010-11-12 | libs/web: fix sanitize_utf8(), passes all testcases now | Jo-Philipp Wich | |
2010-11-12 | libs/web: add UTF-8 validation and pcdata escaping C routines to template parser | Jo-Philipp Wich | |
2009-10-31 | libs/web: prepare template parser, dispatcher and i18n class for upcoming po ↵ | Jo-Philipp Wich | |
format change | |||
2009-08-05 | libs/web: template: fix spurious nil or false values that broke various ↵ | Jo-Philipp Wich | |
templates | |||
2009-07-26 | libs/web: fix template parsing of default texts in i18n expressions | Jo-Philipp Wich | |
2009-07-26 | libs/web: fix file handle leak in template parser | Jo-Philipp Wich | |
2009-07-23 | libs/web: add template parser reimplemented in C | Jo-Philipp Wich | |
2008-05-27 | commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e | Steven Barth | |
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/ | |||
2008-05-27 | * 3rd Package reorgnaisation | Steven Barth | |
* Moved core, web, cbi to libs * Refactored OpenWRT Makefile to separate Libraries, Webinterface Components, Freifunk packages |