Steven Barth
0c5dc7bc77
libs/core: Reworked some basic libraries to not use package.seeall
...
libs/json: Implemented own JSON-Decoder (Encoder will follow)
modules/rpc: Preliminary implemented RPC-Exports for luci.fs, luci.sys and luci.model.uci
2008-08-26 00:53:28 +00:00
Jo-Philipp Wich
8e6d1e682a
* luci/libs: uvl: implement dependencies for enum values
2008-08-25 18:30:25 +00:00
Jo-Philipp Wich
1e6001c235
* luci/libs: cbi: implement get_scheme() on some more map-like objects; whitespace cleanup
2008-08-25 00:36:07 +00:00
Steven Barth
d97d6329c3
libs/cbi: Fixed UVL integration
2008-08-24 20:44:47 +00:00
Steven Barth
d68d03085a
CBI-UVL integration part #2
2008-08-24 19:51:09 +00:00
Jo-Philipp Wich
a0b9f952e5
* luci/libs: uvl: store valueof values as associative table
2008-08-24 18:33:25 +00:00
Jo-Philipp Wich
e124eec0e8
* luci/libs: uvl: implement "valueof" option
2008-08-24 18:06:51 +00:00
Jo-Philipp Wich
75aac77206
* luci/libs: uvl: remove a brain-dead unpack()
2008-08-24 17:14:31 +00:00
Jo-Philipp Wich
5117fc703e
* luci/libs: uvl: use python-style format syntax for errors
2008-08-24 17:12:16 +00:00
Steven Barth
0647fadb0a
libs/core: Add Pythonic string formatting syntax
2008-08-24 16:35:06 +00:00
Steven Barth
451eacf8da
CBI-UVL integration part #1
2008-08-24 16:22:49 +00:00
Jo-Philipp Wich
1946740198
* luci/libs: uvl: implement "named" flag for schemes
2008-08-24 16:09:02 +00:00
Jo-Philipp Wich
23101e7137
* luci/libs: uvl: implement get_scheme() and get_dependencies()
2008-08-24 14:20:20 +00:00
Jo-Philipp Wich
606f7dc313
* luci/contrib: bump uci to v0.6.0
2008-08-23 17:51:51 +00:00
Jo-Philipp Wich
4fc00fead3
* luci/libs: web: fix "dispatcher.lua:167: attempt to concatenate a
...
nil value" when running luci on a shell
2008-08-23 15:17:10 +00:00
Steven Barth
d8b61a5394
modules/admin-fulk: Fixed changes handling of Static Routes configuration page
2008-08-22 22:38:14 +00:00
Steven Barth
3bcab66128
RPC initial authentication API completed
2008-08-22 22:13:54 +00:00
Steven Barth
69cab40a9a
libs/web: Remove unneeded status call
2008-08-22 22:01:53 +00:00
Steven Barth
20116047b0
Fix unhandled track values for leafs
2008-08-22 21:52:36 +00:00
Steven Barth
830ca24abb
libs/http: Fixed default sink for unknown data
2008-08-22 20:33:48 +00:00
Steven Barth
03c0b0ad12
RPC part #3
2008-08-22 20:04:49 +00:00
Steven Barth
4eead17501
RPC part #2
2008-08-22 20:04:04 +00:00
Steven Barth
9c6a852939
Updated XML translation system, fixed some errors with multiline-translations
...
Thanks: Alina Friedrichsen
2008-08-22 17:18:36 +00:00
Steven Barth
dcf0f6146f
libs/rpc: Created new library
2008-08-21 19:13:45 +00:00
Steven Barth
9cf785aba8
Added LPEG
2008-08-21 18:36:06 +00:00
Steven Barth
cfc153984d
updates
2008-08-20 20:26:03 +00:00
Steven Barth
480b181631
Added batmand UCI config
2008-08-20 19:45:31 +00:00
Jo-Philipp Wich
71c3d30f46
* luci/themes: several xhtml fixes
2008-08-20 19:44:16 +00:00
Jo-Philipp Wich
c7c2624713
* luci/i18n: updated translation files, xhtml fixes in openwrt.org theme
2008-08-20 19:35:54 +00:00
Steven Barth
3fdccc976e
libs/web: Corrected HTTP-Headers
2008-08-20 19:24:09 +00:00
Steven Barth
0e1ec77d17
libs/web: Set Expires-Header
2008-08-20 19:04:10 +00:00
Jo-Philipp Wich
7590274b21
* luci/i18n: add luci translations in xml format
2008-08-20 17:23:53 +00:00
Jo-Philipp Wich
dbfd045b9b
* luci/themes: add striptags() to page titles
2008-08-20 17:08:15 +00:00
Jo-Philipp Wich
0938135dbb
* luci/libs: add striptags() to global dispatcher namespace
2008-08-20 17:04:03 +00:00
Jo-Philipp Wich
18dfd21c39
* luci/libs: use striptags() in cbi <option> elements
2008-08-20 16:58:29 +00:00
Jo-Philipp Wich
ab71972c7e
* luci/libs: use pcdata() in striptags()
2008-08-20 16:55:10 +00:00
Jo-Philipp Wich
5b718fe88d
* luci/libs: add striptags() to luci.util
2008-08-20 16:40:25 +00:00
Jo-Philipp Wich
d141bf4912
* luci/applications: fix typo in english olsr translation
2008-08-20 16:32:21 +00:00
Jo-Philipp Wich
ee9be3fa6e
* luci/themes: fix css from last commit
2008-08-20 16:13:15 +00:00
Jo-Philipp Wich
9a7c358cfb
* luci/themes: fix help text styles in openwrt.org theme
2008-08-20 16:11:27 +00:00
Jo-Philipp Wich
431a2cac7b
* luci/contrib: update uci to v0.5.0
2008-08-20 15:43:57 +00:00
Steven Barth
1a08ed70d3
modules/admin-full: Use absolute paths for network configuration pages
2008-08-20 09:20:21 +00:00
Jo-Philipp Wich
d1cda67d3f
* luci/build: fix bashism in module.mk
2008-08-19 23:28:46 +00:00
Jo-Philipp Wich
f0bc93711d
* luci/contrib: update to latest uci git version
2008-08-19 20:30:06 +00:00
Steven Barth
4db2139116
modules/admin-*: Added hints for Wifi Channels
2008-08-19 18:20:57 +00:00
Steven Barth
6805eabaaa
modules/admin-full: Correctly unload firewall config in network configuration page
2008-08-19 17:51:13 +00:00
Jo-Philipp Wich
8000a4e704
* luci/libs: change default scheme directory to /lib/uci/schema/ in uvl
2008-08-19 17:19:32 +00:00
Steven Barth
a35337e6a1
Minor bugfixes
...
Added possibility to add networks from Wifi page
2008-08-19 17:02:40 +00:00
Jo-Philipp Wich
bfcefb717f
* luci/applications: olsr: convert general settings to dynamic section with most parameters removed to ease the compatibility pain
2008-08-19 16:47:05 +00:00
Steven Barth
dc638500b5
libs/cbi: Moved typecasting to the appropriate place
2008-08-19 15:33:04 +00:00