project/luci.git
15 years agoMade SGIs even more standards compliant (respect EOF command from LuCI)
Steven Barth [Wed, 23 Jul 2008 18:52:12 +0000 (18:52 +0000)]
Made SGIs even more standards compliant (respect EOF command from LuCI)

15 years agoFix sgi-wsapi and sgi-luci to be standards compliant
Steven Barth [Wed, 23 Jul 2008 18:31:47 +0000 (18:31 +0000)]
Fix sgi-wsapi and sgi-luci to be standards compliant

15 years agolibs/core: Fixed docstrings for luci.util
Steven Barth [Wed, 23 Jul 2008 14:29:31 +0000 (14:29 +0000)]
libs/core: Fixed docstrings for luci.util

15 years agolibs/core: Update luci.sys inline documentation
Steven Barth [Wed, 23 Jul 2008 14:17:37 +0000 (14:17 +0000)]
libs/core: Update luci.sys inline documentation

15 years agoPorted luadoc to use luaposix instead of lfs
Steven Barth [Wed, 23 Jul 2008 14:04:26 +0000 (14:04 +0000)]
Ported luadoc to use luaposix instead of lfs

15 years ago* luci/libs/core: fix description of link() function in luci.fs
Jo-Philipp Wich [Wed, 23 Jul 2008 13:35:12 +0000 (13:35 +0000)]
* luci/libs/core: fix description of link() function in luci.fs

15 years ago* luci: add modified luadoc source to contrib
Jo-Philipp Wich [Wed, 23 Jul 2008 13:27:25 +0000 (13:27 +0000)]
* luci: add modified luadoc source to contrib

15 years agothemes: Add registration of themes at package installation time
Steven Barth [Wed, 23 Jul 2008 11:32:53 +0000 (11:32 +0000)]
themes: Add registration of themes at package installation time

15 years agoi18n: Added dynamic registration for translations
Steven Barth [Wed, 23 Jul 2008 11:13:33 +0000 (11:13 +0000)]
i18n: Added dynamic registration for translations

15 years ago* luci/libs/core: add inline documentation to luci.fs, style fixups in util.lua
Jo-Philipp Wich [Wed, 23 Jul 2008 01:53:52 +0000 (01:53 +0000)]
* luci/libs/core: add inline documentation to luci.fs, style fixups in util.lua

15 years agolibs/core: Fixed luci.utils, Added missing in-line documentation
Steven Barth [Tue, 22 Jul 2008 21:13:04 +0000 (21:13 +0000)]
libs/core: Fixed luci.utils, Added missing in-line documentation

15 years ago* luci/libs/core: added inline documentation to luci.util, reordered and renamed...
Jo-Philipp Wich [Tue, 22 Jul 2008 20:33:04 +0000 (20:33 +0000)]
* luci/libs/core: added inline documentation to luci.util, reordered and renamed functions to logical groups
* luci/libs/web: rename dump() to get_bytecode()

15 years agolibs/core: Add in-line documentation for luci.util.class
Steven Barth [Tue, 22 Jul 2008 14:40:53 +0000 (14:40 +0000)]
libs/core: Add in-line documentation for luci.util.class

15 years ago* luci/libs/core: add inline documentation to luci.sys
Jo-Philipp Wich [Tue, 22 Jul 2008 03:43:33 +0000 (03:43 +0000)]
* luci/libs/core: add inline documentation to luci.sys

15 years ago* luci/libs/core: added inline documentation to luci.bits, removed duplicated copyrig...
Jo-Philipp Wich [Tue, 22 Jul 2008 02:04:24 +0000 (02:04 +0000)]
* luci/libs/core: added inline documentation to luci.bits, removed duplicated copyright notice

15 years ago* luci/libs/http: added inline documentation to luci.http.protocol & friends, fixed...
Jo-Philipp Wich [Tue, 22 Jul 2008 01:15:39 +0000 (01:15 +0000)]
* luci/libs/http: added inline documentation to luci.http.protocol & friends, fixed urlencode_params()

