Steven Barth
|
9d67f6db01
|
Fixed new UVL options
|
2008-11-02 22:22:50 +00:00 |
|
Steven Barth
|
8767a20e40
|
Apply host-UVL
|
2008-11-02 22:05:57 +00:00 |
|
Steven Barth
|
de80e2a708
|
Added UVL values minlength, maxlength, minimum, maximum
|
2008-11-02 21:42:16 +00:00 |
|
Steven Barth
|
9e4c03a9c3
|
Bump UCI version
|
2008-11-02 13:43:17 +00:00 |
|
Steven Barth
|
9d85bd73e5
|
Rewrote state based redirection
|
2008-11-02 13:26:41 +00:00 |
|
Steven Barth
|
d600a2f209
|
Publish request args
|
2008-11-01 18:49:41 +00:00 |
|
Steven Barth
|
c7a06b61c7
|
Extend CBI state handling
|
2008-11-01 18:32:02 +00:00 |
|
Steven Barth
|
ae6fd93b8c
|
Add XHR CBI helper
|
2008-11-01 17:11:11 +00:00 |
|
Steven Barth
|
ea9b377ec5
|
Merge pageactions
|
2008-11-01 17:11:02 +00:00 |
|
Steven Barth
|
e29810c534
|
* set .pageaction = false transparently in cbi SimpleForm constructor
|
2008-11-01 17:10:50 +00:00 |
|
Steven Barth
|
f3ca7840d6
|
Remove overload protection from SDK httpd
|
2008-11-01 10:53:29 +00:00 |
|
Steven Barth
|
be090ec9a7
|
Throw error messages on stderr
|
2008-10-31 20:57:07 +00:00 |
|
Steven Barth
|
8c4492db5f
|
Removed UCI Save/Apply cache from Essentials
Made CBI controllers configurable
|
2008-10-31 09:35:11 +00:00 |
|
Steven Barth
|
676966f78b
|
Add luci.util.append
|
2008-10-30 19:10:39 +00:00 |
|
Steven Barth
|
8d9a130b70
|
luci.util.combine now also accepts single objects
|
2008-10-30 19:10:22 +00:00 |
|
Steven Barth
|
b202a403ff
|
Publish status data
Conflicts:
libs/web/luasrc/dispatcher.lua
|
2008-10-30 19:10:08 +00:00 |
|
Steven Barth
|
2d4f21e955
|
Fix rewrite and alias functions
|
2008-10-30 19:09:52 +00:00 |
|
Steven Barth
|
3f66d4e5fc
|
Replace some makes-you-want-to-slash-your-wrists-Code with something less harmful
|
2008-10-30 13:09:40 +00:00 |
|
Steven Barth
|
062eea6b4b
|
Fixed a typo in luci.sys.httpget
|
2008-10-30 13:09:35 +00:00 |
|
Steven Barth
|
fefe7c0f5d
|
Use uname instead of /proc for reading the system hostname
|
2008-10-30 12:18:52 +00:00 |
|
Jo-Philipp Wich
|
50442d7438
|
* luci/libs/cbi: fix possible "Error in template cbi/full_valuefooter: ?:0: attempt to get length of field 'description' (a nil value)"
|
2008-10-30 02:39:54 +00:00 |
|
Jo-Philipp Wich
|
d05d5db855
|
* luci/sgi/webuci: remove now empty 130-inet6_fix.patch
|
2008-10-28 18:42:05 +00:00 |
|
Jo-Philipp Wich
|
8b55782ed8
|
* luci/sgi/webuci: fix boa IPv4 support, thanks Alina!
|
2008-10-28 18:36:27 +00:00 |
|
Jo-Philipp Wich
|
dc00b42e6d
|
* luci: replace all "OpenWRT" occurences with "OpenWrt"
|
2008-10-27 15:19:58 +00:00 |
|
Steven Barth
|
511b573c95
|
Add posibility to pass args to called-functions in dispatcher
|
2008-10-26 18:55:54 +00:00 |
|
Jo-Philipp Wich
|
9451a49408
|
* luci/libs/core: use numeric entities in pcdata()
|
2008-10-24 19:15:09 +00:00 |
|
Jo-Philipp Wich
|
bf21777126
|
* luci/libs/web: change OpenWRT to OpenWrt in distro title
|
2008-10-24 12:30:00 +00:00 |
|
Steven Barth
|
0ba0030745
|
Some browsers send crippled content-type headers when it comes to XHR, catch them as well
|
2008-10-21 20:25:29 +00:00 |
|
Steven Barth
|
ac3489049f
|
Added missing submitstate-function to tables pseudo map
|
2008-10-21 20:22:42 +00:00 |
|
Steven Barth
|
f35cea8c53
|
Content Type for www-urlencoded should match additions like "; charset=utf8" as well
|
2008-10-20 22:35:22 +00:00 |
|
Steven Barth
|
de4b0abeb9
|
Propagate CBI status via HTTP-Header
|
2008-10-20 22:35:11 +00:00 |
|
Jo-Philipp Wich
|
76f8a9cfd2
|
* luci/themes: fix small styling issue
|
2008-10-20 19:02:26 +00:00 |
|
Steven Barth
|
c951eeb008
|
Added support for per dispatching node theme control
|
2008-10-19 20:49:10 +00:00 |
|
Steven Barth
|
c31dc4f97f
|
CBI: Push savestatus to commit_handler
|
2008-10-19 19:01:50 +00:00 |
|
Steven Barth
|
ffbf54d892
|
Add default redirection page for SDK httpd
|
2008-10-19 09:35:38 +00:00 |
|
Steven Barth
|
758c06df58
|
Rearrange output of luci.sys.wifi.*, luci.sys.net.conntrack
|
2008-10-17 21:56:21 +00:00 |
|
Jo-Philipp Wich
|
e69dcf68a2
|
* luci/libs/httpd: fix spurious Overload errors in luci-httpd
|
2008-10-15 20:04:46 +00:00 |
|
Jo-Philipp Wich
|
eb05b1ee7e
|
* luci/themes/openwrt.org: first round of layout fixes for IE6
|
2008-10-14 22:55:44 +00:00 |
|
Jo-Philipp Wich
|
725719c221
|
* luci/libs/uvl: add new datatype "device"
|
2008-10-12 22:24:41 +00:00 |
|
Jo-Philipp Wich
|
6d3d30d88f
|
* luci/libs/sys: fix password authentication for users with disabled password and shadow environments
|
2008-10-12 00:12:21 +00:00 |
|
Steven Barth
|
39efe2207d
|
Fixed a typo in button template
|
2008-10-11 11:40:44 +00:00 |
|
Steven Barth
|
d97b73c8c0
|
OXYGEN #4: Fixed indexing support in dispatcher
|
2008-10-11 11:30:43 +00:00 |
|
Jo-Philipp Wich
|
b618361bf1
|
* luci/libs/cbi: implement file browse fields
* luci/modules/admin-full: add file browse controller
|
2008-10-10 21:52:22 +00:00 |
|
Jo-Philipp Wich
|
a957254e79
|
* luci/libs/httpprotocol: store QUERY_STRING in environment too, fixes query strings with luci-httpd and propably others
|
2008-10-10 20:28:57 +00:00 |
|
Steven Barth
|
676203d1fc
|
OXYGEN #2: Reorganized theme selection, added indexing support
|
2008-10-10 14:37:53 +00:00 |
|
Jo-Philipp Wich
|
bfb5a53c45
|
* luci/libs/cbi: implement addremove_template
|
2008-10-10 11:47:32 +00:00 |
|
Steven Barth
|
dc494c838c
|
Optimized IPKG info parser
|
2008-10-08 23:35:54 +00:00 |
|
Steven Barth
|
b99972e671
|
Fixed a typo
|
2008-10-08 22:43:43 +00:00 |
|
Steven Barth
|
895ef413f1
|
Remove debug code from last commit
|
2008-10-08 21:47:26 +00:00 |
|
Steven Barth
|
e317c7545e
|
modules/admin-full: Added conntrack network page
|
2008-10-08 21:46:20 +00:00 |
|