summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2010-10-19libs/web: add String.serialize() and String.format() to cbi.jsJo-Philipp Wich
2010-10-19libs/web: support different caption for button widgetsJo-Philipp Wich
2010-10-19libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo()Jo-Philipp Wich
2010-10-19libiwinfo: add restricted flag for freqlistJo-Philipp Wich
2010-10-16freifunk-watchdog: copy with API change in latest uciJo-Philipp Wich
2010-10-16contrib: use LUCI_ prefix for internal varsJo-Philipp Wich
2010-10-16contrib: use luci-lib- prefix for all librariesJo-Philipp Wich
2010-10-16contrib: further consolidate MakefileJo-Philipp Wich
2010-10-16contrib: massive Makefile reworkJo-Philipp Wich
2010-10-16themes: rename openwrt.org to openwrtJo-Philipp Wich
2010-10-16applications: rename luci-fw to luci-firewallJo-Philipp Wich
2010-10-15libs/web: move XHR apply callback into subtemplateJo-Philipp Wich
2010-10-15modules/admin-full: rework changes/apply/revert pagesJo-Philipp Wich
2010-10-15themes/openwrt.org: new CSS classesJo-Philipp Wich
2010-10-15libs/web: add export() to template namespace, allows templates to export ↵Jo-Philipp Wich
symbols to the calling view namespace, this is useful for includes defining shared procedures or variables
2010-10-15i18n: remove misplaced etc folder in Norwegian language packageJo-Philipp Wich
2010-10-15i18n: remove reundant content in Norwegian language packageJo-Philipp Wich
2010-10-14modules/admin-full: add port PVID support to switch pageJo-Philipp Wich
2010-10-14po: add norwegian wol.poJo-Philipp Wich
2010-10-14i18n: add uci-defaults script and Makefile to norwegian i18n packageJo-Philipp Wich
2010-10-14libs/web: cbi: add new on_before_save and on_after_save hook, implement ↵Jo-Philipp Wich
:reset_values() for options supporting :value()
2010-10-14i18n: add norwegian packageJo-Philipp Wich
2010-10-14po: add norwegian language filesJo-Philipp Wich
2010-10-14modules/admin-full: make vlan page work with extend vlan idsJo-Philipp Wich
2010-10-14libs/web: fix various issues in cbi option error handling, call validator ↵Jo-Philipp Wich
for missing options to obtain error message
2010-10-12modules/admin-full: big vlan rework, now supports tagging, integrity ↵Jo-Philipp Wich
checking and 4k vlans
2010-10-12libs/web: rework cbi field validation, let validators return custom error ↵Jo-Philipp Wich
messages, properly handle errors in multiple sections
2010-10-12libiwinfo: remove unused variableJo-Philipp Wich
2010-10-12libiwinfo: reuse existing temporary interface for scanningJo-Philipp Wich
2010-10-12libiwinfo: support scanning on radioX pseudo interfacesJo-Philipp Wich
2010-10-12libs: remove uci folderJo-Philipp Wich
2010-10-12libs: merge libs/uci into libs/coreJo-Philipp Wich
2010-10-12libs: remove http folderJo-Philipp Wich
2010-10-12libs: merge libs/http into libs/webJo-Philipp Wich
2010-10-12libs: remove obsolete iwinfo, its independant nowJo-Philipp Wich
2010-10-12libs: remove cbi folderJo-Philipp Wich
2010-10-12libs: merge libs/cbi into libs/webJo-Philipp Wich
2010-10-12modules/admin-full: fix arp lookup in wifi overviewJo-Philipp Wich
2010-10-12modules/admin-full: rework wifi form, now with driver dataJo-Philipp Wich
2010-10-12libiwinfo: support txpwrlist(), freqlist() and countrylist() for radioX ↵Jo-Philipp Wich
pseudodevices in nl80211 backend, implement __gc methamethod
2010-10-12libiwinfo: ensure that country names are ascii, return txpower list even ↵Jo-Philipp Wich
when no channel is set, bump version
2010-10-12libiwinfo: fix two segfaults in nl80211 backendJo-Philipp Wich
2010-10-11contrib/package: mark luci trunk as 0.10+svnXXXXJo-Philipp Wich
2010-10-11themes/openwrt.org: display a warning if no root password is setJo-Philipp Wich
2010-10-11libs/sys: implement luci.sys.user.getpasswd()Jo-Philipp Wich
2010-10-11themes/openwrt.org: display error if Java Script is disabledJo-Philipp Wich
2010-10-11libs/uci: prevent concurrent luci-reload instances, write currently ↵Jo-Philipp Wich
processed init script to status file
2010-10-11libs/cbi: don't run apply on render, this is a quick hack and will be ↵Jo-Philipp Wich
reworked soon
2010-10-11libs/cbi: interface with service control backend to trigger service reload ↵Jo-Philipp Wich
asynchronously
2010-10-11modules/admin-core: add service control module for interfacing with luci-reloadJo-Philipp Wich