15 years ago* luci/admin: fix inverted signedness of timezone specifiers
Jo-Philipp Wich [Sun, 20 Jul 2008 17:07:54 +0000 (17:07 +0000)]
* luci/admin: fix inverted signedness of timezone specifiers

15 years ago* luci/themes: several small tweaks in openwrt.org theme
Jo-Philipp Wich [Sun, 20 Jul 2008 15:16:13 +0000 (15:16 +0000)]
* luci/themes: several small tweaks in openwrt.org theme
* luci/libs/cbi: some template improvements

15 years ago* luci/libs/cbi: print a notice in empty tblsections
Jo-Philipp Wich [Sun, 20 Jul 2008 01:34:05 +0000 (01:34 +0000)]
* luci/libs/cbi: print a notice in empty tblsections
* luci/i18n: added new string to cbi translations

15 years agolibs/sgi-cgi: Workaround for broken CGI implementation of Busybox HTTPd
Steven Barth [Sat, 19 Jul 2008 17:13:11 +0000 (17:13 +0000)]
libs/sgi-cgi: Workaround for broken CGI implementation of Busybox HTTPd

15 years agothemes: Fixed title-tag in case we don't serve a dispatched node
Steven Barth [Sat, 19 Jul 2008 16:59:33 +0000 (16:59 +0000)]
themes: Fixed title-tag in case we don't serve a dispatched node

15 years ago* luci/libs/http: use aliased ltn12. instead of luci.ltn12.
Jo-Philipp Wich [Sat, 19 Jul 2008 16:53:34 +0000 (16:53 +0000)]
* luci/libs/http: use aliased ltn12. instead of luci.ltn12.

15 years agomodules/admin-full, modules/admin-mini: Fixed firmware upgrade templates
Steven Barth [Sat, 19 Jul 2008 16:51:47 +0000 (16:51 +0000)]
modules/admin-full, modules/admin-mini: Fixed firmware upgrade templates

15 years ago* luci/themes: little title fix for openwrt.org theme
Jo-Philipp Wich [Sat, 19 Jul 2008 16:48:37 +0000 (16:48 +0000)]
* luci/themes: little title fix for openwrt.org theme

15 years agomodules/admin-mini: Add "general" submenu links
Steven Barth [Sat, 19 Jul 2008 16:31:09 +0000 (16:31 +0000)]
modules/admin-mini: Add "general" submenu links

15 years ago* luci/libs/http: fix a few corner cases which can lead to bugs in mime decoding...
Jo-Philipp Wich [Sat, 19 Jul 2008 16:27:11 +0000 (16:27 +0000)]
* luci/libs/http: fix a few corner cases which can lead to bugs in mime decoding, allow the message body to exceed Content-Length by two bytes (to ignore a possible trailing \r\n)

15 years agoSend Cache-Control headers by default
Steven Barth [Sat, 19 Jul 2008 16:20:00 +0000 (16:20 +0000)]
Send Cache-Control headers by default

15 years agoImproved browser title
Steven Barth [Sat, 19 Jul 2008 15:59:00 +0000 (15:59 +0000)]
Improved browser title

15 years agoapplications/luci-olsr: Remove work-arounds of a former template-bug
Steven Barth [Sat, 19 Jul 2008 15:49:24 +0000 (15:49 +0000)]
applications/luci-olsr: Remove work-arounds of a former template-bug

15 years agoImproved reloading system, fixed a bug with saving network settings
Steven Barth [Sat, 19 Jul 2008 14:18:03 +0000 (14:18 +0000)]
Improved reloading system, fixed a bug with saving network settings

15 years agomodules/admin-mini: Improvements in PPPoE/PPTP option descriptions
Steven Barth [Sat, 19 Jul 2008 12:38:23 +0000 (12:38 +0000)]
modules/admin-mini: Improvements in PPPoE/PPTP option descriptions

15 years agoi18n/english: Added missing translations
Steven Barth [Sat, 19 Jul 2008 11:46:38 +0000 (11:46 +0000)]
i18n/english: Added missing translations

15 years agoi18n/english: Fixed a typo
Steven Barth [Sat, 19 Jul 2008 11:05:04 +0000 (11:05 +0000)]
i18n/english: Fixed a typo

