summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-11-14libs/lmo: revert r5539, breaks target buildsJo-Philipp Wich
2009-11-14Publish nixio.fs in index-scopeSteven Barth
2009-11-14Avoid unnecessary compilingSteven Barth
2009-11-13JSON: Add encode / decode shortcutSteven Barth
2009-11-10NIU: More pagesSteven Barth
2009-11-10libs/cbi: add option to reveal/hide value for password fieldsJo-Philipp Wich
2009-11-09CBI: Fix subdependenciesSteven Barth
2009-11-09libs/cbi: auto-hide apply messages and make title and description optional ↵Jo-Philipp Wich
for Map and SimpleForm instances
2009-11-09libs/cbi: fix some logic errors in firewall zone picker widgetJo-Philipp Wich
2009-11-09libs/cbi: implement on_parse hook for mapsJo-Philipp Wich
2009-11-08libs/core: i18n fixes for wds modeJo-Philipp Wich
2009-11-08libs/core: implement add_network() and del_network() in wireless modelJo-Philipp Wich
2009-11-08libs/uci: fix bug in property_bool() of luci.model.uci.bind classJo-Philipp Wich
2009-11-08libs/cbi: implement SimpleForm on_cancel hook in main classJo-Philipp Wich
2009-11-08libs/cbi: fix bug in form prefill of zone picker widgetsJo-Philipp Wich
2009-11-08libs/cbi:Jo-Philipp Wich
- support hidden fields for SimpleForm, NamedSection and TypedSection instances - add support for on_cancel event in SimpleForm instances
2009-11-08libs/cbi: properly handle .default for dummy valuesJo-Philipp Wich
2009-11-02LuCId: Watch threads in debug modeSteven Barth
2009-11-02Avoid lacking fdsSteven Barth
2009-11-02LuCId: Only count our own threadsSteven Barth
2009-11-01libs/cbi: fix formatting issue in zone picker widgetJo-Philipp Wich
2009-11-01nixio: Device stats are unsinged from kernel and likely to overflow so use ↵Steven Barth
pushnumber instead of pushinteger.
2009-11-01libs: fix some more translation errorsJo-Philipp Wich
2009-11-01libs/lmo: fix logic errors in po2lmoJo-Philipp Wich
2009-11-01i18n: fix references to po filesJo-Philipp Wich
2009-11-01all: remove references to old i18n filesJo-Philipp Wich
2009-11-01libs/cbi: i18n markup fix for filebrowser widgetJo-Philipp Wich
2009-11-01libs/uvl: fix i18n handling for errorsJo-Philipp Wich
2009-11-01libs/cbi: fix some default translationsJo-Philipp Wich
2009-10-31all: various i18n realted fixesJo-Philipp Wich
2009-10-31all: next round of translation fixupsJo-Philipp Wich
2009-10-31all: translation fixes in templatesJo-Philipp Wich
2009-10-31libs/cbi: remove auto-i18n, does not work anymoreJo-Philipp Wich
2009-10-31libs/lmo: fix po2lmo to cope with new po formatJo-Philipp Wich
2009-10-31System loads are floatsSteven Barth
2009-10-31all: change most translate statements to new format, some need manual cleanupJo-Philipp Wich
2009-10-31libs/web: prepare template parser, dispatcher and i18n class for upcoming po ↵Jo-Philipp Wich
format change
2009-10-30libs/core: fix type in luci.model.wirelessJo-Philipp Wich
2009-10-30libs/uci: fix property_bool() in luci.model.uci.bindJo-Philipp Wich
2009-10-29libs/core: extend and fix luci.model.wirelessJo-Philipp Wich
2009-10-28libs/core: fixes luci.model.wirelessJo-Philipp Wich
2009-10-28CBI: Delegators: Don't proceed when step is not completed yetSteven Barth
2009-10-27libs/cbi: add on_init, on_before_commit, on_after_commit, on_before_apply, ↵Jo-Philipp Wich
on_after_apply hooks
2009-10-27libs/iwinfo: treat wifiX as wireless iface in dummy backendJo-Philipp Wich
2009-10-27libs/cbi: fixes for widget templatesJo-Philipp Wich
2009-10-27libs/uci: support custom initalizers in luci.model.uci.bindJo-Philipp Wich
2009-10-27libs/core: fixes for luci.model.firewall, luci.model.network and ↵Jo-Philipp Wich
luci.model.network.wireless
2009-10-27libs/core: add luci.model.wirelessJo-Philipp Wich
2009-10-26Be a bit more non-standardSteven Barth
2009-10-26CBI: Cancelaction and event callbacks for DelegatorsSteven Barth
LuCId: Send Keep-Alive headers to avoid browser quirks