project/luci.git
9 years agoUpdated openvpn app to work with current openvpn package
Vladimir Ulrich [Mon, 14 Jul 2014 02:03:32 +0000 (06:03 +0400)]
Updated openvpn app to work with current openvpn package

Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agomodules/admin-full: add support for configuring mirror port
Jo-Philipp Wich [Fri, 10 Oct 2014 13:56:42 +0000 (15:56 +0200)]
modules/admin-full: add support for configuring mirror port

This adds the LuCI support for setting a mirror port on AR8327 switches.
Patch provided by Colin Leitner <colin.leitner@gmail.com>

Ref: https://dev.openwrt.org/attachment/ticket/10202

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoAdd initial contribution guidelines
Jo-Philipp Wich [Fri, 10 Oct 2014 13:32:27 +0000 (15:32 +0200)]
Add initial contribution guidelines

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoMerge pull request #219 from hnyman/WPS-toggle
Jo-Philipp Wich [Fri, 10 Oct 2014 13:07:43 +0000 (15:07 +0200)]
Merge pull request #219 from hnyman/WPS-toggle

wifi.lua: Add support for toggling WPS button

9 years agowifi.lua: Add support for toggling WPS button. 219/head
Hannu Nyman [Fri, 10 Oct 2014 12:48:54 +0000 (15:48 +0300)]
wifi.lua: Add support for toggling WPS button.

The patch checks the existence of the needed files for the WPS support and if they are present, shows the option to toggle WPS pushbutton settings.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agoadd support for splash leases plugin
soma [Fri, 10 Oct 2014 08:52:41 +0000 (10:52 +0200)]
add support for splash leases plugin

9 years agomodules/admin-full: fix wifi channel selection on multiple STA networks
Stephan Günther [Sun, 21 Sep 2014 18:35:20 +0000 (20:35 +0200)]
modules/admin-full: fix wifi channel selection on multiple STA networks

Besides several AP networks, I have configured two STA networks on my
openwrt box - both on the same radio and thus on the same channel.
This was done via LuCI.

However after both STA networks were set up, I am unable to edit the
channel on neither network. When editing the one STA network, LuCI
tells me that the channel is locked by the other STA network. Same for
the other STA network.

Looks like a bug to me, so I made a patch.

Signed-off-by: Stephan Günther <steph.guenther@googlemail.com>
9 years agoluci: initial 802.11ac support trunk
Jo-Philipp Wich [Sat, 4 Oct 2014 09:38:10 +0000 (09:38 +0000)]
luci: initial 802.11ac support

While working with 802.11ac (ath10k) I've noticed the web interface
configuration missing basic support for 11ac devices - unable to set VHT
(htmode) and 11ac (hwmode).

This patch adds initial support for luci admin-full page and 802.11ac
MAC80211 devices.