15 years agomodules/admin-mini: Added WLAN-Scan page
Steven Barth [Sat, 19 Jul 2008 11:03:14 +0000 (11:03 +0000)]
modules/admin-mini: Added WLAN-Scan page
Minor translation fixes

15 years agoAdded non-stripped debug target for LuCI
Steven Barth [Sat, 19 Jul 2008 10:27:23 +0000 (10:27 +0000)]
Added non-stripped debug target for LuCI

15 years agomodules/admin-mini: Minor template fix
Steven Barth [Fri, 18 Jul 2008 22:20:06 +0000 (22:20 +0000)]
modules/admin-mini: Minor template fix

15 years agoPackage description updates
Steven Barth [Fri, 18 Jul 2008 21:39:23 +0000 (21:39 +0000)]
Package description updates

15 years agomodules/admin-mini: Several tweaks, initial status page
Steven Barth [Fri, 18 Jul 2008 21:33:25 +0000 (21:33 +0000)]
modules/admin-mini: Several tweaks, initial status page

15 years agolibs/web: Fixed a bug regarding % characters in luci.template
Steven Barth [Fri, 18 Jul 2008 20:53:45 +0000 (20:53 +0000)]
libs/web: Fixed a bug regarding % characters in luci.template

15 years ago* luci/libs/http: fix "attempt to compare string with number" in http.protocol
Jo-Philipp Wich [Fri, 18 Jul 2008 17:18:09 +0000 (17:18 +0000)]
* luci/libs/http: fix "attempt to compare string with number" in http.protocol

15 years ago* luci/libs/http: replace url decoder in http.protocol
Jo-Philipp Wich [Fri, 18 Jul 2008 15:30:52 +0000 (15:30 +0000)]
* luci/libs/http: replace url decoder in http.protocol

15 years ago* luci/libs/http: added more sanity checks to mime decoder
Jo-Philipp Wich [Fri, 18 Jul 2008 14:19:56 +0000 (14:19 +0000)]
* luci/libs/http: added more sanity checks to mime decoder

15 years agomodules/admin-full: Improved system configuration page
Steven Barth [Fri, 18 Jul 2008 14:08:34 +0000 (14:08 +0000)]
modules/admin-full: Improved system configuration page
modules/admin-mini: Introduced system configuration page

15 years ago* luci/libs/http: fix wrong varname in http.protocol
Jo-Philipp Wich [Fri, 18 Jul 2008 12:02:18 +0000 (12:02 +0000)]
* luci/libs/http: fix wrong varname in http.protocol

15 years ago* luci/libs/http: replaced mime decoder in http.protocol
Jo-Philipp Wich [Fri, 18 Jul 2008 11:53:53 +0000 (11:53 +0000)]
* luci/libs/http: replaced mime decoder in http.protocol

15 years agoupdated about page
Steven Barth [Fri, 18 Jul 2008 08:42:11 +0000 (08:42 +0000)]
updated about page

15 years agoA few smaller usability improvements
Steven Barth [Fri, 18 Jul 2008 08:24:42 +0000 (08:24 +0000)]
A few smaller usability improvements

15 years agoAdded new applications luci-ddns to luci-full and luci-mini
Steven Barth [Thu, 17 Jul 2008 21:59:04 +0000 (21:59 +0000)]
Added new applications luci-ddns to luci-full and luci-mini

15 years agocontrib/luaposix: Updated to 5.1.3
Steven Barth [Thu, 17 Jul 2008 21:58:53 +0000 (21:58 +0000)]
contrib/luaposix: Updated to 5.1.3

15 years agoAdded new application luci-ntpc to luci-full and luci-mini
Steven Barth [Thu, 17 Jul 2008 21:01:15 +0000 (21:01 +0000)]
Added new application luci-ntpc to luci-full and luci-mini

15 years agoNew application luci-upnp for luci-full and luci-mini
Steven Barth [Thu, 17 Jul 2008 18:11:15 +0000 (18:11 +0000)]
New application luci-upnp for luci-full and luci-mini

