Commit graph

840 commits

Author SHA1 Message Date
Steven Barth
22451345d8 Made SGIs even more standards compliant (respect EOF command from LuCI) 2008-07-23 18:52:12 +00:00
Steven Barth
59bef00fc3 Fix sgi-wsapi and sgi-luci to be standards compliant 2008-07-23 18:31:47 +00:00
Steven Barth
7a08658fe7 libs/core: Fixed docstrings for luci.util 2008-07-23 14:29:31 +00:00
Steven Barth
c5a68895cf libs/core: Update luci.sys inline documentation 2008-07-23 14:17:37 +00:00
Steven Barth
dba6854d65 Ported luadoc to use luaposix instead of lfs 2008-07-23 14:04:26 +00:00
Jo-Philipp Wich
ce5f619c4f * luci/libs/core: fix description of link() function in luci.fs 2008-07-23 13:35:12 +00:00
Jo-Philipp Wich
7b60b141d8 * luci: add modified luadoc source to contrib 2008-07-23 13:27:25 +00:00
Steven Barth
71306947ea themes: Add registration of themes at package installation time 2008-07-23 11:32:53 +00:00
Steven Barth
4deb486228 i18n: Added dynamic registration for translations 2008-07-23 11:13:33 +00:00
Jo-Philipp Wich
f10b0e58e2 * luci/libs/core: add inline documentation to luci.fs, style fixups in util.lua 2008-07-23 01:53:52 +00:00
Steven Barth
b4ac19ca76 libs/core: Fixed luci.utils, Added missing in-line documentation 2008-07-22 21:13:04 +00:00
Jo-Philipp Wich
70b119b8ee * luci/libs/core: added inline documentation to luci.util, reordered and renamed functions to logical groups
* luci/libs/web:	rename dump() to get_bytecode()
2008-07-22 20:33:04 +00:00
Steven Barth
33b8cf5506 libs/core: Add in-line documentation for luci.util.class 2008-07-22 14:40:53 +00:00
Jo-Philipp Wich
c8e99f87b1 * luci/libs/core: add inline documentation to luci.sys 2008-07-22 03:43:33 +00:00
Jo-Philipp Wich
a037bfd207 * luci/libs/core: added inline documentation to luci.bits, removed duplicated copyright notice 2008-07-22 02:04:24 +00:00
Jo-Philipp Wich
ab9891e0af * luci/libs/http: added inline documentation to luci.http.protocol & friends, fixed urlencode_params() 2008-07-22 01:15:39 +00:00
Jo-Philipp Wich
a93196b432 * luci/admin: fix inverted signedness of timezone specifiers 2008-07-20 17:07:54 +00:00
Jo-Philipp Wich
4e587d53a8 * luci/themes: several small tweaks in openwrt.org theme
* luci/libs/cbi:	some template improvements
2008-07-20 15:16:13 +00:00
Jo-Philipp Wich
94a968e62f * luci/libs/cbi: print a notice in empty tblsections
* luci/i18n:		added new string to cbi translations
2008-07-20 01:34:05 +00:00
Steven Barth
faed4aa7f1 libs/sgi-cgi: Workaround for broken CGI implementation of Busybox HTTPd 2008-07-19 17:13:11 +00:00
Steven Barth
b8dc7fdfa3 themes: Fixed title-tag in case we don't serve a dispatched node 2008-07-19 16:59:33 +00:00
Jo-Philipp Wich
040efb954f * luci/libs/http: use aliased ltn12. instead of luci.ltn12. 2008-07-19 16:53:34 +00:00
Steven Barth
5350456779 modules/admin-full, modules/admin-mini: Fixed firmware upgrade templates 2008-07-19 16:51:47 +00:00
Jo-Philipp Wich
5fc1589073 * luci/themes: little title fix for openwrt.org theme 2008-07-19 16:48:37 +00:00
Steven Barth
543dd52159 modules/admin-mini: Add "general" submenu links 2008-07-19 16:31:09 +00:00
Jo-Philipp Wich
447df436fc * 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) 2008-07-19 16:27:11 +00:00
Steven Barth
21b491c20b Send Cache-Control headers by default 2008-07-19 16:20:00 +00:00
Steven Barth
aeb1c372bd Improved browser title 2008-07-19 15:59:00 +00:00
Steven Barth
4aaa2afcc1 applications/luci-olsr: Remove work-arounds of a former template-bug 2008-07-19 15:49:24 +00:00
Steven Barth
3da2286b3d Improved reloading system, fixed a bug with saving network settings 2008-07-19 14:18:03 +00:00
Steven Barth
e8191406f8 modules/admin-mini: Improvements in PPPoE/PPTP option descriptions 2008-07-19 12:38:23 +00:00
Steven Barth
b0c7b72777 i18n/english: Added missing translations 2008-07-19 11:46:38 +00:00
Steven Barth
c064d70874 i18n/english: Fixed a typo 2008-07-19 11:05:04 +00:00
Steven Barth
4f3d008435 modules/admin-mini: Added WLAN-Scan page
Minor translation fixes
2008-07-19 11:03:14 +00:00
Steven Barth
3b7e4eaaf8 Added non-stripped debug target for LuCI 2008-07-19 10:27:23 +00:00
Steven Barth
2213c82b47 modules/admin-mini: Minor template fix 2008-07-18 22:20:06 +00:00
Steven Barth
bf4cc6b991 Package description updates 2008-07-18 21:39:23 +00:00
Steven Barth
3d794abec4 modules/admin-mini: Several tweaks, initial status page 2008-07-18 21:33:25 +00:00
Steven Barth
90c98540b1 libs/web: Fixed a bug regarding % characters in luci.template 2008-07-18 20:53:45 +00:00
Jo-Philipp Wich
8895d236ea * luci/libs/http: fix "attempt to compare string with number" in http.protocol 2008-07-18 17:18:09 +00:00
Jo-Philipp Wich
40988c4b36 * luci/libs/http: replace url decoder in http.protocol 2008-07-18 15:30:52 +00:00
Jo-Philipp Wich
8c46333ed1 * luci/libs/http: added more sanity checks to mime decoder 2008-07-18 14:19:56 +00:00
Steven Barth
94836433e5 modules/admin-full: Improved system configuration page
modules/admin-mini: Introduced system configuration page
2008-07-18 14:08:34 +00:00
Jo-Philipp Wich
daa7d4e8a4 * luci/libs/http: fix wrong varname in http.protocol 2008-07-18 12:02:18 +00:00
Jo-Philipp Wich
fbd663c2eb * luci/libs/http: replaced mime decoder in http.protocol 2008-07-18 11:53:53 +00:00
Steven Barth
5eb60fbec9 updated about page 2008-07-18 08:42:11 +00:00
Steven Barth
b0f7ffe237 A few smaller usability improvements 2008-07-18 08:24:42 +00:00
Steven Barth
5c419acf92 Added new applications luci-ddns to luci-full and luci-mini 2008-07-17 21:59:04 +00:00
Steven Barth
d9bcb87608 contrib/luaposix: Updated to 5.1.3 2008-07-17 21:58:53 +00:00
Steven Barth
fce0b84501 Added new application luci-ntpc to luci-full and luci-mini 2008-07-17 21:01:15 +00:00