v2:
* replace obsolete 11nac mode with 11a + vhtmode (jow in ticket: #17323)

Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
[jow: fix typo in get_i18n()]
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agomodules/admin-full: decouple enable/disable button state from assoc state
Jo-Philipp Wich [Fri, 3 Oct 2014 17:28:23 +0000 (17:28 +0000)]
modules/admin-full: decouple enable/disable button state from assoc state

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agomodules/base: provide disable state in luci.tools.status.wifi_network()
Jo-Philipp Wich [Fri, 3 Oct 2014 17:28:21 +0000 (17:28 +0000)]
modules/base: provide disable state in luci.tools.status.wifi_network()

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agomodules/admin-full: fix assoc state check for sta mode in wifi overview
Jo-Philipp Wich [Fri, 3 Oct 2014 13:34:56 +0000 (13:34 +0000)]
modules/admin-full: fix assoc state check for sta mode in wifi overview

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agomodules/freifunk: fix map.html when using https, thanks cholin
Manuel Munz [Wed, 24 Sep 2014 17:40:02 +0000 (17:40 +0000)]
modules/freifunk: fix map.html when using https, thanks cholin

9 years agocollectd: Update luci-statistics / collectd to 5.4.1 - Luci
Jo-Philipp Wich [Thu, 18 Sep 2014 13:29:11 +0000 (13:29 +0000)]
collectd: Update luci-statistics / collectd to 5.4.1 - Luci

[PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 -
packages
[PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci

Collectd, the backbone of Luci statistics module, has been recently updated
already to 5.4.1, while Openwrt is still with 4.10.8.

5.0-5.4 branches have been released in 2011-2013 and the last Collectd
release in January 2014 only contained 5.4.1. 4.10.x is being "phased out"
and new commits have been made only rarely. No 4.10.x release for ages.

My ar71xx/wndr3700 build has been using 5.4.1 since March (and used 5.3.1
long before that).

I have compile-tested (with ar71xx) all collectd modules, and I have verified
the real-life functionality of the following plugins: Conntrack,
CPU/Processor, DNS, Interfaces, Memory, Ping, Processes, TCP Connections,
System Load, Uptime, Wireless.

The version bump requires changes both to "collectd" in the packages feed and
to "luci-statistics" in the luci feed, as some of the data items have changed
name or file structure.

I am including two separate patches: one for collectd in packages and one for
luci-statistics in Luci trunk.

Collectd:
Explanation of main changes in the patches for collectd in packages feed:

Patches to be removed:

- 120-fix_kernel_2.6.37.patch is unnecessary. The file to be patched has been
removed upstream.

- 130-timeleft-max.patch is included upstream. Patch removed.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=d5b09f2bb673ac9396da52b85bcbd16c98b3d633

Changed patches:

- 003-remove-werror.patch: Quilt choked on some -Werror related changes, so I
removed them.

- 900-add-iwinfo-plugin.patch: Changed to patch configure.ac instead of
configure.in

New patches:

- 140-fix-fqdnlookup.patch : FQDNLookup option has been turned on by default
since 5.1. If that option is enabled, it causes collectd to refuse to start
in a basic Openwrt box as typically a fully qualified domain name does not
exist for the router. (That error related can only be properly seen when
console is used to start collectd. Otherwise Luci statistics collectd simply
dies immediately after starting it.) That option should be false by default.
I included a new patch 140-fix-fqdnlookup.patch to turn the option off by
default.
http://git.verplant.org/?p=collectd.git;a=commit;h=e58f85bb68b4c45130bb6fdf40b51db95d2b71e5

- 150-fix-interface-af-link : a FreeBSD10-specific change broke build for me,
so I reverted the change.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc

- 905-disable-sigrok-glib: libsigrok checks for a glib-related macro that
breaks configure. Bypass the invalid macro. I have also added a disabling
option in Makefile.

Luci:
Data presentation in luci-statistics requires three changes in the Luci sources:

-conntrack result data has changed name from "entropy" to "value".
-ping result data has changed name from "ping" to "value".
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=77a6905147798210ec17173bd5e4410adcc3a112

-interface plugin has changed rrd data file structure so that the plugin
instances (=interfaces) have separate data files. Luci needs to draw the
graph for each plugin instance, not for each data instance.
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=cc3640ba512862cd5745446f1f1a997dd4344454

My previous patches for upgrading to earlier 5.x series can be marked as
superseeded in Patchwork.
http://patchwork.openwrt.org/patch/2457/
http://patchwork.openwrt.org/patch/3300/
http://patchwork.openwrt.org/patch/4204/
http://patchwork.openwrt.org/patch/4205/

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agohttp: ensure .content() works by default
Jo-Philipp Wich [Thu, 18 Sep 2014 09:29:30 +0000 (09:29 +0000)]
http: ensure .content() works by default

filehandler was always set, so the default handler was never being
called.  This led to calls to http.content() always returning nil.

Signed-off-by: Karl Palsson <karlp@remake.is>
9 years agocontrib/community-profiles: add two RtTable parameters for berlin
Manuel Munz [Thu, 11 Sep 2014 15:29:45 +0000 (15:29 +0000)]
contrib/community-profiles: add two RtTable parameters for berlin

9 years agomodules/admin-full: dynamically order lines in connection live status
Jo-Philipp Wich [Thu, 4 Sep 2014 11:35:23 +0000 (11:35 +0000)]
modules/admin-full: dynamically order lines in connection live status

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agolibs/web: add support for string templates to luci.template module
Jo-Philipp Wich [Thu, 4 Sep 2014 11:35:15 +0000 (11:35 +0000)]
libs/web: add support for string templates to luci.template module

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agolibs/web: add support for string templates to the template parser
Jo-Philipp Wich [Thu, 4 Sep 2014 11:35:09 +0000 (11:35 +0000)]
libs/web: add support for string templates to the template parser

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agolibs/web: remove strange 'static' on variable declaration
Jo-Philipp Wich [Thu, 4 Sep 2014 11:35:04 +0000 (11:35 +0000)]
libs/web: remove strange 'static' on variable declaration

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agolibs/web: rename template_parser field "mmap" to the more generic "data"
Jo-Philipp Wich [Thu, 4 Sep 2014 11:34:27 +0000 (11:34 +0000)]
libs/web: rename template_parser field "mmap" to the more generic "data"

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agocontrib/community-profiles: Add namservers for berlin, see https://github.com/freifun...
Manuel Munz [Sun, 24 Aug 2014 07:53:05 +0000 (07:53 +0000)]
contrib/community-profiles: Add namservers for berlin, see https://github.com/freifunk-berlin/firmware/issues/15#issuecomment-52959079

9 years agoapplications/status-olsr: Disable neightbl calls in olsrd neighbors view because...
Manuel Munz [Tue, 12 Aug 2014 17:08:49 +0000 (17:08 +0000)]
applications/status-olsr: Disable neightbl calls in olsrd neighbors view because neightbl segfaults on BB and it wasn't used anyways.

9 years agoCommit from LuCI Translation Portal by user jow.: 24 of 73 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:12:27 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 24 of 73 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 48 of 80 messages translated (1...
Translation System [Tue, 12 Aug 2014 12:12:23 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 48 of 80 messages translated (1 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:12:16 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 65 of 104 messages translated ...
Translation System [Tue, 12 Aug 2014 12:12:13 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 65 of 104 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 11 of 57 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:12:08 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 11 of 57 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 28 of 103 messages translated ...
Translation System [Tue, 12 Aug 2014 12:12:04 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 28 of 103 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy).
Translation System [Tue, 12 Aug 2014 12:12:02 +0000 (12:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 47 of 177 messages translated ...
Translation System [Tue, 12 Aug 2014 12:11:58 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 47 of 177 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:11:49 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 29 of 44 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:11:46 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 29 of 44 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 91 of 120 messages translated ...
Translation System [Tue, 12 Aug 2014 12:11:38 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 91 of 120 messages translated (2 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy).
Translation System [Tue, 12 Aug 2014 12:11:34 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 39 of 47 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:11:25 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 39 of 47 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 47 of 63 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:11:18 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 47 of 63 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 25 of 26 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:11:04 +0000 (12:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 25 of 26 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 14 of 34 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:09:59 +0000 (12:09 +0000)]
Commit from LuCI Translation Portal by user jow.: 14 of 34 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 20 of 44 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:09:52 +0000 (12:09 +0000)]
Commit from LuCI Translation Portal by user jow.: 20 of 44 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 32 of 63 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:09:49 +0000 (12:09 +0000)]
Commit from LuCI Translation Portal by user jow.: 32 of 63 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy).
Translation System [Tue, 12 Aug 2014 12:09:44 +0000 (12:09 +0000)]
Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 103 of 103 messages translated...
Translation System [Tue, 12 Aug 2014 12:09:14 +0000 (12:09 +0000)]
Commit from LuCI Translation Portal by user jow.: 103 of 103 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:08:47 +0000 (12:08 +0000)]
Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 175 of 175 messages translated...
Translation System [Tue, 12 Aug 2014 12:08:34 +0000 (12:08 +0000)]
Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:08:03 +0000 (12:08 +0000)]
Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 54 of 92 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:07:43 +0000 (12:07 +0000)]
Commit from LuCI Translation Portal by user jow.: 54 of 92 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 40 of 73 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:07:37 +0000 (12:07 +0000)]
Commit from LuCI Translation Portal by user jow.: 40 of 73 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 162 of 175 messages translated...
Translation System [Tue, 12 Aug 2014 12:07:00 +0000 (12:07 +0000)]
Commit from LuCI Translation Portal by user jow.: 162 of 175 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 54 of 80 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:06:49 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 54 of 80 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 22 of 25 messages translated (3...
Translation System [Tue, 12 Aug 2014 12:06:27 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 22 of 25 messages translated (3 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 167 of 177 messages translated...
Translation System [Tue, 12 Aug 2014 12:06:18 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 167 of 177 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 11 of 13 messages translated (2...
Translation System [Tue, 12 Aug 2014 12:06:13 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 11 of 13 messages translated (2 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 105 of 120 messages translated...
Translation System [Tue, 12 Aug 2014 12:06:07 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 105 of 120 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy).
Translation System [Tue, 12 Aug 2014 12:06:05 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 15 of 21 messages translated (4...
Translation System [Tue, 12 Aug 2014 12:06:00 +0000 (12:06 +0000)]
Commit from LuCI Translation Portal by user jow.: 15 of 21 messages translated (4 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 10 of 175 messages translated ...
Translation System [Tue, 12 Aug 2014 12:05:38 +0000 (12:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 10 of 175 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:05:27 +0000 (12:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:05:18 +0000 (12:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:05:14 +0000 (12:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 120 of 120 messages translated...
Translation System [Tue, 12 Aug 2014 12:05:00 +0000 (12:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 120 of 120 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 827 of 892 messages translated...
Translation System [Tue, 12 Aug 2014 12:04:28 +0000 (12:04 +0000)]
Commit from LuCI Translation Portal by user jow.: 827 of 892 messages translated (9 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 47 of 80 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:04:07 +0000 (12:04 +0000)]
Commit from LuCI Translation Portal by user jow.: 47 of 80 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 11 of 69 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:04:03 +0000 (12:04 +0000)]
Commit from LuCI Translation Portal by user jow.: 11 of 69 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 93 of 104 messages translated ...
Translation System [Tue, 12 Aug 2014 12:04:00 +0000 (12:04 +0000)]
Commit from LuCI Translation Portal by user jow.: 93 of 104 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 57 of 103 messages translated ...
Translation System [Tue, 12 Aug 2014 12:03:57 +0000 (12:03 +0000)]
Commit from LuCI Translation Portal by user jow.: 57 of 103 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0...
Translation System [Tue, 12 Aug 2014 12:03:47 +0000 (12:03 +0000)]
Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy).

9 years agohd-idle: enable_debug will block LuCI interface
Jo-Philipp Wich [Tue, 12 Aug 2014 10:43:56 +0000 (10:43 +0000)]
hd-idle: enable_debug will block LuCI interface

NEVER enable_debug from LuCI, because hd-idle goes into
foreground/console mode and LuCI will hang during "Save&Apply" forever.
This parameter should be removed completely. Also not being availible
inside OpenWrt's init script. If you reboot, hd-idle blocks the boot
process because it's not going to background.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoadd missing cbi-button class to nsection.htm
Jo-Philipp Wich [Tue, 12 Aug 2014 10:42:14 +0000 (10:42 +0000)]
add missing cbi-button class to nsection.htm

Hello,
I opened an issue in trac but it doesn't let me attach the patch (it
complains about cookies not enabled, which isn't true), and I cannot see
it to try again since it's awaiting moderation (moderated submission
#34250) so here's the patch (against 0.11, but I see that trunk has the
same problem).

Bye
--
Luca

9 years agoadded readonly property to TextValue (tvalue.htm) template
Jo-Philipp Wich [Tue, 12 Aug 2014 10:39:45 +0000 (10:39 +0000)]
added readonly property to TextValue (tvalue.htm) template

A textarea has a readonly property which is currently not supported by the TextValue template ( tvalue.htm )
Here the patch to add it to tvalue.htm

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agomodules/freifunk: fix wifi overview on public status page
Manuel Munz [Sun, 10 Aug 2014 15:27:23 +0000 (15:27 +0000)]
modules/freifunk: fix wifi overview on public status page

9 years agocontrib/freifunk-policyrouting: use olsrd and olsrd6 configs
Manuel Munz [Sat, 9 Aug 2014 12:23:27 +0000 (12:23 +0000)]
contrib/freifunk-policyrouting: use olsrd and olsrd6 configs

9 years agofreifunk/community-profiles: remove mainz
Manuel Munz [Sat, 9 Aug 2014 11:14:32 +0000 (11:14 +0000)]
freifunk/community-profiles: remove mainz

9 years agocontrib/meshwizard: add support for setting up qos on wan
Manuel Munz [Fri, 8 Aug 2014 21:25:46 +0000 (21:25 +0000)]
contrib/meshwizard: add support for setting up qos on wan

9 years agocontrib/meshwizard: use seperate config files for olsrd4 and olsrd6
Manuel Munz [Fri, 8 Aug 2014 21:20:56 +0000 (21:20 +0000)]
contrib/meshwizard: use seperate config files for olsrd4 and olsrd6

9 years agoluci/po: spelling and grammar fixes by Alex Henrie
Manuel Munz [Tue, 5 Aug 2014 10:21:03 +0000 (10:21 +0000)]
luci/po: spelling and grammar fixes by Alex Henrie

9 years agofreifunk fix profile expert fs write function.
Patrick Grimm [Sun, 3 Aug 2014 19:39:24 +0000 (19:39 +0000)]
freifunk fix profile expert fs write function.

9 years agofix syntax error introduced in r10464
Manuel Munz [Thu, 31 Jul 2014 20:47:34 +0000 (20:47 +0000)]
fix syntax error introduced in r10464

9 years agomeshwizard: add option addchannelbefore
Patrick Grimm [Wed, 30 Jul 2014 21:20:52 +0000 (21:20 +0000)]
meshwizard: add option addchannelbefore

9 years agocommunity-profiles: add 02:CA:FF:EE:BA:BE for channel 10 in Berlin
Patrick Grimm [Wed, 30 Jul 2014 20:17:39 +0000 (20:17 +0000)]
community-profiles: add 02:CA:FF:EE:BA:BE for channel 10 in Berlin

9 years agoluci-olsr split IPv6/4 configuration in 2 sections
Patrick Grimm [Wed, 30 Jul 2014 19:11:04 +0000 (19:11 +0000)]
luci-olsr split IPv6/4 configuration in 2 sections

9 years agoolsr watchdog also for renamed pid file (ipv4) https://github.com/freifunk/firmware...
Matthias Uferer [Wed, 30 Jul 2014 14:22:06 +0000 (14:22 +0000)]
olsr watchdog also for renamed pid file (ipv4) https://github.com/freifunk/firmware-leipzig/issues/15

9 years agofreifunk berlin settings https://github.com/freifunk/firmware-berlin/issues/34
Matthias Uferer [Wed, 30 Jul 2014 13:37:31 +0000 (13:37 +0000)]
freifunk berlin settings https://github.com/freifunk/firmware-berlin/issues/34

9 years agomodules/base: restore /lib/uci/upload directory
Jo-Philipp Wich [Sun, 13 Jul 2014 12:36:00 +0000 (12:36 +0000)]
modules/base: restore /lib/uci/upload directory

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoCommit from LuCI Translation Portal by user jow.: 835 of 892 messages translated...
Translation System [Tue, 1 Jul 2014 11:28:25 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 835 of 892 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 8 of 73 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:22 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 8 of 73 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 159 of 175 messages translated...
Translation System [Tue, 1 Jul 2014 11:28:21 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 159 of 175 messages translated (1 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 49 of 80 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:20 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 49 of 80 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 45 of 69 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:19 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 45 of 69 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 62 of 104 messages translated ...
Translation System [Tue, 1 Jul 2014 11:28:16 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 62 of 104 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:14 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 9 of 57 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:11 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 9 of 57 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 24 of 103 messages translated ...
Translation System [Tue, 1 Jul 2014 11:28:09 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 24 of 103 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:28:07 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 43 of 177 messages translated ...
Translation System [Tue, 1 Jul 2014 11:28:05 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 43 of 177 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 73 of 183 messages translated ...
Translation System [Tue, 1 Jul 2014 11:28:01 +0000 (11:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 73 of 183 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy).
Translation System [Tue, 1 Jul 2014 11:27:59 +0000 (11:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 15 of 32 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:27:55 +0000 (11:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 15 of 32 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 87 of 120 messages translated ...
Translation System [Tue, 1 Jul 2014 11:27:54 +0000 (11:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 87 of 120 messages translated (2 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 127 of 128 messages translated...
Translation System [Tue, 1 Jul 2014 11:27:53 +0000 (11:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 127 of 128 messages translated (0 fuzzy).

9 years agoCommit from LuCI Translation Portal by user jow.: 44 of 63 messages translated (0...
Translation System [Tue, 1 Jul 2014 11:27:50 +0000 (11:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 44 of 63 messages translated (0 fuzzy).