15 years agolibs/core: Fixed luci.fs.isfile
Steven Barth [Thu, 17 Jul 2008 18:09:26 +0000 (18:09 +0000)]
libs/core: Fixed luci.fs.isfile

15 years agoapplications/luci-qos: Smaller enhancements, support for luci-mini
Steven Barth [Thu, 17 Jul 2008 16:02:29 +0000 (16:02 +0000)]
applications/luci-qos: Smaller enhancements, support for luci-mini
applications/luci-fw: Fixed support for luci-mini
libs/web: Removed luci.dispatcher.registered

15 years agomodules/admin-mini: Added Wifi configuration
Steven Barth [Wed, 16 Jul 2008 18:54:10 +0000 (18:54 +0000)]
modules/admin-mini: Added Wifi configuration
several smaller bugfixes and enhancements

15 years ago* libs/http: fix blocksize-related mime decoding problems in protocol.lua
Jo-Philipp Wich [Wed, 16 Jul 2008 15:32:37 +0000 (15:32 +0000)]
* libs/http: fix blocksize-related mime decoding problems in protocol.lua

15 years agoi18n: Replaced an outdated note with a note regarding applying changes
Steven Barth [Wed, 16 Jul 2008 15:28:26 +0000 (15:28 +0000)]
i18n: Replaced an outdated note with a note regarding applying changes

15 years agoAdded a note to the Freifunk menu for OpenWRT
Steven Barth [Wed, 16 Jul 2008 15:19:05 +0000 (15:19 +0000)]
Added a note to the Freifunk menu for OpenWRT
modules/admin-mini: Several small fixes and improvements

15 years agolibs/web: Prevent luci.http to prematurely parse the POST data
Steven Barth [Wed, 16 Jul 2008 14:26:40 +0000 (14:26 +0000)]
libs/web: Prevent luci.http to prematurely parse the POST data
modules/admin-mini: Added fw-upgrade page

15 years agoSeveral small cleanups and improvements
Steven Barth [Wed, 16 Jul 2008 10:48:39 +0000 (10:48 +0000)]
Several small cleanups and improvements
modules/admin-mini: Added reboot page

15 years agoapplications/luci-fw: Added support for luci-mini
Steven Barth [Wed, 16 Jul 2008 10:08:28 +0000 (10:08 +0000)]
applications/luci-fw: Added support for luci-mini
modules/admin-mini: Added portforwarding page, and UCI changes, apply and revert pages

15 years agolibs/web: Made luci.http.write a sink
Steven Barth [Wed, 16 Jul 2008 09:18:27 +0000 (09:18 +0000)]
libs/web: Made luci.http.write a sink

15 years agolibs/cbi: Fixed AbstractSection.create
Steven Barth [Wed, 16 Jul 2008 07:51:39 +0000 (07:51 +0000)]
libs/cbi: Fixed AbstractSection.create

15 years agolibs/web: Added luci.web.dispatcher.registered
Steven Barth [Wed, 16 Jul 2008 07:26:36 +0000 (07:26 +0000)]
libs/web: Added luci.web.dispatcher.registered

15 years agolibs/cbi: Cleaned up *Section.create
Steven Barth [Wed, 16 Jul 2008 07:24:54 +0000 (07:24 +0000)]
libs/cbi: Cleaned up *Section.create

15 years ago* luci/themes/openwrt.org: replace header image with optimized png (saves ~60k)
Jo-Philipp Wich [Wed, 16 Jul 2008 03:13:37 +0000 (03:13 +0000)]
* luci/themes/openwrt.org: replace header image with optimized png (saves ~60k)

15 years ago* luci/themes/openwrt.org: workaround for empty menu points (seen in statistics)
Jo-Philipp Wich [Wed, 16 Jul 2008 02:59:12 +0000 (02:59 +0000)]
* luci/themes/openwrt.org: workaround for empty menu points (seen in statistics)

15 years ago* luci/themes: layout changes for smalltext tables in openwrt.org theme
Jo-Philipp Wich [Wed, 16 Jul 2008 02:38:45 +0000 (02:38 +0000)]
* luci/themes: layout changes for smalltext tables in openwrt.org theme
* luci/olsr: layout fixes for status pages

15 years ago* luci: associate luci_ethers reload with luci_ethers uci config
Jo-Philipp Wich [Tue, 15 Jul 2008 23:29:21 +0000 (23:29 +0000)]
* luci: associate luci_ethers reload with luci_ethers uci config

15 years ago* luci/splash: fix #92
Jo-Philipp Wich [Tue, 15 Jul 2008 22:55:25 +0000 (22:55 +0000)]
* luci/splash: fix #92

15 years ago* luci/themes: css fixed in openwrt.org theme
Jo-Philipp Wich [Tue, 15 Jul 2008 22:37:53 +0000 (22:37 +0000)]
* luci/themes: css fixed in openwrt.org theme
* luci/statistics: fixed layout of graph display page
* luci/admin: fixed layout of uci changes page

15 years ago* luci/libs/cbi: fix syntax error in mvalue template
Jo-Philipp Wich [Tue, 15 Jul 2008 22:09:53 +0000 (22:09 +0000)]
* luci/libs/cbi: fix syntax error in mvalue template

15 years ago* luci/libs/cbi: various template cleanups
Jo-Philipp Wich [Tue, 15 Jul 2008 17:27:58 +0000 (17:27 +0000)]
* luci/libs/cbi:        various template cleanups

15 years agomodules/admin-mini: Added DHCP page
Steven Barth [Tue, 15 Jul 2008 16:28:29 +0000 (16:28 +0000)]
modules/admin-mini: Added DHCP page
modules/admin-full: Added static leases configuration to DHCP page

15 years agothemes/openwrt.org: Fixed UCI change display
Steven Barth [Tue, 15 Jul 2008 16:03:37 +0000 (16:03 +0000)]
themes/openwrt.org: Fixed UCI change display

15 years ago* luci/libs/cbi: fix <label> assignment for checkbox-based mvalues
Jo-Philipp Wich [Tue, 15 Jul 2008 15:59:46 +0000 (15:59 +0000)]
* luci/libs/cbi: fix <label> assignment for checkbox-based mvalues

15 years ago* luci/addons: add empty luci_ethers configuration
Jo-Philipp Wich [Tue, 15 Jul 2008 15:30:41 +0000 (15:30 +0000)]
* luci/addons: add empty luci_ethers configuration

15 years agomodules/admin-mini: some work on lan and wan configuration
Steven Barth [Tue, 15 Jul 2008 14:33:29 +0000 (14:33 +0000)]
modules/admin-mini: some work on lan and wan configuration

15 years ago* luci/addons: add initscript for generating /etc/ethers on boot
Jo-Philipp Wich [Tue, 15 Jul 2008 13:50:54 +0000 (13:50 +0000)]
* luci/addons: add initscript for generating /etc/ethers on boot

15 years agoGeneralized UCI changes display
Steven Barth [Tue, 15 Jul 2008 13:42:54 +0000 (13:42 +0000)]
Generalized UCI changes display
i18n: some nicer looking translations

15 years agolib/cbi: Added support for multiple CBI maps per model
Steven Barth [Tue, 15 Jul 2008 13:17:28 +0000 (13:17 +0000)]
lib/cbi: Added support for multiple CBI maps per model

15 years agoSplit up admin-core into admin-core and admin-full, preparing admin-mini
Steven Barth [Tue, 15 Jul 2008 08:47:36 +0000 (08:47 +0000)]
Split up admin-core into admin-core and admin-full, preparing admin-mini

15 years agolibs/cbi: Fixed MultiValue select widget
Steven Barth [Mon, 14 Jul 2008 18:57:19 +0000 (18:57 +0000)]
libs/cbi: Fixed MultiValue select widget

15 years agolibs/cbi: Fixed MultiValues
Steven Barth [Mon, 14 Jul 2008 17:37:37 +0000 (17:37 +0000)]
libs/cbi: Fixed MultiValues

15 years ago* luci/libs/http: fix two typos in http.protocol
Jo-Philipp Wich [Mon, 14 Jul 2008 17:21:45 +0000 (17:21 +0000)]
* luci/libs/http: fix two typos in http.protocol

15 years ago* luci/libs/http: use a more flexible aproach when storing multi-value fields
Jo-Philipp Wich [Mon, 14 Jul 2008 17:02:22 +0000 (17:02 +0000)]
* luci/libs/http: use a more flexible aproach when storing multi-value fields

15 years ago* luci/libs/http: remove left over field initialisation
Jo-Philipp Wich [Mon, 14 Jul 2008 16:48:51 +0000 (16:48 +0000)]
* luci/libs/http: remove left over field initialisation

15 years ago* luci/libs/http: implement multi-value support in http.protocol
Jo-Philipp Wich [Mon, 14 Jul 2008 16:45:37 +0000 (16:45 +0000)]
* luci/libs/http: implement multi-value support in http.protocol

15 years ago* luci: add memory status patches from soma
Jo-Philipp Wich [Mon, 14 Jul 2008 15:54:53 +0000 (15:54 +0000)]
* luci: add memory status patches from soma

15 years ago* luci/themes: small css fix vor field descriptions in openwrt.org theme
Jo-Philipp Wich [Sun, 13 Jul 2008 20:09:27 +0000 (20:09 +0000)]
* luci/themes: small css fix vor field descriptions in openwrt.org theme
* luci/applications: fix html in ffwizard

15 years ago* luci/libs/cbi: remove now ununsed tiny_value*.htm templates
Jo-Philipp Wich [Sun, 13 Jul 2008 16:09:59 +0000 (16:09 +0000)]
* luci/libs/cbi: remove now ununsed tiny_value*.htm templates

15 years ago* luci/themes: remove behaviour hack from css file
Jo-Philipp Wich [Sun, 13 Jul 2008 15:42:54 +0000 (15:42 +0000)]
* luci/themes: remove behaviour hack from css file

15 years agolibs/cbi: Fixed dependency JavaScript to match the template fixes
Steven Barth [Sun, 13 Jul 2008 15:33:26 +0000 (15:33 +0000)]
libs/cbi: Fixed dependency JavaScript to match the template fixes

15 years ago* luci/splash: add missing in require in luci-splashd
Jo-Philipp Wich [Sun, 13 Jul 2008 02:15:21 +0000 (02:15 +0000)]
* luci/splash: add missing in require in luci-splashd

15 years ago* luci/themes: made margin for value description IE-only
Jo-Philipp Wich [Sun, 13 Jul 2008 01:40:17 +0000 (01:40 +0000)]
* luci/themes: made margin for value description IE-only

15 years ago* luci/themes: more fixes for openwrt.org theme
Jo-Philipp Wich [Sun, 13 Jul 2008 01:32:02 +0000 (01:32 +0000)]
* luci/themes: more fixes for openwrt.org theme

15 years ago* luci/themes: IE6 fixes for openwrt.org theme
Jo-Philipp Wich [Sun, 13 Jul 2008 01:04:37 +0000 (01:04 +0000)]
* luci/themes: IE6 fixes for openwrt.org theme

15 years ago* luci: added community package for Freifunk Augsburg
Jo-Philipp Wich [Sat, 12 Jul 2008 22:05:04 +0000 (22:05 +0000)]
* luci: added community package for Freifunk Augsburg

15 years ago* luci/themes: lots of fixes in openwrt.org theme
Jo-Philipp Wich [Sat, 12 Jul 2008 16:46:10 +0000 (16:46 +0000)]
* luci/themes: lots of fixes in openwrt.org theme
* luci/libs/cbi: use <table> fpr table sections

15 years agoapplications/luci-splash: Added UCI-state based server address detection
Steven Barth [Sat, 12 Jul 2008 15:38:11 +0000 (15:38 +0000)]
applications/luci-splash: Added UCI-state based server address detection

15 years agoapplications/luci-olsr: Update CBI model for upstream compatibility with 0.5.6-rc7
Steven Barth [Wed, 9 Jul 2008 07:46:18 +0000 (07:46 +0000)]
applications/luci-olsr: Update CBI model for upstream compatibility with 0.5.6-rc7