From de3be2388393ed28e44d2714c25eee9b9886e820 Mon Sep 17 00:00:00 2001 From: pmelange Date: Fri, 8 Feb 2019 01:43:14 +0100 Subject: [PATCH] freifunk-common: add default configuration for 802.11s interfaces The defaults are config 'defaults' 'wifi_iface_80211s' option 'mode' 'mesh' option 'encryption' 'none' option 'mesh_id' 'Mesh-Freifunk' option 'mesh_fwding' '0' The decision for the name of the section can be found here: https://github.com/freifunk/openwrt-packages/pull/3 Signed-off-by: pmelange --- are | 233 + .../freifunk-common/files/etc/config/freifunk | 7 + h' | 78949 ++++++++++++++++ interfaces | 78949 ++++++++++++++++ 4 files changed, 158138 insertions(+) create mode 100644 are create mode 100644 h' create mode 100644 interfaces diff --git a/are b/are new file mode 100644 index 000000000..2a8e3e723 --- /dev/null +++ b/are @@ -0,0 +1,233 @@ + + SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS + + Commands marked with * may be preceded by a number, _N. + Notes in parentheses indicate the behavior if _N is given. + A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. + + h H Display this help. + q :q Q :Q ZZ Exit. + --------------------------------------------------------------------------- + + MMOOVVIINNGG + + e ^E j ^N CR * Forward one line (or _N lines). + y ^Y k ^K ^P * Backward one line (or _N lines). + f ^F ^V SPACE * Forward one window (or _N lines). + b ^B ESC-v * Backward one window (or _N lines). + z * Forward one window (and set window to _N). + w * Backward one window (and set window to _N). + ESC-SPACE * Forward one window, but don't stop at end-of-file. + d ^D * Forward one half-window (and set half-window to _N). + u ^U * Backward one half-window (and set half-window to _N). + ESC-) RightArrow * Left one half screen width (or _N positions). + ESC-( LeftArrow * Right one half screen width (or _N positions). + F Forward forever; like "tail -f". + ESC-F Like F but stop when search pattern is found. + r ^R ^L Repaint screen. + R Repaint screen, discarding buffered input. + --------------------------------------------------- + Default "window" is the screen height. + Default "half-window" is half of the screen height. + --------------------------------------------------------------------------- + + SSEEAARRCCHHIINNGG + + /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line. + ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line. + n * Repeat previous search (for _N-th occurrence). + N * Repeat previous search in reverse direction. + ESC-n * Repeat previous search, spanning files. + ESC-N * Repeat previous search, reverse dir. & spanning files. + ESC-u Undo (toggle) search highlighting. + &_p_a_t_t_e_r_n * Display only matching lines + --------------------------------------------------- + A search pattern may be preceded by one or more of: + ^N or ! Search for NON-matching lines. + ^E or * Search multiple files (pass thru END OF FILE). + ^F or @ Start search at FIRST file (for /) or last file (for ?). + ^K Highlight matches, but don't move (KEEP position). + ^R Don't use REGULAR EXPRESSIONS. + --------------------------------------------------------------------------- + + JJUUMMPPIINNGG + + g < ESC-< * Go to first line in file (or line _N). + G > ESC-> * Go to last line in file (or line _N). + p % * Go to beginning of file (or _N percent into file). + t * Go to the (_N-th) next tag. + T * Go to the (_N-th) previous tag. + { ( [ * Find close bracket } ) ]. + } ) ] * Find open bracket { ( [. + ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. + ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> + --------------------------------------------------- + Each "find close bracket" command goes forward to the close bracket + matching the (_N-th) open bracket in the top line. + Each "find open bracket" command goes backward to the open bracket + matching the (_N-th) close bracket in the bottom line. + + m_<_l_e_t_t_e_r_> Mark the current position with . + '_<_l_e_t_t_e_r_> Go to a previously marked position. + '' Go to the previous position. + ^X^X Same as '. + --------------------------------------------------- + A mark is any upper-case or lower-case letter. + Certain marks are predefined: + ^ means beginning of the file + $ means end of the file + --------------------------------------------------------------------------- + + CCHHAANNGGIINNGG FFIILLEESS + + :e [_f_i_l_e] Examine a new file. + ^X^V Same as :e. + :n * Examine the (_N-th) next file from the command line. + :p * Examine the (_N-th) previous file from the command line. + :x * Examine the first (or _N-th) file from the command line. + :d Delete the current file from the command line list. + = ^G :f Print current file name. + --------------------------------------------------------------------------- + + MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS + + -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. + --_<_n_a_m_e_> Toggle a command line option, by name. + __<_f_l_a_g_> Display the setting of a command line option. + ___<_n_a_m_e_> Display the setting of an option, by name. + +_c_m_d Execute the less cmd each time a new file is examined. + + !_c_o_m_m_a_n_d Execute the shell command with $SHELL. + |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. + v Edit the current file with $VISUAL or $EDITOR. + V Print version number of "less". + --------------------------------------------------------------------------- + + OOPPTTIIOONNSS + + Most options may be changed either on the command line, + or from within less by using the - or -- command. + Options may be given in one of two forms: either a single + character preceded by a -, or a name preceded by --. + + -? ........ --help + Display help (from command line). + -a ........ --search-skip-screen + Search skips current screen. + -A ........ --SEARCH-SKIP-SCREEN + Search starts just after target line. + -b [_N] .... --buffers=[_N] + Number of buffers. + -B ........ --auto-buffers + Don't automatically allocate buffers for pipes. + -c ........ --clear-screen + Repaint by clearing rather than scrolling. + -d ........ --dumb + Dumb terminal. + -D [_x_n_._n] . --color=_x_n_._n + Set screen colors. (MS-DOS only) + -e -E .... --quit-at-eof --QUIT-AT-EOF + Quit at end of file. + -f ........ --force + Force open non-regular files. + -F ........ --quit-if-one-screen + Quit if entire file fits on first screen. + -g ........ --hilite-search + Highlight only last match for searches. + -G ........ --HILITE-SEARCH + Don't highlight any matches for searches. + -h [_N] .... --max-back-scroll=[_N] + Backward scroll limit. + -i ........ --ignore-case + Ignore case in searches that do not contain uppercase. + -I ........ --IGNORE-CASE + Ignore case in all searches. + -j [_N] .... --jump-target=[_N] + Screen position of target lines. + -J ........ --status-column + Display a status column at left edge of screen. + -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] + Use a lesskey file. + -K --quit-on-intr + Exit less in response to ctrl-C. + -L ........ --no-lessopen + Ignore the LESSOPEN environment variable. + -m -M .... --long-prompt --LONG-PROMPT + Set prompt style. + -n -N .... --line-numbers --LINE-NUMBERS + Don't use line numbers. + -o [_f_i_l_e] . --log-file=[_f_i_l_e] + Copy to log file (standard input only). + -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] + Copy to log file (unconditionally overwrite). + -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n] + Start at pattern (from command line). + -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t] + Define new prompt. + -q -Q .... --quiet --QUIET --silent --SILENT + Quiet the terminal bell. + -r -R .... --raw-control-chars --RAW-CONTROL-CHARS + Output "raw" control characters. + -s ........ --squeeze-blank-lines + Squeeze multiple blank lines. + -S ........ --chop-long-lines + Chop (truncate) long lines rather than wrapping. + -t [_t_a_g] .. --tag=[_t_a_g] + Find a tag. + -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e] + Use an alternate tags file. + -u -U .... --underline-special --UNDERLINE-SPECIAL + Change handling of backspaces. + -V ........ --version + Display the version number of "less". + -w ........ --hilite-unread + Highlight first new line after forward-screen. + -W ........ --HILITE-UNREAD + Highlight first new line after any forward movement. + -x [_N[,...]] --tabs=[_N[,...]] + Set tab stops. + -X ........ --no-init + Don't use termcap init/deinit strings. + -y [_N] .... --max-forw-scroll=[_N] + Forward scroll limit. + -z [_N] .... --window=[_N] + Set size of window. + -" [_c[_c]] . --quotes=[_c[_c]] + Set shell quote characters. + -~ ........ --tilde + Don't display tildes after end of file. + -# [_N] .... --shift=[_N] + Horizontal scroll amount (0 = one half screen width) + ........ --no-keypad + Don't send termcap keypad init/deinit strings. + ........ --follow-name + The F command changes files if the input file is renamed. + ........ --use-backslash + Subsequent options use backslash as escape char. + + + --------------------------------------------------------------------------- + + LLIINNEE EEDDIITTIINNGG + + These keys can be used to edit text being entered + on the "command line" at the bottom of the screen. + + RightArrow ..................... ESC-l ... Move cursor right one character. + LeftArrow ...................... ESC-h ... Move cursor left one character. + ctrl-RightArrow ESC-RightArrow ESC-w ... Move cursor right one word. + ctrl-LeftArrow ESC-LeftArrow ESC-b ... Move cursor left one word. + HOME ........................... ESC-0 ... Move cursor to start of line. + END ............................ ESC-$ ... Move cursor to end of line. + BACKSPACE ................................ Delete char to left of cursor. + DELETE ......................... ESC-x ... Delete char under cursor. + ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor. + ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor. + ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line. + UpArrow ........................ ESC-k ... Retrieve previous command line. + DownArrow ...................... ESC-j ... Retrieve next command line. + TAB ...................................... Complete filename & cycle. + SHIFT-TAB ...................... ESC-TAB Complete filename & reverse cycle. + ctrl-L ................................... Complete filename, list all. + + diff --git a/contrib/package/freifunk-common/files/etc/config/freifunk b/contrib/package/freifunk-common/files/etc/config/freifunk index b1a2e41e2..a43f4e3fa 100644 --- a/contrib/package/freifunk-common/files/etc/config/freifunk +++ b/contrib/package/freifunk-common/files/etc/config/freifunk @@ -118,3 +118,10 @@ config 'defaults' 'dhcp' config 'defaults' 'olsr_interfacedefaults' option 'Ip4Broadcast' '255.255.255.255' + +config 'defaults' 'wifi_iface_80211s' + option 'mode' 'mesh' + option 'encryption' 'none' + option 'mesh_id' 'Mesh-Freifunk' + option 'mesh_fwding' '0' + diff --git a/h' b/h' new file mode 100644 index 000000000..441f87791 --- /dev/null +++ b/h' @@ -0,0 +1,78949 @@ +commit 26703de2c7b7ba567e8f35cf8216772a65090b64 +Author: pmelange +Date: Fri Feb 8 01:49:25 2019 +0100 + + freifunk profile_berlin: add default section for 802.11s + + mesh_id is set to "Mesh-Freifunk-Berlin" + + Signed-off-by: pmelange + +commit 43153f5f52a695c509cac26021ccf05779233020 +Author: pmelange +Date: Fri Feb 8 01:43:14 2019 +0100 + + freifunk-common: add default configuration for 802.11s interfaces + + The defaults are + + config 'defaults' '80211s' + option 'mode' 'mesh' + option 'encryption' 'none' + option 'mesh_id' 'Mesh-Freifunk' + option 'mesh_fwding' '0' + + Signed-off-by: pmelange + +commit 4e5111ee7dc80e29620b9e0b126209ebae553002 +Merge: 8ebb4ba3e 36097124e +Author: Hannu Nyman +Date: Thu Feb 7 20:27:15 2019 +0200 + + Merge pull request #2517 from YuriPet/master + + luci-base: update Ukrainian translation + +commit 36097124e34d7f286a97c6d87fc407e86aa2559b +Author: Yurii +Date: Thu Feb 7 19:11:06 2019 +0200 + + luci-base: update Ukrainian translation + + + Signed-off-by: Yurii yuripet@gmail.com + +commit 8ebb4ba3e4fe3922b64fc6d24bce7377354888e0 +Merge: 21b29f3fa 7c539d115 +Author: Hannu Nyman +Date: Thu Feb 7 16:45:06 2019 +0200 + + Merge pull request #2516 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit 7c539d115b46b190e87be4b51dcc56d086657a02 +Author: INAGAKI Hiroshi +Date: Thu Feb 7 23:18:28 2019 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 21b29f3faf8b0ce9d2db1aa07b3ebc93a7a5621a +Merge: 9f520b48d e00fec9f3 +Author: Hannu Nyman +Date: Mon Feb 4 16:30:33 2019 +0200 + + Merge pull request #2513 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit e00fec9f31b344257d176117d704ee46bef4763a +Author: INAGAKI Hiroshi +Date: Mon Feb 4 22:34:47 2019 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit ccb762997f7e57721941018caf502b8ec6d1ca0f +Author: INAGAKI Hiroshi +Date: Mon Feb 4 21:44:52 2019 +0900 + + i18n: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit 9f520b48d8380b4aa7473dd3bd240d51092c2cb2 +Merge: 8ea0f156a b7954cbdc +Author: Hannu Nyman +Date: Sun Feb 3 11:45:51 2019 +0200 + + Merge pull request #2505 from aparcar/master + + luci-app-attendedsysupgrade: fixup server url + +commit b7954cbdc6377742ba5083f7d9615ef194168365 +Author: Paul Spooren +Date: Sun Feb 3 01:23:44 2019 +0100 + + luci-app-attendedsysupgrade: fixup server url + + server does not send full download url but only path + + fixup error_box + + Signed-off-by: Paul Spooren + +commit 8ea0f156abc036812326fa58e27f0c07be7f2105 +Merge: 7efaac523 c6e3d0543 +Author: Dirk Brenken +Date: Sat Feb 2 18:04:01 2019 +0100 + + Merge pull request #2501 from dibdot/dnscrypt-proxy + + luci-app-DNSCrypt-Proxy: small controller changes + +commit 7efaac523c69da75d9c9678d8310c94dcc7d70cb +Merge: ea2e4a2cf 2ba932578 +Author: Dirk Brenken +Date: Sat Feb 2 18:03:43 2019 +0100 + + Merge pull request #2500 from dibdot/banip + + luci-app-banIP: small controller changes + +commit ea2e4a2cf30f86ef871d3f76f02691f627bdf0b8 +Merge: e91e89b28 391ae7519 +Author: Dirk Brenken +Date: Sat Feb 2 18:03:20 2019 +0100 + + Merge pull request #2499 from dibdot/travelmate + + luci-app-travelmate: small controller changes + +commit e91e89b28afc05e575ee1f70d7a897ecb270bb58 +Merge: 44680dc80 09ea2573f +Author: Dirk Brenken +Date: Sat Feb 2 18:02:51 2019 +0100 + + Merge pull request #2498 from dibdot/adblock + + luci-app-adblock: small controller changes + +commit c6e3d054358d78496a34c5adc236cdc6750c00e5 +Author: Dirk Brenken +Date: Sat Feb 2 09:04:33 2019 +0100 + + luci-app-DNSCrypt-Proxy: small controller changes + + - remove needless Turris Omnia logread workaround, due to changes in + latest syslog-ng package + + Signed-off-by: Dirk Brenken + +commit 2ba9325788f80cc803fd8af49bb492cc09725285 +Author: Dirk Brenken +Date: Sat Feb 2 08:56:39 2019 +0100 + + luci-app-banIP: small controller changes + + - remove needless Turris Omnia logread workaround, due to changes in + latest syslog-ng package + + Signed-off-by: Dirk Brenken + +commit 391ae75192448dd3941a7e1d71e88f33f74961f8 +Author: Dirk Brenken +Date: Sat Feb 2 08:48:40 2019 +0100 + + luci-app-travelmate: small controller changes + + - remove needless Turris Omnia logread workaround, due to changes in + latest syslog-ng package + + Signed-off-by: Dirk Brenken + +commit 09ea2573ff32571f8670bfc197b3f947abaf46b2 +Author: Dirk Brenken +Date: Sat Feb 2 07:49:12 2019 +0100 + + luci-app-adblock: small controller changes + + - show 'DNS Query Report' tab only when tcpdump was found + - remove needless Turris Omnia logread workaround, due to changes in + latest syslog-ng package + + Signed-off-by: Dirk Brenken + +commit 44680dc8057a3437f07cae8dbac29b2490baf947 +Merge: 4b873ddf8 aa2e1edfa +Author: Hannu Nyman +Date: Thu Jan 31 20:04:48 2019 +0200 + + Merge pull request #2493 from TDT-AG/pr/20190131-luci-app-mwan3 + + luci-app-mwan3: fix possibility to not select an ipset + +commit aa2e1edfa5c3ccc878cd615c7729a892eae72947 +Author: Florian Eckert +Date: Thu Jan 31 11:03:27 2019 +0100 + + luci-app-mwan3: fix possibility to not select an ipset + + Signed-off-by: Florian Eckert + +commit 4b873ddf84f9623501d5074a5e8253d2be3c40fb +Merge: 766643fcf 6ab3771e9 +Author: Jo-Philipp Wich +Date: Wed Jan 30 17:34:38 2019 +0100 + + Merge pull request #2491 from shunjou/material-firewall-tables + + luci-theme-material: fix firewall table style + +commit 6ab3771e9dec7db46f22bcf975acc8e37e4af250 +Author: shunjou +Date: Wed Jan 30 11:14:38 2019 -0500 + + luci-theme-material: fix firewall table style + + Signed-off-by: Shun Jou + +commit 766643fcf18b5710462b88adeabe5e4706ed09cf +Author: Jo-Philipp Wich +Date: Wed Jan 30 16:48:51 2019 +0100 + + luci-mod-rpc: drop "secret" value from rpc session objects + + Drop the "secret" value from RPC session objects in order to make them + compatible with ordinary web sessions used by the LuCI web interface. + + That secret value was never used for anything and is the only difference + compared to normal LuCI login sessions. + + Signed-off-by: Jo-Philipp Wich + +commit 74e4cf56c63e982519f9f8fd1fb2adbddbd33093 +Merge: 1828af982 69490d628 +Author: Jo-Philipp Wich +Date: Wed Jan 30 08:24:38 2019 +0100 + + Merge pull request #2466 from HenryGiraldo/master + + luci-mod-network: Add mesh_rssi_threshold and encryption + +commit 1828af98279369d9eb3ee1e113c7b544a907b3c6 +Merge: 72163ea5f 970fa9a4e +Author: Jo-Philipp Wich +Date: Wed Jan 30 08:23:53 2019 +0100 + + Merge pull request #2421 from SibrenVasse/ssid_format + + SSID escaping + +commit 72163ea5ff46dba8100b6d26c0ad7a752fa070c8 +Merge: b3c237a52 bf26a5543 +Author: Jo-Philipp Wich +Date: Wed Jan 30 08:23:35 2019 +0100 + + Merge pull request #2484 from yglb/rosy-bugsfix + + luci-theme-rosy: Fixed most bugs and modified some interface styles + +commit b3c237a52333ea0de54266f38af631dce2f88d0a +Merge: 774ede00c 9375fbe86 +Author: Jo-Philipp Wich +Date: Wed Jan 30 08:21:39 2019 +0100 + + Merge pull request #2487 from shunjou/material-changes + + luci-theme-material: various css changes + +commit 774ede00c4dd303618f395d2c3dd8be8ed67b189 +Merge: d6ae36353 f33562440 +Author: Dirk Brenken +Date: Wed Jan 30 08:19:00 2019 +0100 + + Merge pull request #2486 from BKPepe/lxc-aarch64 + + luci-app-lxc: add aarch64 to target map + +commit 9375fbe86d28d415200028da8ba043b565105f9f +Author: shunjou +Date: Tue Jan 29 18:46:47 2019 -0500 + + luci-theme-material: various css changes + + * Improve dropdown menu indicators + * Remove border on code + * Compensate for occasional log overflow + * Restrict webkit scrollbar style from mobile + + Signed-off-by: Shun Jou + +commit f335624407e4c5c04be0d676010369aa55652798 +Author: Josef Schlehofer +Date: Tue Jan 29 23:04:04 2019 +0100 + + luci-app-lxc: add aarch64 to target map + + Signed-off-by: Josef Schlehofer + +commit bf26a554305627fce3225e0cddfbe6fea1a3a673 +Author: YanlanShen +Date: Mon Jan 28 10:40:15 2019 +0800 + + luci-theme-rosy: + luasrc: Modify the layout to accommodate style changes + + Signed-off-by: YanlanShen + +commit c11e4cf659bc61929bb4877f09a0a28cf72d5765 +Author: YanlanShen +Date: Mon Jan 28 10:39:06 2019 +0800 + + luci-theme-rosy: + htdocs: Modify scrollbar styles, and most interface style changes and bug fixes + + Signed-off-by: YanlanShen + +commit d6ae36353b355600057fa81ffbf15a29acd6059e +Merge: c81ae8684 147a8888c +Author: Hannu Nyman +Date: Sat Jan 26 18:14:10 2019 +0200 + + Merge pull request #2481 from YuriPet/master + + luci-base: update Ukrainian translation + +commit 147a8888c8b3e37f5aeef2fb9367514b5ae78549 +Author: Yurii +Date: Sat Jan 26 17:11:36 2019 +0200 + + luci-base: update Ukrainian translation + + Signed-off-by: Yurii yuripet@gmail.com + +commit c81ae86847bd96c42f075df360dce8d075c08e5c +Merge: 84ff9094c 11cff5374 +Author: Hannu Nyman +Date: Sat Jan 26 15:32:57 2019 +0200 + + Merge pull request #2462 from cshoredaniel/luci-rad2-pass-go-fix + + luci-app-radicale2: A couple of fixes for radicale2 UI + +commit 84ff9094ce0643c3baef16bc37be99f48a3c1720 +Author: Paul Spooren +Date: Fri Jan 25 16:14:46 2019 +0100 + + luci-app-attendedsysupgrade: new api, unify status + + to distinguish between installed packages and requested packages, the + API call is now "installed" instead of "packages". + + Also unify "info_box" and "error_box" to "status_box" + + Signed-off-by: Paul Spooren + +commit a0a78baf85c5509d6b8211ea876522ba57f51a23 +Author: Zheng Qian +Date: Fri Jan 25 10:59:42 2019 +0800 + + luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 865d0cf9c7f8420600d4d69d64e20da544503beb +Author: Hannu Nyman +Date: Thu Jan 24 18:43:21 2019 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit d99831e9d01cdcaa47096514c749f32c741988b8 +Author: Hannu Nyman +Date: Thu Jan 24 18:01:07 2019 +0200 + + treewide: cleanup LEDE references + + Remove old LEDE references. + Also remove one obviously wrong translation from pt-br + + Signed-off-by: Hannu Nyman + +commit c8e95785869ebb2862b524b96568f2ea20ce9b8c +Author: Jo-Philipp Wich +Date: Thu Jan 24 12:18:33 2019 +0100 + + lucihttp: update to latest Git HEAD + + 1afbdcc build: add soversion to library + + Also adjust ABI_VERSION and install recipe accordingly. + + Signed-off-by: Jo-Philipp Wich + +commit 61b9f7af8f3b788e5e01e61949799848a94e0670 +Merge: 4e4fd206c f229dea74 +Author: Hannu Nyman +Date: Tue Jan 22 17:51:28 2019 +0200 + + Merge pull request #2476 from TDT-AG/pr/20190122-luci-app-mwan3 + + luci-app-mwan3: add syslog option and prefiil ipset rule dropdown + +commit 4e4fd206c86e7170332e5f46e3ef4b9711f9beb6 +Merge: 47cba970a 050752a4a +Author: Jo-Philipp Wich +Date: Tue Jan 22 14:47:11 2019 +0100 + + Merge pull request #2477 from TDT-AG/pr/20190122-luci-app-ddns + + luci-app-ddns: fix package installation link + +commit 050752a4ae302384e5008943a7417593e0597b91 +Author: Florian Eckert +Date: Fri Jan 11 10:03:20 2019 +0100 + + luci-app-ddns: fix package installation link + + Signed-off-by: Florian Eckert + +commit f229dea746f9b404ebe61434ef355842a56aaf39 +Author: Florian Eckert +Date: Wed Jan 16 14:25:38 2019 +0100 + + luci-app-mwan3: Offer loaded ipsets as dropdown for ipset selection + + Signed-off-by: Florian Eckert + +commit a429bb47e7cee60f77d8d512c5b6e6cef2882769 +Author: Florian Eckert +Date: Tue Jan 8 15:45:44 2019 +0100 + + luci-app-mwan3: add syslog rule debug option + + Signed-off-by: Florian Eckert + +commit 47cba970a555ffb67a8615da9d0bd039ba9161ad +Author: Soha Jin +Date: Sun Jan 20 18:40:47 2019 +0800 + + luci-app-shadowsocks-libev: Fix HTML tag + + Signed-off-by: Soha Jin + +commit b6e240d8c372b98d0aa097bf325253b83ead6f56 +Merge: f73f1106f d3781f7c3 +Author: Jo-Philipp Wich +Date: Mon Jan 21 20:14:31 2019 +0100 + + Merge pull request #2424 from LuKePicci/luci-proto-ppp_pppoe_host-uniq + + luci-proto-ppp: fix wrong pppoe host_uniq datatype + +commit f73f1106f77a8c58672f8456565183af03556522 +Merge: 29c343c5e 42ad4977a +Author: Jo-Philipp Wich +Date: Mon Jan 21 20:14:00 2019 +0100 + + Merge pull request #2442 from TDT-AG/pr/20190109-luci-mod-system-pollinterval + + luci-mod-system: add pollinterval option + +commit 29c343c5ea7abbe9e81f316264800702479a90ff +Merge: a86c06887 c593a210b +Author: Jo-Philipp Wich +Date: Mon Jan 21 20:13:12 2019 +0100 + + Merge pull request #2473 from TDT-AG/pr/20190121-luci-app-statistics + + luci-app-statistics: some code cleanup + +commit c593a210b2305f7901fcb45e0cc1810f4534164c +Author: Florian Eckert +Date: Mon Jan 21 14:20:10 2019 +0100 + + luci-app-statisctis: only include lua modules in rrd statistics into local scope + + Signed-off-by: Florian Eckert + +commit 8302e7995eb631accc63a45ee96ef287bc9ce017 +Author: Florian Eckert +Date: Mon Jan 21 14:19:08 2019 +0100 + + luci-app-statistics: remove unused luci.sys include + + Signed-off-by: Florian Eckert + +commit b8aa3ebced39a9e82dbd3751d5ed28092aa02233 +Author: Florian Eckert +Date: Mon Jan 21 14:18:12 2019 +0100 + + luci-app-statistics: only include lua modules into local scope + + Signed-off-by: Florian Eckert + +commit 6e8c99714edb8aedc57f6c2bf5efa833a1559f6c +Author: Florian Eckert +Date: Mon Jan 21 14:09:05 2019 +0100 + + luic-app-statistics: reduce copyright headers + + Signed-off-by: Florian Eckert + +commit d78f79a404db4610a9a92ca44e9258a02ee4a53c +Author: Florian Eckert +Date: Mon Jan 21 14:05:57 2019 +0100 + + luci-app-statistics: fix whitespaces in rrdtool definitions + + Signed-off-by: Florian Eckert + +commit a86c068870dea59844a282ca43885ef4fcbfa07f +Author: Yousong Zhou +Date: Mon Jan 21 02:00:06 2019 +0000 + + luci-app-shadowsocks-libev: ss_rules: allow ip6 in src_dst_option() + + Signed-off-by: Yousong Zhou + +commit 68d3351d36752cd111ea7059505fc9dfc71d32fb +Merge: 52e1d8339 c95fdfcc1 +Author: Hannu Nyman +Date: Fri Jan 18 17:36:27 2019 +0200 + + Merge pull request #2464 from TDT-AG/pr/20190117-luci-app-mwan3 + + luci-app-mwan3: fix cbi local scope + +commit 52e1d8339f0c4c50bee778366020f9b497130146 +Merge: eb88473f9 c7723efe5 +Author: Hannu Nyman +Date: Fri Jan 18 17:35:53 2019 +0200 + + Merge pull request #2461 from tano-systems/luci-app-opkg-upd-ru-i18n + + luci-app-opkg: update Russian translation + +commit eb88473f96b7d54389f67a48d8e1699612afaf57 +Merge: d1a9e4479 663d772da +Author: Hannu Nyman +Date: Fri Jan 18 17:35:30 2019 +0200 + + Merge pull request #2460 from tano-systems/luci-base-i18n-upd + + luci-base: update Russian translation + +commit d1a9e447977117c958a68bca1895e347e5934d31 +Merge: 69a51fe2c 82079953d +Author: Hannu Nyman +Date: Fri Jan 18 17:35:04 2019 +0200 + + Merge pull request #2459 from tano-systems/luci-app-openvpn-fix-ru-i18n + + luci-app-openvpn: fix and update Russian translation + +commit 69a51fe2c124f0add27b7db8b234981d204fb822 +Merge: 8fc68bee2 fa06142ef +Author: Hannu Nyman +Date: Fri Jan 18 17:34:38 2019 +0200 + + Merge pull request #2458 from tano-systems/luci-app-ddns-fix-ru-i18n + + luci-app-ddns: fix Russian translation + +commit 82079953d393c44e7d5df107872c9d2ca7f50204 +Author: Anton Kikin +Date: Tue Jan 15 05:11:08 2019 +0300 + + luci-app-openvpn: fix and update Russian translation + + Signed-off-by: Anton Kikin + +commit 69490d628e1d0a02609581123373b3cbc368fece +Author: Enrique Giraldo +Date: Thu Jan 17 12:30:49 2019 +0100 + + luci-mod-network: Add mesh_rssi_threshold and encryption + + * make mesh_rssi_threshold configurable + * add SAE encryption support + + Signed-off-by: Enrique Giraldo + +commit c95fdfcc1af9fb52a79853f59e67aed02193a16d +Author: Florian Eckert +Date: Thu Jan 17 11:12:52 2019 +0100 + + luci-app-mwan3: fix cbi local scope + + Signed-off-by: Florian Eckert + +commit 11cff5374ba8287a6671a68c8eb4f228714c9e98 +Author: Daniel F. Dickinson +Date: Wed Jan 16 19:13:01 2019 -0500 + + luci-app-radicale2: Use http when not SSL + + The test or whether we were using SSL often returned true even when + using HTTP only, therefore fix the test. + + Signed-off-by: Daniel F. Dickinson + +commit 8a725364481b25a14829ea8e28867d560b01189a +Author: Daniel F. Dickinson +Date: Wed Jan 16 19:11:26 2019 -0500 + + luci-app-radicale2: Avoid losing password hash + + This fixes a case where one could lose an already exising password hash + when changing another users' password or creating a new user. + + Signed-off-by: Daniel F. Dickinson + +commit c7723efe5172f403775eab06ae9cf384f603f8e5 +Author: Anton Kikin +Date: Tue Jan 15 13:42:26 2019 +0300 + + luci-app-opkg: update Russian translation + + Signed-off-by: Anton Kikin + +commit 8fc68bee2c43b57b24d4f6b6ffdc60ef52afc76b +Author: Zheng Qian +Date: Mon Jan 14 10:24:04 2019 +0800 + + luci-app-openvpn: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 0ed67c5db7870ad26a999dd6a07a9ac4a17e2920 +Author: Zheng Qian +Date: Mon Jan 14 09:47:35 2019 +0800 + + luci-app-olsr: update Simplified Chinese translation + + fix some translation mistakes. + + Signed-off-by: Zheng Qian + +commit 663d772da9b4cd1d824d5b0ea9e4ae0df26f656b +Author: Anton Kikin +Date: Tue Jan 15 06:46:16 2019 +0300 + + luci-base: update Russian translation + + Signed-off-by: Anton Kikin + +commit fa06142efd3da7e945d3f24f722a30c8dd4ff5a2 +Author: Anton Kikin +Date: Tue Jan 15 02:32:09 2019 +0300 + + luci-app-ddns: fix Russian translation + + Signed-off-by: Anton Kikin + +commit c5c0eaab6771a6ad6568a76aa990510d137be5cf +Merge: 80ac43885 f6ff32c40 +Author: Dirk Brenken +Date: Mon Jan 14 20:24:50 2019 +0100 + + Merge pull request #2456 from dibdot/adblock + + luci-app-adblock: sync with release 3.6.3 + +commit f6ff32c40d51113dfb55b6589562cc452f6dbc30 +Author: Dirk Brenken +Date: Mon Jan 14 16:00:06 2019 +0100 + + luci-app-adblock: sync with release 3.6.3 + + * the DNS Report now displays the hostname, MAC-Address or + client IP (CLI & LuCI) + * Filter the DNS Query result set for a particular domain, client or + time frame (CLI & LuCI) + * remove needless XHR.Poll-Events from Reporting page in LuCI + * remove needless 'force sort' option in LuCI + + Signed-off-by: Dirk Brenken + +commit 80ac438857ae713c6f58db64b91b196e9df5f31a +Merge: 47d9205fe 29e01e0e5 +Author: Hannu Nyman +Date: Sun Jan 13 13:21:01 2019 +0200 + + Merge pull request #2426 from cshoredaniel/pr-luci-app-radicale2 + + luci-app-radicale2: Add CalDAV/CardDAV server Radicale 2.x + +commit 970fa9a4e093e8f36b258bd9b9f032064f6f88bf +Author: Sibren Vasse +Date: Fri Jan 11 17:10:05 2019 +0100 + + luci-mod-network: fix extraneous escaping + + Signed-off-by: Sibren Vasse + +commit 47d9205fe9b82d3a434def60e479c23ef491a06d +Merge: 76027fe4e e38e189b3 +Author: Jo-Philipp Wich +Date: Fri Jan 11 16:14:20 2019 +0100 + + Merge pull request #2450 from pmelange/fix/luci-mod-freifunk_basics + + luci-mod-freifunk: fix the list of community profiles + +commit 76027fe4e27a37be1c4c1fabbd4369b5f3ff5852 +Merge: e3fa766b5 d4562ff54 +Author: Jo-Philipp Wich +Date: Fri Jan 11 16:13:40 2019 +0100 + + Merge pull request #2448 from pmelange/fix/luci-mod-freifunk_get_all + + luci-mod-freifunk: replace calls to get_all() with separate get() calls + +commit e38e189b35cad922dea032d7faaa456858329edc +Author: pmelange +Date: Fri Jan 11 13:29:48 2019 +0100 + + luci-mod-freifunk: fix the list of community profiles + + Signed-off-by: pmelange + +commit d4562ff54461cfb39320af22478e33a13f480fee +Author: pmelange +Date: Fri Jan 11 12:54:55 2019 +0100 + + luci-mod-freifunk: replace calls to get_all() with separate get() calls + + The get_all() function has changed and how it was used before no + longer works properly. These changes not only change to individual + get() calls, but actually adds to the readability of the code and reduces + file size. + + Signed-off-by: pmelange + +commit e3fa766b587a1f8574a0aa979b9e41d9770b38e5 +Merge: 6f5525e4e f5a871bfe +Author: Jo-Philipp Wich +Date: Fri Jan 11 07:19:27 2019 +0100 + + Merge pull request #2425 from cshoredaniel/pr-fix-ipaddrport-js + + luci-base: Fix addr:port validate always fails + +commit 6f5525e4eed27add113891d021a68fb92cec2320 +Merge: 842e56024 44177dbf0 +Author: Hannu Nyman +Date: Thu Jan 10 19:38:14 2019 +0200 + + Merge pull request #2447 from sotux/master-luci-app-olsr + + luci-app-olsr: update Simplified Chinese translation + +commit 842e56024d78852a1e9417f636085793ac423619 +Merge: 35266c02f 16c63026e +Author: Hannu Nyman +Date: Thu Jan 10 19:37:33 2019 +0200 + + Merge pull request #2446 from sotux/master-luci-base + + luci-base: update Simplified Chinese translation + +commit 29e01e0e5b4bf9a25e88de7309637b0f461ef6a9 +Author: Daniel F. Dickinson +Date: Wed Jan 2 06:18:40 2019 -0500 + + luci-app-radicale2: Add v2 of CalDAV/CardDAV server + + Radicale 2.x has been out for some time, and has better support for a + number of clients as well as new features, so radicale2 package has + been added to packages, and this is the corresponding UI. + + Signed-off-by: Daniel F. Dickinson + +commit 35266c02f2613b0c0ac360e8d58ff706f722583d +Merge: c1fdd8ae0 318535914 +Author: Jo-Philipp Wich +Date: Thu Jan 10 10:43:43 2019 +0100 + + Merge pull request #2444 from cshoredaniel/pr-cshored-i18n + + Add PO for en 'translation' for apps I've created in the past + +commit c1fdd8ae032c262d29330872fc05f81160bbd517 +Merge: e6604d7d8 714a48e6c +Author: Jo-Philipp Wich +Date: Thu Jan 10 10:42:51 2019 +0100 + + Merge pull request #2445 from yglb/rosy-bugsfix + + luci-theme-rosy: Some bug fixes about rosy's scrollbars, table color matching, fillet and modal boxes + +commit e6604d7d84237ea2d30feb10dab757a4fbfa54c5 +Author: Jo-Philipp Wich +Date: Thu Jan 10 10:31:05 2019 +0100 + + build: add i18n-add-language.sh helper + + This script helps to initialize a new translation language over + the entire source tree. + + Signed-off-by: Jo-Philipp Wich + +commit 16c63026e8ce48bf935a4eb2caca1223fa5d99cd +Author: Zheng Qian +Date: Thu Jan 10 16:12:33 2019 +0800 + + luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 44177dbf0b4d65a9485576f84031290fa8550d1d +Author: Zheng Qian +Date: Thu Jan 10 15:56:28 2019 +0800 + + luci-app-olsr: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 714a48e6caffddf43db4c9b6911cac3bcf622ac6 +Author: Yanlan Shen +Date: Thu Jan 10 11:53:46 2019 +0800 + + luci-theme-rosy: Fixed modal box misalignment problem + + Signed-off-by: Yanlan Shen + +commit eb3976c64af6d2d3c67fd255ce9420c28b176392 +Author: Yanlan Shen +Date: Thu Jan 10 11:51:06 2019 +0800 + + luci-theme-rosy: Fixed some table rounded display issues + + Signed-off-by: Yanlan Shen + +commit fa407b036a70067eb7de6912644b98fe0c18b642 +Author: Yanlan Shen +Date: Thu Jan 10 11:49:37 2019 +0800 + + luci-theme-rosy: Fixed table color matching problem + + Signed-off-by: Yanlan Shen + +commit 57dcdd2b847126007bf5b5b2340362ac7198d52a +Author: Yanlan Shen +Date: Thu Jan 10 11:45:16 2019 +0800 + + luci-theme-rosy: (html)Change the scroll bar style, compatible with each bower + + Signed-off-by: Yanlan Shen + +commit a5e1e86ba51ec6a6f08f45497c1ebbb959515101 +Author: Yanlan Shen +Date: Thu Jan 10 11:43:27 2019 +0800 + + luci-theme-rosy: Change the scroll bar style, compatible with each browser + + Signed-off-by: Yanlan Shen + +commit e5932a52df0ccdfcaadf20cefba3caabf418b68e +Merge: 4edac3627 4d17e3e9b +Author: Hannu Nyman +Date: Wed Jan 9 21:03:37 2019 +0200 + + Merge pull request #2441 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit 3185359147b6ad14c9fa323331254c353a0cafb9 +Author: Daniel F. Dickinson +Date: Wed Jan 9 07:04:01 2019 -0500 + + luci-app-uhttpd: i18n: add en po + + Signed-off-by: Daniel F. Dickinson + +commit 590da6c23243eb4051eef061ffd75b148eb5043c +Author: Daniel F. Dickinson +Date: Wed Jan 9 07:03:40 2019 -0500 + + luci-app-rp-pppoe-server: i18n: add en po + + Signed-off-by: Daniel F. Dickinson + +commit 511c35312ddb536cd65d31662ec3e445877614d0 +Author: Daniel F. Dickinson +Date: Wed Jan 9 07:03:15 2019 -0500 + + luci-app-nut: i18n: add en po + + Signed-off-by: Daniel F. Dickinson + +commit 42ad4977ae5d9291735b83b11c45ba7751646133 +Author: Florian Eckert +Date: Tue Jan 8 08:20:46 2019 +0100 + + luci-mod-system: add pollinterval option + + Make pollinterval configurable. + + Signed-off-by: Florian Eckert + +commit 4d17e3e9b63edbfe9b3ee944312e3b5d6d788a83 +Author: INAGAKI Hiroshi +Date: Wed Jan 9 12:09:39 2019 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 3464ae5899967be4bebb3b332562328f0b9c746b +Author: INAGAKI Hiroshi +Date: Wed Jan 9 11:51:25 2019 +0900 + + luci-app-adblock: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit 4edac3627e3ed93fc91e7d484a034761a1e6e72e +Merge: a98e23949 f74762547 +Author: Hannu Nyman +Date: Mon Jan 7 20:27:40 2019 +0200 + + Merge pull request #2438 from Rixerx/master + + luci-app-opkg: update Polish translation + +commit f7476254785969a708f3a0906dccafbe8f087c62 +Author: Krystian Kozak +Date: Sun Jan 6 19:35:22 2019 +0100 + + luci-app-opkg: update Polish translation + + Polish translation has been updated. + + Signed-off-by: Krystian Kozak + +commit a98e23949df8b7618fc7ec9b8ab3197433acace0 +Merge: c22e5232f 96cf73a59 +Author: Hannu Nyman +Date: Sun Jan 6 13:07:54 2019 +0200 + + Merge pull request #2434 from cshoredaniel/pr-luci-fix-rp-pppoe + + luci-app-rp-pppoe-server: Add ability to create uci sections + +commit c22e5232f43dfb324c0857fa1aacc6ad4a5bb161 +Merge: 030596d80 1d93eb808 +Author: Dirk Brenken +Date: Sat Jan 5 22:23:41 2019 +0100 + + Merge pull request #2427 from leonghui/fix_has_curlssl_typo + + luci-app-ddns: fix typo for has_curlssl() + +commit 030596d808bb579b29e94c0f9e15f3f432b95197 +Merge: 360a5a2cb 54d9cfbb2 +Author: Dirk Brenken +Date: Sat Jan 5 22:22:28 2019 +0100 + + Merge pull request #2430 from dibdot/banip + + luci-app-banip: sync with release 0.1.0 + +commit 360a5a2cb17ab970ea1e5fc1305cc0e8c404e3da +Merge: 0123e362b 06804ade6 +Author: Hannu Nyman +Date: Sat Jan 5 20:51:31 2019 +0200 + + Merge pull request #2432 from Rixerx/master + + luci-base: update Polish translation + +commit 1d93eb808be1a2c42a3bd4224f670dfc1aa19eca +Author: leonghui +Date: Sat Jan 5 18:49:37 2019 +0000 + + luci-app-ddns: remove first grep + + Signed-off-by: Leong Hui Wong + +commit 06804ade60e44b3d2c8d461b21151e930e15d948 +Author: Krystian Kozak +Date: Sat Jan 5 19:33:30 2019 +0100 + + luci-base: update Polish translation + + Polish translation has been updated. + + Signed-off-by: Krystian Kozak + +commit 0123e362b226de844853b3960a40e46c59129c83 +Merge: a6805ed9f 6f8fbb1e6 +Author: Hannu Nyman +Date: Sat Jan 5 20:06:16 2019 +0200 + + Merge pull request #2420 from yangfl/master + + i18n: update Chinese translation + +commit 96cf73a599b24e569657eb1fdda25e2596c4bfbd +Author: Daniel F. Dickinson +Date: Sat Jan 5 12:20:09 2019 -0500 + + luci-app-rp-pppoe-server: Add ability to create uci sections + + Currently if no non-commented uci sections exist in the config then + it's impossible to create a config from LuCI. Fix that, which also + allows what the initscript does, which is multiple instances. While + we're at it create the translation template. + + Closes: #2431 + + Signed-off-by: Daniel F. Dickinson + +commit a6805ed9fb75aacf38fde853ace18154fa751140 +Merge: 9781725bc cfe4ae166 +Author: Dirk Brenken +Date: Sat Jan 5 18:01:22 2019 +0100 + + Merge pull request #2384 from davidjb/patch-1 + + luci-app-ddns: check existence of nslookup util rather than making DNS request + +commit 9781725bcb1bdc66e89c0c43a094eeb7e333319d +Merge: 66c2bbc27 61ceacca6 +Author: Dirk Brenken +Date: Sat Jan 5 16:55:00 2019 +0100 + + Merge pull request #2428 from leonghui/update_wiki_links + + Update docs and packages wiki links + +commit 54d9cfbb29c0920e94df21466bd24b4d86c9f11d +Author: Dirk Brenken +Date: Sat Jan 5 16:34:53 2019 +0100 + + luci-app-banip: sync with release 0.1.0 + + * add new backup functionality, see + https://github.com/openwrt/packages/pull/7880 for details + + Signed-off-by: Dirk Brenken + +commit 61ceacca6daed05ce2753cc817d6946ad08b2f76 +Author: leonghui +Date: Sat Jan 5 11:10:19 2019 +0000 + + luci-app-dnscrypt-proxy: update wiki links + + Signed-off-by: Leong Hui Wong + +commit 332d7cff5b83046ad7ec22e34e4e5cd214604327 +Author: leonghui +Date: Sat Jan 5 11:06:59 2019 +0000 + + luci-app-ddns: update wiki link for global settings + + Signed-off-by: Leong Hui Wong + +commit 70aaf72f4686eaf7839bd8bb8f4017d98a5d7b77 +Author: leonghui +Date: Sat Jan 5 11:00:55 2019 +0000 + + docs: Update UCI wiki link + + Signed-off-by: Leong Hui Wong + +commit 199d4b1d5c45111919ac5c1844ee5e37d14273a1 +Author: leonghui +Date: Sat Jan 5 10:38:25 2019 +0000 + + luci-app-ddns: fix typo for has_curlssl() + + Fixes the incorrect message "HTTPS not supported please disable !" when curl with https support is present. + grep returns exit code 0 when a match is found. + + Signed-off-by: Leong Hui Wong + +commit f5a871bfe89871dbdcf430ae8c81e46c15c1424a +Author: Daniel F. Dickinson +Date: Sat Jan 5 00:43:37 2019 -0500 + + luci-base: Fix addr:port validate always fails + + In cbi.js there is an error which causes ipaddrport validation to always fail. + JS match() return the entire match as ret[0] and individual matches (for multiple ()) as the + subsequent list members. So we fix it by just fixing the index in the calls that want the + individual parts. + + Signed-off-by: Daniel F. Dickinson + +commit d3781f7c3590f474bfc6b43bdc37f4699562f28f +Author: Luca Piccirillo +Date: Fri Jan 4 22:15:23 2019 +0100 + + luci-proto-ppp: fix wrong pppoe host_uniq datatype + + Signed-off-by: Luca Piccirillo + +commit 66c2bbc2790813a7889c0dd329131e5012fc83dd +Author: Jo-Philipp Wich +Date: Fri Jan 4 09:15:49 2019 +0100 + + luci-app-opkg: only show packages with higher version in upgrade tab + + Fixes #2422. + Signed-off-by: Jo-Philipp Wich + +commit e847a93f7817711f927f1481d99e5270fb2aaf30 +Merge: c7776c895 7908b2b71 +Author: Jo-Philipp Wich +Date: Fri Jan 4 08:59:49 2019 +0100 + + Merge pull request #2409 from yousong/install-packages + + treewide: fix redirecting to System->Software + +commit 6f8fbb1e623739c1f64ec25511cd865be131bfb6 +Author: yangfl +Date: Fri Jan 4 00:51:56 2019 +0800 + + i18n: update Chinese translation + + Signed-off-by: David Yang + +commit c7776c8959b1297b03de9eb836edf3a447b0b6fa +Author: Hannu Nyman +Date: Wed Jan 2 21:27:12 2019 +0200 + + timezone data: update to 2018i + + Update timezone data to 2018i + + http://mm.icann.org/pipermail/tz-announce/2018-December/000053.html + http://mm.icann.org/pipermail/tz-announce/2018-December/000054.html + + 2018h: + * Qyzylorda, Kazakhstan moved from +06 to +05 on 2018-12-21. + * New zone Asia/Qostanay because Qostanay, Kazakhstan didn't move. + * Metlakatla, Alaska observes PST this winter only. + * Guess Morocco will continue to adjust clocks around Ramadan. + * Add predictions for Iran from 2038 through 2090. + + 2018i: + * São Tomé and Príncipe switches from +01 to +00 on 2019-01-01. + + Signed-off-by: Hannu Nyman + +commit fde6e216fa35c67de9a22b45a7f3f2f992dbf521 +Merge: 8374aa2ba ee18024a8 +Author: Hannu Nyman +Date: Wed Jan 2 18:05:22 2019 +0200 + + Merge pull request #2412 from EricLuehrsen/unbound_cache + + luci-app-unbound: protect against printing large cache dump + +commit 8374aa2bad5dfe8ba0a79be3344fc9cd41ebc511 +Merge: 37dfd1b62 8269351cf +Author: Hannu Nyman +Date: Wed Jan 2 18:04:53 2019 +0200 + + Merge pull request #2413 from rosysong/nft-qos + + luci-app-nft-qos: rework _action_rate function + +commit 37dfd1b625d07091cd78c346d864413998ba9d5a +Merge: 189389258 1dbed9168 +Author: Hannu Nyman +Date: Wed Jan 2 18:04:16 2019 +0200 + + Merge pull request #2415 from cshoredaniel/pr-luci-app-nut-i18n + + luci-app-nut: Add i18n template (pot) + +commit 1dbed91689d58b78b5a15277c24f403b4d8138d6 +Author: Daniel F. Dickinson +Date: Wed Jan 2 06:29:17 2019 -0500 + + luci-app-nut: Add i18n template (pot) + + Finally noticed that I had been missing doing i18n stuff, so + add the template for this new package I added. + + Signed-off-by: Daniel F. Dickinson + +commit 8269351cf4362492fa191758d2cec61b688ff683 +Author: Rosy Song +Date: Tue Jan 1 16:08:10 2019 +0800 + + luci-app-nft-qos: rework _action_rate function + + Signed-off-by: Rosy Song + +commit 7908b2b71cd42c4bc6a76f0baabb4cde6d09f553 +Author: Yousong Zhou +Date: Tue Jan 1 04:58:48 2019 +0000 + + treewide: fix query arguments to admin/system/opkg + + Right now the handler only recognizes "query=xx" argument, others will + be ignored. + + Signed-off-by: Yousong Zhou + +commit 85b67625f74031186b9ffa26c966082275796868 +Author: Yousong Zhou +Date: Sat Dec 29 14:10:10 2018 +0000 + + treewide: fix redirecting to System->Software + + By replacing url "admin/system/packages" with "admin/system/opkg" + + Signed-off-by: Yousong Zhou + +commit ee18024a8bbec56afc77c5d20ebbca1e089da03d +Author: Eric Luehrsen +Date: Fri Dec 7 21:19:20 2018 -0500 + + luci-app-unbound: protect against printing large cache dump + + Signed-off-by: Eric Luehrsen + +commit 1893892581707fcd83e684a7a03dd6b5d3c2c3a2 +Merge: ed914df3f 3f67dbfde +Author: Hannu Nyman +Date: Sun Dec 30 00:09:19 2018 +0200 + + Merge pull request #2408 from YuriPet/master + + Update Ukrainian translation + +commit 3f67dbfde08c388c8d0fda36fed3e495c74181d4 +Author: Yurii +Date: Sat Dec 29 23:30:47 2018 +0200 + + luci-app-opkg: update Ukrainian translation + + + Signed-off-by: Yurii yuripet@gmail.com + +commit 47967e52e86c30b6c81102fef1c961c99f0b4e9a +Author: Yurii +Date: Sat Dec 29 23:27:55 2018 +0200 + + luci-app-firewall: update Ukrainian translation + + + Signed-off-by: Yurii yuripet@gmail.com + +commit 393d414492b99dc15194aee34b82dea913a23a03 +Author: Yurii +Date: Sat Dec 29 23:22:54 2018 +0200 + + luci-base: update Ukrainian translation + + + Signed-off-by: Yurii yuripet@gmail.com + +commit ed914df3f518faa29795308adb12084754965d39 +Author: Jo-Philipp Wich +Date: Sat Dec 29 14:19:59 2018 +0100 + + luci-base: rework filebrowser initialization + + Do not call cbi_init() from the browser field template but lazily initialize + the field, like it is being done for all other widgets as well. + + Fixes: #2398 + Signed-off-by: Jo-Philipp Wich + +commit 8cecff2197ab148bdf6dcec1594b7c54b0f95fb5 +Merge: 1d3a8739a b5bf69d2b +Author: Hannu Nyman +Date: Sat Dec 29 14:05:26 2018 +0200 + + Merge pull request #2387 from TDT-AG/pr/20181220-luci-app-mwan3 + + luci-app-mwan3: some changes + +commit 1d3a8739a29c15f2274a8ec7043ef5cb2274ff97 +Merge: 39aa247dd 076e5672a +Author: Hannu Nyman +Date: Sat Dec 29 11:35:01 2018 +0200 + + Merge pull request #2406 from rosysong/nft-qos + + luci-app-nft-qos: fix monitor doesn't work when there no ipv6 support. + +commit 076e5672adba3a7c1dca3a9e6651d5a65092e426 +Author: Rosy Song +Date: Sat Dec 29 17:31:12 2018 +0800 + + luci-app-nft-qos: fix monitor doesn't work when there no ipv6 support. + + Signed-off-by: Rosy Song + +commit 39aa247dd2e9d9b04fae3307f9d489d602b1deef +Merge: be2492515 ca955a0aa +Author: Hannu Nyman +Date: Thu Dec 27 15:26:51 2018 +0200 + + Merge pull request #2401 from musashino205/i18n/po-fix + + luci-app-olsr: fix po errors + +commit be24925159f7eb87941562360de5e9728183e2b1 +Merge: 0fb3bb61d a6b19ce5e +Author: Dirk Brenken +Date: Thu Dec 27 07:24:28 2018 +0100 + + Merge pull request #2402 from dibdot/travelmate + + luci-app-travelmate: adapt latest css changes + +commit 0fb3bb61df8ca4cdda9d98c3c814000d6b106a35 +Merge: e87951d86 01322c26f +Author: Dirk Brenken +Date: Thu Dec 27 07:24:09 2018 +0100 + + Merge pull request #2400 from dibdot/banip + + luci-app-banip: sync with release 0.0.7 + +commit e87951d86f485fe67270d0bca821c28fb891ade5 +Merge: 8274ebf07 c0a2421af +Author: Dirk Brenken +Date: Thu Dec 27 07:23:49 2018 +0100 + + Merge pull request #2399 from dibdot/adblock + + luci-app-adblock: sync with release 3.6.1 + +commit a6b19ce5e45dbf070a9092ed5c23a8d0dbd259cc +Author: Dirk Brenken +Date: Thu Dec 27 07:19:24 2018 +0100 + + luci-app-travelmate: adapt latest css changes + + Signed-off-by: Dirk Brenken + +commit 01322c26f4a26d7c80248e5be052bc09144e7978 +Author: Dirk Brenken +Date: Wed Dec 26 21:56:45 2018 +0100 + + luci-app-banip: sync with release 0.0.7 + + * determine L3 and L2 network devices to support pppoe interfaces + correctly + + Signed-off-by: Dirk Brenken + +commit c0a2421afb2fdfd79e135ead50cf9aabee021392 +Author: Dirk Brenken +Date: Wed Dec 26 21:27:11 2018 +0100 + + luci-app-adblock: sync with release 3.6.1 + + * support new reporting options + * small fixes + + Signed-off-by: Dirk Brenken + +commit ca955a0aa4403af5cf3a42b3f093760f6ef321a9 +Author: INAGAKI Hiroshi +Date: Thu Dec 27 11:49:54 2018 +0900 + + luci-app-olsr: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit cdf1e83c3329b64e6bf4fb424e3173ca31483d5a +Author: INAGAKI Hiroshi +Date: Thu Dec 27 11:44:21 2018 +0900 + + luci-app-olsr: fix po errors + + Fixed po errors in "Selected" in en/de. + + Signed-off-by: INAGAKI Hiroshi + +commit 8274ebf07fe094ad622082572e1dbd9a717070f1 +Merge: 06c39f4b0 3780e6ba4 +Author: Hannu Nyman +Date: Wed Dec 26 19:20:54 2018 +0200 + + Merge pull request #2393 from RoEng/luci-app-wifischedule-i18n-de-1 + + luci-app-wifischedule: New German Translation + +commit 06c39f4b00231347148ab86d89e5d169fe3a4722 +Merge: 7bf30fa84 226b882ba +Author: Hannu Nyman +Date: Wed Dec 26 19:20:15 2018 +0200 + + Merge pull request #2396 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit 7bf30fa847b5286a99fd4e70ed948bef8556fc65 +Merge: 9a8587347 8fdc4f0a6 +Author: Hannu Nyman +Date: Wed Dec 26 19:19:48 2018 +0200 + + Merge pull request #2395 from musashino205/l10n/mwan3-upd-ja + + luci-app-mwan3: update Japanese translation + +commit 9a8587347c5f2289b2462ab21468aa0128da90b7 +Merge: 30ab3afc3 e7e847506 +Author: Hannu Nyman +Date: Wed Dec 26 19:19:26 2018 +0200 + + Merge pull request #2397 from musashino205/l10n/base-fix-ja + + luci-base: fix Japanese translation + +commit 30ab3afc3ea47a3d4ae6a5bfabaa14c92ae4db61 +Merge: d463de368 f1db40df1 +Author: Hannu Nyman +Date: Wed Dec 26 19:19:09 2018 +0200 + + Merge pull request #2390 from cshoredaniel/pr-nut-updates + + luci-app-nut: Update nut-server settings to match packages master + +commit e7e8475062ba943e0baab39f119d04e009e6b844 +Author: INAGAKI Hiroshi +Date: Wed Dec 26 19:49:18 2018 +0900 + + luci-base: fix Japanese translation + + Fixed Japanese translation. + + Signed-off-by: INAGAKI Hiroshi + +commit 226b882bab45de71ec1ff84aa5dc1d7cf1ec0576 +Author: INAGAKI Hiroshi +Date: Wed Dec 26 19:39:44 2018 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 0056f4e582eb421b8d3576bc7a85321baa3bc525 +Author: INAGAKI Hiroshi +Date: Wed Dec 26 19:05:08 2018 +0900 + + luci-app-adblock: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit 8fdc4f0a61d57ef70120d9a1adb09815f4c3518b +Author: INAGAKI Hiroshi +Date: Wed Dec 26 18:50:50 2018 +0900 + + luci-app-mwan3: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit d463de368683774cc52f3d66baff337c07733fb6 +Author: Yousong Zhou +Date: Wed Dec 26 03:34:56 2018 +0000 + + luci-app-shadowsocks-libev: add zh-cn translation + + Signed-off-by: Yousong Zhou + +commit 3780e6ba409c3a7cbee08567477a63f574457d84 +Author: Roland Engert +Date: Wed Dec 26 02:14:50 2018 +0100 + + luci-app-wifischedule: New German Translation + + New German Translation of wifischedule.po + + Signed-of-by: Roland Engert + +commit 38c03bcbc9be1abb62c6d04aadf21040a0cc735b +Author: Gyrotron +Date: Wed Dec 26 03:49:02 2018 +0530 + + luci-base: fix zh-tw translation + + Fixes #1092 + + Signed-off-by: Simmar Kalsi simmarkalsi@gmail.com + [reword commit message subject] + Signed-off-by: Yousong Zhou + +commit f1db40df10d7f8e66740ea11b2b73f254f0b328e +Author: Daniel F. Dickinson +Date: Thu Dec 20 20:45:24 2018 -0500 + + luci-app-nut: Update settings to match packages master + + A number of settings in openwrt-packages master are missing; add them. + The 'extra' adhoc options (override, default, other, and otherflag) we + leave to UCI only because they require dynamic creation of config + sections. + There were some options that didn't belong in the section they were + in; remove them. + Include the option for the USB serial port permissions for serial USB + devices over USB serial port (on the OpenWrt device). + And finally, fix the title of the UPS Server global settings. + + Signed-off-by: Daniel F. Dickinson + +commit e164e2d1ebeb4fa128ee92e58a4cc6b2f3be1979 +Author: Daniel F. Dickinson +Date: Thu Dec 20 01:37:10 2018 -0500 + + luci-app-nut: nut_server: Alphabetize driver options + + There are a *lot* of options, so list them in alphabetical order + for easier updates to the app (alphabetizing by translation doesn't + make sense since the order would need to change depending on language). + + Signed-off-by: Daniel F. Dickinson + +commit 31d259a36156039a33366b99c80260de0c9edd3f +Merge: 21db93576 0299b1329 +Author: Dirk Brenken +Date: Sat Dec 22 18:53:04 2018 +0100 + + Merge pull request #2389 from dibdot/adblock + + luci-app-adblock: minor fixes + +commit 0299b132928afcc32a58f772e7f510086b3efca0 +Author: Dirk Brenken +Date: Sat Dec 22 18:37:45 2018 +0100 + + luci-app-adblock: minor fixes + + * use new XHR default on report page + * fix wrong string.find syntax + + Signed-off-by: Dirk Brenken + +commit 21db93576aebe52707790fc1a8733dc2703d59a6 +Author: Jo-Philipp Wich +Date: Fri Dec 21 13:16:16 2018 +0100 + + luci-lib-jsonc: prevent infinite recursion in stringify + + Also increase the stack size as needed to prevent crashes when serializing + deeply nested tables. + + Signed-off-by: Jo-Philipp Wich + +commit b5bf69d2b29ff99f444b16db103f4344a5f96934 +Author: Florian Eckert +Date: Thu Dec 20 12:06:22 2018 +0100 + + _I18N_ luci-app-mwan3: i18n update de translation + + Signed-off-by: Florian Eckert + +commit 99bac545ee242f62f7750d7bf393906669c59c00 +Author: Florian Eckert +Date: Fri Dec 21 10:15:36 2018 +0100 + + luci-app-mwan3: show supported tracking methodes if needed bin is installed + + Signed-off-by: Florian Eckert + +commit f9b634f95b06d2618a3742089cd64e80da0149fd +Author: Florian Eckert +Date: Fri Dec 21 10:00:26 2018 +0100 + + luci-app-mwan3: add uptime/downtime to status page + + Signed-off-by: Florian Eckert + +commit 77af204dea8c7872ed6a695ddb155fbe77a4a4dd +Author: Florian Eckert +Date: Thu Dec 20 14:59:42 2018 +0100 + + luci-app-mwan3: add tracking methode nping + + Signed-off-by: Florian Eckert + +commit 5ae6f060145e56f3d1ee4a65e82da5b6354c54f6 +Merge: 49c558a69 7e7e9cd73 +Author: Jo-Philipp Wich +Date: Fri Dec 21 08:30:11 2018 +0100 + + Merge pull request #2386 from cshoredaniel/pr-uhttpd-spelling + + luci-app-uhttpd: Correct spelling in two places + +commit 7e7e9cd73a70fe40167c3db54f3f27fba3bb9ee1 +Author: Daniel F. Dickinson +Date: Thu Dec 20 22:25:32 2018 -0500 + + luci-app-uhttpd: Correct spelling in two places + + Had 'at list' instead 'at least' for the help text on listing + HTTP/HTTPS listening addresses. + + Signed-off-by: Daniel F. Dickinson + +commit cfe4ae16689fc842d043ce6beba1d4ebe3e5e7b3 +Author: David Beitey +Date: Fri Dec 21 02:51:56 2018 +0000 + + luci-app-ddns: check existence of nslookup util rather than making DNS request + + This saves a DNS request whenever the check is performed. For systems with nameservers configured in `/etc/resolv.conf`, nslookup will sent a request to those servers (eg bypassing /etc/hosts), thus taking a lot more time than necessary. For servers that are remote, this will take a *lot* longer than just checking if the nslookup util exists. + + This change follows in the same vein as all the other checks and just using `which` without actually invoking the util's functionality. + + Signed-off-by: David Beitey + +commit 49c558a693fd7f1008edbb53b2115806a2f9ea77 +Merge: 271f3e1d2 280c55b9a +Author: Jo-Philipp Wich +Date: Thu Dec 20 15:06:12 2018 +0100 + + Merge pull request #2383 from TDT-AG/pr/20181220-luci-theme-material + + luci-theme-material: make top level menu fontcolor configurable + +commit 280c55b9ad41e41501c6e6e963baec2347b5ae51 +Author: Florian Eckert +Date: Mon Dec 17 13:57:15 2018 +0100 + + luci-theme-material: make top level menu fontcolor configurable + + If you change the color of the submenues then the colors of the toplevel + should also be changed into the same color. + + Signed-off-by: Florian Eckert + +commit 271f3e1d25c0b7652ca5a0924e2413cbe8f95a40 +Author: Jo-Philipp Wich +Date: Thu Dec 20 13:02:11 2018 +0100 + + csstidy: update to latest Git HEAD + + 1d56201 prepare: do not consider "overflow" to be a shorthand for -x, -y + + Signed-off-by: Jo-Philipp Wich + +commit 5aa2d3a77f2c77af8fbabf0a18c33e1c4b0cd1d9 +Merge: aee720f11 3b9ba0210 +Author: Jo-Philipp Wich +Date: Thu Dec 20 10:52:06 2018 +0100 + + Merge pull request #2351 from TDT-AG/pr/20181204-modules + + modules: use configurable poll interval + +commit 3b9ba0210e9da62861f260b4ed367e2a05789afe +Author: Florian Eckert +Date: Thu Dec 20 10:10:26 2018 +0100 + + luci-base: use default poll interval + + Replace all XHR poll time number with -1 so they will use the default + poll interval time value from "/etc/config/luci". If this is not set then + 5 seconds as default is used. + + Signed-off-by: Florian Eckert + +commit 121e7fea66b686cab8756ccdc0727b47afb288d2 +Author: Florian Eckert +Date: Thu Dec 20 10:09:58 2018 +0100 + + luci-app-*: use default poll interval + + Replace all XHR poll time number with -1 so they will use the default + poll interval time value from "/etc/config/luci". If this is not set then + 5 seconds as default is used. + + Signed-off-by: Florian Eckert + +commit 6475221d54be41dbfa4639c4cef5046b186e296f +Author: Florian Eckert +Date: Tue Dec 18 15:46:53 2018 +0100 + + modules: use configurable poll interval + + Make poll interval configurable. Use option from + + ---- + config core 'main' + option pollinterval '5' + --- + + This will only be used if the interval option is less or equal zero. + If the poll interval is not configured then a default value of 5 seconds + is used. + + Signed-off-by: Florian Eckert + +commit aee720f11f0c09b3a67a70c6a863bac9c15fe1dc +Merge: 3c96053cb 87ec92d1e +Author: Dirk Brenken +Date: Thu Dec 20 08:51:35 2018 +0100 + + Merge pull request #2380 from dibdot/adblock + + luci-app-adblock: sync with release 3.6.0 + +commit 87ec92d1ed7cf94b1b17248728e59770c242570c +Author: Dirk Brenken +Date: Wed Dec 19 17:33:29 2018 +0100 + + luci-app-adblock: sync with release 3.6.0 + + * add adblock dns query reporting via tcpdump (see readme for details) + * fix tld compression on low memory systems (< 64 MB) + * fix various small issues + + Signed-off-by: Dirk Brenken + +commit 3c96053cb49f12bc9209d70e3434409b2a21df52 +Merge: e3b91d1a6 7c9f7bc3e +Author: Hannu Nyman +Date: Wed Dec 19 20:36:15 2018 +0200 + + Merge pull request #2381 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit 7c9f7bc3ebb6fe70473ae6b8692f290c91b093ec +Author: INAGAKI Hiroshi +Date: Thu Dec 20 03:01:24 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 37b0211e623d4d0e79a88aca8bb09e53d1247e0a +Author: INAGAKI Hiroshi +Date: Thu Dec 20 02:21:14 2018 +0900 + + i18n: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit e3b91d1a62d36b68a07d0de940bff7002c1b621d +Merge: 91a73bebf a56935c24 +Author: Jo-Philipp Wich +Date: Wed Dec 19 07:49:56 2018 +0100 + + Merge pull request #2350 from TDT-AG/pr/20181204-luci-mod-system + + luci-mod-system: add translation for led trigger names + +commit 91a73bebfbe387324a2bb27c034a435b113c1c74 +Author: Jo-Philipp Wich +Date: Sun Dec 16 15:08:05 2018 +0100 + + luci-theme-bootstrap: fix textarea height after CSS minification + + Fixes #2378 + Signed-off-by: Jo-Philipp Wich + +commit 1cc6c58d1fef4d942329aef36376d2de23a4e319 +Merge: b5fb2a841 e56af3c3e +Author: Hannu Nyman +Date: Sat Dec 15 15:46:05 2018 +0200 + + Merge pull request #2377 from sotux/master-luci-app-aria2 + + luci-app-aria2: fix the log option + +commit e56af3c3e58d355d5128de638afb9497804a359a +Author: Zheng Qian +Date: Sat Dec 15 21:38:40 2018 +0800 + + luci-app-aria2: fix the log option + + According to the package aria2, the log option + is enable_logging, so fix this option name. + + As luci-app-aria2 can't set custom log file dir, + the default log file is /var/log/aria2.log but not + in the config file dir. + + Signed-off-by: Zheng Qian + +commit b5fb2a841f476cfc35bde65a52484be38e5ce5c4 +Merge: 76f81c262 83703aaec +Author: Jo-Philipp Wich +Date: Fri Dec 14 07:14:18 2018 +0100 + + Merge pull request #2375 from sotux/master-luci-app-aria2 + + luci-app-aria2: fix showRPCURL when using https + +commit 83703aaec0f03d9dc4962bcfa672f86d8a3b0cdc +Author: Zheng Qian +Date: Fri Dec 14 13:32:18 2018 +0800 + + luci-app-aria2: fix showRPCURL when using https + + if login luci-admin with https, RPC protocol should be https or wss. + + Signed-off-by: Zheng Qian + +commit 76f81c262c2db625a3f36743db25c87377bf61b4 +Author: Zheng Qian +Date: Fri Dec 14 09:14:35 2018 +0800 + + luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit efb4d7c40a058d7191bc8ac0074aeccb7774365b +Author: Jo-Philipp Wich +Date: Thu Dec 13 12:14:37 2018 +0100 + + luci-base: fix table compare upon writing ipaddr changes + + Fixes: b33192a03 ("luci-base: support cidr list notation for option ipaddr and ip6addr") + Signed-off-by: Jo-Philipp Wich + +commit 11b271d4a9e2d4efcc42c4d65b778b3c3c37ea72 +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:57:16 2018 +0100 + + luci-base: properly option ipaddr in single cidr string notation as well + + When an interface configuration specifies both "option ipaddr 1.2.3.4/24" + and "option netmask", then netifd will ignore the netmask in favor to the + prefix encoded in the cidr string. + + Support this variant as well by treating a sole cidr string value as + singöe-item cidr list. + + Signed-off-by: Jo-Philipp Wich + +commit 67c34c5f5f414f25a6aa3d4a92a9a78cce2c86c5 +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:44:17 2018 +0100 + + luci-base: fix typo in german translation + + Signed-off-by: Jo-Philipp Wich + +commit c50849ddd27e04d8e201f11bc167ee202709bf29 +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:41:24 2018 +0100 + + luci-base: update german translation + + Signed-off-by: Jo-Philipp Wich + +commit 6c763005056c19ed8ba37f63ba740002223e80ec +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:36:35 2018 +0100 + + luci-base: resync translation templates + + Signed-off-by: Jo-Philipp Wich + +commit b33192a0335722aa8bd390fb994d7045ba52fe9e +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:31:50 2018 +0100 + + luci-base: support cidr list notation for option ipaddr and ip6addr + + Signed-off-by: Jo-Philipp Wich + +commit 979a4780018778008bdf11c343671376021ecbf9 +Author: Jo-Philipp Wich +Date: Thu Dec 13 11:27:52 2018 +0100 + + luci-base: cbi.js: update deps on dynlist changes, honor placeholder + + Signed-off-by: Jo-Philipp Wich + +commit 3094c5dbb84eb70de5d3141f5c441409b7607e86 +Merge: aa954d1c6 ab234df3d +Author: Jo-Philipp Wich +Date: Thu Dec 13 08:26:44 2018 +0100 + + Merge pull request #2372 from TDT-AG/pr/20181213-openvpn-comp-lzo + + luci-app-openvpn: re-add options comp_lzo and comp_noadapt + +commit ab234df3df03422e66dd1b89de3cb49271fcfe99 +Author: Martin Schiller +Date: Thu Dec 13 08:08:24 2018 +0100 + + luci-app-openvpn: re-add options comp_lzo and comp_noadapt + + * re-add config option comp_lzo according to + openwrt/openwrt@3850b41 + * re-add config option comp_noadapt. This has never been removed + from openwrt + + Signed-off-by: Martin Schiller + +commit aa954d1c69c1f6b8046fbec82876f1e2c544185d +Author: Jo-Philipp Wich +Date: Wed Dec 12 16:24:59 2018 +0100 + + csstidy: update to latest Git head + + 33594b4 ("csstidy: do not dequote selector strings") + + Signed-off-by: Jo-Philipp Wich + +commit c0c05ace9fbb41b6e4858a0f361ad7534dbc56f4 +Merge: 0de1dcbf4 43c7cb344 +Author: Jo-Philipp Wich +Date: Wed Dec 12 10:47:06 2018 +0100 + + Merge pull request #2369 from tano-systems/fix-changelog-mistake + + luci-base: fix UCI changelog markup mistake + +commit 0de1dcbf4a04940abf0e67d0f5f9e40523167cb1 +Author: Jo-Philipp Wich +Date: Wed Dec 12 09:34:44 2018 +0100 + + build: add build option to minify *.css files + + Signed-off-by: Jo-Philipp Wich + +commit e90431b870edc2731435f018e607a365a9910cae +Author: Jo-Philipp Wich +Date: Wed Dec 12 09:27:44 2018 +0100 + + contrib: add csstidy package + + Package a fork of the CSSTidy C++ implementation for CSS minification + use in a later commit. + + Signed-off-by: Jo-Philipp Wich + +commit 43c7cb344c6a331d5e52d6869c036ac1afe81480 +Author: Anton Kikin +Date: Wed Dec 12 02:05:59 2018 +0300 + + luci-base: fix UCI changelog markup mistake + + Signed-off-by: Anton Kikin + +commit 6f0bed8c545971246ffb4e25d5adce540b4a533f +Merge: 1fb069f23 03ce59a8a +Author: Hannu Nyman +Date: Tue Dec 11 18:39:40 2018 +0200 + + Merge pull request #2361 from stokito/master + + CONTRIBUTING.md + +commit 1fb069f235352d760dca51c2413fa63ee103e6e5 +Author: Jo-Philipp Wich +Date: Tue Dec 11 11:49:41 2018 +0100 + + luci-app-nlbwmon: rewrite display section + + - Move CSS and JS code to external files + - Use responsive table markup + + Signed-off-by: Jo-Philipp Wich + +commit a692ca789ae916b1393a39236ff8cf3e8a431717 +Author: Jo-Philipp Wich +Date: Tue Dec 11 09:17:42 2018 +0100 + + luci-lib-httpclient: prevent nil access with invalid IP address literals + + Fixes: a54baf7be ("luci-lib-httpclient: revamp URL handling") + Signed-off-by: Jo-Philipp Wich + +commit a54baf7be0d293b50c6b2754c11d61e6e2ad82af +Author: Jo-Philipp Wich +Date: Tue Dec 11 08:57:36 2018 +0100 + + luci-lib-httpclient: revamp URL handling + + - Introduce a parse_url() helper which properly deals with literal IPv4 + and IPv6 host parts and returns the decomposed uri string as table + - Properly format IPv6 literals in autogenerated Host headers + - Omit default port numbers in Host headers and calculated redirect URLs. + + Supersedes PR #2337. + + Signed-off-by: Jo-Philipp Wich + +commit b94be57affcbb8eeb7f2f6a3561ebeccaa40cf6f +Merge: 8649e5b4c 355eff6ba +Author: Jo-Philipp Wich +Date: Tue Dec 11 06:56:35 2018 +0100 + + Merge pull request #2285 from dengqf6/luci-ssl-nginx + + luci-ssl-nginx: fix dependencies + +commit 8649e5b4c6665e64a306c729ed5db48e2078c3ab +Merge: 62990e233 3fd74316a +Author: Jo-Philipp Wich +Date: Tue Dec 11 06:55:22 2018 +0100 + + Merge pull request #2367 from yglb/master + + luci-theme-rosy: Fixed insufficient container container width + +commit 62990e23382943a30a2ac9520690b22dc07c90f2 +Author: Jo-Philipp Wich +Date: Tue Dec 11 06:54:09 2018 +0100 + + luci-base: fix syntax error in map.htm + + Fixes #2366. + Fixes: 76e9c0305 ("luci-base: rework ui tabbing code") + + Signed-off-by: Jo-Philipp Wich + +commit 917eb921d224480765d801ce33ebd06495d10d5f +Author: Zheng Qian +Date: Mon Dec 10 09:14:39 2018 +0800 + + luci-app-opkg: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 3fd74316ab5932c39c1b932e2603c78c56eeb0b0 +Author: Yanlan Shen +Date: Tue Dec 11 10:43:45 2018 +0800 + + luci-theme-rosy: Fixed insufficient container container width + + Signed-off-by: Yanlan Shen + +commit 36f226548a4b0eee66695a163c728089e60d28ca +Merge: 08cee189c 77014af67 +Author: Jo-Philipp Wich +Date: Mon Dec 10 18:41:40 2018 +0100 + + Merge pull request #2364 from tano-systems/split-status-page + + luci-mod-status: split status page into a series of partials + +commit 77014af67edbced3d7ccf5b6650d56c3c6b39cbb +Author: Anton Kikin +Date: Mon Dec 10 19:56:42 2018 +0300 + + luci-mod-status: split status page into a series of partials + + Split status page into a series of partials as discussed in PR #2359. + + Signed-off-by: Anton Kikin + +commit 03ce59a8a1f05f4e839fea578efa5e611c6f3867 +Author: Sergey Ponomarev +Date: Mon Dec 10 17:54:55 2018 +0200 + + Update CONTRIBUTING.md + + Signed-off-by: Sergey Ponomarev + +commit 08cee189caf8972af9607d1f7754603a1a3788ff +Merge: 5d90e704e 4f11edadf +Author: Jo-Philipp Wich +Date: Mon Dec 10 13:49:27 2018 +0100 + + Merge pull request #2363 from sotux/master-luci-app-aria2 + + luci-app-aria2: fix http/https protocol when opening aria2 webUI + +commit 5d90e704ef33dfb9815afa9e54ba6ce60afd95a6 +Author: Jo-Philipp Wich +Date: Mon Dec 10 13:40:49 2018 +0100 + + luci-theme-{freifunk-generic,material,rosy}: fixup tab CSS + + Signed-off-by: Jo-Philipp Wich + +commit 165ba6f180d10f7a99c1abe386328efeccaf78eb +Author: Jo-Philipp Wich +Date: Sun Dec 9 20:10:15 2018 +0100 + + luci-app-radicale: refactor custom nsection template + + Refactor the named section template shipped with luci-app-radicale to work + with the latest LuCI tabbing changes. + + Signed-off-by: Jo-Philipp Wich + +commit 357096d15ff4f16bd629e3bd663eb25e95438de1 +Author: Jo-Philipp Wich +Date: Fri Dec 7 17:54:21 2018 +0100 + + luci-theme-openwrt: add required CSS rules for new tabbing code + + Signed-off-by: Jo-Philipp Wich + +commit 1cdce0280aa5200e1be5436601cedb72ed4c1802 +Author: Jo-Philipp Wich +Date: Fri Dec 7 17:55:43 2018 +0100 + + luci-theme-bootstrap: add required CSS rules for new tabbing code + + Signed-off-by: Jo-Philipp Wich + +commit 76e9c0305ed65480e0d1e3e86d831ac24de98bcd +Author: Jo-Philipp Wich +Date: Wed Dec 5 08:48:35 2018 +0100 + + luci-base: rework ui tabbing code + + - Instantiate tab menus on the client side + - Simplify server side markup generation + - Show error indicators in cbi tabs + + Signed-off-by: Jo-Philipp Wich + +commit 747e10bae6e9ec45e7d10f962c8c25ae804e97e7 +Author: Jo-Philipp Wich +Date: Mon Dec 10 11:49:05 2018 +0100 + + luci-theme-openwrt: style tweaks + + - Collapse table borders by default + - Vertically align table cell content + - Inherit font family and size for form widgets + - Fix redundant horizontal padding for cell labels + + Signed-off-by: Jo-Philipp Wich + +commit 51dbb2756a6456ff705cdc0de42716693a7eac2c +Author: Jo-Philipp Wich +Date: Sun Dec 9 20:13:22 2018 +0100 + + luci-theme-bootstrap: dynlist style tweak + + Signed-off-by: Jo-Philipp Wich + +commit a7dcfbe06be893fa05fc1cfc675c774ff858e5d2 +Author: Jo-Philipp Wich +Date: Fri Dec 7 17:57:45 2018 +0100 + + luci-base: luci.js: emit custom events for tooltip open/close actions + + The new `tooltip-open` and `tooltip-close` events allow other code to hook + into the tooltip div rendering, e.g. to populate it with custom markup. + + Also ignore tooltip events originating from descendant elements while + we're at it. + + Signed-off-by: Jo-Philipp Wich + +commit df9ba6981ee224ca37591469cf658db786b031b9 +Author: Jo-Philipp Wich +Date: Sun Dec 2 20:15:34 2018 +0100 + + luci-mod-status: switch iptables_dump action to luci.sys.process.exec + + Signed-off-by: Jo-Philipp Wich + +commit 4f11edadff3e7aa8775bb3917a1fed143d58e366 +Author: Zheng Qian +Date: Mon Dec 10 17:45:55 2018 +0800 + + luci-app-aria2: fix http/https protocol when opening aria2 webUI + + In the openWebUI function, the url is assumed as http protocol, + this will cause problem when we login luci-admin with https. + + The variable localhostPath has already contained http/https + protocol, so we can use it directly and add the path of aria2 + webUI. + + Signed-off-by: Zheng Qian + +commit 1b26c91a085c68d628b3098e52e85fb5f30b9af0 +Merge: 04e065744 6aa8ab54e +Author: Jo-Philipp Wich +Date: Fri Dec 7 00:12:18 2018 +0100 + + Merge pull request #2334 from yglb/master + + luci-theme-rosy: Fix related bugs displayed on the page + +commit 04e06574438feee0692f298b2a4bf174baf5b38a +Merge: 84b6e20f0 8732a186c +Author: Jo-Philipp Wich +Date: Fri Dec 7 00:10:59 2018 +0100 + + Merge pull request #2347 from shunjou/theme-material + + luci-theme-material: partial style overhaul + +commit 84b6e20f04c4dc14aa34660250b8a48f4ba86f4e +Merge: a92c94df3 d2bda6c34 +Author: Jo-Philipp Wich +Date: Thu Dec 6 21:22:54 2018 +0100 + + Merge pull request #2294 from pmelange/luci-app-olsr-cosmetic + + luci-app-olsr: make cosmetic changes. + +commit d2bda6c34bada854893ddf935ed3794cfab2579b +Author: pmelange +Date: Sun Nov 18 14:26:23 2018 +0100 + + luci-app-olsr: reenable the "auto refresh" feature + + Signed-off-by: pmelange + +commit 4974ddb1f1d2e9d8870f6b907876c39a55a436a1 +Author: pmelange +Date: Sat Nov 17 23:40:37 2018 +0100 + + luci-app-olsr change ccs style to use class "left" instead of "style=text-align: left" + + Signed-off-by: pmelange + +commit 7387553a042c9357081e4baaa2141ce2d1964ecb +Author: pmelange +Date: Thu Nov 15 14:55:42 2018 +0100 + + luci-app-olsr: make cosmetic changes. + + modify the status tables so that then headers and columns align, values + left justified. + + Additionally, add the openwrt style interface name to the interfaces table, + change huge ETX numbers to 'infinate', and add the german translation for + 'Selected'. + + Signed-off-by: pmelange + +commit 8732a186cbaf23372549b993385d607329090b4a +Author: shunjou +Date: Tue Dec 4 14:21:32 2018 -0500 + + luci-theme-material: make header logo link to main overview + + Signed-off-by: Shun Jou + +commit dba2462fe19924b667b47e7e2ceca642baacfadb +Author: shunjou +Date: Sat Dec 1 13:00:16 2018 -0500 + + luci-theme-material: partial style overhaul + + * Restore theme to near original style + * Properly declare variable fallbacks + * More consistent table and border styling + * Improve responsive design scaling + * Add static ripple effect to sidebar menu + * Style command output as terminal + * Comb coding style and widespread cleanup + * Various other improvements and fixes + + Signed-off-by: Shun Jou + +commit a56935c241f84f5870057555b9d029a7732ef049 +Author: Florian Eckert +Date: Mon Dec 3 16:34:30 2018 +0100 + + luci-mod-system: add translation for trigger names + + Not every user knows which trigger does what. To make this clear, the + triggers are now translated with a short help text. + + Signed-off-by: Florian Eckert + +commit 6aa8ab54ee1f3f5cceb5aebd1d657ab2fa007cd8 +Author: Yanlan Shen +Date: Mon Dec 3 15:14:14 2018 +0800 + + luci-theme-rosy: Modify the code for the progress bar of the overview interface + + Signed-off-by: Yanlan Shen + +commit c7bd4397fbd761591237c7171e147969099fc4d1 +Author: Yanlan Shen +Date: Thu Nov 29 18:30:12 2018 +0800 + + luci-theme-rosy: Fixed bug with rounded corners and drop down boxes + + Signed-off-by: Yanlan Shen + +commit 6cb25970b8089afc9dffd0b82ff1a64837633344 +Author: Yanlan Shen +Date: Tue Nov 27 10:15:31 2018 +0800 + + luci-theme-rosy: Modify the color of the button's primary and secondary colors and the bug of the status-overview page. + + Signed-off-by: Yanlan Shen + +commit a92c94df32eaf9d0693eb799bfcf5bd7e92151b8 +Author: Jo-Philipp Wich +Date: Sun Dec 2 17:10:39 2018 +0100 + + luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page + + Signed-off-by: Jo-Philipp Wich + +commit 9a6e584449fcd86d88d140c99d1a51297e35be72 +Author: Jo-Philipp Wich +Date: Sun Dec 2 16:57:24 2018 +0100 + + luci-theme-bootstrap, luci-theme-openwrt: allow dynlist item content to wrap + + Very long values without whitespace can easily overflow the dynlist item + container, so allow the browser to forcibly break such lines. + + Reported-by: Hannu Nyman + Signed-off-by: Jo-Philipp Wich + +commit be506665dfab87138dbc8dc46521c6d6c60af0f9 +Author: Jo-Philipp Wich +Date: Sun Dec 2 21:40:05 2018 +0800 + + luci-base: fix ReferenceError + + The showTooltip() and hideTooltip() functions have been moved to luci.js + + Reported-by: brv phoenix + Signed-off-by: Jo-Philipp Wich + +commit be2d0536f4f6083cc0ba77d4e70915164889ca3e +Author: Jo-Philipp Wich +Date: Sun Dec 2 14:29:53 2018 +0100 + + luci-mod-status: use -w flag when dumping iptables + + Multiple iptables listing commands might be triggered in parallel due + to the XHR polling, so use the -w flag to wait for the lock to become + free. + + Signed-off-by: Jo-Philipp Wich + +commit 4f2b80e109031e4e538f09a8beca52cf8e0fd6b5 +Merge: 98cde82e4 ba6f7b6d3 +Author: Jo-Philipp Wich +Date: Thu Nov 29 10:37:45 2018 +0100 + + Merge pull request #2344 from shunjou/theme-material + + luci-theme-material: minor changes + +commit ba6f7b6d3350f28ed9e8ecd9ae41c494d9bf0e98 +Author: shunjou +Date: Thu Nov 29 04:10:38 2018 -0500 + + luci-theme-material: optimize brand logo + + Signed-off-by: Shun Jou + +commit 9603990cb144a50e0eadc385266ee594f1950b6f +Author: shunjou +Date: Thu Nov 29 04:03:20 2018 -0500 + + luci-theme-material: remove obsolete header info + + Signed-off-by: Shun Jou + +commit 98cde82e4d585e432efcb468a3e4cdc52b685a25 +Merge: 766979130 8db75255f +Author: Dirk Brenken +Date: Wed Nov 28 13:59:30 2018 +0100 + + Merge pull request #2342 from dibdot/fw + + luci-app-firewall: remove hinting + +commit 8db75255f7def8af500ecc6c711c66b8b17c78de +Author: Dirk Brenken +Date: Wed Nov 28 13:55:42 2018 +0100 + + luci-app-firewall: remove hinting + + Remove firewall hinting as discussed in #2340 + + Signed-off-by: Dirk Brenken + +commit 7669791300245c42d5a3088d1c4500662f1a684f +Merge: 4fe427ebc 6dac41a9b +Author: Jo-Philipp Wich +Date: Wed Nov 28 13:39:49 2018 +0100 + + Merge pull request #2341 from brvphoenix/luci-theme-material + + luci-theme-material: add the missing modal/progressbar rules. + +commit 6dac41a9b45ab012d97ba050720e172f129d3794 +Author: brv phoenix +Date: Wed Nov 28 19:27:46 2018 +0800 + + luci-theme-material: add the missing modal/progressbar rules. + + Signed-off-by: brv phoenix + +commit 4fe427ebcdf23435d4429e2d1748f660a1cf5aff +Merge: 7e2b21d9b 57b8d305a +Author: Jo-Philipp Wich +Date: Tue Nov 27 23:46:08 2018 +0100 + + Merge pull request #2329 from TDT-AG/pr/20181123-luci-theme-material + + luci-theme-material: add missing css cbi-section-error definitions + +commit 7e2b21d9b41ea7e6c624f9e12fdad913547dd8a8 +Merge: 5c98bad93 168d80aaa +Author: Jo-Philipp Wich +Date: Tue Nov 27 23:44:24 2018 +0100 + + Merge pull request #2335 from shunjou/material-favicon + + luci-theme-material: add new favicon + +commit 5c98bad93b3debf91894a106a255c41a9a33450b +Merge: 5c9d13f63 6f53654a5 +Author: Jo-Philipp Wich +Date: Tue Nov 27 23:43:23 2018 +0100 + + Merge pull request #2309 from rbalik/patch-1 + + luci-mod-network: Add DAE settings to security tab + +commit 5c9d13f63414e0e0b2891fbf7929b809182e754f +Merge: 2509b5984 34482625e +Author: Jo-Philipp Wich +Date: Tue Nov 27 15:28:05 2018 +0100 + + Merge pull request #2336 from TDT-AG/pr/20181127-luci-app-openvpn + + luci-app-openvpn: Add missing config options + +commit 2509b5984d026f285e5768fec5933ef72f37fbd8 +Author: Jo-Philipp Wich +Date: Tue Nov 27 15:23:41 2018 +0100 + + luci-base: dispatcher: use consistent ordering + + Use the same ordering logic for building the dispatch tree and for + querying the children of a given node. + + Fixes #2338. + Signed-off-by: Jo-Philipp Wich + +commit 2e36e09303c9b0054d1ead830d841ae170197db7 +Author: Jo-Philipp Wich +Date: Tue Nov 27 14:46:55 2018 +0100 + + luci-base: dispatcher: remove tree modifier support + + This feature was never used, is hardly documented and appears to be + designed to fiddle with the internal dispatch tree state. + + Given that, simply drop the related code to simplify the dispatcher + class somewhat. + + Signed-off-by: Jo-Philipp Wich + +commit 9cd5f6befdbc1011c10da309940fe7efa73f8fc3 +Author: Jo-Philipp Wich +Date: Tue Nov 27 13:57:32 2018 +0100 + + luci-theme-bootstrap: allow tabmenus to wrap (#2333) + + Allow the tab menu line to wrap around on narrow screens to fix the issue + reported in PR #2333. + + Also add the .nowrap utility class to the Bootstrap theme while we're + touching it. + + Signed-off-by: Jo-Philipp Wich + +commit 34482625ec0d319bc91234d1288155328bd26648 +Author: Florian Eckert +Date: Mon Nov 26 15:43:08 2018 +0100 + + luci-app-openvpn: add missing ncp_ciphers option + + Signed-off-by: Florian Eckert + +commit 78cc310cf4e5946e58f846376449847f207f789d +Author: Florian Eckert +Date: Mon Nov 26 15:13:24 2018 +0100 + + luci-app-openvpn: add missing verify_client_cert option + + Signed-off-by: Florian Eckert + +commit 4fd92b1f5261343039feb2e7475bc67dceb0ca06 +Author: Florian Eckert +Date: Mon Nov 26 13:08:02 2018 +0100 + + luci-app-openvpn: add missing compress option + + Signed-off-by: Florian Eckert + +commit 6f90546bd8296a2e4a6df089b1771ef7a2470f48 +Author: Florian Eckert +Date: Mon Nov 26 14:31:52 2018 +0100 + + luci-app-openvpn: predefining the dropdown for the cipher option + + Signed-off-by: Florian Eckert + +commit 8911f4f87bdd0cd0dc4f5f0eb02f3d30c2901543 +Author: Florian Eckert +Date: Mon Nov 26 14:04:42 2018 +0100 + + luci-app-openvpn: add missing ncp_disable option + + Signed-off-by: Florian Eckert + +commit 0f3e1a81e9de9fffc1fd739cb1099e510bfc2b0d +Author: Florian Eckert +Date: Mon Nov 26 13:41:40 2018 +0100 + + luci-app-openvpn: add missing allow_recursive_routing option + + Signed-off-by: Florian Eckert + +commit 168d80aaa7248a80ef9ed8c0b45762ff8050e348 +Author: shunjou +Date: Mon Nov 26 21:31:30 2018 -0500 + + luci-theme-material: add new favicon + + Also remove logo.png as it is unused. + + Signed-off-by: Shun Jou + +commit a7123c5e6910576bb437eddb2049f20a6a8fd660 +Merge: 26e903c74 0f8e36f21 +Author: Dirk Brenken +Date: Mon Nov 26 15:21:42 2018 +0100 + + Merge pull request #2331 from dibdot/ovpn + + luci-app-openvpn: "final" changeset + +commit 0f8e36f21416805f8dc2f0932db1bb81f1ccf39f +Author: Dirk Brenken +Date: Sat Nov 24 16:33:54 2018 +0100 + + luci-app-openvpn: "final" changeset + + * add 'auth-user-pass' edit section in file mode (see screenshot) + * add port & protocol detection in file mode (see screenshot) + * don't mix file & normal edit modes any longer + * add CC compatibility fix (for turris devices) + * fix/refine JS instance name filter + * remove needless CSS rules + * unlink ovpn/auth files on section removal + * commit changes instantly (Add/Upload/Delete) + + Signed-off-by: Dirk Brenken + +commit 26e903c7407e5ce4fd0428884a997386134f46f0 +Author: Hannu Nyman +Date: Sun Nov 25 08:48:16 2018 +0200 + + luci-mod-network: adapt to current 802.11r defaults + + The default for 802.11r option ft_psk_generate_local + was changed a few months ago by openwrt/openwrt@3cc56a5 + + That change was a bit awkward, as it made hostapd to + overlook the possibly existing r0kh values by default + unless the user explicitly disables the new default. + + Adapt LuCI by changing the default for ft_psk_generate_local + into 'enabled'. + + But ensure that LuCI does not delete the existing key values + by not making the r0kh and r1kh fields to depend on this. + + Note that this is just a quick fix for the wrong default value + causing problems, but not yet a complete fix for all the options. + In the long run it might be better to make the detail options + to depend on local generation. + + Reference also to LuCI PR #2102 + + Signed-off-by: Hannu Nyman + +commit 548281773d02f658f36690c02c6397776d409450 +Author: Jo-Philipp Wich +Date: Sat Nov 24 21:32:33 2018 +0100 + + luci-mod-network: remove debug code from iface_status.js + + Signed-off-by: Jo-Philipp Wich + +commit 12ed0274a9c9f470770138be6a195267f6228104 +Author: Jo-Philipp Wich +Date: Fri Nov 23 07:44:30 2018 +0100 + + luci-base: CSS accessibility improvements for modal dialog + + Signed-off-by: Jo-Philipp Wich + +commit 4bd7f4ba429eee697fb5f75c4ece5d03cc9514f5 +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:47:44 2018 +0100 + + luci-mod-network: move wifi and iface status JS into external files + + Signed-off-by: Jo-Philipp Wich + +commit f73dc51ea121e281b4949ad5c730a78a9d5a8aff +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:41:56 2018 +0100 + + luci-mod-network: move wifi scan JS into external file + + Signed-off-by: Jo-Philipp Wich + +commit 1eea921df05da082be17fbe6b3636755c7dc6bc5 +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:43:33 2018 +0100 + + luci-base: modal accessibility fix, wrap XHR.stop() + + Signed-off-by: Jo-Philipp Wich + +commit b80cea293efe6262e6b890076eda1798e87012b7 +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:10:54 2018 +0100 + + luci-mod-network: wifi scan CSS tweaks + + Hide less important fields for mobile views. + + Signed-off-by: Jo-Philipp Wich + +commit c4fb418b704541272bc156ca39285e5ff00f4ef9 +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:10:16 2018 +0100 + + luci-mod-system: sshkeys CSS tweak + + Overflow pubkey preview to the left, not to the right. + + Signed-off-by: Jo-Philipp Wich + +commit c270d48cdd111904be5dbe7f5d77bf59928732d4 +Author: Jo-Philipp Wich +Date: Fri Nov 23 15:08:50 2018 +0100 + + luci-theme-bootstrap: add responsive CSS + + Add responsive CSS to improve the rendering on small screen devices. + + Tested on Mobile Safari using an iPhone 5 and iPhone 6, ymmv for other + platforms. + + Signed-off-by: Jo-Philipp Wich + +commit 57b8d305afa32f9ac6368af77202e8345f353d96 +Author: Florian Eckert +Date: Fri Nov 23 10:26:58 2018 +0100 + + luci-theme-material: add missing css cbi-section-error definitions + + Add the missing error css class definitions. + Highlights the wrong inputs detected by the cbi validation function. + + Signed-off-by: Florian Eckert + +commit 42310095df04ba4e799222c6fa66908d7c183c5a +Merge: db2bfb24a c7a3c5ccc +Author: Jo-Philipp Wich +Date: Fri Nov 23 10:14:49 2018 +0100 + + Merge pull request #2328 from tano-systems/fix-translate-arg + + luci-mod-network: fix invalid translate() argument pass + +commit c7a3c5cccc8cbaa5bd44524c140f9b41ab2f7f85 +Author: Anton Kikin +Date: Fri Nov 23 00:46:51 2018 +0300 + + luci-mod-network: fix invalid translate() argument pass + + We must pass to the translate() a string without substituted zone name. + + Signed-off-by: Anton Kikin + +commit db2bfb24adad0c64e74d6ad5c9266256e31b1528 +Merge: 241b90c7f 77766884b +Author: Jo-Philipp Wich +Date: Thu Nov 22 18:51:12 2018 +0100 + + Merge pull request #2325 from YuriPet/master + + luci-base & luci-app-opkg: update Ukrainian translation + +commit 241b90c7f66dd08bca4ff89ea7cfe8aed9823bdd +Author: Jo-Philipp Wich +Date: Thu Nov 22 14:47:56 2018 +0100 + + luci-base: do not trigger form action when revealing password + + Ref: https://github.com/openwrt/luci/issues/2327 + Signed-off-by: Jo-Philipp Wich + +commit 77766884b686d19e6e23a7106260353673338377 +Author: Yurii +Date: Thu Nov 22 14:09:12 2018 +0200 + + luci-app-opkg: update Ukrainian translation + + Signed-off-by: Yurii yuripet@gmail.com + +commit 5bc490281136f58d5ac65802f6089970f19854dc +Author: Yurii +Date: Thu Nov 22 14:07:45 2018 +0200 + + luci-base: update Ukrainian translation + + Signed-off-by: Yurii yuripet@gmail.com + +commit 6a0c1d1ab674881f8ebfce3f0ab622e37ff4293e +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:16:06 2018 +0100 + + luci-mod-status: move index and iptables page JS code into external files + + Also adjust the Bootstrap and OpenWrt themes accordingly + + Signed-off-by: Jo-Philipp Wich + +commit a03ec606967434182450cdbad81d25474eb5cd51 +Author: Jo-Philipp Wich +Date: Thu Nov 22 12:56:05 2018 +0100 + + luci-mod-network: move wifi overview markup and JS code into external files + + Signed-off-by: Jo-Philipp Wich + +commit f598b10c49ff5d196baea7c92a2859da70869a5f +Author: Jo-Philipp Wich +Date: Wed Nov 21 21:07:34 2018 +0100 + + luci-mod-network: move interface overview JS into external file + + Signed-off-by: Jo-Philipp Wich + +commit 7c16decdb425b6fa5c61f738f5e3d3c4486543b8 +Author: Jo-Philipp Wich +Date: Thu Nov 22 08:52:14 2018 +0100 + + luci-base: move DOM manipulation functions to luci.js + + Introduce a new luci.dom class which groups the DOM manipulation helpers + such as E(), findParent(), matchesElem() etc. + + Provide wrappers for the old functions to ease the transition to the new + functions. + + Also add a new widget helper function L.itemlist() which consolidates + the item enumeration formatting code found on various pages. + + Signed-off-by: Jo-Philipp Wich + +commit 14487071db51d4fce258ba5d2531f390ab85fe1a +Author: Jo-Philipp Wich +Date: Thu Nov 22 08:57:09 2018 +0100 + + luci-app-opkg: allow presetting filter via query attribute + + Signed-off-by: Jo-Philipp Wich + +commit 84d50a604493a492c1cf836eccd349da66216e14 +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:04:55 2018 +0100 + + luci-mod-system: move password and sshkey JS code into external files + + Signed-off-by: Jo-Philipp Wich + +commit b8e341c20ef88136180c95e3b2db9adf299eaf62 +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:01:54 2018 +0100 + + luci-app-opkg: move JS code into external file + + Signed-off-by: Jo-Philipp Wich + +commit 05860e31f2a552922b55ee649821ea325e374671 +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:27:08 2018 +0100 + + luci-base: cbi.js: remove functions moved to luci.js + + Signed-off-by: Jo-Philipp Wich + +commit 706c6836e40046ca82efc3355fc018fd37654d88 +Author: Jo-Philipp Wich +Date: Wed Nov 21 18:44:59 2018 +0100 + + luci-base: introduce common JavaScript api + + Introduce a new script file luci.js which is included by default and + intended to be the common location of functions currently scattered + in cbi.js and xhr.js. + + The luci.js file provides a LuCI() class which - among other things - + implements helpers to construct URL paths and making HTTP requests. + + A singleton instance of the class is instantiated as window.L upon + load and preset with the necessary environment information. + + Signed-off-by: Jo-Philipp Wich + +commit 17690f2d73b640cf4bbf082fe96f5b3075a040fe +Author: Jo-Philipp Wich +Date: Wed Nov 21 18:30:14 2018 +0100 + + build: add build option to minify *.js files + + Signed-off-by: Jo-Philipp Wich + +commit 9b7f606dc66d58f0e1f21d20e191498375da746f +Merge: 626fa0f15 38f19b4d3 +Author: Dirk Brenken +Date: Thu Nov 22 12:09:52 2018 +0100 + + Merge pull request #2323 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit 626fa0f15c705213b5019838b9b6327f6ed78270 +Merge: 562ae5f0e 1987b3801 +Author: Dirk Brenken +Date: Thu Nov 22 12:09:19 2018 +0100 + + Merge pull request #2317 from TDT-AG/pr/20181121-luci-app-openvpn + + luci-app-openvpn: redirect to overview page on save/apply, hide boolean by default and cleanup code + +commit 1987b380110e967d1dc7ad88d8462e2f2ab6aa61 +Author: Florian Eckert +Date: Thu Nov 22 10:53:55 2018 +0100 + + luci-app-openvpn: do not show all boolean option by default + + If a new instance is edit then all boolean option are shown on the LuCI. + This is confusing. To fix this hide all boolean ellements on the config + page which are not enabled by default. They must be add first. + + Signed-off-by: Florian Eckert + +commit 38f19b4d34afa2270cb272689eb0c83c3fc3fdbc +Author: INAGAKI Hiroshi +Date: Thu Nov 22 16:27:00 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 1986dc2751517f11da943863a8cca6b3fe50be3b +Author: Florian Eckert +Date: Wed Nov 21 13:15:29 2018 +0100 + + luci-app-openvpn: On apply/save redirect to OpenVPN overview page + + This change will redirect on apply/save to the OpenVPN overview page. + This is the default behaviour on LuCI. + + Signed-off-by: Florian Eckert + +commit 9881ad5a6b558dbff21703724b29d34c96d1d327 +Author: Florian Eckert +Date: Wed Nov 21 12:46:29 2018 +0100 + + luci-app-openvpn: sync code style with openvpn-advanced + + Signed-off-by: Florian Eckert + +commit 95f02e9d84030a2efbbba2262a234cabeeaac3fc +Author: Florian Eckert +Date: Wed Nov 21 12:42:10 2018 +0100 + + luci-app-openvpn: fix whitespaces in openvpn-basic + + Signed-off-by: Florian Eckert + +commit 562ae5f0e5cfea0b5abf326fbd9471067dc31d1f +Author: Anton Kikin +Date: Wed Nov 21 22:24:00 2018 +0300 + + luci-app-statistics: update and fix Russian translation + + Signed-off-by: Anton Kikin + + [ Fixed too wide line lengths with i18n-sync.pl ] + Signed-off-by: Hannu Nyman + +commit 177b1c152bd302c31795e8872988353fc47a000a +Merge: d5c59834c 73f89ed32 +Author: Hannu Nyman +Date: Wed Nov 21 19:17:57 2018 +0200 + + Merge pull request #2319 from tano-systems/luci-base-upd-rus-i18n + + luci-base: update Russian translation + +commit d5c59834c82a617bee93686c420640468858bb98 +Merge: b7acf147c e222003f5 +Author: Dirk Brenken +Date: Wed Nov 21 15:51:19 2018 +0100 + + Merge pull request #2307 from dibdot/ovpn + + luci-app-openvpn: more changes & fixes + +commit e222003f5d6598290a51f541758f40d93637dfa7 +Author: Dirk Brenken +Date: Mon Nov 19 21:20:22 2018 +0100 + + luci-app-openvpn: more changes & fixes + + * fix possible exception in template based ovpn creation + * remove needless shellquote function in controller, + the filename will be checked on client side with JS + * enhance FileUpload behaviour in basic/advanced mode: + - change "auth_user_pass" to FileUpload + - cfg entries (even with default values) will be shown + - existing entries are now removable (incl. file unlink), + simply clear the appropriate textbox + * change "key_direction" option to boolean ListValue + * add "config" option to basic/advanced edit, + to make it possible to change the upload path in LuCI + + Signed-off-by: Dirk Brenken + +commit 73f89ed3279babbebe8207cc80c05c9cfd5b9b79 +Author: Anton Kikin +Date: Tue Nov 20 19:59:48 2018 +0300 + + luci-base: update Russian translation + + Signed-off-by: Anton Kikin + +commit b7acf147ca229e497231353234026f5c9f0489ab +Merge: 73f7c5d5c 8267a65f0 +Author: Jo-Philipp Wich +Date: Wed Nov 21 11:21:55 2018 +0100 + + Merge pull request #2316 from sotux/master-aria2 + + luci-app-aria2: add button for to AriaNg + +commit 8267a65f093a0c34f605e7cc67dc0a4efd9a785b +Author: Zheng Qian +Date: Wed Nov 21 10:48:32 2018 +0800 + + luci-app-aria2: add a button to open ariang + + Signed-off-by: Zheng Qian + +commit 73f7c5d5cd26c9bf8d6dab736f8b7605115dff5d +Merge: 18ac3c670 190281644 +Author: Hannu Nyman +Date: Wed Nov 21 07:41:19 2018 +0200 + + Merge pull request #2313 from sotux/master + + i18n: luci-base: update Simplified Chinese translation + +commit 18ac3c67019170f1538c6a1803bad62d66e92f48 +Merge: 515562be2 001a00f48 +Author: Hannu Nyman +Date: Wed Nov 21 07:39:45 2018 +0200 + + Merge pull request #2315 from musashino205/l10n/opkg-upd-ja + + luci-app-opkg: fix and update Japanese translation + +commit 001a00f48d66bbf05c454d4e783f612a3359ffb5 +Author: INAGAKI Hiroshi +Date: Wed Nov 21 12:30:36 2018 +0900 + + luci-app-opkg: fix and update Japanese translation + + Fixed and updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 19028164444438d8db351e25ddede0f2afa17a95 +Author: Zheng Qian +Date: Wed Nov 21 08:40:52 2018 +0800 + + i18n: luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 515562be2744eb402c37665b7a6e6af72430610f +Author: Jo-Philipp Wich +Date: Tue Nov 20 13:31:58 2018 +0100 + + luci-theme-bootstrap, luci-theme-openwrt: allow dynlist .add-item to expand + + Signed-off-by: Jo-Philipp Wich + +commit 398d69945a5df3118a300ece4dba45495b5acec0 +Author: Jo-Philipp Wich +Date: Tue Nov 20 13:20:52 2018 +0100 + + luci-app-opkg: use a more appropriate german translation for "clear" + + Signed-off-by: Jo-Philipp Wich + +commit 7a32e11e2be49b45bd8de1be700b1011341e46ce +Author: Jo-Philipp Wich +Date: Tue Nov 20 11:54:22 2018 +0100 + + luci-mod-system: submit password change on enter + + Allow to submit the password change form by pressing enter in the second + input field. + + Signed-off-by: Jo-Philipp Wich + +commit a17c5808f0b72d21ecb8399da22a7a48897ed676 +Author: Jo-Philipp Wich +Date: Tue Nov 20 11:46:17 2018 +0100 + + luci-base: resync translations + + Signed-off-by: Jo-Philipp Wich + +commit 26529ed578d0dc085c754afae1faaafe7c1c16cf +Author: Jo-Philipp Wich +Date: Tue Nov 20 11:45:43 2018 +0100 + + luci-app-opkg: resync translations + + Signed-off-by: Jo-Philipp Wich + +commit 50ee130cd8fb04e1b8dd8f87545795d33063cd15 +Author: Jo-Philipp Wich +Date: Tue Nov 20 11:43:20 2018 +0100 + + luci-base: fix apply/rollback strings + + Commit 94d8c9a7a accidentally overwrite the rewording of strings made in + an earlier commit. + + Fixes: 94d8c9a7a ("luci-base: simplify apply widget code") + Signed-off-by: Jo-Philipp Wich + +commit 447f0c81713e567706c970d5c8fdea732dac52d4 +Author: Jo-Philipp Wich +Date: Tue Nov 20 10:50:03 2018 +0100 + + luci-mod-system: restructure administration pages + + Split password, dropbear and SSH key configuration into separate pages in + order to improve the form layout and to simplify the code. + + Signed-off-by: Jo-Philipp Wich + +commit fc87173e1faf00b5e12c223f400b18a69abac852 +Merge: d373dd9c5 a8d950861 +Author: Jo-Philipp Wich +Date: Tue Nov 20 08:18:27 2018 +0100 + + Merge pull request #2308 from YuriPet/master + + opkg.po: update Ukrainian translation + +commit 6f53654a5887a1bec281d0f68043ea8416b5e41e +Author: Reuben Balik +Date: Mon Nov 19 17:43:10 2018 -0600 + + luci-mod-network: Add DAE settings to security tab + + Signed-off-by: Reuben Balik + +commit a8d950861d22367de184f0d5d7d029db65339cba +Author: Yurii +Date: Tue Nov 20 00:51:38 2018 +0200 + + opkg.po: update Ukrainian translation + + Signed-off-by: Yurii yuripet@gmail.com + +commit d373dd9c5560f7e069dcffc23b86f9f3363be7e9 +Merge: 51de74d52 9630e7e99 +Author: Dirk Brenken +Date: Mon Nov 19 16:51:44 2018 +0100 + + Merge pull request #2304 from ryu0/master + + luci-app-lxc: add i686 to target map + +commit 9630e7e9948b9cce3cba213932aba1895ac15031 +Author: James Buren +Date: Sun Nov 18 14:57:37 2018 -0600 + + luci-app-lxc: add i686 to target map + Add i686 to target map so i386 container templates are usable. + + Signed-off-by: James Buren + +commit 51de74d5201b0a1e314ed24cb1003dc3cf701633 +Author: Jo-Philipp Wich +Date: Mon Nov 19 13:28:52 2018 +0100 + + luci-base: further hash calculation signedness bugfixes + + - cbi.js: make sure to treat single bytes as signed char when + handling end cases + + - template_lmo.c: make sure to treat single bytes as signed + char when handling end cases, avoids hash miscalculations + on ARM + + Signed-off-by: Jo-Philipp Wich + +commit c55436e36fa9553373f14898c0dd04bad6ee4715 +Author: Jo-Philipp Wich +Date: Mon Nov 19 11:58:17 2018 +0100 + + luci-base: cbi.js: fix sfh() signedness bug for strings with 3 trailing bytes + + Replace a sign-propagating right shift by a zero-filling right shift to avoid + calculating a wrong hash code in the three-trailing-bytes case. + + Signed-off-by: Jo-Philipp Wich + +commit 2babc47ae2562cc123ea9048197996a0e3a223b1 +Author: Jo-Philipp Wich +Date: Mon Nov 19 11:47:18 2018 +0100 + + luci-base: cbi.js: fix sfh() hash calculation over multibyte sequences + + The C side implementation of the hash operates on bytes while the JS variant + operated on UTF-16 codepoints, leading to miscalculations on input strings + containing multibyte sequences. + + Recode the given string to an internal UTF-8 byte representation and + calculate the hash over that. + + Fixes client side mapping of translation strings containing non-ASCII + characters. + + Signed-off-by: Jo-Philipp Wich + +commit 1ca5a99a49c515d4bab61220893961445ce9653f +Author: Jo-Philipp Wich +Date: Mon Nov 19 09:26:27 2018 +0100 + + luci-app-opkg: accesibility fixes + + - Use semantic button markup for buttons + - Add ARIA labels to page forward/backward buttons + + Signed-off-by: Jo-Philipp Wich + +commit 90f728e5368afbfa90b9c55908e6bbf8988c2a4f +Merge: 18c654405 58c03a8a0 +Author: Jo-Philipp Wich +Date: Mon Nov 19 07:51:06 2018 +0100 + + Merge pull request #2306 from yglb/master + + luci-theme-rosy: Repair form bug + +commit 58c03a8a068df58bfc23bee01d29545a1e23585b +Author: Yanlan Shen +Date: Mon Nov 19 13:37:36 2018 +0800 + + luci-theme-luci: Match css to implement related styles + + Signed-off-by: Yanlan Shen + +commit 94a562ccf3618086d0755cb3bb8e8ca987cb4cf3 +Author: Yanlan Shen +Date: Mon Nov 19 13:34:31 2018 +0800 + + luci-theme-rosy: Modifying the form does not fully display the bug of the dropdown box + + Signed-off-by: Yanlan Shen + +commit 18c6544057c6c26e2ccfdfcd0a9052d3a82b788a +Merge: e5f9e3ff2 bef7d98bd +Author: Dirk Brenken +Date: Sat Nov 17 16:57:55 2018 +0100 + + Merge pull request #2299 from dibdot/banip + + luci-app-banip: sync with update 0.0.6 + +commit e5f9e3ff25418f4bea774a9bc748d24020725483 +Author: Jo-Philipp Wich +Date: Sat Nov 17 14:54:43 2018 +0100 + + luci-mod-status: fix average calculations + + Calculate the average over the actual data and not over the entire timeframe. + + Fixes #2301 + Signed-off-by: Jo-Philipp Wich + +commit 93fdac8560f219d022f22784b43dced05f86210d +Merge: e991e09d4 827c83f7a +Author: Hannu Nyman +Date: Fri Nov 16 23:00:02 2018 +0200 + + Merge pull request #2298 from YuriPet/master + + luci-base: update Ukrainian translation + +commit e991e09d47118167828c9bccecfa72d5ddea7b07 +Merge: a1fff6a9e 677765705 +Author: Jo-Philipp Wich +Date: Fri Nov 16 21:37:35 2018 +0100 + + Merge pull request #2297 from tano-systems/fix-fstab-mount-table + + luci-mod-system: fstab: fix table cell rendering without unmount button + +commit 677765705d721a93c8159b69b438b5b1757085e6 +Author: Anton Kikin +Date: Fri Nov 16 21:13:14 2018 +0300 + + luci-mod-system: fstab: fix table cell rendering without unmount button + + Signed-off-by: Anton Kikin + +commit a1fff6a9eebbfe3e9b3e5401645b1db4bdf37735 +Author: Jo-Philipp Wich +Date: Fri Nov 16 19:31:07 2018 +0100 + + luci-base: xhr.js: rework class, handle expired session + + Drop very old IE compat code, restructure class, align code style with + other files and properly handle JSON mimetypes with charset trailer. + + Also detect session related 403 errors and show a modal prompting + to re-login. + + Signed-off-by: Jo-Philipp Wich + +commit 425a02734e28ec41403511aa1c46cbe489930ff1 +Author: Jo-Philipp Wich +Date: Fri Nov 16 19:33:39 2018 +0100 + + luci-base: dispatcher: add login indication on 403 errors + + Send a custom LuCI X-Header to indicate that a login is required to access + the requested resource. This is mainly intended for xhr.js to be able to + intercept such responses and popup an authentication dialog. + + Signed-off-by: Jo-Philipp Wich + +commit 5dddb105d2f7a96bf135154c7aceb6f830bc0463 +Author: Jo-Philipp Wich +Date: Fri Nov 16 19:29:33 2018 +0100 + + luci-theme-bootstrap: remove redundant rules + + Drop rules specific to the old status page progress bars and rework the + cbi element rules to work independently of a parent form tag. + + Signed-off-by: Jo-Philipp Wich + +commit bef7d98bd63a2f1e420883c052c3ca43c19d9bd9 +Author: Dirk Brenken +Date: Fri Nov 16 21:09:14 2018 +0100 + + luci-app-banip: sync with update 0.0.6 + + * add a manual interface selection to support + multiple WAN interfaces in iptables rules + + Signed-off-by: Dirk Brenken + +commit 827c83f7ae9d1fcb9f79cb4ba665697ddd8e8a8c +Author: Yurii +Date: Fri Nov 16 21:59:41 2018 +0200 + + luci-base: update Ukrainian translation + + Signed-off-by: Yurii yuripet@gmail.com + +commit ee6e07217ce4d3d280d69b472c4f79d760102633 +Merge: 68894e22d c098c2345 +Author: Hannu Nyman +Date: Fri Nov 16 18:57:15 2018 +0200 + + Merge pull request #2296 from tano-systems/luci-base-upd-rus-i18n + + luci-base: update Russian translation + +commit c098c2345c3c160ac3427e64cf372c9c321f0bbb +Author: Anton Kikin +Date: Fri Nov 16 19:50:46 2018 +0300 + + luci-base: update Russian translation + + Signed-off-by: Anton Kikin + +commit 68894e22d3addc7d1d83b92c8b6f2c2f2ea727a8 +Merge: 36f79a042 262691d9a +Author: Hannu Nyman +Date: Fri Nov 16 18:27:50 2018 +0200 + + Merge pull request #2293 from musashino205/l10n/opkg-upd-ja + + luci-app-opkg: update Japanese translation + +commit 36f79a042defdd2f176bf5fcfed3d875ac1ec291 +Merge: 49f23b579 2d1c0301f +Author: Jo-Philipp Wich +Date: Fri Nov 16 15:17:25 2018 +0100 + + Merge pull request #2295 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit 2d1c0301f82e0a33ef03411214f9c57319c8494a +Author: INAGAKI Hiroshi +Date: Fri Nov 16 23:09:24 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 262691d9ac8a001c538f4d8e9417fafee7326269 +Author: INAGAKI Hiroshi +Date: Fri Nov 16 19:59:41 2018 +0900 + + luci-app-opkg: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 49f23b5798ee3d0c6bab62d9ec9f991dbff71d3c +Merge: 8c68756e0 2aafeff4d +Author: Dirk Brenken +Date: Fri Nov 16 09:07:11 2018 +0100 + + Merge pull request #2292 from dibdot/banip + + luci-app-banip: adapt latest css changes + +commit 8c68756e0028b33b2dd18702f34f9faf6dd9d52a +Merge: 3fe18fb27 5dd93edef +Author: Dirk Brenken +Date: Fri Nov 16 09:06:54 2018 +0100 + + Merge pull request #2291 from dibdot/adblock + + luci-app-adblock: adapt latest css changes + +commit 3fe18fb278ad8cb56412348cd9b8cf3564b155d3 +Merge: e69d05cac c9fab9e90 +Author: Dirk Brenken +Date: Fri Nov 16 09:06:38 2018 +0100 + + Merge pull request #2290 from dibdot/travelmate + + luci-app-travelmate: adapt latest css changes + +commit c9fab9e90c2d437d3b96bda4b035e585f61bb0c0 +Author: Dirk Brenken +Date: Fri Nov 16 09:03:41 2018 +0100 + + luci-app-travelmate: adapt latest css changes + + Signed-off-by: Dirk Brenken + +commit 5dd93edefaf3ec8e4dcae3afd64d51f635b29e4c +Author: Dirk Brenken +Date: Fri Nov 16 08:56:32 2018 +0100 + + luci-app-adblock: adapt latest css changes + + Signed-off-by: Dirk Brenken + +commit 2aafeff4df390e91af18af4161f6e12390f943c0 +Author: Dirk Brenken +Date: Fri Nov 16 08:55:46 2018 +0100 + + luci-app-banip: adapt latest css changes + + Signed-off-by: Dirk Brenken + +commit e69d05cac4e0d2e97bae7ff47838ccd32ef0cb24 +Author: Jo-Philipp Wich +Date: Thu Nov 15 23:00:34 2018 +0100 + + luci-theme-openwrt: modal display fixes + + Signed-off-by: Jo-Philipp Wich + +commit fdb7f3ed1357441b584772523473ab8db1660b2c +Author: Angus Ding +Date: Thu Nov 15 19:26:12 2018 +0100 + + luci-base: rename "Design" to "Theme" in translation files + + Signed-off-by: Angus Ding + [squash commits, reword commit message, rebase, msgmerge] + Signed-off-by: Jo-Philipp Wich + +commit 94ebc49a4c8e30228e04415c99f0c99d48cb0f49 +Author: Angus Ding +Date: Mon Oct 22 13:40:51 2018 +0800 + + luci-mod-system: rename "Design" to "Theme" + + This provides a more accurate description for the theme selection. + + Signed-off-by: Angus Ding + [reword commit message] + Signed-off-by: Jo-Philipp Wich + +commit 76bf2ac6ceae17dd30e7300897597f4be09ec84c +Author: Jo-Philipp Wich +Date: Thu Nov 15 19:14:56 2018 +0100 + + treewide: resync translation files + + Signed-off-by: Jo-Philipp Wich + +commit 7bffa401ff2e956ff768edb05c15f7a3d2873160 +Author: Darius +Date: Fri Nov 9 12:38:33 2018 +0200 + + luci-mod-network: function name mismatch fixed + + Signed-off-by: Darius + +commit 30e9f671a0ce041b9223c35c7f82208782f0e859 +Author: Matthias84 +Date: Sun Nov 11 18:30:34 2018 +0100 + + luci-app-vpnbypass: add german translation + + Submitted-by: Matthias Meißer + [slightly reword subject] + Signed-off-by: Jo-Philipp Wich + +commit 096caef8748751367b4730832bf2b8447019ee6f +Author: Matthias84 +Date: Sat Nov 10 20:43:04 2018 +0100 + + luci-app-wireguard: add german translation + + Submitted-by: Matthias84 + [reword commit message] + Signed-off-by: Jo-Philipp Wich + +commit 09ac96ede9f15119ee08c34ba05f885aeaa8e449 +Author: Wang805447391 <805447391@qq.com> +Date: Mon Nov 12 15:03:31 2018 +0800 + + luci-base: support disconnecting (deauthenticating) wireless clients + + Add a button to each row in the wireless assoclist table to allow + disconnecting clients using the ubus del_client method if the underlying + radio interface supports it. + + Ref: https://github.com/openwrt/luci/pull/2271 + Submitted-by: Wang805447391 <805447391@qq.com> + [move deauth function to luci-base next to the existing assoclist function, + require post security, fix parameter check condition, hide button if not + supported by the radio, disable button after call, squash commits, fix + whitespace, reword subject, add commit message] + Signed-off-by: Jo-Philipp Wich + +commit 8aeb78d1c1893e1bcf0e3a8f8a2c17fa6ffbb6d2 +Author: alphakk +Date: Thu Nov 15 12:06:09 2018 +0800 + + luci-app-https_dns_proxy: fix datatype of subnet address option + + The datatype ip4prefix only accept numbers from 0 to 32, not subnet/mask + (i.e. 192.168.1.0/24), this affects option "-e". + + https://github.com/openwrt/luci/wiki/Datatypes#ip4prefix the description + is wrong, according to src + http://luci.subsignal.org/trac/browser/luci/branches/luci-0.10/libs/web/luasrc/cbi/datatypes.lua#L76 + + Submitted-by: alphakk + [slightly reword commit message] + Signed-off-by: Jo-Philipp Wich + +commit f4212285d474a9f75a55d7c39ae1ac70dc04d1e0 +Author: Whitronic +Date: Thu Nov 8 11:25:43 2018 +0000 + + luci-proto-vpnc: expose defaultroute option in proto_vpnc.lua + + Sometimes people only want the VPN connection to be a route to a specific + network, not the default gateway for all traffic. + + I've tested this on my router and works fine! + + Submitted-by: Whitronic + [reword commit message] + Signed-off-by: Jo-Philipp Wich + +commit a57ba0083ec65aa112f2590a9078845da56aa7e3 +Merge: 6bc04b6af 1bbc419e7 +Author: Jo-Philipp Wich +Date: Thu Nov 15 07:14:06 2018 +0100 + + Merge pull request #2286 from kevinoid/fix_statistics_filename_quoting + + luci-app-statistics: quote : in filenames for DEF + +commit 1bbc419e7aa4f3d9e9a269a87a8f5c191440f78b +Author: Kevin Locke +Date: Wed Nov 14 16:55:24 2018 -0700 + + luci-app-statistics: quote : in filenames for DEF + + : is used to delimit fields in DEF: rrd instructions, so when it appears + in a filename it must be escaped using \.[1] This commit adds the + escaping. + + I discovered the issue after configuring collectd-mod-ping to monitor an + IPv6 host (2001:19f0:5:727:5b56:205d:ff55:2208). Accessing + https://192.168.0.1/cgi-bin/luci/admin/statistics/graph/ping would cause + the following messages to be logged: + + Wed Nov 14 23:04:33 2018 daemon.err uhttpd[30261]: ERROR: can't parse DEF '2ping_avg_raw=/tmp/rrd/openwrthost/ping/ping-2001:19f0:5:727:5b56:205d:ff55:2208.rrd:value:AVERAGE' -2 + Wed Nov 14 23:04:33 2018 daemon.err uhttpd[30261]: ERROR: can't parse DEF '2ping_droprate_avg_raw=/tmp/rrd/openwrthost/ping/ping_droprate-2001:19f0:5:727:5b56:205d:ff55:2208.rrd:value:AVERAGE' -2 + + and the graphs would not display. After applying this commit, the + graphs display correctly and no messages are logged. + + 1. https://oss.oetiker.ch/rrdtool/doc/rrdgraph_data.en.html#IDEF + + Signed-off-by: Kevin Locke + +commit 6bc04b6afb1332473e8283fa2f9517db0816cb23 +Author: Jo-Philipp Wich +Date: Wed Nov 14 21:03:40 2018 +0100 + + luci-base: fix some long standing german mistranslations + + Signed-off-by: Jo-Philipp Wich + +commit f1efd71ba0ebd9327765f54e2ccee51fcd631e05 +Author: Jo-Philipp Wich +Date: Wed Nov 14 20:59:26 2018 +0100 + + luci-mod-network: require unique MACs for DHCP leases + + Signed-off-by: Jo-Philipp Wich + +commit 7e26fa89e9d0109b42c84e2674bbcbae530aa356 +Author: Jo-Philipp Wich +Date: Wed Nov 14 20:58:32 2018 +0100 + + luci-base: datatypes: add "unique" dummy validator + + Add a dummy validator for the server side so that we can start using unique + in client side JS code. + + Signed-off-by: Jo-Philipp Wich + +commit ceb342dc8de0235686bfceae7cd3948cb3c2f527 +Merge: e442bfe0a 5fd51f05a +Author: Jo-Philipp Wich +Date: Wed Nov 14 20:50:03 2018 +0100 + + Merge pull request #2259 from pmelange/luci-app-olsr-new-json-lib + + update luci-app-olsr to the new jsoninfo library + +commit e442bfe0ae51bd381045221391831703aa8fa182 +Merge: 4bbe32548 1a52df6bd +Author: Jo-Philipp Wich +Date: Wed Nov 14 20:48:15 2018 +0100 + + Merge pull request #2282 from TDT-AG/pr/20181114-luci-base + + luci-base: allow optional default value for file browser + +commit 4bbe32548c407ec6ae104934b3f1fe53539de9f6 +Author: Jo-Philipp Wich +Date: Wed Nov 14 14:35:01 2018 +0100 + + luci-lib-ipkg: move out of luci-base + + Move the old luci.model.ipkg utility class into a separate package and + let the components using it depend on the new library package. + + Signed-off-by: Jo-Philipp Wich + +commit 391e82d6a3f62ac721aa385e58f90b9ac803874e +Author: Jo-Philipp Wich +Date: Wed Nov 14 14:07:41 2018 +0100 + + luci-mod-system: replace builtin opkg support with luci-app-opkg + + Signed-off-by: Jo-Philipp Wich + +commit ff7bcda5bc8aea49a7c3a0e6df041194f46cae61 +Author: Jo-Philipp Wich +Date: Wed Nov 14 13:48:59 2018 +0100 + + luci-mod-system: use luci.sys.process.exec() in system controller + + Switch the system controller to the common luci.sys.process.exec() function + and drop the local ltn12_popen() and fork_exec() helpers. + + Signed-off-by: Jo-Philipp Wich + +commit 6f7736c436e1759098102859559f1313ad0669db +Author: Jo-Philipp Wich +Date: Wed Nov 14 13:37:51 2018 +0100 + + luci-mod-system: prevent comment injection in mtdbackup endpoint + + Rework the parameter handling to both prevent a crash when no parameter is + given and to prevent root command injection through the mtd index part of + the parameter value. + + Fixes: 9840d310e ("modules: add backup module for mtdblock devices") + Signed-off-by: Jo-Philipp Wich + +commit aa2e0e2488f52b2b0acd1746ee13c7f51377f757 +Author: Jo-Philipp Wich +Date: Wed Nov 14 09:53:15 2018 +0100 + + applications: add luci-app-opkg + + Add a new luci-app-opkg which is a feature-complete replacement for the + builtin opkg functionality of luci-mod-system using mostly client side + JavaScript to reduce the amount of server side processing. + + Signed-off-by: Jo-Philipp Wich + +commit 520a6add526fe6ed0a0da4ce42070e2456e71fa2 +Author: Jo-Philipp Wich +Date: Tue Nov 13 20:01:32 2018 +0100 + + luci-app-firewall: remove references to cbi_bind() + + Use the standard addEventListener() instead. Also remove an old + cbi_validate_field() call referencing a not existing field. + + Signed-off-by: Jo-Philipp Wich + +commit 1dcdbb54ac872bc51aa1b2a8c68c795244a345dd +Author: Jo-Philipp Wich +Date: Tue Nov 13 18:42:56 2018 +0100 + + luci-mod-status: use progressbar widgets on main status page + + Signed-off-by: Jo-Philipp Wich + +commit 94d8c9a7aa2336af9bbbf17941529f5f42daf906 +Author: Jo-Philipp Wich +Date: Tue Nov 13 18:32:19 2018 +0100 + + luci-base: simplify apply widget code + + - Drop embedded CSS in favor to new global rules + - Drop extraneous include of cbi.js + - Use showModal() facilities + - Fix a cosmetic bug in countdown timeout handling + + Signed-off-by: Jo-Philipp Wich + +commit 333b7e57d3a45bb1d604685ebb78ab167c3faf73 +Author: Jo-Philipp Wich +Date: Tue Nov 13 16:30:46 2018 +0100 + + luci-base: cbi.js: add modal dialog functions + + Add two new functions showModal() and hideModal() which will fade in and + close an open modal respectively. + + Signed-off-by: Jo-Philipp Wich + +commit 1c848262426c3f106649bac44f7ac7d0541ba293 +Author: Jo-Philipp Wich +Date: Tue Nov 13 16:19:23 2018 +0100 + + luci-theme-bootstrap: add modal/progressbar rules, cleanup + + - Add rules for modal dialogs and progress bar widgets + - Drop redundant, unused or obsolete rules + - Add spin utility class + + Signed-off-by: Jo-Philipp Wich + +commit cbd0d7c5de35532b9bfb25a8a1f79827815ae16f +Author: Jo-Philipp Wich +Date: Tue Nov 13 16:12:00 2018 +0100 + + luci-theme-openwrt: modal/progressbar rules, mobile improvements + + - Add rules for modal dialogs and progress bar widgets + - Increase button and input size on mobile devices + - Convert pt to px units + - Add label and h5 styles + - Add common flash and spin utility classes + + Signed-off-by: Jo-Philipp Wich + +commit 6469b653544b0ed842a7af50cccb738baaceb4d9 +Author: Jo-Philipp Wich +Date: Mon Nov 12 10:48:08 2018 +0100 + + luci-base: add luci.sys.process.exec() + + The new process.exec() function simplifies spawning external processes + and capturing their stdio. + + Signed-off-by: Jo-Philipp Wich + +commit cf3621522815544d42d1cc5cdf65b4fd1a6b4412 +Author: Jo-Philipp Wich +Date: Mon Nov 12 10:13:34 2018 +0100 + + applications: drop luci-app-asterisk + + This application was never useful to begin with, drop it to avoid + further confusion. + + Signed-off-by: Jo-Philipp Wich + +commit 4791180eb3253381b4bc69342ee58605a15431dd +Author: Jo-Philipp Wich +Date: Thu Nov 8 13:02:24 2018 +0100 + + luci-base, themes: dropdown behaviour improvements + + Signed-off-by: Jo-Philipp Wich + +commit e35fb36ea59e271aa9726a73783446977ac0166e +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:50:24 2018 +0100 + + luci-base: cbi.js: remove dead code in cbi_validate_field() + + Signed-off-by: Jo-Philipp Wich + +commit 56249c867ee8e6f8ba2dea20a2912428889a010b +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:43:32 2018 +0100 + + luci-base: cbi.js: enable validation for dropdown fields + + Directly attach validation handlers to cbi dropdowns as well, this allows + validating dropdown choices made by the user, similar to how plain select + boxes are handled by the cbi JavaScript. + + Signed-off-by: Jo-Philipp Wich + +commit fa391e4f96b5d81a86d8be4891b717cd029c4f13 +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:38:25 2018 +0100 + + luci-theme-openwrt: dropdown style tweaks + + - Remove 2em min height, this looks out of place with the OpenWrt theme + - Only colorize invalid dropdown when not open + - Drop use of image background for invalid fields while we're at it + + Signed-off-by: Jo-Philipp Wich + +commit 13e2cce2d95ec79c45c7026b593764c9a34b048c +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:11:36 2018 +0100 + + luci-theme-bootstrap: add invalid style for dropdowns + + Signed-off-by: Jo-Philipp Wich + +commit aea8c89c0c96f1a58b916e8ba7d46cf1b5f7b20a +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:10:26 2018 +0100 + + luci-theme-{freifunk-generic,material,openwrt}: z-index fixes + + Ensure that open dropdowns cover active tooltips. + + Signed-off-by: Jo-Philipp Wich + +commit 48181051ef8cd3842cae06915036fe8ef130eb48 +Author: Jo-Philipp Wich +Date: Mon Nov 5 18:07:42 2018 +0100 + + luci-theme-bootstrap: z-index fixes + + Lower z-index of header bar to allow tooltips and dropdowns to overlap it, + also increase the z-index of open dropdowns to ensure that they cover + active tooltip bubbles. + + Signed-off-by: Jo-Philipp Wich + +commit 207fc0121e3f123067c4a74ae922578601f964c3 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:52:05 2018 +0100 + + luci-base: cbi.js: set .value property of cbi dropdown elements + + In order to make cbi dropdowns usable for validation and other code + expecting native form elements, set the .value DOM property on the + dropdown parent element whenever the selection is changed. + + Signed-off-by: Jo-Philipp Wich + +commit bbb800556d89f3e1e98c66b7e31f996ed09128c0 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:48:10 2018 +0100 + + luci-base: cbi.js: properly handle cbi tooltips on nested elements + + Rework the tooltip event delegation logic to prevent hiding the tooltop + when the cursor is moved to a children of the tooltip container element. + + Signed-off-by: Jo-Philipp Wich + +commit b468e1416dac79934815e42ec1b44a5de0d41ed8 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:44:20 2018 +0100 + + luci-base: cbi.js: avoid using .form property directly + + In order to prepare support for calling cbi validation on non-native form + widgets, remove direct usages of the node.form property and lookup the + containing form using findParent() instead. + + Signed-off-by: Jo-Philipp Wich + +commit a453f2b9d0eb4345513ac9f493e5bd88337ac244 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:41:25 2018 +0100 + + luci-base: cbi.js: fix passing multiple dropdown values in change event + + Due to a misspelled property name, only the first value was passed in + the event details. + + Fixes: c2b570998 ("luci-base: cbi.js: rework dropdown implementation") + Signed-off-by: Jo-Philipp Wich + +commit 10838c366016c2a94401cb88d47796bf3f9c41c3 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:35:36 2018 +0100 + + luci-base: rework dynamic list template + + Commit 7c7821833 ("luci-base, themes: rework dynlist and dropdown widgets") + changed the way we initialize dynamic lists on client side, avoiding the + need for pre-rendering the items on the server side. + + Signed-off-by: Jo-Philipp Wich + +commit e33a36715816d50330b2dab5b7ba20affab29583 +Author: Jo-Philipp Wich +Date: Mon Nov 5 16:34:10 2018 +0100 + + luci-base: add ARIA label to reveal/hide password button + + Fixes #2070. + Signed-off-by: Jo-Philipp Wich + +commit 974f5bc41376773b4a0cfd26b68dd876d26c54ff +Author: Jo-Philipp Wich +Date: Mon Nov 5 13:01:50 2018 +0100 + + luci-base: update german translation + + Signed-off-by: Jo-Philipp Wich + +commit 355eff6bac47824a6ead67795c225e5f7b0cf43a +Author: Deng Qingfang +Date: Wed Nov 14 23:47:17 2018 +0800 + + luci-ssl-nginx: fix dependencies + + Remove libustream-openssl because Nginx doesn't depend on it. + + Signed-off-by: Deng Qingfang + +commit e064e5be1a5efbba6f42dea42bc144b6be2a67c5 +Merge: ea45853bc 8938f53f1 +Author: Hannu Nyman +Date: Wed Nov 14 16:36:08 2018 +0200 + + Merge pull request #2281 from TDT-AG/pr/20181114-luci-app-mwan3 + + luci-app-mwan3: add/remove options + +commit ea45853bc6f63d762e6c880cb48e34d43addbf89 +Merge: b1cd4237d e57b4bbf8 +Author: Hannu Nyman +Date: Wed Nov 14 16:32:07 2018 +0200 + + Merge pull request #2277 from sotux/master + + i18n: luci-base: update Simplified Chinese translation + +commit b1cd4237dd344e8059670dd390101eb1cc9a4b63 +Merge: 206df14e7 83c68a8b2 +Author: Dirk Brenken +Date: Wed Nov 14 11:49:05 2018 +0100 + + Merge pull request #2284 from dibdot/travelmate + + luci-app-travelmate: consolidate css + +commit 206df14e7333f8d229d09ab5bb057fbfe1e4b43d +Merge: cb6353c19 253f912f1 +Author: Dirk Brenken +Date: Wed Nov 14 11:48:45 2018 +0100 + + Merge pull request #2283 from dibdot/adblock + + luci-app-adblock: consolidate css + +commit cb6353c193428c1cf79026666a623dbf3a46a785 +Merge: e535ef582 176a76727 +Author: Dirk Brenken +Date: Wed Nov 14 11:48:14 2018 +0100 + + Merge pull request #2280 from dibdot/banip + + luci-app-banip: fix remaining css issues + +commit 176a7672796d4d5ae7060b45b577e19a13810708 +Author: Dirk Brenken +Date: Wed Nov 14 09:01:00 2018 +0100 + + luci-app-banip: fix remaining css issues + + * fix IE Edge rendering issues + * merge remaining external styles in central css + + Signed-off-by: Dirk Brenken + +commit 83c68a8b2fe7a7ea991f706d717d879ed150ea9f +Author: Dirk Brenken +Date: Wed Nov 14 11:43:39 2018 +0100 + + luci-app-travelmate: consolidate css + + * fix IE Edge rendering issues + * merge external styles in central css + + Signed-off-by: Dirk Brenken + +commit 253f912f174046543380076d735ea0cb14f2cccb +Author: Dirk Brenken +Date: Wed Nov 14 10:45:18 2018 +0100 + + luci-app-adblock: consolidate css + + * fix IE Edge rendering issues + * merge external styles in central css + + Signed-off-by: Dirk Brenken + +commit 1a52df6bdb14c27a62dbf2df96cdcd8f7e67df45 +Author: Florian Eckert +Date: Wed Nov 14 10:05:02 2018 +0100 + + luci-base: allow optional default value for file browser + + With this change we could set optional value for the file browser. + + Signed-off-by: Florian Eckert + +commit 8938f53f1b8d5bebaeea0ca8c3f621f65f0d4056 +Author: Florian Eckert +Date: Thu Nov 8 09:52:54 2018 +0100 + + luci-app-mwan3: remove deprecated local_source option + + Remove deprecated local_source option which is not supported/needed anymore. + + Signed-off-by: Florian Eckert + +commit 6ec540c46d19c83e65df990db6000a86e245d463 +Author: Florian Eckert +Date: Tue Oct 16 12:43:18 2018 +0200 + + luci-app-mwan3: add rt_table_lookup option + + Make list option rt_table_lookup configurable in luci. + With this option we could define additional routing tables which get + scanned by mwan3 and then get added to the connected ipset. + The entries will be treated as connected network and will not get + mangeld by mwan3. + + Signed-off-by: Florian Eckert + +commit 8517a25a80aa1b2f5e055d9ed8d61f33b1062749 +Author: Florian Eckert +Date: Tue Oct 16 09:45:41 2018 +0200 + + luci-app-mwan3: add rtmon interval option + + Add the configuration option rtmon to luci. + With this parameter we could adjust how often the routing table get + synced between main routing table and the interface routing table. + + Signed-off-by: Florian Eckert + +commit 29ab12650c2118362e2aeb0c2eaf5433b63ee617 +Author: Florian Eckert +Date: Tue Oct 16 09:34:28 2018 +0200 + + luci-app-mwan3: rename variable in globalsconfig.lua + + Name variables as the options name in uci. + + Signed-off-by: Florian Eckert + +commit fc1e2c53b9c6d80e8632c11f7378dcc76b03a5b9 +Author: Florian Eckert +Date: Tue Oct 16 09:31:52 2018 +0200 + + luci-app-mwan3: declare variables in globalsconfig.lua local + + It is best practice to declar module variables local. + + Signed-off-by: Florian Eckert + +commit e535ef5828d509f1c79cb160a22c159fe4fd9f1f +Merge: 1ca22ec3f 4d3d6c66d +Author: Jo-Philipp Wich +Date: Wed Nov 14 07:28:25 2018 +0100 + + Merge pull request #2279 from yglb/master + + luci-theme-rosy: Remove redundant statements and fixed typo + +commit 4d3d6c66d671430f8aa887e8c707fc5833813322 +Author: Yanlan Shen +Date: Wed Nov 14 11:50:49 2018 +0800 + + luci-theme-rosy: fixed typo + + Signed-off-by: Yanlan Shen + +commit 4335c50a2b4b83b1fe213b5c4007c47f2c787d1f +Author: Yanlan Shen +Date: Wed Nov 14 11:49:33 2018 +0800 + + luci-theme-rosy: Remove redundant statements + + Signed-off-by: Yanlan Shen + +commit e57b4bbf8bac2051105ea5aeed9a54533160b08b +Author: Zheng Qian +Date: Wed Nov 14 10:21:59 2018 +0800 + + i18n: luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 1ca22ec3f05bec62f6b7a0cb2e4f3c04f958e146 +Merge: 99a696db2 9f95fb3c0 +Author: Jo-Philipp Wich +Date: Mon Nov 12 19:34:24 2018 +0100 + + Merge pull request #2245 from Ansuel/fstab + + luci-mod-system: add support for additional filesystem + +commit 9f95fb3c08cbde6c6ef9b1f7dbd3732d016854fd +Author: Ansuel Smith +Date: Wed Oct 24 19:19:58 2018 +0200 + + luci-mod-system: add support for additional filesystem + + The filesystem option doesn't include additional filesystem included with /etc/filesystems, this is usefull if someone have ntfs-3g installed and wants to force use the external utility to mount partition instead of the default present in the kernel (if it's supported) + + Signed-off-by: Ansuel Smith + +commit 99a696db26e87ce96ce6070aa8fec11ae97a30a1 +Merge: 2e37a8ba1 d519ef732 +Author: Hannu Nyman +Date: Mon Nov 12 19:21:57 2018 +0200 + + Merge pull request #2275 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: update Japanese translation + +commit d519ef732fae4cb727923f6867a7a39a3976b6e1 +Author: INAGAKI Hiroshi +Date: Tue Nov 13 02:16:50 2018 +0900 + + luci-app-travelmate: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 2e37a8ba10c4ba5b23e93c1f34ef580472d83248 +Author: Kevin Darbyshire-Bryant +Date: Wed May 17 14:29:43 2017 +0100 + + luci-mod-admin-full: dnsmasq clarify non-wildcard mode + + 'non-wildcard' interfaces enables dnsmasq's '--bind-dynamic' mode. + This binds dynamically to interfaces rather than wildcard addresses + *and* keeps track of interface comings/goings via a unique Linux api. + + Quoting dnsmasq's author "bind-dynamic (bind individual addresses, + keep up with changes in interface config) ... On linux, there's actually + no sane reason not to use --bind-dynamic, and it's only not the default + for historical reasons." + + listen/exclude interfaces may be used independently of bind dynamic mode + so removed the bogus dependency of 'nonwildcard' enabling access to + 'listen/exclude' interfaces - they may be used in any mode.. In fact + the dnsmasq init script takes notice of include/exclude interfaces + irrespective of the 'nonwildcard' parameter. + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 8e6af11715eddc0d186ee4462f4f8fb5ee102016 +Merge: ac47c730c 27bf7c287 +Author: Jo-Philipp Wich +Date: Mon Nov 12 15:38:27 2018 +0100 + + Merge pull request #2274 from TDT-AG/pr/20181112-luic-mod-system + + luci-mod-system: add user defined interface to netdev trigger + +commit 27bf7c2876ddd2a3c5fe5ac6e5c4cf03db24d7e3 +Author: Florian Eckert +Date: Fri Nov 9 11:03:36 2018 +0100 + + luci-mod-system: add user defined interface to netdev trigger + + Give the user the possibility to define and interface for the netdev + trigger which is not available at the moment. This is usefull if a + interface is not presented on configuration time. + + Signed-off-by: Florian Eckert + +commit ac47c730c79259f2e3df1d0d8cd3f797db241e2c +Merge: dc2877d39 9f2c2e721 +Author: Dirk Brenken +Date: Mon Nov 12 12:16:31 2018 +0100 + + Merge pull request #2272 from dibdot/banip + + luci-app-banip: fix JS errors in chromium + +commit 9f2c2e72189c8ed467a5268f3cc5b6be084dd8d7 +Author: Dirk Brenken +Date: Mon Nov 12 12:14:52 2018 +0100 + + luci-app-banip: fix JS errors in chromium + + * fix JS errors in chromium on ipset- & ripe-view page + + Signed-off-by: Dirk Brenken + +commit dc2877d39f49d878f99143cb5fe1cd86502b62d0 +Merge: 302ea071f 6caf05eee +Author: Jo-Philipp Wich +Date: Mon Nov 12 07:52:50 2018 +0100 + + Merge pull request #2262 from yglb/master + + luci-theme-rosy + +commit 5fd51f05a8f6bf7da7247c8c568080db625efa96 +Author: pmelange +Date: Mon Nov 5 16:27:40 2018 +0100 + + luci-app-olsr: convert olsr.lua and smartgw.htm to new json plugin + + Signed-off-by: pmelange + +commit 7fb197c10a0c5b6d3908a6511ead043219be5492 +Author: pmelange +Date: Mon Nov 5 16:37:19 2018 +0100 + + luci-app-olsr: convert mid.htm to new json plugin + + Signed-off-by: pmelange + +commit 302ea071f9244cacbf771fff5ce942253a0e6845 +Merge: ad4c7b015 36b1c60ef +Author: Jo-Philipp Wich +Date: Sun Nov 11 18:41:57 2018 +0100 + + Merge pull request #2268 from hnyman/rrd + + luci-app-statistics: remove old deprecated rrdtool po files + +commit 36b1c60efc5d85f9b2b1af24138adaf5c2aa7dea +Author: Hannu Nyman +Date: Sun Nov 11 18:10:46 2018 +0200 + + luci-app-statistics: remove old deprecated rrdtool po files + + Remove old rrdtool.po* files that have been deprecated already + in 2011-2015. + + Also remove reference to them from i18n-sync.pl + + Signed-off-by: Hannu Nyman + +commit ad4c7b01532471ee09a04fc1ae288e6e15849a8b +Merge: be47cb741 e50021f77 +Author: Dirk Brenken +Date: Sun Nov 11 14:59:39 2018 +0100 + + Merge pull request #2264 from dibdot/banip + + luci-app-banip: new package + +commit be47cb741f488a14fb4b11a89c3a8b2e7b44d6cb +Merge: 89e26911f db6e5bc8d +Author: Hannu Nyman +Date: Sun Nov 11 09:17:38 2018 +0200 + + Merge pull request #2267 from musashino205/l10n/base-upd-ja_2 + + luci-base: fix issues and update Japanese translation + +commit db6e5bc8d4dba854437e459cbf7fddfdd021669b +Author: INAGAKI Hiroshi +Date: Sun Nov 11 15:47:49 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 183faf70a07464f5be5fcc13ce5f367a48d40bd1 +Author: INAGAKI Hiroshi +Date: Sun Nov 11 15:35:47 2018 +0900 + + luci-base: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit c3225c701269a70b746ef12d7500857685c3e46f +Author: INAGAKI Hiroshi +Date: Sun Nov 11 15:24:18 2018 +0900 + + luci-base: fix translation issues + + Fixed several issues for translation. + + - add translation markup to "Expecting " + - add missing ")" into "valid time (HH:MM:SS" + + Signed-off-by: INAGAKI Hiroshi + +commit 89e26911f10babbd551d0f721217f793847d9018 +Author: Hannu Nyman +Date: Sat Nov 10 21:26:41 2018 +0200 + + i18n: cleanup old strings + + also sync translations + + Signed-off-by: Hannu Nyman + +commit 04454aa7e3d6234d2d92ae1caf218d1609d09995 +Author: Hannu Nyman +Date: Sat Nov 10 21:25:54 2018 +0200 + + luci-app-travelmate: further translation fixup + + Signed-off-by: Hannu Nyman + +commit 88632b37a10c0bc80a58137c4daf1107e4421b31 +Merge: 40de46647 63b86dbbb +Author: Hannu Nyman +Date: Sat Nov 10 15:07:09 2018 +0200 + + Merge pull request #2265 from danrl/dm + + luci-*-wireguard: Remove inactive maintainer + +commit 63b86dbbbf7138f0b2cfcd68c9ffc43d677f7eee +Author: Dan Lüdtke +Date: Sat Nov 10 13:54:59 2018 +0100 + + luci-*-wireguard: Remove inactive maintainer + + I tried to find a successor in the last months, but that failed. + + Signed-off by Dan Luedtke + +commit e50021f77fbc593cee841a02ad66c4bfea072f9e +Author: Dirk Brenken +Date: Sat Nov 10 11:19:50 2018 +0100 + + luci-app-banip: new package + + for details & LuCI screenshots see base package desprition/PR: + https://github.com/openwrt/packages/pull/7373 + + Signed-off-by: Dirk Brenken + +commit 6caf05eee2c68dd4d532159587cc4baf363eaff1 +Author: Yanlan Shen +Date: Fri Nov 9 14:57:02 2018 +0800 + + luci-theme-rosy: Bug fix for network-interfaces + + Signed-off-by: Yanlan Shen + +commit a4e4f935e0a48c913dcc4b91c6a0e599c52fc0cc +Author: Yanlan Shen +Date: Tue Nov 6 10:00:40 2018 +0800 + + luci-theme-rosy: Fix resolution-related styles + + Signed-off-by: Yanlan Shen + +commit 641681fa3251a6ff5afb19210b0f6862f28d94bd +Author: Yanlan Shen +Date: Tue Nov 6 09:59:35 2018 +0800 + + luci-theme-rosy: Modify the layout of the header and footer + + Signed-off-by: Yanlan Shen + +commit f67cd74f01638e91f6d02aa3ac8185aa093c37b7 +Author: Yanlan Shen +Date: Tue Nov 6 09:58:16 2018 +0800 + + luci-theme-rosy: Add a background picture + + Signed-off-by: Yanlan Shen + +commit 9e7557b60638cc2981f1a837ef0708a1677632b9 +Author: pmelange +Date: Mon Nov 5 11:44:53 2018 +0100 + + luci-app-olsr: convert interfaces.htm to new json plugin + + Signed-off-by: pmelange + +commit 6ef3a00f6bb8e7084aec6ff47375a77d77eee2d2 +Author: pmelange +Date: Mon Nov 5 17:20:16 2018 +0100 + + luci-app-olsr: convert olsr.lua and overview.htm to new json plugin + + Signed-off-by: pmelange + +commit 4fc3ab47378df1ffdf766df2c514122a0217a2de +Author: pmelange +Date: Mon Nov 5 14:03:35 2018 +0100 + + luci-base: network.lua add ipv6-prefix-assignment support to get_status_by_address + + Signed-off-by: pmelange + +commit 19b640b53b0ba8585b91a5f5fa23503e0fca76c2 +Author: pmelange +Date: Mon Nov 5 10:24:15 2018 +0100 + + luci-app-olsr: cbi remove library version numbers in library search results + + Signed-off-by: pmelange + +commit 40de466475a617f42d1f5cfa03d0342676e84c9b +Author: Hannu Nyman +Date: Wed Nov 7 18:10:59 2018 +0200 + + i18n: sync translations, add location annotatations + + Thanks to a recent commit, the translation files will now + have info about locations where the string is used. That + can help is deciding the correct translation, as all contexts + are more easily found. + + Signed-off-by: Hannu Nyman + +commit 5849b20eab087bbc1a172b583d1a0febe8b506e4 +Author: Hannu Nyman +Date: Wed Nov 7 18:05:26 2018 +0200 + + luci-app-nft-qos: remove extra .po files + + Signed-off-by: Hannu Nyman + +commit 14ad79492570cfa825e43b4ca0a5f58a2ed2b462 +Merge: a6d96e071 6b8235721 +Author: Hannu Nyman +Date: Wed Nov 7 16:54:07 2018 +0200 + + Merge pull request #1855 from rosysong/nqos + + luci-app-nft-qos: add new application + +commit 6b8235721a3bdf8b041e5370eef2e253e5874070 +Author: Rosy Song +Date: Fri Aug 3 12:16:39 2018 +0800 + + luci-app-nft-qos: add new application + + This application is for nft-qos package. + + Signed-off-by: Rosy Song + +commit a6d96e0716dd63af9254cf8db850c921459454c6 +Author: Jo-Philipp Wich +Date: Mon Nov 5 11:16:54 2018 +0100 + + luci-mod-network: move AHCP protocol model to AHCP application + + Signed-off-by: Jo-Philipp Wich + +commit 58fc7028055a84898eb63a8995abc71105b53f6e +Author: Jo-Philipp Wich +Date: Mon Nov 5 11:19:17 2018 +0100 + + luci-base: validate DHCP clientid as hexstring + + Signed-off-by: Jo-Philipp Wich + +commit 9dda4c651c93a32753af1b833f94bd7aefc5f97a +Author: Jo-Philipp Wich +Date: Mon Nov 5 11:13:39 2018 +0100 + + luci-base: cbi.js: add client-side hexstring datatype validator + + Signed-off-by: Jo-Philipp Wich + +commit f4c39dd6ff6f60dc48982d822faa6d9a85c2e4d7 +Author: Jo-Philipp Wich +Date: Mon Nov 5 11:11:46 2018 +0100 + + luci-base: cbi.js: add heuristics to attribute handling in E() + + If a given attribute value is a function, register it as event listener, + if it is an object, filter it through JSON.stringify(), else set it + as-is. + + This helps to reduce some boiler-plate code when building DOM structures. + + Signed-off-by: Jo-Philipp Wich + +commit 9b20f7ac521bff3848d501c1ecff49e6ccf1d61e +Author: Jo-Philipp Wich +Date: Sun Oct 21 11:47:29 2018 +0200 + + luci-theme-material: add invalid input class + + Fixes #1070. + Signed-off-by: Jo-Philipp Wich + +commit 7c78218339ac914f097db79c343b07ea86c7313a +Author: Jo-Philipp Wich +Date: Sat Oct 20 17:56:02 2018 +0200 + + luci-base, themes: rework dynlist and dropdown widgets + + Signed-off-by: Jo-Philipp Wich + +commit bd614de514a7dd43a25f432dc1a9f9f66e7eec2b +Author: Jo-Philipp Wich +Date: Sat Oct 20 16:30:24 2018 +0200 + + luci-theme-bootstrap: add flash animation + + Signed-off-by: Jo-Philipp Wich + +commit c2b570998811accb7a880fe42745ee0278f323e6 +Author: Jo-Philipp Wich +Date: Sat Oct 20 10:06:57 2018 +0200 + + luci-base: cbi.js: rework dropdown implementation + + - Refactor event handler closures into class methods and bind them instead + - Fix quirk in dropdown placement calculation + - Different dropdown placement strategy on touch devices + - Broadcast custom "cbi-dropdown-change" event when value is changed + - Implement setValues() method to alter dropdown selection + - Prevent creating empty custom values + + Signed-off-by: Jo-Philipp Wich + +commit 6b8fc99fd5897d9a0d959d567a02113ef5b2a328 +Author: Jo-Philipp Wich +Date: Sat Oct 20 09:55:59 2018 +0200 + + luci-base: cbi.js: utilize node.closest() if available + + Use node.closest() in findParent() when available since it should be faster + than manaually traversing the ancestor chain. + + Signed-off-by: Jo-Philipp Wich + +commit 911d540cbbcd7218cc6768aa177766cab0835fce +Author: Jo-Philipp Wich +Date: Fri Oct 19 19:16:00 2018 +0200 + + luci-base: cbi.js: drop cbi_bind() + + Just use node.addEventListener() directly since all reasonably recent + browsers support it nowadays. + + Signed-off-by: Jo-Philipp Wich + +commit 7337872aa11f0d343b11bb8f3a5ffc12a82076ea +Author: Jo-Philipp Wich +Date: Fri Oct 19 08:39:23 2018 +0200 + + luci-base: cbi.js: rework client side input validation + + - Refactor and fix datatype validation functions + - Turn the type compilation and validation into a proper class + - Display tooltip with error hint on invalid inputs + + Signed-off-by: Jo-Philipp Wich + +commit 51fb04f6e0303204502974bd5cc748cfa78f553f +Author: Jo-Philipp Wich +Date: Fri Oct 19 08:21:51 2018 +0200 + + luci-base: cbi.js: fix corner case in IPv6() address parser + + The implementation allowed a hexadecimal string without any colons. + + Signed-off-by: Jo-Philipp Wich + +commit 7f613be5000e753e99ce5b829748fb43fca78754 +Author: Jo-Philipp Wich +Date: Thu Oct 18 16:14:35 2018 +0200 + + luci-base, themes: add tooltip helpers & styles + + Add the required JS and CSS infrastructure to support rich hover/focus + tooltips for element. + + Signed-off-by: Jo-Philipp Wich + +commit 31bce2455fdeacefbb837d6abb95584df66c36a2 +Author: Jo-Philipp Wich +Date: Thu Oct 18 14:03:52 2018 +0200 + + luci-base: cbi.js: switch to client side translation + + Signed-off-by: Jo-Philipp Wich + +commit 21a151ac1ae0efaebe1dbe1ff51f3eceb09ab85b +Author: Jo-Philipp Wich +Date: Thu Oct 18 13:58:10 2018 +0200 + + themes: load client side translations + + Extend the theme headers to include the translation string scripts, + allowing client side code to translate strings without server side + support. + + Signed-off-by: Jo-Philipp Wich + +commit ab405edfb63c589204fed7d54748f2d1e8108d18 +Author: Jo-Philipp Wich +Date: Thu Oct 18 13:48:05 2018 +0200 + + luci-base: cbi.js: add client side translation infrastructure + + Implement the string hash algorithm used by LuCI's translation system in + JavaScript and provide a `_()` translation wrapper function to lookup + messages in the global string table. + + Once client side translation loading is activated in a later commit, + JavaScript code can use the same string translation mechanism as server + side Lua code, e.g. `_("Static Routes")` would yield "Statische Routen" + when the German translation is loaded. + + Signed-off-by: Jo-Philipp Wich + +commit c916b5ed875675749c3a04c7b95340a5d4443722 +Author: Jo-Philipp Wich +Date: Thu Oct 18 13:44:39 2018 +0200 + + luci-base: expose system translations to JavaScript + + Add a new /admin/translations/ endpoint which exposes the loaded system + translations as JavaScript file. + + Once referenced by element. + + Signed-off-by: Jo-Philipp Wich + +commit 9651be295355acf1c22157b00c86a7d5680eb2a5 +Author: Jo-Philipp Wich +Date: Mon Jul 9 11:50:51 2018 +0200 + + luci-theme-material: table layout fixes and minor CSS corrections + + Signed-off-by: Jo-Philipp Wich + +commit 994531ea2607430d8bb395785106b478605c8960 +Author: Jo-Philipp Wich +Date: Mon Jul 9 11:46:11 2018 +0200 + + luci-app-adblock: align blocklist markup with recent changes + + Signed-off-by: Jo-Philipp Wich + +commit 8e10118843664377d6f49398dd8bf8424a585ead +Author: Jo-Philipp Wich +Date: Mon Jul 9 11:13:06 2018 +0200 + + luci-mod-admin-full: rework connection status table handling + + Signed-off-by: Jo-Philipp Wich + +commit 6cda8e6dabd6e3dbc93882a2a6f99662b75b7786 +Author: Jo-Philipp Wich +Date: Mon Jul 9 11:09:57 2018 +0200 + + luci-base: cbi.js: avoid setting empty cell title attributes + + Signed-off-by: Jo-Philipp Wich + +commit 690f3f13acd465fdb5d5e774846e19e5c633b08e +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:26:03 2018 +0200 + + luci-theme-bootstrap: add CSS fixes for IE 11 + + Signed-off-by: Jo-Philipp Wich + +commit bf084f7f95cd91e324c19137df6fd0db8acd4689 +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:23:39 2018 +0200 + + luci-theme-openwrt: add CSS fixes for IE 11 + + Signed-off-by: Jo-Philipp Wich + +commit 260d2cc44e1954d0ef019845b29fee57d22e8020 +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:14:43 2018 +0200 + + luci-base: cbi.js: add NodeList.forEach() polyfill for IE 11 + + Signed-off-by: Jo-Philipp Wich + +commit c0de036b3162d73e9fad878afaa32e7ca0df1fed +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:12:47 2018 +0200 + + treewide: always include cbi.js + + Include cbi.js in the main header template like it is done for xhr.js and + remove the page specific includes. + + Signed-off-by: Jo-Philipp Wich + +commit 069c0c93e1045188c9e86c8e7204b0647d2fdb19 +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:02:37 2018 +0200 + + luci-mod-admin-full: use sans-serif fonts for realtime graph legends + + Signed-off-by: Jo-Philipp Wich + +commit 7c404d72ea629bae2bd4a69cf8ec3c3572224432 +Author: Jo-Philipp Wich +Date: Sat Jul 7 15:02:16 2018 +0200 + + luci-mod-admin-full: small markup fixes for placeholder texts + + Signed-off-by: Jo-Philipp Wich + +commit ecedfe5dcc32c73a4e55337162e3e2fbba46fe98 +Author: Jo-Philipp Wich +Date: Sat Jul 7 14:59:58 2018 +0200 + + luci-mod-admin-full: style and script fixes for realtime bandwidth graph + + - add Math.log2() polyfill for IE 11 + - use sans-serif font for time axis + + Signed-off-by: Jo-Philipp Wich + +commit bce7543d8fcab16636e761049775d43b6676e92c +Merge: d35be37b8 140f41b40 +Author: Dirk Brenken +Date: Mon Jul 9 07:51:20 2018 +0200 + + Merge pull request #1944 from rwalli/patch-1 + + luci-proto-wireguard: description field + +commit 140f41b40f54feb4fb8d6ddbbdf3c659c779756d +Author: rwalli +Date: Sun Jul 8 19:46:10 2018 +0200 + + Add description + +commit d35be37b889b1bc9c2edaf568cc2203824dd498b +Merge: e617902c9 434d8baff +Author: Hannu Nyman +Date: Sat Jul 7 20:43:08 2018 +0300 + + Merge pull request #1871 from felixonmars/patch-1 + + Fix a typo in vizdata.sh + +commit e617902c94252e9c3fbaf8ebe84a911ec7efe6d5 +Merge: 711d1036c 4b8e0f834 +Author: Hannu Nyman +Date: Sat Jul 7 16:18:26 2018 +0300 + + Merge pull request #1942 from Rixerx/master + + luci-base: update Polish translation + +commit 4b8e0f834785877f08582ddfcfa0b03c555f0d8b +Author: Krystian Kozak +Date: Sat Jul 7 14:11:17 2018 +0200 + + luci-base: update Polish translation + + Updated Polish translations. + + Signed-off-by: Krystian Kozak + +commit 711d1036cd0f37c352c0588b8e80bddc372c9647 +Merge: 885f99359 057c71a67 +Author: Hannu Nyman +Date: Sat Jul 7 12:45:17 2018 +0300 + + Merge pull request #1941 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit 057c71a671899fb701c3d70c40f1826f193d1e48 +Author: INAGAKI Hiroshi +Date: Sat Jul 7 17:56:08 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 885f993593d13cd7828e5f4b4b27a4b46d7918ab +Merge: 26d90f0c1 639bbc182 +Author: Hannu Nyman +Date: Fri Jul 6 18:42:02 2018 +0300 + + Merge pull request #1939 from Ansuel/luci-nginx + + luci-nginx: fix nginx dependency + +commit 639bbc18276034ea7c2f7edc309acc961b19d1d2 +Author: Ansuel Smith +Date: Fri Jul 6 17:29:15 2018 +0200 + + luci-nginx: fix nginx dependency + + As nginx-ssl is now available, we fix luci-ssl-nginx package dep to use the right package. DRop luci-ssl-openssl-nginx as openssl is needed by nginx anyway. + + Signed-off-by: Ansuel Smith + +commit 26d90f0c10907d5b8919aea3ccb01e95591ed038 +Author: Yurii +Date: Wed Jul 4 17:37:52 2018 +0300 + + luci-base: update Ukrainian translation + + Updated with the latest synchronization of the translation, corrections and additions translation. + + Signed-off-by: Yurii yuripet@gmail.com + Squashed 2 commits + Signed-off-by: Hannu Nyman + +commit 84f86ad7b405af13fc379ff0f3d6a04a7a4adb9a +Author: amitabha +Date: Wed Jul 4 20:45:51 2018 +0800 + + base.po: Update chinese translations. + + Fix some Chinese translations. + Signed-off-by: Angus Ding + +commit e8a9a6695e3265afbf0ae2c8267b0f107b221aaf +Author: Jo-Philipp Wich +Date: Tue Jul 3 18:49:00 2018 +0200 + + luci-theme-bootstrap: minor style fixes + + Signed-off-by: Jo-Philipp Wich + +commit 04bec56956c4e5fde57cd0a0711c70dea988d641 +Author: Jo-Philipp Wich +Date: Tue Jul 3 18:47:41 2018 +0200 + + luci-base: resync translations + + Signed-off-by: Jo-Philipp Wich + +commit e489a82ac3d780a8851220b79e6fd62b0eb5ce34 +Author: Jo-Philipp Wich +Date: Tue Jul 3 17:58:00 2018 +0200 + + luci-mod-admin-full: rework flashops page markup + + Signed-off-by: Jo-Philipp Wich + +commit afd14fb9c71b4874292dc93c0a9e59142b443805 +Author: Ansuel Smith +Date: Sun Jun 17 19:31:43 2018 +0200 + + luci-app-upnp: add hostname info + + This adds the hostname info in the index page of luci. + + Signed-off-by: Ansuel Smith + +commit 50b88a435ff5b34ee5fb080e3a76f043a28bada0 +Author: Florian Eckert +Date: Tue May 15 15:02:24 2018 +0200 + + luci-mod-admin-full: fix flashops url generation for config tab + + If a firmware image is not valid then url generation for the config tab + is wrong. To fix this use the luci.dispatcher.build_url function. + + Signed-off-by: Florian Eckert + +commit 65ba4b8b8ae21fde49d0636bc1398940522322ff +Author: Florian Eckert +Date: Tue May 15 11:35:40 2018 +0200 + + luci-mod-admin-full: check backup.tar.gz on apply + + If an uploaded backup.tar.gz is not valid we will not get a respond from + LuCI. The system will perform a reboot without applying the "tar.gz" + even though the backup import failed. + + To fix this check if the backup archive is valid with the command + "gunzip -t " and if the validation fails render the flashops page + with a hint. On the other hand apply the backup archive and perform a + reboot as before. + + Signed-off-by: Florian Eckert + +commit ddbde3caaae267d400316d584e90991a579250d7 +Author: Ansuel Smith +Date: Tue Jun 5 22:12:19 2018 +0200 + + luci-mod-admin-full: improve reboot page + + This fix problem with empty controller, the check function will never stop to + check if the device finish to reboot and we set more tries to wait the router + for a longer times. + + Signed-off-by: Ansuel Smith + [reworked markup, simplified logic, removed superfluous alert] + Signed-off-by: Jo-Philipp Wich + +commit cde13dc2459fa20ad0f889dbee925c7bdddaf806 +Author: Jo-Philipp Wich +Date: Tue Jul 3 12:30:44 2018 +0200 + + Revert "luci-lib-json: depend on luci-base" + + This reverts commit 8ca29efec862350d8d621235999947c329dfaba7. + +commit 8ca29efec862350d8d621235999947c329dfaba7 +Author: Jo-Philipp Wich +Date: Tue Jul 3 11:07:31 2018 +0200 + + luci-lib-json: depend on luci-base + + Fixes #506 + Signed-off-by: Jo-Philipp Wich + +commit 7b43e67219a7d7204bd006b5a7cb8b72d07f156c +Author: Jo-Philipp Wich +Date: Tue Jul 3 10:56:50 2018 +0200 + + luci-mod-admin-full: improve Y-axis scaling in bandwidth graph + + Calculate a peak that causes the vertical scale to use even values. + + Fixes #1424. + Signed-off-by: Jo-Philipp Wich + +commit 9f2672f2cc0f07ef9ea431bd9294036df2bed7c9 +Merge: 1510111fa b0486ab5d +Author: Jo-Philipp Wich +Date: Tue Jul 3 08:07:32 2018 +0200 + + Merge pull request #1929 from pleasantone/mwan3_interface_aliases + + luci-app-mwan3: fix aliased interfaces (@wan6) + +commit b0486ab5dc6917d05b0cab2930906e001c3b3179 +Author: Paul Traina +Date: Mon Jul 2 16:45:10 2018 -0700 + + luci-app-mwan3: fix aliased interfaces (@wan6) + +commit 1510111fa00ae343b87ee8e8a42145329bc8c2f0 +Merge: 4097a6333 d0298e4cd +Author: Hannu Nyman +Date: Mon Jul 2 18:35:04 2018 +0300 + + Merge pull request #1925 from YuriPet/master + + luci-app-firewall & luci-base: update Ukrainian translation + +commit 4097a63330b75afc2d062c55c6f07d01d3318ee5 +Author: Jo-Philipp Wich +Date: Mon Jul 2 09:43:05 2018 +0200 + + luci-mod-admin-full: fix uci revert success message + + Signed-off-by: Jo-Philipp Wich + +commit 04e483d16abfe418cf164c96de78261fd5cb12c3 +Author: Jo-Philipp Wich +Date: Mon Jul 2 09:23:56 2018 +0200 + + luci-theme-openwrt: minor mobile style fixes + + Signed-off-by: Jo-Philipp Wich + +commit 2ee1873acc8c9c6b08afc35da2555fe156ab6ff8 +Author: Jo-Philipp Wich +Date: Mon Jul 2 08:45:25 2018 +0200 + + luci-theme-openwrt: add further style tweaks + + - slightly increase button color saturation + - unify margins and paddings + + Signed-off-by: Jo-Philipp Wich + +commit 30eaba02f1ffbf4098be34fd1fd5ca4a60122fd0 +Author: Jo-Philipp Wich +Date: Mon Jul 2 08:45:02 2018 +0200 + + luci-mod-admin-full: cleanup markup on flashops page + + Signed-off-by: Jo-Philipp Wich + +commit b693baaa6ea4dc8bf877d7cee748def8efe0ced0 +Author: Jo-Philipp Wich +Date: Fri Jun 29 17:48:31 2018 +0200 + + luci-mod-admin-full: rework wireless network status indicator + + Rework markup and logic of the wireless network status indicator to match + that of the interface status widget. + + Signed-off-by: Jo-Philipp Wich + +commit 3aba615029c73912f3f3c40d14bbb0081940ac8a +Author: Jo-Philipp Wich +Date: Fri Jun 29 17:46:56 2018 +0200 + + luci-base: rework "in request" flagging logic for menu nodes + + The previous implementation failed to mark active nodes under some + circumstances. + + Signed-off-by: Jo-Philipp Wich + +commit d0298e4cda64b03dacc6e5c428d462704e6a9b37 +Author: Yurii +Date: Sun Jul 1 23:51:38 2018 +0300 + + luci-base: update Ukrainian translation + + Updated with the latest synchronization of the translation. + + Signed-off-by: Yurii yuripet@gmail.com + +commit 1455ab6574c12dda62bba234bf40bfbe9271f249 +Author: Yurii +Date: Sun Jul 1 23:48:45 2018 +0300 + + luci-app-firewall: update Ukrainian translation + + Updated with the latest synchronization of the translation. + + Signed-off-by: Yurii yuripet@gmail.com + +commit 2e2dab3e56f89fc15e1b7604e4ae83fa6c6ab544 +Merge: 3699509ed 1f2d40b50 +Author: Dirk Brenken +Date: Sun Jul 1 21:27:36 2018 +0200 + + Merge pull request #1924 from dibdot/lxc_fix + + luci-app-lxc: add backingstore support + +commit 1f2d40b5047bc88ea557ccecccecf27570194d1b +Author: Dirk Brenken +Date: Sun Jul 1 19:59:52 2018 +0200 + + luci-app-lxc: add backingstore support + + * second try to enable backingstore support, untested (see #1919) + + Signed-off-by: Dirk Brenken + +commit 3699509ed248b785436f625e7afd8b5752e3178d +Merge: 1fd3a1663 ad08b5657 +Author: Hannu Nyman +Date: Sun Jul 1 19:45:28 2018 +0300 + + Merge pull request #1921 from musashino205/l10n/fw-upd-ja + + luci-app-firewall: update Japanese translation + +commit 1fd3a1663528cc5029ee9d864128964f020a520d +Merge: 1a36f0307 b198de11b +Author: Dirk Brenken +Date: Sat Jun 30 23:08:16 2018 +0200 + + Merge pull request #1920 from dibdot/lxc_fix + + luci-app-lxc: small fixes & cosmetics + +commit b198de11bc1501f1a75dff9f5fb01f927f902186 +Author: Dirk Brenken +Date: Sat Jun 30 12:55:39 2018 +0200 + + luci-app-lxc: small fixes & cosmetics + + * backingstore support via ubus does not work, remove it for now + * fix target mapping for linuximages.org + * cosmetics + + Signed-off-by: Dirk Brenken + +commit ad08b56577d9a264e3e5286eb7ab20f61e62a4f4 +Author: INAGAKI Hiroshi +Date: Sat Jun 30 23:19:50 2018 +0900 + + luci-app-firewall: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit ca0a086a2d17f8c5111cdcd28173a4a67422057b +Author: INAGAKI Hiroshi +Date: Sat Jun 30 23:10:45 2018 +0900 + + i18n: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 1a36f0307e5fd74f7ad1ca65e2b3fc0000494a89 +Merge: 532846c3d d024d73da +Author: Hannu Nyman +Date: Fri Jun 29 18:04:57 2018 +0300 + + Merge pull request #1902 from panda-mute/patch-1 + + Update 40_luci-transmission + +commit 532846c3d81c52dc9fbcbfb886a9d6f360e09e2c +Author: Jo-Philipp Wich +Date: Fri Jun 29 08:57:22 2018 +0200 + + luci-theme-bootstrap: fix input width in table cells + + Signed-off-by: Jo-Philipp Wich + +commit 485e5c930ff0a98f1155b04080f6736270c58a10 +Author: Jo-Philipp Wich +Date: Thu Jun 28 09:43:45 2018 +0200 + + luci-app-upnp: cleanup UPnP lease status markup + + Signed-off-by: Jo-Philipp Wich + +commit c405b23abd6d04f1e7a9d85162ea655735ba6443 +Author: Jo-Philipp Wich +Date: Thu Jun 28 09:39:34 2018 +0200 + + luci-mod-admin-full: unify DHCP lease status code + + Merge the DHCP lease status code of the status overview and DHCP/DNS pages + into a single shared partial template. + + Also remove some redundant markup on the index page and wireless assoc list + templates. + + Signed-off-by: Jo-Philipp Wich + +commit c61c5deac45cdaf1fbccc2d513a90a877e12eea0 +Author: Jo-Philipp Wich +Date: Thu Jun 28 09:32:16 2018 +0200 + + luci-base: luci.tools.status: add host_hints to DHCPv6 leases + + Attempt to derive a MAC from the DHCPv6 lease DUID and use it to look up + a host hint. If a hint is found, add it to the lease information. + + Signed-off-by: Jo-Philipp Wich + +commit ccbb17d26031a802ae02a9bea4063eb65b59ed86 +Merge: 167d37130 b5d5e5bf1 +Author: Jo-Philipp Wich +Date: Wed Jun 27 16:43:36 2018 +0200 + + Merge pull request #1915 from Ansuel/upgrade + + luci-base: update luasrcdiet + +commit b5d5e5bf13e572af7f1589a01bfd338691d5f063 +Author: Ansuel Smith +Date: Wed Jun 27 16:14:12 2018 +0200 + + luci-base: update luasrcdiet + + Tested and works with no problem. + + Signed-off-by: Ansuel Smith + +commit 167d371305064dc1d4dd1d7d2aabfd76b9999a89 +Author: Jo-Philipp Wich +Date: Tue Jun 26 22:00:01 2018 +0200 + + luci-theme-material: fix switch status display + + Signed-off-by: Jo-Philipp Wich + +commit 8d7869f672f671733263e58956092ca57963adb4 +Author: Jo-Philipp Wich +Date: Tue Jun 26 19:49:42 2018 +0200 + + luci-mod-admin-full: properly remap ports in switch status display + + Fixes: 60c5d15e9 ("luci-mod-admin-full: fix possible switch status layout bug") + Fixes: bbf096c79 ("luci-mod-admin-full: cleanup markup") + Reported-at: https://forum.lede-project.org/t/x/15897/19 + Signed-off-by: Jo-Philipp Wich + +commit 60c5d15e9eb46016bba7383b103cf95ebb997886 +Author: Jo-Philipp Wich +Date: Tue Jun 26 15:24:16 2018 +0200 + + luci-mod-admin-full: fix possible switch status layout bug + + In some cases we might get status information for more ports than which are + actually usable, prevent overflowing the port status row in this case. + + Reported-at: https://forum.lede-project.org/t/x/15897/14 + Signed-off-by: Jo-Philipp Wich + +commit 2efcc53f2e51062e102384a1bc18ea46b5d22c5c +Author: Jo-Philipp Wich +Date: Tue Jun 26 14:59:24 2018 +0200 + + luci-theme-openwrt: add some compatibility styles + + Add a few CSS rules and general tweaks improving the look of legacy markup. + + Signed-off-by: Jo-Philipp Wich + +commit 62f5c22f8c2dbaf937a01030143dc8fed62dac93 +Merge: c32097d7d 5818a90df +Author: Jo-Philipp Wich +Date: Tue Jun 26 14:34:58 2018 +0200 + + Merge pull request #1912 from Ansuel/fixassoci + + luci-mod-admin-full: fix missing wifi_assoclist + +commit c32097d7d525d0c3e960e558d1c561c9c596bf96 +Author: Jo-Philipp Wich +Date: Tue Jun 26 14:31:39 2018 +0200 + + luci-theme-freifunk-generic: fix & modernize + + Align theme with current markup, port missing CSS directives from OpenWrt + theme and drop a few outdated resources. + + Signed-off-by: Jo-Philipp Wich + +commit 5818a90dfd552be79d97d5e032ca6945480012a6 +Author: Ansuel Smith +Date: Tue Jun 26 14:30:36 2018 +0200 + + luci-mod-admin-full: fix missing wifi_assoclist + + With #e5ba594d77eed77d31d4b9b8c0e86026eb5a5fac the list of the connected device broke up. This fix this problem by creating a proper request link. + + Signed-off-by: Ansuel Smith + +commit 0d9a64b3b4220c99011fb576eaa2c97e0b91edb5 +Merge: 6ff7f34ee 0251603f0 +Author: Jo-Philipp Wich +Date: Mon Jun 25 11:41:41 2018 +0200 + + Merge pull request #1881 from TDT-AG/pr/20180614-luci-mod-admin-full-fix-ssh-key-textarea + + luci-mod-admin-full: fix empty SSH-Keys textarea issue + +commit 6ff7f34ee8401bff554939608b8a56e566a7eec2 +Author: zjw +Date: Wed Jun 13 10:30:25 2018 -0400 + + luci-mod-admin-full: report SNR unit as dB, not dBm + + Fixes: #1880 + Reported-by: "zjw" + Signed-off-by: Jo-Philipp Wich + +commit 1b0165645139d008d9a188257139e57ef2fe195a +Merge: 002c4d1d5 7cf8f9718 +Author: Jo-Philipp Wich +Date: Mon Jun 25 11:19:36 2018 +0200 + + Merge pull request #1906 from ldir-EDB0/typofix + + luci-app-rp-pppoe: Fix typo + +commit 002c4d1d5f583424b7d14cd84ecdda83f964b486 +Author: Jo-Philipp Wich +Date: Mon Jun 25 11:12:25 2018 +0200 + + luci-base: add "Name" label to autogenerated title column + + Signed-off-by: Jo-Philipp Wich + +commit 211d8bc55ee6c93f8631482fa14f475f7a48dec8 +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:52:29 2018 +0200 + + luci-theme-bootstrap: render tblsection row titles + + The Bootstrap theme lacked appropriate CSS yet to render section title + attributes. + + Signed-off-by: Jo-Philipp Wich + +commit 18d92aca53f40867b1f87898410fc8ddc870fb0c +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:51:18 2018 +0200 + + luci-base: annotate tblsection description row as well + + Signed-off-by: Jo-Philipp Wich + +commit e3d02b1a499b681516961fdee68a5c29d6033a3e +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:42:10 2018 +0200 + + luci-theme-bootstrap: remove unused styles + + Signed-off-by: Jo-Philipp Wich + +commit b79982e5df0864a0c3c410c71d3074e7d048ecf9 +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:33:07 2018 +0200 + + luci-mod-admin-full: fix average traffic calculation in realtime bandwidth + + Fixes #1908. + Suggested-by: "mgalyean" + Signed-off-by: Jo-Philipp Wich + +commit ff55e7f6b5eb760c99f658eaab8267a4db7f0be3 +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:19:59 2018 +0200 + + luci-mod-admin-full: fix initializing realtime graphs + + Commit 69782ccbc ("luci-base: xhr.js: defer starting poll queue") changed + the way XHR poll queues are started which broke the timing on the realtime + graph pages. + + Fix the problem by manually starting the poller after registering the request + handlers. + + Signed-off-by: Jo-Philipp Wich + +commit e5ba594d77eed77d31d4b9b8c0e86026eb5a5fac +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:01:33 2018 +0200 + + luci-base, luci-mod-admin-full: unify wifi assoclist code + + Merge the assoclist code of the status overview and wireless overview pages + into a single shared partial template. + + Signed-off-by: Jo-Philipp Wich + +commit 86c6c60a0d3aded629efbf4bd5e4145dc077a29d +Author: Jo-Philipp Wich +Date: Mon Jun 25 08:58:34 2018 +0200 + + luci-mod-admin-full: replace status page legend tags with h3 (#1907) + + Signed-off-by: Jo-Philipp Wich + +commit 483c9d35b20b23842b0ab78b09adb59725dfed20 +Merge: a65d55ebc c7ee1ffcf +Author: Jo-Philipp Wich +Date: Mon Jun 25 08:49:44 2018 +0200 + + Merge pull request #1895 from jow-/master + + Responsive OpenWrt theme + +commit 7cf8f9718671ac4bcdd4baae13c706fe6dff582a +Author: Kevin Darbyshire-Bryant +Date: Sat Jun 23 17:13:38 2018 +0100 + + luci-app-rp-pppoe: Fix typo + + Signed-off-by: Kevin Darbyshire-Bryant + +commit c7ee1ffcf114e11a81f2fdb707c705b5cb5064e3 +Author: Jo-Philipp Wich +Date: Wed Jun 20 14:00:00 2018 +0200 + + luci-app-shadowsocks-libev: cleanup section add markup + + Signed-off-by: Jo-Philipp Wich + +commit b4d78d20427a782fa0d405f9d69c378bf3349ca5 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:57:08 2018 +0200 + + luci-mod-admin-full: packages: display available packages by default + + Signed-off-by: Jo-Philipp Wich + +commit db4139b1491a0ca7ba7897208d49be126c368ae9 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:18:36 2018 +0200 + + luci-app-travelmate: consolidate markup + + Rework the various application view templates to properly render with the + latest responsive design changes. + + Signed-off-by: Jo-Philipp Wich + +commit ce8101ae75fa8767bf84f692c5424e2cf3441f34 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:18:02 2018 +0200 + + luci-app-upnp: rework lease status indicator + + Turn the dynamic lease status table into responsive table by using the + cbi_update_table() helper in conjunction with title annotation attributes. + + Signed-off-by: Jo-Philipp Wich + +commit e097d3f734d25b31fe511a0d344d913a6d411c87 +Author: Jo-Philipp Wich +Date: Tue Jun 19 16:58:39 2018 +0200 + + luci-app-firewall: cleanup template markup + + Rework the cbi section add template markup to properly render with the + latest responsive design changes. + + Signed-off-by: Jo-Philipp Wich + +commit bbf096c79eca2e8407d15fe2acfde70c8d08e9c4 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:17:04 2018 +0200 + + luci-mod-admin-full: cleanup markup + + Globally cleanup template markup to support responsive design changes in + OpenWrt theme. + + Rework handling of dynamic status tables, consolidate hand-written markup, + fix small render bugs in various places and annotate tables where needed. + + Signed-off-by: Jo-Philipp Wich + +commit c4e25bebfc5da6b1d08f9ea6ed9e100ad2cd966d +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:20:45 2018 +0200 + + luci-theme-material: align CSS with markup changes + + Add the bare minimum of changes to make the theme render correctly with the + latest markup, requires further refinement and tuning in the future. + + Signed-off-by: Jo-Philipp Wich + +commit b453624dce65a74d5067a4eb308f54a0e9157714 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:21:00 2018 +0200 + + luci-theme-bootstrap: align CSS with markup changes + + Add changes to make the theme render correctly with the latest markup, + requires further refinement and tuning in the future. + + Signed-off-by: Jo-Philipp Wich + +commit f714f684fa3165fdff34b1a7c49e1d6f6b889ce6 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:01:22 2018 +0200 + + luci-theme-openwrt: rework and polish OpenWrt theme + + - polish styling + - move main menu to the left for large resolutions and collapse into + dropdown header bar for small mobile resolutions + - make tables responsive by utilizing extra attributes to turn rows + into wrappable flexboxes for low resolutions + - mostly get rid of button icon references and use a uniform color + scheme for action-, positive, negative and neutral buttons + + Signed-off-by: Jo-Philipp Wich + +commit d0b91bcca266a6d386f9ebeef695e1cef34ad9cf +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:10:38 2018 +0200 + + luci-base: globally cleanup markup + + - add responsive attributes to partial cbi templates + - unify and fix button style classes + - fix styling of sysauth dialog + - rework firewall_zoneforwards widget + + Signed-off-by: Jo-Philipp Wich + +commit a65d55ebcee57d174b557adbbb76df47b3747873 +Merge: 5142e40f9 65cfbd8f7 +Author: Jo-Philipp Wich +Date: Sat Jun 23 10:01:42 2018 +0200 + + Merge pull request #1905 from ldir-EDB0/bcp38 + + luci-app=bcp38: improve interface selection dropdown + +commit 65cfbd8f759b97f2dc2fe3e2468172681747a78c +Author: Kevin Darbyshire-Bryant +Date: Sat Jun 23 08:43:00 2018 +0100 + + luci-app-bcp38: improve interface selection dropdown + + Certain types of interface were excluded from bcp38's concept of + upstream wan interface e.g. pppoa-wan + + Shamelessly copies the interface list generation from luci-app-sqm which + solved exactly the same problem and gives additional clues by displaying + the firewall zone (typically wan/lan etc) + + Run-tested-on: DGN3500 + + Signed-off-by: Kevin Darbyshire-Bryant + +commit c4bd6fb7b9915cdf32bf08c93e64bd091c793bd5 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:09:36 2018 +0200 + + luci-base: cbi.js: add tooltip handling and responsive table helper code + + - make findParent() globally available + - add code for initializing rich cbi tooltips + - introduce cbi_update_table() helper to auto-assign responsive attributes + to table markup + + Signed-off-by: Jo-Philipp Wich + +commit 5142e40f9e70a09653e07a4dbc2abd6db3da36e4 +Author: Jo-Philipp Wich +Date: Tue Jun 19 17:53:20 2018 +0200 + + luci-app-firewall: update cbi models + + - allow multiple src/dest ips for rules (#1637) + - restrict ICMP type list to ICMP protocol + - add section title callbacks + - remove size annotations + - fix validation error with aliased zone fields (#1882) + + Fixes #1637, #1882. + Signed-off-by: Jo-Philipp Wich + +commit 69782ccbccd67bac08f43b692c2a05afddb41bf0 +Author: Jo-Philipp Wich +Date: Fri Jun 22 09:39:30 2018 +0200 + + luci-base: xhr.js: defer starting poll queue + + Defer the start of the queue poll loop until the document has been loaded. + + This allows all XHR.poll() invocations on the page to register their + handlers before the first batch of requests is made. + + Signed-off-by: Jo-Philipp Wich + +commit d024d73da72d7929f56a000950815f399e78726c +Author: panda-mute +Date: Fri Jun 22 06:53:20 2018 +0800 + + Update 40_luci-transmission + + Fix typo + +commit e380cf51f8d60193f5743651f3c683389e4ef211 +Merge: 6cc547fdc 1dcf85b78 +Author: Hannu Nyman +Date: Mon Jun 18 20:29:39 2018 +0300 + + Merge pull request #1894 from YuriPet/patch-2 + + luci-app-firewall: update Ukrainian translation + +commit 1dcf85b78d93dcb6801cdd2437f2b70c6513f87c +Author: Yurii +Date: Mon Jun 18 20:25:43 2018 +0300 + + luci-app-firewall: update Ukrainian translation + + Updated with the latest synchronization of the translation. + +commit 6cc547fdc6f24300d79f51e1a8f746ec54a7cff5 +Merge: a72c19751 fef02b31e +Author: Hannu Nyman +Date: Mon Jun 18 19:52:01 2018 +0300 + + Merge pull request #1891 from YuriPet/master + + Correcting native name Ukrainian language & update Ukrainian translation + +commit a72c197516ce6f393c673cfcf5e34390d2b1d288 +Merge: 52de52e3e 88f03a614 +Author: Hannu Nyman +Date: Mon Jun 18 18:39:33 2018 +0300 + + Merge pull request #1892 from musashino205/l10n/fw-upd-ja + + luci-app-firewall: update Japanese translation + +commit 88f03a6142c0a94bc03f75cc22dcde03f541d91f +Author: INAGAKI Hiroshi +Date: Mon Jun 18 16:57:08 2018 +0900 + + luci-app-firewall: update Japanese translation + + Updated japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 7001e8f3b174a67c814d1266fabd582e335c4b89 +Author: INAGAKI Hiroshi +Date: Mon Jun 18 15:57:22 2018 +0900 + + luci-app-firewall: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit fef02b31e677a7b43ec91c81fc8f8c99c7f8fe8a +Author: Yurii +Date: Sun Jun 17 23:38:38 2018 +0300 + + luci-base: update Ukrainian translation + +commit 83dc5e075ef5fd404790d00f202fae5d259d4a20 +Author: Yurii +Date: Sun Jun 17 23:37:21 2018 +0300 + + luci-app-firewall: update Ukrainian translation + +commit de62263f73a0de7ef451e1b2003b5955fbf7d241 +Author: Yurii +Date: Sun Jun 17 23:35:49 2018 +0300 + + luci-app-upnp: update Ukrainian translation + +commit 86ed5ab65e326fd0cfefc92b1877703508109c0c +Author: Yurii +Date: Sun Jun 17 23:33:35 2018 +0300 + + luci.mk: Correcting native name Ukrainian language. + +commit 52de52e3e9d2da30d8905c2d0db8856353a9e7ab +Merge: 24fb85205 0a6ad23f2 +Author: Hannu Nyman +Date: Sun Jun 17 16:19:48 2018 +0300 + + Merge pull request #1889 from Ansuel/lucnginx + + luci-nginx: add nginx support file + +commit 0a6ad23f2ea124a2c0733b897baec054a530c45d +Author: Ansuel Smith +Date: Sun Jun 17 14:52:11 2018 +0200 + + luci-nginx: add nginx support file + + This adds nginx-mod-luci as a dependency of this package. + + Signed-off-by: Ansuel Smith + +commit 24fb852054de609373648d810fa8e99cb8b40099 +Merge: b5a43cf87 fe591dd1c +Author: Hannu Nyman +Date: Sun Jun 17 12:47:13 2018 +0300 + + Merge pull request #1886 from musashino205/l10n/fix-syntax-uk + + i18n: fix syntax errors in Ukrainian po + +commit fe591dd1cc3ae4f67b5e22943e4c8befd856d544 +Author: INAGAKI Hiroshi +Date: Sat Jun 16 23:25:54 2018 +0900 + + i18n: fix syntax errors in Ukrainian po + + "Content-Type: text/plain; charset=UTF-8" was wrote twice in each + of base.po and firewall.po, and one was an incorrect place which + was the cause of the errors. + + And, The escape in abbr HTML tag was incorrect, so I fixed it. + + Signed-off-by: INAGAKI Hiroshi + +commit 0251603f0aa064109138d40d06aa892f49e7abc7 +Author: Florian Eckert +Date: Thu Jun 14 11:13:08 2018 +0200 + + luci-mod-admin-full: fix empty SSH-Keys issue + + If you delete all ssh keys in the textarea then LuCI will rais an error. + So if you added one ssh-key to the textarea and then you want to delete them + again that is not possbile in LuCI. + To fix this remove "rmempty" attribute and add a remove function which will + called if the textarea is empty. + + Signed-off-by: Florian Eckert + +commit b5a43cf87d3f30e0230cc4f0701de97591af90c7 +Merge: 8798bb22b 90bf08af8 +Author: Hannu Nyman +Date: Tue Jun 12 19:57:22 2018 +0300 + + Merge pull request #1862 from Ansuel/lucidep + + luci-nginx: add nginx metapackages + +commit 8798bb22b20def9b2ed045792f3470ecba78ba22 +Merge: 9abf409a3 934e954a7 +Author: Hannu Nyman +Date: Tue Jun 12 19:56:26 2018 +0300 + + Merge pull request #1879 from sotux/master_zh_CN + + luci-app-firewall: zh_CN: change better translation for offloading + +commit 934e954a769d47add8fa0af075da0454e57204a7 +Author: Zheng Qian +Date: Tue Jun 12 12:06:34 2018 +0800 + + luci-app-firewall: zh_CN: change better translation for offloading + + Signed-off-by: Zheng Qian + +commit 90bf08af829a8e13c3caf6a389bff5212d5204dc +Author: Ansuel Smith +Date: Thu Jun 7 18:42:02 2018 +0200 + + luci-nginx: add nginx metapackages + + Create a metapackage with nginx as default webserver instead of uhttpd + + Signed-off-by: Ansuel Smith + +commit 9abf409a348959420299f35a8a0573f089bece46 +Merge: 5d1605ecc 492d4d91b +Author: Hannu Nyman +Date: Mon Jun 11 22:08:04 2018 +0300 + + Merge pull request #1877 from Ansuel/ddnsipkg + + luci-app-ddns: use standard pkg info function + +commit 5d1605ecc803a56bb01a28747ab978d1b407ff5c +Merge: d3aa12b8e 8f6701971 +Author: Hannu Nyman +Date: Mon Jun 11 22:06:51 2018 +0300 + + Merge pull request #1876 from ldir-EDB0/wgurl + + wireguard: update wireguard url + +commit 492d4d91b91b8fe6a7a03dd7304b787c2479364f +Author: Ansuel Smith +Date: Mon Jun 11 17:13:31 2018 +0200 + + luci-app-ddns: use standard pkg info function + + DDns script call another sh script to check ddns-scripts version. We can use the quicker IPKG.info function instead of execute another slow command. + + Signed-off-by: Ansuel Smith + +commit 8f67019713c06df1a9364410b4e70ae5ba34c9e6 +Author: Kevin Darbyshire-Bryant +Date: Mon Jun 11 11:43:00 2018 +0100 + + wireguard: update wireguard url + + Signed-off-by: Kevin Darbyshire-Bryant + +commit d3aa12b8ed74fd07702ed8209f858a275d38096a +Author: Kristian Evensen +Date: Tue May 29 22:27:06 2018 +0200 + + luci-app-firewall: Fix typo in forwards redirect + + When creating a forwarding rule with protocol set to other, a user is + forwarded to the configuration page. The URL for the configuration page + contained a typo - the user was forwarded to + admin/network/firewall/redirect/cfg... and not + admin/network/firewall/forwards/cfg..., leading to a 404. + + Signed-off-by: Kristian Evensen + +commit 8363d0ad6cf37ef1d60f63e86ecd4aba74fde9a6 +Merge: 658d11e75 cebe38dcf +Author: Hannu Nyman +Date: Sun Jun 10 18:04:32 2018 +0300 + + Merge pull request #1875 from YuriPet/master + + luci-base & luci-app-firewall: update Ukrainian translation + +commit 658d11e7514401b74e062a75b78fe405c3e1d496 +Author: Tom Hodder +Date: Mon Jun 4 17:11:12 2018 +0100 + + luci-app-firewall: disable port fields when protocol is not TCP or UDP + + It's currently possible to generate nonsensical firewall rules by inputting + combinations which include: + + i) protocols other than UDP/TCP + ii) source and destination ports. + + There is some discussion of the issue on the forum here and the issue is + here; #1850. + + This patch makes fields like src_port and dest_port depend on protocol being + tcp, udp or "tcp udp" in the input, forwarding and source NAT forms. + + Signed-off-by: Tom Hodder + [reword commit message, squash commits] + Signed-off-by: Jo-Philipp Wich + +commit cebe38dcfe594985350cb1ef7804c4b21ddaf897 +Author: Yurii +Date: Sun Jun 10 17:16:01 2018 +0300 + + luci-app-firewall: update Ukrainian translation + + Updated Ukrainian translations. + + Signed-off-by: Yurii yuripet@gmail.com + +commit 0c410c848b21a7b274d0983dd79e0ff78a7ce138 +Author: Yurii +Date: Sun Jun 10 16:56:13 2018 +0300 + + luci-base: update Ukrainian translation + + Updated Polish translations. + + Signed-off-by: Yurii + +commit 8a4c3a01bf5a9a9dfda17aea1eaab72a1c71e8a9 +Merge: fad02ac8d ad5f768c4 +Author: Hannu Nyman +Date: Sun Jun 10 12:33:08 2018 +0300 + + Merge pull request #1874 from Rixerx/master + + luci-base: update Polish translation + +commit ad5f768c40bb6e310e14e12cb7b41510baa78b02 +Author: Krystian Kozak +Date: Sat Jun 9 22:29:06 2018 +0200 + + luci-base: update Polish translation + + Updated Polish translations. + + Signed-off-by: Krystian Kozak + +commit fad02ac8d77b221d30deba8d69863c9e44a46403 +Merge: 2eb4015e1 966e86cd0 +Author: Hannu Nyman +Date: Sat Jun 9 17:53:27 2018 +0300 + + Merge pull request #1868 from sotux/master-zh_CN + + Update Simplified Chinese translation + +commit 966e86cd06cf188bb75fbfc28bc839b3e3a556e6 +Author: Zheng Qian +Date: Fri Jun 8 17:19:43 2018 +0800 + + luci-app-adblock: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit bfcf2189f1a089ac84132f738ea54c8caf2a220d +Author: Zheng Qian +Date: Fri Jun 8 17:44:18 2018 +0800 + + luci-app-mwan3: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 434d8baff7968e17e9cc5342c9719bbd771f242f +Author: Felix Yan +Date: Sat Jun 9 03:05:03 2018 +0800 + + Fix a typo in vizdata.sh + +commit 2eb4015e18e17e23cf7df3b8f485224a82d0d4e8 +Author: Jo-Philipp Wich +Date: Fri Jun 8 17:09:18 2018 +0200 + + luci-app-firewall: recognize egress rules in rule overview + + Along with 74be6f397 + ("treewide: switch firewall zone, network and iface lists to dropdown code"), + this change allows luci-app-firewall to recognize OUTPUT rules. + + Fixes #1457. + Signed-off-by: Jo-Philipp Wich + +commit e7866c7dccd72943bd985de32031002f37f9a777 +Author: Jo-Philipp Wich +Date: Fri Jun 8 15:26:38 2018 +0200 + + luci-mod-admin-full: add suggested italian translations + + Merge two italian translations suggested in #1870 and add back two missing + dots accidentially removed from the translations in a previous commit. + + Fixes: 588c8618b ("luci-mod-admin-full: fix translation interpolation in JS confirm() calls") + Suggested-by: Ansuel Smith + Signed-off-by: Jo-Philipp Wich + +commit 588c8618b6860cf88bfcf2262b104a86a5764f6e +Author: Jo-Philipp Wich +Date: Fri Jun 8 15:48:03 2018 +0200 + + luci-mod-admin-full: fix translation interpolation in JS confirm() calls + + Use luci.http.write_json() in conjunction with translate() to write out + unescaped translation strings in a manner suitable for interpolation inside + JavaScript. + + Fixes #1870 + Signed-off-by: Jo-Philipp Wich + +commit 0e0ee2fed51f7108ee088e121ecbba479a5e88cc +Author: Jo-Philipp Wich +Date: Fri Jun 8 13:50:12 2018 +0200 + + luci-mod-admin-full: git rid of embedded newlines in translation strings + + Also switch one usage of raw '<%_ ... %>' interpolation to '<%: ... %>' in + order to avoid issues with translations using apostrophes. + + Globally resnyc translations after the fix. + + Fixes #1866. + Signed-off-by: Jo-Philipp Wich + +commit 2e7fa89e1a1747b3d44f0880ed6112d011f81df1 +Author: Zheng Qian +Date: Fri Jun 8 16:43:06 2018 +0800 + + luci-base: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 81c66069c80dc4b9d899769fb194116b3fff3eaf +Merge: 74be6f397 45c2059c1 +Author: Dirk Brenken +Date: Fri Jun 8 09:45:57 2018 +0200 + + Merge pull request #1867 from dibdot/adblock + + luci-app-adblock: partly revert last commit + +commit 45c2059c15b8f4c524eea736a6ef7f41fbf77092 +Author: Dirk Brenken +Date: Fri Jun 8 09:34:47 2018 +0200 + + luci-app-adblock: partly revert last commit + + * use now CSS for non breaking spaces in div table header + + Signed-off-by: Dirk Brenken + +commit 74be6f39748a4f441e54e6bdfc768306a3c8b91f +Author: Jo-Philipp Wich +Date: Fri Jun 8 08:19:20 2018 +0200 + + treewide: switch firewall zone, network and iface lists to dropdown code + + Also switch the weekday and monthday lists in the firewall rule details to + cbi dropdowns, vastly uncluttering the form. + + Signed-off-by: Jo-Philipp Wich + +commit 9d4849072901b2a4bcf3a99492ade1e1cb54930d +Author: Jo-Philipp Wich +Date: Fri Jun 8 07:29:44 2018 +0200 + + luci-base: add markup, JS and CSS for new dropdown + + This commit introduces the required code for a new, markup based dropdown + widget which can be used as a styleable alternative to select boxes or + radio/checkbox button groups. + + Signed-off-by: Jo-Philipp Wich + +commit 4cca96ef091857b6bfe839d7612da00745c530b6 +Author: Jo-Philipp Wich +Date: Thu Jun 7 08:49:51 2018 +0200 + + luci-base: support option aliases in luci.cbi + + AbstractValue descendants may now specify a new optional property `alias` + which refers to a uci option to read/write/remove that differs from the + option name itself. + + This is mainly useful for widgets that are toggled based on dependencies, + e.g. for alternating between SingleValue and MultiValue, but which are + intented to write into the same uci option. + + Such a setup was previously possible already by overriding the .cfgvalue(), + .write() and .remove() callbacks with custom implementations, but that + required a lot of boiler plate code and was rather fragile. + + With the `alias` property, CBI now takes care of the details and tracks + aliased fields within a section accordingly. + + Signed-off-by: Jo-Philipp Wich + +commit 501f1a900883e1a958940ef40645e94e5ec41752 +Merge: 71d296f7c a561d3045 +Author: Dirk Brenken +Date: Fri Jun 8 07:05:05 2018 +0200 + + Merge pull request #1863 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.5.3 + +commit 71d296f7c8a3bf16c734aa476eac8566008baf8a +Merge: 53ea80391 b46e8c5a6 +Author: Dirk Brenken +Date: Thu Jun 7 22:01:58 2018 +0200 + + Merge pull request #1864 from Ansuel/master + + luci-app-ddns: fix div conversion + +commit b46e8c5a6934c292779141643af2646e9ea68d89 +Author: Ansuel Smith +Date: Thu Jun 7 21:54:21 2018 +0200 + + luci-app-ddns: fix div conversion + + This fix some error from conversion of #1854 + + Signed-off-by: Ansuel Smith + +commit 53ea8039173f731938a62c444f05c88d2668e485 +Merge: 7be3f0400 2d410379c +Author: Hannu Nyman +Date: Thu Jun 7 22:25:11 2018 +0300 + + Merge pull request #1854 from jollaman999/master + + luci-app-ddns: Convert HTML tables to div + +commit a561d3045c91b59dffd1aa7b496168cac9ff19e4 +Author: Dirk Brenken +Date: Thu Jun 7 21:14:06 2018 +0200 + + luci-app-adblock: sync with adblock 3.5.3 + + * small fixes & cosmetics + + Signed-off-by: Dirk Brenken + +commit 7be3f0400c95f810651e7e8c70add589176ae04b +Author: Jo-Philipp Wich +Date: Wed Jun 6 21:44:12 2018 +0200 + + luci-base: fix some minor luci.model.uci issues + + - Properly serialize option delete changelogs + - Do not perform a section create if a nil value is passed to set() + + Signed-off-by: Jo-Philipp Wich + +commit 2d410379c1e91b67aafa5561e44fa4573c8095ad +Author: jollaman999 +Date: Thu May 31 20:48:51 2018 +0900 + + luci-app-ddns: Convert HTML tables to div + +commit 4cd08258bbe145384145933e8f061351bc9a82ad +Merge: 1ce88dced 09c3a8385 +Author: Hannu Nyman +Date: Mon Jun 4 12:07:43 2018 +0300 + + Merge pull request #1835 from Ansuel/ddns-optional + + luci-app-ddns: make param opt, optional + +commit 09c3a8385e2176fc8a4f934e592f4089b662a1c1 +Author: Ansuel Smith +Date: Sun May 27 19:51:38 2018 +0200 + + luci-app-ddns: make param opt, optional, add myself as maintainer + + Currently these params should be optional but in the current script then are required for any configuration to save. We add an "optional" boolean value to the validate function so that we can make this pram optional as it should be. Also adds me as maintainer + + Signed-off-by: Ansuel Smith + +commit 1ce88dced63d028f93fdf304b6ff0a48c4453655 +Merge: 2d352a925 2b43ebe92 +Author: Dirk Brenken +Date: Mon Jun 4 09:07:45 2018 +0200 + + Merge pull request #1851 from dibdot/lxc_fix + + luci-app-lxc: made container creation more reliable + +commit 2b43ebe92fc73ce4c208d42e6ee958988e1b18bc +Author: Dirk Brenken +Date: Sun Jun 3 22:30:59 2018 +0200 + + luci-app-lxc: made container creation more reliable + + * wait/lock "create" button until the real end of container creation, + this includes download time plus tar/gz processing time + * cosmetics + + Signed-off-by: Dirk Brenken + +commit 2d352a9251f99628162ac6bccf13c0fd5d9a71f8 +Author: Jo-Philipp Wich +Date: Thu May 31 15:39:43 2018 +0200 + + luci-base: cbi: atomically reorder uci sections + + Since the switch to ubus uci operations we do not have a local application- + side cursor cache anymore, instead uci operations happen synchronously in + the rpcd backend server. + + This may cause cbi section reorder operations involving multiple elements + to fail, because anonymous section hashes may change due to rehashing + between consecutive ubus uci reorder calls. + + In order to avoid that problem, use the ubus uci batch reorder extension, + which allows to pass a complete (or partial) list of section ids in the + desired order in one call, bypassing the volatile section id problem. + + Fixes #1844. + Signed-off-by: Jo-Philipp Wich + +commit 660e4f5504b91a7b5c51a6abb80d52c65b8528d2 +Merge: 18b5b068c 299121fc8 +Author: Hannu Nyman +Date: Sat Jun 2 21:11:51 2018 +0300 + + Merge pull request #1819 from Ansuel/ddns-performance + + luci-app-ddns: improve performance + +commit 299121fc84b1e00650c9c976c0a847cd67e46eb0 +Author: Ansuel Smith +Date: Thu May 24 02:03:03 2018 +0200 + + luci-app-ddns: improve performance + + Every request directed to the ddns app call ddns tools module. + Ddns tools module have lots of global variable that call slow os.execute function. This adds 10 second to every ddns request even if the function that is requested doesn't need that global variable. This commit introduce env_info function that execute os.execute command by executing what is actually requested and not process all the variables. Also remove 2 unecessary module that are not used. More researh find that major slowdown was caused by the calling of ddns script for the version check. Now we check if opkg is present and use it to check ddns-scripts version. + + Signed-off-by: Ansuel Smith + +commit 18b5b068c87104cb5997ba84133f6bdf2d136aaa +Merge: c4559052c f28784b61 +Author: Hannu Nyman +Date: Fri Jun 1 19:52:11 2018 +0300 + + Merge pull request #1846 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit c4559052c8d747cdbed53d02b1ef75b986608847 +Merge: fed315a5e babcc14c7 +Author: Dirk Brenken +Date: Fri Jun 1 18:41:50 2018 +0200 + + Merge pull request #1847 from dibdot/lxc_fix + + luci-app-lxc: bugfix + +commit babcc14c7967723ae373cb8e36bb47a07f6e79b1 +Author: Dirk Brenken +Date: Fri Jun 1 18:33:05 2018 +0200 + + luci-app-lxc: bugfix + + * fix remaining javascript errors in Chrome + + Signed-off-by: Dirk Brenken + +commit f28784b61efafe342d2b36517d858bed6800672e +Author: INAGAKI Hiroshi +Date: Fri Jun 1 02:17:17 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 2d196614f4514c63c33741ca0bf25b5320f6f267 +Author: INAGAKI Hiroshi +Date: Fri Jun 1 01:59:53 2018 +0900 + + luci-base: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit fed315a5e3c2156f517b57576932d700c0989315 +Author: Jo-Philipp Wich +Date: Thu May 31 19:09:51 2018 +0200 + + themes: drop errorbox styles + + Signed-off-by: Jo-Philipp Wich + +commit a64ab077d7da059871c400ce2c22093d988874d8 +Author: Jo-Philipp Wich +Date: Thu May 31 19:08:14 2018 +0200 + + luci-mod-freifunk: use common alert message markup + + Signed-off-by: Jo-Philipp Wich + +commit 29b391d7bc9424542a0974a5ee5c2d26767ab90d +Author: Jo-Philipp Wich +Date: Thu May 31 19:05:40 2018 +0200 + + luci-base: use common alert message markup + + Signed-off-by: Jo-Philipp Wich + +commit 724cc29978034e03cbda2821b4297b9dee42f74f +Author: Jo-Philipp Wich +Date: Thu May 31 19:00:56 2018 +0200 + + luci-mod-admin-full: use common alert message markup + + Signed-off-by: Jo-Philipp Wich + +commit e3bc12da6de535628e5f5488333c103be95b802a +Author: Jo-Philipp Wich +Date: Thu May 31 18:56:50 2018 +0200 + + themes: unify no-password / no-javascript alert boxes + + Signed-off-by: Jo-Philipp Wich + +commit 298d164dd7a3bce42dc37fab238d28fab4708582 +Author: Jo-Philipp Wich +Date: Thu May 31 17:41:40 2018 +0200 + + luci-base: update coxpcall() implementation, fix runtime error reporting + + Sync our coxpcall() implementation to the newest upstream version in order to + get access to the inner backtrace information and propagate these traces to + the browser in luci.dispatcher.dispatch(). + + This should make tracking down runtime errors much easier. + + Signed-off-by: Jo-Philipp Wich + +commit 79d793dffe7b67220fd38fc447bd72403c032b93 +Author: Jo-Philipp Wich +Date: Thu May 31 15:38:03 2018 +0200 + + themes: adjust CSS for reworked apply widget + + Signed-off-by: Jo-Philipp Wich + +commit 5427395649f8145053922ebc0df9882fc145e88e +Author: Jo-Philipp Wich +Date: Thu May 31 15:34:32 2018 +0200 + + luci-base: add full page overlay during apply + + After applying uci configuration, a full map reload is required in many + cases as the anonymous section identifiers might have been rehashed, causing + the rendered map to go out of sync. + + To avoid that, add both a full page overlay preventing further page + interaction and let the apply widget forcibly reload the current view once + the operation is complete. + + Signed-off-by: Jo-Philipp Wich + +commit 5452cc214ed5ef9b6a25711754ed97384166f924 +Merge: 7bd1bcaf3 d8f2f24a5 +Author: Dirk Brenken +Date: Thu May 31 08:50:07 2018 +0200 + + Merge pull request #1845 from dibdot/lxc_fix + + luci-app-lxc: fix "plain-vanilla" integration, part 3 + +commit 7bd1bcaf3064a2c125cfe7976eacb3697d46f477 +Author: Jo-Philipp Wich +Date: Thu May 31 07:38:40 2018 +0200 + + luci-mod-admin-full: fix status page render glitch on Chrome + + Signed-off-by: Jo-Philipp Wich + +commit d8f2f24a5bc0f5d9098149c4e2579fd1cd070f61 +Author: Dirk Brenken +Date: Wed May 30 21:56:50 2018 +0200 + + luci-app-lxc: fix "plain-vanilla" integration, part 3 + + * migrate JS generated HTML tables to divs + * remove (most of) the inline styles + * various markup cleanups + + That's the final part ... hopefully it's now in a more usable & + maintainable state. + + Signed-off-by: Dirk Brenken + +commit c3da1fc2325e6b59a9625e4f4f4047019820af48 +Author: Jo-Philipp Wich +Date: Wed May 30 16:04:07 2018 +0200 + + luci-base: cbi.js: remove unused serialize functions + + Signed-off-by: Jo-Philipp Wich + +commit d1df5a6b7d39dea0fcc9ace778d15dce6682a36a +Author: Jo-Philipp Wich +Date: Wed May 30 15:59:52 2018 +0200 + + luci-base: cbi.js: fix cbi_row_swap() after recent table markup changes + + Signed-off-by: Jo-Philipp Wich + +commit 0d2ae8d65360d052cb45db9897e042fb388ba447 +Author: Jo-Philipp Wich +Date: Wed May 30 14:50:14 2018 +0200 + + luci-mod-admin-full: rework network and wifi status displays + + Use a more compact flex layout instead of the tabular display. + Also rename "WAN status" to "Upstream" to avoid future confusion about + wan interfaces vs. defaultroute interfaces. + + Signed-off-by: Jo-Philipp Wich + +commit 879f90d15cccd72d043b6fca3e0b202dfcb822cb +Author: Jo-Philipp Wich +Date: Wed May 30 14:49:24 2018 +0200 + + luci-theme-material: add new style classes + + Add new style classes required for status page changes. + + Signed-off-by: Jo-Philipp Wich + +commit 7875d92c42e83963759687a92b8ca0dbb7e01d6d +Author: Jo-Philipp Wich +Date: Wed May 30 14:46:10 2018 +0200 + + luci-theme-bootstrap: add new style classes + + Add new style classes required for status page changes, also drop old + Internet Explorer compatibility script and vendor prefixed properties. + + Signed-off-by: Jo-Philipp Wich + +commit f8221b9825ccac8e39c555dd60cfce5fcb70d78b +Author: Jo-Philipp Wich +Date: Wed May 30 14:42:00 2018 +0200 + + luci-theme-openwrt: add new style classes + + Add new style classes required for status page changes, also drop old + Internet Explorer compatibility CSS. + + Signed-off-by: Jo-Philipp Wich + +commit f0094cc06ebace4a4dd718f839cdb1695a3f763d +Author: Ansuel Smith +Date: Mon May 28 14:42:10 2018 +0200 + + luci-mod-admin-full: fix revert page + + This fix the strange redirect link, a bug with uwsgi where the controller + is empty and a bug with the revert page showing the apply content empty. + + Signed-off-by: Ansuel Smith + [drop unrelated revert.html template change] + Signed-off-by: Jo-Philipp Wich + +commit 796d6874445cb9dd4b24ffb0b92d9490681539cf +Merge: f6aec9fe2 d0757f1f4 +Author: Hannu Nyman +Date: Tue May 29 11:29:43 2018 +0300 + + Merge pull request #1839 from EricLuehrsen/unbound_defdoc + + luci-app-unbound: add root zone file cache option + +commit d0757f1f4781b847652f5e37c4ff389a3155aa03 +Author: Eric Luehrsen +Date: Tue May 29 00:14:00 2018 -0400 + + luci-app-unbound: add root zone file cache option + + Signed-off-by: Eric Luehrsen + +commit 60ea5dc53fa01a88e4b9854cff95db0bbb54473b +Author: Eric Luehrsen +Date: Mon May 28 16:30:50 2018 -0400 + + luci-app-unbound: provide transparent defaults with documentation + + Signed-off-by: Eric Luehrsen + +commit f6aec9fe2161def3a996023353da8ffeadeeb691 +Author: Florian Eckert +Date: Thu Mar 15 10:21:05 2018 +0100 + + luci-proto-3g: make it a self-contained package + + The follow error will appear after clicking "Switch protcol" to 3g when + luci-proto-3g was not installed. Fix this by moving the relevant parts + from luci-proto-ppp into luci-proto-3g and making it complete as a + single protocol handler + + > Missing protocol extension for proto "3g" + > cannot open /usr/lib/lua/luci/model/cbi/admin_network/proto_3g.lua: No such file or directory + + Closes openwrt/luci#1815 + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit a013967e6ba16fb6faf063e4194886a11908c9ee +Merge: 5e37b724c b8f32b6da +Author: Dirk Brenken +Date: Mon May 28 16:09:09 2018 +0200 + + Merge pull request #1822 from Ansuel/luci-cpuinfo + + luci-admin-full: add architecture info + +commit b8f32b6da7accc672c5887e894a861de3f806cf5 +Author: Ansuel Smith +Date: Fri May 25 18:28:18 2018 +0200 + + luci-admin-full: add architecture info + + Referring to this, #1698 , we add architecture info and we show Unknown instead of ?. This is usefull if someone needs to install opkg packages manually. + + Signed-off-by: Ansuel Smith + +commit 5e37b724c45775e1399bf6f70b6c87e16a35be91 +Merge: 067d7dc9f 2f0c07a2c +Author: Jo-Philipp Wich +Date: Mon May 28 15:19:30 2018 +0200 + + Merge pull request #1827 from Ansuel/luci-map + + luci-theme-material: upgrade jquery + +commit 067d7dc9f708d5ebeda1072fb6dc82e960de0d81 +Author: Jo-Philipp Wich +Date: Mon May 28 14:57:54 2018 +0200 + + treewide: convert HTML tables to div + + Mostly convert HTML tables to div based markup to allow for easier styling + in the future. Also change JS accessor code accordingly. + + Signed-off-by: Jo-Philipp Wich + +commit 79c82237e373b9d9a101858e0cab96e4bd548f0c +Author: Jo-Philipp Wich +Date: Mon May 28 14:56:15 2018 +0200 + + luci-base: add element creation helper to cbi.js + + Add a new helper function `E()` to cbi.js which can be used to conveniently + build HTML markup. + + Signed-off-by: Jo-Philipp Wich + +commit 97a640c836163523f532dd87de9e9882bd375409 +Author: Jo-Philipp Wich +Date: Mon May 28 14:54:50 2018 +0200 + + themes: add forward-compatibility CSS + + Subsequent changes will largely replace tables with div based markup, so + add forward compatibility style rules to keep the rendering intact. + + Signed-off-by: Jo-Philipp Wich + +commit fb70693b7db1d4fcaf79f1ed2a3dadd9cd0ecd45 +Merge: 402ad57e5 c69bbd194 +Author: Hannu Nyman +Date: Mon May 28 07:59:17 2018 +0300 + + Merge pull request #1836 from sotux/master-zh_CN-translation + + luci-app-firewall: zh_CN: update Simplified Chinese translation + +commit c69bbd194dd9eb24020331251b3013f4bba649a7 +Author: Zheng Qian +Date: Mon May 28 12:33:56 2018 +0800 + + luci-app-firewall: zh_CN: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 402ad57e550140d28697b5701dc48b6b9c714c2d +Author: Yousong Zhou +Date: Mon May 28 11:01:51 2018 +0800 + + shadowsocks-libev: fix enumerating server and ss_redir sections + + The issue existed since the first revision of the rewrite and was + exposed by commit 4024d4f (luci-base: switch to ubus uci operations) + + A quick scan of the current repo indicates that these are the only sites + of wrong call pattern + + Fixes openwrt/packages#6113 + + Signed-off-by: Yousong Zhou + +commit 6f630b5e66ffe73a294368748d5dc8068e043e0b +Merge: 31dfa80d4 c29ffe4df +Author: Hannu Nyman +Date: Sun May 27 22:07:52 2018 +0300 + + Merge pull request #1834 from Ansuel/fixpo + + luci-base: fix broken translation + +commit c29ffe4dfc76ffe4a38aee9bb363a1a3e0b8328c +Author: Ansuel Smith +Date: Sun May 27 19:33:11 2018 +0200 + + luci-base: fix broken translation + + Currently this translation refer to an old string, sync to the new one. + + Signed-off-by: Ansuel Smith + +commit 31dfa80d4fb4826e77aec0a1b09b19690eba134d +Merge: 247754431 d9b6c5dd7 +Author: Dirk Brenken +Date: Sun May 27 20:52:31 2018 +0200 + + Merge pull request #1828 from dibdot/lxc_fix + + luci-app-lxc: fix "plain-vanilla" integration, part 2 + +commit d9b6c5dd781fec6603e7941b72774b9af140e858 +Author: Dirk Brenken +Date: Sat May 26 19:32:39 2018 +0200 + + luci-app-lxc: fix "plain-vanilla" integration, part 2 + + I've tried to get the lxc app in a more usable state. Tested with mips + and amd64 targets. + + * check /etc/config/lxc in controller, not in cbi + * more controller cleanups + * remove unused 'fork_exec' function + * check path before container creation + * check space requirements before container creation + * support new uci options 'min_space' and 'min_temp', + default for both is 100000 KB + * both options are configurable via LuCI CBI template + * write messages to log in case of an error + * validate the container name during creation, + automatically remove invalid chars + * inform the user that only a stopped container can be destroyed + * add experimental ssl support (untested, disabled by default) + + Signed-off-by: Dirk Brenken + +commit 247754431b321d643c9f0431e178eef37ef2865c +Merge: c0fc86114 2d053d39d +Author: Hannu Nyman +Date: Sun May 27 16:22:27 2018 +0300 + + Merge pull request #1833 from ysoyipek/patch-3 + + Update base.po + +commit 2d053d39d00fd45ca452aaee42d24dd05364ac95 +Author: Yusuf Soyipek +Date: Sun May 27 16:17:15 2018 +0300 + + Update base.po + + Some of the shortcomings in Turkish were added. + +commit c0fc861142adff38ff3e90304558854741a6e60a +Merge: aadc1f79c a3be23499 +Author: Hannu Nyman +Date: Sun May 27 15:32:38 2018 +0300 + + Merge pull request #1832 from musashino205/l10n/fw-upd-ja + + luci-app-firewall: update Japanese translation + +commit a3be23499260044706297eb27b2a29eeaeba4022 +Author: INAGAKI Hiroshi +Date: Sun May 27 21:27:32 2018 +0900 + + luci-app-firewall: update Japanese translation + + Added Japanese translations for offloading options. + + Signed-off-by: INAGAKI Hiroshi + +commit b4d484e37255f65c7d9b08fa939c719b6c44ea18 +Author: INAGAKI Hiroshi +Date: Sun May 27 21:07:07 2018 +0900 + + luci-app-firewall: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit aadc1f79c1c5d782ed243955cbe2c8a60eb2a2ca +Merge: be6dff8f2 177224c14 +Author: Hannu Nyman +Date: Sun May 27 09:55:55 2018 +0300 + + Merge pull request #1826 from hnyman/offload + + luci-app-firewall: expose flow offloading options + +commit be6dff8f2aca8ee6cf63eaaaef378edf1ec1ab65 +Merge: 9de9a71a9 e050337c5 +Author: Hannu Nyman +Date: Sat May 26 21:33:36 2018 +0300 + + Merge pull request #1829 from musashino205/l10n/mwan3-upd-ja + + luci-app-mwan3: update Japanese translation + +commit e050337c51a0e7a277c5783a9798ae35a391a86f +Author: INAGAKI Hiroshi +Date: Sun May 27 03:12:24 2018 +0900 + + luci-app-mwan3: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 177224c14a0f2787aed41fc38e5b6c11171feb9d +Author: Hannu Nyman +Date: Sat May 26 20:31:23 2018 +0300 + + luci-app-firewall: expose flow offloading options + + Expose options related to routing/NAT flow offloading + feature in firewall3. Offloading is available in kernel 4.14+ + + Signed-off-by: Hannu Nyman + +commit 2f0c07a2c7fa2152e8f92f2d3099bd3c84f6e0ff +Author: Ansuel Smith +Date: Sat May 26 18:58:45 2018 +0200 + + luci-theme-material: upgrade jquery + + This upgrade jquery to latest version and solve 404 error for the useless .map file. Also it's 85kb instead of 97kb + + Signed-off-by: Ansuel Smith + +commit 9de9a71a9f967ae51f29b1fa9558311294a89d11 +Author: Hannu Nyman +Date: Fri May 25 17:11:47 2018 +0300 + + i18n: one more fix for Polish translation + + Signed-off-by: Hannu Nyman + +commit 36654b7f4d214c94cf9083e267f2993c7e77ea94 +Author: Hannu Nyman +Date: Fri May 25 16:43:09 2018 +0300 + + i18n: sync, fix and cleanup translations + + * sync translations (aiccu removal) + * remove some other old strings + * fix Polish translation + + Signed-off-by: Hannu Nyman + +commit 67ba105de7f7c8bddcbe39b5a1abe37183c542ce +Merge: c181699bf 9e3fb2c58 +Author: Hannu Nyman +Date: Fri May 25 16:10:19 2018 +0300 + + Merge pull request #1821 from TDT-AG/pr/20180521-protocols-remove-aiccu + + luci-proto-ipv6: remove outdated aiccu proto support + +commit 9e3fb2c585ed966c3192c9926d950466d4b0f88e +Author: Florian Eckert +Date: Fri May 25 11:37:10 2018 +0200 + + luci-proto-ipv6: remove outdated aiccu proto support + + Remove outdated package for luci proto section. + See commit: + https://github.com/openwrt/packages/commit/441f8a3ed1da96f6236988d672011bff11057d6b + + Signed-off-by: Florian Eckert + +commit c181699bf7ac7c3ba39bd50e8db461716c3e8636 +Merge: 59d91d8a7 e88a95ca2 +Author: Jo-Philipp Wich +Date: Fri May 25 07:22:27 2018 +0200 + + Merge pull request #1481 from TDT-AG/luci-app-openvpn-fixes + + luci-app-openvpn: several fixes + +commit 59d91d8a72829a79d2f876f75ed7706eda195bdf +Merge: 77d957c39 e9fa69df1 +Author: Dirk Brenken +Date: Thu May 24 00:26:42 2018 +0200 + + Merge pull request #1818 from dibdot/lxc_fix + + luci-app-lxc: remove wrong leftover from last commit + +commit e9fa69df18ae09748e04356e947f30a69cd0d25b +Author: Dirk Brenken +Date: Thu May 24 00:25:36 2018 +0200 + + luci-app-lxc: remove wrong leftover from last commit + + + Signed-off-by: Dirk Brenken + +commit 77d957c39012575d91e4c38ddfb1624fb08c81aa +Merge: 1b2cd8d1c 85342e2c0 +Author: Dirk Brenken +Date: Wed May 23 23:52:03 2018 +0200 + + Merge pull request #1817 from dibdot/travelmate + + luci-app-travelmate: fix url ampersand encoding + +commit 85342e2c03129b9588390eebfd3475ff892c6198 +Author: Dirk Brenken +Date: Wed May 23 23:48:47 2018 +0200 + + luci-app-travelmate: fix url ampersand encoding + + * fix ampersand encoding in wireless stations overview + + Signed-off-by: Dirk Brenken + +commit 1b2cd8d1c41daaf3bb4ba50a82835a890f5c06bf +Merge: 7acacf2cf fa4dc6be9 +Author: Dirk Brenken +Date: Wed May 23 22:22:44 2018 +0200 + + Merge pull request #1808 from dibdot/lxc_fix + + luci-app-lxc: fix "plain-vanilla" integration + +commit fa4dc6be91ad86dbaa0959b40bdb14f50ad21a67 +Author: Dirk Brenken +Date: Sun May 20 19:23:53 2018 +0200 + + luci-app-lxc: fix "plain-vanilla" integration + + I've tried to get the lxc app in a more usable state. Tested with mips + and amd64 targets. + + * fix missing tar/xz dependency, + only if LXC_BUSYBOX_OPTIONS is not selected + * mute needless gpg validation warning + * tidy up controller a little bit + * fix multiple possible dispatcher errors + * fix compatibility with XHTML standard theme (looks still horrible ;-) + * inform the user about custom kernel prerequisites + * inform the user about the template download + * inform the user if no template was found + + Signed-off-by: Dirk Brenken + +commit 7acacf2cf806c5d74fc60f8a2de95628ba52bb7d +Merge: bc8e92863 da1e65529 +Author: Jo-Philipp Wich +Date: Wed May 23 09:58:53 2018 +0200 + + Merge pull request #1814 from Ansuel/lua-interpreter + + luci-base: fix dispacher fail + +commit da1e655294163bd7341d234ac5cc8b070690b28a +Author: Ansuel Smith +Date: Sun May 20 19:51:33 2018 +0200 + + luci-base: fix dispacher fail + + http.getenv("SCRIPT_NAME") fail if it's not provided. This can happen in the login screen when we don't have any script to load. + + Signed-off-by: Ansuel Smith + +commit bc8e92863926fa6a9ae050b009bb201d576e76f8 +Merge: 4b27ad002 af19588b9 +Author: Hannu Nyman +Date: Mon May 21 18:07:54 2018 +0300 + + Merge pull request #1810 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: update Japanese translation + +commit af19588b9e991614219f10a4402fac6770f36200 +Author: INAGAKI Hiroshi +Date: Mon May 21 23:55:39 2018 +0900 + + luci-app-travelmate: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 4b27ad0023d7eb3116a085fbee221e32f5e9152c +Merge: ba8e7fd7b d3c1951cb +Author: Hannu Nyman +Date: Mon May 21 17:17:13 2018 +0300 + + Merge pull request #1809 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit d3c1951cbb9c7f8df9a3d46e63557dee1ba5f074 +Author: INAGAKI Hiroshi +Date: Mon May 21 23:11:24 2018 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit ba8e7fd7bc96f827ead768cd168579ab54ef825f +Merge: 37a4a1c07 b01471b1f +Author: Hannu Nyman +Date: Sun May 20 19:26:57 2018 +0300 + + Merge pull request #1805 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit b01471b1fc7e1be2cfd5aaa74e2a162ddd077f5e +Author: INAGAKI Hiroshi +Date: Mon May 21 01:01:31 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit b1fd056fa5665a7044a41d75fb8f8ad3f989ca40 +Author: INAGAKI Hiroshi +Date: Sun May 20 22:29:33 2018 +0900 + + i18n: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 37a4a1c0702c64b15a2833ce8935bccc4899443e +Author: Jo-Philipp Wich +Date: Sat May 19 23:28:14 2018 +0200 + + luci-mod-admin-full: fix crash on wireless when no networks are declared + + Signed-off-by: Jo-Philipp Wich + +commit fdbb417abe9f5cfb950bcaaf03a55ff400226cef +Author: Jo-Philipp Wich +Date: Sat May 19 23:26:34 2018 +0200 + + luci-mod-admin-full: do not override iface section in wireless cbi map + + Do override the iface section id upon commit to avoid clobbering the resulting + configuration. The manual config sync is not needed anymore after switching + to uncached ubus uci operations. + + Fixes #1770. + Signed-off-by: Jo-Philipp Wich + +commit 64da34b13c518ce28dca7d5f7ee791507d21ac08 +Author: Jo-Philipp Wich +Date: Sat May 19 22:11:05 2018 +0200 + + luci-base: handle potential crash in luci.model.network.interface.get_i18n() + + Should prevent the crash mentioned in #1779. + + Signed-off-by: Jo-Philipp Wich + +commit 9ed48ef2a62df5406c589ef9a43da51df8d9645c +Author: Jo-Philipp Wich +Date: Sat May 19 13:07:37 2018 +0200 + + luci-base: break circular luci.config <> luci.model.uci dependency + + On certain environments, mainly with the embedded uhttpd interpreter, the + luci.config class cannot be loaded due to a circular dependency with the + luci.model.uci class. + + Break up the dependency by deferring the loading of luci.config in + luci.model.uci until it is actually needed. + + Fixes #1803, FS#1553. + Signed-off-by: Jo-Philipp Wich + +commit 72fe5dd70335a6bbbe5db8ecc1885a68d368eb3a +Merge: 09de5a74e 840f45ecc +Author: Dirk Brenken +Date: Fri May 18 18:31:07 2018 +0200 + + Merge pull request #1801 from dibdot/adblock + + luci-app-adblock: respect SimpleForm size limit + +commit 840f45ecc5a1d3e6db0b57ff6234e37609852734 +Author: Dirk Brenken +Date: Fri May 18 18:17:31 2018 +0200 + + luci-app-adblock: respect SimpleForm size limit + + * respect SimpleForm size limit of 100KB for advanced online editing + + Signed-off-by: Dirk Brenken + +commit 09de5a74e13b225c2159bd62bef2563bd2a615c2 +Author: Jo-Philipp Wich +Date: Fri May 18 16:59:16 2018 +0200 + + luci-lib-json: support serializing userdata + + Fixes the following error when attempting to serialize userdata objects: + + .../json.lua:81: attempt to call local 'parser' (a nil value) + + Signed-off-by: Jo-Philipp Wich + +commit 364c271a84210a841762beeb2dd0715cd7c2e240 +Author: Jo-Philipp Wich +Date: Fri May 18 16:58:17 2018 +0200 + + luci-mod-rpc: fix unresolved controller reference in rpc_auth() + + Fixes the following error: + + .../rpc.lua:85: attempt to index global 'ctrl' (a nil value) + + Signed-off-by: Jo-Philipp Wich + +commit 828202ef5237f48e6f53d15ca198e2c6815b7cd7 +Merge: 80cb4fef8 9f796fad3 +Author: Jo-Philipp Wich +Date: Fri May 18 16:44:33 2018 +0200 + + Merge pull request #1769 from jow-/master + + UCI apply/rollback workflow + +commit 80cb4fef8c7db0dadc373fef122d7abb092a7191 +Author: Jo-Philipp Wich +Date: Fri May 18 16:42:43 2018 +0200 + + luci-base: raise maximum POST value size to 100KB + + Signed-off-by: Jo-Philipp Wich + +commit 27b7e4318000ecd34dee21dd381b1ccaef5d14c1 +Author: Jo-Philipp Wich +Date: Fri May 18 11:42:40 2018 +0200 + + lucihttp: update to latest HEAD + + 6ddea4c utils: fix crash with zero length input string in lh_header_attribute() + cb119de lib: add support for setting the maximum allowed data size + + Fixes #1784. + Signed-off-by: Jo-Philipp Wich + +commit 521554f4a7a082e5c79fa5a1747d9f48dfc6b93c +Merge: 7b684361c 4edc9256f +Author: Hannu Nyman +Date: Fri May 18 12:51:24 2018 +0300 + + Merge pull request #1748 from hnyman/wifidata + + luci-base: show wifi chip identification on overview + +commit 7b684361cc5b0a140ae2e046d8ef1f47a7260195 +Merge: 47971d220 7a9957e72 +Author: Hannu Nyman +Date: Wed May 16 09:28:08 2018 +0300 + + Merge pull request #1793 from TDT-AG/pr/20180514-luci-app-ddns-fix-output + + luci-app-ddns: fix HTML page rendering in globals section + +commit 7a9957e727b12499f2df3717d23e572cc994c150 +Author: Helge Mader +Date: Mon Apr 23 13:26:41 2018 +0200 + + luci-app-ddns: fix HTML page rendering in globals section + + Signed-off-by: Helge Mader + +commit 47971d220e15dbbcac680f42ae030d6f9e98177a +Merge: 452c161ac 3782e74cf +Author: Hannu Nyman +Date: Tue May 15 18:15:32 2018 +0300 + + Merge pull request #1797 from Rixerx/master + + luci-base: update Polish translation + +commit 452c161ac0c42b196a22b62c8a482a7c9dd70d2e +Merge: f3b305123 9a93359d4 +Author: Hannu Nyman +Date: Tue May 15 18:15:04 2018 +0300 + + Merge pull request #1796 from TDT-AG/pr/20180515-luci-app-mwan3-add-param + + luci-app-mwan3: add new config options and fix + +commit 3782e74cf8916d76164f083c4661555e12ef044c +Author: Rixerx +Date: Mon May 14 22:21:30 2018 +0200 + + luci-base: update Polish translation + + Signed-off-by: Rixerx + +commit 9a93359d42d6a16727e1198910cc440abce584ba +Author: Florian Eckert +Date: Mon May 7 14:38:10 2018 +0200 + + luci-app-mwan3: add quality check options + + Add new quality_check feature + + Signed-off-by: Florian Eckert + +commit 2c6faaecd1be75d30a3b12563a5442c66df6f4cd +Author: Florian Eckert +Date: Mon May 7 10:56:22 2018 +0200 + + luci-app-mwan3: add dependecy to size option + + This option is only valid if track-method is set to "ping". + + Signed-off-by: Florian Eckert + +commit f3b30512361584c61c9daa51650ad833072aa919 +Merge: 2f0f456b7 55f251b01 +Author: Dirk Brenken +Date: Tue May 15 08:07:10 2018 +0200 + + Merge pull request #1794 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.5.2 + +commit 55f251b01f22a8e5179f0f6767d1be44c745239e +Author: Dirk Brenken +Date: Mon May 14 22:09:31 2018 +0200 + + luci-app-adblock: sync with adblock 3.5.2 + + * archive sub-categories (shalla & ut_capitole) are now configurable + via LuCI CBI template + * small bugfixes & enhancements + + Signed-off-by: Dirk Brenken + +commit 2f0f456b7160e05352d34db152f3f41a7500b294 +Author: Yousong Zhou +Date: Sun May 13 17:55:01 2018 +0800 + + luci-base: harden cookie sysauth= + + A simple scan of the code indicates that currently no code in the repo + is accessing the sysauth= cookie + + Closes openwrt/luci#1555 + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit 88a1f8f4074b416ff4c6d85e8a45c39aca704abd +Merge: 1e39fef14 71ffabc11 +Author: Dirk Brenken +Date: Sat May 12 09:36:54 2018 +0200 + + Merge pull request #1786 from musashino205/l10n/pagekite-add-ja + + luci-app-pagekitec: add Japanese translation + +commit 1e39fef1474b9f80f1a774b4faca1c0c8a9c34f3 +Merge: e951a4dd9 ee54a9542 +Author: Dirk Brenken +Date: Fri May 11 20:26:11 2018 +0200 + + Merge pull request #1787 from TDT-AG/pr/20180509-net-mwan3-fixes + + luci-app-mwan3: fixes + +commit e951a4dd90e6de067bdfdac97793ffe9ac6dd573 +Merge: 658b6d7d2 6e4d99271 +Author: Dirk Brenken +Date: Fri May 11 20:15:20 2018 +0200 + + Merge pull request #1791 from dibdot/travelmate + + luci-app-travelmate: fix Interface Wizard + +commit 6e4d992710af253110495a1247f433ba76d6e662 +Author: Dirk Brenken +Date: Fri May 11 11:00:16 2018 +0200 + + luci-app-travelmate: fix Interface Wizard + + * make sure to update the nw & fw entries only once + + Signed-off-by: Dirk Brenken + +commit 658b6d7d2131b9dc891389b22ba35b4b937d9396 +Merge: 3b709d8cd ea02940c0 +Author: Hannu Nyman +Date: Wed May 9 22:11:48 2018 +0300 + + Merge pull request #1789 from ldir-EDB0/miniupdpdtweak + + luci-app-upnp: change leasefile location hint + +commit ea02940c0e1d0544ec64d336b6eedef6ce934eb6 +Author: Kevin Darbyshire-Bryant +Date: Wed May 9 13:50:35 2018 +0100 + + luci-app-upnp: change leasefile location hint + + Change default leasefile hint from /var/log/upnp.leases to + /var/run/miniupnpd.leases + + Signed-off-by: Kevin Darbyshire-Bryant + +commit ee54a9542f7685ffa7c41ceaacedc0af9004d1a0 +Author: Florian Eckert +Date: Wed May 9 13:48:27 2018 +0200 + + luci-app-mwan3: pin diag ping command to interface device + + If the physical device is not set in the diag_command then the ping will + always use the route with the lowest metric from the default routing + table. + To fix this add the physical device of the logical interface to the ping + command. + + Signed-off-by: Florian Eckert + +commit f50de419592d58160f15a04978b0de6e94b854fb +Author: Florian Eckert +Date: Wed May 9 13:13:20 2018 +0200 + + luci-app-mwan3: honor dynamic interface to get gateway ip + + If a logical interface setup and adds in the protocol handler a dynamic + interface then the gateway is configured in the dynamic interface and the + setting up logical interface does not have a gateway specified. + To fix this check first if a dynamic interface is present and use this + gateway ip if found and if no dynamich interface is set then check for a + gateway in the logical interface. + + Signed-off-by: Florian Eckert + +commit 3b709d8cdfe35f8ad22929c6fa29ed515f130317 +Merge: ffb654310 3aae6ce82 +Author: Dirk Brenken +Date: Wed May 9 13:38:09 2018 +0200 + + Merge pull request #1780 from dibdot/adblock + + luci-app-adblock: support new workflow + +commit 3aae6ce82ef385d2c77a2c2073d231797bef4c13 +Author: Dirk Brenken +Date: Sat May 5 08:16:40 2018 +0200 + + luci-app-adblock: support new workflow + + * adapt Adblock to support the new cbi apply workflow + * tested successfully with old & new workflow + + Signed-off-by: Dirk Brenken + +commit ffb654310e4b6f6b89f2c22508f200017ab1fa56 +Merge: 741327dfe e7edcb405 +Author: Dirk Brenken +Date: Wed May 9 13:19:14 2018 +0200 + + Merge pull request #1777 from dibdot/travelmate + + luci-app-travelmate: support new workflow + +commit 741327dfe238bf243f3f4da214c579511bca2dd8 +Merge: e4f77ace8 1204d2a61 +Author: Dirk Brenken +Date: Wed May 9 13:18:13 2018 +0200 + + Merge pull request #1785 from EricLuehrsen/unbound_luci + + luci-app-unbound: clean up tab presentation + +commit e7edcb40579aed5e5228c55e25dde31b4e49b37a +Author: Dirk Brenken +Date: Thu May 3 07:53:48 2018 +0200 + + luci-app-travelmate: support new workflow & re-ordering fix + + * Remove SimpleForm stuff from Interface Wizard + * adapt Travelmate to support new cbi apply workflow + * fix station re-odering + * tested successfully with old & new workflow + + Signed-off-by: Dirk Brenken + +commit 71ffabc11c47807b1d63f061b36ad2a64d4e60b2 +Author: INAGAKI Hiroshi +Date: Fri May 4 21:37:57 2018 +0900 + + luci-app-pagekitec: add Japanese translation + + Added Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 1204d2a617366446d5a31bb771072ae90bd3b724 +Author: Eric Luehrsen +Date: Tue May 8 01:48:44 2018 -0400 + + luci-app-unbound: clean up tab presentation + + Some of the options in the tabs were not placed in + optimal groups. Add tabs for DHCP and start triggers. + + Signed-off-by: Eric Luehrsen + +commit e4f77ace8b4fe9fd4c5d73e604eb1b8c6b480ed8 +Author: Yousong Zhou +Date: Mon May 7 22:07:15 2018 +0800 + + luci-app-commands: fix link generation + + Fixes openwrt/luci##824 + + Signed-off-by: Yousong Zhou + +commit b810d99503d394d4a7f210798c2b035eae57d24f +Author: Yousong Zhou +Date: Mon May 7 22:20:18 2018 +0800 + + luci-mod-freifunk: fix redirect url + + location.hostname lacks port info + + Signed-off-by: Yousong Zhou + +commit c1eba6a046dae39558fe96a6e1e7bbe6291e091e +Author: Florian Eckert +Date: Tue Dec 20 14:06:34 2016 +0100 + + luci-app-firewall: redirect to overview page on zone details save + + This fixes an inconsistency because on the interface configuration if + you press Save&Apply it will go back to overview page. It is also the + case with "Firewall - Traffic Rules" details. On firewall zone it only + goes back to firewall zone-detail. Same behaviour on all pages is a good + user experience. + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit c91ba4babc63fcc94771b608ae497a7a2db32b86 +Author: Yousong Zhou +Date: Mon May 7 21:17:42 2018 +0800 + + luci-mod-admin-full: use fs.glob instead nixio.fs.glob + + It's how the module was named when "require"d and used by other code in + the same function + + Signed-off-by: Yousong Zhou + +commit 690ae5c211a5c5481cf180d71fe960c3f04a5e7e +Author: Florian Eckert +Date: Sun Jun 4 18:49:27 2017 +0200 + + luci-mod-admin-full: no menu entry for leds if "/sys/class/leds" is empty + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit da4fab0462bef28f8a9b929efea2910023c92ec3 +Author: Florian Eckert +Date: Wed Nov 29 16:51:08 2017 +0100 + + luci-mod-admin-full: change supports_reset() test for factory reset + + The check "supports_reset" only covers /proc/mtd partitions. If we have + this the commands checks for names like ubi or rootfs_data. If this is + found the system is possible for a factory reset. But on x86 the + situation is different. We have no /proc/mtd partitions because this + system do not use a bare metall flash. + + To solve this issue check if we have an overlay and if so we could do a + factory reset. This could be applied for system which uses bare metal + flash and system which uses FTL or harddisks. + + Jffs2reset is the current command used for factory reset. It will try + to find volume "rootfs_data" and if it's mounted will delete all files + under directory /overlay + + luci-mod-admin-mini also has check for reset available, but we leave it + alone for now as it uses "mtd -r erase rootfs_data" + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit 428eb63f0a77fe1334986d45f19bd6723733618a +Author: Florian Eckert +Date: Sun Jan 15 09:28:04 2017 +0100 + + luci-app-openvpn: add license tag + + Add missing license tag. File headers of the application indicate so + + Signed-off-by: Florian Eckert + Signed-off-by: Yousong Zhou + +commit 6f3007980b6ca507f1b5508768cdd99cc55bb110 +Author: Florian Eckert +Date: Wed Nov 22 12:09:45 2017 +0100 + + luci-base: reload log on uci system change + + If log configuration get changed in uci system no new values are applied + until reboot. Add /etc/init.d/log reload to exec option will solve this + issue. + + Signed-off-by: Florian Eckert + +commit 54455719e5f261be44e47094114dc5232492bac7 +Author: Florian Eckert +Date: Wed Apr 4 14:04:17 2018 +0200 + + luci-proto-ppp: add translation to ipv6 handling + + If there is no translation set, then on material theme the dropdown + selection displaced. To fix this add an translation to this dropdown. + + The commit also changes source code whitespace shifting. + + Signed-off-by: Florian Eckert + +commit 3cb7452ebaaaec7b982d45edfbaf7d8d4c6aa83d +Author: Florian Eckert +Date: Mon May 7 07:47:17 2018 +0200 + + luci-base: fix i18n de typo for rc.local + + Signed-off-by: Florian Eckert + +commit 9f796fad3a0cc89df57d4e27ef6d7223a093071c +Author: Jo-Philipp Wich +Date: Wed May 2 10:37:02 2018 +0200 + + luci-base: add transitional /etc/init.d/ucitrack + + Ship an /etc/init.d/ucitrack for spawning a virtual service with the sole + purpose to track the configurations and dependencies formerly handled by + luci-reload. + + Once all LuCI supported services ship with procd compatible init scripts, + the uci track support can be dropped. + + Signed-off-by: Jo-Philipp Wich + +commit fd1ddcc41955d7f259c4142b7530063607dcddf4 +Author: Jo-Philipp Wich +Date: Tue May 1 21:12:12 2018 +0200 + + luci-mod-admin-full: rework wifi configuration + + - localize variables + - get rid of redirects breaking apply workflow + - auto-adjust unusable channels when switching country + - use apply/rollback workflow when enabling/disabling networks + + Signed-off-by: Jo-Philipp Wich + +commit 8deb9495515b97898514e8ffb8f002c8afe3bfa7 +Author: Jo-Philipp Wich +Date: Thu Apr 26 08:52:55 2018 +0200 + + treewide: rework uci apply workflow + + Switch to rpcd based uci apply/rollback workflow which helps to avoid soft- + bricking devices by requiring an explicit confirmation call after config + apply. + + When a user now clicks "Save & Apply", LuCI first issues a call to uci apply + which commits and reloads configuration, then goes into a polling countdown + mode where it repeatedly attempts to call uci confirm. + + If the committed configuration is sane, the confirm call will go through and + cancel rpcd's pending rollback timer. + + If the configuration change leads to a loss of connectivity (e.g. due to bad + firewall rules or similar), the rollback mechanism will kick in after the + timeout and revert configuration files and pending changes to the pre-apply + state. + + In order to cover such rare cases where a lost of connectivity is expected + and desired, the user is offered an "unchecked" apply option after timing + out, which allows committing and applying the changes anyway, without the + extra safety checks. + + As a consequence of this change, the luci-reload mechanism is now completely + unsused since rpcd uses ubus config reload signals to reload affected + services, which means that only procd-enabled services will receive proper + reload treatment with the new workflow. + + Signed-off-by: Jo-Philipp Wich + +commit 7cca3139591a08e62b7900115fe0bfd4a3df8f8a +Author: Jo-Philipp Wich +Date: Tue Apr 24 21:26:01 2018 +0200 + + luci-base: enable uci session isolation + + Switch to per-session save directories to decouple LuCI configuration changes + from system wide ones. + + Signed-off-by: Jo-Philipp Wich + +commit 055b621cf5cdc15b24e78408d610a00f6869b8e0 +Author: Jo-Philipp Wich +Date: Sat May 5 22:56:30 2018 +0200 + + luci-mod-rpc: more auth/login fixes, expose further libraries + + The previous attempt to fix authentication broke login functionality so + rework the code once again, this time with referencing helper functions + directly via the controller scope. + + Furthermore, properly expose luci.sys.wifi.getiwinfo() and luci.ip. + + For getiwinfo(), the RPC wrapped function accepts one further optional + parameter specifying the operation to invoke on the iwinfo instance. + If no operation is specified, a summary object containing all info + without country and scan list is returned. + + Example to obtain iwinfo summary object: + curl --cookie sysauth=... \ + --data '{"method": "wifi.getiwinfo", "params": ["wlan0"]}' \ + "http://192.168.1.1/cgi-bin/luci/rpc/sys" + + Example to obtain iwinfo scan list: + curl --cookie sysauth=... \ + --data '{"method": "wifi.getiwinfo", "params": ["wlan0", "scanlist"]}' \ + "http://192.168.1.1/cgi-bin/luci/rpc/sys" + + The exposed luci.ip class uses a similar approach to allow invoking + instance methods on cidr objects. The new(), IPv4(), IPv6() and MAC() + constructors accept two further optional arguments, with the first + specifying the instance method to invoke and the second the value to + pass to the instance method. + + Example to get list of IPv4 neighbours (ARP entries): + curl --cookie sysauth=... \ + --data '{"method": "neighbors", "params": [{"family": 4}]}' \ + "http://192.168.1.1/cgi-bin/luci/rpc/ip" + + Example to add 100 hosts to a network address: + curl --cookie sysauth=... \ + --data '{"method": "IPv4", "params": ["192.168.0.1", "255.255.255.0", "add", 1000]}' \ + "http://192.168.1.1/cgi-bin/luci/rpc/ip" + + Signed-off-by: Jo-Philipp Wich + +commit 6b6733b11ebabaddbd9591f0e19c2588e3f856b6 +Author: Hannu Nyman +Date: Sat May 5 23:16:05 2018 +0300 + + luci-app-upnp: sync translations + + Signed-off-by: Hannu Nyman + +commit 34821b15a5bf98ad951329d07b5ed3fe65623f8d +Author: Jo-Philipp Wich +Date: Sat Apr 28 22:55:08 2018 +0200 + + luci-base: xhr.js: fix timeout setting with IE 11 + + Internet Explorer 11 requires the timeout to be applied after the open() + call, otherwise an invlaid state exception will be raised + + Fixes aa6c97154 ("luci-base: extend xhr.js") + Signed-off-by: Jo-Philipp Wich + +commit 4edc9256fa2e7194a3b015dce2cd6dbb04eac0a6 +Author: Hannu Nyman +Date: Sat May 5 21:20:41 2018 +0300 + + luci-base: show wifi chip identification on overview + + Show the correct wifi chip identification in case iwinfo + recognises the chip. + + So far the wifidev.get_i18n function has practically always + returned just "Generic", but use iwinfo.hardware_name to + fetch the name. + + In case iwinfo returns the default "Generic MAC80211", there + is a double 80211 in the final string, which is a cosmetic bug. + + Signed-off-by: Hannu Nyman + +commit 6a1cdca34518fac1ca4ee2f77dad6ff60062bda5 +Author: Jo-Philipp Wich +Date: Sat May 5 19:51:20 2018 +0200 + + luci-mod-rpc: fix authentication via query string parameter + + Localize the `authenticatior()` and `session_retrieve()` functions into the + `index()` function scope so that they're retained when extracting the + function into the dispatcher bytecode cache. + + Also allow access to the global scope since upvalues do not work reliably + due to the out-of-context byte code caching of index functions. + + Fixes https://github.com/openwrt/luci/issues/1300#issuecomment-381352765 + Fixes feefc600e ("luci-mod-rpc: rework authentication and session handling") + Signed-off-by: Jo-Philipp Wich + +commit 9664fb3d81ac67f4045c9dfd1489e86a4305c6fc +Merge: b0f394657 0ddc0596a +Author: Jo-Philipp Wich +Date: Sat May 5 19:41:22 2018 +0200 + + Merge pull request #1778 from ldir-EDB0/igdv2 + + luci-app-upnp: support igdv1 run time flag + +commit b0f394657003d4dd954e316152498e23ad2bd4ba +Author: Jo-Philipp Wich +Date: Thu May 3 08:22:16 2018 +0200 + + luci-base: support hiding the "Back to Overview" button in cbi maps + + Signed-off-by: Jo-Philipp Wich + +commit 07de9190d87c0f355f8ba8e45c2de51ad9a01166 +Author: Jo-Philipp Wich +Date: Thu May 3 08:24:15 2018 +0200 + + Revert "luci-base: support hiding the "Back to Overview" button in cbi maps" + + This reverts commit 52cf265c9d12537d5f37043350328d30ca11bab4. + + I accidentally committed unrelated changes. + + Signed-off-by: Jo-Philipp Wich + +commit 52cf265c9d12537d5f37043350328d30ca11bab4 +Author: Jo-Philipp Wich +Date: Thu May 3 08:22:16 2018 +0200 + + luci-base: support hiding the "Back to Overview" button in cbi maps + + Signed-off-by: Jo-Philipp Wich + +commit 0ddc0596af418bfaa79e17752d39441d58056c46 +Author: Kevin Darbyshire-Bryant +Date: Sun Apr 29 19:28:54 2018 +0100 + + luci-app-upnp: support igdv1 run time flag + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 3f517121532e8f7e1987e491fe42cdb43cacc3a7 +Merge: c946efee0 e55a5fa38 +Author: Hannu Nyman +Date: Wed May 2 23:26:45 2018 +0300 + + Merge pull request #1776 from lamego/fix-indentifies-typo + + Fixing small typo + +commit e55a5fa386b96e15cd215185e17db91b7b678fad +Author: Ricardo Lamego +Date: Wed May 2 21:01:53 2018 +0100 + + Fixing small typo + + indentifies > identifies + +commit c946efee0fd75e140ef1d505edcc60c9eb3de2b3 +Merge: 9adbd79fa 27af49377 +Author: Hannu Nyman +Date: Wed May 2 18:40:08 2018 +0300 + + Merge pull request #1775 from musashino205/l10n/base-upd-ja + + luci-base: update Japanese translation + +commit 27af4937790d9fdb57656aee67500fe085bb9f3b +Author: INAGAKI Hiroshi +Date: Thu May 3 00:25:41 2018 +0900 + + luci-base: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 9adbd79faa8b2d50e92bd2fd6bc21aabe396591f +Author: Jo-Philipp Wich +Date: Wed May 2 16:52:37 2018 +0200 + + luci-mod-admin-full: canonicalize configured static lease MAC + + When reading the configured mac address of the static lease, filter it + through luci.ip.checkmac() to canonicalize and uppercase the value for + mapping it against the combo box host hints. + + Fixes #1772. + Signed-off-by: Jo-Philipp Wich + +commit 0efc6daecf4a2bfbf880f8815f6db98bdb62f2ef +Author: INAGAKI Hiroshi +Date: Wed May 2 23:53:48 2018 +0900 + + luci-base: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 8335997df5e103a9a8d9f06f0b514e809fb729b7 +Merge: fa2975d7c 6c5bfff53 +Author: Jo-Philipp Wich +Date: Wed May 2 16:31:27 2018 +0200 + + Merge pull request #1705 from Mushoz/add-igmp-snooping + + luci-mod-admin-full: add igmp snooping option + +commit fa2975d7c5ccc111057d0803ca59f1cef186bf28 +Author: Jo-Philipp Wich +Date: Wed May 2 07:13:34 2018 +0200 + + luci-app-statistics: convert init script to procd + + Convert init script to procd format in order to register reload triggers + on /etc/config/luci_statistics. + + Signed-off-by: Jo-Philipp Wich + +commit dcfc4569c483f4218cf41b26ef0f4dfed0441c55 +Merge: 27dd9d75f cc00b01c2 +Author: Hannu Nyman +Date: Tue May 1 10:01:50 2018 +0300 + + Merge pull request #1690 from karlp/pagekite + + luci-app-pagekitec: new package + +commit 27dd9d75f9e920150353db85cb126f2c83e89140 +Author: Jo-Philipp Wich +Date: Mon Apr 30 14:45:25 2018 +0200 + + documentation: regenerate documents from current code base + + Signed-off-by: Jo-Philipp Wich + +commit 00d242918f7de007f2a05f102a9660074013293f +Author: fy1128 <892973009@qq.com> +Date: Sat Apr 28 08:54:08 2018 +0300 + + luci-app-ddns: fix typo: CRTL should be CTRL + + Reference to https://github.com/openwrt/luci/pull/1756 + cherry picked from commit d9cd43fee1d9e0b01c91e569820ba83120d8840b + + Signed-off-by: Hannu Nyman + +commit 8656ab726d4aba08164f8ed7a242830c12239be3 +Merge: aa6c97154 c4460f09a +Author: Hannu Nyman +Date: Sat Apr 28 08:48:09 2018 +0300 + + Merge pull request #1767 from SvenRoederer/patch-2 + + luci-mod-freifunk: align spacing + +commit aa6c97154e83c388f89274c4eb3f4c518fb8aac4 +Author: Jo-Philipp Wich +Date: Thu Apr 26 09:39:22 2018 +0200 + + luci-base: extend xhr.js + + Add timeout options to get() and post() and introduce XHR.stop() to support + stopping a poll operation. + + Signed-off-by: Jo-Philipp Wich + +commit 65479e3236afecfc8efa51fbcd831927e1ce8c56 +Author: Jo-Philipp Wich +Date: Thu Apr 26 09:28:53 2018 +0200 + + themes: fix CSS class of uci change indicator + + The previous commit incorrectly added a new class attribute without + considering existing ones. + + Fixes 736d8fee4 ("themes: add common class to uci change indicator") + Signed-off-by: Jo-Philipp Wich + +commit 736d8fee47275c36b83949a141363c16cda04be4 +Author: Jo-Philipp Wich +Date: Thu Apr 26 08:21:59 2018 +0200 + + themes: add common class to uci change indicator + + Add a common CSS class name to the change indicator and modify the openwrt.org + theme to hide it when no changes are present, similar to all other themes. + + This is needed for upcoming uci apply handling changes to be able to auto-hide + the indicator without page reload after an apply. + + Signed-off-by: Jo-Philipp Wich + +commit 8459ec0ec8321a3a4e153f31398e1fe0a9306885 +Author: Jo-Philipp Wich +Date: Tue Apr 24 20:32:47 2018 +0200 + + luci-base: add simple CORS handling to luci.dispatcher + + Support a new boolean property `cors` which - if set to true - causes the + dispatcher to positively answer CORS OPTIONS requests after authentication + without actually running the dispatching target. + + Signed-off-by: Jo-Philipp Wich + +commit 7d13ec601051bc78f8eb384dcd640c4a167b2556 +Author: Jo-Philipp Wich +Date: Tue Apr 24 20:29:59 2018 +0200 + + luci-base: handle bodies of non-POST requests as well + + Decode the HTTP message bodies of any request carrying a Content-Length + header, not just those in POST requests. + + This allows handling parameters in other methods, OPTIONS in particular. + + Signed-off-by: Jo-Philipp Wich + +commit c4460f09a580425efebb9f3ee7c9c3372d5f085b +Author: Sven Roederer +Date: Wed Apr 25 21:13:00 2018 +0200 + + luci-mod-freifunk: align spacing + + remove some tailing tabs and an empty line in OSMLatLon.htm + + Signed-off-by: Sven Roederer + +commit e56d9f4686af84af62895f2732a35c7d33bb7476 +Merge: 91ee3f932 b55b8775a +Author: Hannu Nyman +Date: Wed Apr 25 18:32:54 2018 +0300 + + Merge pull request #1766 from musashino205/l10n/dcp-upd-ja + + luci-app-dnscrypt-proxy: update Japanese translation + +commit 91ee3f932bc867d6a44d3e95934e4144e08e5ca0 +Merge: 11f4a50b3 f55a1faea +Author: Hannu Nyman +Date: Wed Apr 25 18:32:23 2018 +0300 + + Merge pull request #1765 from musashino205/l10n/base-upd-ja + + luci-base: update japanese translation + +commit f55a1faeaaa31d1617d49f28b9c0e04aab91bb26 +Author: INAGAKI Hiroshi +Date: Thu Apr 26 00:25:16 2018 +0900 + + luci-base: update japanese translation + + Updated japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit b55b8775a0f32ff08e827601b8e78f51c8423caf +Author: INAGAKI Hiroshi +Date: Wed Apr 25 23:13:28 2018 +0900 + + luci-app-dnscrypt-proxy: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 11f4a50b3f009a665b02564d0ceab133a1772831 +Author: Jo-Philipp Wich +Date: Tue Apr 24 19:22:55 2018 +0200 + + luci-base: additionally return error code strings in luci.util.ubus() + + Add a 3rd return value to luci.util.ubus() containing the string value + of the error return value. + + Signed-off-by: Jo-Philipp Wich + +commit 914c661b58fc7e2dede1b9b4f83544b05232065c +Author: Jo-Philipp Wich +Date: Tue Apr 24 13:37:33 2018 +0200 + + luci-base: ensure that file upload values have length + + Ensure that the (table) length of a file upload value has nonzero length + by initializing the first table index with the file name. + + This fixes tests in the form + + x = luci.http.formvalue(...) + if x and #x > 0 then ... end + + Fixes #1763. + Signed-off-by: Jo-Philipp Wich + +commit 0c30ee07ce70073df639148b48daa08682f3e1d0 +Merge: 82abf9add c2d3fe8a9 +Author: Hannu Nyman +Date: Mon Apr 23 17:42:05 2018 +0300 + + Merge pull request #1759 from pmelange/feature_remove_nameserver_213_73_91_35 + + Removed retired nameserver 213.73.91.35 from the Freifunk profiles + +commit c2d3fe8a9730a519278def5534c60ee6991185c3 +Author: pmelange +Date: Mon Apr 23 16:27:08 2018 +0200 + + Removed retired nameserver 213.73.91.35 from the Freifunk profiles + See issue openwrt/luci#1757 + + Signed-off-by: Perry Melange + +commit 82abf9add923e5edd1d6abb07314f16f9167978f +Author: Jo-Philipp Wich +Date: Sun Apr 22 12:03:23 2018 +0200 + + luci-base: decode plus signs in x-www-form-urlencoded POST data + + Depends on 5ef51b2ab ("lucihttp: update to latest HEAD"). + Fixes #1755. + + Signed-off-by: Jo-Philipp Wich + +commit 5ef51b2abe2f3ec967abc1d4e37f4454ceaeed14 +Author: Jo-Philipp Wich +Date: Sun Apr 22 11:59:47 2018 +0200 + + lucihttp: update to latest HEAD + + ccc685e lua: expose LH_URLDECODE_PLUS flag in Lua library + + Signed-off-by: Jo-Philipp Wich + +commit 628048772db3eb4456a7e73839b2644f5398702d +Author: Jo-Philipp Wich +Date: Sat Apr 21 14:59:41 2018 +0200 + + luci-base: ship rpcd uci access ACL + + Ship an ACL definition for granting full read/write access to uci + configuration files via ubus rpc. This is a precondition for enabling + uci session isolation later on. + + Signed-off-by: Jo-Philipp Wich + +commit 77aa96c52a0aba57b9090430c17fbfe05c61a379 +Author: Jo-Philipp Wich +Date: Sat Apr 21 14:37:08 2018 +0200 + + luci-app-lxc: fix syntax error in previous commit + + Signed-off-by: Jo-Philipp Wich + +commit de0d16e4ac77be32b7ab3f9816b72aa053eb5854 +Author: Admin Localnet +Date: Mon Oct 30 21:12:25 2017 +0100 + + luci-app-lxc: various changes + + 1) Modify dependencies + + Add dependencies required for to be able use containers created from + "images.linuxcontainers.org". Several of them require "lxc-attach" for set + password so to be able login. None of them has SSH preinstalled so + "lxc-console" is required to be able login and install SSH, for example. + + Remove dependency "xz", it seems incompatible with LXC_BUSYBOX_OPTIONS when + both are enabled happens a build crash. + + 2) Change container image repository + + The repository "virtualwrt.org/containers/" seems to not work, I have change + it by the official LXC container image repository. + + 3) Translate the arch + + Translate the local uname architecture to a valid "images.linuxcontainers.org" + arch. Only tested with the platform "mvebu" (armv7l -> armhf). + + 4) Other minor fixes + + Use same server to list images and download the image. + Disable GPG check when listing images. + + Reported-by: "Admin Localnet " + + [Squashed commits, cleaned up whitespace, refactor arch mapping, escape url + setting, use system wide ubus helper, use uci model library] + + Closes: #1422 + Signed-off-by: Jo-Philipp Wich + +commit efcca756787d53757e1ce8568ddf8ec5dda10af9 +Author: Jo-Philipp Wich +Date: Fri Apr 20 11:23:27 2018 +0200 + + lucihttp: update to latest HEAD + + c7c9c66 src: extend multipart parser test program + 5071efb testcases: add multipart parsing edge cases + 689e3d0 lib: multipart-parser: fix various edge cases + + Fixes #1754. + Signed-off-by: Jo-Philipp Wich + +commit 172155eb4650e8d81610cbf2e8d358b28003fddc +Author: Jo-Philipp Wich +Date: Thu Apr 19 11:56:44 2018 +0200 + + luci-base: properly handle repeated POST parameters + + Restore the old luci.http behaviour of converting repeated POST params into + single tables holding all values instead of letting each repeated parameter + overwrite the value of the preceeding one. + + Fixes, among other things, the handling of CBI dynamic list values. + + Fixes #1752 + Fixes 59dea0230 ("luci-base: switch to lucihttp based POST data processing") + Signed-off-by: Jo-Philipp Wich + +commit 9b22c9c1e1290f077297b14b835b3b9085b48bde +Author: Jo-Philipp Wich +Date: Thu Apr 19 11:42:12 2018 +0200 + + luci-base: implement session handling in luci.model.uci + + Introduce luci.model.uci.set_session_id() and luci.model.uci.get_session_id() + to set and get the effective session ID respectively. + + When a session ID is set, it is sent as `ubus_rpc_session` attribute to rpcd, + causing it to use per-session change directories, isolating LuCI changes from + the global system uci state. + + Signed-off-by: Jo-Philipp Wich + +commit fc8f825e2f6fedcc149fb3aafd7f6aa3eb4dcad7 +Author: Jo-Philipp Wich +Date: Wed Apr 18 16:54:53 2018 +0200 + + luci-base: drop dependency on libuci-lua + + LuCI itself now uses ubus calls to interact with uci configuration while + the remaining direct libuci-lua users have been updated to either depend + on the binding library or to use luci.model.uci. + + Signed-off-by: Jo-Philipp Wich + +commit 6abc488db3a3b3cf01982d4798b7da44a0311993 +Author: Jo-Philipp Wich +Date: Wed Apr 18 16:54:11 2018 +0200 + + freifunk-common: explicitely depend on libuci-lua + + Signed-off-by: Jo-Philipp Wich + +commit 06b85427f55f95cf32a50053ad96e8a6b3734550 +Author: Jo-Philipp Wich +Date: Wed Apr 18 16:38:28 2018 +0200 + + lucihttp: update to latest HEAD + + 8617997 lib: cast size_t values in printf() to prevent compielr warnings + + Signed-off-by: Jo-Philipp Wich + +commit b4040aacb04ce38b7eae315d37b2a61a38aea4b1 +Author: Jo-Philipp Wich +Date: Wed Apr 18 15:49:26 2018 +0200 + + libs: move http.protocol.{date,mime,conditionals} to luci-lib-httpprotoutils + + Also adjust the dependencies of components depending on these classes and + flatten the namespace from luci.http.protocol.* to luci.http.* + + Signed-off-by: Jo-Philipp Wich + +commit eb4571c6dc7e9f99133de1d7df23024ba6d31d9e +Author: Jo-Philipp Wich +Date: Wed Apr 18 16:11:42 2018 +0200 + + luci-base: fold luci.http.protocol into luci.http + + With only the decoder routines remaining in luci.http.protocol, it makes no + sense to keep the low level protocol class around, so fold the remaining code + into the central luci.http class. + + Also adjust the few direct users of luci.http.protocol accordingly. + + Signed-off-by: Jo-Philipp Wich + +commit 8f66de12c190952e23e6d7c41a52b2868c203beb +Author: Jo-Philipp Wich +Date: Wed Apr 18 14:05:41 2018 +0200 + + luci-base: refactor luci.http + + - Rewrite getcookie() to use liblucihttp header value parsing + - Rewrite setfilehandler() to use local variables and have cleaner code + - Fix build_querystring() to actually *en*code the given params + + Signed-off-by: Jo-Philipp Wich + +commit db0d5b33d04550a1e81a8ea8662f1a2d1305228d +Author: Jo-Philipp Wich +Date: Wed Apr 18 13:20:42 2018 +0200 + + luci-base: drop luci.util.dtable() + + The dtable() function has no user in the entire LuCI repo, so drop it. + + Signed-off-by: Jo-Philipp Wich + +commit 1d5a3123ed63777e2d40250fba99cf8cf2f58476 +Author: Jo-Philipp Wich +Date: Tue Apr 17 15:38:28 2018 +0200 + + Revert "luci-base: add urldecode() and urlencode() C implementations" + + This reverts commit ad7dc4a4928e77ae142d0fe040f9e9e64b530e82. + + Since we're using liblucihttp now, that library is the appropriate place to + add such decoding helper functions. + + Signed-off-by: Jo-Philipp Wich + +commit 59dea0230cbbea75459c4e61d1da64629d1da31b +Author: Jo-Philipp Wich +Date: Wed Apr 18 11:36:53 2018 +0200 + + luci-base: switch to lucihttp based POST data processing + + Use the liblucihttp provided multipart and x-www-urlencoded body parsers + and drop the old Lua parsing code. + + The C based data parsers are way faster than their old Lua counterparts + while producing less string garbage and more correct results. + + While refactoring the luci.http.protocol code, also drop unused functions + and dead code, heavily reducing the module size. + + Signed-off-by: Jo-Philipp Wich + +commit f52c8d0b7f0eeec4259992182103d859f454639b +Author: Jo-Philipp Wich +Date: Wed Apr 18 10:46:04 2018 +0200 + + luci-base: switch to lucihttp.urldecode() and lucihttp.urlencode() + + Drop the Lua implementation in luci.http.protocol and use the optimized C + variants of liblucihttp instead. + + Signed-off-by: Jo-Philipp Wich + +commit 3f0abd936df2803f85d93c303ed9d589ff5b0b16 +Author: Jo-Philipp Wich +Date: Tue Apr 17 14:56:22 2018 +0200 + + lucihttp: update to latest HEAD + + b7470d1 lua: back out early when instantiating parser with bad boundary + e1b1b1f testcases: remove stray .swp file + b46a6ca utils: introduce new LH_URLDECODE_PLUS flag + + Signed-off-by: Jo-Philipp Wich + +commit 7d55be315d758b2a40494e732d7bdc300ee15c00 +Merge: 084499a4c 8e087a3d5 +Author: Hannu Nyman +Date: Wed Apr 18 08:04:23 2018 +0300 + + Merge pull request #1750 from sotux/i18n_zh_cn + + luci-base: zh_CN: update Simplified Chinese translation + +commit 8e087a3d5333fe4dfa9b4058c057a1a7ae226f15 +Author: Qian Zheng +Date: Thu Apr 12 09:31:18 2018 +0800 + + luci-base: zh_CN: update Simplified Chinese translation + + Signed-off-by: Zheng Qian + +commit 084499a4c0f01a09ec08ae58e0c263bf866d1a24 +Author: Jo-Philipp Wich +Date: Sat Apr 14 18:47:51 2018 +0200 + + contrib: package liblucihttp + + Package liblucihttp, a utility library providing HTTP parsing and data + decoding helpers. + + Signed-off-by: Jo-Philipp Wich + +commit 9f327a3d020c9bd03c3a4a005c4de87353a0c354 +Author: Jo-Philipp Wich +Date: Fri Apr 13 14:45:02 2018 +0200 + + luci-app-openvpn: properly parse low PIDs + + Signed-off-by: Jo-Philipp Wich + +commit d4886818ce420d30c0ad11e30ea91daf95195f93 +Merge: b2eceb0bc f3a10bb59 +Author: Hannu Nyman +Date: Wed Apr 11 08:53:16 2018 +0300 + + Merge pull request #1744 from dibdot/mwan-fix + + luci-app-mwan3: bugfix + +commit f3a10bb59b7782c5094f595d2b122ba82edf3e48 +Author: Dirk Brenken +Date: Tue Apr 10 21:38:07 2018 +0200 + + luci-app-mwan3: bugfix + + * two more luci.model.uci fixes for #1743 + + Signed-off-by: Dirk Brenken + +commit b2eceb0bccff967bd371cd266148e7cac5eae439 +Author: Hannu Nyman +Date: Tue Apr 10 18:21:09 2018 +0300 + + i18n: sync translations, cleanup + + * sync translations + * clean-up old strings from adblock + + Signed-off-by: Hannu Nyman + +commit d42ce28e20da67c4ee33af36777e821f8664f2e3 +Merge: 2b516423a fbeea4ee3 +Author: Hannu Nyman +Date: Tue Apr 10 17:36:29 2018 +0300 + + Merge pull request #1742 from fantom-x/dhcp_cachesize_max + + luci-mod-admin-full: limit dns cachesize to 10000 + +commit 2b516423a0eb14882344faf0de46215e34c5c248 +Author: Jo-Philipp Wich +Date: Tue Apr 10 12:03:15 2018 +0200 + + luci-base: fix rendering of 404 HTML error template + + This 404 error template rendering has been broken for a long time due to bad + function environment level in luci.template when invoking the rendering from + the toplevel dispatcher context. + + Fix this issue by adding a local function indirection, essentially adding an + additional stack frame. + + Signed-off-by: Jo-Philipp Wich + +commit 48a5864f06528e5e454f6e009ec863122f997415 +Author: Jo-Philipp Wich +Date: Tue Apr 10 12:01:39 2018 +0200 + + luci-base: error404: do not access request env directly + + Instead of attempting to access the request environment directly (which does + not work anyway using the CGI SGI), use the already sanitized + dispatcher.context.request property to print out the not found url. + + Signed-off-by: Jo-Philipp Wich + +commit b194b8882e4d335a265f44c478ea8e3d7b2a99fc +Author: Jo-Philipp Wich +Date: Tue Apr 10 11:38:29 2018 +0200 + + luci-base: don't propagate null bytes in path information + + It is possible to inject unescaped markup using a double encoded null byte + via PATH_INFO on certain leaf nodes. + + Since there is no legitimate reason to handle null bytes in any part of the + requested url, simply skip over such bytes when parsing the PATH_INFO value. + + Signed-off-by: Jo-Philipp Wich + +commit ad7dc4a4928e77ae142d0fe040f9e9e64b530e82 +Author: Jo-Philipp Wich +Date: Mon Apr 9 09:47:40 2018 +0200 + + luci-base: add urldecode() and urlencode() C implementations + + The C implementations of urlencode and urldecode are considerably faster + than their current Lua counterparts. + + On an AMD Geode system, the C variant is up to ten times faster when + decoding strings and up to four times faster when encoding them. + + The functions are also designed to only allocate new strings when any + actual changes are required, otherwise they reuse the existing input + strings, reducing the overal memory usage somewhat. + + Signed-off-by: Jo-Philipp Wich + +commit fbeea4ee33c877ce7d9412d0b98920bbb42466a4 +Author: Marc Benoit +Date: Mon Apr 9 20:47:32 2018 -0400 + + luci-mod-admin-full: limit dns cachesize to 10000 + + The value of cachesize is hardcoded to 10000 in + dnsmasq-2.79/src/option.c to 10000 max + + case 'c': /* --cache-size */ + { + int size; + + if (!atoi_check(arg, &size)) + ret_err(gen_err); + else + { + /* zero is OK, and means no caching. */ + + if (size < 0) + size = 0; + else if (size > 10000) + size = 10000; + + daemon->cachesize = size; + } + break; + } + + Tested on Netgear R7800 + Signed-off-by: Marc Benoit + +commit edd1fab34eaa98be624bbba17f60a8ae63744a98 +Merge: 28d10632a f7f5395f1 +Author: Hannu Nyman +Date: Mon Apr 9 17:33:21 2018 +0300 + + Merge pull request #1741 from dibdot/mwan-fix + + luci-app-mwan3: bugfix + +commit 28d10632a19dd50a3d0b7f7eb670d38fa1fa419c +Author: Marc Benoit +Date: Mon Apr 9 17:17:02 2018 +0300 + + luci-mod-admin-full: allow setting dns cachesize + + In the case of more powerful routers the default + cachesize value == 150 is too small and can easily + be extended to 1,000's and 10,000's of entries. + It makes sense to make it easy configurable. + + Tested on Netgear R7800 + + Signed-off-by: Marc Benoit + + Fix whitespace, edit the proposed help text. + Signed-off-by: Hannu Nyman + +commit f7f5395f1c6c1cb3913ca12b1efd9bbdf6201f15 +Author: Dirk Brenken +Date: Mon Apr 9 15:50:21 2018 +0200 + + luci-app-mwan3: bugfix + + * make use of luci.model.uci to fix #1740 + + Signed-off-by: Dirk Brenken + +commit b1b5723516a5ad11174c531c1c792dec5b753303 +Author: Jo-Philipp Wich +Date: Mon Apr 9 07:04:38 2018 +0200 + + luci-base: consider empty parameters as well when testing POST requirement + + The cbi class will react on an empty "cbi.submit" parameter as well so we + must intercept GET requests using that too. + + Fixes 186e690c0 ("luci-base: dispatcher: reject non-POST requests with any cbi.submit value") + + Signed-off-by: Jo-Philipp Wich + +commit 0ab0303527cd8c006dc0e570e4385fc6e9c6ab40 +Author: Hannu Nyman +Date: Sun Apr 8 20:38:30 2018 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit c7369830b62b69b9537ec68f6bfe193e11963164 +Author: Hannu Nyman +Date: Sat Apr 7 23:21:19 2018 +0300 + + timezone data: update to 2018d + + Update timezone data to 2018d + + http://mm.icann.org/pipermail/tz-announce/2018-March/000049.html + + In 2018, Palestine starts DST on March 24, not March 31. + Adjust future predictions accordingly. + Casey Station in Antarctica changed from +11 to +08 + + Signed-off-by: Hannu Nyman + +commit 1104b837cdf87e42512a32c48c9bedbd9c1d6d57 +Author: Jo-Philipp Wich +Date: Sat Apr 7 14:42:29 2018 +0200 + + luci-app-advanced-reboot: remove explicit libuci requirement + + Rewrite affected code to use luci.model.uci in order to avoid the need for + using libuci-lua directly. + + Signed-off-by: Jo-Philipp Wich + +commit 75ac400168da8feb7ae193d5ef0e419bcaac8aa5 +Author: Jo-Philipp Wich +Date: Sat Apr 7 14:40:44 2018 +0200 + + luci-app-vpnbypass: remove explicit libuci requirement + + There is no direct user of the libuci-lua api, just some commented out code. + Rewrite the commented code to use the Map's uci cursor and remove the + explicit require. + + Signed-off-by: Jo-Philipp Wich + +commit 8c636c87ee14d4d0bac904b23f35b016b8cf19e0 +Author: Jo-Philipp Wich +Date: Sat Apr 7 14:09:18 2018 +0200 + + luci-base: fix luci.model.uci.get_first() + + Properly propagate the config parameter to the foreach iterator in order + to fix get_first() lookups. + + Fixes #1734. + + Signed-off-by: Jo-Philipp Wich + +commit 646545da5665288b4ed2d8b5b852e004ec164a27 +Merge: 5c31937a0 7d87297e1 +Author: Hannu Nyman +Date: Sat Apr 7 14:25:07 2018 +0300 + + Merge pull request #1733 from stangri/master + + luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for ma… + +commit 7d87297e17643bfec6c65a367e779de8c4653eca +Author: Stan Grishin +Date: Sat Apr 7 04:14:58 2018 -0700 + + luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for master + + Signed-off-by: Stan Grishin + +commit 5c31937a0f0bf8fa2f0161cadae9688fff9c227e +Author: Jo-Philipp Wich +Date: Sat Apr 7 11:43:44 2018 +0200 + + luci-base: escape path strings and field parameter + + Prevent various XSS vectors by not interpolating field and path values + verbatim into script and html contexts. + + Signed-off-by: Jo-Philipp Wich + +commit 83a59dc0f74ad5da70a087c18533472742b236cc +Author: Jo-Philipp Wich +Date: Fri Apr 6 23:37:38 2018 +0200 + + luci-app-openvpn: quote grep expression in getPID() + + Fixes c0d9c4f3c ("treewide: filter shell arguments through shellquote() where applicable") + + Signed-off-by: Jo-Philipp Wich + +commit 93040427ff1977d6eb397b2d5196d6f1963254d5 +Author: Hannu Nyman +Date: Fri Apr 6 23:28:41 2018 +0300 + + luci-app-mwan: fix translation fallout + + Partially fix the fallout from the recent string changes. + + Signed-off-by: Hannu Nyman + +commit 65eacaef1627a365d6242c7b636c1e731c167fbd +Merge: 52ceba14d af3ef3390 +Author: Hannu Nyman +Date: Fri Apr 6 22:39:39 2018 +0300 + + Merge pull request #1727 from TDT-AG/pr/20180406-luci-app-mwan3-changes + + luci-app-mwan3: fix translation and update defaults + +commit 52ceba14d96102cfae116de0c938567a025a316b +Merge: b00b67692 7c7b6f4ba +Author: Dirk Brenken +Date: Fri Apr 6 18:37:33 2018 +0200 + + Merge pull request #1730 from dibdot/travelmate + + luci-app-travelmate: bring back cbi element to wifi_add.lua + +commit 7c7b6f4ba94c499bea4065e1e6b250f44a7fa0d3 +Author: Dirk Brenken +Date: Fri Apr 6 18:34:41 2018 +0200 + + luci-app-travelmate: bring back cbi element to wifi_add.lua + + * b00b676 fixed the cbi initialization for SimpleForm, therefore bring + back "Ignore BSSID" flag with dependent input field + + Signed-off-by: Dirk Brenken + +commit b00b676923a01fed2f3180a598f2e5c28f44f7d2 +Author: Jo-Philipp Wich +Date: Fri Apr 6 16:39:39 2018 +0200 + + luci-base: properly initialize cbi.js on SimpleForms + + Signed-off-by: Jo-Philipp Wich + +commit af3ef3390c398decd0481e3e81b5280cbe2c9ebf +Author: Florian Eckert +Date: Thu Apr 5 14:36:54 2018 +0200 + + luci-app-mwan3: show default values in interface page if config is not found + + Signed-off-by: Florian Eckert + +commit 01e017972505138c0d1c70c9cdfd93e0067812e1 +Author: Florian Eckert +Date: Thu Apr 5 11:25:33 2018 +0200 + + luci-app-mwan3: update translations + + Update hint in the interface page. + Update hint in the policy page. + + Signed-off-by: Florian Eckert + +commit 14da6e85a6ba0053480113b98831e0d65ec7c86a +Author: Jo-Philipp Wich +Date: Fri Apr 6 12:10:16 2018 +0200 + + luci-mod-admin-full: dispatch SimpleForm models using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit ec2ad15305bf8cf8d48ca2b47bafe1815a0699cd +Author: Jo-Philipp Wich +Date: Fri Apr 6 12:06:02 2018 +0200 + + luci-mod-freifunk: dispatch SimpleForm model using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit ef2e7db4ea1746d995eee60462abb3d5813de64d +Author: Jo-Philipp Wich +Date: Fri Apr 6 12:04:01 2018 +0200 + + luci-app-dnscrypt-proxy: dispatch SimpleForm models using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit dacf88216d93919d8e988a08902c9f87779874ee +Author: Jo-Philipp Wich +Date: Fri Apr 6 11:53:59 2018 +0200 + + luci-app-wol: dispatch SimpleForm model using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit 1443ff121d96a541e3cf83ba3efc50ccfb3fdb80 +Author: Jo-Philipp Wich +Date: Fri Apr 6 11:52:36 2018 +0200 + + luci-app-firewall: dispatch SimpleForm model using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit 4a90accda94acb0b7a1ca5df5933edf465d0cf21 +Author: Jo-Philipp Wich +Date: Fri Apr 6 11:45:26 2018 +0200 + + luci-app-unbound: dispatch SimpleForm models using the form() action + + This fixes issues dicovered by check-controllers.sh + + Signed-off-by: Jo-Philipp Wich + +commit bf71ae5f1b9eef61f61f917a5f24cbbdab418e70 +Author: Jo-Philipp Wich +Date: Fri Apr 6 12:07:01 2018 +0200 + + luci-base: emit a warning if cbi() delegates a SimpleForm instance + + Signed-off-by: Jo-Philipp Wich + +commit 6f47c5657f827a6202ad9f1937358893d2722132 +Author: Jo-Philipp Wich +Date: Fri Apr 6 11:40:19 2018 +0200 + + build: add check-controller.sh, a utility to test controller files + + The main purpose of the script is to check if the module declaration + matches and if associated cbi resources are properly referenced. + + Signed-off-by: Jo-Philipp Wich + +commit 08a2b27df5e282a6b5221fbe72f700523c7b0913 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:35:39 2018 +0200 + + luci-app-mwan3: fix legacy uci api usage + + Explicitely require libuci-lua in model classes that use legacy /var/state + cursor handling. + + Also add a specific dependency on libuci-lua to the luci-app-mwan3 + Makefile in preparation of the upcoming default removal of libuci-lua. + + Finally fix the post data dispatching on the notification tab, see #1722 + for reference. + + Fixes #1726. + + Signed-off-by: Jo-Philipp Wich + +commit 24ac0d81ee56c5630b38aefbb5526e8bfcf6cd88 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:24:36 2018 +0200 + + luci-base: implement luci.model.uci.get_state() + + Introduce a get_state() function which can be used to access legacy + uci state variables. This is usually not needed anymore but some + packages (mainly mwan3) still rely on this. + + Signed-off-by: Jo-Philipp Wich + +commit 4d6c5d284bfe164c6a4a67423e8ed3c52c4b0b2f +Author: Jo-Philipp Wich +Date: Fri Apr 6 08:48:26 2018 +0200 + + luci-proto-ipv6: clarify 6in4 local address hint + + Make the hint message more explicit to tell users that the prefix size needs + to be specified as well. + + Fixes #1559. + + Signed-off-by: Jo-Philipp Wich + +commit feefc600ed052207a9cef1f331abf2eedea35a66 +Author: Jo-Philipp Wich +Date: Fri Apr 6 07:56:56 2018 +0200 + + luci-mod-rpc: rework authentication and session handling + + - Use the ubus session.login procedure to authenticate credentials + - Fix testing of allowed usernames + - Support authentication via sysauth cookie + + Fixes #1300, #1700, #1711 + + Signed-off-by: Jo-Philipp Wich + +commit d6b4a3d45a37e4a6f4cfa8dcf275c8af3a8a198f +Author: Jo-Philipp Wich +Date: Fri Apr 6 06:58:32 2018 +0200 + + luci-mod-admin-full: fix request path access in uci controller + + Fixes #1725 + Fixes 731ed77c0 ("treewide: improve handling of page redirections in uci change views") + + Signed-off-by: Jo-Philipp Wich + +commit bfc98bec4d79efb24434e11ea27b3c17c31365ab +Author: Jo-Philipp Wich +Date: Thu Apr 5 23:00:46 2018 +0200 + + luci-mod-admin-full: escape display parameter + + Prevent reflected XSS through the reset button by url encoding the + display parameter. + + Signed-off-by: Jo-Philipp Wich + +commit 731ed77c0bbee7004a6b5645d9a8592a76748a1c +Author: Jo-Philipp Wich +Date: Thu Apr 5 22:37:37 2018 +0200 + + treewide: improve handling of page redirections in uci change views + + Instead of passing the full LuCI request url, pass the relative resolved + request path instead and filter the received value through the lookup() + dispatcher function to only allow paths to actual internal pages. + + Signed-off-by: Jo-Philipp Wich + +commit 7b04d0bbcf0f34393f20ccad8884a67fea9e2863 +Author: Jo-Philipp Wich +Date: Thu Apr 5 21:58:41 2018 +0200 + + luci-base: introduce luci.dispatcher.lookup() + + The lookup function takes multiple, possibly malformed path fragments, + splits them on slashes, constructs a temporary path and looks up the + result in the dispatch tree. + + If a matching node has been found, the function will return both the + node reference and the canonical url to it. + + If no corresponding node is found, the function returns nil. + + Signed-off-by: Jo-Philipp Wich + +commit bc3651ba56b1c670beec6eaa879a4c28c5c96dc1 +Merge: 72b973b25 421dd407f +Author: Dirk Brenken +Date: Thu Apr 5 22:42:14 2018 +0200 + + Merge pull request #1723 from dibdot/travelmate + + luci-app-travelmate: bugfixes + +commit 421dd407f0ec91cc4439f1b35f6beb5152d79b83 +Author: Dirk Brenken +Date: Thu Apr 5 22:39:46 2018 +0200 + + luci-app-travelmate: bugfixes + + * use the form() action to invoke the SimpleForm models + * fix 'wifi_add' input form + + Signed-off-by: Dirk Brenken + +commit 72b973b25878e5b210483a3b02f5c53dd8f0dfcf +Author: Jo-Philipp Wich +Date: Thu Apr 5 19:21:50 2018 +0200 + + luci-app-adblock: fix SimpleForm page delegation + + Invoke the SimpleForm models using the form() action, not the cbi() ones. + This avoids the extraneous rendering of the cbi header template, avoiding + rejected save operations due to duplicated token value. + + Fixes #1722. + + Signed-off-by: Jo-Philipp Wich + +commit 9dcf73b323fa97534a931e3acfbab8b03ce3961f +Merge: ac2210376 ee46a6c71 +Author: Dirk Brenken +Date: Thu Apr 5 14:43:53 2018 +0200 + + Merge pull request #1718 from dibdot/travelmate + + luci-app-travelmate: sync with travelmate 1.2.0 + +commit ac2210376dd294f7a69589de79ea5f4845787db5 +Merge: c0d9c4f3c 87c2d9526 +Author: Jo-Philipp Wich +Date: Thu Apr 5 09:49:49 2018 +0200 + + Merge pull request #1709 from dibdot/get_interface-fix + + luci-base/network.lua: fix get_interface function + +commit c0d9c4f3ce7bda19081d0da01a599bec067338a3 +Author: Jo-Philipp Wich +Date: Thu Apr 5 09:32:22 2018 +0200 + + treewide: filter shell arguments through shellquote() where applicable + + Signed-off-by: Jo-Philipp Wich + +commit 45cefe71f6069b088e14dd913eb382816acb945c +Author: Jo-Philipp Wich +Date: Thu Apr 5 09:29:38 2018 +0200 + + luci-base: introduce luci.util.shellquote() + + Introduce a new function luci.util.shellquote() which encloses the given + string argument in single quotes and escapes any embedded single quote + characters. + + This function is intended to be used when interpolating untrusted input + into shell commands. + + Signed-off-by: Jo-Philipp Wich + +commit 9e4b8a91384562e3baee724a52b72e30b1aa006d +Author: Jo-Philipp Wich +Date: Thu Apr 5 00:33:09 2018 +0200 + + luci-mod-admin-full: fix possible shell injection in bandwith status + + Signed-off-by: Jo-Philipp Wich + +commit 9db5fa93afdbb4667e523cba0e6bde4e73a01150 +Author: Jo-Philipp Wich +Date: Thu Apr 5 00:32:28 2018 +0200 + + luci-base: fix possible shell injection in luci.tools.status.switch_status() + + Signed-off-by: Jo-Philipp Wich + +commit 186e690c08a8766aecf9a0ffc60b4475e366d723 +Author: Jo-Philipp Wich +Date: Thu Apr 5 00:15:22 2018 +0200 + + luci-base: dispatcher: reject non-POST requests with any cbi.submit value + + Due to the fact that luci.model.cbi reacts on any "cbi.submit" value while + the dispatcher only required POST for cbi.submit == 1, the CSRF token + protection could be bypassed. + + Signed-off-by: Jo-Philipp Wich + +commit 697db81246bf9e3256c7217a00ee4e7757c87077 +Author: Jo-Philipp Wich +Date: Wed Apr 4 23:32:44 2018 +0200 + + luci-app-freifunk-diagnostics: use FULL_REQUEST_URI + + Switch from using the REQUEST_URI CGI variable directly to the canonicalized + FULL_REQUEST_URI property. + + Signed-off-by: Jo-Philipp Wich + +commit 8a8eb0d487da5a36bc3d123f36cb6c68e899185a +Author: Jo-Philipp Wich +Date: Wed Apr 4 23:32:23 2018 +0200 + + luci-app-commands: use FULL_REQUEST_URI + + Switch from using the REQUEST_URI CGI variable directly to the canonicalized + FULL_REQUEST_URI property. + + Signed-off-by: Jo-Philipp Wich + +commit 053c343ef18e209174e7161f4acf39bb02d25ff8 +Author: Jo-Philipp Wich +Date: Wed Apr 4 23:30:49 2018 +0200 + + luci-base: use FULL_REQUEST_URI on login form templates + + Switch from using the REQUEST_URI CGI variable directly to the canonicalized + FULL_REQUEST_URI property. + + Signed-off-by: Jo-Philipp Wich + +commit 8c617c02b5de93c51c896d58b2496b29b2d2c5bd +Author: Jo-Philipp Wich +Date: Wed Apr 4 23:24:31 2018 +0200 + + luci-base: add FULL_REQUEST_URI template property + + Introduce a new template property FULL_REQUEST_URI which returns the full + canonicalized request URL built from SCRIPT_NAME, PATH_INFO and QUERY_STRING. + + This new property is safer to use compared to using the raw REQUEST_URI CGI + environment variable directly as this value is essentially untrusted user + input which may contain embedded escaped slashes, double forward slashes and + other oddities allowing XSS exploitation or request redirection. + + Signed-off-by: Jo-Philipp Wich + +commit 94ea9077076d98374a331131fb7c9fc57df370a6 +Author: Jo-Philipp Wich +Date: Thu Mar 22 09:52:55 2018 +0100 + + luci-mod-admin-full: use strict hostname validation for dhcp hosts + + Signed-off-by: Jo-Philipp Wich + +commit 70ffbe65a0d9e8a77c9d3bafc34ddd260490c541 +Author: Jo-Philipp Wich +Date: Thu Mar 22 09:49:52 2018 +0100 + + luci-base: add a strict flag to the hostname validator + + Some applications, e.g. dnsmasq, do not allow hostnames starting with an + underscore, therefor extend the existing hostname datatype validator with + a `strict` which disallows a leading underscore. + + Signed-off-by: Jo-Philipp Wich + +commit 4024d4f2242a88a5e9fd18ed437b1c9fd13693f9 +Author: Jo-Philipp Wich +Date: Wed Mar 14 01:23:50 2018 +0100 + + luci-base: switch to ubus uci operations + + Switch luci.model.uci to use ubus uci calls instead of driving libuci-lua + directly. + + This prepares support for more advanced features such as per-session change + isolation and configuration rollback on errors. + + Signed-off-by: Jo-Philipp Wich + +commit ee46a6c7121c2252a8c57f11d9e7719d2fbba342 +Author: Dirk Brenken +Date: Wed Apr 4 14:19:23 2018 +0200 + + luci-app-travelmate: sync with travelmate 1.2.0 + + * remove needless 'automatic' and 'trigger' options plus small fixes + + Signed-off-by: Dirk Brenken + +commit f5671b420a0a418a217cf55dd4fbee73f336b4de +Merge: 46a2b5ebe dd637e4f4 +Author: Hannu Nyman +Date: Tue Apr 3 17:43:57 2018 +0300 + + Merge pull request #1715 from TDT-AG/pr/20180403-luci-app-mwan3-update + + luci-app-mwan3: fixes and improvments + +commit dd637e4f46713f4e09e026d7f76bbd8e2614e4a0 +Author: Florian Eckert +Date: Tue Apr 3 13:21:49 2018 +0200 + + luci-app-mwan3: remove unnecessary 'tracking active' hint + + Remove the unnecessary 'tracking active' hint from the status interface + page. + + Signed-off-by: Florian Eckert + +commit cd1a979593ab90753cda98ac5fa69e23037758d7 +Author: Florian Eckert +Date: Tue Apr 3 13:16:44 2018 +0200 + + luci-app-mwan3: remove diag-rc-legend field id + + On the material theme the "Collecting data" hint in the status pages + was still present on the page even though the command was sucessfull executed. + + Remove the legend tag and move the info "Collecting data" to the + "diag-rc-output" tag will solve this issue. + + Signed-off-by: Florian Eckert + +commit c3904645907d47050a6cfe2b9e1610e64744d7ad +Author: Florian Eckert +Date: Tue Apr 3 11:43:52 2018 +0200 + + luci-app-mwan3: calculate max interface usage from mmx_mask value + + Show max interface value on interface page dependent on the mmx_mask + value + + Signed-off-by: Florian Eckert + +commit 46a2b5ebeaad5c1702e95970cc74dfad0690fa6d +Author: Qian Zheng +Date: Mon Apr 2 08:46:50 2018 +0800 + + luci-base: zh_CN: update Simplified Chinese translation + + Signed-off-by: Qian Zheng + +commit 87c2d9526464d111c3b7717e8dba94aaec67e74a +Author: Dirk Brenken +Date: Sat Mar 31 07:06:52 2018 +0200 + + luci-base/network.lua: fix get_interface function + + * fix wrong private function call to handle + section id as parameter (fix for #1687) + + Signed-off-by: Dirk Brenken + +commit 90ed4239d5ad07b0f787b67c51ca820f15da3873 +Merge: 7161284d7 86a138b93 +Author: Hannu Nyman +Date: Thu Mar 29 16:41:47 2018 +0300 + + Merge pull request #1706 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: update Japanese translation + +commit 86a138b935a487877788e4955bdebad1a333e319 +Author: INAGAKI Hiroshi +Date: Thu Mar 29 13:13:38 2018 +0900 + + luci-app-travelmate: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit caf44216038467f08d15447ebbb7aad55ba617b6 +Author: INAGAKI Hiroshi +Date: Thu Mar 29 12:51:13 2018 +0900 + + i18n: sync translations + + Signed-off-by: INAGAKI Hiroshi + +commit 6c5bfff53c7736c50238576a2c3a746b887c7a10 +Author: Jaap Buurman +Date: Wed Mar 28 15:41:45 2018 +0200 + + luc-mod-admin-full: add igmp snooping option + + Signed-off-by: Jaap Buurman + +commit 7161284d752cca0d1cc54b68650fd570b6d2da1a +Merge: eea92af67 189fe1e38 +Author: Dirk Brenken +Date: Wed Mar 28 11:22:15 2018 +0200 + + Merge pull request #1703 from dibdot/travelmate + + luci-app-travelmate: made "ignore bssid" flag conditional + +commit eea92af6766db29fb4500f22f9a85c026953bb81 +Merge: 8d34bf94a 3a0d5301c +Author: Dirk Brenken +Date: Wed Mar 28 11:21:56 2018 +0200 + + Merge pull request #1704 from TDT-AG/pr/20180328-luci-app-mwan3-fixes + + luci-app-mwan3: fix syntax error and update notify page + +commit 3a0d5301caacd5534375a65d3bfb9c60165e27fa +Author: Florian Eckert +Date: Wed Mar 28 09:17:34 2018 +0200 + + luci-app-mwan3: update notify info + + Signed-off-by: Florian Eckert + +commit ed56422a91a09342886ae941fea53b925e104eab +Author: Florian Eckert +Date: Wed Mar 28 09:17:13 2018 +0200 + + luci-app-mwan3: fix strict XHTML syntax error + + Signed-off-by: Florian Eckert + +commit 189fe1e389fe379528272443f25eb9b2ce7cf4d5 +Author: Dirk Brenken +Date: Wed Mar 28 09:22:19 2018 +0200 + + luci-app-travelmate: made "ignore bssid" flag conditional + + * made the "ignore bssid" flag conditional to ease connection + to hidden networks: + * default for hidden networks "disabled" + * default for all others "enabled" + + Signed-off-by: Dirk Brenken + +commit 8d34bf94a66d0fe3b36f064170ae7516f4d78126 +Merge: 648fd9179 70783f580 +Author: Dirk Brenken +Date: Tue Mar 27 22:45:57 2018 +0200 + + Merge pull request #1697 from TDT-AG/pr/20180323-luci-base-fix-tblsection + + luci-base: add missing colspan in tblsection if table is empty + +commit 70783f5802a7231beb151c1a40ed741c25be7fe1 +Author: Florian Eckert +Date: Wed Mar 14 16:03:55 2018 +0100 + + luci-base: fix colspans calculation in tblsection + + Signed-off-by: Florian Eckert + +commit 648fd91798cdf63969c06c090832ae8d82e01ef7 +Merge: 92408aaf1 ec10a1497 +Author: Hannu Nyman +Date: Mon Mar 26 21:03:50 2018 +0300 + + Merge pull request #1701 from SvenRoederer/patch-2 + + wireguard: add dependency to luci-proto-wireguard + +commit ec10a14976242af38168a5e1a5ef22af452da425 +Author: Sven Roederer +Date: Mon Mar 26 19:15:25 2018 +0200 + + wireguard: add dependency to luci-proto-wireguard + + Installing luci-app-wireguard should also install luci-proto-wireguard, to have it as an protocol for interface setup. + + Signed-off-by: Sven Roederer + +commit 92408aaf17115b1c0b373c9e669211af6f56aeb4 +Merge: 84b3ba46f 2729f128c +Author: Hannu Nyman +Date: Fri Mar 23 16:59:42 2018 +0200 + + Merge pull request #1696 from TDT-AG/pr/20180323-luci-app-mwan3-add-boxes-again + + luci-app-mwan3: add boxes again and update css in luci-theme-material + +commit 2729f128c8571a6a79311c183f6b728c9161c1f0 +Author: Florian Eckert +Date: Fri Mar 23 09:35:26 2018 +0100 + + luci-theme-material: add missing css classes + + * Add missing css class danger + * Add missing css class success + * Update background color for css class warning + + Signed-off-by: Florian Eckert + +commit 10e5171ea6e971ce882b8a2257f70699fdd26f8a +Author: Florian Eckert +Date: Thu Mar 8 11:03:19 2018 +0100 + + luci-app-mwan3: add missing graphics boxes again + + Add css boxes for mwan3 status again + + Signed-off-by: Florian Eckert + +commit a279c9abb3e39f0dd9fa4ce2a507a49f3695a13c +Author: Florian Eckert +Date: Thu Mar 8 09:43:18 2018 +0100 + + luci-app-mwan3: remove notMonitored status information + + This case is not supported by mwan3 anymore + + Signed-off-by: Florian Eckert + +commit 84b3ba46f8779f39f69b2646b5f071183a21020c +Merge: b254e329c 29d877098 +Author: Jo-Philipp Wich +Date: Thu Mar 22 10:45:42 2018 +0100 + + Merge pull request #1695 from dibdot/regex-dhcphost + + luci-base/util.lua: enhance checklib function + +commit 29d8770983674f161aac390a73b74c3c2318f38f +Author: Dirk Brenken +Date: Thu Mar 22 09:19:51 2018 +0100 + + luci-base/util.lua: enhance checklib function + + * enhance the checklib function in util.lua to check the 'fullpathexe' + as well, e.g. this fixes runtime errors on the dhcp/dns template in + environments without dnsmasq + + Signed-off-by: Dirk Brenken + +commit b254e329c6f4d96fce2b8b07ac0a9445e49d1958 +Merge: 38f826e2a 8ecdabdc5 +Author: Hannu Nyman +Date: Tue Mar 20 10:05:44 2018 +0200 + + Merge pull request #1693 from sotux/master_zh-cn-translation + + luci-app-upnp: zh_CN: Update Simplified Chinese translation + +commit 8ecdabdc56d6a54cef51a1bd1464202e02f59bec +Author: Qian Zheng +Date: Fri Feb 9 14:43:59 2018 +0800 + + luci-app-upnp: zh_CN: Update Simplified Chinese translation + + Signed-off-by: Qian Zheng + +commit 38f826e2a448dcad57305ffdc915a13c75a2539b +Merge: 94d9bfb1d 9bb3400a0 +Author: Hannu Nyman +Date: Mon Mar 19 17:31:07 2018 +0200 + + Merge pull request #1692 from EricLuehrsen/unbound_pnet + + unbound: add domain resolution control options + +commit 94d9bfb1da3d0bfd21b1e857b270b248f03b8a00 +Merge: c575c78d2 6551f5c13 +Author: Hannu Nyman +Date: Mon Mar 19 17:27:50 2018 +0200 + + Merge pull request #1689 from aparcar/asu-fixup + + luci-app-attendedsysupgrade: fixup missing package + +commit 9bb3400a00455204f056fdb7ad543a112d8901b2 +Author: Eric Luehrsen +Date: Sat Mar 17 13:50:58 2018 -0400 + + unbound: add domain resolution control options + + Signed-off-by: Eric Luehrsen + +commit c575c78d2f0cfeef6e53583697abf8d964be04c3 +Merge: b2fbfedc7 ca6f0a6c8 +Author: Dirk Brenken +Date: Sun Mar 18 20:24:36 2018 +0100 + + Merge pull request #1691 from dibdot/travelmate + + luci-app-travelmate: final frontend changes for 18.x + +commit ca6f0a6c898e21a5fce811935e6d23d49d7c0e76 +Author: Dirk Brenken +Date: Sat Mar 17 19:04:51 2018 +0100 + + luci-app-travelmate: final frontend changes for 18.x + + * made qrencode support optional (remove hardcoded dependency) + * add a conditional QR Code button on overview page, + remove separate "QR Codes" tab + * move trigger timeout setting to extra section + + Signed-off-by: Dirk Brenken + +commit cc00b01c270ff48897a279cfc507e3dc758a2d30 +Author: Karl Palsson +Date: Fri Mar 16 22:44:37 2018 +0000 + + luci-app-pagekitec: new package + + Adds a simple interface to the basic functionality of pagekite services. + + Signed-off-by: Karl Palsson + +commit 6551f5c1395a4e5167c06e9f014e5cb0436804a9 +Author: Paul Spooren +Date: Fri Mar 16 18:52:48 2018 +0100 + + luci-app-attendedsysupgrade: fixup missing package + + Signed-off-by: Paul Spooren + +commit b2fbfedc7e421968c65b0002182fdd0064a3edfa +Merge: 7656f51c8 ab30c8365 +Author: Dirk Brenken +Date: Fri Mar 16 13:01:36 2018 +0100 + + Merge pull request #1688 from dibdot/adblock + + luci-app-adblock: remaining fixes + +commit ab30c8365f08dd521661a112b2d2d4903a6c3755 +Author: Dirk Brenken +Date: Fri Mar 16 12:59:53 2018 +0100 + + luci-app-adblock: remaining fixes + + * missed in the last (untested) commit - sorry. + + Signed-off-by: Dirk Brenken + +commit 7656f51c82ea490589b40ba19ff5eced672251b5 +Merge: 44132150f 14bdc24d4 +Author: Dirk Brenken +Date: Fri Mar 16 06:37:08 2018 +0100 + + Merge pull request #1686 from dibdot/wifischedule + + luci-app-wifischedule: fix function calls + +commit 44132150fc71b6aac0a9e8723bc8efe16bd8104c +Merge: d01ddb292 06ba63ad5 +Author: Dirk Brenken +Date: Fri Mar 16 06:36:51 2018 +0100 + + Merge pull request #1685 from dibdot/travelmate + + luci-app-travelmate: fix function calls + +commit d01ddb29281bd3737aad63635eeb5aa54df6dce1 +Merge: 005f4fb7d b2cc7bf27 +Author: Dirk Brenken +Date: Fri Mar 16 06:36:31 2018 +0100 + + Merge pull request #1684 from dibdot/adblock + + luci-app-adblock: fix function calls + +commit 14bdc24d4ad421cd8b1f796b4b09affc5ed45e08 +Author: Dirk Brenken +Date: Thu Mar 15 20:44:13 2018 +0100 + + luci-app-wifischedule: fix function calls + + * fix function calls that have an implicit extra parameter self, + pre-requisite for PR #1681 + + Signed-off-by: Dirk Brenken + +commit b2cc7bf276e63b50b636b6d6f60bc2fec1aa2d26 +Author: Dirk Brenken +Date: Thu Mar 15 15:39:30 2018 +0100 + + luci-app-adblock: fix function calls + + * fix function calls that have an implicit extra parameter self, + pre-requisite for PR #1681 + + Signed-off-by: Dirk Brenken + +commit 06ba63ad59c5cced0ecdc7280f47cad6293dab7f +Author: Dirk Brenken +Date: Thu Mar 15 15:38:17 2018 +0100 + + luci-app-travelmate: fix function calls + + * fix function calls that have an implicit extra parameter self, + pre-requisite for PR #1681 + + Signed-off-by: Dirk Brenken + +commit 005f4fb7d4069d1d19506b539fd190a95eacf1e2 +Merge: de88c2ee6 10fbf9b2e +Author: Jo-Philipp Wich +Date: Thu Mar 15 09:52:22 2018 +0100 + + Merge pull request #1654 from TDT-AG/pr/20180301-luci-several-fixes + + luci-app-firewall/luci-base/luci-mod-admin-full: some fixes and improvements + +commit de88c2ee697fe73e406cebc55f59325003cdffcc +Merge: 28e3b3285 ee87dd1da +Author: Hannu Nyman +Date: Mon Mar 12 21:19:08 2018 +0200 + + Merge pull request #1680 from rtau/bugfix-ocserv_compr + + luci-app-ocserv: match default value of compression + +commit ee87dd1daa7fe34e66091f527f38a8f5fbc38ab9 +Author: Raymond Tau +Date: Tue Mar 13 02:15:22 2018 +0800 + + luci-app-ocserv: match default value of compression + + Modify the default setting of compression to match the default + value of the package ocserv. + + Signed-off-by: Raymond Tau + +commit 28e3b328545529c19429ce88c7d1769e64e2de0f +Author: Jo-Philipp Wich +Date: Mon Mar 12 16:12:18 2018 +0100 + + treewide: unify mac address handling + + Use the new luci.ip MAC address facilities to parse and verify MAC addresses + in a common way, instead of relying on various ad-hoc solutions. + + Signed-off-by: Jo-Philipp Wich + +commit dfba318140e1a84359e221b7a9154337595dbded +Author: Jo-Philipp Wich +Date: Mon Mar 12 16:04:52 2018 +0100 + + luci-base: fix documentation spelling mistakes in luci.http.protocol + + Signed-off-by: Jo-Philipp Wich + +commit 6d253abd9951adee0e44b2926dd181b11cc9bb8e +Author: Jo-Philipp Wich +Date: Mon Mar 12 16:03:58 2018 +0100 + + luci-base: fix documentation spelling mistakes in luci.util + + Signed-off-by: Jo-Philipp Wich + +commit 4f412a76c262acf099678fe97c058f295c749608 +Author: Jo-Philipp Wich +Date: Mon Mar 12 08:18:11 2018 +0100 + + luci-lib-ip: add MAC address calculation support + + Signed-off-by: Jo-Philipp Wich + +commit 190b32452acd969f7264e990d139aae78dca67d0 +Author: Jo-Philipp Wich +Date: Mon Mar 12 15:59:52 2018 +0100 + + luci-lib-nixio: fix spelling mistakes in documentation + + Signed-off-by: Jo-Philipp Wich + +commit 62630fbf880058aa1c7ae10ecf5ae5cb6e4af5bb +Author: Jo-Philipp Wich +Date: Sun Mar 11 18:16:24 2018 +0100 + + luci-base: fix parsing of ethers(5) + + The /etc/ethers file may contain any number of white space characters + between the mac address and the IP/hostname field, so extend the pattern + to allow for that. + + Man ethers(5) also states that the IP field may be a symbolic hostname, + so test whether the name is an IP address or hostname before adding it + to the hints structure. + + Fixes #1674. + + Signed-off-by: Jo-Philipp Wich + +commit bf04031171b3a64d7a018902123422be70da63bd +Merge: 4f04e6126 21fbe3985 +Author: Hannu Nyman +Date: Fri Mar 9 18:54:32 2018 +0200 + + Merge pull request #1675 from dibdot/material-fix + + luci-base/firewall_zonelist: fix visual interface/background alignment + +commit 21fbe398580197b5739e9734f2b3600e1ea2bda6 +Author: Dirk Brenken +Date: Fri Mar 9 08:11:06 2018 +0100 + + luci-base/firewall_zonelist: fix visual interface/background alignment + + * fix for #1667, tested with all standard themes + + Signed-off-by: Dirk Brenken + +commit 4f04e6126ecae11df3cc0e71a4ae74f1cb1543fe +Merge: 5949c2cea ff7bdab68 +Author: Dirk Brenken +Date: Thu Mar 8 10:21:01 2018 +0100 + + Merge pull request #1671 from dibdot/travelmate + + luci-app-travelmate: remove qrencode short options + +commit ff7bdab68a8df950f002e9cddbcf1b4d8cca4007 +Author: Dirk Brenken +Date: Thu Mar 8 10:13:15 2018 +0100 + + luci-app-travelmate: remove qrencode short options + + * forthcoming qrencode version will remove the short option "-I" + for inline, to get prepared switch to normal qrencode + command line parameters. + + Signed-off-by: Dirk Brenken + +commit 5949c2cea82a2b636ce55ac87c7947ee918c36ce +Author: Paul Spooren +Date: Wed Mar 7 12:16:17 2018 +0100 + + luci-app-attendedsysupgrade: reload rpcd fix #1668 + + when installing the luci app and opening it for the first time the + webinterface shows an error as some freshly installed rpcd calls are not + yet available. The reload fixes the problem. + + luci-app-attendedsysupgrade: downloadable image + + the creted sysupgrade image can now easily be downloaded via web + interface. + + also fixed some
to
+ + Signed-off-by: Paul Spooren + +commit a6d55b19f3625fda73f3fd52cb471f1da49f73e7 +Author: Paul Spooren +Date: Tue Mar 6 19:23:28 2018 +0100 + + luci-app-attendedsysupgrade: show unknown package + + Reads the header X-Unknown-Package offered by the sysupgrade server and + shows it in the error message. + + Signed-off-by: Paul Spooren + +commit c555814edbc934f781238ba6844e2f7e1afdc2e5 +Merge: 41b7a90e0 fa1f4c42a +Author: Hannu Nyman +Date: Tue Mar 6 16:31:57 2018 +0200 + + Merge pull request #1653 from guidosarducci/master-fix-apcups-statistics + + [RFC] luci-app-statistics: only graph data supported by APC UPS + +commit 41b7a90e079b4c652889825370521008ca841a48 +Merge: d9039fc2c 898b8a990 +Author: Dirk Brenken +Date: Mon Mar 5 12:26:19 2018 +0100 + + Merge pull request #1662 from dibdot/travelmate + + luci-app-travelmate: fixes for new QR code template + +commit 898b8a9904f597be38eb7e80201ee958bab65668 +Author: Dirk Brenken +Date: Sun Mar 4 15:01:50 2018 +0100 + + luci-app-travelmate: fixes for new QR code template + + * remove unofficial 'WPA2' enc. token for better compatibility with + certain QR code reader, still 'WPA', 'WEP' and 'nopass' are supported + * add WEP key slot support (not really needed, but it's still + supported by LuCI wireless) + * correct escape single quotes and other special chars + in SSID & passwords + * code cleanup + + Signed-off-by: Dirk Brenken + +commit d9039fc2c37d77c9323e505c9c17cb66a7e61bb9 +Merge: 1e46a671e d6fd2c33b +Author: Hannu Nyman +Date: Sun Mar 4 09:53:25 2018 +0200 + + Merge pull request #1660 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: update Japanese translation + +commit d6fd2c33bfc234dd99a798dfb3942811255b669e +Author: INAGAKI Hiroshi +Date: Sun Mar 4 16:42:48 2018 +0900 + + luci-app-travelmate: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 0e5d670d7ac4936dd75ab1c16681c5b3917e0f9c +Author: INAGAKI Hiroshi +Date: Sun Mar 4 14:23:52 2018 +0900 + + luci-app-travelmate: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit fa1f4c42a6e73483d8ed6284b177e5648f44a114 +Author: guidosarducci +Date: Sat Mar 3 13:45:23 2018 -0800 + + luci-app-statistics: only graph data supported by APC UPS + + Some graph definitions rely on data not supported across all APC UPSes. + Due to recent upstream changes in collectd, the daemon no longer creates + a NaN-filled .rrd file corresponding to any missing UPS data. Depending + on the connected UPS, this may result in some "broken" graphs on the Luci + Statistics page since rrdtool cannot find the expected .rrd file. + + Include the add_supported() function to determine the UPS data available + at runtime and update any definitions of graphs to include only supported + data. For example, the whole chart stack of AC input and output voltages + will normally be "broken" if the UPS only measures AC input voltage. With + these changes, the output voltage graph definition is stripped out, + allowing the chart to render. + + Make consistent use of data types and instances in graph definitions. All + definitions now use the same format with the 'instances' key. Unnecessary + 'types' and 'sources' keys are removed. + + Fix the definition of 'line frequency' graph, based on upstream collectd + apcups plugin code: type is 'frequency' but instance should be 'input'. + + This also includes some code and whitespace cleanup. + + Signed-off-by: Tony Ambardar + +commit 1e46a671ea46b377448ce1cfe9dc3abc42d550b1 +Merge: 2913111ff 8a199c3e1 +Author: Dirk Brenken +Date: Sat Mar 3 08:44:07 2018 +0100 + + Merge pull request #1658 from dibdot/travelmate + + luci-app-travelmate: sync with release 1.1.3 + +commit 2913111ffe52ae22f05f7a5e059d83ea400dd9ad +Merge: bf49505ea dcb041e39 +Author: Hannu Nyman +Date: Fri Mar 2 23:31:56 2018 +0200 + + Merge pull request #1652 from TDT-AG/pr/20180301-luci-app-mwan3-fix-status-page + + luci-app-mwan3: fix status pages + +commit 8a199c3e1e6fe6bd55ef63a9151dd113efdb4272 +Author: Dirk Brenken +Date: Fri Mar 2 18:06:38 2018 +0100 + + luci-app-travelmate: sync with release 1.1.3 + + * show WiFi QR codes from all configured Access Points + + Signed-off-by: Dirk Brenken + +commit bf49505ea0a07c35719a7b71f8212e547d999d62 +Author: Jo-Philipp Wich +Date: Fri Mar 2 14:42:52 2018 +0100 + + luci-base: properly handle undefined IPv6 local-address information + + If IPv6 prefix assignment is disabled, the "local-address" structure + might exist, but be empty which causes the adress formatting in the + network model class to bail out. + + Verify the completeness of the "local-address" structure before using + it in order to avoid runtime errors. + + Fixes #1657. + Signed-off-by: Jo-Philipp Wich + +commit 852ec6e28bf90d67882cf909b15a91ecc4501b55 +Author: Jo-Philipp Wich +Date: Fri Mar 2 12:23:55 2018 +0100 + + luci-base, luci-mod-admin-full: store backup vars in luci configuration + + Keep the ifname and bridge state backup variables in /etc/config/luci to not + pollute /etc/config/network. + + Fixes #1655. + Signed-off-by: Jo-Philipp Wich + +commit 3e17668adb1c583600fe1c488a438577f7957def +Merge: 1d9cc1a9e 68bdfc029 +Author: Dirk Brenken +Date: Thu Mar 1 20:04:22 2018 +0100 + + Merge pull request #1656 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: fix the msgid to keep the translations + +commit 68bdfc029cb9a5f5fa6df8a192c491d7bddc5ce8 +Author: INAGAKI Hiroshi +Date: Fri Mar 2 02:12:14 2018 +0900 + + luci-app-adblock: fix the msgid to keep the translations + + XHTML markup of "&" in the description about "download queue" was fixed + in 71230d2. Since UI text of it no longer matches msgid, I fixed it. + + Signed-off-by: INAGAKI Hiroshi + +commit 10fbf9b2e45c8b723c4c5d58a9183a55715f3d04 +Author: Florian Eckert +Date: Wed Jan 24 14:57:08 2018 +0100 + + luci-mod-admin-full: add hint on backup restore + + Add a hint to backup restore that files could remain on the system. + + Signed-off-by: Florian Eckert + +commit 7bb2cd621370de9af6540cb0cfb0034905c5a737 +Author: Florian Eckert +Date: Tue Jan 30 11:52:32 2018 +0100 + + luci-app-firewall: only show SNAT template if there are more then one zone + + Only show SNAT template if there are more then one zone. + + Signed-off-by: Florian Eckert + +commit a5b970d5f2cb57e71fa0012e07146a4782d798bb +Author: Florian Eckert +Date: Tue Jan 30 09:45:18 2018 +0100 + + luci-app-firewall: on forward rule change preselection + + Change the preselection for the src zone to wan and the dest zon to lan + because this is the normal situation. + + Signed-off-by: Florian Eckert + +commit 846fb1f8bc7e779d22d399fa4ac4cb9f73964007 +Author: Florian Eckert +Date: Thu Feb 8 13:07:24 2018 +0100 + + luci-app-firewall: only show portforward template if there are more then one zone + + Only show portforward template if there are more then one zone. + + Signed-off-by: Florian Eckert + +commit fa756d1fbbb1af713bb75541eebdf0df127db4f6 +Author: Florian Eckert +Date: Fri Feb 9 15:12:21 2018 +0100 + + luci-base: fix browser.htm template + + If cbi_init() is not called first browser gif will not be found. + + Signed-off-by: Florian Eckert + +commit dcb041e3965d6cb706094720975267a9d61f74c0 +Author: Florian Eckert +Date: Thu Mar 1 10:36:03 2018 +0100 + + luci-app-mwan3: remove css from javascript in overview_status_interface + + Signed-off-by: Florian Eckert + +commit 5362f6970650d984b0e35d10232247f07d81892b +Author: Florian Eckert +Date: Thu Mar 1 08:58:36 2018 +0100 + + luci-app-mwan3: Update header name in status pages + + Signed-off-by: Florian Eckert + +commit a73687022d222e61573a11b6b43bc76d246a86c3 +Author: Florian Eckert +Date: Thu Mar 1 08:56:43 2018 +0100 + + luci-app-mwan3: remove duplicated code section + + Signed-off-by: Florian Eckert + +commit deba02e0968e2026334d16606ca24032ec055a76 +Author: Florian Eckert +Date: Thu Mar 1 08:53:17 2018 +0100 + + luci-app-mwan3: fix source styling + + Signed-off-by: Florian Eckert + +commit 1ff26f380f5791d7ee08b7a98a62452c834bc81c +Author: Florian Eckert +Date: Thu Mar 1 08:52:06 2018 +0100 + + luci-app-mwan3: remove css styling from status_interface page + + Signed-off-by: Florian Eckert + +commit a82e588c068c407b52c9d329375d22ef35c57bb5 +Author: Florian Eckert +Date: Thu Mar 1 08:51:51 2018 +0100 + + luci-app-mwan3: remove css styling from overview_status_interface page + + Signed-off-by: Florian Eckert + +commit 3c86c6562ed870bb476349857ca59e4bb14947e2 +Author: Florian Eckert +Date: Tue Feb 27 15:00:50 2018 +0100 + + luci-app-mwan3: fix stack trace if no tacking_ip is set on interface add + + Signed-off-by: Florian Eckert + +commit 1d9cc1a9e1370be588c5ebc95e865a648fec4dc2 +Merge: 088b92c8c d098a64e2 +Author: Hannu Nyman +Date: Wed Feb 28 17:33:52 2018 +0200 + + Merge pull request #1651 from hafu/ffp-profile + + community-profiles: potsdam - changed SSID + +commit d098a64e27fb452c5b042062de5f45dd4fad5e6f +Author: Hannes Fuchs +Date: Tue Feb 27 23:00:18 2018 +0100 + + community-profiles: potsdam - changed SSID + + After some discussion in our meetings and on the maling list we decided to + change the SSID to a fixed one. + + Signed-off-by: Hannes Fuchs + +commit 088b92c8c91770fe680a0479645061820e41bddb +Merge: d83094697 b1c5a4c07 +Author: Dirk Brenken +Date: Wed Feb 28 14:14:41 2018 +0100 + + Merge pull request #1647 from dibdot/adblock + + luci-app-adblock: fix frontend typo + +commit d830946972095b43338e520fe4ee0bc06b2898aa +Merge: 09ea6dbd3 391a7bfc0 +Author: Dirk Brenken +Date: Tue Feb 27 19:23:45 2018 +0100 + + Merge pull request #1648 from dibdot/travelmate + + luci-app-travelmate: sync with release 1.1.2 + +commit 391a7bfc01ffea8557dc522224e8c59b2d5e4472 +Author: Dirk Brenken +Date: Tue Feb 27 14:04:58 2018 +0100 + + luci-app-travelmate: sync with release 1.1.2 + + * refine timings & valid input ranges + + Signed-off-by: Dirk Brenken + +commit b1c5a4c075bd501475410ed351e529d34fc435cb +Author: Dirk Brenken +Date: Tue Feb 27 10:20:56 2018 +0100 + + luci-app-adblock: fix frontend typo + + fix trivial 'msmtp' typo & changed .po files as well + + Signed-off-by: Dirk Brenken + +commit 09ea6dbd33cc46df3ca17c640ffcb3d148a4639a +Merge: 461df8b0d 6ffb7056f +Author: dibdot +Date: Tue Feb 20 08:55:24 2018 +0100 + + Merge pull request #1633 from dibdot/travelmate + + luci-app-travelmate: sync with release 1.1.0 + +commit 6ffb7056fede2c9f52de5fb665462b4ce2990fa4 +Author: Dirk Brenken +Date: Mon Feb 19 21:52:21 2018 +0100 + + luci-app-travelmate: sync with release 1.1.0 + + * add an option for the captive portal detection + * support the new signal quality treshold (default 30) + * small fixes + + Signed-off-by: Dirk Brenken + +commit 461df8b0dc1a9be5fb9e904d8cdc44c6d0cbd6c8 +Author: Jo-Philipp Wich +Date: Fri Feb 16 17:04:13 2018 +0100 + + luci-base: do not assume a fixed host address in delegated prefix (#1484) + + OpenWrt/LEDE introduced the "local-address" field a while back to expose the + effective local host address of the delegated prefix, so use that information + instead of assuming `[prefix]:1`. + + Fixes #1484. + + Signed-off-by: Jo-Philipp Wich + +commit de4f1c9046cba0f2dc6d33e92d68d787eed00aa5 +Author: Jo-Philipp Wich +Date: Fri Feb 16 16:53:48 2018 +0100 + + luci-base: rework client side IP validation types and support "hostid" type + + Signed-off-by: Jo-Philipp Wich + +commit 3e1e4d5eb6b1cbb3125dbd33f6636337c6070784 +Author: Jo-Philipp Wich +Date: Tue Feb 13 14:29:21 2018 +0100 + + luci-base: fix Lua-side ip6hostid() datatype validation + + A valid host ID as accepted by netifd must meet the following criteria: + + - Is either one of the two special "random" or "eui64" strings + - Or is a valid IPv6 address according to inet_pton(AF_INET6) + - Has the first 64 bit set to zero + + Signed-off-by: Jo-Philipp Wich + +commit e88a95ca2996beabf1983159c81f168e8de9d54a +Author: Martin Schiller +Date: Tue Dec 19 09:56:03 2017 +0100 + + luci-app-openvpn: run '/etc/init.d/openvpn reload' after commit + + Signed-off-by: Martin Schiller + +commit 7c643558a32e330ccb667f95ac8b6626fc86458d +Author: Martin Schiller +Date: Tue Dec 19 09:54:09 2017 +0100 + + luci-app-openvpn: fix validity check for new instance input field + + Signed-off-by: Martin Schiller + +commit bab9c12e20f545ec7aff559d18be8364a3d1c725 +Author: Martin Schiller +Date: Tue Dec 19 09:53:19 2017 +0100 + + luci-app-openvpn: use initscript to stop instances + + Signed-off-by: Martin Schiller + +commit 76f9f5e94d4fdccb4bc59333d89368cb8d264805 +Merge: 90369e78d c21d22c01 +Author: Hannu Nyman +Date: Thu Feb 8 18:17:02 2018 +0200 + + Merge pull request #1627 from user7887/luci-ru + + i18n-ru: fixed russian translation + +commit c21d22c0172578f39deae9dc1d4007a2098912c0 +Author: Vladimir +Date: Wed Feb 7 01:04:33 2018 +0300 + + i18n-ru: fixed russian translation + + Signed-off-by: Vladimir + +commit 90369e78d77e35fbc065579a6709abeb6a260408 +Merge: 251656126 66b93ab78 +Author: Hannu Nyman +Date: Mon Feb 5 17:43:44 2018 +0200 + + Merge pull request #1626 from TDT-AG/pr/20180105-luci-app-mwan3-add-service + + luci-app-mwan3: add service hint + +commit 66b93ab784ad287142964559eaf9f89cb2fa39df +Author: Florian Eckert +Date: Tue Jan 30 08:12:53 2018 +0100 + + luci-app-wman3: show info if mwan3 is not global enabled + + Signed-off-by: Florian Eckert + +commit 4b0347d498a9c779b4ece45b7b28dd6b9ee752ae +Author: Florian Eckert +Date: Tue Jan 30 07:22:06 2018 +0100 + + luci-app-mwan3: update look and feel interface status page + + Signed-off-by: Florian Eckert + +commit 83cec9277da2ec6cfbbec5f6397226aa9a65a964 +Author: Florian Eckert +Date: Tue Jan 30 07:06:55 2018 +0100 + + luci-app-mwan3: do not show mwan3 status in overview if not enabled + + Signed-off-by: Florian Eckert + +commit 0c3bd5c537d0a01e9bd95edb60a21b978969b241 +Author: Florian Eckert +Date: Wed Jan 24 16:24:09 2018 +0100 + + luci-app-mwan3: update uci track entry to use /etc/init.d/mwan3 reload + + Signed-off-by: Florian Eckert + +commit 251656126a79a47e063c81c46511fd665254a8e4 +Merge: 430a41416 325f6d413 +Author: Hannu Nyman +Date: Mon Feb 5 09:07:54 2018 +0200 + + Merge pull request #1625 from musashino205/l10n/nbm-upd-ja + + luci-app-nlbwmon: update Japanese translation + +commit 430a41416379b3d603e23542f77c135777f004b3 +Merge: 770033dba d06865000 +Author: Hannu Nyman +Date: Mon Feb 5 09:07:35 2018 +0200 + + Merge pull request #1624 from musashino205/l10n/uhttpd-upd-ja + + luci-app-uhttpd: update Japanese translation + +commit 325f6d4138f7bbee15299050c29f4129c5aa73ec +Author: INAGAKI Hiroshi +Date: Mon Feb 5 15:24:16 2018 +0900 + + luci-app-nlbwmon: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit d06865000e3972ac6b8e8b1d645fca2510d86d76 +Author: INAGAKI Hiroshi +Date: Mon Feb 5 14:57:21 2018 +0900 + + luci-app-uhttpd: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 770033dba3693c36a30022047a21a02264d9a5dd +Author: Yousong Zhou +Date: Mon Feb 5 11:04:25 2018 +0800 + + luci-app-shadowsocks-libev: remove deprecated option disable_sni + + This reverts commit 5d916835752f83c53528cada375e3dd57c693483. + + Signed-off-by: Yousong Zhou + +commit 28aafed4720535edb1006c533ad7e39eddec9c68 +Author: Yousong Zhou +Date: Fri Jan 12 16:36:31 2018 +0800 + + luci-app-shadowsocks-libev: add no_delay to names_options_common + + It will appear in the instance overview list + + Signed-off-by: Yousong Zhou + +commit e6cfe35bafa779dff1b063e3ac1ae8861588ec70 +Author: Jo-Philipp Wich +Date: Sun Feb 4 19:19:44 2018 +0100 + + luci-mod-admin-full: prevent unknown sysctl key warnings on status page + + Signed-off-by: Jo-Philipp Wich + +commit e386d76d57f038b432d10f5caae450237b316ac1 +Merge: eae2f37b6 71230d2b7 +Author: dibdot +Date: Sat Feb 3 11:27:36 2018 +0100 + + Merge pull request #1623 from dibdot/adblock + + luci-app-adblock: fix XHMTL Markup + +commit 71230d2b703b3f746387402e74267d4d1f37dd0a +Author: Dirk Brenken +Date: Sat Feb 3 11:25:34 2018 +0100 + + luci-app-adblock: fix XHMTL Markup + + Signed-off-by: Dirk Brenken + +commit eae2f37b62393b0355238507ffdddb045b7d2fdb +Author: Hannu Nyman +Date: Fri Feb 2 18:21:58 2018 +0200 + + timezone data: update to 2018c + + Update timezone data to 2018c + + http://mm.icann.org/pipermail/tz-announce/2018-January/000048.html + + Briefly: + Sao Tome and Príncipe switched from +00 to +01. + Brazil's DST will now start on November's first Sunday. + + Signed-off-by: Hannu Nyman + +commit ab7d06dd5e2cf2cf4f992b02abb7d6cfb59649fb +Merge: 518ac523d 69932a934 +Author: Hannu Nyman +Date: Fri Feb 2 17:59:50 2018 +0200 + + Merge pull request #1620 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit 69932a93489bbd6b2781f194c6d0dbc72dba4bc0 +Author: INAGAKI Hiroshi +Date: Sat Feb 3 00:42:56 2018 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 7d23262912e3442d2a7cc5d0e53aa8728cebf7c3 +Author: INAGAKI Hiroshi +Date: Sat Feb 3 00:12:59 2018 +0900 + + luci-app-adblock: sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 518ac523d1b0609c8fff7d2be05e239eebdb3006 +Merge: 47d1eaaf3 47e0990ea +Author: dibdot +Date: Wed Jan 31 20:29:05 2018 +0100 + + Merge pull request #1614 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.5.0 + +commit 47e0990eac855f09d479f8d1f5b4fe19709a25de +Author: Dirk Brenken +Date: Sat Jan 27 18:13:52 2018 +0100 + + luci-app-adblock: sync with adblock 3.5.0 + + * Support new 'Download Queue' + * Support new 'Jail' Blocklist Creation + (replace former 'Whitelist Mode') + * Fix field width in "Runtime Information" section + + Signed-off-by: Dirk Brenken + +commit 47d1eaaf306d55afeed3f4a398c8e46b00d4a9be +Merge: 509c28a26 43589ae4d +Author: Jo-Philipp Wich +Date: Tue Jan 30 17:34:50 2018 +0100 + + Merge pull request #1611 from squarewf/patch-1 + + Fix #1609: luci-proto-wireguard placeholder wrongfully suggests default port + +commit 509c28a261f0d8a08e9d4ced55cf67e2ca1a8367 +Merge: b673db891 4567512bd +Author: Hannu Nyman +Date: Tue Jan 30 17:25:44 2018 +0200 + + Merge pull request #1612 from user7887/luci-ru + + i18n-ru: fixed and updated russian translation + +commit 43589ae4d81ca0fc34ca7bfeaa2cd9280f3c5800 +Author: square.wf <30551458+squarewf@users.noreply.github.com> +Date: Tue Jan 30 15:38:31 2018 +0100 + + Fix #1609: luci-proto-wireguard placeholder wrongfully suggests default port + +commit 4567512bdd488d4ef4be31fee3d3714bf4d07125 +Author: Vladimir +Date: Tue Jan 30 17:35:30 2018 +0300 + + i18n-ru: fixed and updated russian translation + + Signed-off-by: Vladimir + +commit b673db891c4a8154197a3d5d000e1b9d507c84ca +Merge: e6781c128 f11b0c000 +Author: dibdot +Date: Mon Jan 29 19:35:37 2018 +0100 + + Merge pull request #1607 from user7887/luci-ru + + luci-app-travelmate fixed + +commit f11b0c00001a789cdf73a5de675f12a3a3db3e49 +Author: Vladimir +Date: Mon Jan 29 20:39:29 2018 +0300 + + luci-app-travelmate fixed + + Signed-off-by: Vladimir + +commit e6781c12839a29e4684419ec2d0a734166f90185 +Merge: 2b5181abd 7133c5101 +Author: Hannu Nyman +Date: Mon Jan 29 17:16:03 2018 +0200 + + Merge pull request #1603 from user7887/luci-ru + + i18n-ru: fixed and updated russian translation + +commit 7133c5101279c1046babf6208014bf686e14e209 +Author: Vladimir +Date: Mon Jan 29 00:06:58 2018 +0300 + + i18n-ru: fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 2b5181abd888f3ce62e9bcc5580c5777b224657e +Merge: 5e59ba3e0 1cd12c449 +Author: Hannu Nyman +Date: Sat Jan 27 17:20:35 2018 +0200 + + Merge pull request #1600 from chris5560/master + + luci.app-ddns: Update to 2.4.9-1 + +commit 1cd12c449830206f7406163f700553c26320d272 +Author: Christian Schoenebeck +Date: Sat Jan 27 16:11:07 2018 +0100 + + luci.app-ddns: Update to 2.4.9-1 + + Read registered IP from file, updated by ddns-scripts. + Only read from DNS if file does not exist or outdated (check_interval). + Require ddns-scripts v 2.7.7 + + Signed-off-by: Christian Schoenebeck + +commit 5e59ba3e0d1d557cf20561ce4d6964f96c22e2e1 +Merge: c53b1f842 870c176ca +Author: Hannu Nyman +Date: Fri Jan 26 16:23:38 2018 +0200 + + Merge pull request #1597 from stangri/luci-app-simple-adblock + + luci-app-simple-adblock: Better logic to start/stop/reload from Web UI + +commit c53b1f8425e137b1fa21dbb90206b56e1d8b6659 +Merge: 556676ed3 d74ff878e +Author: Hannu Nyman +Date: Fri Jan 26 16:23:06 2018 +0200 + + Merge pull request #1591 from user7887/luci-ru + + i18n-ru: fixed and updated russian translation + +commit 556676ed3e9a1ccb6185e1a5b91856260d3e1b7c +Merge: 00262be23 dbdb91e96 +Author: Hannu Nyman +Date: Fri Jan 26 16:22:19 2018 +0200 + + Merge pull request #1593 from sotux/zh-cn_translation + + luci-app-firewall: zh-cn: Update Simplified Chinese translation + +commit 00262be237b5a346137d07b3ae8a45d45b61d403 +Merge: ee409b66c 1fd24f3fd +Author: Hannu Nyman +Date: Fri Jan 26 16:21:49 2018 +0200 + + Merge pull request #1596 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: better service start/stop + +commit d74ff878e130a2da97828e4f5b157d7877083680 +Author: Vladimir +Date: Wed Jan 24 15:55:03 2018 +0300 + + i18n-ru: fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 870c176ca705b92a286e0bb7bb0d9a761c662c13 +Author: Stan Grishin +Date: Thu Jan 25 15:05:28 2018 -0800 + + luci-app-simple-adblock: bugfix for service start/stop + + Signed-off-by: Stan Grishin + +commit 61cf3442858ddb8794efb91b336113929325e302 +Author: Vladimir +Date: Tue Jan 23 21:48:28 2018 +0300 + + fixed dynapoint.lua, there was no translation + + Signed-off-by: Vladimir + +commit 1fd24f3fd8836287a418a8f09adc3f0dec04a9d2 +Author: Stan Grishin +Date: Thu Jan 25 18:30:20 2018 -0800 + + luci-app-vpnbypass: better service start/stop + + Signed-off-by: Stan Grishin + +commit dbdb91e9647cbda81a0146f5242f29b94737dd1c +Author: Qian Zheng +Date: Sun Jan 21 11:12:05 2018 +0800 + + luci-app-firewall: zh-cn: Update Simplified Chinese translation + + Signed-off-by: Qian Zheng + +commit ee409b66ce8911651a985c6e38690c486fefe1d1 +Merge: 8f5be58a5 582ce1c69 +Author: Hannu Nyman +Date: Tue Jan 23 22:37:28 2018 +0200 + + Merge pull request #1588 from user7887/luci-ru + + fixed dynapoint.lua, there was no translation + +commit 582ce1c69e636d127b393995912275f1095710b6 +Author: Vladimir +Date: Tue Jan 23 21:48:28 2018 +0300 + + fixed dynapoint.lua, there was no translation + + Signed-off-by: Vladimir + +commit 8f5be58a56dee85189eaf5a3ecb3e73b89d8288d +Merge: 6e4c1ef48 c38117d2a +Author: Hannu Nyman +Date: Tue Jan 23 17:31:36 2018 +0200 + + Merge pull request #1587 from TDT-AG/pr/20180123-mwan3-fixes + + luci-app-mwan3: refactoring continue 3 + +commit c38117d2ad91fe2a912e1cfcb9949bb20371127d +Author: Florian Eckert +Date: Tue Jan 23 13:12:53 2018 +0100 + + luci-app-wman3: add license header to all files + + Signed-off-by: Florian Eckert + +commit 72191b7e2c48e9fe84d84f35ad36e6387e66f14b +Author: Florian Eckert +Date: Mon Jan 22 15:09:31 2018 +0100 + + luci-app-mwan3: fix diagnostics dropdown menu entry + + Signed-off-by: Florian Eckert + +commit 562a3e5b73c16dd5bdcf381aa96606b5ce2c01c4 +Author: Florian Eckert +Date: Fri Jan 19 09:49:46 2018 +0100 + + luci-app-mwan3: fix assert if route could not select by ubus + + Signed-off-by: Florian Eckert + +commit 6e4c1ef4864a214d5d86757e9465df7376a04009 +Merge: 4dddecfa9 3467df984 +Author: Hannu Nyman +Date: Tue Jan 23 13:20:11 2018 +0200 + + Merge pull request #1585 from user7887/luci-ru + + i18n-ru: fixed simple-adblock string&rus translation + +commit 3467df984fa2fa063be61e02894d5d52d6fc8ff8 +Author: Vladimir +Date: Mon Jan 22 17:10:11 2018 +0300 + + i18n-ru: fixed simple-adblock strin&rus translation + + Signed-off-by: Vladimir + + refine + + refine + +commit 4dddecfa93ef24741d4d5e9adff757f0250b0f67 +Merge: cfd6f9bdb 1295b6ca3 +Author: Hannu Nyman +Date: Sun Jan 21 19:54:08 2018 +0200 + + Merge pull request #1582 from user7887/luci-ru + + i18n-ru: fixed russian translation + +commit 1295b6ca385df754011c527f547103e5bcb51a42 +Author: Vladimir +Date: Sun Jan 21 19:48:47 2018 +0300 + + i18n-ru: fixed russian translation + + Signed-off-by: Vladimir + +commit cfd6f9bdb44437a2e705ede71e022ae66209b285 +Merge: 61295d923 57fe3e839 +Author: Hannu Nyman +Date: Sun Jan 21 15:25:41 2018 +0200 + + Merge pull request #1576 from stangri/luci-app-advanced-reboot + + luci-app-advanced-reboot: fixed bug on devices/board names with dashe… + +commit 57fe3e839fdf30a2831934d7e1cd2fab7e521dfe +Author: Stan Grishin +Date: Sun Jan 21 05:20:47 2018 -0800 + + luci-app-advanced-reboot: fixed bug on devices/board names with dashes in them + + Signed-off-by: Stan Grishin + +commit 61295d92340fe42b020ea2d6c00e71793bc6a76a +Merge: 194e42913 3a25e1503 +Author: Hannu Nyman +Date: Sun Jan 21 08:23:02 2018 +0200 + + Merge pull request #1575 from user7887/luci-ru + + i18n-ru: fixed + +commit 3a25e15034dc037f6d5021bc1d24190d65f1264b +Author: Vladimir +Date: Sun Jan 21 01:46:29 2018 +0300 + + i18n-ru: fixed + + Signed-off-by: Vladimir + +commit 194e42913fe25df93cc9844ecfa7fb8783d5e664 +Author: Hannu Nyman +Date: Sat Jan 20 15:58:03 2018 +0200 + + luci-app-voice-core and -diag: remove from repo + + Remove luci-app-voice-core and luci-app-voice-diag as they have been BROKEN + since 2015. They only support luci-app-diag-devinfo that has been removed. + + Signed-off-by: Hannu Nyman + +commit 7edc6f03f04f386c680d419afc5bf50c91c819a3 +Author: Hannu Nyman +Date: Sat Jan 20 15:45:45 2018 +0200 + + freifunk-p2pblock / luci-app-p2pblock: remove from repo + + Remove freifunk-p2pblock and luci-app-p2pblock as they have been BROKEN + since 2016. Packages depend on the removed l7-protocols as well as the + deprecated l7 support in the iptables kernel modules. + + Signed-off-by: Hannu Nyman + +commit 6a8ee26207a8d085c91919d4b056bc2fae524069 +Author: Hannu Nyman +Date: Sat Jan 20 15:42:53 2018 +0200 + + luci-app-diag-devinfo: remove from repo + + Remove luci-app-diag-devinfo as it has been BROKEN since 2015 due to + several dependencies to packages in oldpackages or abandoned + + Signed-off-by: Hannu Nyman + +commit 5cc9df99e5dafb14c509afb53be5ad9bd99bd3b8 +Author: Hannu Nyman +Date: Sat Jan 20 15:37:25 2018 +0200 + + luci-app-ushare: remove from repo + + Remove luci-app-ushare as it has been BROEKN since 2015. + (ushare package is still in oldpackages) + + Signed-off-by: Hannu Nyman + +commit d0441ee875f5b86caeff4b624d6613f1e9d68795 +Author: Hannu Nyman +Date: Sat Jan 20 15:35:29 2018 +0200 + + luci-app-radvd: remove from the repo + + luci-app-radvd has been BROKEN since March 2016 as it depends + on radvd, which is still in oldpackages repo. + + Signed-off-by: Hannu Nyman + +commit b2754db22bea2fa9f8492fb6af05734e578539d1 +Author: Hannu Nyman +Date: Sat Jan 20 15:32:57 2018 +0200 + + luci-app-pbx(-voicemail): remove from repo + + Remove the luci-app-pbx(-voicemail) packages, as they have been + marked BROKEN since August 2016. + + The pbx packages depend on asterisk 1.8 that is EOL upstream + and has been moved from the telephony feed to the abandoned feed. + + If LuCI pbx packages are still needed, they should be refreshed + to depend on a current asterisk version from the telephony feed, + and to match the features of that asterisk version. + + Signed-off-by: Hannu Nyman + +commit 9493ba17c7a4695bc0fd1af420632954dc36029d +Merge: 447493530 8a929a955 +Author: Hannu Nyman +Date: Sat Jan 20 15:24:38 2018 +0200 + + Merge pull request #1571 from user7887/luci-ru + + i18n-sync base.po changes + +commit 8a929a95514f166eae77157f7fa8236f300f0f63 +Author: Vladimir +Date: Sat Jan 20 16:09:35 2018 +0300 + + i18n-sync base.po changes + + Signed-off-by: Vladimir + +commit 447493530caba2aa6f2cfbad7d18416c6ff0efa1 +Merge: 3d54415cf bb87aac85 +Author: Hannu Nyman +Date: Sat Jan 20 13:58:49 2018 +0200 + + Merge pull request #1569 from user7887/luci-ru + + i18n-ru: Edits on the general pattern of Russian translation + +commit bb87aac8526e49c0e0d09e055bcc5826248420e3 +Author: Vladimir +Date: Sat Jan 20 14:02:48 2018 +0300 + + i18n-ru: Edits on the general pattern of Russian translation + + Signed-off-by: Vladimir + +commit 3d54415cf7cb6551d93082d11f52f0f12245a952 +Merge: 706225070 dc71ae010 +Author: Hannu Nyman +Date: Sat Jan 20 11:02:15 2018 +0200 + + Merge pull request #1565 from user7887/luci-ru + + i18n-sync changes mwan3 + +commit 7062250701a3471456cdfa12c31f80e6757ca234 +Author: Hannu Nyman +Date: Sat Jan 20 10:46:16 2018 +0200 + + luci-mod-admin-full: fix typos on dhcp page + + Based on #1568 + + Signed-off-by: Hannu Nyman + +commit dc71ae0102485cc65efa1538d8715b1c1e66fca3 +Author: Vladimir +Date: Fri Jan 19 19:55:44 2018 +0300 + + i18n-sync changes mwan3 + + Signed-off-by: Vladimir + +commit cf1af792d6ca285fed757fa21904f635bdbfffce +Merge: 08916f433 6a700eded +Author: Hannu Nyman +Date: Thu Jan 18 16:43:49 2018 +0200 + + Merge pull request #1561 from TDT-AG/pr/luci-app-mwan3-refactoring-continue + + luci-app-mwan3: refactoring continue 2 + +commit 6a700eded1136d79ec8001415a88d324bebcc8f0 +Author: Florian Eckert +Date: Thu Jan 18 14:45:18 2018 +0100 + + luci-app-mwan3: refactoring troubleshooting page + + Signed-off-by: Florian Eckert + +commit 24fe9b12792e687993b818687c17f0a4eaa1764a +Author: Florian Eckert +Date: Thu Jan 18 13:51:47 2018 +0100 + + luci-app-mwan3: rename status tab names + + Signed-off-by: Florian Eckert + +commit 406564c7db61f5e80bc246554488d7b04566d4cb +Author: Florian Eckert +Date: Thu Jan 18 13:42:21 2018 +0100 + + luci-app-mwan3: refactoring detail status view and controller + + Signed-off-by: Florian Eckert + +commit 5b92193978e037d646edf23559440f18bf66be2c +Author: Florian Eckert +Date: Thu Jan 18 13:11:03 2018 +0100 + + luci-app-mwan3: refactoring diagnostics view and controller + + Signed-off-by: Florian Eckert + +commit 278b3f53dbf07e4e73cade28b9cb262f77c790cd +Author: Florian Eckert +Date: Thu Jan 18 07:41:41 2018 +0100 + + luci-app-mwan3: fix unify luci code styling + + Signed-off-by: Florian Eckert + +commit 831bd71eb387973a25277e3fa7391c6a4af83597 +Author: Florian Eckert +Date: Thu Jan 18 07:26:27 2018 +0100 + + luci-app-mwan3: remove/unify lua require order + + Signed-off-by: Florian Eckert + +commit d369c80beccedf883b4cd47b4e3c1debc9f37e9a +Author: Florian Eckert +Date: Wed Jan 17 17:10:06 2018 +0100 + + luci-app-mwan3: refactoring member config pages + + Signed-off-by: Florian Eckert + +commit b4350f21ff2f31b7dbcdbc5f034659ba580c059f +Author: Florian Eckert +Date: Wed Jan 17 17:01:42 2018 +0100 + + luci-app-mwan3: refactoring warning compilation on the policy config pages + + Signed-off-by: Florian Eckert + +commit ed0d2ba6cfd24fac3eaa5e566cc2ac29cae1e444 +Author: Florian Eckert +Date: Wed Jan 17 16:27:09 2018 +0100 + + luci-app-mwan3: refactoring ruleconfig page + + Signed-off-by: Florian Eckert + +commit aae3d298c2a74d2f17887555bf7398c3de339b62 +Author: Florian Eckert +Date: Wed Jan 17 16:05:25 2018 +0100 + + luci-app-mwan3: refactoring warning compilation on the rule config pages + + Signed-off-by: Florian Eckert + +commit de1afe2a90450d68e2e2c368fd888520e4ac3f7d +Author: Florian Eckert +Date: Wed Jan 17 15:22:57 2018 +0100 + + luci-app-mwan3: remove some config parameter from rule overview table + + Signed-off-by: Florian Eckert + +commit 8014e21d6d10da4ce4376ca6daed7acc53882282 +Author: Florian Eckert +Date: Wed Jan 17 15:30:15 2018 +0100 + + luci-app-mwan3: update rule help text + + Signed-off-by: Florian Eckert + +commit 2d7e440eb17c5ead863078bb22951d3de88d009f +Author: Florian Eckert +Date: Wed Jan 17 15:25:06 2018 +0100 + + luci-app-mwan3: remove config_css + + Signed-off-by: Florian Eckert + +commit 03dc912ebd92f8d38b124cacfacfc9266be18050 +Author: Florian Eckert +Date: Wed Jan 17 15:10:51 2018 +0100 + + luci-app-mwan3: remove some config parameter from interface overview table + + Signed-off-by: Florian Eckert + +commit 0ac4d725c5225e2635ba8c05447955602750d26e +Author: Florian Eckert +Date: Wed Jan 17 14:37:14 2018 +0100 + + luci-app-mwan3: refactoring warning compilation on the interface config pages + + Signed-off-by: Florian Eckert + +commit 8371e40dbf5d4dbed6f4d64fde04865b76b4df8d +Author: Florian Eckert +Date: Tue Jan 16 16:09:33 2018 +0100 + + luci-app-mwan3: remove diagnostics service section + + Signed-off-by: Florian Eckert + +commit 119730448df2776fbd8575f3a91dcc60f68780e0 +Author: Florian Eckert +Date: Mon Jan 15 08:48:14 2018 +0100 + + luci-app-mwan3: remove unnecessary table information + + - memberconfg view: remove interface table information it is already reflected + in the interface dropdown + - policyconfig view: remove member table information it is already refelected + in the member dropdown + - ruleconfig view: remove policy table information it is already reflected + in the policy dropdown + + Signed-off-by: Florian Eckert + +commit 504fdad14bcf6862d24037b3cb49f0ed4fd95220 +Author: Florian Eckert +Date: Fri Jan 12 16:12:02 2018 +0100 + + luci-app-mwan3: use mwan3 ubus call for status information + + Signed-off-by: Florian Eckert + +commit 72bcd39b9fdcf9d1aad01894c8cc72bfb1d33cb7 +Author: Florian Eckert +Date: Fri Jan 12 10:50:58 2018 +0100 + + luci-app-mwan3: unify header in configuration tab + + Signed-off-by: Florian Eckert + +commit 0b4942c396b44e1597c6c1592aef86d0a345a006 +Author: Florian Eckert +Date: Fri Jan 12 10:49:45 2018 +0100 + + luci-app-mwan3: rename mwan3 status overview plugin + + Signed-off-by: Florian Eckert + +commit 811685c269762780a1a88a15c7f0dd96e5727d9c +Author: Florian Eckert +Date: Fri Jan 12 09:17:16 2018 +0100 + + luci-app-mwan3: remove old /etc/hotplug.d/16-mwancustombak" + + Remove old /etc/hotplug.d/15-mwancustombak file use instead + /etc/mwan3.user from the mwan3 base package. The modification could be + done undet "Networke | Load Balancer | Notify" + + Signed-off-by: Florian Eckert + +commit 08916f4335e96e4a3c9dcf77262fa151348ed93c +Author: Jo-Philipp Wich +Date: Wed Jan 17 21:15:47 2018 +0100 + + luci-app-nlbw: fix sporadic premature EOF when rendering JSON data + + Specific timing patterns sometimes caused the LuCI controller to prematurely + stop reading data, resulting in truncated JSON output. + + Turn the nonblocking waitpid() call into a blocking call after the IO read + loop to avoid this issue. + + Signed-off-by: Jo-Philipp Wich + +commit a441721d32d06d18368bf236ad127ffccad0bef8 +Author: Jo-Philipp Wich +Date: Wed Jan 17 18:49:08 2018 +0100 + + luci-base: log login attempts + + Signed-off-by: Jo-Philipp Wich + +commit 0fdec7a4bc68f65457aedc4dbc96a27eef66f814 +Merge: 7e5b0cad1 94f7c302b +Author: Hannu Nyman +Date: Tue Jan 16 21:19:27 2018 +0200 + + Merge pull request #1557 from user7887/luci-ru + + i18n-sync change, added project info... + +commit 94f7c302bbbbd5127d0cec7912f3916df598e17b +Author: Vladimir +Date: Tue Jan 16 21:06:05 2018 +0300 + + i18n-sync change, added project info... + + Signed-off-by: Vladimir + +commit 7e5b0cad133c717e03f2087f17b1eff42e91e61a +Merge: cc01dd054 ba741b40c +Author: Hannu Nyman +Date: Tue Jan 16 19:36:06 2018 +0200 + + Merge pull request #1554 from sotux/zh_cn_translation + + luci-base: zh_CN: update Simplified Chinese translation + +commit ba741b40c3ab47d4ed1c261bbf467a7ba72efdec +Author: Qian Zheng +Date: Mon Jan 15 16:06:09 2018 +0800 + + luci-base: zh_CN: update Simplified Chinese translation + + Signed-off-by: Qian Zheng + +commit cc01dd054942e3471544621e10049770c86d375a +Author: Jo-Philipp Wich +Date: Mon Jan 15 14:28:15 2018 +0100 + + luci-app-vpnbypass: fix translation string + + Signed-off-by: Jo-Philipp Wich + +commit 30921b21a5cefd10b7a7c1158034d43f039836df +Merge: fc94d456b 42da8d97b +Author: Hannu Nyman +Date: Mon Jan 15 09:20:47 2018 +0200 + + Merge pull request #1546 from stangri/luci-app-advanced-reboot + + luci-app-advanced-reboot: support for new board names for ea8500 and nbg6817 + +commit fc94d456b1f28208f9fcf504576e278fcc091c34 +Merge: f60936f35 f7728794e +Author: Hannu Nyman +Date: Mon Jan 15 09:20:19 2018 +0200 + + Merge pull request #1548 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: update Japanese translation + +commit f60936f3526dde13c243717ea36cd8ec360b7d15 +Merge: ad99623b5 2dfb330f4 +Author: Hannu Nyman +Date: Mon Jan 15 09:19:51 2018 +0200 + + Merge pull request #1547 from musashino205/l10n/fw-upd-ja + + luci-app-firewall: update Japanese translation + +commit f7728794ece23c45a9e6e86b91891652fc80fe02 +Author: INAGAKI Hiroshi +Date: Mon Jan 15 15:34:04 2018 +0900 + + luci-app-adblock: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 2dfb330f45bc7941f986cd7eed43b185b2184b7e +Author: INAGAKI Hiroshi +Date: Mon Jan 15 15:00:05 2018 +0900 + + luci-app-firewall: update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 42da8d97bbd5bb53b4efafaad39dbb266b1a3d5a +Author: Stan Grishin +Date: Sun Jan 14 15:24:19 2018 -0800 + + luci-app-advanced-reboot: added support for new board names for ea8500 and nbg6817 + + Signed-off-by: Stan Grishin + +commit ad99623b5353618338ccb2c0930f27dbfdae8a69 +Merge: cdd024ccc 7541a2705 +Author: Hannu Nyman +Date: Sun Jan 14 23:55:27 2018 +0200 + + Merge pull request #1544 from user7887/luci-ru + + added project info, were reviewed in graphical mode, ready for a stab… + +commit 7541a2705efe5443c1fda1bb158d7813eb42d213 +Author: Vladimir +Date: Sun Jan 14 23:15:59 2018 +0300 + + added project info, were reviewed in graphical mode, ready for a stable release + + Signed-off-by: Vladimir + +commit cdd024ccc03b96b8acbd8840a60131eede5361e0 +Merge: 66477c8cc 206cfb9fc +Author: Hannu Nyman +Date: Sun Jan 14 15:54:27 2018 +0200 + + Merge pull request #1542 from user7887/luci-ru + + added project info, were reviewed in graphical mode, ready for a stab… + +commit 206cfb9fcc20d638eedb1fad3335c8778ca364ba +Author: Vladimir +Date: Sun Jan 14 16:00:58 2018 +0300 + + added project info, were reviewed in graphical mode, ready for a stable release + + Signed-off-by: Vladimir + +commit 66477c8ccd424960145ccfc67c0b26319eabae7b +Merge: dd5897924 2162fbcd5 +Author: Hannu Nyman +Date: Sun Jan 14 10:59:15 2018 +0200 + + Merge pull request #1541 from user7887/luci-ru + + added project info, were reviewed in graphical mode, ready for a stab… + +commit 2162fbcd5ae12f2a266e95d2753deb362e50a35c +Author: Vladimir +Date: Sun Jan 14 11:53:50 2018 +0300 + + added project info, were reviewed in graphical mode, ready for a stable release + + Signed-off-by: Vladimir + +commit dd5897924977a19cd73c3aa2a61c83c4ad81ce9d +Author: Hannu Nyman +Date: Sat Jan 13 23:03:02 2018 +0200 + + luci-app-shairport: remove obsolete package + + shairport was removed from the packages feed in July 2017, + so remove the LuCI frontend, too. + + Signed-off-by: Hannu Nyman + +commit 8152c46ebe94fad4bca588d45d0ddb2be6bacddb +Author: Hannu Nyman +Date: Sat Jan 13 22:54:15 2018 +0200 + + luci-app-multiwan: remove obsolete package + + multiwan has been superseded by mwan3 + + Signed-off-by: Hannu Nyman + +commit b1b5cb926c0b1dc84a599c246a1a6d2987117da4 +Author: Hannu Nyman +Date: Sat Jan 13 22:43:38 2018 +0200 + + luci-app-mmc-over-gpio: remove obsolete package + + mmc-over-gpio package itself was removed in Jan 2017 + with c9dd40f628e so remove also the LuCI frontend. + + Signed-off-by: Hannu Nyman + +commit ebab8375af04af6a78c470e96e423246725cdb94 +Merge: 84a63ddd9 80181410f +Author: Hannu Nyman +Date: Sat Jan 13 20:43:15 2018 +0200 + + Merge pull request #1539 from user7887/luci-ru + + added project info, were reviewed in graphical mode + +commit 80181410f216bf70ae13178e4c3ff60b57dd3f04 +Author: Vladimir +Date: Sat Jan 13 21:30:52 2018 +0300 + + added project info, were reviewed in graphical mode + + Signed-off-by: Vladimir + +commit 84a63ddd9e89361e391a2b66f27c9c444f67ef85 +Merge: 50a630a95 cfdeaa91f +Author: Jo-Philipp Wich +Date: Sat Jan 13 13:20:59 2018 +0100 + + Merge pull request #1536 from mkresin/master + + luci-mod-admin-full: set 0 db DSL SNR offset by default + +commit 50a630a95cd9df6bf9b195fade6d32a5c32cd4ae +Merge: 31f5c6a6a 0f80bcfd8 +Author: Hannu Nyman +Date: Sat Jan 13 12:39:45 2018 +0200 + + Merge pull request #1537 from user7887/luci-ru + + fixed russian translation + +commit 0f80bcfd8fcff984a03576ee20dd6465310e5c6a +Author: Vladimir +Date: Sat Jan 13 13:32:58 2018 +0300 + + fixed russian translation + + Signed-off-by: Vladimir + +commit cfdeaa91fa6be17069eb215df73dd6fc840df122 +Author: Mathias Kresin +Date: Sat Jan 13 07:44:29 2018 +0100 + + luci-mod-admin-full: set 0 db DSL SNR offset by default + + If no DSL SNR offset is set for the dsl line the first entry from the + dropdown list is pre-selected by default, which would apply a -10 db + offset by default. + + Pre-select the 0 db option if nothing else is specified in the uci config + files. + + Signed-off-by: Mathias Kresin + +commit 31f5c6a6ae263c6a7921bc50957e23c159e552e8 +Merge: 927728f88 72b9aa414 +Author: Hannu Nyman +Date: Fri Jan 12 23:38:14 2018 +0200 + + Merge pull request #1534 from user7887/luci-ru + + fixed russian translation + +commit 72b9aa414e6d4caaf4d3cd56bedb6c5f52fedd38 +Author: Vladimir +Date: Fri Jan 12 23:11:58 2018 +0300 + + fixed russian translation + + Signed-off-by: Vladimir + +commit 927728f88143c83c4726de8aca620acb14c087a0 +Merge: 846be36cf 26d60e9c7 +Author: Hannu Nyman +Date: Fri Jan 12 18:58:26 2018 +0200 + + Merge pull request #1532 from user7887/luci-ru + + fixed and updated russian translation + +commit 26d60e9c7fd33932eda8901e21328e1f27707074 +Author: Vladimir +Date: Fri Jan 12 19:39:21 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 846be36cf0145ac6a7b623ee7485f871982e6353 +Author: Hannu Nyman +Date: Fri Jan 12 17:21:02 2018 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit e79a0ded7fd31412d5fcaa9096d448d3af4b25dc +Author: Jo-Philipp Wich +Date: Fri Jan 12 15:06:55 2018 +0100 + + luci-app-firewall: rename tr() helper function to _() + + Rename tr() to _() so that i18n-scan.pl picks up the language strings. + + Signed-off-by: Jo-Philipp Wich + +commit 5248587ebec61078948d2e26d13a9bf3d4af7030 +Merge: 196419f1c 50f26a57f +Author: Hannu Nyman +Date: Fri Jan 12 09:30:29 2018 +0200 + + Merge pull request #1529 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: update Japanese translation + +commit 50f26a57fab346ec3bfe245ec366dac1a25083f8 +Author: INAGAKI Hiroshi +Date: Fri Jan 12 14:59:36 2018 +0900 + + luci-app-travelmate: update Japanese translation + + Updated japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 196419f1c49a33b9fafd5a84effe39829b4c720e +Merge: 8a6498631 7cdb92bfd +Author: Hannu Nyman +Date: Fri Jan 12 00:33:10 2018 +0200 + + Merge pull request #1528 from user7887/luci-ru + + fixed russian translation + +commit 7cdb92bfd07a86b442d46f68e8adeb2f46dbd62c +Author: Vladimir +Date: Thu Jan 11 23:17:43 2018 +0300 + + fixed russian translation + + Signed-off-by: Vladimir + +commit 8a6498631f9dd990229a10e70f2612b8a80f3daf +Merge: 74eaa6bed 5d4822736 +Author: Hannu Nyman +Date: Thu Jan 11 18:26:32 2018 +0200 + + Merge pull request #1527 from user7887/luci-ru + + Correction by script i18n-sync.sh with editing of Russian translation + +commit 5d48227363fac9d3e673e985316eddf9ead00b15 +Author: Vladimir +Date: Thu Jan 11 19:22:07 2018 +0300 + + Correction by script i18n-sync.sh with editing of Russian translation + + Signed-off-by: Vladimir + +commit 74eaa6bedfa80b7382259bd6c93302d55d2d8073 +Merge: 43867a896 e40282cb3 +Author: Hannu Nyman +Date: Thu Jan 11 16:46:24 2018 +0200 + + Merge pull request #1526 from TDT-AG/pr/20180111-luci-app-mwan3-refactoring + + luci-app-mwan3: refactoring + +commit e40282cb382987b3d3e223c8f158924044283f71 +Author: Florian Eckert +Date: Thu Jan 11 14:10:01 2018 +0100 + + luci-app-mwan3: remove configuration tab + + remove configuration tab + + Signed-off-by: Florian Eckert + +commit 5aeeb69f15de71fe418d65ca13a73a96c7b6e393 +Author: Florian Eckert +Date: Thu Jan 11 13:31:50 2018 +0100 + + luci-app-mwan3: remove direct configuration possibility for /etc/config files + + With this change it is not longer possible to edit the following + configuration files directly. + + - mwan3 + - wireless + - network + + The user should edit the configuration over the provided luci pages. + which will do input checks and so prevent from miss configuration. + + Signed-off-by: Florian Eckert + +commit 7b1725566c5de238c1cf787ee369e453291e91e6 +Author: Florian Eckert +Date: Thu Jan 11 13:18:28 2018 +0100 + + luci-app-mwan3: rename status page files + + rename status page files + + Signed-off-by: Florian Eckert + +commit e7af2148eb4a5966d4ab9f334e724db0d2c34896 +Author: Florian Eckert +Date: Thu Jan 11 13:11:31 2018 +0100 + + luci-app-mwan3: update entry naming + + udpate entry nameing + + Signed-off-by: Florian Eckert + +commit 5c42bba054da46e09d0facbedf50a0d2a21734bd +Author: Florian Eckert +Date: Thu Jan 11 10:55:09 2018 +0100 + + luci-app-mwan3: move diagnostic and troubleshooting page to status page + + move diagnostic and troubleshooting page to status page + + Signed-off-by: Florian Eckert + +commit bb4f769ac110a10780799746944e509ba6c4472b +Author: Florian Eckert +Date: Thu Jan 11 09:18:50 2018 +0100 + + luci-app-mwan3: move status information to status menu entry + + move status information to status menu entry + + Signed-off-by: Florian Eckert + +commit 2a165111e8ba9fe61d58248c49fd04746bd68257 +Author: Florian Eckert +Date: Wed Jan 10 15:18:17 2018 +0100 + + luci-app-mwan3: refactoring notify page + + clean up notify page + + Signed-off-by: Florian Eckert + +commit 6ac76568e770082ade633370b4e287cc9a0f4f1b +Author: Florian Eckert +Date: Wed Jan 10 15:17:19 2018 +0100 + + luci-app-mwan3: move/rename hotplugscript tab + + - move hotplugscript tab to Configuration + - rename hotplugscript tab to notify + + Signed-off-by: Florian Eckert + +commit 43867a89689e8928f63b59066be827248a6ce0f7 +Merge: 8b39d9a76 7e3d52ec0 +Author: Hannu Nyman +Date: Thu Jan 11 08:37:54 2018 +0200 + + Merge pull request #1525 from user7887/luci-ru + + fixed and updated russian translation + +commit 7e3d52ec08624f360017fd8cb20e84bd76b7707b +Author: Vladimir +Date: Thu Jan 11 01:43:46 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 8b39d9a76b6efcf618fe3ca527ca3e593deacaf0 +Merge: 5d0f0b997 2b200cfa7 +Author: Hannu Nyman +Date: Wed Jan 10 23:45:50 2018 +0200 + + Merge pull request #1524 from dibdot/travelmate + + luci-app-travelmate: sync with travelmate 1.0.2 + +commit 5d0f0b997df1dba7652b4a8ee425f947b262c651 +Merge: 7749af89d 054935ab7 +Author: Hannu Nyman +Date: Wed Jan 10 23:45:04 2018 +0200 + + Merge pull request #1523 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.4.3 + +commit 2b200cfa792ab159247243dc2d7e961c10cb1a4d +Author: Dirk Brenken +Date: Wed Jan 10 19:48:01 2018 +0100 + + luci-app-travelmate: sync with travelmate 1.0.2 + + * refine status view + * add two missing eap auth variants + * small visual fixes + + Signed-off-by: Dirk Brenken + +commit 054935ab7c343aec148d1d9bf9e6ececf14b52a3 +Author: Dirk Brenken +Date: Wed Jan 10 19:35:39 2018 +0100 + + luci-app-adblock: sync with adblock 3.4.3 + + * add 'Download Utility' select box + * add new "running" status + * small visual fixes + + Signed-off-by: Dirk Brenken + +commit 7749af89d89058f1bae1badf0a2c9af6ed2badaf +Merge: 277aeb0a4 fb2cd3db8 +Author: Ted Hess +Date: Tue Jan 9 09:06:59 2018 -0500 + + Merge pull request #1516 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: Updates for new repository/maintainer + +commit 277aeb0a4c0b5c794f0f96efda91b50f9a574cd4 +Merge: 6a9ceee72 402ec9def +Author: Jo-Philipp Wich +Date: Tue Jan 9 11:50:37 2018 +0100 + + Merge pull request #1517 from SimJoSt/master + + community-profiles: remove Hannover + +commit 402ec9def5ba18fb4b2091b5d4c52bc53c37e860 +Author: Joda Stößer +Date: Tue Jan 9 11:31:55 2018 +0100 + + community-profiles: remove Hannover + +commit fb2cd3db8e94f3ed4b54d8a7858820502fecd3ab +Author: Dirk Brenken +Date: Tue Jan 9 10:23:13 2018 +0100 + + luci-app-dnscrypt-proxy: Updates for new repository/maintainer + + * change csv download url to new maintainer + * small fixes + + Signed-off-by: Dirk Brenken + +commit 6a9ceee72be9c0296018cde1458c396ef3b52884 +Author: Vladimir +Date: Tue Jan 9 01:30:16 2018 +0300 + + i18n: Added and updated russian translation + + Signed-off-by: Vladimir + [squashed commits] + Signed-off-by: Jo-Philipp Wich + +commit 673a8bd76f9e8d7508dcaf30c7f2f554d3c3ccaf +Author: Martin Schiller +Date: Thu Dec 21 15:04:00 2017 +0100 + + luci-mod-admin-full: led config: add support for Switch Port Mask + + Signed-off-by: Martin Schiller + +commit 96f6a79eb2c3373797f50fc8b0fde45e95b01a62 +Author: Arjen de Korte +Date: Fri Dec 8 10:55:18 2017 +0100 + + luci-mod-admin-full: fix incorrect length of DUID-LL + + The length of DUID-LL is 80 bits (16 bit DUID type, 16 bit hardware type, 48 bit mac) + which corresponds to 20 nibbles. Also lower the minimum required length of DUID to + 20 nibbles in order to allow entering a DUID-LL. + + Signed-off-by: Arjen de Korte + +commit 93c830869dde03c726180482554d47b3d3a3cf4b +Author: Florian Eckert +Date: Mon Dec 11 10:20:23 2017 +0100 + + luci-app-firewall: show port opening cbi section independently of lan zone definition + + Current the append traffic rules for "port forwarding" and "port opening" + to the router are only shown if 'wan' and 'lan' zone are defined at + once. + + For "port opening" to the router only need a 'wan' zone. Removing + 'lan' zone dependency for 'port opening' reflect this behavior. + + Signed-off-by: Florian Eckert + +commit e034f271d8ef3102229d0d6d1067089d38984c34 +Author: Jo-Philipp Wich +Date: Tue Jan 9 08:03:03 2018 +0100 + + luci-base: adjust translations + + - Modify labels for mesh forwarding and 802.11b rate options + - Synchronize translations + - Complete german base translation + + Signed-off-by: Jo-Philipp Wich + +commit a6b41271b711b233e697bab65755d6b6653414c1 +Author: Sven Roederer +Date: Mon Jan 8 21:02:54 2018 +0100 + + luci-mod-admin-full: Add 802.11b legacy_rates support + + this was added to LEDE with ed62d91f4b5296a4aa883ce975d76f590ef4e910 and defaults to enable. + + Signed-off-by: Sven Roederer + +commit 63255ec38b2f5849fec9e54d3f3e2aa7ef76bd72 +Author: Sven Roederer +Date: Mon Jan 8 20:35:10 2018 +0100 + + luci-mod-admin-full: Add mesh_fwding support + + * make it only visible for 802.11s mesh-networks + * have it enabled by default + + Signed-off-by: Sven Roederer + [add empty line before meshfwd assignment] + Signed-off-by: Jo-Philipp Wich + +commit 08b40acc4e63b203ea4e3577f6e853f20bdfc864 +Author: Jo-Philipp Wich +Date: Mon Jan 8 10:31:03 2018 +0100 + + luci-mod-admin-full: allow setting DSL SNR offset for VDSL + + Signed-off-by: Jo-Philipp Wich + +commit 6e1bd7e42d81574db7864c82a588a3b2d2056ec4 +Merge: 267bf83db ad3ee4881 +Author: Hannu Nyman +Date: Mon Jan 8 09:18:23 2018 +0200 + + Merge pull request #1509 from user7887/luci-ru + + fixed and updated russian translation + +commit ad3ee48813a2ffa947ba5f9815acd8d2982844bd +Author: Vladimir +Date: Mon Jan 8 01:48:03 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 267bf83db020295179fad88c6859e50e3406665a +Author: Kishan Gondaliya +Date: Tue Sep 12 15:35:37 2017 +0530 + + luci-mod-admin-full: Add meshId support + + Signed-off-by: Kishan Gondaliya + [move mode before the SSID / Mesh ID setting] + Signed-off-by: Jo-Philipp Wich + +commit f2b999174e93ba88289a2159658bf7992d881c4e +Merge: 2ea40e8d0 7e50c4b37 +Author: Hannu Nyman +Date: Sat Jan 6 23:54:10 2018 +0200 + + Merge pull request #1504 from user7887/master + + fixed and updated russian translation + +commit 7e50c4b379e61214b58ac452cd5ff75e7456a9b4 +Author: Vladimir +Date: Sun Jan 7 00:16:54 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit cab284cf774da13017354957ab93db910a0491c7 +Author: Vladimir +Date: Sat Jan 6 22:45:37 2018 +0300 + + fixed by script i18n-sync.sh + + Signed-off-by: Vladimir + +commit cdb506d1b45d5d07ef34eb7944f0d3b4dac2a9ae +Author: Vladimir +Date: Sat Jan 6 22:34:40 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit 2ea40e8d0e83edb168d57f9ee9250fdb62da3c4b +Merge: bd52bf462 84e8ac16a +Author: Hannu Nyman +Date: Sat Jan 6 13:55:59 2018 +0200 + + Merge pull request #1503 from user7887/master + + fixed russian translation + +commit 84e8ac16a3784793190852253dadd91a104b64bb +Author: Vladimir +Date: Sat Jan 6 14:24:09 2018 +0300 + + give a similar look to all applications, a proper name with a capital letter + + Signed-off-by: Vladimir + +commit 983f2c412e86858af25a768dd03584cb625f8ac7 +Author: Vladimir +Date: Sat Jan 6 14:00:10 2018 +0300 + + lost space when moving, was 'файлукак' done 'файлу как' + + Signed-off-by: Vladimir + +commit b15fef0b11079c61d3979cc9bcf66a8e557a800c +Author: Vladimir +Date: Sat Jan 6 13:39:46 2018 +0300 + + fixed russian translation + + Signed-off-by: Vladimir + +commit bd52bf4625c31c532f108c706165efa85cfca4ac +Author: Hannu Nyman +Date: Sat Jan 6 09:40:39 2018 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 916595d157ce7a6ed8b0a7ede3a02807c5ab0e81 +Merge: 7fd4f84aa f1862ced4 +Author: Hannu Nyman +Date: Sat Jan 6 09:33:18 2018 +0200 + + Merge pull request #1499 from yousong/shadowsocks-libev + + shadowsocks-libev: sync with packages repo + +commit 7fd4f84aa95e81c4b021498f57d8b57c8cc20db5 +Merge: d3d94dc36 931531310 +Author: Hannu Nyman +Date: Fri Jan 5 22:31:09 2018 +0200 + + Merge pull request #1502 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.4.1 + +commit d3d94dc364867a88b8fe3fca9556a4fe68dcbafd +Merge: 3ea73cc72 b9bb8649b +Author: Hannu Nyman +Date: Fri Jan 5 20:51:22 2018 +0200 + + Merge pull request #1501 from user7887/master + + fixed russian translation + +commit b9bb8649ba9f981da74e3ec50f74af1f63480e81 +Author: Vladimir +Date: Fri Jan 5 21:42:52 2018 +0300 + + fixed russian translation + + Signed-off-by: Vladimir + +commit 931531310e2f125ec905b061ab0bbf43236704d1 +Author: Dirk Brenken +Date: Fri Jan 5 18:56:39 2018 +0100 + + luci-app-adblock: sync with adblock 3.4.1 + + * refine logfile search term + * textarea 'autoscroll down' in logfile view + * left-align blocklist source table plus a more compact design + + Signed-off-by: Dirk Brenken + +commit 3ea73cc72823e5f9351d3314d0b7d3c451ca9c29 +Merge: dac0cce6b e7adf1c1b +Author: Hannu Nyman +Date: Fri Jan 5 17:17:38 2018 +0200 + + Merge pull request #1500 from user7887/master + + fixed and updated russian translation + +commit e7adf1c1bb5e4e71a97423192df7e31eab9ce2b6 +Author: Vladimir +Date: Fri Jan 5 18:08:00 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + +commit f1862ced41f7ff0900cfbb2ed429ad544d5f106c +Author: Yousong Zhou +Date: Thu Jan 4 14:38:40 2018 +0800 + + luci-app-shadowsocks-libev: remove option manager_address + + It's an option that is supposed to be fed by ss-manager. It can be + in the form of host:port or path to unix dgram socket. Drop it now with + the assumption that it has no real user at the moment + + Signed-off-by: Yousong Zhou + +commit 1ad37267ab6e13d780207bd5dd30e19886a0b756 +Author: Yousong Zhou +Date: Thu Jan 4 14:45:53 2018 +0800 + + luci-app-shadowsocks-libev: support option no_delay + + Signed-off-by: Yousong Zhou + +commit 611c14bff181fafd8d3db4227b371e423ab60b9d +Author: Yousong Zhou +Date: Fri Aug 25 15:40:49 2017 +0800 + + luci-app-shadowsocks-libev: display disabled state of remote server + + Signed-off-by: Yousong Zhou + +commit dac0cce6b96c01aa975c4fb79f49d530d3463f05 +Author: Jo-Philipp Wich +Date: Wed Jan 3 23:25:35 2018 +0100 + + luci-mod-admin-full: remove unused button cbi model + + Remove the unused admin_system/buttons cbi model. It has been broken, + was not exposed in the controller and the corresponding support code + which only ever was available for the ath25 target has been dropped in + with https://git.lede-project.org/0a3d721in June 2016. + + Signed-off-by: Jo-Philipp Wich + +commit 76b12b242a2a754b52e403516119c3b3372e3985 +Author: Vladimir +Date: Mon Jan 1 19:37:37 2018 +0300 + + fixed and updated russian translation + + Signed-off-by: Vladimir + [renamed swedish advanced-reboot.po as well, fixed a syntax error, + filtered updated files through ./build/i18n-sync.sh] + Signed-off-by: Jo-Philipp Wich + +commit 75e9338b87f0dca1a6fdd847236c3a34ea7bd62e +Author: Jo-Philipp Wich +Date: Wed Jan 3 21:27:10 2018 +0100 + + luci-base: fix luci.sys.wifi.getiwinfo() on radio names + + Fall back to using a phy-wide iwinfo handle if the vif query yields no result. + + Signed-off-by: Jo-Philipp Wich + +commit b121f958621efd5d81451e2de3e7d35a828645bc +Merge: dbb694c69 a4e05483b +Author: Hannu Nyman +Date: Wed Jan 3 10:59:40 2018 +0200 + + Merge pull request #1495 from dibdot/travelmate + + luci-app-travelmate: sync with 1.0.1 + +commit a4e05483b1c4cb9973d78e3a8312023ee0be5262 +Author: Dirk Brenken +Date: Wed Jan 3 09:19:46 2018 +0100 + + luci-app-travelmate: sync with 1.0.1 + + * LuCI: BSSID will be ignored by default in 'wireless add' dialog + * LuCI: Textarea 'autoscroll down' in logfile view + * LuCI: refine logfile search term + + Signed-off-by: Dirk Brenken + +commit dbb694c699f80f387c61d531cb3e8de2608edbec +Author: Jo-Philipp Wich +Date: Tue Jan 2 18:26:16 2018 +0100 + + luci-mod-admin-full: allow a wider range of DSL SNR margins + + Signed-off-by: Jo-Philipp Wich + +commit c8b48f95246c30ca486567b3a1d96df16e0c2d8c +Author: Jo-Philipp Wich +Date: Tue Jan 2 00:30:53 2018 +0100 + + luci-base: reorder private functions + + The _wifi_sid_by_ifname() function depends on _wifi_state_by_ifname() + so reorder the private helper functions accordingly to avoid nil value + call attempts. + + Signed-off-by: Jo-Philipp Wich + +commit f9b8d7ff7bbd3c82f9889b65af07a28d94d9fed7 +Author: Jo-Philipp Wich +Date: Tue Jan 2 00:24:10 2018 +0100 + + luci-base: rework wireless state handling (#1179) + + - fix mapping of ubus wireless state to uci declared vifs + - fix leaking foreign vif info into per-phy iwinfo stats + + Signed-off-by: Jo-Philipp Wich + +commit f2162a9a668db1c45bd0bc7ad59ebfd9b7abe762 +Author: Jo-Philipp Wich +Date: Mon Jan 1 16:33:53 2018 +0100 + + luci-base: require current libuci-lua + + Upcoming changes will require libuci-lua features not present in + versions prior to version 2018-01-01. + + Signed-off-by: Jo-Philipp Wich + +commit 06bb427dd91652372fb2219655804df01b0af8b3 +Author: Jo-Philipp Wich +Date: Mon Jan 1 16:32:54 2018 +0100 + + luci.mk: allow specifying EXTRA_DEPENDS + + Support a new varable LUCI_EXTRA_DEPENDS which can be used to pass + OpenWrt EXTRA_DEPENDS to buildroot. + + Signed-off-by: Jo-Philipp Wich + +commit 4f644d9254021f385e50e6338dc35fee331792bd +Merge: 463c72a79 033e90309 +Author: Hannu Nyman +Date: Thu Dec 28 19:23:37 2017 +0200 + + Merge pull request #1490 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.4.0 + +commit 463c72a7985ead434b933a67065334de5a88ab76 +Author: Hannu Nyman +Date: Thu Dec 28 14:22:49 2017 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 878a64f5386d5eabf2bf81bdc061f8d7d238c7f8 +Author: Hannu Nyman +Date: Thu Dec 28 14:15:16 2017 +0200 + + typo: fileystem --> filesystem + + fix typo: + sed -i "s/fileystem/filesystem/" + + Signed-off-by: Hannu Nyman + +commit 033e90309727e63a2a56a98395166d1b4bec22c2 +Author: Dirk Brenken +Date: Tue Dec 26 22:47:20 2017 +0100 + + luci-app-adblock: sync with adblock 3.4.0 + + * add new extra options (disabled by default): + - Flush DNS Cache + - Email Notification + - Email Notification Count + + Signed-off-by: Dirk Brenken + +commit 6638e4cdd57d92d1fb75b4e6aa402b5aea06335a +Author: Paul Spooren +Date: Wed Dec 27 03:10:56 2017 +0100 + + luci-app-attendedsysupgrade: remove outdated checks + + the upgrade server used to store a md5 checksum and the image filesize, + due to complexity this was removed. + + Instead a sha256sums file is created by the IB with additional + signature. The firmware filesize can be retrived by requesting + Content-Length data.sysupgrade_url. + + As the deeper layers (rpcd) currently do not offer an easy way to to + perform a sha256sum check & verify a usign sig these features will be + re-added once supported. + + Until then the security of the sysupgrades depend on TLS and so the + luci-app is meant as a demonstration only. + + Signed-off-by: Paul Spooren + +commit 99fea1617981b110d8e2f46620f8e66642002402 +Author: Paul Spooren +Date: Mon Dec 25 22:51:01 2017 +0100 + + luci-app-attendedsysupgrade: separate js from html + + also use hide(), show() and $() like jquery + + Signed-off-by: Paul Spooren + +commit 902b292609014e7683df5ecb587af3344f64e61e +Merge: a2a1c3578 e045f4d8a +Author: Hannu Nyman +Date: Tue Dec 26 19:36:40 2017 +0200 + + Merge pull request #1486 from stangri/luci-app-advanced-reboot + + luci-app-advanced-reboot: 2 new routers + error reporting + +commit e045f4d8a49af832415500618f51efd4886c1488 +Author: Stan Grishin +Date: Mon Dec 25 23:23:40 2017 -0800 + + luci-app-advanced-reboot: 2 new routers + error reporting + + Added support for: Linksys EA3500 and ZyXEL NBG6817 + Added error reporting to both system log and WebUI on errors + + Signed-off-by: Stan Grishin + +commit a2a1c357869a06bb216497e4fdd4e66c85e9995b +Merge: 68cfa2127 63efc28d4 +Author: Hannu Nyman +Date: Sun Dec 17 17:15:37 2017 +0200 + + Merge pull request #1478 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 63efc28d48bf4ead1b2ca69d27fa788f3954d9bd +Author: INAGAKI Hiroshi +Date: Sun Dec 17 22:24:46 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 2ef216a80d41ec6556b8ede4fc45720013f94d63 +Author: INAGAKI Hiroshi +Date: Sun Dec 17 14:26:24 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 68cfa21274a64f2721cb41c0613bbd7fcccde98c +Merge: 2f41783c9 8f5604ee9 +Author: Hannu Nyman +Date: Fri Dec 15 23:53:14 2017 +0200 + + Merge pull request #1476 from dibdot/travelmate + + luci-app-travelmate: sync with travelmate 1.0.0 + +commit 8f5604ee9e24c33dc53be979b73f28c712570bca +Author: Dirk Brenken +Date: Fri Dec 15 19:17:07 2017 +0100 + + luci-app-travelmate: sync with travelmate 1.0.0 + + * Various cleanups & small enhancements + + Signed-off-by: Dirk Brenken + +commit 2f41783c9ceb042338678ad2fc8c1733f6561c94 +Merge: 8e6b1a6d8 c67066ebb +Author: Hannu Nyman +Date: Wed Dec 13 22:00:36 2017 +0200 + + Merge pull request #1473 from dibdot/travelmate + + luci-app-travelmate: enhance wireless security connection settings + +commit c67066ebbf2fcd6b3c82ba2145404a6246b2e33f +Author: Dirk Brenken +Date: Wed Dec 13 20:21:57 2017 +0100 + + luci-app-travelmate: enhance wireless security connection settings + + * fix wpa enterprise options + * add various wpa / wep options + + Signed-off-by: Dirk Brenken + +commit 8e6b1a6d8628d6da4820a4400eddd8a1da84fa27 +Merge: 6d086bfb9 c7b39ae08 +Author: Hannu Nyman +Date: Sat Dec 9 09:39:47 2017 +0200 + + Merge pull request #1468 from dibdot/travelmate + + luci-app-travelmate: sync with travelmate 0.9.6 + +commit c7b39ae08f29f49b8b014054161b8b34a4cda8fb +Author: Dirk Brenken +Date: Sat Dec 9 08:23:31 2017 +0100 + + luci-app-travelmate: sync with travelmate 0.9.6 + + * Turris omnia compability fixes + * OpenWrt theme fixes + + Signed-off-by: Dirk Brenken + +commit 6d086bfb94c5390399941606b4a61569a5c03c5d +Merge: b7906fc7c 6d4d17be7 +Author: Hannu Nyman +Date: Fri Dec 8 16:45:18 2017 +0200 + + Merge pull request #1466 from musashino205/l10n/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 6d4d17be72fbd1c955ed4d6de520133271f4c929 +Author: INAGAKI Hiroshi +Date: Fri Dec 8 15:14:58 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 9399cfd461721156fcdf3488f7a633922b9c4171 +Author: INAGAKI Hiroshi +Date: Fri Dec 8 14:40:12 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit b7906fc7c283d1b9b3b684b45bae1d820b18504e +Merge: a41215581 890a2fc82 +Author: Hannu Nyman +Date: Thu Dec 7 21:20:32 2017 +0200 + + Merge pull request #1454 from kubco2/mwan3-fix-member-metric + + luci-app-mwan3: fix member metric allowed values + +commit a41215581d916d2716d6ffb2428a0cfd83bb4e92 +Merge: 78ebfba39 0a2c7b9e5 +Author: Jo-Philipp Wich +Date: Thu Dec 7 14:03:54 2017 +0100 + + Merge pull request #1452 from mkresin/master + + fix DHCPv6 hostname display + +commit 78ebfba390168b7ba801db1ec8d694a7a90d3786 +Merge: de4c4b806 2474cdd04 +Author: Hannu Nyman +Date: Wed Dec 6 18:58:25 2017 +0200 + + Merge pull request #1465 from dibdot/travelmate + + luci-app-travelmate: sync with travelmate 0.9.5 + +commit 2474cdd049c7e9523cc5055a97a86229943a2f3a +Author: Dirk Brenken +Date: Wed Dec 6 17:05:40 2017 +0100 + + luci-app-travelmate: sync with travelmate 0.9.5 + + * add support for hidden uplinks + * add support for wpa enterprise uplinks + * various small fixes + + Signed-off-by: Dirk Brenken + +commit de4c4b806336f085d19b1b427dc82c65355ed345 +Merge: d2bbfa507 dce8ae85f +Author: Hannu Nyman +Date: Tue Dec 5 16:15:18 2017 +0200 + + Merge pull request #1463 from dibdot/adblock + + luci-app-adblock: fix minor visual issue + +commit dce8ae85ff3ce8e375e2442926f4f0ff5ac9647f +Author: Dirk Brenken +Date: Mon Dec 4 22:26:18 2017 +0100 + + luci-app-adblock: fix minor visual issue + + * fix visual issue in runtime section (originally provided by @ansuel) + + Signed-off-by: Dirk Brenken + +commit d2bbfa507786c1707e057312a729a942f51d362d +Merge: 802d5b6be 2c2e7f5cb +Author: Jo-Philipp Wich +Date: Mon Dec 4 15:03:42 2017 +0100 + + Merge pull request #1459 from brianjmurrell/patch-1 + + Fix bad argument #1 to 'tonumber' + +commit 2c2e7f5cbbef4c04efca562b51f8ff4ca483a14d +Author: Brian J. Murrell +Date: Mon Dec 4 08:44:00 2017 -0500 + + Fix bad argument #1 to 'tonumber' + + Fixes [FS#1118](https://bugs.lede-project.org/index.php?do=details&task_id=1118) + + Luci chokes on devices that do not have _iptables_ installed with: + + /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute function dispatcher target for entry '/'. + The called action terminated with an exception: + /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute firstchild dispatcher target for entry '/admin'. + The called action terminated with an exception: + /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute function dispatcher target for entry '/admin/status'. + The called action terminated with an exception: + /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute template dispatcher target for entry '/admin/status/overview'. + The called action terminated with an exception: + /usr/lib/lua/luci/template.lua:97: Failed to execute template 'admin_status/index'. + A runtime error occured: [string "/usr/lib/lua/luci/view/admin_status/index.h..."]:34: bad argument #1 to 'tonumber' (string expected, got nil) + stack traceback: + [C]: in function 'assert' + /usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch' + /usr/lib/lua/luci/dispatcher.lua:141: in function + + The code should be more defensive. + +commit 890a2fc82816945c94c2c5a208f5ddf9f6dae5e0 +Author: Jakub Janco +Date: Wed Nov 29 00:26:51 2017 +0100 + + luci-app-mwan3: fix member metric allowed values + + mwan3 accepts only 1-256 metric of member, if it is more, member is ignored. + This patch fix translations and allowed values of member metric input. + + Signed-off-by: Jakub Janco + +commit 802d5b6becf829975e5e129657b9e63a6590b87c +Author: Paul Spooren +Date: Sun Nov 19 14:38:49 2017 +0100 + + luci-app-attendedsysupgrade: use rpc-sys pkglist + + The bash package rpcd-mod-packagelist is no longer required as it has + been ported to rpc-sys by @dangowrt. The luci app now uses that feature. + + The packagelist.acls is no longer required and has been removed. + + luci-app-attendedsysupgrade: follow new server api + + a new api uses more status codes and headers instead of genric 400 code + with json payload. + + show error message when ubus call fail + + fix typo + + more info here + https://github.com/aparcar/attendedsysupgrade-server#response-status-codes + + luci-app-attendedsysupgrade: refactoring + + luci-app-attendedsysupgrade: use checksum + + now compares cgi-io md5 checksum with md5 of server + as well checks if enough free memory is available to store image + + Added needed ACL to let Luci request "system info" + + rename "image" to "firmware" in output strings. This was requested as + "unification" + + rpcd-mod-packelist used to return a variable called "packagelist", the + new "rpc-sys packagelist" returns a variable called "packages". This has + been adapted. + + Signed-off-by: Paul Spooren + +commit c647121e0a880c43cad700a674938660502ba9c3 +Merge: 4891deaf9 49cfa04e6 +Author: Hannu Nyman +Date: Tue Nov 21 05:51:17 2017 +0200 + + Merge pull request #1445 from dibdot/travelmate + + luci-app-travelmate: Chaos Calmer bugfixes + +commit 49cfa04e6cd419da792725cfad454a1201771f52 +Author: Dirk Brenken +Date: Sun Nov 19 20:04:46 2017 +0100 + + luci-app-travelmate: Chaos Calmer bugfixes + + * fixes for Chaos Calmer compatibility + + Signed-off-by: Dirk Brenken + +commit 0a2c7b9e5c1745e28451825c838fc38752bebf60 +Author: Mathias Kresin +Date: Thu Nov 16 08:22:14 2017 +0100 + + luci-mod-admin-full: indicate DHCPv6 hostname mismatch + + In case the DUID can be mapped to the MAC-Address of an already known + host, show the already know hostname next to the DHCPv6 supplied one in + case they differ. + + Signed-off-by: Mathias Kresin + +commit 9f5a1de8b1f32c30c6f9c0ade42b418ce0aeacd4 +Author: Mathias Kresin +Date: Thu Nov 16 07:32:58 2017 +0100 + + luci-mod-admin-full: always indicate missing DHCPv6 hostname + + Don't show a DHCPv6 supplied hostname if none was send. It happens in + case the DUID can be mapped to the MAC-Address of an existing host and + the existing host has a name set. + + Signed-off-by: Mathias Kresin + +commit a1ee8e16b66ac9f0c6bf8b7b5f421f79cf1e1587 +Author: Mathias Kresin +Date: Thu Nov 16 07:16:59 2017 +0100 + + luci-mod-admin-full: don't replace DHCPv6 hostname + + Don't replace the DHCPv6 supplied hostname if the DUID can be mapped to + the MAC-Address of an already known host. + + It hides the issue of a missing DHCPv6 hostname and could lead to the + conclution that the already known host has an IPv6 address. + + Signed-off-by: Mathias Kresin + +commit 4891deaf94eb1c98a9a8b993ebcd1987538643f4 +Author: Paul Spooren +Date: Sun Nov 5 21:52:11 2017 +0100 + + luci-app-attendedsysupgrade: use common + + use attendedsysupgrade-common package and rpc-sys instead of + rpcd-mod-attendedsysupgrade + + luci-app-attendedsysupgrade: editable server url + + the server url can now be changed. The solution is kept as simple as + possible to not introduce any lua code. + + Small cleanup, but needs a refactoring. + + Add acl rights to edit the attendedsysupgrade file + + Add cgi-io as a dependencie to upload image to router + + Signed-off-by: Paul Spooren + +commit ede51e4641b1053e214d294e06a935e0b2bcf09a +Author: Hannu Nyman +Date: Sat Nov 11 18:49:09 2017 +0200 + + timezone data: update to 2017c + + Update timezone data to 2017c + + http://mm.icann.org/pipermail/tz-announce/2017-October/000047.html + + Briefly: + Northern Cyprus switches from +03 to +02/+03 on 2017-10-29. + Fiji ends DST 2018-01-14, not 2018-01-21. + Namibia switches from +01/+02 to +02 on 2018-04-01. + Sudan switches from +03 to +02 on 2017-11-01. + Tonga likely switches from +13/+14 to +13 on 2017-11-05. + Turks & Caicos switches from -04 to -05/-04 on 2018-11-04. + + Signed-off-by: Hannu Nyman + +commit 96553cf6bf89a2c487223fda50ee0121ab02c3d5 +Merge: ba3752ff7 ef3cfb770 +Author: Hannu Nyman +Date: Sat Nov 11 16:10:42 2017 +0200 + + Merge pull request #1436 from artioni81/patch-5 + + Update openvpn.po + +commit ef3cfb770b603e44916928697f89a991db287e9e +Author: artioni81 +Date: Sat Nov 11 12:42:55 2017 +0100 + + luci-app-openvpn: update Italian translation + + Signed-off-by: Artion Karreci + +commit ba3752ff71a7ae39a99fa716c17dc7fd94049486 +Merge: f0716ecd6 8e64e9bce +Author: Hannu Nyman +Date: Sat Nov 11 11:10:19 2017 +0200 + + Merge pull request #1438 from musashino205/l10n/upnp-upd-ja + + luci-app-upnp: Update Japanese translation + +commit 8e64e9bceb562c33dceeb086a3476c87a49fb4ce +Author: INAGAKI Hiroshi +Date: Sat Nov 11 12:18:59 2017 +0900 + + luci-app-upnp: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 7f48b25038d63f64618b31d1b32a8cc4e9db6464 +Author: INAGAKI Hiroshi +Date: Sat Nov 11 12:14:52 2017 +0900 + + i18n: Sync translations + + Synchronized translations. + + Signed-off-by: INAGAKI Hiroshi + +commit f0716ecd6e807799c8e16bea72d6ea98ec803d1b +Author: Andrea Merello +Date: Tue May 16 18:41:10 2017 +0200 + + luci-mod-admin-full: add SNR tweak option to DSL + + Reported-by: Andrea Merello + [rebase onto master, fix indentation, commit subject, depend on adsl mode] + Signed-off-by: Jo-Philipp Wich + +commit 084d8b120a3267ba9fb6b87a68dfcb86aed072fd +Author: Jo-Philipp Wich +Date: Fri Nov 10 14:36:38 2017 +0100 + + luci-mod-admin-full: restrict DSL xfer_mode and line_mode options to VDSL modems + + Signed-off-by: Jo-Philipp Wich + +commit db4be0009580e67c580b0f503d3aed1266bb48cc +Author: artioni81 +Date: Fri Nov 10 14:23:49 2017 +0100 + + Update openvpn.po + +commit 932bae98738746e11d8b1b0bd9ac86009dd34452 +Author: Jo-Philipp Wich +Date: Fri Nov 10 14:20:50 2017 +0100 + + protocols: fix various interface patterns + + The virtual interface match patterns of various protocols were improperly + quoted, causing them to over- or undermatch. + + Follow up of #1435. + + Signed-off-by: Jo-Philipp Wich + +commit e0a7227a0c61217d97597b18b9afe63ea341d9e6 +Merge: b2274e5d6 f8b1b8a47 +Author: Jo-Philipp Wich +Date: Fri Nov 10 14:06:54 2017 +0100 + + Merge pull request #1435 from TDT-GmbH/proto_4x6_pattern_fix + + luci-proto-ipv6: fix patterns in proto_4x6.lua + +commit f8b1b8a47ad985b577484c281ddd31dff16f24fb +Author: Martin Schiller +Date: Fri Nov 10 13:49:45 2017 +0100 + + luci-proto-ipv6: fix patterns in proto_4x6.lua + + The dash '-' needs to be escaped by a '%', otherwise it will + be interpreted as minus, which means '0 or more repetitions'. + + This fixes LEDE FS#1157. + + Signed-off-by: Martin Schiller + +commit b2274e5d6d27cdd0819d9e35058ebcd2cb8b55f5 +Merge: 37f4a3b90 dd0b5cfd1 +Author: Jo-Philipp Wich +Date: Fri Nov 10 13:06:10 2017 +0100 + + Merge pull request #980 from NvrBst/pull-request-upnp_description + + luci-app-upnp: Adding and displaying "Description" to upnp data + +commit 37f4a3b90c56fea8d06833092ce6a5e2e2c2d1d1 +Author: Jan Pavlinec +Date: Wed Feb 8 12:54:04 2017 +0100 + + luci-mod-admin-full: add DUID option to static leases section + + Signed-off-by: Jan Pavlinec + [add field validation] + Signed-off-by: Jo-Philipp Wich + +commit 6b2ad7958ebc718c25a02bb589ed2f379c9bb7fc +Merge: cbaf881f0 40c744d96 +Author: Jo-Philipp Wich +Date: Fri Nov 10 12:53:05 2017 +0100 + + Merge pull request #1428 from BigNerd95/wifi-80211r + + luci-mod-admin-full: wifi.lua: ft_psk_generate_local and ft_over_ds + +commit cbaf881f059fe17abc43043bf7c6a47555182c0a +Merge: 676ce1142 1e0f42a84 +Author: Jo-Philipp Wich +Date: Fri Nov 10 12:46:12 2017 +0100 + + Merge pull request #1409 from FreifunkUFO/patch-1 + + meshwizard: upgrade version for some olsr-plugins + +commit 40c744d96a28ad332b92c8cfde8dfc4caa5fc3d9 +Author: Lorenzo Santina +Date: Mon Nov 6 14:15:43 2017 +0100 + + luci-mod-admin-full: wifi.lua: 80211r ft_over_ds + + Allow user to chose if use FT over DS protocol or + FT over the Air protocol for Fast BSS Transition + + Signed-off-by: Lorenzo Santina + +commit 0ded26eba98b5d24ca6eb75eeeb1dc012b7abd68 +Author: Lorenzo Santina +Date: Mon Nov 6 14:10:18 2017 +0100 + + luci-mod-admin-full: wifi.lua: 80211r ft_psk_generate_local + + Add local generation of PMK when using a PSK. + So 802.11r is easier to configure and no inter AP + communication is needed any more. + + Signed-off-by: Lorenzo Santina + +commit 676ce1142c885c6e662c8579c1c45d32d8c02645 +Merge: 26c93debe 61cd75036 +Author: Hannu Nyman +Date: Sun Nov 5 10:40:41 2017 +0200 + + Merge pull request #1427 from musashino205/l10n/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 61cd7503633fe401c03761ea3510a9c408118e9a +Author: INAGAKI Hiroshi +Date: Sun Nov 5 13:33:52 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 47f4469b291441720686805238b0c5cea75091bc +Author: INAGAKI Hiroshi +Date: Sat Nov 4 23:42:02 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 26c93debe9540412df464f200a7b4d5c7e8d2ac7 +Author: Paul Spooren +Date: Sat Oct 21 17:01:07 2017 +0200 + + luci-app-attendedsysupgrade: upgrade to version 2 + + Add required ubus acls from package rpcd-mod-attendedsysupgrade. + + luci-app-attendedsysupgrade: add postinst script + + removes caches and restarts uhttpd as mentioned here: + https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/58#issuecomment-339370803 + + luci-app-attendedsysupgrade: redesign + + simplified the interface and made it more "luci" like + + simplify ubus interaction, use uci_call und ubus_call functions + + add optional settings: + + auto_search: + search on opening the view without clicking + + advanced_mode: + if set, allow package edits, show build log + + rename updateserver to upgradeserver + rename url to server_url + + luci-app-attendedsysupgrade: rename uci options + + remove leading "upgrade" from uci options + also rename server_url to url + + cleaning + + use new api/ urls + + wait for successfull reboot + + Signed-off-by: Paul Spooren + +commit 9e325a5162296964661c60e9ccecb134936b4ec6 +Merge: de911fdd9 b02a13ea7 +Author: Hannu Nyman +Date: Sat Nov 4 15:51:41 2017 +0200 + + Merge pull request #1426 from dibdot/app-adblock + + luci-app-adblock: sync with adblock 3.1.0 + +commit b02a13ea778556e28b925783d9ea2644c182aafb +Author: Dirk Brenken +Date: Sat Nov 4 14:13:22 2017 +0100 + + luci-app-adblock: sync with adblock 3.1.0 + + * add support for new 'whitelist mode' + * fix a small css issue in advanced edit tabs + + Signed-off-by: Dirk Brenken + +commit de911fdd96e1406b10109d1fb5b03ab7aeb8733f +Merge: 87ec34363 afd84b3ca +Author: Hannu Nyman +Date: Fri Nov 3 14:56:47 2017 +0200 + + Merge pull request #1425 from TDT-GmbH/pr/20171103-luci-app-mwan3-fix-spelling + + luci-app-mwan3: fix i18n spelling + +commit afd84b3cabfa9b797689685742289774bb1c98e8 +Author: Florian Eckert +Date: Fri Nov 3 09:56:58 2017 +0100 + + luci-app-mwan3: fix i18n spelling + + Fix i18n en spelling + + Signed-off-by: Florian Eckert + +commit 87ec343637ed953b7972a5baeb3e2a108b5d6882 +Merge: 0a44cf09b 4dc055be8 +Author: Hannu Nyman +Date: Sun Oct 29 10:04:54 2017 +0200 + + Merge pull request #1418 from yangfl/master + + i18n: Update Chinese translation + +commit 0a44cf09be2c4629cc2a51a6e416c07f04a3d697 +Merge: f90769697 0167394a1 +Author: Hannu Nyman +Date: Sun Oct 29 10:02:02 2017 +0200 + + Merge pull request #1417 from felixonmars/patch-1 + + Fix typos in luci-base/luasrc/http/protocol.lua + +commit 4dc055be85bf423ac59a1ff161220d4b11592297 +Author: yangfl +Date: Sun Oct 29 15:58:43 2017 +0800 + + i18n: Update Chinese translation + + Signed-off-by: David Yang + +commit 0167394a1048fc182f949ddf5f26da2fa1e185b4 +Author: Felix Yan +Date: Sun Oct 29 15:39:21 2017 +0800 + + Fix typos in luci-base/luasrc/http/protocol.lua + +commit f9076969726109f613666af9a21125e6bd01c9dd +Merge: d4e3d5686 7dd75df09 +Author: Hannu Nyman +Date: Sat Oct 28 15:48:05 2017 +0300 + + Merge pull request #1416 from yangfl/master + + i18n: Update Chinese translation + +commit 7dd75df093cd0457d9824da3a99de61109f1af7e +Author: yangfl +Date: Sat Oct 28 16:59:31 2017 +0800 + + i18n: Update Chinese translation + + Signed-off-by: David Yang + +commit d4e3d5686a84a202c6eccc8dfa2bc876faf84f03 +Author: Hannu Nyman +Date: Sat Oct 28 10:21:41 2017 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit f24ae58277f28370486f82f8bc8b8e75c675f34c +Merge: fbe7f90ee 397ee0f9c +Author: Hannu Nyman +Date: Wed Oct 25 21:19:31 2017 +0300 + + Merge pull request #1414 from musashino205/l10n/minidlna-upd-ja + + luci-app-minidlna: Update Japanese translation + +commit 397ee0f9c7ae9b5a1f1cdf7c87026c256373060c +Author: INAGAKI Hiroshi +Date: Wed Oct 25 22:34:06 2017 +0900 + + luci-app-minidlna: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit a7b85958cca8b659c2743dd9a7dd89a50c75adad +Author: INAGAKI Hiroshi +Date: Wed Oct 25 22:24:48 2017 +0900 + + luci-app-minidlna: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 721ef27cdcf4bb9a409d40271a06ca1ca4e42d30 +Author: INAGAKI Hiroshi +Date: Wed Oct 25 22:16:14 2017 +0900 + + luci-app-minidlna: Fix UI text + + Add missing colon ":" to the UI text for widelink option. + + Signed-off-by: INAGAKI Hiroshi + +commit b9be6b416304636dc0d6f75fa2d4afab6baf415c +Author: INAGAKI Hiroshi +Date: Wed Oct 25 22:06:16 2017 +0900 + + luci-app-minidlna: Fix errors in po files + + Modified incorrect "msgid" to "msgstr". + + Signed-off-by: INAGAKI Hiroshi + +commit fbe7f90eed4545e4b23a940a47043a2001625429 +Author: Jo-Philipp Wich +Date: Wed Oct 25 14:23:45 2017 +0200 + + luci-base: fix client side "host" datatype validator + + Fixes #1413. + + Reported-by: Wojciech Jowsa + Signed-off-by: Jo-Philipp Wich + +commit 3e00e13e1f2a2518de9e14090384f75b94329d98 +Merge: 59a4e4065 713d46324 +Author: Hannu Nyman +Date: Mon Oct 23 18:30:56 2017 +0300 + + Merge pull request #1296 from TDT-GmbH/sort-language + + luci.mk: sort languages in lexical order + +commit 1e0f42a848e91150f6a405683f0214dcfb0754c2 +Author: FreifunkUFO +Date: Sat Oct 21 21:56:21 2017 +0200 + + meshwizard: upgrade version for some olsr-plugins + + inside OLSR some plugins recently got newer version numbers (and of course improvements) + Signed-off-by: Ufo + +commit 59a4e4065d7ba5711028e03de0f05a60f7130e23 +Merge: a742e708b 27a507529 +Author: Hannu Nyman +Date: Sat Oct 21 09:50:01 2017 +0300 + + Merge pull request #1380 from jcadduono/minidlna + + luci-app-minidlna: add allow wide links option + +commit a742e708b6ecaa3cc9c37f0ecfabc226e5637064 +Merge: 5e2800232 50937bcb2 +Author: Hannu Nyman +Date: Sat Oct 21 09:15:52 2017 +0300 + + Merge pull request #1405 from FireBurn/master + + luci-app-minidlna: Don't specify media_dir= + +commit 5e2800232efad8c4edd3d284b2a048319fe83bd8 +Merge: 824b9357e f3abaf8cd +Author: Hannu Nyman +Date: Fri Oct 20 17:33:48 2017 +0300 + + Merge pull request #1404 from aparcar/edit_packages + + luci-app-attendedsysupgrade: editable packagelist + +commit 824b9357ed7e5a5c81d347e261fb32e4aad18395 +Author: Jo-Philipp Wich +Date: Fri Oct 20 10:55:22 2017 +0200 + + Fix syntax errors in swedish translation + + Signed-off-by: Jo-Philipp Wich + +commit c387184a98c9c9a466b1784eefa412cc52b71c19 +Author: Jo-Philipp Wich +Date: Fri Oct 20 10:51:42 2017 +0200 + + luci-app-aria2: fix duplicate message id + + Signed-off-by: Jo-Philipp Wich + +commit 43b823508f56abdfc9a6a4b94d6c7017126fad1c +Author: Angus Ding +Date: Tue Oct 17 17:40:14 2017 +0800 + + luci-app-aria2: Update Chinese translation + + Update Chinese translations. + + Signed-off-by: Angus Ding + +commit 4e1c09bd7a71f75c7e8d71d1f50e8f7ff733c83a +Author: Angus Ding +Date: Tue Oct 17 17:42:57 2017 +0800 + + luci-app-upnp: Update Chinese translation + + Fix Chinese translations. + + Signed-off-by: Angus Ding + +commit 4609c1360fd3bd8afeec1c3cf17989eba025606d +Merge: e613bb9dd 549949ad8 +Author: Jo-Philipp Wich +Date: Fri Oct 20 10:22:52 2017 +0200 + + Merge pull request #1365 from psyborg55/master + + luci-mod-admin-full: add fontsize style parameter + +commit e613bb9ddc16aae38141ad06d78561974b9298c5 +Merge: a98548edc 5018b476f +Author: Jo-Philipp Wich +Date: Fri Oct 20 10:21:18 2017 +0200 + + Merge pull request #1406 from musashino205/l10n/base-upd-ja + + luci-base: Update Japanese translation + +commit 5018b476fcf6c0b3ece46abc4db4f9e01f04c969 +Author: INAGAKI Hiroshi +Date: Fri Oct 20 13:55:17 2017 +0900 + + luci-base: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 50937bcb20d2c42b8e23143f7d5977f08934774f +Author: Mike Lothian +Date: Fri Oct 20 01:36:01 2017 +0100 + + luci-app-minidlna: Don't specify media_dir= + + This is added automatically. Entering it twice stops minidlna from + starting as the config ends up with + + media_dir=media_dir=A,/dir/name + + Signed-off-by: Mike Lothian + +commit f3abaf8cd19e34390304200360a8930d25201b45 +Author: Paul Spooren +Date: Thu Aug 31 17:39:18 2017 +0200 + + luci-app-attendedsysupgrade: editable packagelist + + add textarea with all to be installed packages, allows user to changes + packages before requesting the image + + add button to open build log in + + Signed-off-by: Paul Spooren + +commit a98548edc7b9fc7a8d7313547e8049b61dd50ddd +Merge: f2c38537f 17803c2d0 +Author: Hannu Nyman +Date: Wed Oct 18 17:12:52 2017 +0300 + + Merge pull request #1399 from Umeaboy/patch-2 + + luci-app-adblock: Translated some Swedish + +commit f2c38537f48e0f13bc9887ded4af6c3a9229d302 +Merge: c25a78650 3483c91de +Author: Hannu Nyman +Date: Wed Oct 18 17:12:24 2017 +0300 + + Merge pull request #1400 from Umeaboy/patch-3 + + luci-app-diag-devinfo: Updated Swedish translation + +commit c25a78650fd5a10e82ffdfcdef8d003086c6e1bb +Merge: bf70ac05a b22f14ba6 +Author: Hannu Nyman +Date: Wed Oct 18 17:11:57 2017 +0300 + + Merge pull request #1398 from Umeaboy/patch-1 + + Created luci-app-simple-adblock.po + +commit bf70ac05a8604a821c71b53c9a709e2d8649094a +Merge: 3b3be2bae dd03ee092 +Author: Hannu Nyman +Date: Wed Oct 18 17:11:34 2017 +0300 + + Merge pull request #1401 from Umeaboy/patch-4 + + luci-app-splash: Updated some Swedish + +commit 3b3be2bae14b43256dc544ef2404554e99d4e60c +Merge: b7be0b9d1 8e63fcd63 +Author: Hannu Nyman +Date: Wed Oct 18 17:11:19 2017 +0300 + + Merge pull request #1402 from Umeaboy/patch-5 + + luci-base: Massive Swedish translation + +commit 8e63fcd63ebe18c9ac0f6ef7220b8528233114d7 +Author: Kristoffer Grundström +Date: Wed Oct 18 05:08:29 2017 +0200 + + luci-base: Massive Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit dd03ee09297f67bb9611ea6f680841c636c3cca3 +Author: Kristoffer Grundström +Date: Wed Oct 18 01:31:46 2017 +0200 + + luci-app-splash: Updated some Swedish + + Signed-off-by: Kristoffer Grundström + +commit 3483c91deb3c3b2589cfdf6a906821d5502b8a52 +Author: Kristoffer Grundström +Date: Wed Oct 18 01:25:42 2017 +0200 + + luci-app-diag-devinfo: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 17803c2d04126b32ffc93ed5c7e2a65c8a1e47bf +Author: Kristoffer Grundström +Date: Wed Oct 18 01:15:09 2017 +0200 + + luci-app-adblock: Translated some Swedish + + Signed-off-by: Kristoffer Grundström + +commit b22f14ba60b27cb8226511b41de18d83900ac9a9 +Author: Kristoffer Grundström +Date: Wed Oct 18 01:02:32 2017 +0200 + + Created luci-app-simple-adblock.po + + Signed-off-by: Kristoffer Grundström + +commit b7be0b9d16c8bd28cefc2566ae542aedea1639e9 +Author: Jo-Philipp Wich +Date: Wed Oct 18 00:03:13 2017 +0200 + + luci-mod-admin-full: tone down KRACK countermeasure description + + Signed-off-by: Jo-Philipp Wich + +commit f823c3d2b585741d4311a3fba1b6e7cd851485dc +Author: Jo-Philipp Wich +Date: Tue Oct 17 22:47:04 2017 +0200 + + i18n: update translations + + Signed-off-by: Jo-Philipp Wich + +commit 48ed00e5b9cda33a29188a3b9833c9a86051fd0a +Author: Jo-Philipp Wich +Date: Tue Oct 17 22:19:08 2017 +0200 + + luci-mod-admin-full: wifi: expose "wpa_disable_eapol_key_retries" option + + Signed-off-by: Jo-Philipp Wich + +commit 27fbdada6c78464fd54f5a9bcf8ddf0dae0fc7b2 +Author: Jo-Philipp Wich +Date: Tue Oct 17 22:15:35 2017 +0200 + + i18n: synchronize and fix translation files + + Signed-off-by: Jo-Philipp Wich + +commit 04e45906dac2e0bced6747ede83899d70ba024d2 +Author: Jo-Philipp Wich +Date: Tue Oct 17 17:37:11 2017 +0200 + + luci-mod-admin-full: wifi.lua: fix indentation + + Signed-off-by: Jo-Philipp Wich + +commit 98aacba3ac4b307e8bd2000175cfd66a3b8162c3 +Author: Jo-Philipp Wich +Date: Thu Sep 7 15:29:45 2017 +0200 + + luci-base: gracefully handle broken firewall forwarding sections + + Signed-off-by: Jo-Philipp Wich + +commit 462779c38419039880aca5583fa30b274aba6ba6 +Merge: 19f30d07c cfbeca728 +Author: Hannu Nyman +Date: Mon Oct 16 20:50:12 2017 +0300 + + Merge pull request #1394 from jp-bennett/master + + luci-app-fwknop: add inline option to qrencode usage + +commit cfbeca728ef8fc6e450010d434fcac6a4d5f2b19 +Author: Jonathan Bennett +Date: Mon Oct 16 12:29:31 2017 -0500 + + luci-app-fwknop: add inline option to qrencode usage + + The qrencode update in the packages repo includes a patch that + adds the --inline option. We use that option to generate a + proper inline SVG image. + Signed-off-by: Jonathan Bennett + +commit 19f30d07cce1a609f14b91a1f0d4caa110d5aa42 +Merge: a47dd6ec0 9be2b7609 +Author: Hannu Nyman +Date: Mon Oct 16 17:56:01 2017 +0300 + + Merge pull request #1393 from jp-bennett/patch-2 + + Luci-app-fwknopd: add quotation marks to squash error + +commit 9be2b760969cd5ddca8f41f7ad95cc4b99bb336c +Author: Jonathan Bennett +Date: Sun Oct 15 22:21:05 2017 -0500 + + luci-app-fwknopd: add the -q option to UCI + + Thanks to spacezorro on Github for suggesting this. The quiet tag suppresses the error messages if no key is present. + +commit e52a4b5ceab621fb35d1ebd7f838eb6c4c7c06d2 +Author: Jonathan Bennett +Date: Sun Oct 15 22:12:18 2017 -0500 + + luci-app-fwknopd: Prep for libqrencode update + + An update for libqrencode requires that we explicitly ask for an SVG output. This continues to work properly with the old version. Making the change here before updating the libqrencode package. + + Signed-off-by: Jonathan Bennett + +commit 085fb17a11c3f955962c143ba4e501c825305b04 +Author: Jonathan Bennett +Date: Sun Oct 15 21:33:15 2017 -0500 + + Luci-app-fwknopd: add quotation marks to squash error + + In some cases, the missing quotation marks can cause error messages. Although harmless, adding the quotation marks for correctness. + + Signed-off-by: Jonathan Bennett + +commit a47dd6ec057c1559c3a2effc41ae9dcc84856ebc +Merge: c429ec729 4b7a00858 +Author: Hannu Nyman +Date: Sun Oct 15 19:16:37 2017 +0300 + + Merge pull request #1392 from jp-bennett/patch-1 + + luci-app-fwknop: Adds a check to not overwrite user configured keys + +commit 4b7a00858ed6ac33cf546cee1d8bce375f63fe69 +Author: Jonathan Bennett +Date: Fri Oct 13 23:39:51 2017 -0500 + + luci-app-fwknop: Adds a check to not overwrite user configured keys + + Signed-off-by: Jonathan Bennett + +commit c429ec729ee38204a028c6800149805670197142 +Merge: 130785be9 3c47d7588 +Author: Hannu Nyman +Date: Fri Oct 13 16:54:11 2017 +0300 + + Merge pull request #1391 from musashino205/l10n/noddos-add-ja + + luci-app-noddos: Add po template and Japanese translation + +commit 3c47d75888e1b8e6fc3e2769b58299c3e9bb33e2 +Author: INAGAKI Hiroshi +Date: Fri Oct 13 20:26:30 2017 +0900 + + luci-app-noddos: Add po template and Japanese translation + + Added po template and po file for Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 47ca622c3c7f1f32190ba1e608ff2ed609250f7b +Author: INAGAKI Hiroshi +Date: Fri Oct 13 19:19:28 2017 +0900 + + luci-app-noddos: Add more translations + + Added translation markup to some UI texts. + + Signed-off-by: INAGAKI Hiroshi + +commit 130785be912b7fe5f403406ee49d69c24dc6110b +Merge: 15791f291 3b23203ce +Author: Hannu Nyman +Date: Wed Oct 11 16:35:56 2017 +0300 + + Merge pull request #1375 from StevenHessing/luci-app-noddos + + luci-app-noddos: Noddos, device-aware cloud-powered firewall (new pac… + +commit 15791f291fd6d84c88214a8dbfe15a7d2404fc4f +Author: Hannu Nyman +Date: Wed Oct 11 16:32:11 2017 +0300 + + luci-base: fix PKG_HASH field name + + Use PKG_HASH instead of PKG_MD5SUM + + Signed-off-by: Hannu Nyman + +commit 477d690bbe0c1f161bb52ea2908b6bc7a6f495de +Merge: ab9d1cf06 8dbce3a5b +Author: Hannu Nyman +Date: Tue Oct 10 19:36:08 2017 +0300 + + Merge pull request #1390 from musashino205/l10n/dcp-upd-ja + + luci-app-dnscrypt-proxy: Update Japanese translation + +commit 8dbce3a5ba013e2d1da1cd68a0f72bd586a070e2 +Author: INAGAKI Hiroshi +Date: Wed Oct 11 00:59:27 2017 +0900 + + luci-app-dnscrypt-proxy: Update Japanese translation + + Synchronized po/pot and updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit ab9d1cf066d742f4aa6193a9dac23dadffcf0f95 +Merge: 2d011a5e9 bd7eff9a6 +Author: Hannu Nyman +Date: Tue Oct 10 17:55:50 2017 +0300 + + Merge pull request #1387 from Wedmer/app_openvpn_tls_crypt_support + + [luci-app-openvpn] Added support for tls-crypt option. + +commit bd7eff9a6386be5b04fa8fb98ac50bcbb033ce63 +Author: Vladimir Ulrich +Date: Tue Oct 10 02:40:21 2017 +0300 + + [luci-app-openvpn] Added support for tls-crypt option. + Closes #1340 + + Signed-off-by: Vladimir Ulrich + +commit 2d011a5e9794ddb7e001e7bc2bda15c2942b0db5 +Merge: a876daa4e 1f79a51aa +Author: Hannu Nyman +Date: Sun Oct 8 10:36:18 2017 +0300 + + Merge pull request #1386 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: fix resolver selection + +commit 1f79a51aa963e2ab4ca94b181e20ff352e5936bc +Author: Dirk Brenken +Date: Sun Oct 8 09:31:06 2017 +0200 + + luci-app-dnscrypt-proxy: fix resolver selection + + * fix regex for resolver selection, + bring back 'cs-*' and 'securedns' entries + + Signed-off-by: Dirk Brenken + +commit a876daa4ef390ea0787e2f95b26e87f1b28e1210 +Merge: a2ea9fd95 f2d8f1f4c +Author: Hannu Nyman +Date: Wed Oct 4 22:26:02 2017 +0300 + + Merge pull request #1382 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: major update + +commit f2d8f1f4cd2229f92db97f265e8ac2387e997ccd +Author: Dirk Brenken +Date: Mon Oct 2 10:57:04 2017 +0200 + + luci-app-dnscrypt-proxy: major update + + * automatically transfer dnscrypt specific settings to dnsmasq as well, + This may change the values for 'noresolv', 'resolvfile', + 'allservers' and the list 'server' settings (enabled by default) + * parse/show the resolver, Location, DNSSEC- and NOLOG-Flag + in the resolver select box + * make buttons for resolver list download & file creation + (resolv-crypt.conf) more descriptive & responsive + * ease the startup trigger handling + * add an edit tab for 'resolv-crypt.conf' in the 'Advanced' section + + Signed-off-by: Dirk Brenken + +commit 3b23203ce95c48a08b417a303ee8c6dc47f6eb60 +Author: Steven Hessing +Date: Thu Sep 21 22:08:43 2017 -0700 + + luci-app-noddos: Noddos, device-aware cloud-powered firewall (new package) + + Signed-off-by: Steven Hessing + +commit 27a50752900b9b19a01fdbf2e2edcf4f689deb6a +Author: James Christopher Adduono +Date: Sat Sep 23 00:07:36 2017 -0400 + + luci-app-minidlna: add allow wide links option + + This option was added to minidlna in version 1.2.0 + and is set to no by default. + + Signed-off-by: James Christopher Adduono + +commit a2ea9fd95f4d723650481877cb183124f9ba931e +Author: Hannu Nyman +Date: Sun Sep 24 10:13:32 2017 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 1ba412dcd95d3c63570de9b62c9e866af41a1542 +Author: Hannu Nyman +Date: Sun Sep 24 10:07:35 2017 +0300 + + luci-proto-vpnc: fix typo + + fix: 'enaled' --> 'enabled' + + Signed-off-by: Hannu Nyman + +commit f8ef169070a0f50d98634f40d28e84152517bae7 +Merge: 1e52957fb f37474f4d +Author: Hannu Nyman +Date: Sun Sep 24 09:55:07 2017 +0300 + + Merge pull request #1379 from Bubu83/patch-7 + + luci-base: Fixes for Italian Translation + +commit f37474f4d6b52d97d8a6d93885c992a27b0f1222 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Sat Sep 23 17:42:18 2017 +0200 + + luci-base: Fixes for Italian Translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit 1e52957fb63adc861dc277cc9bdd8814c1e5632c +Merge: e3459ff93 31cb2abef +Author: Hannu Nyman +Date: Sat Sep 23 18:37:35 2017 +0300 + + Merge pull request #1377 from Bubu83/patch-6 + + luci-app-adblock: Fixes for Italian Translation + +commit 31cb2abef2adfe2577d59a4491e1b8eb56c38208 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Sat Sep 23 17:22:03 2017 +0200 + + luci-app-adblock: Fixes for Italian Translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit e3459ff93095892be1ba15556f5eacd7f3ce86de +Merge: 678c15c0d 7ca169710 +Author: Hannu Nyman +Date: Sat Sep 23 15:44:07 2017 +0300 + + Merge pull request #1376 from EricLuehrsen/unbound_luci + + luci-app-unbound: clean up presentation of advanced LuCI tabs + +commit 7ca169710e048f2e3a5d3a1ad3dbc96c666e03a7 +Author: Eric Luehrsen +Date: Sun Sep 17 23:31:15 2017 -0400 + + luci-app-unbound: clean up presentation of advanced LuCI tabs + + Add CSS for editing tabs to provide monospace font and offset + editing window color from read only windows. Expand 'control' + option to match with net/unbound. Add 'extended_stats' option + to match with net/unbound. + + Signed-off-by: Eric Luehrsen + +commit 678c15c0da5e9a133522dc66baafc088dcef5543 +Merge: cd0739d9d 10d06da70 +Author: Hannu Nyman +Date: Sun Sep 17 14:59:36 2017 +0300 + + Merge pull request #1371 from Bubu83/patch-4 + + luci-app-adblock: Full Italian Translation + +commit cd0739d9dca2cab2293fd1e8d4c50117cee0ba74 +Merge: f36f198c6 0134a9290 +Author: Hannu Nyman +Date: Sun Sep 17 14:59:12 2017 +0300 + + Merge pull request #1372 from Bubu83/patch-5 + + luci-base: Fixes for Italian Translation + +commit 0134a929019704200f78cf3b2d53b680394f78c6 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Sun Sep 17 01:09:26 2017 +0200 + + luci-base: Fixes for Italian Translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit 10d06da7078ed88667bf63a868d1903f92d18eef +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Sun Sep 17 00:36:40 2017 +0200 + + luci-app-adblock: Full Italian Translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit f36f198c6a72b659ba071bd44e78e9153ed15a52 +Merge: 07593d291 007b28ddb +Author: Hannu Nyman +Date: Sat Sep 16 08:32:18 2017 +0300 + + Merge pull request #1362 from EricLuehrsen/unbound_luci201709 + + luci-app-unbound: add statistics and manual edit configuration panels + +commit 07593d291fffc16e1a0d82cff2eb4cc607f1927a +Merge: 6d4370d68 02c69083d +Author: Hannu Nyman +Date: Thu Sep 14 22:30:15 2017 +0300 + + Merge pull request #1366 from musashino205/adblk-fix-trans_upper + + luci-app-adblock: Fix commented out translations + +commit 549949ad8b0449cd7e2cf9a80628c8059a326c3a +Author: psyborg55 +Date: Wed Sep 13 19:49:40 2017 +0200 + + add fontsize style parameter + + add fontsize style parameter to reduce output text size + + Signed-off-by: Tomislav Požega + +commit bac20bc6482bf98a94df0d9494e558062bf04282 +Author: psyborg55 +Date: Wed Sep 13 19:47:47 2017 +0200 + + add fontsize style parameter + + add fontsize style parameter to reduce output text size + + Signed-off-by: Tomislav Požega + +commit 007b28ddb30b9617f6c2eab40cbc7e614d7595ac +Author: Eric Luehrsen +Date: Tue Sep 5 00:05:58 2017 -0400 + + luci-app-unbound: add statistics and manual edit tabs + + Add an option to "Basic Settings" tab to expand LuCI. This option + will add tab hierarchy for the settings, statistics, and raw view + or editing of configuration files. If you have unbound-control + installed, then you can see some useful debug information. + + Signed-off-by: Eric Luehrsen + +commit 4a95fd94239a69fc8c56e34e59339ee55cfb3d62 +Author: Eric Luehrsen +Date: Mon Sep 4 22:02:42 2017 -0400 + + luci-app-unbound: move and rename configure.lua + + Signed-off-by: Eric Luehrsen + +commit 02c69083d46b8f1e4f72b0f0f5e14f6de570a641 +Author: INAGAKI Hiroshi +Date: Wed Sep 13 02:30:06 2017 +0900 + + luci-app-adblock: Fix commented out translations + + Fixed translations that commented out due to difference of letter-case + in msgid. + + Signed-off-by: INAGAKI Hiroshi + +commit 6d4370d6818ae4c2045a8b31896ea4f047ed2de3 +Merge: a242ee83b b22870061 +Author: Hannu Nyman +Date: Tue Sep 12 17:16:09 2017 +0300 + + Merge pull request #1364 from TDT-GmbH/luci-app-mwan3_fixes + + luci-app-mwan3: fix uci-defaults script rename initial_source to loca… + +commit a242ee83b8f4763a1297706edbc71866f2197a1a +Merge: b86ed10f8 ae92674c8 +Author: Hannu Nyman +Date: Tue Sep 12 16:26:09 2017 +0300 + + Merge pull request #1361 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit ae92674c840533718199de4ab417db9cc2328cf2 +Author: INAGAKI Hiroshi +Date: Mon Sep 11 22:21:17 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 8be0c7e7b26ff25ebc1e0cc8f92dfc7e71fb60de +Author: INAGAKI Hiroshi +Date: Mon Sep 11 22:17:39 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit e1e5509c92cc51b472e94080900fb67a1da70db9 +Author: INAGAKI Hiroshi +Date: Mon Sep 11 22:08:37 2017 +0900 + + luci-app-adblock: Fix LuCI i18n-tools detection issues + + LuCI i18n-tools cannot interpret variables, so translations on that are + not applied in po/pot by i18n-tools. + + Signed-off-by: INAGAKI Hiroshi + +commit b86ed10f849c442cc57e531dd75e87e4499a1118 +Merge: 25b5d8830 f46f3e512 +Author: Hannu Nyman +Date: Sun Sep 10 18:54:53 2017 +0300 + + Merge pull request #1359 from dibdot/adblock + + luci-app-adblock: sync with adblock 3.0.0 + +commit 25b5d8830998b823bae0ae6f3394c57fec2aa378 +Merge: 0c99b645c 45c011c48 +Author: Hannu Nyman +Date: Sun Sep 10 18:54:11 2017 +0300 + + Merge pull request #1358 from rogerpueyo/master + + luci-base: Updated Catalan translation + +commit f46f3e512436dd3a7ddd694dc7eca8b844b5e696 +Author: Dirk Brenken +Date: Sat Sep 9 17:28:27 2017 +0200 + + luci-app-adblock: sync with adblock 3.0.0 + + Signed-off-by: Dirk Brenken + +commit 45c011c486c3b9d3b00d6f1abf2b4205a494f06b +Author: Roger Pueyo Centelles +Date: Fri Sep 8 19:40:00 2017 +0200 + + luci-base: Updated Catalan translation + + Add missing translations and fix a few typos. + + Signed-off-by; Roger Pueyo Centelles + +commit 0c99b645cece074c744b361f7f288bc2ddd0ceef +Merge: 144804022 bd7c65405 +Author: Hannu Nyman +Date: Wed Sep 6 09:06:38 2017 +0300 + + Merge pull request #1356 from Bubu83/patch-3 + + luci-app-ddns: Updated Italian translation + +commit 144804022181ee9285721716bf081db19fce8e00 +Merge: 1697dee8d a0b73d5e9 +Author: Hannu Nyman +Date: Wed Sep 6 09:05:34 2017 +0300 + + Merge pull request #1355 from Bubu83/patch-2 + + luci-app-samba: Fixed Italian translation + +commit 1697dee8dc0103664e4f1b330a28975ef5c6afe0 +Merge: 2545566ef 5306de9e4 +Author: Hannu Nyman +Date: Wed Sep 6 09:05:05 2017 +0300 + + Merge pull request #1354 from Bubu83/patch-1 + + luci-app-wol: Fixed Italian translation + +commit 5306de9e40667577425eef41794fbf7249ef6962 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Wed Sep 6 00:59:07 2017 +0200 + + luci-app-wol: Fixed Italian translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit bd7c65405d3b3383acee68e275408f98e6d68da6 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Wed Sep 6 02:58:36 2017 +0200 + + luci-app-ddns: Updated Italian translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit a0b73d5e993fb8e6d775ba4c9e879e27cf60a546 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Wed Sep 6 01:09:19 2017 +0200 + + luci-app-samba: Fixed Italian translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit 2545566ef8a741e28593122b71be96ec4ccbdce4 +Author: Hannu Nyman +Date: Tue Sep 5 20:33:50 2017 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 265b6c2ea75439ecb3171a15396aea4b569f2ec4 +Merge: 827d729dc 1f5d9793f +Author: Hannu Nyman +Date: Tue Sep 5 20:26:52 2017 +0300 + + Merge pull request #1352 from Bubu83/patch-1 + + luci-base: Updated Italian Translation + +commit 1f5d9793fa5233e0416e48a9b4c7f6689caca68f +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Tue Sep 5 00:40:24 2017 +0200 + + luci-base: Updated Italian Translation + + Updated Italian Translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit 827d729dc03609af902c611445a6167ab46f675f +Merge: 83eead3aa d21609852 +Author: Hannu Nyman +Date: Tue Sep 5 20:10:00 2017 +0300 + + Merge pull request #1353 from Bubu83/patch-2 + + luci-app-firewall: Fix typos in Italian translation + +commit d21609852de792938b1b710ec5815bc4f2163cfb +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Tue Sep 5 16:29:57 2017 +0200 + + luci-app-firewall: Fix typos in Italian translation + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit b228700610d0017e2cd8c4aecefb91fb48b3594d +Author: Florian Eckert +Date: Tue Sep 5 06:53:02 2017 +0200 + + luci-app-mwan3: fix uci-defaults script rename initial_source to local_source + + Rename wrong uci option + + Signed-off-by: Florian Eckert + +commit 83eead3aae31f48de13cb37b5460b4f3de52246e +Merge: a4e837a98 c8cee6dfc +Author: Hannu Nyman +Date: Mon Sep 4 21:18:37 2017 +0300 + + Merge pull request #1347 from Bubu83/patch-1 + + luci-app-firewall: Full Italian Translation + +commit c8cee6dfc8877e07e31be1203d9df3af46f92fc0 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Sat Sep 2 23:25:29 2017 +0200 + + Full and correct ITALIAN translation of luci firewall.po + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + +commit a4e837a982190e48c8261d7a8057dad8de442bad +Merge: 7a5497859 263262143 +Author: Hannu Nyman +Date: Mon Sep 4 20:01:39 2017 +0300 + + Merge pull request #1351 from Bubu83/patch-2 + + luci-app-wifischedule: New Italian Translation + +commit 26326214325c33702d5204b8cd68c48845186f25 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Mon Sep 4 17:59:52 2017 +0200 + + luci-app-wifischedule: New Italian Translation + + New Italian Translation of wifischedule.po + + Signed-off-by: Alessio Casagrande bubu83@gmail.com + + Update wifischedule.po + +commit 7a54978599436b5f8773b66eb0a11802e70f774b +Merge: 3724a391e 3192273df +Author: Hannu Nyman +Date: Mon Sep 4 12:38:33 2017 +0300 + + Merge pull request #1350 from Umeaboy/patch-37 + + luci-app-wireguard: Updated Swedish translation + +commit 3724a391e31b5b45bb20c288a928564ab6cba8b6 +Merge: 3e1ae7074 7a42c90c1 +Author: Hannu Nyman +Date: Mon Sep 4 12:38:12 2017 +0300 + + Merge pull request #1349 from Umeaboy/patch-36 + + luci-app-clamav: Updated Swedish translation + +commit 3192273df9b7d8cd524c0d9c024df584822e2141 +Author: Kristoffer Grundström +Date: Sun Sep 3 23:07:35 2017 +0200 + + luci-app-wireguard: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 7a42c90c1832d36b68615fb71a9a6dcd00e1256a +Author: Kristoffer Grundström +Date: Sun Sep 3 22:49:38 2017 +0200 + + luci-app-clamav + + Signed-off-by: Kristoffer Grundström + +commit 3e1ae70745ef7ccb73115e647020ee3dec442f36 +Merge: fe4e8c6be 74fd72007 +Author: Hannu Nyman +Date: Sun Sep 3 09:45:07 2017 +0300 + + Merge pull request #1348 from Umeaboy/patch-45 + + luci-app-firewall: Updated Swedish translation + +commit 74fd72007db49fcb013cf45a498132b2dc7a32cc +Author: Kristoffer Grundström +Date: Sun Sep 3 01:53:29 2017 +0200 + + luci-app-firewall: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit fe4e8c6bee65064881850d9a66a2d6640bbb69ed +Merge: 6d01842be 81c8debc0 +Author: Hannu Nyman +Date: Sat Sep 2 20:19:54 2017 +0300 + + Merge pull request #1330 from gabrownx/patch-1 + + Update pt-br translation + +commit 6d01842beec517fc69f2b1dda460ddf94fc5ebb8 +Merge: 2f5f5b05c 9ded82836 +Author: Hannu Nyman +Date: Sat Sep 2 20:18:33 2017 +0300 + + Merge pull request #1333 from Bubu83/patch-2 + + Fix typo + +commit 2f5f5b05c4a455bdd57c1ff73e8fc6af60906d31 +Merge: f867e3c99 1e524f4c2 +Author: Hannu Nyman +Date: Sat Sep 2 20:18:18 2017 +0300 + + Merge pull request #1345 from Umeaboy/patch-44 + + luci-app-diag-devinfo: Updated Swedish translation + +commit f867e3c99f8520951c8ffd9a9c726ce0318f480e +Merge: 5ad6c53cb 5410f6c38 +Author: Hannu Nyman +Date: Sat Sep 2 20:17:58 2017 +0300 + + Merge pull request #1344 from Umeaboy/patch-43 + + luci-app-ddns: Updated Swedish translation + +commit 5ad6c53cbcad93bec3cac0cb856627fc7a05ef9f +Merge: 4469c06e0 9d0f8800d +Author: Hannu Nyman +Date: Sat Sep 2 20:17:42 2017 +0300 + + Merge pull request #1342 from Umeaboy/patch-42 + + luci-app-openvpn: Updated Swedish translation + +commit 4469c06e0a7d08a084c5e941c9879e51aa8b2b28 +Merge: 648c84f19 2a76e20b9 +Author: Hannu Nyman +Date: Sat Sep 2 20:17:13 2017 +0300 + + Merge pull request #1339 from Umeaboy/patch-41 + + luci-app-coovachilli: Updated my e-mail adress + +commit 648c84f196de073c32f0cd3993af669ae8e36643 +Merge: b83fe6d72 951dbb919 +Author: Hannu Nyman +Date: Sat Sep 2 20:16:55 2017 +0300 + + Merge pull request #1338 from Umeaboy/patch-40 + + luci-app-bcp38: Added Swedish translation + +commit b83fe6d7228a831b170003400bf1de346d93ab5f +Merge: 6c7f5162d 9c7f01d9f +Author: Hannu Nyman +Date: Sat Sep 2 20:16:39 2017 +0300 + + Merge pull request #1337 from Umeaboy/patch-39 + + luci-app-aria2: Updated Swedish translation + +commit 6c7f5162dc6288b39b57159ab2e864003ad03474 +Merge: 44d2bbaad 830a056e8 +Author: Hannu Nyman +Date: Sat Sep 2 20:16:22 2017 +0300 + + Merge pull request #1336 from Umeaboy/patch-38 + + luci-app-ahcp: Updated Swedish translation + +commit 44d2bbaad8d9468de52ec5782f803730c932ed16 +Merge: e4f2a5f8c f87e878ec +Author: Hannu Nyman +Date: Sat Sep 2 20:15:56 2017 +0300 + + Merge pull request #1335 from Umeaboy/patch-37 + + luci-app-advanced-reboot: Added Swedish language + +commit e4f2a5f8c89b7328247e455771e9a62b2b61c7ae +Merge: 11d0129f9 b58c5e5fc +Author: Hannu Nyman +Date: Sat Sep 2 20:15:29 2017 +0300 + + Merge pull request #1334 from Umeaboy/patch-36 + + luci-app-adblock: Sync translations + +commit 1e524f4c2d557bab1f70eb8be6c1204ca758a440 +Author: Kristoffer Grundström +Date: Sat Sep 2 17:49:39 2017 +0200 + + luci-app-diag-devinfo: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 11d0129f9661155dd2bd44cce5866726acd53433 +Author: Jo-Philipp Wich +Date: Sat Sep 2 17:45:37 2017 +0200 + + http: add random security headers + + Fixes #1343. + + Signed-off-by: Jo-Philipp Wich + +commit 5410f6c381e774f9b25e70f5e6a079bd40d45c92 +Author: Kristoffer Grundström +Date: Sat Sep 2 17:33:12 2017 +0200 + + luci-app-ddns: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 4fe36c2f3c76a6ec65812678a858ce499ebf9357 +Merge: 72b90c0a1 f2fe6e10b +Author: Jo-Philipp Wich +Date: Sat Sep 2 13:58:48 2017 +0200 + + Merge pull request #1332 from Bubu83/patch-1 + + Italian Translation error + +commit 9d0f8800d3d45cc67bbe2f08ce74d72e6a272e6b +Author: Kristoffer Grundström +Date: Sat Sep 2 04:40:41 2017 +0200 + + luci-app-openvpn: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 2a76e20b95c2e2fd3d73d5a0bb4c24e4e6538734 +Author: Kristoffer Grundström +Date: Sat Sep 2 04:36:40 2017 +0200 + + luci-app-coovachilli: Updated my e-mail adress + + Signed-off-by: Kristoffer Grundström + +commit 951dbb9193eb12fd5c4ae71ac27089b1d51352d0 +Author: Kristoffer Grundström +Date: Sat Sep 2 04:33:09 2017 +0200 + + luci-app-bcp38: Added Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 9c7f01d9f03b93f5e477c256eaeabd479d20e3a9 +Author: Kristoffer Grundström +Date: Sat Sep 2 04:24:48 2017 +0200 + + luci-app-aria2: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 830a056e8ff2604d6d5f28f038b2b9096b0939b5 +Author: Kristoffer Grundström +Date: Sat Sep 2 04:08:35 2017 +0200 + + luci-app-ahcp: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit f87e878ece395d923404146fdfd4cc59a659901c +Author: Kristoffer Grundström +Date: Sat Sep 2 00:26:16 2017 +0200 + + luci-app-advanced-reboot: Added Swedish language + + Signed-off-by: Kristoffer Grundström + +commit b58c5e5fc93fcfbde7bce16bd88716ed3ca129cd +Author: Kristoffer Grundström +Date: Sat Sep 2 00:02:32 2017 +0200 + + luci-app-adblock: Sync translations + + Signed-off-by: Kristoffer Grundström + +commit 9ded828365373e675b14fbd092be8e8db2fa2127 +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Fri Sep 1 23:11:34 2017 +0200 + + Fix typo + +commit f2fe6e10b78ac207f540beef8b88433158ae94bc +Author: Bubu83 <31551237+Bubu83@users.noreply.github.com> +Date: Fri Sep 1 22:03:21 2017 +0200 + + Italian Translation error + + Completely wrong italian translation, maybe a typo + +commit 81c8debc03d92036d1d9b90a50c2da6d0aeea54b +Author: gabrownx +Date: Mon Aug 28 10:45:38 2017 -0300 + + Update adblock.po + + Minor issue fix + +commit 296ae87c8d1f6fc497dcb6535e80b897b574d916 +Author: gabrownx +Date: Sat Aug 26 12:41:20 2017 -0300 + + Update pt-br translation + + Added missing sentences + +commit 72b90c0a10678392692bd6b99301daba8792258a +Merge: d86244ab3 f389d676d +Author: Jo-Philipp Wich +Date: Tue Aug 22 21:23:05 2017 +0200 + + Merge pull request #1314 from aparcar/acld + + luci-app-attendedsysupgrade: lua code for acl.d + +commit d86244ab3946cb4cf8b15443dd3e62e23db1079a +Merge: eff0b74ef 28b996d66 +Author: Jo-Philipp Wich +Date: Tue Aug 22 21:22:45 2017 +0200 + + Merge pull request #1323 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: support for option dst_forward_recentrst + +commit eff0b74ef9b1b4edbc0d3956431f2c8257a5aa48 +Merge: 5e022ade5 35215110e +Author: Jo-Philipp Wich +Date: Tue Aug 22 21:21:59 2017 +0200 + + Merge pull request #1306 from aparcar/update_packages + + luci-app-attendedsysupgrade: param update_package + +commit 28b996d66f370517e5653b7ee5a4f3e5b3616520 +Author: Yousong Zhou +Date: Mon Aug 21 22:58:40 2017 +0800 + + luci-app-shadowsocks-libev: support for option dst_forward_recentrst + + Signed-off-by: Yousong Zhou + +commit 4b042bcbd9104c128dd2255b02f8dbc2dd59b653 +Author: Yousong Zhou +Date: Tue Aug 22 10:48:51 2017 +0800 + + luci-app-shadowsocks-libev: enumerate ifnames with sys.net.devices() + + Signed-off-by: Yousong Zhou + +commit f5fa1a0f0834d6b3fd3d920d6aebde149bb7a0f0 +Author: Yousong Zhou +Date: Mon Aug 21 23:08:57 2017 +0800 + + luci-app-shadowsocks-libev: rename option title for src dst list + + Signed-off-by: Yousong Zhou + +commit fd085d991097bef73221ada9b8fec09d4da8b55f +Author: Yousong Zhou +Date: Tue Aug 22 09:50:10 2017 +0800 + + luci-app-shadowsocks-libev: tweak list of redir instances + + - Skip disabled ones + - Allow empty value + + Signed-off-by: Yousong Zhou + +commit 56e9ac6642c580cdd121e1bcd0f3bbd924c44dd0 +Author: Yousong Zhou +Date: Tue Aug 22 00:02:53 2017 +0800 + + luci-app-shadowsocks-libev: fix setting boolean option + + Signed-off-by: Yousong Zhou + +commit 54c1772ad90557a111b33d01348dbd32b6377af1 +Author: Yousong Zhou +Date: Mon Aug 21 21:54:14 2017 +0800 + + luci-app-shadowsocks-libev: validate elements of src, dst ip/net list + + Signed-off-by: Yousong Zhou + +commit 3809bd6ffb5b2da8c1988bc7e9d6bec7dbf3efe8 +Author: Yousong Zhou +Date: Mon Aug 21 21:33:02 2017 +0800 + + luci-base: datatypes: add cidr, ipnet validator type + + - Rewrite ipmask to use these subtypes + - Add ip{4,6}prefix validators to cbi.js + + Signed-off-by: Yousong Zhou + +commit 5e022ade5cadf4ff9998b6311664af8f95b0ca13 +Merge: 520d5bba6 47f619ea7 +Author: Hannu Nyman +Date: Tue Aug 22 12:30:24 2017 +0300 + + Merge pull request #1322 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 47f619ea7f1106aed79b4dde6ffe63b25a7cac72 +Author: INAGAKI Hiroshi +Date: Tue Aug 22 17:44:48 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit f5ea59d2ff53a2ca0209374014dfaf35ddc08682 +Author: INAGAKI Hiroshi +Date: Tue Aug 22 17:23:16 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 520d5bba6dd46fce78381b0823b133f94a10b2dc +Merge: a17772e16 0d5ad7623 +Author: Hannu Nyman +Date: Mon Aug 21 20:35:34 2017 +0300 + + Merge pull request #1321 from dibdot/travelmate + + luci-app-travelmate: sync with 0.9.3 + +commit 0d5ad76239dc81933d6d2e24ac892248bba5714b +Author: Dirk Brenken +Date: Mon Aug 21 15:51:26 2017 +0200 + + luci-app-travelmate: sync with 0.9.3 + + * supports a Connection Limit of '0', + to disable this feature (unlimited retries) + + Signed-off-by: Dirk Brenken + +commit a17772e1629e6373e5b1bf794d95578a1696b79a +Merge: 1b8f0dd85 9b5f178a5 +Author: Hannu Nyman +Date: Sun Aug 20 18:21:29 2017 +0300 + + Merge pull request #1320 from musashino205/dcp-upd-ja + + luci-app-dnscrypt-proxy: Update Japanese translation + +commit 9b5f178a576b50956d52d3b1bd6d5890a4bd70c0 +Author: INAGAKI Hiroshi +Date: Mon Aug 21 00:09:21 2017 +0900 + + luci-app-dnscrypt-proxy: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit ca44b5b7887be91afca8954afe1649f34b1d51df +Author: INAGAKI Hiroshi +Date: Sun Aug 20 21:38:19 2017 +0900 + + luci-app-dnscrypt-proxy: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 1b8f0dd858c233ec5cc0668ea03dd200a4302243 +Merge: ac8a95719 dfad516e8 +Author: Hannu Nyman +Date: Sun Aug 20 13:43:58 2017 +0300 + + Merge pull request #1319 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: small fixes & additions + +commit dfad516e8402de33a3bb9d0750cc8736b83d6a85 +Author: Dirk Brenken +Date: Sun Aug 20 09:12:50 2017 +0200 + + luci-app-dnscrypt-proxy: small fixes & additions + + * check/add for 'global' section to fix a possible issue with old + (non-default) dnscrypt-proxy config files + * a custom 'resolv-crypt.conf' can now be added in the new "Extra + options" section + * accept IPv4 and IPv6 address as local dnscrypt ip address + + Signed-off-by: Dirk Brenken + +commit ac8a957191e49b186fcebfa23a2b54e6f7a2f9db +Author: Alexander Schlarb +Date: Sat Aug 19 18:58:49 2017 +0200 + + luci-app-uhttpd: Bump default key size to 2048 bits for certificates + + More about the currently recommended key sizes: https://www.keylength.com/en/compare/ + + Signed-off-by: Alexander Schlarb + + Modified to maintain the old minimum of 1024 bits for low-end devices. + + Signed-off-by: Hannu Nyman + +commit ab6485693834f7f66ff280d08abeec6e68265783 +Author: Alexander Schlarb +Date: Sat Aug 19 18:53:49 2017 +0200 + + luci-app-uhttpd: Fix certificate parameter section + + Signed-off-by: Alexander Schlarb + +commit 818959efdcebf9467ab1b8bd10e33b2f877b2f6c +Merge: 57117c995 f5ae714d9 +Author: Hannu Nyman +Date: Sun Aug 20 08:09:25 2017 +0300 + + Merge pull request #1315 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: sync with shadowsocks-libev config changes + +commit 57117c99598095ba6285c75b45e5b3ac64e68005 +Merge: ad81dc188 5d4ae05c6 +Author: Hannu Nyman +Date: Sun Aug 20 08:05:05 2017 +0300 + + Merge pull request #1318 from musashino205/mwan3-upd-ja + + luci-app-mwan3: Update Japanese translation + +commit 5d4ae05c635c2660e10e8dde73d449dfe7e2510a +Author: INAGAKI Hiroshi +Date: Sun Aug 20 13:44:24 2017 +0900 + + luci-app-mwan3: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit d503740be1ca822107a7c92eba0e3615184d573e +Author: INAGAKI Hiroshi +Date: Sun Aug 20 12:48:53 2017 +0900 + + luci-app-mwan3: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit f5ae714d9d7e33436613912c75fae6fc99c195ba +Author: Yousong Zhou +Date: Sun Aug 20 02:19:02 2017 +0800 + + luci-app-shadowsocks-libev: support ss_rules options: dst_default, ifnames + + Signed-off-by: Yousong Zhou + +commit 1c680e8c7803a1b801242e659382353385f7ec7f +Author: Yousong Zhou +Date: Sun Aug 20 01:30:22 2017 +0800 + + luci-app-shadowsocks-libev: add 2 aead methods + + Signed-off-by: Yousong Zhou + +commit e47366a8a13e2a89d950a2ae2dea144d7931f3b7 +Author: Yousong Zhou +Date: Mon Aug 14 01:01:23 2017 +0800 + + luci-app-shadowsocks-libev: fix typo in setting ss_rules.disabled=true + + Signed-off-by: Yousong Zhou + +commit f389d676de6d4eda676b569039878aed54e786a7 +Author: Paul Spooren +Date: Sat Aug 19 14:59:03 2017 +0200 + + luci-app-attendedsysupgrade: lua code for acl.d + + re add lua code to handle content of acl.d/. This should enable users to + use the luci-app without having the full snapshot luci installed, e.g. + trying the app from 17.01.2 + + Signed-off-by: Paul Spooren + +commit ad81dc1889843ef295984a7d0ad714f154eaed9c +Merge: 2163284cf b02330d28 +Author: Hannu Nyman +Date: Sat Aug 19 12:51:35 2017 +0300 + + Merge pull request #1313 from musashino205/dcp-add-ja + + luci-app-dnscrypt-proxy: Add Japanese translation + +commit b02330d28cfc2e5f6a563e4747f24a702ae799cd +Author: INAGAKI Hiroshi +Date: Sat Aug 19 01:00:05 2017 +0900 + + luci-app-dnscrypt-proxy: Add Japanese translation + + Added po templates and po for Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 3d3de97bfd8dd98103fb1a8ecbd53d880fb12695 +Author: INAGAKI Hiroshi +Date: Fri Aug 18 23:18:44 2017 +0900 + + luci-app-dnscrypt-proxy: Add more translations + + Added translate() functions for some UI texts. + + Signed-off-by: INAGAKI Hiroshi + +commit 2163284cf7c5d1484a9703cc283619f2a58549f1 +Merge: 5d35777a3 4a9b391d0 +Author: Hannu Nyman +Date: Fri Aug 18 10:08:43 2017 +0300 + + Merge pull request #1311 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: fix ssl dependency + +commit 4a9b391d03a97fd948ce79a6fe2bded7a03e215f +Author: Dirk Brenken +Date: Fri Aug 18 09:04:09 2017 +0200 + + luci-app-dnscrypt-proxy: fix ssl dependency + + * remove libustream-mbedtls dependency in makefile and check for + 'libustream-ssl.so' in the app. (fix for #1310) + * add missing uclient-fetch dependency in makefile. + + Signed-off-by: Dirk Brenken + +commit 5d35777a34d3fda12d7947047351a5151107771e +Merge: 209deb50a 14dca2f3e +Author: Hannu Nyman +Date: Thu Aug 17 20:01:58 2017 +0300 + + Merge pull request #1309 from dibdot/dnscrypt-proxy + + luci-app-dnscrypt-proxy: new package + +commit 35215110ee22548abc66998d9aadc5f3172776b3 +Author: Paul Spooren +Date: Tue Aug 15 13:59:44 2017 +0200 + + luci-app-attendedsysupgrade: param update_package + + the "update_package" option explicitly asks the server to check for + packages updates as well not only upgrades to a new release + + Signed-off-by: Paul Spooren + +commit 14dca2f3eef863c03b87bf21dc5787a524d84b62 +Author: Dirk Brenken +Date: Wed Aug 16 21:49:20 2017 +0200 + + luci-app-dnscrypt-proxy: new package + + to ease the dnscrypt-proxy configuration I've build this package, + main features: + * full resolver list handling, incl. list refresh and + simple resolver selection per instance + * trigger support + * support the following (conditional) options: + * resolvers_list + * ephemeral_keys + * blacklist + * block_ipv6 + * local_cache + * query_log_file + + Signed-off-by: Dirk Brenken + +commit 209deb50a41664c4a3a04b92d9d36b935792e477 +Merge: dff56b96d 6c4053066 +Author: Hannu Nyman +Date: Wed Aug 16 18:42:59 2017 +0300 + + Merge pull request #1308 from TDT-GmbH/luci-app-mwan3_update + + luci-app-mwan3: use mwan3.user and add global mmx_mask option + +commit dff56b96dc22a7796430010244ddff5091345427 +Merge: 3d338ee3e 71f07bb65 +Author: Hannu Nyman +Date: Wed Aug 16 18:40:47 2017 +0300 + + Merge pull request #1304 from marcin1j/pr/20170814-mwan3-tracking-method + + luci-app-mwan3: add new config option 'track_method' + +commit 6c4053066a56e85b3d2420d1183916598cdcd400 +Author: Florian Eckert +Date: Mon Aug 14 10:08:28 2017 +0200 + + luci-app-mwan3: add config for mwan3 mask + + Add global config option to edit the mwan3 firewall mask. + + Signed-off-by: Florian Eckert + +commit 10992d6b10559daa792bcd7609eb6929d4fe3692 +Author: Florian Eckert +Date: Fri Aug 11 15:36:39 2017 +0200 + + luci-app-mwan3: change hotplug script to mwan3.user + + Replace old "/etc/hotplug.d/iface/16-mwancustom" edit possibility + with the new "/etc/mwan3.user" hotplug script. + Which will also be saved during sysupgrade. + + Signed-off-by: Florian Eckert + +commit 3d338ee3e6d943719c7f667e89f286d533ad05dc +Merge: 415d3aeb1 9bda650ab +Author: Hannu Nyman +Date: Tue Aug 15 20:24:21 2017 +0300 + + Merge pull request #1307 from musashino205/smb-upd-ja + + luci-app-samba: Update Japanese translation + +commit 9bda650abeeacb9b69813eb294d40dc896f24e16 +Author: INAGAKI Hiroshi +Date: Wed Aug 16 00:42:20 2017 +0900 + + luci-app-samba: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 415d3aeb164754e9e16408f95d6e5ff94b0fdf62 +Merge: 09e0519fc 5cdab68f2 +Author: Jo-Philipp Wich +Date: Tue Aug 15 10:45:58 2017 +0200 + + Merge pull request #1305 from aparcar/stringify + + luci-app-attendedsysupgrade: use JSON.stringify + +commit 5cdab68f25f92dd26eb3f218ebe648740eaef4dd +Author: Paul Spooren +Date: Mon Aug 14 19:13:23 2017 +0200 + + luci-app-attendedsysupgrade: use JSON.stringify + + now uses JSON.stringify instead of creating pseudo JSON data via + `'{' + variable + '}'` + + also simplify uci naming + + Signed-off-by: Paul Spooren + +commit 71f07bb65b8b3ad5e202728f3ab4e66a58fa187a +Author: Marcin Jurkowski +Date: Mon Aug 14 18:49:41 2017 +0200 + + luci-app-mwan3: add new config option 'track_method' + + Signed-off-by: Marcin Jurkowski + +commit efe1ea02a8a6074325f5b694f453056d303767b8 +Author: INAGAKI Hiroshi +Date: Mon Aug 14 20:44:40 2017 +0900 + + luci-app-samba: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 09e0519fca7ac3bbb6d391ca5c04a1735ee1d49f +Merge: 0ee6b1c8f 47a36e0af +Author: Jo-Philipp Wich +Date: Sun Aug 13 20:56:58 2017 +0200 + + Merge pull request #1294 from aparcar/model + + luci-app-attendedsysupgrade: send model info + +commit 0ee6b1c8f76fb9b0dd8d82a3e4e3c48e51c21ef7 +Merge: 5b8a7652a 0a2fa7b16 +Author: Hannu Nyman +Date: Sun Aug 13 19:47:25 2017 +0300 + + Merge pull request #1301 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: minor adaption for ease of use + +commit 47a36e0af9e8054bbeb4320f1a0e85f1c9ecbeba +Author: Paul Spooren +Date: Thu Aug 10 17:26:15 2017 +0200 + + luci-app-attendedsysupgrade: send model info + + as reported [here][1] the board_name is not everywhere unified yet. to + solve this problem, the model name is transported as well and used as a + fallback identifier + + [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/26 + + Signed-off-by: Paul Spooren + +commit 5b8a7652af6877e668badd976f84d030832f1b88 +Merge: 15cb504b4 6cc4a2257 +Author: Jo-Philipp Wich +Date: Sun Aug 13 15:57:39 2017 +0200 + + Merge pull request #1295 from aparcar/keep_settings + + luci-app-attendedsysupgrade: add keep-settings opt + +commit 15cb504b446add1d62bb318c683ed2cf78cd7041 +Author: Jo-Philipp Wich +Date: Sun Aug 13 15:54:01 2017 +0200 + + luci-base: improve language detection + + Properly deal with client accept languages containing a culture identifier + such as "zh-CN" or "pt-BR". + + Fixes #1226. + + Signed-off-by: Jo-Philipp Wich + +commit 6cc4a22579676862558e7a50d30de2395de7a71e +Author: Paul Spooren +Date: Thu Aug 10 22:34:02 2017 +0200 + + luci-app-attendedsysupgrade: add keep-settings opt + + add a keep-settings checkbox to the webview + this PR depends on [this][1] PR in openwrt/packages + + [1]: https://github.com/openwrt/packages/pull/4689 + + Signed-off-by: Paul Spooren + +commit f03bee5a91b09b81b4de9536d5dacdc670c7fb26 +Merge: 56424931b 37b11dbcd +Author: Jo-Philipp Wich +Date: Sun Aug 13 15:17:57 2017 +0200 + + Merge pull request #1235 from aa65535/luci-base + + luci-base: add missing conffiles + +commit 56424931bb72b38151fb359d5d5f862a23fea5b8 +Author: Bob +Date: Sun Jul 30 16:59:59 2017 -0700 + + luci-app-samba: Shared directory help text. + + A forum.lede-project.org member had trouble understanding how to configure Samba. + This is help text for Shared Directories. + + Signed-off-by: Bob Meizlik + [whitespace fixed] + Signed-off-by: Jo-Philipp Wich + +commit 99f7794311aa1e134098704206cfd771c51c66e0 +Merge: 83e47322f 99958baed +Author: Jo-Philipp Wich +Date: Sun Aug 13 15:05:33 2017 +0200 + + Merge pull request #1290 from aparcar/uhttpd-mod-ubus + + luci-app-attendedsysupgrade: add missing dep + +commit 83e47322fce5e945496e1cdd0631164e7ff36748 +Merge: 2697ef81a 2f53e3080 +Author: Jo-Philipp Wich +Date: Sun Aug 13 15:03:44 2017 +0200 + + Merge pull request #1298 from aparcar/update_info + + luci-app-attendedsysupgrade: show updated packages + +commit 0a2fa7b16f61f74cd6a9c3814e49ab237854765e +Author: Yousong Zhou +Date: Sun Aug 13 12:34:46 2017 +0800 + + luci-app-shadowsocks-libev: assume ss-redir has default mode tcp_only + + This is in accordance with the current actual implementation of + ss-redir. + + Signed-off-by: Yousong Zhou + +commit be77667225991e5965afc549ae94a148ea4246e1 +Author: Yousong Zhou +Date: Sun Aug 13 12:28:37 2017 +0800 + + luci-app-shadowsocks-libev: add a ss_rules section if none exists + + When there is no ss_rules section, the "Redir Rules" tab will have empty + form in the generated page. This is especialy the case when the + shadowsocks-libev config is from an earlier version before 3.0.6-2 + + Signed-off-by: Yousong Zhou + +commit 2697ef81a1b395f3e0d53d8a536fb76205e60b04 +Merge: 8bc197166 331710464 +Author: Hannu Nyman +Date: Sat Aug 12 09:23:29 2017 +0300 + + Merge pull request #1299 from dibdot/travelmate + + luci-app-travelmate: sync with 0.9.2 + +commit 3317104647c6e189094464d045d9ec76ee8530e9 +Author: Dirk Brenken +Date: Sat Aug 12 08:03:48 2017 +0200 + + luci-app-travelmate: sync with 0.9.2 + + * frontend: add/modify input datatypes in 'extra' section + * frontend: add support to edit/change wpa enterprise key phrases + * frontend: various small fixes + + Signed-off-by: Dirk Brenken + +commit 2f53e30806d397805223b39e751463f8bc973da2 +Author: Paul Spooren +Date: Fri Aug 11 20:58:35 2017 +0200 + + luci-app-attendedsysupgrade: show updated packages + + since the update server now checks packages for updates the web view + will show all changed package versions. this PR is also important to + support future package transformations of the server + + Signed-off-by: Paul Spooren + +commit 8bc19716615e264474113af433ccc9bd9f3380ca +Merge: afe2d2c18 bcc9382e1 +Author: Hannu Nyman +Date: Fri Aug 11 16:16:33 2017 +0300 + + Merge pull request #1297 from TDT-GmbH/luci-app-mwan3_add_options + + luci-app-mwan3: add new options + +commit bcc9382e160407760a2b327b15494c3673819314 +Author: Florian Eckert +Date: Fri Aug 11 13:42:38 2017 +0200 + + luci-app-mwan3: update i18n + + Signed-off-by: Florian Eckert + +commit 5371f159da1806dc58671c6e1f519a3c9b9d120f +Author: Florian Eckert +Date: Fri Aug 11 08:54:07 2017 +0200 + + luci-app-mwan3: extend uci-default to set globals section if not present + + Signed-off-by: Florian Eckert + +commit 933e0f335c70c2b96ab05adb6f4d0d48d8034cfc +Author: Florian Eckert +Date: Fri Aug 11 08:53:00 2017 +0200 + + luci-app-mwan3: add globals config section + + Signed-off-by: Florian Eckert + +commit c88e03548c08e4fc9d4f49d92f56306519094682 +Author: Florian Eckert +Date: Fri Aug 11 08:52:15 2017 +0200 + + luci-app-mwan3: add new config options initial_state and keep_failure_interval + + Signed-off-by: Florian Eckert + +commit 713d463248773f4c0d8fee1d9c2b8dc0ff0de32c +Author: Florian Eckert +Date: Wed Aug 2 16:45:26 2017 +0200 + + luci.mk: sort languages in lexical order + + sorting language in .config by lexical order + + Signed-off-by: Florian Eckert + +commit afe2d2c18743b0f85efb030fb279c4e5ac169197 +Merge: bbcf73f9b e38a03f1e +Author: Hannu Nyman +Date: Thu Aug 10 16:49:10 2017 +0300 + + Merge pull request #1292 from engelant/master + + [PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable + +commit e38a03f1e35d2521d22fd4f5b92b7c677d0b5bdf +Author: Anton Engelhardt +Date: Wed Aug 9 18:52:50 2017 +0200 + + [PATCH] luci-mod-admin-full: 802.11r AP-WDS mode enable + + Made 802.11r selection availible in AP-WDS mode + + Signed-off-by: Anton Engelhardt anton@neednow.de + +commit bbcf73f9bf5b5dbbf3eba44ced77c019a0ce0be6 +Merge: 102199fcb 76a4609c6 +Author: Hannu Nyman +Date: Tue Aug 8 20:45:07 2017 +0300 + + Merge pull request #1289 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: hide key, password value in instance overview + +commit 99958baed5884c5c2ddbcbe13608edd56e02d7f1 +Author: Paul Spooren +Date: Tue Aug 8 16:06:08 2017 +0200 + + luci-app-attendedsysupgrade: add missing dep + + uhttpd-mod-ubus is missing on some devices where rpcd is installed. + the luci app fundamentally depends on /ubus + + Signed-off-by: Paul Spooren + +commit 76a4609c6692e61f859e7c729d9f510a4a8768d5 +Author: Yousong Zhou +Date: Tue Aug 8 11:20:20 2017 +0800 + + luci-app-shadowsocks-libev: hide key, password value in instance overview + + This is mainly for ss_server section + + Signed-off-by: Yousong Zhou + +commit 102199fcbffe80c3b9fef38270f1f69bf3d7c65a +Merge: 71fd98c44 a50c56d47 +Author: Hannu Nyman +Date: Mon Aug 7 18:39:26 2017 +0300 + + Merge pull request #1287 from TDT-GmbH/dsl_auto_xfer_mode + + luci-mod-admin-full: add 'auto' xfer_mode to dsl configuration + +commit 71fd98c44a53894727970bc14f9d4f43adc67351 +Merge: 1fdad2616 2bcf29d54 +Author: Hannu Nyman +Date: Mon Aug 7 16:02:53 2017 +0300 + + Merge pull request #1285 from kuoruan/i18n-zh-cn + + luci-app-nlbwmon: Fix and update Simplified Chinese translation + +commit 2bcf29d54aa2192f501c3d79b584101339ae4b5c +Author: kuoruan +Date: Mon Aug 7 10:45:44 2017 +0800 + + luci-app-nlbwmon: Fix and update Simplified Chinese translation + + Signed-off-by: Hsing-wang Liao + +commit 1fdad2616da0709eb6b34a729fd7af34b66fb496 +Author: Jo-Philipp Wich +Date: Mon Aug 7 09:56:30 2017 +0200 + + luci-app-nlbw: make display template XHTML compliant + + This allows proper rendering in OpenWrt theme. Fixes #1284. + + Signed-off-by: Jo-Philipp Wich + +commit a50c56d4749aa8f4c0673614b221254765c29613 +Author: Martin Schiller +Date: Mon Aug 7 08:06:18 2017 +0200 + + luci-mod-admin-full: add 'auto' xfer_mode to dsl configuration + + This change is needed to support the new default 'auto' xfer_mode + setting. + + Signed-off-by: Martin Schiller + +commit bf7e21c65c2dc34581e90390802e65437e24304d +Merge: 8ff8b0372 50c796fb1 +Author: Hannu Nyman +Date: Sun Aug 6 18:46:52 2017 +0300 + + Merge pull request #1283 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 8ff8b03722d7ba6423fb9e189b06b5b1592d2be8 +Merge: 1dd49b93c 2c32ed186 +Author: Hannu Nyman +Date: Sun Aug 6 18:46:29 2017 +0300 + + Merge pull request #1264 from kuoruan/zh-cn-tr + + Update some Simplified Chinese translation + +commit 50c796fb138534c0555c40c9e3bd9a7d7e0b2cca +Author: INAGAKI Hiroshi +Date: Mon Aug 7 00:25:50 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 2c32ed18635e926b45d144df70d23a3260316960 +Author: kuoruan +Date: Fri Aug 4 19:05:57 2017 +0800 + + luci-app-nlbwmon: Add Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit baac7eba42e1dc1cd92440ff1bed4bf4abd2521f +Author: Hsing-Wang Liao +Date: Sun Jul 30 19:52:02 2017 +0800 + + luci-app-firewall: Update Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit afb3c2a934042949bf385c11e0e166e749df30db +Author: Hsing-Wang Liao +Date: Sun Jul 30 19:46:23 2017 +0800 + + luci-app-firewall: Fix a word typo, arbritary -> arbitrary + + Signed-off-by: Hsing-Wang Liao + +commit ba2dd646fa92f4bda630d4e129c6125dfb4a8262 +Author: INAGAKI Hiroshi +Date: Sun Aug 6 21:13:29 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 37b11dbcd802679d90df0582e13c6177ec874523 +Author: Jian Chang +Date: Fri Jul 14 16:56:41 2017 +0800 + + luci-base: add missing conffiles + + Signed-off-by: Jian Chang + +commit 36ac049eb320715c941660df1ed96b035eb6c9bf +Author: kuoruan +Date: Fri Aug 4 10:35:08 2017 +0800 + + luci-base: Some fix of Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit ba548d384480c7635495b19ea04e9c99360c15c5 +Author: Hsing-Wang Liao +Date: Sun Jul 30 18:31:09 2017 +0800 + + luci-app-bcp38: Add Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 1dd49b93c768c507e1de8c15295fd6337780107a +Merge: 53da9adc2 4e80499a0 +Author: Hannu Nyman +Date: Sun Aug 6 08:49:19 2017 +0300 + + Merge pull request #1281 from dibdot/travelmate + + luci-app-travelmate: bugfix + +commit 4e80499a023fb195c7c897841473f526ffd0c7fa +Author: Dirk Brenken +Date: Sat Aug 5 18:57:20 2017 +0200 + + luci-app-travelmate: bugfix + + * fix bug in interface wizard during initial setup + * cosmetics + + Signed-off-by: Dirk Brenken + +commit 53da9adc255edcd901e0d0f8cac92e94e71fcd6c +Merge: ec67ae73a a22f05086 +Author: Jo-Philipp Wich +Date: Sat Aug 5 14:04:30 2017 +0200 + + Merge pull request #1279 from aparcar/fix_slash + + luci-app-attendedsysupgrade: remove leading slash + +commit ec67ae73a69ee35896b1682ceef458063222e2f9 +Merge: d082ed964 a9afd33af +Author: Hannu Nyman +Date: Sat Aug 5 09:02:43 2017 +0300 + + Merge pull request #1280 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit a9afd33afe550e4308e252f17fa0f4b97206c0d5 +Author: INAGAKI Hiroshi +Date: Sat Aug 5 13:55:30 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit f7b0e3f5ef4a0f5f0c117209cbb57723f608c928 +Author: INAGAKI Hiroshi +Date: Sat Aug 5 13:47:21 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit a22f050861ed8addc6b5fdaa7b3a3caf4cb379e3 +Author: Paul Spooren +Date: Fri Aug 4 18:09:43 2017 +0200 + + luci-app-attendedsysupgrade: remove leading slash + + the slash leads to // redirecting to /. The redirecting causes problems + with CORS [1]. + + [1]: http://enable-cors.org/ + + Signed-off-by: Paul Spooren + +commit d082ed964bc85ad87203d6564394258cb096365a +Merge: af8e2c6d1 5d9168357 +Author: Hannu Nyman +Date: Fri Aug 4 17:33:15 2017 +0300 + + Merge pull request #1278 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: support ss_redir disable_sni option + +commit 5d916835752f83c53528cada375e3dd57c693483 +Author: Yousong Zhou +Date: Fri Aug 4 22:28:44 2017 +0800 + + luci-app-shadowsocks-libev: support ss_redir disable_sni option + + Signed-off-by: Yousong Zhou + +commit af8e2c6d171a4cf9c1c97b028fbcad0e110f7dbb +Merge: efb7e5f36 0f13f7eb8 +Author: Hannu Nyman +Date: Fri Aug 4 13:35:41 2017 +0300 + + Merge pull request #1277 from dibdot/adblock + + luci-app-adblock: sync with adblock 2.8.5 + +commit 0f13f7eb8174e12b5882f244019a35725f729743 +Author: Dirk Brenken +Date: Fri Aug 4 08:34:34 2017 +0200 + + luci-app-adblock: sync with adblock 2.8.5 + + * add preliminary kresd support + * small fixes + + Signed-off-by: Dirk Brenken + +commit efb7e5f365da3e007b603055f2326a75115e5a92 +Merge: b90153386 b110746b9 +Author: Hannu Nyman +Date: Thu Aug 3 18:29:48 2017 +0300 + + Merge pull request #1275 from dibdot/travelmate + + luci-app-travelmate: small bugfixes & optimizations + +commit b110746b982c68e6e27c693a37862827d65bec9f +Author: Dirk Brenken +Date: Thu Aug 3 17:04:58 2017 +0200 + + luci-app-travelmate: small bugfixes & optimizations + + * various small bugfixes and optimizations + + Signed-off-by: Dirk Brenken + +commit b90153386cf890aa551e2b4457e9092d4c5b4867 +Author: Paul Spooren +Date: Fri Jul 28 00:28:12 2017 +0200 + + luci-app-attendedsysupgrade: add package + + Add a simple luci view in system tab to perform a sysupgrade + with no hassle. + + Asks an external update server for upgrades, downloads and + flashes the upgrade. + + This packge is the frontend for my current GSoC project: + https://summerofcode.withgoogle.com/projects/#5684958571003904 + + More code is found here: + https://github.com/aparcar/gsoc17-attended-sysupgrade + + Signed-off-by: Paul Spooren + [jo@mein.io: squash commits, remove PKGARCH from Makefile] + Signed-off-by: Jo-Philipp Wich + +commit bf407f087cde592631bd0c95948e32cbd0efab08 +Merge: 317cfd0b4 adb620950 +Author: Jo-Philipp Wich +Date: Wed Aug 2 10:34:59 2017 +0200 + + Merge pull request #1245 from danweller18/feature_js_headers + + luci-base: Remove request headers that are set automatically by browser + +commit 317cfd0b4be78a68c0fb6695803feb32c2768d5d +Merge: f438c1c1a 7fae5f5c2 +Author: Hannu Nyman +Date: Wed Aug 2 10:05:49 2017 +0300 + + Merge pull request #1273 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: add common flag ipv6_first + +commit 7fae5f5c221f47e13808c382d1133dba25b5f8c0 +Author: Yousong Zhou +Date: Tue Aug 1 14:34:43 2017 +0800 + + luci-app-shadowsocks-libev: add common flag ipv6_first + + Signed-off-by: Yousong Zhou + +commit a668c58607b034ef0de471239598314f3a472c0a +Author: Yousong Zhou +Date: Tue Aug 1 14:27:40 2017 +0800 + + luci-app-shadowsocks-libev: remove redundant duplicate methods + + Signed-off-by: Yousong Zhou + +commit f438c1c1ab388396aa67ce3951d39ca159bbff0f +Merge: e276df205 feca480f5 +Author: Jo-Philipp Wich +Date: Tue Aug 1 14:00:14 2017 +0200 + + Merge pull request #1271 from musashino205/nbm-upd-ja + + luci-app-nlbwmon: Update Japanese translation + +commit e276df205163425d43f7be04bd513569b26ad5b9 +Author: Jo-Philipp Wich +Date: Tue Aug 1 13:51:45 2017 +0200 + + luci-app-nlbwmon: always fetch latest data + + When displaying the most current accounting period, pass an empty timestamp + to the backend in order to query the current in-memory data instead of the + latest committed values. + + This ensures that the dashboard always renders the most current data in its + default view. + + Signed-off-by: Jo-Philipp Wich + +commit feca480f5f72e8da987ca126ac64dc0d99b9fce4 +Author: INAGAKI Hiroshi +Date: Tue Aug 1 19:41:57 2017 +0900 + + luci-app-nlbwmon: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 7387bf619f7ad42b1047ee799649c1e1a96fadd4 +Merge: 6f9b75cc4 3909cf79d +Author: Hannu Nyman +Date: Tue Aug 1 09:20:18 2017 +0300 + + Merge pull request #1270 from dibdot/travelmate + + luci-app-travelmate: rework wireless station re-ordering + +commit 3909cf79dcee55c90dc3dd50af619fbb63290b65 +Author: Dirk Brenken +Date: Mon Jul 31 23:07:11 2017 +0200 + + luci-app-travelmate: rework wireless station re-ordering + + * rework wireless station re-ordering code, now complete uci index + based, therefore no longer tied to a definite order of wifi-iface + sections + + Signed-off-by: Dirk Brenken + +commit 6f9b75cc427be57a1a05373312013ce30fa31b6b +Author: Jo-Philipp Wich +Date: Mon Jul 31 19:32:02 2017 +0200 + + luci-app-nlbwmon: remove version marker from javascripts + + Signed-off-by: Jo-Philipp Wich + +commit 3722aa02861d53d356a73a1ddc4fc2a2cd610617 +Author: Jo-Philipp Wich +Date: Mon Jul 31 19:11:51 2017 +0200 + + luci-app-nlbwmon: improve initial view + + Make sure that placeholder pie charts are rendered, display a hint about + yet missing data in the tables and offer a link to force-commit ("Reload") + the data. + + Also fix some mixed white space, an imbalanced dom operation and sync + translation template. + + Signed-off-by: Jo-Philipp Wich + +commit c37a95365359e0870d4af1fa5b034b59ae6c28cc +Merge: 0b11fdebf 2e5da9b4f +Author: Hannu Nyman +Date: Mon Jul 31 15:37:49 2017 +0300 + + Merge pull request #1268 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 2e5da9b4fe9faa4cdac99c8f89a727b9fc8f659e +Author: INAGAKI Hiroshi +Date: Mon Jul 31 21:18:28 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 439f0dbafc3fd949ea8503ac48dbb51b2146c980 +Author: INAGAKI Hiroshi +Date: Mon Jul 31 20:56:24 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 0b11fdebf8a45ee858482896a96ec40232e32646 +Merge: f7a9c713e 4142839e0 +Author: Hannu Nyman +Date: Mon Jul 31 12:40:43 2017 +0300 + + Merge pull request #1267 from dibdot/travelmate + + luci-app-travelmate: bugfixes + +commit f7a9c713e56a53a83bf789c7e0d1e9554261b3d3 +Author: Jo-Philipp Wich +Date: Mon Jul 31 11:11:21 2017 +0200 + + luci-app-nlbwmon: add missing charting library + + Signed-off-by: Jo-Philipp Wich + +commit 4142839e0d3196cf74fdeee80de5e01d84ffb861 +Author: Dirk Brenken +Date: Mon Jul 31 08:05:54 2017 +0200 + + luci-app-travelmate: bugfixes + + * fix interface default value on overview page + * fix re-ordering of wireless stations + * added translation fix by INAGAKI Hiroshi + + Signed-off-by: Dirk Brenken + +commit fd6f892bc138e363d4fc5f1b7a422b23c48a7577 +Merge: c22b44b3f 7594c5288 +Author: Hannu Nyman +Date: Sun Jul 30 19:48:49 2017 +0300 + + Merge pull request #1263 from musashino205/nbm-add-ja + + luci-app-nlbwmon: Add Japanese translation + +commit c22b44b3fbd9b7cba06dd4e74a61a67d99b55e48 +Merge: 2523e0f47 81f52d429 +Author: Hannu Nyman +Date: Sun Jul 30 19:48:32 2017 +0300 + + Merge pull request #1261 from dibdot/travelmate + + luci-app-travelmate: enhancements & fixes + +commit 7594c52888bed8e5497d41e0c4a26a4f1e1e8c9e +Author: INAGAKI Hiroshi +Date: Sun Jul 30 19:08:36 2017 +0900 + + luci-app-nlbwmon: Add Japanese translation + + Added po templates and Japanese translation. + + Signed-off-by: INAGAKI Hiroshi + +commit 2523e0f479e2bd8c3d403637df03c6bb6c4a2d85 +Merge: 4c9ae3f61 0fe93fc3a +Author: Jo-Philipp Wich +Date: Sun Jul 30 11:54:09 2017 +0200 + + Merge pull request #1259 from jow-/introduce-nlbwmon + + luci-app-nlbwmon: new package + +commit 81f52d429081bba20a898d3a6ed5ad7241cbadc0 +Author: Dirk Brenken +Date: Sat Jul 29 10:02:21 2017 +0200 + + luci-app-travelmate: enhancements & fixes + + * Further optimized Station Overview & Scan page, + especially for mobile devices + * add a "Rescan" button in manual mode on overview page + * XHTML fixes + + Signed-off-by: Dirk Brenken + +commit 0fe93fc3a3c9402a5d0af4415ed140df20f14953 +Author: Jo-Philipp Wich +Date: Fri Jul 28 15:57:44 2017 +0200 + + luci-app-nlbwmon: new package + + This commit introduces luci-app-nlbwmon, a frontend for nlbwmon, the + lightweight NetLink BandWidth Montor. + + The nlbwmon daemon gathers per-host traffic statistics by querying netlink + accounting data. Due to this approach, the executable is very small and does + not rely on libpcap and CPU intensive raw sockets to monitor traffic. + + Depends on PR https://github.com/openwrt/packages/pull/4646 + + Signed-off-by: Jo-Philipp Wich + +commit 4c9ae3f615fb85a888728c251568259fb82246a2 +Author: Jo-Philipp Wich +Date: Fri Jul 28 16:14:53 2017 +0200 + + luci-base: cbi.js: fix handling of inverse-depends, combobox validation + + - Properly handle logic for evaluating inverted dependencies means + when depending on another field *not* having a given value + + - Perform datatype validation *after* populating combobox choices to + avoid triggering a false-positive when validating an .rmempty = false + combobox during form instantiation + + Signed-off-by: Jo-Philipp Wich + +commit 4201282559d85988990c8f48f4075bed5f785c2f +Author: Jo-Philipp Wich +Date: Thu Jul 20 11:44:25 2017 +0200 + + luci-base: let luci.sys.net.devices() return all netdevs + + The previous implementation of the function only returned ethernet + interfaces because it relied on the AF_PACKET family entries returned + by getifaddrs(). + + Change the function to simply collect all interface names it sees in + order to avoid missing tunnel interfaces. + + Fixes FS#917. + + Signed-off-by: Jo-Philipp Wich + +commit 3630387a9490a0f99b57f9270e0e41a8929a6162 +Merge: 9aafb2b29 3604e4756 +Author: Hannu Nyman +Date: Fri Jul 28 08:09:42 2017 +0300 + + Merge pull request #1256 from musashino205/mwan3-upd-ja + + luci-app-mwan3: Update Japanese translation + +commit 9aafb2b29408434a3a7d022663bea2c84b1426b8 +Merge: 3603e27e3 984b09272 +Author: Hannu Nyman +Date: Fri Jul 28 08:08:40 2017 +0300 + + Merge pull request #1257 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit 3604e4756d3bf916976a5b421f2463bfc8b1900a +Author: INAGAKI Hiroshi +Date: Fri Jul 28 13:47:25 2017 +0900 + + luci-app-mwan3: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 984b092726859ca56d1b36ef5d33c5fea0531c33 +Author: INAGAKI Hiroshi +Date: Fri Jul 28 12:18:22 2017 +0900 + + luci-base: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 3603e27e30052ce88463998405f1c6e14a743d60 +Author: Hannu Nyman +Date: Thu Jul 27 19:40:47 2017 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit f450c0403d4aa2d1e5cbcb262315121b130990e9 +Merge: 314dd1aa1 ec305ecc8 +Author: Hannu Nyman +Date: Tue Jul 25 08:36:52 2017 +0300 + + Merge pull request #1252 from musashino205/mwan3-fix-status + + luci-app-mwan3: Add translate strings in update_status() + +commit 314dd1aa11d1fbe3501928e89823e2521eb651d3 +Merge: 6c8a9f104 5dd6be451 +Author: Hannu Nyman +Date: Tue Jul 25 08:35:53 2017 +0300 + + Merge pull request #1251 from dibdot/luci-app-travelmate + + luci-app-travelmate: enhancements & fixes + +commit 5dd6be451372f44363bd0428c2e44cf912540e50 +Author: Dirk Brenken +Date: Tue Jul 25 07:24:59 2017 +0200 + + luci-app-travelmate: enhancements & fixes + + * add re-ordering buttons in Station Overview + * fix possible nil error during wifi scan + + Signed-off-by: Dirk Brenken + +commit ec305ecc82a80e254beaeac9fbd82949d56109b3 +Author: INAGAKI Hiroshi +Date: Tue Jul 25 14:12:25 2017 +0900 + + luci-app-mwan3: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 35cfbe09cc978ea4aedcabf1f15e83c6f2e7b0b7 +Author: INAGAKI Hiroshi +Date: Tue Jul 25 13:39:59 2017 +0900 + + luci-app-mwan3: Add translate strings in update_status() + + Translation function is not used in "start", "stop", and "restart", + and I modified them because the LuCI i18n-tools cannot be detected. + + Signed-off-by: INAGAKI Hiroshi + +commit 6c8a9f104ce849534069fe6e0d23d8cbadddd30d +Merge: 844a741e7 31f77a3cf +Author: Hannu Nyman +Date: Mon Jul 24 19:54:31 2017 +0300 + + Merge pull request #1250 from dibdot/luci-app-travelmate + + luci-app-travelmate: small bugfixes + +commit 31f77a3cfe3ff04d7c20d7ba6d2daacdcc9fbc5d +Author: Dirk Brenken +Date: Mon Jul 24 15:30:01 2017 +0200 + + luci-app-travelmate: small bugfixes + + * speed up wireless scan + * emphasize active uplink in Station Overview + * mark hidden SSIDs + + Signed-off-by: Dirk Brenken + +commit 844a741e7ea29dc460249774c35c34b20c463877 +Merge: 3f0aead2e 06ad394dd +Author: Hannu Nyman +Date: Mon Jul 24 14:57:07 2017 +0300 + + Merge pull request #1249 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: auto update instance running state + +commit 3f0aead2eab34254e6688d49c69d6b9c63dcfecd +Merge: f7cf1dae6 47cf4afa4 +Author: Hannu Nyman +Date: Mon Jul 24 14:56:51 2017 +0300 + + Merge pull request #1248 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit f7cf1dae69a164f4e46daa0c167636f4879b97a0 +Merge: 17de308ab cca9fe92f +Author: Hannu Nyman +Date: Mon Jul 24 14:51:12 2017 +0300 + + Merge pull request #1239 from kuoruan/zh-cn-tr + + Add some translate strings & Update Simplified Chinese translation + +commit 47cf4afa4d942b74cfcecee49c3f4c2d2b05fab5 +Author: INAGAKI Hiroshi +Date: Mon Jul 24 16:25:17 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations, and cleaned up old translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 06ad394dde572878c2a573e8ef81b94ae706b5d5 +Author: Yousong Zhou +Date: Mon Jul 24 13:00:37 2017 +0800 + + luci-app-shadowsocks-libev: auto update instance running state + + Signed-off-by: Yousong Zhou + +commit 01c5bc66a986ae49045bc49ad8895e760ab90d66 +Author: INAGAKI Hiroshi +Date: Mon Jul 24 14:56:48 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 17de308ab792249d0f9d3b85abaf2ed50b148fa4 +Merge: 8f62b2894 2145b7b33 +Author: Hannu Nyman +Date: Mon Jul 24 08:02:18 2017 +0300 + + Merge pull request #1240 from bobmseagithub/luci-app-statistics_Voltage_graphs + + luci-app-statistics: Voltage graphs - AC and DC + +commit 2145b7b33bbc4c142b243ac032e6e9c1c28ca835 +Author: bobmseagithub +Date: Thu Jul 20 11:47:57 2017 -0700 + + luci-app-statistics: Voltage graphs - AC and DC + + The Voltage graph combines Battery, Input Voltage and Output Voltage. + The Y-Axis scale masks changes in Input/Output voltages over time. + This patch splits the graphs into 2 graphs. + This makes it possible to see variations in AC Input/Output voltages. + + Signed-off-by: Bob Meizlik + +commit 8f62b28948f8b24f1eb8239074a19d868a02cad6 +Merge: 52a0787c3 48b5ccfad +Author: Hannu Nyman +Date: Sun Jul 23 19:37:10 2017 +0300 + + Merge pull request #1242 from yousong/shadowsocks-libev + + luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2 + +commit 52a0787c3fd6ad066e98f3d81849c413d8ea3bd4 +Merge: 6d9fd0aeb e900b892e +Author: Hannu Nyman +Date: Sun Jul 23 19:34:39 2017 +0300 + + Merge pull request #1238 from dibdot/luci-app-travelmate + + luci-app-travelmate: sync with travelmate 0.9.0 + +commit 6d9fd0aeb7dd3081ec7c6359c76a896f503113ef +Merge: 222471421 6047dacb6 +Author: Hannu Nyman +Date: Sun Jul 23 19:33:32 2017 +0300 + + Merge pull request #1221 from Cye3s/master + + luci_base: Update zh_CN base.po, translate fix + +commit 48b5ccfad54d6d21468f68a2ae8c52c377bc5c5e +Author: Yousong Zhou +Date: Sun Jul 9 03:18:15 2017 +0800 + + luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2 + + Signed-off-by: Yousong Zhou + +commit cca9fe92fd2679942fa64662d5e2e4905b9af8e5 +Author: kuoruan +Date: Wed Jul 19 20:10:53 2017 +0800 + + luci-base: Update Simplified Chinese translation + + Signed-off-by: Hsing-wang Liao + +commit ccca70579f20bd596829f3d3de98163565556fed +Author: Hsing-Wang Liao +Date: Sat Jul 22 22:16:08 2017 +0800 + + luci-app-mwan3: Clean unneeded css styles + + Some css styles were cleaned by commit e61f40ead8072fade1e2b0d24bf1ab8a195a22c6 + but that commit forget the file advanced_wirelessconfig.htm, clean these styles to unify style. + + Signed-off-by: Hsing-Wang Liao + +commit e3b22c48880040ac4003d9c9391ff44066534130 +Author: Hsing-Wang Liao +Date: Sat Jul 22 22:14:51 2017 +0800 + + luci-app-mwan3: Update Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 744584946081f44d03610682f390321e0ca7c33b +Author: kuoruan +Date: Thu Jul 20 13:09:16 2017 +0800 + + luci-app-mwan3: Add more translate strings + + Signed-off-by: Hsing-wang Liao + +commit adb620950303e1f14e8eaa4a4649e6a79e9ed879 +Author: Daniel W +Date: Sat Jul 22 12:11:14 2017 -0400 + + remove request headers that are set automatically by browser + +commit 90de442347a54400d37ddb36ecb7a99e913d026a +Author: Yousong Zhou +Date: Sat Jul 8 12:48:05 2017 +0800 + + luci-app-firewall: fix typo dsp -> ds + + Signed-off-by: Yousong Zhou + +commit c759500d49af8bef454eb119eb7e0f21f86380c0 +Author: Yousong Zhou +Date: Fri Jul 21 20:09:43 2017 +0800 + + luci-base: fix loading fold.gif for filebrowser + + cbi_init() needs to be called at the end of the page to initialize + cbi_strings with "[data-strings]" while cbi_browser_init() happened + before that. + + Signed-off-by: Yousong Zhou + +commit e900b892e871fcd0939df883e9586febe665c252 +Author: Dirk Brenken +Date: Wed Jul 19 22:36:47 2017 +0200 + + luci-app-travelmate: sync with travelmate 0.9.0 + + * add a wireless station manager to edit and delete existing + interfaces or scan for new uplinks + + Signed-off-by: Dirk Brenken + +commit 2224714217105b1482dab63842409bb62154230d +Merge: 00ae50134 f6505fc01 +Author: Hannu Nyman +Date: Thu Jul 13 10:51:56 2017 +0300 + + Merge pull request #1233 from stangri/luci-app-advanced-reboot + + luci-app-advanced-reboot: initial commit + +commit f6505fc01c8aee4d2f9f7bc7537c3a93cfd5dab1 +Author: Stan Grishin +Date: Wed Jul 12 22:51:41 2017 -0700 + + luci-app-advanced-reboot: initial commit + + Signed-off-by: Stan Grishin + +commit 00ae50134bba7df05e1c6743d250f0137261fdb7 +Author: Jo-Philipp Wich +Date: Tue Jul 11 14:18:40 2017 +0200 + + luci-mod-admin-full: use rpcd-mod-rrdns for reverse DNS lookups + + Signed-off-by: Jo-Philipp Wich + +commit 4e1b884157017b6729d2523e95385756898eac7c +Author: Jo-Philipp Wich +Date: Tue Jul 11 14:12:50 2017 +0200 + + luci-base: properly handle authentication without authenticator + + Some controller actions like the ones in "servicectl" require authentication + but are not meant to provide an authenticator because they're only invoked + by scripts. + + Rework the dispatcher logic to handle this situation and only bail out if + an authenticator name other than "htmlauth" is set. + + Signed-off-by: Jo-Philipp Wich + +commit 882427731a562b7401fd5c76f2ad5052b68b2b64 +Author: Jo-Philipp Wich +Date: Mon Jul 10 18:43:21 2017 +0200 + + luci-base: use rpcd-mod-rrdns for reverse DNS lookups + + Drop the individual calls to nixio.getnameinfo() in luci.sys.net and rely + on the "network.rrdns.lookup" ubus call instead to fetch domain information + within a guaranteed timeout. + + Signed-off-by: Jo-Philipp Wich + +commit 650397a11fb2d8b80c1c0511b803e537ecf5e9fb +Author: Jo-Philipp Wich +Date: Mon Jul 10 18:43:09 2017 +0200 + + luci: depend on rpcd-mod-rrdns + + Signed-off-by: Jo-Philipp Wich + +commit 74affdf6f515073a881c0278fdb6cc5e15d97a6b +Author: Jo-Philipp Wich +Date: Mon Jul 10 18:38:03 2017 +0200 + + rpcd-mod-rrdns: add new rpcd plugin for rapid reverse DNS lookups + + The plugin provides a new ubus procedure "network.rrdns.lookup" which + allows looking up the names of a large chunk of IP addresses at once, + within a fixed global timeout. + + This is useful to have a guaranteed maximum query time even if the + local DNS setup is broken or timing out. + + Signed-off-by: Jo-Philipp Wich + +commit 366707a681459a4d520dc97024ea0a4b3c24a326 +Author: Jo-Philipp Wich +Date: Mon Jul 10 16:21:51 2017 +0200 + + luci-base: drop unused functions in luci.sys + + Drop a number of redundant functions from luci.sys to shrink the code a bit: + + * luci.sys.net.arptable() - replaced by luci.ip.neighbors() + * luci.sys.net.routes() - replaced by luci.ip.routes() + * luci.sys.net.routes6() - replaced by luci.ip.routes6() + * luci.sys.net.deviceinfo() - replaced by nixio.getaddrinfo() + * luci.sys.net.pingtest() - no known user + + Signed-off-by: Jo-Philipp Wich + +commit 854a5f68bb277ce3b4f47f416c9569eec66254d2 +Author: Jo-Philipp Wich +Date: Mon Jul 10 16:16:35 2017 +0200 + + luci-app-shadowsocks-libev: eliminate use of luci.sys.net.arptable() + + Translate the use of luci.sys.net.arptable() to luci.ip.neighbors() to allow + dropping the former function from base LuCI later on. + + Signed-off-by: Jo-Philipp Wich + +commit b2154e0b632d28ba949092a19f95d5d8804e9a94 +Author: Jo-Philipp Wich +Date: Mon Jul 10 16:08:21 2017 +0200 + + luci-mod-admin-mini: eliminate use of luci.sys.net.deviceinfo() + + The luci-mod-admin-mini network controller is the only remaining user of the + deviceinfo() call so inline the required code there so that the function can + be dropped from base LuCI in a later commit. + + Signed-off-by: Jo-Philipp Wich + +commit 198e4ab17b36da30719d2941f13f7336aaee05bc +Author: Jo-Philipp Wich +Date: Mon Jul 10 16:07:21 2017 +0200 + + luci-mod-freifunk: eliminate use of luci.sys.net.deviceinfo() + + The result of the luci.sys.net.deviceinfo() call was never actually used + anywhere in the following code, so simply drop the invocation. + + Signed-off-by: Jo-Philipp Wich + +commit d6360bf81eb350857c9c9532a413702e3a9f57be +Author: Jo-Philipp Wich +Date: Sun Jul 9 21:26:49 2017 +0200 + + luci-base: use rpcd session logins + + Drop the custom credentials checking in favor to perform proper session + logins via rpcd. This is needed to properly setup ACLs when spawning + rpcd sessions in order to support direct client side ubus access in the + future. + + Signed-off-by: Jo-Philipp Wich + +commit 4f127c32544edabd420dbda114db50168a12ccfb +Merge: 844921575 985f0f511 +Author: Hannu Nyman +Date: Wed Jul 5 22:38:32 2017 +0300 + + Merge pull request #1229 from dibdot/master + + luci-app-adblock: bugfix + +commit 985f0f5118c01916c9d1aac93f2198dd0517c9f0 +Author: Dirk Brenken +Date: Wed Jul 5 21:31:56 2017 +0200 + + luci-app-adblock: bugfix + + * fix nil error on overview page + + Signed-off-by: Dirk Brenken + +commit 844921575c02124cd4894e1b2392cc34216f94bb +Merge: afa7a14ca 808f26179 +Author: Hannu Nyman +Date: Wed Jul 5 21:03:40 2017 +0300 + + Merge pull request #1227 from guidosarducci/lede-17.01-fix-apcups-statistics + + luci-app-statistics: add support for apcups plugin + +commit 808f2617931dcd6f84637e1bff3a737b9368917c +Author: guidosarducci +Date: Mon Mar 13 19:36:52 2017 -0700 + + luci-app-statistics: add support for apcups plugin + + OpenWRT/LEDE support for APC UPSes is only partial: although the collectd + apcups plugin is included, related lua/luci code is missing. These changes + add the lua side and have been used for ~2 years, both on OpenWRT and LEDE. + + Reworked from patches submitted by James Klaas to the luci development list + in 2015. + + Signed-off-by: Tony Ambardar + +commit afa7a14cafd9e6c29f7ba1e3f56fc232e5849503 +Author: Hannu Nyman +Date: Sun Jul 2 23:22:26 2017 +0300 + + luci-app-statistics: set logfile as first item in collectd.conf + + Force logfile plugin to be evaluated first so that it gets placed + first in the collectd.conf file. + + Reference to https://collectd.org/wiki/index.php/Plugin:LogFile + + Fixes #1219 + + Signed-off-by: Hannu Nyman + +commit 2dc60d2b440564b1e8ed4497fe841706354ca539 +Merge: de2e92a1f 3c5e41d36 +Author: Hannu Nyman +Date: Thu Jun 29 14:08:12 2017 +0300 + + Merge pull request #1225 from dibdot/master + + luci-app-adblock: sync with adblock 2.8.1 + +commit 3c5e41d36932e73d14d21054f7bcaa165cfdf6dc +Author: Dirk Brenken +Date: Thu Jun 29 12:58:33 2017 +0200 + + luci-app-adblock: sync with adblock 2.8.1 + + * add bind support + + Signed-off-by: Dirk Brenken + +commit 6047dacb6253cd34067ebd4ab5f230a829b75be1 +Author: Cye3s +Date: Mon Jun 26 13:13:56 2017 +0800 + + Update zh_CN base.po + + Line 3021: + msgid "Switch protocol" + sould be: + msgstr "切换协议" + + This "Switch protocol" means "Change one protocol to another protocol", Not "protocol of switch deivce" + +commit de2e92a1f4f80d1d4f3119efb2c4cb0d10f01b9a +Merge: cb557f61c d735903e9 +Author: Jo-Philipp Wich +Date: Fri Jun 23 13:23:53 2017 +0200 + + Merge pull request #1182 from kishangondaliya/feature_x + + luci-mod-admin-full: Enable adhoc mode encryption options + +commit cb557f61c37d57e53323aae00b604d4969eeca19 +Merge: c1c06226b 0d518f5e8 +Author: Hannu Nyman +Date: Tue Jun 20 16:40:48 2017 +0300 + + Merge pull request #1194 from TDT-GmbH/add-license-tags + + Add license tags + +commit c1c06226b9607b9031bad171827090d42b5b69aa +Merge: 9929289e4 dfd082c53 +Author: Hannu Nyman +Date: Mon Jun 19 17:44:23 2017 +0300 + + Merge pull request #1135 from yousong/fix + + luci-proto-openconnect: allow setting no_cert_check, password2, mtu + +commit dfd082c53bfb607b0c78973095ab49f831b7e1ac +Author: Yousong Zhou +Date: Mon Jun 19 11:22:28 2017 +0800 + + luci-proto-openconnect: remove "interface" field + + It's not needed anymore and removed in the openconnect package + + Signed-off-by: Yousong Zhou + +commit cf8146ff6779b5b97933d48a6eda8292b792b36b +Author: Yousong Zhou +Date: Sun Apr 30 16:47:47 2017 +0800 + + luci-proto-openconnect: allow setting mtu, password2 + + Signed-off-by: Yousong Zhou + +commit 9929289e4a98d5334c586f626fc655062f6e43a1 +Merge: d2f64a497 286f8f6cd +Author: Hannu Nyman +Date: Sat Jun 17 23:45:54 2017 +0300 + + Merge pull request #1208 from Umeaboy/patch-35 + + luci-app-firewall: Updated Swedish translation + +commit 286f8f6cd4574b7c6a9408a3695cd5aab775684c +Author: Kristoffer Grundström +Date: Sat Jun 17 22:08:51 2017 +0200 + + luci-app-firewall: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit d2f64a497b56104c7ffe8982a4a5485e249a5c9f +Merge: 616614f1b 325f55795 +Author: Hannu Nyman +Date: Sat Jun 17 22:11:58 2017 +0300 + + Merge pull request #1207 from Umeaboy/patch-34 + + luci-app-diag-core: Updated Swedish translation + +commit 616614f1ba6983ff6d9581713570ed47981c4650 +Merge: 1502b7f7a 4b5487e2a +Author: Hannu Nyman +Date: Sat Jun 17 22:11:45 2017 +0300 + + Merge pull request #1206 from Umeaboy/patch-33 + + luci-app-aria2: Created Swedish translation + +commit 1502b7f7a3bf834d0894841f11c02dcb12d48410 +Merge: 33338ddef 8a718169e +Author: Hannu Nyman +Date: Sat Jun 17 22:11:20 2017 +0300 + + Merge pull request #1205 from Umeaboy/patch-32 + + clamav: Added the Swedish language + +commit 33338ddef5df377ce91872abf09d011b2ea920bc +Merge: 9af501381 b9830a5e5 +Author: Hannu Nyman +Date: Sat Jun 17 22:10:35 2017 +0300 + + Merge pull request #1204 from Umeaboy/patch-31 + + luci-app-commands: Updated the Swedish translation + +commit 325f557958107d88ffce8cfee640ee1862e44ba1 +Author: Kristoffer Grundström +Date: Sat Jun 17 20:36:02 2017 +0200 + + luci-app-diag-core: Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 4b5487e2a36b811bbbbd3eda0fc2b92defc84938 +Author: Kristoffer Grundström +Date: Sat Jun 17 20:23:36 2017 +0200 + + luci-app-aria2: Created Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 8a718169e707369928a683406bf0cf51cf3b4e08 +Author: Kristoffer Grundström +Date: Sat Jun 17 20:04:52 2017 +0200 + + clamav: Added the Swedish language + + Signed-off-by: Kristoffer Grundström + +commit b9830a5e509eb38db9e611ad65fb467907ac9b18 +Author: Kristoffer Grundström +Date: Sat Jun 17 19:49:23 2017 +0200 + + luci-app-commands-sv + + Signed-off-by: Kristoffer Grundström + +commit 9af5013810ac15e0acf411420afbe81b972ccf75 +Merge: dd6cb31d5 caf6d9c10 +Author: Hannu Nyman +Date: Sat Jun 17 09:22:10 2017 +0300 + + Merge pull request #1199 from Umeaboy/patch-29 + + Some translations for Swedish done. + +commit dd6cb31d5cdd41d3c6baf82046c3ffc3b9f355db +Merge: 471f121b1 e97e690ae +Author: Hannu Nyman +Date: Wed Jun 14 22:42:09 2017 +0300 + + Merge pull request #1200 from Umeaboy/patch-30 + + Some translation for Swedish done. + +commit e97e690aeb8ec8fbff4f51e3f6d7ca85db92ea58 +Author: Kristoffer Grundström +Date: Wed Jun 14 18:08:43 2017 +0200 + + Some translation for Swedish done. + + Signed-off-by: Kristoffer Grundström + +commit caf6d9c10342c7b1a874ce21ad2421684cb012fd +Author: Kristoffer Grundström +Date: Wed Jun 14 17:36:47 2017 +0200 + + Some translations for Swedish done. + + Signed-off-by: Kristoffer Grundström + +commit 471f121b12f3e7f0cb81db107d3b81f2956ec102 +Merge: 0379c2165 f20774748 +Author: Hannu Nyman +Date: Wed Jun 14 18:35:25 2017 +0300 + + Merge pull request #1198 from Umeaboy/patch-28 + + Some translation for Swedish done. + +commit f2077474825afb2be6a058a78ab8c385032a7595 +Author: Kristoffer Grundström +Date: Wed Jun 14 17:32:50 2017 +0200 + + Some translation for Swedish done. + + Signed-off-by: Kristoffer Grundström + +commit 0379c2165be3ce245ead1274704b7e9b19c8d1bd +Merge: 178ec3c43 dd18385a6 +Author: Hannu Nyman +Date: Wed Jun 14 18:20:34 2017 +0300 + + Merge pull request #1197 from Umeaboy/patch-27 + + Finished translation to Swedish + +commit dd18385a613c1a1d74469201322fbcad79501e96 +Author: Kristoffer Grundström +Date: Wed Jun 14 17:19:33 2017 +0200 + + Finished translation to Swedish + + Signed-off-by: Kristoffer Grundström + +commit 178ec3c435d0d8eb5b4f2e82beed50923cbf9a50 +Merge: b2556f52c 5e8c1de5b +Author: Hannu Nyman +Date: Wed Jun 14 18:16:13 2017 +0300 + + Merge pull request #1196 from Umeaboy/patch-26 + + Finished translation into Swedish + +commit 5e8c1de5b86e2fb1ab44e989508a0e3c7f044e6a +Author: Kristoffer Grundström +Date: Wed Jun 14 17:14:18 2017 +0200 + + Finished translation into Swedish + + Signed-off-by: Kristoffer Grundström + +commit 0d518f5e8d9e86f298fd17ef3cd3c70cfbe767d7 +Author: Florian Eckert +Date: Tue Jun 13 11:57:44 2017 +0200 + + luci-base: add license tag + + Signed-off-by: Florian Eckert + +commit 40aa47f10a819ee0fa9031a11b81ec2b6262e088 +Author: Florian Eckert +Date: Tue Jun 13 11:55:59 2017 +0200 + + luci-ssl: add license tag + + Signed-off-by: Florian Eckert + +commit 9b211f005377c36e4b4d16cf8a48c838cd5974a2 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:23:12 2017 +0100 + + luci: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 408f45aef3219d80033c914db647d12b8eb4cf9b +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:22:24 2017 +0100 + + luci-theme-bootstrap: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit d40bb2e60e7969fb2edbe8ad93c7b372674af1de +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:16:24 2017 +0100 + + luci-proto-ppp: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit a4bee3de51e71e350585318509f0e2ed39a62b7b +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:15:30 2017 +0100 + + luci-proto-ipv6: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit ec6a1d6d4d05f956f47b889161178f6a4abf90cc +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:14:40 2017 +0100 + + luci-mod-rpc: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 56aea9794b3fc364e66e2b23208b35e2617b2a8e +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:13:54 2017 +0100 + + luci-mod-admin-full: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 4a20d2c31a82c59f6df788bcb9809736ba8c3d56 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:11:48 2017 +0100 + + luci-lib-px5g: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 3b5a99340bb0c01638d59d2e23f6d91ddfd40ab1 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:09:03 2017 +0100 + + luci-lib-nixio: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit eba0900802a083faf3c7de2e5ebe2d0b9e282d7f +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:07:36 2017 +0100 + + luci-lib-json: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit ef6729a6bcfc5fdd5d91a7087b7f600b58972964 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:06:51 2017 +0100 + + luci-lib-ip: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit b2ee84ce60d64adc7566cfa31518c397dce07ef4 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:03:59 2017 +0100 + + luci-app-qos: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 015348d8e1fc8083359e526903479610bd47dccf +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:03:08 2017 +0100 + + luci-app-firewall: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit 42be6e3257fa6fd510df66eefa1902eee41d1629 +Author: Quirin Hofstaetter +Date: Fri Jan 13 14:01:42 2017 +0100 + + luci-app-commands: add license tag + + Signed-off-by: Quirin Hofstaetter + +commit b2556f52c3ecbbffbbb56ece256a9d51c8e3b84e +Merge: cace1d80e 0080c9029 +Author: Hannu Nyman +Date: Sun Jun 11 10:12:05 2017 +0300 + + Merge pull request #1191 from chris5560/master + + luci-app-privoxy: clear PKG_MAINTAINER + +commit 0080c9029d5b762275719be6ef7ad77fb5027ed5 +Author: Christian Schoenebeck +Date: Sat Jun 10 21:51:50 2017 +0200 + + luci-app-privoxy: clear PKG_MAINTAINER + + I do not use this software any more and due to lack of time, I give the + maintenance responsibility back to the community. + + Signed-off-by: Christian Schoenebeck + +commit cace1d80edf70538667dafc07f7419ad3df17c5b +Author: Jo-Philipp Wich +Date: Sat Jun 10 20:37:29 2017 +0200 + + luci-app-statistics: support specifying line width in graph definitions + + This allows a graph definition to explicitely request LINE1, LINE2 or + LINE3 for a data source. + + Signed-off-by: Jo-Philipp Wich + +commit b1d307d3f53e6545358450850a9dedad5d3a6774 +Author: Jo-Philipp Wich +Date: Sat Jun 10 20:26:10 2017 +0200 + + luci-app-statistics: support graph menu entries without corresponding labels + + Properly render menu items for plugin instances that do not have a + corresponding label defined. + + This allows for registering new graph pages solely by dropping files + into /usr/lib/lua/luci/statistics/rrdtool/definitions/ + + Signed-off-by: Jo-Philipp Wich + +commit b1afc9ac3b0005e8f6e15b446a7d4f7920548433 +Merge: a94e2000c 71f76c347 +Author: Hannu Nyman +Date: Sat Jun 10 20:15:14 2017 +0300 + + Merge pull request #1190 from musashino205/mwan3-fix-trans + + luci-app-mwan3: Fix mismatched texts + +commit 71f76c3475b92bcc3b0c35acc88be6df41dbeb2a +Author: INAGAKI Hiroshi +Date: Sun Jun 11 00:47:42 2017 +0900 + + luci-app-mwan3: Fix mismatched texts + + "hostname" and "address" in interfaceconfig.lua are mismatched with + the strings in po/pot files, and their translations are not applied. + + Signed-off-by: INAGAKI Hiroshi + +commit a94e2000cdf88ecb19e339ac87fb596822ab46af +Merge: 75c8eba73 bd482566f +Author: Hannu Nyman +Date: Sat Jun 10 10:20:31 2017 +0300 + + Merge pull request #1188 from dibdot/master + + luci-app-adblock: sync with adblock 2.7.1 + +commit bd482566f479bdc62e85964a0ec9af4a34294860 +Author: Dirk Brenken +Date: Fri Jun 9 20:18:23 2017 +0200 + + luci-app-adblock: sync with adblock 2.7.1 + + * "Save & Reply" now distinguish between normal and manual/backup mode + and triggers an appropriate reload or a start action + + Signed-off-by: Dirk Brenken + +commit 75c8eba73312dcbf2f3bf79e873b5a57ea9a2062 +Merge: c87ce6271 6f2a163b3 +Author: Hannu Nyman +Date: Thu Jun 8 00:12:38 2017 +0300 + + Merge pull request #1187 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 6f2a163b383c2a27a6d1ad2458272f538b3b0681 +Author: INAGAKI Hiroshi +Date: Thu Jun 8 05:55:29 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations, and cleaned up old translations. + + Signed-off-by: INAGAKI Hiroshi + +commit a8703b5ecbc93c65c3b5e0b8e43aa138a579eab4 +Author: INAGAKI Hiroshi +Date: Thu Jun 8 05:22:11 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit c87ce62711732eea323a43519da2e98f4b1a4da1 +Merge: a9e8376c2 22c252e2c +Author: Hannu Nyman +Date: Wed Jun 7 21:31:53 2017 +0300 + + Merge pull request #1185 from dibdot/master + + luci-app-adblock: sync with adblock 2.7.0 + +commit 22c252e2cd042ab3f28a92cec18b6f4f118a1f55 +Author: Dirk Brenken +Date: Wed Jun 7 19:33:31 2017 +0200 + + luci-app-adblock: sync with adblock 2.7.0 + + * add new 'Manual mode' option + + Signed-off-by: Dirk Brenken + +commit d735903e9449d03558970313bb5d610eaaff604a +Author: Kishan Gondaliya +Date: Mon Jun 5 13:34:03 2017 +0530 + + luci-mod-admin-full: Enable adhoc mode encryption options + + Currently there are only 2 encryption options visible for adhoc + mode. But in netifd, others are also supported and working as + expected. So adding WPA-PSK, WPA2-PSK and WPA-PSK/WPA2-PSK Mixed + mode as encryption options. + + Signed-off-by: Kishan Gondaliya + +commit a9e8376c20f386c030e8b004e1245fa220173773 +Author: Jo-Philipp Wich +Date: Fri Jun 2 01:00:12 2017 +0200 + + luci-mod-admin-full: automatically set dns=1 for static leases with hostname + + Most users likely want the hostname of a static DHCP lease to be resolveable, + even if the corresponding host is currently offline. + + Adjust the form logic to automatically set 'option dns 1' whenever a name is + specified in the static lease entry. + + FIxes LEDE FS#815. + + Signed-off-by: Jo-Philipp Wich + +commit 934ee7b66ad9829292019c86c9f58055f05065bf +Merge: b6dd9924c d5ece06ef +Author: Jo-Philipp Wich +Date: Thu Jun 1 20:00:46 2017 +0200 + + Merge pull request #1180 from musashino205/mwan3-upd-ja + + luci-app-mwan3: Update Japanese translation + +commit d5ece06efec02a56fe72e77d422da09eb746f1fc +Author: INAGAKI Hiroshi +Date: Fri Jun 2 02:56:22 2017 +0900 + + luci-app-mwan3: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit b6dd9924cf6a596e5e1539c7cd3cd03f049b8201 +Merge: 0e9eed5df dda52733e +Author: Hannu Nyman +Date: Thu Jun 1 13:04:21 2017 +0300 + + Merge pull request #1178 from TDT-GmbH/luci-app-mwan3-fixes + + Luci app mwan3 fixes + +commit dda52733e2b667fe4e1ea380a69c4158ca3f74e1 +Author: Florian Eckert +Date: Thu Jun 1 11:55:41 2017 +0200 + + luci-app-mwan3: update language po + + Signed-off-by: Florian Eckert + +commit e61f40ead8072fade1e2b0d24bf1ab8a195a22c6 +Author: Florian Eckert +Date: Tue May 16 15:34:43 2017 +0200 + + luci-app-mwan3: fix css styling + + Signed-off-by: Florian Eckert + +commit cb2e3c1a571031569e494453c623fc18e797c091 +Author: Florian Eckert +Date: Tue May 16 15:14:10 2017 +0200 + + luci-app-mwan3: make interface list non sortable + + Signed-off-by: Florian Eckert + +commit 30f63ced677cd053af84cf19119dc05b2dd88d33 +Author: Florian Eckert +Date: Thu Apr 6 12:05:58 2017 +0200 + + luci-app-mwan3: change track_ip from ip to host datatype + + Signed-off-by: Florian Eckert + +commit 0e9eed5df3bdd37275fc11f12db8a0ba08afb828 +Author: Jo-Philipp Wich +Date: Tue May 30 23:11:18 2017 +0200 + + luci-base: resync translations, update German translations + + Signed-off-by: Jo-Philipp Wich + +commit cdc22eb39d1420d527413e40227f07697ff2a8e7 +Author: Jo-Philipp Wich +Date: Tue May 30 23:07:51 2017 +0200 + + luci-theme-freifunk: fix a few broken translation directives + + Signed-off-by: Jo-Philipp Wich + +commit f01e49210b102143cb165577fabc552a9496892c +Author: Jo-Philipp Wich +Date: Tue May 30 21:45:54 2017 +0200 + + luci-proto-wireguard: use "Optional" instead of "Optional." as translation + + This allows sharing the translation string with other components. + + Signed-off-by: Jo-Philipp Wich + +commit 2a81ae6d1542db4d421f62872c3a868af47d3500 +Author: Jo-Philipp Wich +Date: Tue May 30 21:24:41 2017 +0200 + + luci-mod-admin-full: use "Lease time" instead of "Leasetime" as translation label + + This allows sharing a common translation string between DHCP and interface pages. + + Signed-off-by: Jo-Philipp Wich + +commit 830f2245a8aed834fbe4f9228278d6e2dbba0790 +Author: Jo-Philipp Wich +Date: Tue May 30 20:20:34 2017 +0200 + + luci-proto-ipv6: use "Automatic" instead as "automatic" as translation label + + This allows sharing a common translation string with all other protocols. + + Signed-off-by: Jo-Philipp Wich + +commit 10057db9b1b99d468add180d1f3023c8bf69830f +Author: Jo-Philipp Wich +Date: Tue May 30 20:16:29 2017 +0200 + + luci-proto-openconnect: fix authgroup translation + + Signed-off-by: Jo-Philipp Wich + +commit aa2b1cdc2cc56d015851af4a62169bfb85739890 +Author: Jo-Philipp Wich +Date: Mon May 29 08:45:38 2017 +0200 + + luci-mod-admin-full: auto-migrate ifnames when changing VLAN configuration + + This change extends the switch VLAN configuration page to automatically + adjust interface ifname options when altering VLAN settings. + + For example "eth0" is changed to "eth0.1" when a previously untagged LAN + VLAN is switched to tagged on the CPU port and vice versa. + + Notifications are displayed in the page header if an auto migration was + performed. + + This change should make the switch configuration more user friendly and + less prone to soft bricking. + + Signed-off-by: Jo-Philipp Wich + +commit ee6110b3ac9433484045b61604a86f9917d8f279 +Merge: 5ca386469 809ddecd3 +Author: Hannu Nyman +Date: Thu May 25 08:21:43 2017 +0300 + + Merge pull request #1168 from EricLuehrsen/unbound_may2017 + + luci-app-unbound: option 'add_extra_dns' and list 'trigger' + +commit 809ddecd39c6eb8f0c2b58190e4f05ccd07c255c +Author: Eric Luehrsen +Date: Tue May 16 00:23:05 2017 -0400 + + luci-app-unbound: option 'add_extra_dns' and list 'trigger' + + Signed-off-by: Eric Luehrsen + +commit 5ca386469071d606609beb19a7f09325f3a8ed29 +Author: Hannu Nyman +Date: Sun May 21 22:02:46 2017 +0300 + + luci-base: support ip6ifaceid option for proto_static + + Add support for 'ip6ifaceid' option for proto_static in LuCI. + + Information about the option: + The option is optional and defaults to '::1'. + Allowed values: 'eui64', 'random', fixed value like '::1' or '::1:2' + + When IPv6 prefix (like 'a:b:c:d::') is received from a delegating + server, the ip6ifaceid suffix (like '::1') is used to form + the IPv6 address ('a:b:c:d::1') for the interface. + + Signed-off-by: Hannu Nyman + +commit 7deb3abbadd672338dc8376fc8f5cc7092cdb19d +Merge: 41d604f23 b9b64aae9 +Author: Hannu Nyman +Date: Wed May 17 22:36:31 2017 +0300 + + Merge pull request #1160 from zx2c4/wg-psk-change + + wireguard: preshared-key is now an attribute of the peer + +commit 41d604f23cbc92add976b8ab8c9d65cf08a81a87 +Merge: d40a939d6 0999f64f0 +Author: Hannu Nyman +Date: Tue May 16 22:39:37 2017 +0300 + + Merge pull request #1167 from musashino205/mwan3-fix-path + + luci-app-mwan3: Fix "ip" command path + +commit d40a939d65397580ceb7209d9c1ba01a396c6220 +Merge: d04f66738 a72d90faa +Author: Hannu Nyman +Date: Tue May 16 19:28:57 2017 +0300 + + Merge pull request #1031 from feckert/add_dhcp_to_system_ucitrack + + luci-base: add dhcp to system ucitrack + +commit 0999f64f087654a85b67ef862847b11145654ed7 +Author: INAGAKI Hiroshi +Date: Mon May 15 15:24:42 2017 +0900 + + luci-app-mwan3: Fix "ip" command path + + Fixed an issue that mwan3 fails to detect connection because "ip" + command relocated. + + Signed-off-by: INAGAKI Hiroshi + +commit d04f667383ec2894a5ecefde7ad9284d07563a67 +Author: Hannu Nyman +Date: Wed May 10 19:06:10 2017 +0300 + + luci-app-statistics: check that uci config sections exist + + A missing or faulty luci_statistics config file may prevent + LuCI access completely already at the login phase as + the statistics config is parsed already then. + + The error is like: + .../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value) + + User may be completely locked out of LuCI until he figures out + the need to have a proper luci_statistics config file. + + Prevent the error by checking for the existence of + the uci config sections before trying to use values from them. + + Signed-off-by: Hannu Nyman + +commit 3de3b75af46beb583fd7ac437dce57f41d355f22 +Merge: 8d4fa96d8 76b3af64c +Author: Hannu Nyman +Date: Wed May 10 18:12:38 2017 +0300 + + Merge pull request #1163 from dibdot/luci-app-travelmate + + luci-app-travelmate: sync with travelmate 0.7.3 + +commit 76b3af64c038905ddcc1c511b99c65e3c4879bbc +Author: Dirk Brenken +Date: Wed May 10 16:56:58 2017 +0200 + + luci-app-travelmate: sync with travelmate 0.7.3 + + * Automatically refresh the overview page after button onclick event, + e.g. 'Save & Apply' + + Signed-off-by: Dirk Brenken + +commit 8d4fa96d8a58bb3762cbfd116673a04a20aa680b +Merge: 9f5b267d6 78e5412e6 +Author: Hannu Nyman +Date: Wed May 10 12:24:55 2017 +0300 + + Merge pull request #1162 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 78e5412e6decd6803832941799e4e1db4d43ba42 +Author: INAGAKI Hiroshi +Date: Wed May 10 16:54:07 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 9f5b267d688fc7d0e7dcd8ec926e401800b02168 +Merge: 757cdbb5f 0db5d5ed6 +Author: Hannu Nyman +Date: Wed May 10 10:18:10 2017 +0300 + + Merge pull request #1161 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 0db5d5ed6af2d8097b6241cc63bc57dabd5485a6 +Author: INAGAKI Hiroshi +Date: Wed May 10 16:12:39 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit b9b64aae968f2d9fbb361ef96ee7e3a58437314f +Author: Jason A. Donenfeld +Date: Tue May 9 16:45:42 2017 +0200 + + wireguard: preshared-key is now an attribute of the peer + + Signed-off-by: Jason A. Donenfeld + +commit 757cdbb5f76cf1b57ecb63d316a1aab35423cb7e +Merge: 0145e9f30 e720a2802 +Author: Hannu Nyman +Date: Tue May 9 15:48:48 2017 +0300 + + Merge pull request #1159 from musashino205/adblk-fix-dup + + luci-app-adblock: Fix duplicated text + +commit e720a280222bd3a28c5ace4fd3881eb1c3c12330 +Author: INAGAKI Hiroshi +Date: Tue May 9 21:30:27 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 03845c4ae7fb9831362cacbd7909decaf436a7d7 +Author: INAGAKI Hiroshi +Date: Tue May 9 21:25:40 2017 +0900 + + luci-app-adblock: Fix syntax error + + Fixed syntax error in sv/adblock.po. + + Signed-off-by: INAGAKI Hiroshi + +commit bc6e0c217f2cad375a4222c617f7005d43aac5a4 +Author: INAGAKI Hiroshi +Date: Tue May 9 19:10:21 2017 +0900 + + luci-app-adblock: Fix duplicated text + + Added text "Input file not found. Please check your configuration." by + commit 9b4b1df is duplicated. so I replaced the text with previously + existed. + + Signed-off-by: INAGAKI Hiroshi + +commit 0145e9f30720fca60624a6bc6cce952560bebe26 +Author: Hannu Nyman +Date: Tue May 9 11:11:36 2017 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 0a6ce204234c9485549e290230e51484b1fceb64 +Author: Hannu Nyman +Date: Tue May 9 09:42:42 2017 +0300 + + luci-app-statistics: processes: fix graph visibility + + Fix graph visibility on processes page based on plugin + instance. The overview instance is empty, while monitored + processes have their own instances. + + Original version of the patch created by @koblack and + discussed in #1021 + + Signed-off-by: Hannu Nyman + +commit aba7981deaffe1871d279196e7a43e3af255d748 +Merge: f2cf516cf d3861e7f8 +Author: Hannu Nyman +Date: Mon May 8 19:49:58 2017 +0300 + + Merge pull request #1158 from angusding/patch-4 + + luci.mk: Update language name for Chinese + +commit f2cf516cf7d50c191e3ea94f4696a6c60348cf92 +Author: Hannu Nyman +Date: Mon May 8 19:31:36 2017 +0300 + + luci-base: add Etc/GMT timezones + + Add Etc/GMT timezones like GMT+5 + + Signed-off-by: Hannu Nyman + +commit f8eee09f55faa375b11cf00b2f96915c92f924f4 +Author: Hannu Nyman +Date: Mon May 8 19:29:43 2017 +0300 + + build/zoneinfo2lua.pl: logic for Etc/GMT timezones + + Add logic to add Etc/GMT timezones (like GMT+5) + although the zones are not included in zone.tab + + Signed-off-by: Hannu Nyman + +commit d3861e7f8deb581cb34c6f789457153b43457ff4 +Author: amitabha +Date: Mon May 8 23:29:39 2017 +0800 + + luci.mk: Update language name for Chinese + + Rectification of non-standard name for language Chinese. + Signed-off-by: Angus Ding angus.ding@gmail.com + +commit 1970c21e3bbd70adc991cf6baf153129a1356c9b +Author: Hannu Nyman +Date: Mon May 8 15:20:13 2017 +0300 + + luci-mod-admin-full: add advice to restart cron + + Cron init script starts the service only if a crontab file + exists. If there is no crontab file at boot and the user + later creates one, he needs to manually restart the service. + + Signed-off-by: Hannu Nyman + +commit 7f256e257c98a6e81dca448532acb4d6d0cf9d1d +Merge: fb2e4a80c 9b4b1dfeb +Author: Hannu Nyman +Date: Mon May 8 12:28:06 2017 +0300 + + Merge pull request #1157 from dibdot/app-adblock + + luci-app-adblock: sync with adblock 2.6.3 + +commit 9b4b1dfebdf6818231898a7f4fb80774bc106e26 +Author: Dirk Brenken +Date: Mon May 8 11:15:19 2017 +0200 + + luci-app-adblock: sync with adblock 2.6.3 + + * Limit Blacklist/Whitelist Online editing to max. 512 KB, approx. + 20.000 domains per list + * Automatically refresh the overview page after button onclick event, + e.g. 'Suspend/Resume' or 'Save & Apply' + * cosmetics + + Signed-off-by: Dirk Brenken + +commit fb2e4a80c1ac5853cb660e2df7f1deade4d4a05c +Merge: 1b42d7a02 ffcd81aa1 +Author: Hannu Nyman +Date: Mon May 8 10:46:09 2017 +0300 + + Merge pull request #1151 from TDT-GmbH/luci-app-openvpn-fix + + luci-app-openvpn: fix proto param selection in basic + +commit 1b42d7a02df97c77ff9653de5e53b115610b3121 +Merge: dfcb281ba b5529b5c8 +Author: Hannu Nyman +Date: Mon May 8 09:55:35 2017 +0300 + + Merge pull request #1154 from stangri/luci-app-simple-adblock + + luci-app-simple-adblock: pt/pt-br translations. + +commit b5529b5c86cd138ffa42fbd3c3076aa6df1df8cf +Author: Stan Grishin +Date: Sat Mar 18 16:24:36 2017 -0700 + + luci-app-simple-adblock: pt translation + + Signed-off-by: Stan Grishin + +commit dfcb281ba35b7bffbb8504a3cf05bffa54b29370 +Merge: d0938f33e 5ea1961b8 +Author: Hannu Nyman +Date: Sun May 7 22:19:17 2017 +0300 + + Merge pull request #1155 from Umeaboy/patch-26 + + Updated adblock + +commit 5ea1961b8dd9d990c9f0d5fd81959d3b920e4dd2 +Author: Kristoffer Grundström +Date: Sun May 7 21:14:10 2017 +0200 + + Updated adblock + + Signed-off-by + +commit d0938f33e06c926b36811773628fea36d160218a +Author: Dirk Brenken +Date: Sun May 7 19:57:08 2017 +0300 + + luci-app-travelmate: sync with travelmate 0.7.2 + + * simplify uplink interface setup (just one Click! ;-), + now part of the overview tab (removed separate setup page!) + * cosmetics + + Signed-off-by: Dirk Brenken + + Conflict resolved by Hannu Nyman + +commit 57121f37432fdc4e3eb5f577b4c3fdcb622932ee +Author: Jo-Philipp Wich +Date: Sat May 6 15:06:07 2017 +0200 + + luci-base: luci.dispatcher: allow overriding sysauth template + + In some cases it is useful to be able to override the template used for the + sysauth login dialog. + + Add a new property "sysauth_template" which allows overriding the template + name from controller files. + + Signed-off-by: Jo-Philipp Wich + +commit ffcd81aa15bb6edb96108332dd4b3bbd0c8ad701 +Author: Florian Eckert +Date: Thu May 4 14:01:03 2017 +0200 + + luci-app-openvpn: fix proto param selection in basic + + Signed-off-by: Florian Eckert + +commit 758555db1bcb044bde952b967656327f5b878ca9 +Merge: 2bc2f935a 86a708b06 +Author: Hannu Nyman +Date: Tue May 2 13:16:38 2017 +0300 + + Merge pull request #1145 from musashino205/sync-trans + + i18n: Sync translations + +commit 86a708b06b1284045c0216e35a2bf3f40411177e +Author: INAGAKI Hiroshi +Date: Tue May 2 19:12:32 2017 +0900 + + i18n: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 2bc2f935a0428b8d31a6ff2b967157b5ca02e06b +Author: Hannu Nyman +Date: Tue May 2 10:07:30 2017 +0300 + + luci-app-statistics: fix whitespace + + * fix whitespace in config file + * place the contextswitch item corerrctly + in the sorted options list + + Signed-off-by: Hannu Nyman + +commit 1bbbe8a508b0f6fc4d33e91c05a1ee9debd7b3db +Merge: 827fb3be8 9a067e896 +Author: Hannu Nyman +Date: Tue May 2 09:53:59 2017 +0300 + + Merge pull request #1144 from LuttyYang/master + + luci-theme-material: fix some bug and sync some code from luci-theme-bootstrap + +commit 827fb3be8eeb9702ae5691bab39fd6176b00860d +Merge: 61797d5b1 aee99ce92 +Author: Hannu Nyman +Date: Tue May 2 09:52:13 2017 +0300 + + Merge pull request #1140 from fantom-x/luci-mod-admin-full-mac80211-isolate + + luci-mod-admin-full: "isolate" option is missing for mac80211 + +commit 9a067e896d81ccd338a57bd24eeb951ad06f854b +Author: lutty +Date: Tue May 2 12:17:24 2017 +0800 + + fix some bug and sync some code from luci-theme-bootstrap + + Signed-off-by: lutty + +commit aee99ce92730912f21fb313953ac6b7a35a5df58 +Author: fantom-x +Date: Sun Apr 30 16:38:45 2017 -0400 + + luci-mod-admin-full: "isolate" option is missing for mac80211 + + Signed-off-by: Marc Benoit marcb6218@gmail.com + +commit 61797d5b1323646af148e839e01fe41ea29e22da +Merge: b737831e5 d2ce55bc1 +Author: Hannu Nyman +Date: Sun Apr 30 23:27:00 2017 +0300 + + Merge pull request #1139 from fantom-x/luci-app-hd-idle-menu-item + + luci-app-hd-idle: removed dashes in menu items and text labels + +commit d2ce55bc1ef594bbc7411fb5486afb7573a20528 +Author: fantom-x +Date: Sun Apr 30 15:42:55 2017 -0400 + + luci-app-hd-idle: removed dashes in menu items and text labels + + "hd-idle" replaced with "HDD Idle" in the menu and on the page. All translation files updated accordingly. + + Signed-off-by: Marc Benoit marcb6218@gmail.com + +commit b737831e56854f55fedbc6a6394d385ee0aef6e3 +Author: Hannu Nyman +Date: Sun Apr 30 19:00:39 2017 +0300 + + luci-app-statistics: processes plugin: add labels, correct data + + Enhance processes statistics page: + * add proper labels to graphs + * correct RSS memory stats title, add VSZ stats + + Signed-off-by: Hannu Nyman + +commit c36201efb020bd29a0be4cbf7e5525254d47a748 +Merge: 1cce2e059 d62cb8f61 +Author: Hannu Nyman +Date: Sun Apr 30 16:14:15 2017 +0300 + + Merge pull request #1133 from fantom-x/luci-app-samba-browseable + + luci-app-samba: add "Browsable" checkbox to each share + +commit 1cce2e059bc2579e57d13cf61516d41dad12143c +Merge: 1497d4ad4 e31b6e937 +Author: Hannu Nyman +Date: Sun Apr 30 16:13:50 2017 +0300 + + Merge pull request #1134 from fantom-x/luci-app-samba-allow-homes + + luci-app-samba: "Share home-directories" check box + +commit e31b6e9379b944f8e09f87dc8a55360ca24f3080 +Author: fantom-x +Date: Sat Apr 29 19:47:12 2017 -0400 + + luci-app-samba: use flag for "Share home-directories" option + + "Share home-directories" has only two values 0 and 1. There is no need for it to be a text box + + Signed-off-by: Marc Benoit marcb6218@gmail.com + +commit d62cb8f6158e424aa38b229ff6c2c8de0251fe2b +Author: fantom-x +Date: Sat Apr 29 16:53:08 2017 -0400 + + luci-app-samba: add "Browsable" checkbox to the "Network Shares" page for each share + + Signed-off-by: Marc Benoit marcb6218@gmail.com + +commit 1497d4ad480be2d047b6523ef8b68d051fac04a2 +Merge: a83f0edec 5bf636732 +Author: Hannu Nyman +Date: Sat Apr 29 20:26:48 2017 +0300 + + Merge pull request #1132 from fantom-x/luci-collectd-mod-contextswitch + + Support for collectd-mod-contextswitch + +commit 5bf636732efab13fdd92dabfd746cafb156dd4f6 +Author: fantom-x +Date: Sat Apr 29 11:26:16 2017 -0400 + + Support for collectd-mod-contextswitch + + Signed-off-by: Marc Benoit marcb6218@gmail.com + +commit a83f0edec21ddd562636e61fd8dcf2fee5b97632 +Merge: 26fb47b10 24a4825ae +Author: Hannu Nyman +Date: Sat Apr 29 10:59:16 2017 +0300 + + Merge pull request #1131 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 24a4825aecc7f8b79dab3cd44ce281b60f401c0c +Author: INAGAKI Hiroshi +Date: Sat Apr 29 09:32:17 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit cab116bfb964e9ad89dae09a8b34ac19518f81bf +Author: INAGAKI Hiroshi +Date: Sat Apr 29 09:19:44 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 26fb47b1062652573b4ed03dddfda79288eddbe1 +Merge: 8eeb663f6 2dd0bae80 +Author: Hannu Nyman +Date: Thu Apr 27 10:16:57 2017 +0300 + + Merge pull request #1128 from dibdot/app-adblock + + luci-app-adblock: fix markup + +commit 2dd0bae8053efc93049b02a5d9e5854f4a158c79 +Author: Dirk Brenken +Date: Wed Apr 26 23:31:11 2017 +0200 + + luci-app-adblock: fix markup + + Signed-off-by: Dirk Brenken + +commit 8eeb663f630c152bcbf87f7728f3ed32f24789ea +Merge: 415b99de5 3e0492fee +Author: Hannu Nyman +Date: Wed Apr 26 23:00:04 2017 +0300 + + Merge pull request #1126 from chris5560/master + + luci-app-ddns: fix to correct system status + +commit 3e0492fee9b14dd17da1b162a8caed26b2679186 +Author: Christian Schoenebeck +Date: Wed Apr 26 21:54:57 2017 +0200 + + luci-app-ddns: fix to correct system status + + preset network "wan", if not configured in ddns config to correct + display system status #1117 + + Signed-off-by: Christian Schoenebeck + +commit 415b99de5a5c5e023a81cc6399ee474993996284 +Merge: da1c1b729 0e80aba7b +Author: Hannu Nyman +Date: Wed Apr 26 14:52:16 2017 +0300 + + Merge pull request #1124 from dibdot/app-adblock + + luci-app-adblock: sync with 2.6.1 + +commit 0e80aba7b19064e6a400adc1e21ad951c7cbda58 +Author: Dirk Brenken +Date: Tue Apr 25 23:17:08 2017 +0200 + + luci-app-adblock: sync with 2.6.1 + + * add two new extra options + * cosmetics + + Signed-off-by: Dirk Brenken + +commit da1c1b72912a4e86109f6f8be9fb3ee5e827713b +Merge: 466978282 f45d8767a +Author: Hannu Nyman +Date: Tue Apr 25 20:14:19 2017 +0300 + + Merge pull request #1123 from Wedmer/master + + [luci-app-openvpn] Fixed ivalid checks for parameters in VPN tab. + +commit f45d8767a6602dae1d0f44b00f873fc3b736eb05 +Author: Vladimir Ulrich +Date: Tue Apr 25 19:40:41 2017 +0300 + + [luci-app-openvpn] Fixed ivalid checks for parameters in VPN tab. + closes #887 + + Signed-off-by: Vladimir Ulrich + +commit 46697828292750d4b240fcc132157a335d22dfd7 +Author: muddyfeet +Date: Tue Apr 25 12:52:04 2017 +0100 + + luci-mod-admin-full: correct logic for dnsmasq boguspriv keyword + + Prevents deletion of the UCI dns boguspriv keyword and explicitly sets it to + either 0 or removes it as the LEDE/Openwrt dnsmasq.conf default is 1 - not 0. + + This allows boguspriv to be turned off from the GUI. + + Signed-off-by: Warren Linton + [Jo-Philipp Wich: squashed commits, updated commit message] + Signed-off-by: Jo-Philipp Wich + +commit 8701c8b001a9c18b7f8d66b29943073e797158f0 +Author: Hannu Nyman +Date: Sun Apr 23 17:07:44 2017 +0300 + + luci-app-uhttpd: remove unnecessary fields from Makefile + + Remove unnecessary fields from Makefile and + rely on LuCI automatics. + + Signed-off-by: Hannu Nyman + +commit fed6b9ef19e6797c3ef8a9048cbc2f822b9cd45e +Author: Hannu Nyman +Date: Sun Apr 23 13:12:30 2017 +0300 + + luci-app-dynapoint: remove unnecessary fields from Makefile + + Remove unnecessary fields from Makefile and + rely on LuCI automatics. + + Signed-off-by: Hannu Nyman + +commit 1e53316a457fdb4d2493dc721d554826f720cea3 +Author: Hannu Nyman +Date: Sun Apr 23 13:05:58 2017 +0300 + + luci-app-fwknopd: remove unnecessary fields from Makefile + + Remove unnecessary version fields from Makefile and + rely on LuCI automatics. + + Signed-off-by: Hannu Nyman + +commit 9f165132a6e5e319102eb58a32eaf255635d4cbe +Author: Hannu Nyman +Date: Sun Apr 23 13:03:58 2017 +0300 + + luci-proto-vpnc: remove unnecessary fields from Makefile + + Remove unnecessary fields from Makefile and + rely on LuCI automatics. + + Signed-off-by: Hannu Nyman + +commit b9159c53472d1788284d363dc6ffff8c2542e4be +Author: Hannu Nyman +Date: Sun Apr 23 09:36:29 2017 +0300 + + luci.mk: fix length of abbreviated hash in version + + Fix the length of the abbreviated commit hash used in + the LuCI version string used in the package names. + Use the old standard of seven characters in hash. + + New git versions vary the length of the abbreviated + commit hash based on the number of objects in repo. That + may lead into different hash lengths with e.g. having + full/shallow git history, having all/single branch or + having different git versions in different build hosts. + + Different hash lengths in package name may lead to + sneaky opkg install errors, as opkg apparently preserves + info for removed packages and may prefer that. + Example: + $ opkg install http://downloads...luci-app-statistics_git-17.073.42825-b47a21f-1_all.ipk + Downloading http://downloads...luci-app-statistics_git-17.073.42825-b47a21f-1_all.ipk + Installing luci-app-statistics (git-17.073.42825-b47a21fbb-1) to root... + Collected errors: + * opkg_download_pkg: Package luci-app-statistics is not available from any configured src. + + The error above is ultimately in opkg, but mitigate + the problem by fixing the hash length when building LuCI. + + Signed-off-by: Hannu Nyman + +commit bacd07cacc3cfb421140cb188cebf8d3d7c36509 +Merge: 494fc4cdb 96d182ebe +Author: Hannu Nyman +Date: Sat Apr 22 17:59:29 2017 +0300 + + Merge pull request #1119 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit 96d182ebea8ff010e1d64bd5e0e954f6216ea837 +Author: INAGAKI Hiroshi +Date: Sat Apr 22 17:43:01 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 1a71a502f9b88fe25503f1a430e6a6a123da2c69 +Author: INAGAKI Hiroshi +Date: Sat Apr 22 16:41:57 2017 +0900 + + luci-app-travelmate: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 44c41e57d077a7b03380358f90d0c366ab4bf056 +Author: INAGAKI Hiroshi +Date: Sat Apr 22 16:25:37 2017 +0900 + + luci-app-travelmate: Fix detection issues of i18n tools + + Fixed detection issues of i18n tools for translation target. + 'translate()' -> 'translatef()' + And fixed the format within that function. + + Signed-off-by: INAGAKI Hiroshi + +commit 494fc4cdb913cfd68c7299bfc7dbad0dab8dfc0c +Merge: 7ae244a26 bbd2c52a1 +Author: Hannu Nyman +Date: Fri Apr 21 22:19:35 2017 +0300 + + Merge pull request #1118 from dibdot/app-travelmate + + travelmate: major frontend update + +commit bbd2c52a1690f82965d17104c33f02dc09e7eb82 +Author: Dirk Brenken +Date: Fri Apr 21 21:01:52 2017 +0200 + + travelmate: major frontend update + + * all options are full configurable via frontend + * show current runtime information + * show current travelmate logfile information + * automatic wwan network interface setup (advanced section) + * direct access to all relevant configuration files (advanced section) + + Signed-off-by: Dirk Brenken + +commit 7ae244a26ef516511a5e476dd14ec033501a1d8d +Author: Jo-Philipp Wich +Date: Thu Apr 20 16:55:29 2017 +0200 + + luci-mod-admin-full: use `nf_conntrack_count` for counting connections (#1114) + + As suggested by PR #1114, use `/proc/sys/net/netfilter/nf_conntrack_count` + instead of counting the lines in `/proc/net/nf_conntrack` but use a slightly + more efficient approach which avoids spawning an extra `cat` command. + + Signed-off-by: Jo-Philipp Wich + +commit 2eda14beee54d885ab2a607ca54beb48807999c6 +Merge: cee4427ee e741857fc +Author: Hannu Nyman +Date: Wed Apr 19 09:52:40 2017 +0300 + + Merge pull request #1111 from liushuyu/master + + luci-app: Improve zh-CN translations + +commit e741857fc8393f5dce0a8cddbd674189825a330a +Author: liushuyu +Date: Fri Apr 14 18:06:19 2017 -0600 + + luci-app: Improve zh-CN translations + +commit cee4427eeb2bad50017eaa5375da425c737c4190 +Merge: 91c0b91a2 d912d6bb4 +Author: Hannu Nyman +Date: Tue Apr 18 15:40:03 2017 +0300 + + Merge pull request #1110 from psyborg55/psyborg55-patch-1 + + luci-app-mwan3: disable uci/sed errors print to syslog + +commit 91c0b91a2e1903ee697c214ff7d8fffac559c424 +Merge: 76ee1ba85 b23489778 +Author: Hannu Nyman +Date: Mon Apr 17 20:29:11 2017 +0300 + + Merge pull request #1115 from dibdot/app-adblock + + luci-app-adblock: sync with 2.6.0-2 + +commit b234897789bae2635ec12452722d9f0818479b4c +Author: Dirk Brenken +Date: Sun Apr 16 08:24:03 2017 +0200 + + luci-app-adblock: sync with 2.6.0-2 + + * made default trigger delay more conservative to fix possible start up + issues + * add luci-lib-jsonc dependency + + Signed-off-by: Dirk Brenken + +commit 76ee1ba85204257c9c51ffb5bf71a75c4a511165 +Merge: a82ca22ff ed11130b8 +Author: Jo-Philipp Wich +Date: Sat Apr 15 15:16:58 2017 +0200 + + Merge pull request #1113 from yousong/fix + + luci-app-upnp: fix setting ucitrack init option + +commit ed11130b84ed6ff95f09c8a482f52fa253555881 +Author: Yousong Zhou +Date: Sat Apr 15 11:50:32 2017 +0800 + + luci-app-upnp: fix setting ucitrack init option + + Fixes FS#693 + + Signed-off-by: Yousong Zhou + +commit d912d6bb4740322da290d1ecd19225d413b2ae9a +Author: psyborg55 +Date: Fri Apr 14 23:30:47 2017 +0200 + + luci-app-mwan3: disable uci/sed errors print to syslog + + Maintainer: @arfett + Compile tested: ramips, xiaomi mini, r50082 + Run tested: ramips, xiaomi mini, r50082 + + Add uci parameter to silence errors printed to syslog and append extra redirect of sed error messages to /dev/null. + + Signed-off-by: Tomislav Požega + +commit a82ca22ffcaf43ea9c0e64d7ccc538777f8d962e +Merge: fa6dc645e 738538d14 +Author: Hannu Nyman +Date: Thu Apr 13 09:43:07 2017 +0300 + + Merge pull request #1109 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 738538d14c8eb21b19077e308c49bdc9be18b6a0 +Author: INAGAKI Hiroshi +Date: Thu Apr 13 13:11:58 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit a7dc588a0f61afc7b783753d63bdcf14bd6809af +Author: INAGAKI Hiroshi +Date: Thu Apr 13 12:35:16 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit fa6dc645e8ef968ba7cf5de9447e295bc8855e15 +Merge: 445341497 3096af833 +Author: Hannu Nyman +Date: Wed Apr 12 17:04:35 2017 +0300 + + Merge pull request #1108 from dibdot/app-adblock + + luci-app-adblock: sync with adblock 2.6.0 + +commit 3096af833bb38ed98ae1cf8926fa8889543e9298 +Author: Dirk Brenken +Date: Mon Apr 10 07:01:33 2017 +0200 + + luci-app-adblock: sync with adblock 2.6.0 + + * add new trigger timeout input field + * the download utility plus SSL Library will be listed in runtime + information and the blocklist source table contains an additional + "SSL req." column + * various small fixes + * changed copyright notice + + Signed-off-by: Dirk Brenken + +commit 4453414970ccddc1821cb2f3fb6d1a8f157cefd7 +Merge: 62743a6c1 91daed453 +Author: Hannu Nyman +Date: Wed Apr 12 10:08:14 2017 +0300 + + Merge pull request #1107 from TDT-GmbH/openvpn_remote_random + + luci-app-openvpn: Fix default value for remote_random flag + +commit 91daed4530cc2e47bc7cf796bbbfc58d56027bf8 +Author: Martin Schiller +Date: Wed Apr 12 06:26:10 2017 +0200 + + luci-app-openvpn: Fix default value for remote_random flag + + Signed-off-by: Martin Schiller + +commit 62743a6c19f24ec83cdee63841ee9cc1599800c1 +Merge: 54c97738b 99af05d10 +Author: Hannu Nyman +Date: Mon Apr 10 17:54:14 2017 +0300 + + Merge pull request #1106 from musashino205/mwan3-upd-ja + + luci-app-mwan3: Update Japanese translation + +commit 99af05d103f3f3e41e6b6b7291e6b3f2277ba6e2 +Author: INAGAKI Hiroshi +Date: Mon Apr 10 23:05:48 2017 +0900 + + luci-app-mwan3: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 54c97738bcfd715bc36fd88fac46605bac596e04 +Author: Hannu Nyman +Date: Mon Apr 10 14:45:20 2017 +0300 + + timezone data: update to 2017b + + Update timezone data to 2017b. + + http://mm.icann.org/pipermail/tz-announce/2017-February/000045.html + http://mm.icann.org/pipermail/tz-announce/2017-March/000046.html + + Key changes in 2017a-2017b: + + * Mongolia no longer observes DST. + * Chile's Region of Magallanes moves from -04/-03 to -03 year-round. + * Switch to numeric time zone abbreviations for South America, as + part of the ongoing project of removing invented abbreviations. + * Haiti resumed observance of DST in 2017. + + Signed-off-by: Hannu Nyman + +commit 7a7e08c39bd7c1c4cc1aa3b749ca2e2d0558ea47 +Author: Hannu Nyman +Date: Mon Apr 10 14:42:14 2017 +0300 + + luci-app-mwan3: sync translations + + Fix manually minor breakage from the previous commit. + Prune some deleted strings. + + Signed-off-by: Hannu Nyman + +commit 4ae4125a087882886cdd0bcba7ac6b14fd94bbde +Merge: a162384bf 473409ad8 +Author: Hannu Nyman +Date: Mon Apr 10 14:28:12 2017 +0300 + + Merge pull request #1104 from musashino205/mwan3-fix-trans + + luci-app-mwan3: Fix luci tools cannot detect translate() + +commit 473409ad8e9b5d7f55c6b877626b5a453ab4314d +Author: INAGAKI Hiroshi +Date: Sun Apr 9 21:38:36 2017 +0900 + + luci-app-mwan3: Fix luci tools cannot detect translate() + + Fixed strings in Lua sources where the LuCI i18n tools cannot be + detected. And also fixed some other problems. + + Signed-off-by: INAGAKI Hiroshi + +commit a162384bf70e1f5d9227f289aa5ab123a91a35a6 +Merge: 3fc0465cf 5900ca8db +Author: Hannu Nyman +Date: Sun Apr 9 11:37:29 2017 +0300 + + Merge pull request #1103 from kuoruan/zh-cn-tr + + Update Simplified Chinese translation + +commit 5900ca8db741559d1104242620b7c025c134c155 +Author: Hsing-Wang Liao +Date: Sun Apr 9 16:18:44 2017 +0800 + + luci-app-mwan3: Add Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit a41f97bca14f2825922f39938f6b177c712fb2e1 +Author: Hsing-Wang Liao +Date: Sun Apr 9 14:54:32 2017 +0800 + + luci-base: Update Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 3fc0465cfeda80f6696bcc17dc4cbcfa0f88c906 +Merge: 73d284c88 7b55d1b4a +Author: Hannu Nyman +Date: Thu Apr 6 23:01:48 2017 +0300 + + Merge pull request #1071 from TDT-GmbH/add-force-link-option + + luci-mod-admin-full: Add force link option in interfaces advanced settings section + +commit 73d284c880152ea69942519bd7955e6ef06fd604 +Merge: a33dfdd67 601784f28 +Author: Hannu Nyman +Date: Thu Apr 6 22:00:23 2017 +0300 + + Merge pull request #1099 from musashino205/mwan3-upd-ja + + luci-app-mwan3: Update Japanese translation + +commit 601784f28372be8af5640af4cec07beccdae8aaa +Author: INAGAKI Hiroshi +Date: Fri Apr 7 03:53:13 2017 +0900 + + luci-app-mwan3: Update Japanese translation + + Synchronized translations with sources and updated japanese + translations. + + Signed-off-by: INAGAKI Hiroshi + +commit a33dfdd67c6784b317af300409dd1fe1a969c7be +Merge: d3fc9b2a3 71f2f045b +Author: Hannu Nyman +Date: Thu Apr 6 11:11:37 2017 +0300 + + Merge pull request #1094 from TDT-GmbH/luci-app-mwan3-update + + luci-app-mwan3: update interfaceconfig page with new params + +commit d3fc9b2a37ada259614d5d7dda767632b43f7f33 +Merge: fc02f5830 fce9f5248 +Author: Hannu Nyman +Date: Tue Apr 4 18:06:19 2017 +0300 + + Merge pull request #1098 from musashino205/mwan3-add-ja + + luci-app-mwan3: Add Japanese translation + +commit fc02f583017a66ecfed8e4f8417c7163821213dc +Merge: 1390a6465 c528be41b +Author: Hannu Nyman +Date: Tue Apr 4 18:05:35 2017 +0300 + + Merge pull request #1097 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit c528be41b7caddb05bbd98d14094ef0b36ac60f4 +Author: INAGAKI Hiroshi +Date: Tue Apr 4 23:33:16 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Added and Modified some Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 09c33440dab1b44fcf0b55ec940e040cc4c89d2a +Author: INAGAKI Hiroshi +Date: Tue Apr 4 23:28:50 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with sources. + + Signed-off-by: INAGAKI Hiroshi + +commit fce9f5248badec3e8ded3c71f06ba66eea45a02f +Author: INAGAKI Hiroshi +Date: Tue Apr 4 22:49:38 2017 +0900 + + luci-app-mwan3: Add Japanese translation + + Added po templates and Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 1390a6465d643b16738052ccbb1583fd20e8db8f +Merge: ae542668f 03ae05549 +Author: Hannu Nyman +Date: Tue Apr 4 15:28:44 2017 +0300 + + Merge pull request #1096 from dibdot/app-adblock + + luci-app-adblock: sync with adblock 2.5.1 + +commit 03ae05549d4dc3fd705a110192ad84bf144298c0 +Author: Dirk Brenken +Date: Tue Apr 4 14:11:41 2017 +0200 + + luci-app-adblock: sync with adblock 2.5.1 + + * made buttons translatable + * accept empty values for interface trigger input field + * replace 'url' with 'luci.dispatcher.build_url' + + Signed-off-by: Dirk Brenken + +commit ae542668f5a15feec663235b29574ecf8ec53e61 +Merge: 18ed405d2 a0e9d3474 +Author: Hannu Nyman +Date: Tue Apr 4 14:10:07 2017 +0300 + + Merge pull request #1095 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit a0e9d3474dbb7e80dfb3593a9bbc7f331c72ad25 +Author: INAGAKI Hiroshi +Date: Tue Apr 4 20:04:51 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Updated Japanese translation. + + Signed-off-by: INAGAKI Hiroshi + +commit 71f2f045b2b3b1a738d759ff694c5b041176417e +Author: Florian Eckert +Date: Mon Apr 3 11:19:56 2017 +0200 + + luci-app-mwan3: add me as co maintainer + + Signed-off-by: Florian Eckert + +commit 7e4fb9998b7dd8e0c31e25b25fa69d28fb140243 +Author: Florian Eckert +Date: Mon Apr 3 11:16:42 2017 +0200 + + luci-app-mwan3: add failure and recovery interval + + Signed-off-by: Florian Eckert + +commit e49e6578593bde9571d518563b97280af567b88a +Author: Florian Eckert +Date: Mon Apr 3 11:04:34 2017 +0200 + + luci-app-mwan3: call translatef funktion if reasonable + + Signed-off-by: Florian Eckert + +commit 18ed405d28547782da658d2785ee9352cb5591f9 +Merge: d4816ded6 b4f080b13 +Author: Hannu Nyman +Date: Sun Apr 2 23:56:34 2017 +0300 + + Merge pull request #1093 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit b4f080b136891adc9bd7236b33efa77b0259c063 +Author: INAGAKI Hiroshi +Date: Mon Apr 3 02:32:28 2017 +0900 + + luci-base: Update Japanese translation + + Updated Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit d4816ded63b66f1128dd2bcc3eb9678a16dccc0d +Merge: f6dd2a09c e1e5743a1 +Author: Hannu Nyman +Date: Fri Mar 31 16:09:33 2017 +0300 + + Merge pull request #1091 from TDT-GmbH/mwan3-add-params + + Mwan3 add params + +commit e1e5743a1af55fadd4f5fb01f482931654f3dfd9 +Author: Florian Eckert +Date: Fri Mar 31 14:57:27 2017 +0200 + + luci-app-mwan3: add new ip family param + + Signed-off-by: Florian Eckert + +commit 7d5579b3e0a1bd17d3738bcebbc9492f284b2d55 +Author: Florian Eckert +Date: Fri Mar 31 14:56:06 2017 +0200 + + luci-app-mwan3: add new conntrack flash param + + Signed-off-by: Florian Eckert + +commit 585b6b3111f68328147177667c9eb9fcbf2a18eb +Author: Florian Eckert +Date: Fri Mar 31 14:52:45 2017 +0200 + + luci-app-mwan3: add new ping size param + + Signed-off-by: Florian Eckert + +commit f6dd2a09c9c3ebae6f6f396907f85946b43f62e3 +Merge: 3dc08a354 369dbbfe7 +Author: Hannu Nyman +Date: Thu Mar 30 19:46:27 2017 +0300 + + Merge pull request #1090 from musashino205/i18n-sync + + i18n: Sync translations + +commit 369dbbfe713402e9ae062b8c6886d863f51e1adf +Author: INAGAKI Hiroshi +Date: Fri Mar 31 00:50:22 2017 +0900 + + i18n: Sync translations + + Synchronized all translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 3dc08a354b4f5212fdaf54764729a025a14167cf +Merge: 8504fd64f a9ae30067 +Author: Hannu Nyman +Date: Tue Mar 28 21:12:27 2017 +0300 + + Merge pull request #1088 from dibdot/luci-app-adblock + + luci-app-adblock: fix XHTML/HTML5 markup + +commit a9ae30067386a0464ed4514bccee4e7ced0df5d7 +Author: Dirk Brenken +Date: Tue Mar 28 20:05:03 2017 +0200 + + luci-app-adblock: fix XHTML/HTML5 markup + + * fix XHTML parsing errors in openwrt theme + * tested with openwrt, bootstrap & material theme + + Signed-off-by: Dirk Brenken + +commit 8504fd64fc71a2c8e9ae8a7a6bfd71f648fd2782 +Merge: 0ca4e3b88 8db29afb5 +Author: Hannu Nyman +Date: Mon Mar 27 17:22:07 2017 +0300 + + Merge pull request #1085 from musashino205/adblk-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 8db29afb593a54060dfe1da13e5ff7baad58dd15 +Author: INAGAKI Hiroshi +Date: Mon Mar 27 22:20:46 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Added Japanese translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit 9e869fb0036b9e2857890abcdabd8df1f5207f75 +Author: INAGAKI Hiroshi +Date: Mon Mar 27 22:04:31 2017 +0900 + + luci-app-adblock: Sync translations + + Synchronized translations with Lua sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 0ca4e3b8837dc176c377e2966a4421fbe5dbf747 +Merge: 98f009913 f2264da43 +Author: Hannu Nyman +Date: Mon Mar 27 14:25:49 2017 +0300 + + Merge pull request #1083 from dibdot/luci-app-adblock + + luci-app-adblock: small fixes in overview tab + +commit 98f009913c623e9a6f71e68419050732cb226ba7 +Merge: 65a089d67 d3fecae59 +Author: Hannu Nyman +Date: Mon Mar 27 13:33:45 2017 +0300 + + Merge pull request #1084 from musashino205/adblk-fix-translation + + luci-app-adblock: Fix display issues with translation + +commit f2264da43cd521bd64e687c91bc7b94c3e28e7b3 +Author: Dirk Brenken +Date: Mon Mar 27 11:36:41 2017 +0200 + + luci-app-adblock: small fixes in overview tab + + * mute stderr in syscalls + * better suspend/resume button handling + + Signed-off-by: Dirk Brenken + +commit d3fecae59ebbf4e95e7ca824f0600f801164d03c +Author: INAGAKI Hiroshi +Date: Mon Mar 27 14:38:52 2017 +0900 + + luci-app-adblock: Fix display issues with translation + + Fixed display issues when applying translation. + + Signed-off-by: INAGAKI Hiroshi + +commit 65a089d6798e60a807fa250c5789dee52bb735f5 +Merge: dbc156f40 5c11719b4 +Author: Hannu Nyman +Date: Sun Mar 26 17:40:55 2017 +0300 + + Merge pull request #1082 from musashino205/adblock-fix-call + + luci-app-adblock: Fix package call from buildroot + +commit 5c11719b44fd4b877b54367228cf5f40d2961f96 +Author: INAGAKI Hiroshi +Date: Sun Mar 26 23:15:03 2017 +0900 + + luci-app-adblock: Fix package call from buildroot + + Cannot load this package in buildroot, so I fixed package call from + buildroot in the Makefile. + + Signed-off-by: INAGAKI Hiroshi + +commit dbc156f40ad5fc7294be7b78cc6eb8a59857197f +Merge: 42b14304a 1bc3833e6 +Author: Hannu Nyman +Date: Sun Mar 26 14:15:07 2017 +0300 + + Merge pull request #1080 from dibdot/luci-app-adblock + + luci-app-adblock: major update + +commit 42b14304aa8bc79a7a9bb06de9bcc29ddfd0b411 +Merge: 773734e27 50b1cf8fc +Author: Hannu Nyman +Date: Sun Mar 26 14:13:39 2017 +0300 + + Merge pull request #1081 from musashino205/clamav-add-ja + + luci-app-clamav: Add Japanese translation + +commit 1bc3833e6876c9e2796fb7ec1ad2711bc12ef85f +Author: Dirk Brenken +Date: Sat Mar 25 21:58:51 2017 +0100 + + luci-app-adblock: major update + + * multi-tab navigation + Overview/View Logfile/Advanced + Advanced: Edit Blacklist/Whitelist/Configuration + Query domains + * all adblock options are now configurable via LuCI + + Signed-off-by: Dirk Brenken + +commit 50b1cf8fc97ae3597c433918c3fd23faec7c655c +Author: INAGAKI Hiroshi +Date: Sun Mar 26 15:24:16 2017 +0900 + + luci-app-clamav: Add Japanese translation + + Added po templates and Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 773734e27408e5f1545d0ef89fc5e36f7ae18f7c +Merge: 180f2d670 4620f7e35 +Author: Hannu Nyman +Date: Tue Mar 21 21:12:53 2017 +0200 + + Merge pull request #1076 from musashino205/sadb-add-ja + + luci-app-simple-adblock: Add Japanese translation + +commit 4620f7e35336e259a9c946358e98c679bfa8b329 +Author: INAGAKI Hiroshi +Date: Wed Mar 22 04:00:26 2017 +0900 + + luci-app-simple-adblock: Add Japanese translation + + Added Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 180f2d670a933b6d570099833e75a99423fea266 +Merge: c69622e5a a2349fac2 +Author: Hannu Nyman +Date: Sun Mar 19 16:55:45 2017 +0200 + + Merge pull request #956 from lucize/master + + Add luci-proto-ncm for comgt-ncm + +commit c69622e5afb31490044e975c760daf81debd390e +Merge: ea801ada7 c9e12f172 +Author: Hannu Nyman +Date: Sat Mar 18 16:56:41 2017 +0200 + + Merge pull request #1063 from stangri/luci-app-simple-adblock + + luci-app-simple-adblock: initial commit + +commit ea801ada7d43749fab14e680b78cb5977d7d488c +Merge: a8465cffb a25c71f55 +Author: Hannu Nyman +Date: Wed Mar 15 18:14:33 2017 +0200 + + Merge pull request #1026 from danrl/mwan + + luci-app-mwan3: initial commit + +commit a8465cffb89c3ee3c49e84d2ee88f7027e8ed4f9 +Merge: 55ed62eab d0cb158e3 +Author: Hannu Nyman +Date: Wed Mar 15 16:11:29 2017 +0200 + + Merge pull request #1025 from danrl/cshark + + luci-app-cshark: initial commit + +commit 7b55d1b4afed37625417e5707f3b96cb5beb19fa +Author: Florian Eckert +Date: Tue Mar 14 14:22:01 2017 +0100 + + luci-base: update i18n + + Signed-off-by: Florian Eckert + +commit f2d5cb1060ea4e58aad4aefe240ef1b5d5ecc04a +Author: Florian Eckert +Date: Tue Mar 14 14:11:10 2017 +0100 + + luci-mod-admin-full: add advanced force_link option + + Signed-off-by: Florian Eckert + +commit 55ed62eab7577231247f85034b6855aa91abf534 +Author: Jo-Philipp Wich +Date: Tue Mar 14 12:52:22 2017 +0100 + + luci-app-firewall: adjust drop_invalid default (#1068) + + Since firewall3 commit b33f78371e7c7b6a131c2b6c01673cbd4b3c13d1 the + drop_invalid option is off by default. + + Adjust LuCI view to properly handle the changed semantics. + + Signed-off-by: Jo-Philipp Wich + +commit cda594494687e6a6f4b2c97298e1b37798543ec7 +Merge: 9779d5395 82885cd9e +Author: Hannu Nyman +Date: Tue Mar 14 10:17:34 2017 +0200 + + Merge pull request #1066 from TDT-GmbH/openvpn-fix-refactoring + + luci-app-openvpn: fix prettify refactoring + +commit 82885cd9ed0b067f986e5f9cbb570bbd74e6ab6d +Author: Florian Eckert +Date: Tue Mar 14 09:11:45 2017 +0100 + + luci-app-openvpn: fix prettify refactoring + + Signed-off-by: Florian Eckert + +commit 9779d5395c7e653aac32c173c49e27e5777a2c1d +Merge: 4c10d29dd e86438fa7 +Author: Hannu Nyman +Date: Mon Mar 13 10:21:02 2017 +0200 + + Merge pull request #1065 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: updated service start/enable logic. + +commit e86438fa76932e348a347b18e247b0ed806628db +Author: Stan Grishin +Date: Sun Mar 5 10:25:00 2017 -0800 + + luci-app-vpnbypass: updated service start/enable logic. + +commit c9e12f17217343f9cc29ed1b9236dac285b57646 +Author: Stan Grishin +Date: Thu Jan 26 14:47:53 2017 -0800 + + luci-app-simple-adblock: initial commit of companion package to simple-adblock + + luci-app-simple-adblock: bumped version number to match main package + + Signed-off-by: Stan Grishin + +commit 4c10d29ddcf3473bec34fab2b15c8ce017d6e8a5 +Merge: 0ec9636be b92ac48bc +Author: Hannu Nyman +Date: Thu Mar 9 22:25:16 2017 +0200 + + Merge pull request #1059 from TDT-GmbH/openvpn_prettify + + luci-app-openvpn: prettify openvpn-advanced parameter set + +commit b92ac48bc8f39c1a15b61a193e7a1d8c81c941b6 +Author: Florian Eckert +Date: Thu Mar 9 16:15:36 2017 +0100 + + luci-app-openvpn: prettify openvpn-advanced parameter set + + Signed-off-by: Florian Eckert + +commit 0ec9636be4e82c22b37fa379bd350ef661a8b5ab +Merge: ff36d1b9e 4baeb1be2 +Author: Jo-Philipp Wich +Date: Tue Mar 7 16:40:04 2017 +0100 + + Merge pull request #1057 from TDT-GmbH/base-dhcp-de + + luci-base: update german translation + +commit 4baeb1be2de40e010c32cd83c6e8453be1c9f9f3 +Author: Florian Eckert +Date: Tue Mar 7 11:33:36 2017 +0100 + + luci-base: update german translation + + Added some missing german translations + + Signed-off-by: Florian Eckert + +commit ff36d1b9e981956a4d674cd95bd2049499339c8a +Merge: 40b7b68e1 3ff56f8cf +Author: Hannu Nyman +Date: Sun Mar 5 16:38:01 2017 +0200 + + Merge pull request #1054 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: directly enable service from Web UI. + +commit 3ff56f8cfb8145493b82d5da419377ec287dfd47 +Author: Stan Grishin +Date: Sun Mar 5 05:42:31 2017 -0800 + + luci-app-vpnbypass: directly enable service from Web UI. + + Signed-off-by: Stan Grishin + +commit 40b7b68e1dffdcf1619709df0fb3bb63fd645259 +Merge: 61f63fb9a 892398692 +Author: Hannu Nyman +Date: Sat Mar 4 22:10:54 2017 +0200 + + Merge pull request #1047 from hafu/ffp-profile + + community-profiles: update Potsdam + +commit 61f63fb9afdc4e9ec5f9a0a41df67654533a2075 +Author: Hannu Nyman +Date: Sat Mar 4 12:26:30 2017 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 1a85e854dbbd47f42791afe89b50febede442642 +Merge: 2685855d7 dc0dae870 +Author: Hannu Nyman +Date: Fri Mar 3 22:05:34 2017 +0200 + + Merge pull request #1051 from luizluca/pt-br-update + + luci-app-wireguard: Add pt-br translation + +commit dc0dae8709dab1eb9988b4e95658472741cb69ac +Author: Luiz Angelo Daros de Luca +Date: Fri Mar 3 15:27:03 2017 -0300 + + luci-app-wireguard: Add pt-br translation + + Signed-off-by: Luiz Angelo Daros de Luca + +commit 892398692c99389f8a0e3b44f1054a639f010257 +Author: Hannes Fuchs +Date: Wed Mar 1 11:05:52 2017 +0100 + + updated community-profile for potsdam + + - fixed ssid + - disable IPv6 + - added more interface settings + - added settings for 5GHz wifi + - added ssidscheme + - added dhcp leasetime setting + - added LinkQualityAlgorithm for olsrd + + Signed-off-by: Hannes Fuchs + +commit 2685855d778f8ca55a5c88a24779dfa1dca78c48 +Merge: 844b4cbe0 04cf8763c +Author: Hannu Nyman +Date: Wed Mar 1 09:50:58 2017 +0200 + + Merge pull request #997 from hnyman/madwifi-cleanup + + treewide: cleanup references to madwifi + +commit 04cf8763cc6c19ea419cfd34a913770f27798f90 +Author: Hannu Nyman +Date: Tue Feb 28 18:57:31 2017 +0200 + + meshwizard: cleanup references to madwifi + + Remove the code related to the deprecated madwifi driver. + + Signed-off-by: Hannu Nyman + +commit 7ab9b5a7144d2e5bbf5ab6f550cd89cb377075a6 +Author: Hannu Nyman +Date: Tue Feb 28 18:56:52 2017 +0200 + + freifunk-common: cleanup references to madwifi + + Remove the code related to the deprecated madwifi driver. + + Signed-off-by: Hannu Nyman + +commit 3c988cf16cc8d34fa27c6ef62c59fe3db269cedb +Author: Hannu Nyman +Date: Tue Feb 28 18:55:11 2017 +0200 + + treewide: cleanup references to madwifi from LuCI + + Remove the code related to the deprecated madwifi driver. + + Signed-off-by: Hannu Nyman + +commit 844b4cbe054f275d592fb4cf3ab8cd71f3d7bf31 +Merge: 283c69ab5 b0943391d +Author: Hannu Nyman +Date: Tue Feb 28 14:24:20 2017 +0200 + + Merge pull request #1043 from hnyman/ieee80211 + + luci-mod-admin-full: new hostapd functionality for 80211w/r detection + +commit b0943391d84546d7161709ef521410b9cfd21df9 +Author: Hannu Nyman +Date: Tue Feb 28 14:16:19 2017 +0200 + + luci-mod-admin-full: new hostapd functionality for 80211w/r detection + + Use the new hostapd functionality (in LEDE) to detect 802.11r and 802.11w + more properly. Leave the old logic in place for Openwrt. + + Adjust 802.11w default value from "0" to "" in order to avoid unnecessary + "option ieee80211w 0" lines in /etc/config/wireless + + Signed-off-by: Hannu Nyman + +commit 283c69ab5e8743fe811bebddeacd3e03d9626a10 +Merge: be8b920a2 9865a7ff6 +Author: Hannu Nyman +Date: Mon Feb 27 23:05:46 2017 +0200 + + Merge pull request #1042 from musashino205/wg-add-ja + + luci-app-wireguard: Add Japanese translation + +commit 9865a7ff69ad3ae28cedb436b11934552f6567fa +Author: INAGAKI Hiroshi +Date: Tue Feb 28 05:37:11 2017 +0900 + + luci-app-wireguard: Add Japanese translation + + Added po templates file and Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit be8b920a2eae8c41999ad4f315931b7a6b5624b5 +Merge: 829344d67 cd8333cf0 +Author: Hannu Nyman +Date: Mon Feb 27 21:50:52 2017 +0200 + + Merge pull request #1039 from danrl/luci-proto-wireguard + + luci-proto-wireguard: add support for fwmark option + +commit cd8333cf0b90c6498366c993f8135dbd29cd6000 +Author: danrl +Date: Fri Feb 24 15:03:11 2017 +0100 + + luci-proto-wireguard: add support for fwmark option + + Adds support for the fwmark option. + + FwMark is a 32-bit fwmark for outgoing packets. + If set to 0 or "off", this option is disabled. + + Signed-off-by: Dan Luedtke + +commit 829344d6767a2a9b5a1ee12cc0c0de5bbc2e7748 +Merge: 0f474fc30 090913c94 +Author: Hannu Nyman +Date: Mon Feb 27 16:50:52 2017 +0200 + + Merge pull request #1038 from danrl/luci-app-wireguard + + luci-app-wireguard: performance+ (no more sys.exec calls) + +commit 090913c9415bfb5562a385a9eeb01502c35d63ac +Author: danrl +Date: Fri Feb 24 09:26:03 2017 +0100 + + luci-app-wireguard: performance+ (less sys.exec calls) + + Thanks to latest developments in wireguard-tools, we can now + fetch all data we need for display using a single sys.exec() + call instead of multiple ones. This application is now + significantly smaller and runs much faster. + + Added Firewall Mark feature. + + Signed-off-by: Dan Luedtke + +commit 0f474fc3027154cdc94db4a5bafd54263875f001 +Merge: 6e2647a9d 1093327a4 +Author: Hannu Nyman +Date: Sun Feb 26 20:25:33 2017 +0200 + + Merge pull request #1005 from kdarbyshirebryant/miniupnpenable + + luci-minuupnpd: use enable flag + +commit 6e2647a9d6b9c0eef53dff1c2049981befd17d31 +Merge: 5e24b7372 d933bd317 +Author: Hannu Nyman +Date: Sun Feb 26 19:58:18 2017 +0200 + + Merge pull request #1037 from musashino205/adblock-upd-ja + + luci-app-adblock: Update Japanese translation + +commit 5e24b73720d924d4c05fa5429a79212980620e0e +Merge: fd2c692d9 823d3cc86 +Author: Hannu Nyman +Date: Sun Feb 26 19:50:25 2017 +0200 + + Merge pull request #1034 from feckert/bootstrap_javascript_warning + + luci-theme-boostrap: add javascript warning if disabled + +commit fd2c692d9855f7fd61468dd95e0f5ff7e46254a2 +Merge: 09353ff64 fe9d39c06 +Author: Christian Schoenebeck +Date: Sat Feb 25 21:32:21 2017 +0100 + + Merge pull request #1036 from luizluca/pt-br-update + + i18n: complete pt-br translation + +commit 1093327a4ddaf377fde40fdfb8ed168abac4b5eb +Author: Kevin Darbyshire-Bryant +Date: Sat Feb 11 20:31:58 2017 +0000 + + luci-minuupnpd: use enable flag + + Add a 'master' miniupnpd service enable flag rather than just relying on + rcS.d script existence. This allows the service to be disabled + across sysupgrade, similar to minidlna. + + Signed-off-by: Kevin Darbyshire-Bryant + +commit d933bd3177a5204c16df38b35a5679a67c64d739 +Author: INAGAKI Hiroshi +Date: Thu Feb 23 15:11:41 2017 +0900 + + luci-app-adblock: Update Japanese translation + + Improved existing translations. + + Signed-off-by: INAGAKI Hiroshi + +commit fe9d39c06c3535ecb8f7b4f611747d21c1050a2c +Author: Luiz Angelo Daros de Luca +Date: Mon Feb 20 18:15:47 2017 -0300 + + i18n: complete pt-br translation + + Signed-off-by: Luiz Angelo Daros de Luca + +commit 823d3cc86c25062bb0a2b81bf31dc516a9fc1e43 +Author: Florian Eckert +Date: Tue Feb 21 15:16:49 2017 +0100 + + luci-theme-boostrap: add JavaScript warning if disabled + + Signed-off-by: Florian Eckert + +commit 81cbe3dd6583487fdb413625fbb75dd49dec7c25 +Author: Florian Eckert +Date: Wed Feb 22 10:09:46 2017 +0100 + + luci-base/po: update JavaScript nameing + + Signed-off-by: Florian Eckert + +commit 572e5d871e2e871855a47e4f0dce2c82443ff104 +Author: Florian Eckert +Date: Wed Feb 22 10:09:04 2017 +0100 + + luci-theme-openwrt: fix JavaScript nameing + + Signed-off-by: Florian Eckert + +commit f5a5f6cb929255315da94b1be2158ecaa6ba8346 +Author: Florian Eckert +Date: Wed Feb 22 10:08:08 2017 +0100 + + luci-theme-freifunk-generic: fix JavaScript naming + + Signed-off-by: Florian Eckert + +commit 09353ff64059b82f5ce2fab330a036e448b4a075 +Merge: 3df5fd269 7a28ed8f1 +Author: Hannu Nyman +Date: Tue Feb 21 14:32:32 2017 +0200 + + Merge pull request #1032 from feckert/update_base_po + + luci-base: sync translations + +commit 7a28ed8f16ba3f64fd160d55d3a71efa412b08bb +Author: Florian Eckert +Date: Tue Feb 21 13:06:02 2017 +0100 + + luci-base: sync translations + + Signed-off-by: Florian Eckert + +commit a72d90faac7ffe815a904d6816159549548e6fab +Author: Florian Eckert +Date: Tue Feb 21 10:18:53 2017 +0100 + + luci-base: add dhcp to system ucitrack + + If hostname get changed in "/etc/config/system" dnsmasq should reloaded + his config to be reached again under the URL [HOSTNAME].lan + + Signed-off-by: Florian Eckert + +commit 3df5fd2697199f1cd29f0e4c7e5701d0b39d3a21 +Merge: 80a1946a2 fbd3e1219 +Author: Hannu Nyman +Date: Tue Feb 21 11:00:16 2017 +0200 + + Merge pull request #1027 from danrl/lxc + + luci-app-lxc: initial commit + +commit fbd3e1219a203e782a5b29d55abf0c74d1b2982e +Author: danrl +Date: Fri Feb 17 11:07:34 2017 +0100 + + luci-app-lxc: initial commit + + Moved over here from the packages repository. + + Signed-off-by: Dan Luedtke + +commit 80a1946a2e10393e38a716a04a7fdf11fc80f6dc +Merge: 7942a23c8 0279bd22b +Author: Hannu Nyman +Date: Tue Feb 21 10:17:07 2017 +0200 + + Merge pull request #1030 from danrl/luci-app-wireguard + + luci-app-wireguard: resolve meta package in depdencies + +commit 0279bd22b85af73a321da9fe97f787334a423217 +Author: danrl +Date: Tue Feb 21 08:59:32 2017 +0100 + + luci-app-wireguard: resolve meta package in depdencies + + Signed-off-by: Dan Luedtke + +commit 7942a23c814ed482982d94cceed641a8b68eb5f4 +Author: Jo-Philipp Wich +Date: Mon Feb 20 14:34:16 2017 +0100 + + luci.mk: only use remote branch detection + + LEDE's scripts/feeds script creates local branches named after the checked + out commit hash, confusing local branch detection. + + Solely use remote branch detection to avoid misidentifying such cases. + + Signed-off-by: Jo-Philipp Wich + +commit 05c5924434786c6720e0a497215fce0337d57d82 +Author: Jo-Philipp Wich +Date: Mon Feb 20 14:14:49 2017 +0100 + + luci.mk: fix branch detection in detached HEAD state + + When LuCI is checked out via pinned feeds configuration, its source tree will + end up in detached head state, requiring some more magic to figure out the + proper branch. + + Signed-off-by: Jo-Philipp Wich + +commit 0f5321d2ebe801fea77031fed221ae7b13636816 +Merge: 9726e26a7 58833aa2d +Author: Hannu Nyman +Date: Sun Feb 19 16:13:19 2017 +0200 + + Merge pull request #1022 from danrl/luci-app-wireguard + + luci-app-wireguard: initial commit + +commit a25c71f55697d13c0a12da104bde7fee57d00f2c +Author: danrl +Date: Fri Feb 17 11:22:01 2017 +0100 + + luci-app-mwan3: initial commit + + Moved over here from the packages repository. + + Signed-off-by: Dan Luedtke + +commit d0cb158e34c20d0a78dc23cfd5757d10430e121f +Author: danrl +Date: Fri Feb 17 11:08:46 2017 +0100 + + luci-app-cshark: initial commit + + Moved over here from the packages repository. + + Signed-off-by: Dan Luedtke + +commit 9726e26a7a2ea6052827472bfbec3c9914abedf8 +Merge: 291bc84d9 b152ec0e6 +Author: Hannu Nyman +Date: Fri Feb 17 09:07:47 2017 +0200 + + Merge pull request #1024 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: add datatypes and placeholders to fields + +commit 58833aa2df97ba93a9512f3b0c428cf558fa2235 +Author: danrl +Date: Thu Feb 16 19:40:26 2017 +0100 + + luci-app-wireguard: initial commit + + This application allows for monitoring of WireGuard interfaces via the + Status menu. + + Signed-off-by: Dan Luedtke + +commit b152ec0e66b710c9a8b9ee61b9ea22bb2f06d507 +Author: Stan Grishin +Date: Thu Feb 16 20:16:56 2017 -0800 + + luci-app-vpnbypass: add datatypes and placeholders to addresses and ports + + Signed-off-by: Stan Grishin + +commit 291bc84d9cb2929d5860cc7d2bf1b27200661787 +Merge: c0303598d 517d430f6 +Author: Hannu Nyman +Date: Thu Feb 16 22:53:28 2017 +0200 + + Merge pull request #1023 from danrl/luci-proto-wireguard + + luci-proto-wireguard: mark package as arch indep. + +commit 517d430f6517515cea82babc0c28d7489f03e080 +Author: Dan Lüdtke +Date: Thu Feb 16 21:50:39 2017 +0100 + + luci-proto-wireguard: mark package as arch indep. + + Marks package luci-proto-wireguard as architecture independent. + + Signed-off-by: Dan Luedtke + +commit c0303598d5420324fa8991bfca8f34d341ab4d44 +Author: Hannu Nyman +Date: Thu Feb 16 12:14:45 2017 +0200 + + luci-app-bcp38: fix typo in dependency + + Signed-off-by: Hannu Nyman + +commit d537684324371ad11ad8f431ceb61d1c970e092e +Merge: 1099ee9ce 85ed192e3 +Author: Hannu Nyman +Date: Thu Feb 16 11:32:08 2017 +0200 + + Merge pull request #1017 from danrl/luci-app-bcp38 + + luci-app-bcp38: added bcp38 application + +commit 1099ee9ce1bb867f4978eb862ce3ab1c5aa5cc3e +Merge: 13af69d2f 09bf5214b +Author: Hannu Nyman +Date: Thu Feb 16 11:31:42 2017 +0200 + + Merge pull request #1018 from danrl/luci-app-clamav + + luci-app-clamav: added clamav application + +commit 13af69d2f20a18c4e1a4010066a6c1b5d4789dc5 +Merge: 7d3b3eff9 c8ed8ada1 +Author: Hannu Nyman +Date: Thu Feb 16 11:31:26 2017 +0200 + + Merge pull request #1019 from danrl/luci-app-e2guardian + + luci-app-e2guardian: add e2guardian application + +commit 7d3b3eff996d347f4c99bf2abd9599193035b065 +Merge: dea880ef7 baeed9e90 +Author: Hannu Nyman +Date: Thu Feb 16 11:31:09 2017 +0200 + + Merge pull request #1020 from danrl/luci-app-squid + + luci-app-squid: added squid application + +commit 09bf5214b41580d7019f11eda6d4ca4fa137e69f +Author: danrl +Date: Thu Feb 16 09:50:20 2017 +0100 + + luci-app-clamav: added clamav application + + This application was moved from the packages repository to luci. + + Signed-off-by: Dan Luedtke + +commit baeed9e902fdb06ffd6171d9e1a75c9814ced4c3 +Author: danrl +Date: Wed Feb 15 13:58:27 2017 +0100 + + luci-app-squid: added squid application + + This application was moved from the packages repository to luci. + + Signed-off-by: Dan Luedtke + +commit c8ed8ada1665c74da24df72d44d487304925bf9e +Author: danrl +Date: Wed Feb 15 13:48:56 2017 +0100 + + luci-app-e2guardian: add e2guardian application + + This application was moved from the packages repository to luci. + + Signed-off-by: Dan Luedtke + +commit 85ed192e3d1e94fcb90e49272d918a748b9e8d54 +Author: danrl +Date: Wed Feb 15 10:55:41 2017 +0100 + + luci-app-bcp38: added bcp38 application + + This application was moved from the packages repository to luci. + + Signed-off-by: Dan Luedtke + +commit dea880ef7229a846b60ffcb98931cb4d58afe8ea +Merge: 3d4fbc9a8 8fc55591b +Author: Hannu Nyman +Date: Wed Feb 15 11:09:17 2017 +0200 + + Merge pull request #1015 from danrl/proto-wireguard + + luci-proto-wireguard: stricter input validation + +commit 8fc55591b9adb10c17b506a2e2d178055d07cba7 +Author: danrl +Date: Wed Feb 15 09:23:06 2017 +0100 + + luci-proto-wireguard: stricter input validation + + Signed-off-by: Dan Luedtke + +commit 3d4fbc9a86db55a4972c49e71096f7af0eb67421 +Merge: 2f0e7eb5e 94d6b7b70 +Author: Hannu Nyman +Date: Wed Feb 15 10:56:41 2017 +0200 + + Merge pull request #1014 from danrl/datatypes + + luci-base: added datatypes `hostid` and `base64` + +commit 94d6b7b70d858c33ec0feabd22733c05c9fb529f +Author: danrl +Date: Wed Feb 15 07:46:38 2017 +0100 + + luci-base: added dhcpv6 datatypes + + Signed-off-by: Dan Luedtke + +commit 2f0e7eb5edbc1ef8d788f4e42c48713ab21a6cb0 +Author: Hannu Nyman +Date: Wed Feb 15 10:15:36 2017 +0200 + + luci-base: sync translations + + Signed-off-by: Hannu Nyman + +commit 4854ed66b6d6fb4ea5a176318c766095e6cfdfe8 +Merge: 6a2a62fa4 ca0d99070 +Author: Hannu Nyman +Date: Wed Feb 15 10:08:34 2017 +0200 + + Merge pull request #1012 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: cbi file fix for README link and an unneeded section + +commit 6a2a62fa4f9b220398fd2ed1a1fe79197b0019c9 +Author: Hannu Nyman +Date: Wed Feb 15 08:48:22 2017 +0200 + + luci-mod-admin-full: change html for compatibility with openwrt theme + + Openwrt theme apparently accepsts slightly different html than + Bootstrap or Material. Cahnge code to
to make it compatible. + + This fixes #1011 + + Signed-off-by: Hannu Nyman + +commit ca0d99070493d2542c15feefa9863983a0f85563 +Author: Stan Grishin +Date: Tue Feb 14 17:19:11 2017 -0800 + + luci-app-vpnbypass: cbi file fix for README and an unneeded section + + Signed-off-by: Stan Grishin + +commit 07e01d094eb25e1f036e85b8cfc5aceccc56003c +Author: Hannu Nyman +Date: Tue Feb 14 23:30:51 2017 +0200 + + luci-mod-admin-full: place 80211w options behind a check for wpad-full + + The default hostapd/wpad mini version does not support ieee80211w + and the option's visibility in LuCI may lead it to be placed in user's + /etc/config/wireless preventing wifi from starting. + + Check for hostapd/wpad full before exposing the option. + + Signed-off-by: Hannu Nyman + +commit d0dda31644789757aa01fe26a80594d068e85da9 +Merge: 298f838d3 980195277 +Author: Hannu Nyman +Date: Tue Feb 14 09:26:06 2017 +0200 + + Merge pull request #1008 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: include dnsmasq settings, link to README + +commit 980195277feb11be6e41fc49a38c2b9977b861c0 +Author: Stan Grishin +Date: Thu Jan 26 14:54:48 2017 -0800 + + luci-app-vpnbypass: include dnsmasq settings, link to README + + Signed-off-by: Stan Grishin + +commit 298f838d390a7ad032405ecdf34085bdde3fe2a4 +Author: Hannu Nyman +Date: Mon Feb 13 19:05:35 2017 +0200 + + luci-app-statistics: remove non-functional links from graphs + + The statistics graphs on the pages with multiple data sources + have contained links to the data sources, but those links + have not worked. Remove the links as they are unnecessary. + + This commit fixes #1006 + + Signed-off-by: Hannu Nyman + +commit afc7321c6a09c008f271794e0508fe5893ead991 +Merge: e28660c26 5ef9a3a00 +Author: Hannu Nyman +Date: Mon Feb 13 10:30:13 2017 +0200 + + Merge pull request #1004 from kdarbyshirebryant/miniupnpluci + + luci-app-miniupnpd: restore missing luci install file + +commit e28660c26a96ef3d48f995228600c796f133eb58 +Merge: 0bfe064cc 2dc66acf2 +Author: Hannu Nyman +Date: Sun Feb 12 10:41:17 2017 +0200 + + Merge pull request #1002 from EricLuehrsen/unbound_uci_defaults + + unbound: add uci-default script + +commit 0bfe064cc3f6c17cae6035d4a87066cdb6464078 +Merge: 16395c31b 5e5d2e1e1 +Author: Hannu Nyman +Date: Sun Feb 12 10:19:00 2017 +0200 + + Merge pull request #1003 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: makefile fix & controller fix + +commit 2dc66acf2d96b5c9e5b312ef3bfa2c2f23ed1e89 +Author: Eric Luehrsen +Date: Sat Feb 11 16:57:15 2017 -0500 + + unbound: add uci-default script + + Also if unbound-control is installed, then configure so + luci-app-commands can quickly show the "local zones" and + "local data" (aka hosts). This helps diagnose DHCP-DNS + zone data and adblock zone data. + + Signed-off-by: Eric Luehrsen + +commit 5e5d2e1e1586831b46e693307b96476f13bf106d +Author: Stan Grishin +Date: Thu Jan 26 14:54:48 2017 -0800 + + luci-app-vpnbypass: makefile fix & controller fix + + Signed-off-by: Stan Grishin + +commit 5ef9a3a0097530001db4d3ee317dcd80bdd7f7ca +Author: Kevin Darbyshire-Bryant +Date: Sat Feb 11 19:41:31 2017 +0000 + + luci-app-miniupnpd: restore missing luci install file + + Restore luci indexcache handling incorrect removed in + https://github.com/openwrt/luci/commit/387a06bb73462312c075e53ce9e6002d4af09e92 + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 16395c31bf0c7f6df60553bf92daa5c5105f05fe +Merge: 0934d7552 9b35ded53 +Author: Hannu Nyman +Date: Sat Feb 11 20:54:01 2017 +0200 + + Merge pull request #1001 from kdarbyshirebryant/minidlna + + luci-app-minidlna: permit minidlna after sysupgrade + +commit 9b35ded53b4e0657fc827f49404ef62794723079 +Author: Kevin Darbyshire-Bryant +Date: Tue Jan 24 20:27:38 2017 +0000 + + luci-app-minidlna: permit minidlna after sysupgrade + + Do not disable minidlna after sysupgrade, rather trust the config + enabled status in /etc/config/minidlna. + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 0934d7552cd29ab67723dd63382e50f619dafff1 +Merge: 1834eff97 52771816a +Author: Hannu Nyman +Date: Sat Feb 11 09:52:49 2017 +0200 + + Merge pull request #1000 from EricLuehrsen/luci_rt_con_cc1 + + luci: ignore '::1' in realtime connections + +commit 52771816a03b9250a22a76af77c27704067d07c5 +Author: Eric Luehrsen +Date: Fri Feb 10 21:38:00 2017 -0500 + + luci: ignore '::1' in realtime connections + + luci ignores only 127.0.0.1 in real time connections. + The dnsmasq.init script sets up resolv.conf(s) as such. + With alternate DNS servers configured 'localhost' will + resolve to '127.0.0.1' or '::1'. The connections graph + will spam itself. openwrt/luci#996 + + Signed-off-by: Eric Luehrsen + +commit 1834eff97a794cc15b56aa478a80e344d3662314 +Merge: 4d31f7ca3 48435bb1a +Author: Hannu Nyman +Date: Fri Feb 10 20:38:36 2017 +0200 + + Merge pull request #999 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit 48435bb1acf928674b164ba2bee88591e53e15c8 +Author: INAGAKI Hiroshi +Date: Sat Feb 11 03:30:17 2017 +0900 + + luci-base: Update Japanese translation + + Added some Japanese translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit 041c7fedb030d8ad638fafd8312394fe1a99d039 +Author: INAGAKI Hiroshi +Date: Sat Feb 11 02:45:32 2017 +0900 + + luci-base: Sync translations + + Synchronized translations with Lua sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 4d31f7ca30efc7158f8184885df86b9325ecdcba +Author: Hannu Nyman +Date: Fri Feb 10 15:07:17 2017 +0200 + + luci-mod-admin-full: tweak 80211w options + + Use ListValue type and enable translation of the option values. + + Signed-off-by: Hannu Nyman + +commit a225e4ac592a17c5a01cab8ff70d116000f9febc +Author: Hannu Nyman +Date: Fri Feb 10 11:21:01 2017 +0200 + + remote-update: remove ancient non-maintained package + + Remove the ancient 'remote-update' package that has not been + updated for years. It e.g. references two non-existing targets. + + Reference to discussion in #995 + + Signed-off-by: Hannu Nyman + +commit 4ddb6b28168e030263bc4ee7242880b8176637b7 +Author: Hannu Nyman +Date: Thu Feb 9 21:35:24 2017 +0200 + + luci-mod-admin-full: add support for 802.11w options + + Add support for IEEE802.11w Management Frame Protection options. + + Mention in the help text that the full version of wpad/hostapd is + needed. + + Currently supported by ath9k and ath10k, and in LEDE also by + mwlwifi and mt76. + + Signed-off-by: Hannu Nyman + +commit c491c181ea69dc544b49dff66d999f62ebf48619 +Author: Hannu Nyman +Date: Thu Feb 9 17:01:44 2017 +0200 + + luci-mod-admin-full: add validation to more 802.11r options + + Apply hexstring datatype to mobility domain and r1_key_holder. + + Signed-off-by: Hannu Nyman + +commit 11f23559e4be78f202aa55d811d5b58cb0ca0a78 +Author: Hannu Nyman +Date: Thu Feb 9 16:58:07 2017 +0200 + + luci-base: add hexstring datatype + + Add datatype 'hexstring' for input validaiton datatypes. + + It will accept any hexadecimal string. + + (no length validation, as rangelength can be used for that.) + + Signed-off-by: Hannu Nyman + +commit 02bed261881dd60f212f81e7ed3e3afeb4bd890d +Author: Hannu Nyman +Date: Thu Feb 9 14:49:08 2017 +0200 + + luci-mod-admin-full: improve 802.11r support + + * Add WPA/WPA2-PSK mixed mode to the list of allowed modes + * Add datatype validation to some fields + * Add help texts + * Reformat longest lines + + Signed-off-by: Hannu Nyman + +commit 171c06146ad2a45b1026e3a9779766855964fc2d +Author: muddyfeet +Date: Thu Feb 9 09:18:36 2017 +0000 + + Add support for 802.11r fast transition to wireless config + + Adds support for 802.11r fast transition to luci. + Corrects the deletion on nasid in issue #844 + + The R0KH & R1KH options are not perfect as it would be better + to separate out each option and do some sanity checking on + the values, but that is beyond my capabilities. + + Signed-off-by: Warren Linton warren@linton.id.au + + (squashed from three original commits in #994. commit message reworded) + +commit f02794f28c343070487bbc794b425f91b675fdb9 +Author: Hannu Nyman +Date: Thu Feb 9 10:02:49 2017 +0200 + + luci-mod-admin-full: prevent accidental deletion of 802.11r nasid + + The same wifi option 'nasid' is used for two purposes, + RADIUS NAS ID and 802.11r NAS ID / R0KH-ID. + + In LuCI the 'nasid' option has depended on WPA-EAP/WPA2-EAP, which + can lead to accidental deletion of the option, if the user modifies + any wifi settings while he has WPA(2)-PSK & 802.11r mode. + + 802.11r can also be with WPA(2)-PSK, so add them to the dependency + list of allowed encryptions. + + (Note: after this fix the 'nasid' field is shown unnecessarily + to "normal" WPA(2)-PSK users. It might later be set to depend on + 802.11r being used, after 802.11r has been added to LuCI.) + + Reference to bugs: + https://github.com/openwrt/luci/issues/844 + https://dev.openwrt.org/ticket/20764 + https://bugs.lede-project.org/index.php?do=details&task_id=274 + + Signed-off-by: Hannu Nyman + +commit fecf6e1d11d466efa7b1bbf05633931a3081517e +Merge: 5180a5bb8 4fd2b74e4 +Author: Daniel Dickinson +Date: Tue Feb 7 16:00:09 2017 -0500 + + Merge pull request #965 from cshore-firmware/pull-request-odhcpd-mac + + base: status: For odhpcd leases display MAC formatted with colons + +commit 5180a5bb8bcab18e06d25dbe94ba3f5e37e66248 +Merge: 5ecd5f5bb 528f7ab51 +Author: Daniel Dickinson +Date: Tue Feb 7 15:56:02 2017 -0500 + + Merge pull request #798 from thoto/feature_lstat + + luci-lib-nixio: nixio_lstat calls stat instead of lstat + +commit 5ecd5f5bb05dc235d5fb8d8b4f03cdab468c1aae +Author: Hannu Nyman +Date: Tue Feb 7 11:49:10 2017 +0200 + + luci-app-wshaper: remove package + + wshaper was removed from the Packages repo + so remove also the corresponding LuCI app. + + Signed-off-by: Hannu Nyman + +commit 22923274151b929c0d930d1e053d167331aa22e3 +Merge: f1820dee2 d3a74836b +Author: Hannu Nyman +Date: Sun Feb 5 10:33:28 2017 +0200 + + Merge pull request #992 from dibdot/master + + luci-app-adblock: put backup options to global section + +commit d3a74836b7abb64591afde6ce0d0eb7a40d308fa +Author: Dirk Brenken +Date: Sun Feb 5 08:02:39 2017 +0100 + + luci-app-adblock: put backup options to global section + + this PR reflect the changes made in adblock 2.3.0 + + Signed-off-by: Dirk Brenken + +commit f1820dee255bb8ca7dacbeb2a2cdf622541fed81 +Merge: b6341bd19 a9463d3d1 +Author: Hannu Nyman +Date: Fri Feb 3 22:16:03 2017 +0200 + + Merge pull request #988 from danrl/proto-wireguard + + luci-proto-wireguard: fix wrong maximum MTU + +commit a9463d3d1a8febd27703fc421a5ed3335f81ded2 +Author: danrl +Date: Fri Feb 3 21:05:01 2017 +0100 + + luci-proto-wireguard: fix wrong maximum MTU + + Signed-off-by: Dan Luedtke + +commit b6341bd197aed9640c4d0dcff73019e045978df0 +Author: Hannu Nyman +Date: Tue Jan 31 16:47:12 2017 +0200 + + luci-ssl-openssl: use OpenSSL for key generation, drop px5g + + Replace a dependency for px5g with openssl-util. Both LEDE and + Openwrt have now uhttpd versions that can generate keys with + OpenSSL cmd tools if px5g is not found. This change enables an + "OpenSSL-only" version of LuCI without mbedTLS/PolarSSL. + + (Note: if px5g is found, uhttpd will prefer that.) + + Relevant commits in uhttpd: + + LEDE: + https://github.com/lede-project/source/commit/3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9 + https://github.com/lede-project/source/commit/82132540a3efbc98f8f4379b26d4b4541013e69d + https://github.com/lede-project/source/commit/9097dc5ad844c336020be11085e1c8c80390ac9c + + Openwrt: + https://github.com/openwrt/openwrt/commit/6ec32832d25335355d205c4601d4a8ca5dfd6808 + + Signed-off-by: Hannu Nyman + +commit d85f7a8a00bfa80ab1e8613446eb4d722dcd6ea5 +Author: Jo-Philipp Wich +Date: Mon Jan 30 19:14:08 2017 +0100 + + luci-base: fix logic errors in ipmask4 and ipmask6 datatype validators + + Signed-off-by: Jo-Philipp Wich + +commit 926935f83170e38452a5191d13aa8b04021606ff +Author: Jo-Philipp Wich +Date: Mon Jan 30 15:50:08 2017 +0100 + + luci-mod-admin-full: fixes for usbport LED triggers + + The previous commit erroneously used "ports" instead of "port" as name for the + option widget, causing wrong uci values to be written. + + Also work around some cbi idiosyncrasies regarding MultiValue widgets which + prevented rendering the correct initial selection state. + + Signed-off-by: Jo-Philipp Wich + +commit 7c744309c51295abba53bfa56319f314df9040f7 +Merge: 4b3b9be09 63a6671b9 +Author: Hannu Nyman +Date: Mon Jan 30 11:29:11 2017 +0200 + + Merge pull request #984 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit 63a6671b97bfd9b480d314ad2625dbf5fff7bec4 +Author: INAGAKI Hiroshi +Date: Mon Jan 30 02:41:25 2017 +0900 + + luci-base: Update Japanese translation + + Added and modified some Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 81be1471c612925d0fb582bd467d74ef90249262 +Author: INAGAKI Hiroshi +Date: Mon Jan 30 01:11:15 2017 +0900 + + luci-base: Sync translations + + Synchronized translations with Lua sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 4b3b9be0983e2e766995bcba95bb09859ab3f83d +Merge: e6f158b2e d2fcd543a +Author: Hannu Nyman +Date: Sat Jan 28 18:50:36 2017 +0200 + + Merge pull request #983 from stangri/luci-app-vpnbypass_makefileFix + + luci-app-vpnbypass: luci tree Makefile + i18n support. + +commit d2fcd543a43dcea1324a5456a171340271693cca +Author: Stan Grishin +Date: Sat Jan 28 07:38:05 2017 -0800 + + luci-app-vpnbypass: switch to luci-tree Makefile, i18n support + + Signed-off-by: Stan Grishin + + luci-app-vpnbypass: fixed makefile, fixed pot-file + + Signed-off-by: Stan Grishin + +commit dd0b5cfd16eaea51b3653a91a1e136898d685849 +Author: Cody R. Brown +Date: Fri Jan 27 20:32:21 2017 -0800 + + luci-app-upnp: Adding and displaying "Description" to upnp data + + Getting the Description data from upnp_lease_file. This data often displays the Application Name which made the upnp call. If the upnp_lease_file doesn't exist, it'll just return a blank entry under "Description". + + upnp_lease_file order example: TCP:33333:192.168.0.100:33333:1485578298:NAT-PMP 33333 tcp + As an optimisation, since the upnp_lease_file has only active leases and is ordered by epoch timestamp (5th column above), and since "iptables --line-numbers -t nat -xnvL MINIUPNPD" has active leases and is also displayed in order of rule applied (time). This means the order of these two sources will be the same. This prevents us from "searching" the upnp_lease_file for every rule, and instead for the n'th rule, look at the n'th upnp_lease_file line. As a result we only need to read in one line at a time. For a safety, the upnp_lease_file description is always checked to see if it matches the rule it's being assigned to. If it doesn't match it'll return blank. This means we'll never put an incorrect description to a upnp rule, even if someone messes with the upnp_lease_file. + This is the case on my system, more testing may be necessary? If this is false we'll need to loop over the upnp_lease_file for every rule, or read in the whole upnp_lease_file once for the iptables loop. + + The Description column is added to the upnp_status, and the "Delete Redirect" renamed to "Delete" to make more horizontal space in the table. + + Signed-off-by: Cody R. Brown + +commit e6f158b2ee3cbc8b81734a21ab6aa1db7ff020ac +Merge: f5461669a 5377d22b4 +Author: Jo-Philipp Wich +Date: Sat Jan 28 13:45:44 2017 +0100 + + Merge pull request #981 from NvrBst/pull-request-ipv6_prefix_status_display + + mod-admin-full: Add IPv6 Prefix Delegation information to Status Pages + +commit 5377d22b4a8d8f2234ddb5e65783343a6f2f6897 +Author: Cody R. Brown +Date: Sat Jan 28 01:38:06 2017 -0800 + + mod-admin-full: Add IPv6 Prefix Delegation information to Status Pages + The Overview page and Network>Interfaces page currently do not give much information about IPv6, particularly with Prefix Delegated setups. In these setups, ISP will delegate a prefix to the router. Currently LuCI doesn't display this Prefix Delegation from the ISP anywhere. A number of changes was added to this commit: + + 1) self:_ubus("ipv6-prefix") was extracted and put into protocol.ip6prefix. + 2) Network>Interfaces page, if a .ip6prefix is present, show it under Status. (IPv6-PD). + 3) On the Overview page, "Type" and "Prefix Delegated" has been added to the IPv6 Network Overview Status: + - Type will display the .proto, similar to the IPv4 case. If a .ip6prefix is present, it'll display a "-pd" at the end of the Type: i.e. dhcpv6-pd vs. dhcpv6. + - If no .ip6prefix is present, it'll do what it does currently, and just show Address, or :: if no address is present. + - If .ip6prefix is present, it'll show the "Prefix Delegated", it'll also hide "Address" if no address is present, else it'll show ifc6.ip6addr as well. + + Signed-off-by: Cody R. Brown + +commit f5461669afa4aba943ecc5800d9a468fb0ce1cd0 +Merge: 4e6010cd7 38fa3899b +Author: Hannu Nyman +Date: Fri Jan 27 15:32:25 2017 +0200 + + Merge pull request #979 from musashino205/wol-upd-ja + + luci-app-wol: Update Japanese translation + +commit 4e6010cd7301d4f91dc12e368eb5befb6155726b +Merge: 16bbe45e9 c9c76a136 +Author: Hannu Nyman +Date: Fri Jan 27 15:31:48 2017 +0200 + + Merge pull request #977 from stangri/luci-app-vpnbypass + + luci-app-vpnbypass: initial commit of companion app to vpnbypass package + +commit 38fa3899b515da9b13176af2865e0b53f3ca9bb0 +Author: INAGAKI Hiroshi +Date: Fri Jan 27 21:03:42 2017 +0900 + + luci-app-wol: Update Japanese translation + + Added one Japanese translation of recently added string. + + Signed-off-by: INAGAKI Hiroshi + +commit d4f48857392379766eab01aa93aa872c47b802c5 +Author: INAGAKI Hiroshi +Date: Fri Jan 27 19:17:20 2017 +0900 + + luci-app-wol: Sync translations + + Synchronized translations with Lua sources. + + Signed-off-by: INAGAKI Hiroshi + +commit 16bbe45e95d89c61323f5a86401a8ed4287af030 +Author: Hannu Nyman +Date: Fri Jan 27 10:36:12 2017 +0200 + + luci-app-wol: add ability to send packet to broadcast address + + Add the ability to send the WOL packet to the broadcast address, + if etherwake is used as the wol tool. + + Modified from the original idea in #975 + + Signed-off-by: Hannu Nyman + +commit c5b84f2fba12d4779677840c9e2186794f6f85b2 +Author: Hannu Nyman +Date: Fri Jan 27 10:34:46 2017 +0200 + + luci-app-wol: move to services menu + + Move the wake-on-lan app from the network menu to services menu, + where other similar apps are located. + + Signed-off-by: Hannu Nyman + +commit c9c76a136af2c7a1936655e667b9949862dc4842 +Author: Stan Grishin +Date: Thu Jan 26 14:54:48 2017 -0800 + + luci-app-vpnbypass: initial commit of companion app to vpnbypass package + + Signed-off-by: Stan Grishin + +commit afb5c8682d18fd620d8eb857a0f736e9ce25c614 +Merge: 135ffeac8 6a15c1083 +Author: Hannu Nyman +Date: Thu Jan 26 12:03:08 2017 +0200 + + Merge pull request #974 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit 6a15c108359d17fa74bc67697717482988ea5a3a +Author: INAGAKI Hiroshi +Date: Thu Jan 26 18:50:51 2017 +0900 + + luci-base: Update Japanese translation + + Added and modified some translations for Japanese. + + Signed-off-by: INAGAKI Hiroshi + +commit 135ffeac83ebfeb165e7eb0089632fedb548d415 +Merge: ca7555026 fbc06f2ab +Author: Hannu Nyman +Date: Thu Jan 26 09:43:50 2017 +0200 + + Merge pull request #973 from musashino205/sync-trans + + i18n: Sync translations + +commit fbc06f2ab26c789b42c597dff354325fea37175a +Author: INAGAKI Hiroshi +Date: Thu Jan 26 12:32:54 2017 +0900 + + i18n: Sync translations + + Synchronized translations with Lua sources. + + Signed-off-by: INAGAKI Hiroshi + +commit ca7555026765fed5fe2bf4aa2c65f8b21764b4b6 +Author: Jo-Philipp Wich +Date: Thu Jan 26 00:21:17 2017 +0100 + + luci-mod-admin-full: admin: change password in Map.parse() + + Move the password setting into the .parse() callback to ensure that it is + updated regardless of whether "Save" or "Save & Apply" has been pressed. + + Signed-off-by: Jo-Philipp Wich + +commit 1640d141913367827ab442276a943b0a3bba2e20 +Author: Jo-Philipp Wich +Date: Thu Jan 26 00:08:43 2017 +0100 + + luci-mod-admin-full: support configuring usbport LED triggers + + Signed-off-by: Jo-Philipp Wich + +commit ae7c6f48df6cfcad7dfc3274e0ead272c8d33cfc +Author: Jo-Philipp Wich +Date: Thu Jan 26 00:07:26 2017 +0100 + + luci-base: mvalue: fix column wrapping + + Signed-off-by: Jo-Philipp Wich + +commit b5db545077b23042261a03e9145124b35d83bd6c +Author: Jo-Philipp Wich +Date: Wed Jan 25 23:37:40 2017 +0100 + + luci-mod-admin-full: reload wifi settings page after changing countey code + + Reloading the page ensures that the allowed tx power values and channel select + lists are properly populated with the new effective values. + + Signed-off-by: Jo-Philipp Wich + +commit dbbb3c749770e554676a16c680c6686ca34daf04 +Author: Rafał Miłecki +Date: Tue Jan 3 15:54:57 2017 +0100 + + luci-mod-admin-full: allow unset txpower value + + Sometimes txpower is not set so we should have an option with empty + value to let it stay unset. + + Signed-off-by: Rafał Miłecki + +commit ec9942925c80a278a565091a194485999d6be74d +Author: Jo-Philipp Wich +Date: Tue Jan 24 13:51:23 2017 +0100 + + luci-base: datatypes.lua: add missing parentheses in conditional + + The missing parens lead to a wrong expression precedence, causing a runtime + error when attempting to compare nil with a number. + + Signed-off-by: Jo-Philipp Wich + +commit b6c1ac3bb0bbb3a4485feffda48e2c30b3d49386 +Merge: e7aa7b7d6 8f4339d09 +Author: Hannu Nyman +Date: Tue Jan 24 08:19:56 2017 +0200 + + Merge pull request #972 from musashino205/stat-upd-ja + + luci-app-statistics: Update Japanese translation + +commit 8f4339d09e6ff571f2422653cfdbd1f5239c3570 +Author: INAGAKI Hiroshi +Date: Tue Jan 24 15:08:48 2017 +0900 + + luci-app-statistics: Update Japanese translation + + Added some Japanese translations and fixed some mistranslations. + + Signed-off-by: INAGAKI Hiroshi + +commit 66e3d0c9e74a137ca0e71c6558b945ad815f101e +Author: INAGAKI Hiroshi +Date: Tue Jan 24 14:46:30 2017 +0900 + + luci-app-statistics: Sync translations + + Synchronized translation of each language po file and po templates + with Lua source. + + Signed-off-by: INAGAKI Hiroshi + +commit e7aa7b7d69f2baeb5fd387ec5c3c7e66512d6ac3 +Merge: eaafb4508 54aa4b579 +Author: Hannu Nyman +Date: Tue Jan 24 07:35:48 2017 +0200 + + Merge pull request #959 from EricLuehrsen/unbound_odhcpd + + unbound: update UCI for odhcpd and hostname + +commit 54aa4b5799c3f94762dc691692e65517813c18bf +Author: Eric Luehrsen +Date: Thu Jan 19 01:33:44 2017 -0500 + + unbound: update UCI for odhcpd and hostname + + Signed-off-by: Eric Luehrsen + +commit eaafb4508c139b2aa8644c31c8349d5b25f2df8e +Author: Hannu Nyman +Date: Mon Jan 23 19:31:40 2017 +0200 + + luci-app-statistics: add advice about data directory permissions + + Add advice about the permissions needed for the data directory: + + Pages are rendered as user 'nobody', so the *.rrd files, + data directory and all its parent directories need to be + world readable. + + Signed-off-by: Hannu Nyman + +commit c7939d3feb7efae3581ce39c5eb15ad30cb3012d +Author: Jo-Philipp Wich +Date: Mon Jan 23 16:18:20 2017 +0100 + + luci-app-firewall: use new ipmask validation types when applicable + + This allows for address specifications like "fdca:1234:0123::abcd/::ffff:ffff:ffff:ffff" + which only match the last 64 bits of an address. This syntax is legal and already supported + by iptables and firewall3. + + Fixes https://bugs.lede-project.org/index.php?do=details&task_id=417 + + Signed-off-by: Jo-Philipp Wich + +commit e4b1bb315606c6c6078a1d3f81eea092762a47e7 +Author: Jo-Philipp Wich +Date: Mon Jan 23 16:10:36 2017 +0100 + + luci-base: ipmask, ipmask4 and ipmask6 validators + + These validators accept IP address specifications in the form + + - address + - address/bits + - address/netmask + + Signed-off-by: Jo-Philipp Wich + +commit 937f4fbbdf8365664de2d1a20e382679a8f05543 +Author: Jo-Philipp Wich +Date: Mon Jan 23 16:10:07 2017 +0100 + + luci-base: datatypes.lua: cleanup white space + + Signed-off-by: Jo-Philipp Wich + +commit 0f35de886c98404f1bf75460f7a76b6cb463e1e1 +Author: Cody R. Brown +Date: Sun Jan 22 22:25:44 2017 -0800 + + luci-base: luci.tools.status: properly parse infinite dnsmasq leases + + The expiry time in a dnsmasq lease file line may be 0 (i.e. + expiry date = 01/01/1970 00:00:00 GMT) to denote an infinite + lease time, so adjust the code to properly support that. + + The expiry attribute of the lease object will be set to "false" + in case of an infinite lease. This is to mimic the odhcp code below. + If the expiry date is not equal to 0, then just do exactly what was + done before (return the os.diff of current time and ts). + + Signed-off-by: Cody R. Brown + +commit 3b46d84fa8b5897233510ae78bdb9c0b8b61b2bc +Merge: e1edb1025 668e691d5 +Author: Hannu Nyman +Date: Sun Jan 22 07:49:19 2017 +0200 + + Merge pull request #967 from musashino205/cmd-upd-ja + + luci-app-commands: Update Japanese translation + +commit 668e691d5caa894f651d0688242510621a37d722 +Author: INAGAKI Hiroshi +Date: Sat Jan 21 18:24:22 2017 +0900 + + luci-app-commands: Update Japanese translation + + Added some Japanese translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit 2c502a8fe322dd6c966c3348c0455c0906bcc5a7 +Author: INAGAKI Hiroshi +Date: Sat Jan 21 09:35:01 2017 +0900 + + luci-app-commands: Sync translations + + Synchronized translation of each languate and po templates with Lua + sources. + + Signed-off-by: INAGAKI Hiroshi + +commit e1edb1025cd9e35b3617c20a1117a348971c0421 +Merge: 9b7a5a477 077ac3263 +Author: Daniel Dickinson +Date: Fri Jan 20 18:00:42 2017 -0500 + + Merge pull request #768 from t123yh/app_commands_nodownload + + luci-app-commands: allow executing without downloading on public links + +commit 4fd2b74e4a3463e4538b3bd2ec04e296f24b3825 +Author: Daniel Dickinson +Date: Fri Dec 9 11:58:21 2016 -0500 + + base: status: For odhpcd leases display MAC formatted with colons + + This should result in the MAC address display being the same + using odhcpd for v4 DHCP as when using DNSMasq for v4 DHCP. + + Signed-off-by: Daniel Dickinson + +commit a2349fac27011298cf93c2ce32e5d573a6e613ab +Author: Lucian Cristian +Date: Tue Jan 17 18:21:55 2017 +0200 + + Add luci-proto-ncm for comgt-ncm + + NCM is used by some 3G/LTE dongles. + First introduced in https://github.com/lede-project/source/commit/51a5ff094703c4db984284913d605e83e819d99c + + light modified file taken from OpenWRT/Gargoyle github + https://github.com/obsy/packages/tree/master/luci-proto-wwan + + Signed-off-by: Lucian Cristian + +commit 9b7a5a477a707164d07d17a65acd5a1ac78845db +Merge: f00a1ac2d f86210504 +Author: Daniel Dickinson +Date: Mon Jan 16 22:47:19 2017 -0500 + + Merge pull request #954 from musashino205/dynpnt-add-ja + + luci-app-dynapoint: Add Japanese translation + +commit f86210504ece3ab19bc3c30bb327884d7a3393a8 +Author: INAGAKI Hiroshi +Date: Tue Jan 17 03:23:38 2017 +0900 + + luci-app-dynapoint: Add Japanese translation + + Added Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit f00a1ac2d98e6063e8bc40f3a6b158a063f008a7 +Merge: be2819083 bc8f58a2e +Author: Daniel Dickinson +Date: Mon Jan 16 10:45:20 2017 -0500 + + Merge pull request #953 from musashino205/mount-fix-disp + + luci-mod-admin-full: Fix display problems of mount + +commit be28190838b7390727285a28b80372ca7369202d +Merge: 348a6fde9 77ea7c8c7 +Author: Daniel Dickinson +Date: Mon Jan 16 09:39:55 2017 -0500 + + Merge pull request #947 from danrl/proto-wireguard + + luci-proto-wireguard: enable addressing for tunnel interfaces + +commit 348a6fde90863f003c7735593a29bf8eb2d2086a +Merge: 859bac61f cd8096b0c +Author: Daniel Dickinson +Date: Mon Jan 16 09:28:26 2017 -0500 + + Merge pull request #817 from ascob/luci-app-dynapoint + + luci-app-dynapoint: new package + +commit 859bac61fccc3ae66b542c592115e0f0bddc892b +Merge: a85807d37 260a24aad +Author: Daniel Dickinson +Date: Mon Jan 16 09:26:42 2017 -0500 + + Merge pull request #917 from aa65535/master + + luci-base:adjust the code order + +commit a85807d3756a8e12c5ab842091b5ef476007f5fa +Merge: 2cb780c8c 752a6df19 +Author: Daniel Dickinson +Date: Mon Jan 16 02:07:36 2017 -0500 + + Merge pull request #946 from chloe-jeong/trunk-ko + + Updates korean languages. + +commit 2cb780c8cc9dce4a3867f6ecb8611be0954d71ef +Merge: 98d1a09b5 b064c5c20 +Author: Daniel Dickinson +Date: Mon Jan 16 01:49:21 2017 -0500 + + Merge pull request #861 from ynezz/master + + luci-mod-admin-full: Store system time into RTC also + +commit 98d1a09b577a0365ae0a98980d49c6ef5ffe70eb +Merge: d73283606 3c7d76677 +Author: Daniel Dickinson +Date: Mon Jan 16 01:42:00 2017 -0500 + + Merge pull request #859 from feckert/realtime_wlan + + luci-mod-admin-full: show realtime wlan graph only if iw command is installed + +commit bc8f58a2ef302f539852b69ac8fab1fd82446b7f +Author: INAGAKI Hiroshi +Date: Mon Jan 16 13:01:17 2017 +0900 + + luci-base: sync translations + + Recently a string to be translated were added to Lua source, so + I synchronized po templates and po file of each language with Lua + source. + + Signed-off-by: INAGAKI Hiroshi + +commit 9b56b0709fc0e89194fc545aacaeda2471d38d4d +Author: INAGAKI Hiroshi +Date: Mon Jan 16 12:52:06 2017 +0900 + + luci-mod-admin-full: Fix display problems of mount + + Fixed some display problems where the UUID label of the drop down + list does not exist and the positions of other labels are misplaced + in mount settings page. + + Signed-off-by: INAGAKI Hiroshi + +commit 33b279c4752ac6df3d911edb6e1fb60b656bc122 +Author: Daniel Dickinson +Date: Sun Jan 15 21:20:44 2017 -0500 + + luci-base: Avoid block umount on fstab apply + + Default behaviour of changes to fstab (Mount Points) was + to use /etc/init.d/fstab restart, however this unmounts + filesystems via block umount which can cause the device + to fail, so replace the initscript call with an exec + of 'block mount'. + + Signed-off-by: Daniel Dickinson + +commit 077ac32635dc0048a684ee0a40345a262e661ecc +Author: t123yh +Date: Wed Aug 3 18:19:04 2016 +0800 + + luci-app-commands: Allow executing without downloading on public links + + Signed-off-by: t123yh + +commit cd8096b0ce66be927fa0e73405aa503e2201c2ca +Author: ascob +Date: Wed Oct 5 18:40:07 2016 +0200 + + luci-app-dynapoint: new package + + Add luci-app-dynapoint to repo + LuCI Support for DynaPoint + Dynapoint allows dynamic access point creation + and deletion depending on changes of certain network conditions. + More information: https://github.com/thuehn/dynapoint + + Signed-off-by: Tobias Ilte + +commit d7328360632d7fbf5fd4006b4172a9fe9861d838 +Merge: 75c9670bf 35f68fb7e +Author: Daniel Dickinson +Date: Sat Jan 14 16:06:36 2017 -0500 + + Merge pull request #948 from musashino205/wifi-fix-disp + + luci-mod-admin-full: Fix display problem of wifi_add + +commit 35f68fb7eaf26de69a0a9687b6f96a1eb8b60484 +Author: INAGAKI Hiroshi +Date: Sun Jan 15 02:16:33 2017 +0900 + + luci-mod-admin-full: Fix display problem of wifi_add + + Fixed an issue where the network name is displayed as "%q" on wlan + connection destination network settings page. + + Signed-off-by: INAGAKI Hiroshi + +commit 77ea7c8c7e7a30752f361e9ce129a8cff476ea1b +Author: danrl +Date: Sat Jan 14 17:12:36 2017 +0100 + + luci-proto-wireguard: enable addressing for tunnel interfaces + + Enable static addresses on WireGuard tunnel interfaces without requiring + an static address interface. + + This removes the requirement to use a static address interface on top of a + WireGuard tunnel interface in the majority of cases. In the past, users have + been confused by the current approach and asked for a simpler way to configure + WireGuard interfaces. + + Signed-off-by: Dan Luedtke + +commit 752a6df19fcc60a4d7a9d3064d96b223b0b3869c +Author: Weongyo Jeong +Date: Wed Jan 11 01:25:06 2017 +0900 + + luci-app-firewall: Updates korean language. + + Initial korean language support for luci-app-firewall. + + Signed-off-by: Weongyo Jeong + +commit fe7fd0e23033f5a0b4d17ddd7c8f89c48d800012 +Author: Weongyo Jeong +Date: Thu Dec 22 23:18:22 2016 +0900 + + luci-base: Updates korean language. + + Signed-off-by: Weongyo Jeong + +commit 75c9670bf85a01a21fb8a25cef332fdd30f01138 +Merge: ef38306a4 f005a173a +Author: Daniel Dickinson +Date: Sat Jan 14 01:57:34 2017 -0500 + + Merge pull request #942 from musashino205/tmate-upd-ja + + luci-app-travelmate: Update Japanese translation + +commit ef38306a4726fa6c07c6d4a763751552907099e4 +Merge: de4bda67e 12e82a342 +Author: Daniel Dickinson +Date: Sat Jan 14 01:56:08 2017 -0500 + + Merge pull request #943 from SvenRoederer/patch-1 + + freifunk-common: bump version as of recent changes + +commit 12e82a34254ea90b47dc8f3a66c408c916b4c234 +Author: Sven Roederer +Date: Fri Jan 13 23:27:05 2017 +0100 + + freifunk-common: bump version as of recent changes + + the updates for olsr-0.9.5 compatibility should have changed the release-number + + Signed-off-by: Sven Roederer + +commit f005a173aec762f3a500920aa5a91e01976308ba +Author: INAGAKI Hiroshi +Date: Sat Jan 14 03:36:55 2017 +0900 + + luci-app-travelmate: Update Japanese translation + + Added some translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit 5116754a6c60853ac9da1f0b6a7f2ba5cbcf94cc +Author: INAGAKI Hiroshi +Date: Sat Jan 14 03:06:08 2017 +0900 + + luci-app-travelmate: sync translations + + Recently several strings to be translated ware added to Lua source, so I updated po templates and japanese po file. + + Signed-off-by: INAGAKI Hiroshi + +commit de4bda67e0385876077f67971d441c1d093148ea +Merge: 6a7eaeb48 34810889a +Author: Hannu Nyman +Date: Thu Jan 12 22:36:10 2017 +0200 + + Merge pull request #939 from dibdot/master + + luci-app-travelmate: update gui elements + +commit 6a7eaeb4860bcdfac0ecf4349afc396212c1d467 +Merge: 61fa65f2f 388c84fa0 +Author: Daniel Dickinson +Date: Thu Jan 12 10:19:37 2017 -0500 + + Merge pull request #938 from cshore-firmware/pull-request-statistics-df + + app-statistics: df: Don't separate disk usage types + +commit 34810889a6a0faaf19c3f826853a7f3d8178dc3a +Author: Dirk Brenken +Date: Thu Jan 12 14:56:04 2017 +0100 + + luci-app-travelmate: update gui elements + + * update gui elements to reflect changes in travelmate 0.3.x + + Signed-off-by: Dirk Brenken + +commit 61fa65f2f99ab05302911cab9527411d3132ba61 +Author: Hannu Nyman +Date: Wed Jan 11 15:50:46 2017 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 44b56f71bdb7813503261fbae599bbe6f8c61423 +Author: Hannu Nyman +Date: Wed Jan 11 15:31:54 2017 +0200 + + luci-mod-admin-full: fix help text for wifi join options + + Clarify the help text in the wifi join dialog. + Reference to #793, #876, #897 + + Signed-off-by: Hannu Nyman + +commit 12d861f417ad3a83708da47efd15f14043ebad26 +Merge: 6c13339ad 7e53e57e6 +Author: Hannu Nyman +Date: Wed Jan 11 10:14:55 2017 +0200 + + Merge pull request #933 from musashino205/wifischd-upd-ja + + luci-app-wifischedule: Update Japanese translation + +commit 7e53e57e688b26fbc964a5a4affacaff2c096b27 +Author: INAGAKI Hiroshi +Date: Wed Jan 11 17:11:25 2017 +0900 + + luci-app-wifischedule: Update Japanese translation + + Added a Japanese translation of recently added string. + + Signed-off-by: INAGAKI Hiroshi + +commit 6c13339ad393fdbf5f6633ba2a41a7814baed9b6 +Merge: 8703653eb 7bfd36d58 +Author: Daniel Dickinson +Date: Tue Jan 10 17:19:55 2017 -0500 + + Merge pull request #930 from cshore-firmware/pull-request-fix-webadmin + + base: webadmin: Don't take substring of nil variable + +commit 8703653eb8e11fdbb642e22b31f5f8e2dcbc3bad +Merge: cf5d266df bae82052e +Author: Hannu Nyman +Date: Tue Jan 10 18:28:18 2017 +0200 + + Merge pull request #929 from bittorf/master + + luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5 + +commit bae82052e0651c4fa256a249b9da07fa15c94ff0 +Author: Bastian Bittorf +Date: Tue Jan 10 17:20:54 2017 +0100 + + luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5 + + controller/olsr.lua: + drop HTTP-headers which are now emitted, we do not need them + + status-olsr/neighbors.htm: + olsr ETX value now without muliplication 1024x + + Signed-off-by: Bastian Bittorf + Signed-off-by: Freifunk UFO + +commit cf5d266dffe92b23a97674c5de64b731dae18f37 +Author: Hannu Nyman +Date: Mon Jan 9 17:52:18 2017 +0200 + + luci-ssl-openssl: update note about px5g's SSL library usage + + px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt). + + In LEDE it is also possible to replace px5g with openssl-util and + achieve "openssl-only" build without libmbedtls, as uhttpd can also + generate keys with openssl commandline tools if px5g is not present. + + Signed-off-by: Hannu Nyman + +commit 92c537bb5ee804001a746aae8016406ad8abbbfd +Merge: d830231e3 ddfe7c437 +Author: Hannu Nyman +Date: Mon Jan 9 15:05:31 2017 +0200 + + Merge pull request #919 from kuoruan/luci-app-wifischedule + + Luci app wifischedule: minor changes + +commit d830231e38f9b21eeff1ad1316e2903dbac3d67c +Merge: 95d3f2669 846bdf4d8 +Author: Hannu Nyman +Date: Mon Jan 9 10:54:37 2017 +0200 + + Merge pull request #927 from jp-bennett/master + + [luci-app-fwknopd] Remove usage of dynamic tag. + +commit 846bdf4d8075fb53cf5a19d2fb013b16bdf5502b +Author: Jonathan Bennett +Date: Sun Jan 8 22:11:02 2017 -0600 + + [luci-app-fwknopd] Remove usage of dynamic tag. + Also adds NAT-DNS as a default setting, and enables a QR-code per access.conf entry + Signed-off-by: Jonathan Bennett + +commit ddfe7c4374e3449eecbca855e2ba1d780182f501 +Author: Hsing-Wang Liao +Date: Thu Jan 5 16:28:45 2017 +0800 + + luci-app-wifischedule: minor changes + + * Formatting codes. + * Move to services sub menu. + * Update Simplified Chinese translation. + * And some other small changes. + + Signed-off-by: Hsing-Wang Liao + +commit 95d3f266915f88c907059e43031f23196b85d72c +Merge: 9dbfb9d38 a3066aa0b +Author: Hannu Nyman +Date: Sat Jan 7 17:04:32 2017 +0200 + + Merge pull request #923 from kuoruan/i18n-zh-cn + + Update Simplified Chinese translation + +commit a3066aa0bbad91f37cd92fb05f81b0911f57872f +Author: Hsing-Wang Liao +Date: Sat Jan 7 21:51:13 2017 +0800 + + luci-app-privoxy: Update Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 70b725991e05532f9d2a8b0d564f25a790d31dec +Author: Hsing-Wang Liao +Date: Sat Jan 7 21:50:21 2017 +0800 + + luci-base: Update Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 9dbfb9d3888faeb8319de80127aae475d342f7af +Author: Hannu Nyman +Date: Thu Jan 5 23:34:54 2017 +0200 + + luci-base: update LuaSrcDiet download location + + Update the googlecode download address to the current one. + + Change hash to SHA256 at the same time. + + Signed-off-by: Hannu Nyman + +commit a2dfd21c80eaf815d50ca56a07efa82176f32d5a +Author: Hannu Nyman +Date: Tue Jan 3 15:43:16 2017 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 260a24aadbac1e700aa3779785f04425dd0e63d1 +Author: Jian Chang +Date: Tue Jan 3 19:00:53 2017 +0800 + + luci-base:adjust the code order + + The `cbi_validate_field` should be after data initialized. + + Signed-off-by: Jian Chang + +commit 953d2814c8e61c7b8eacd6daeb54f6affb0e85ee +Merge: 4b37c1a6b ebe5fdd15 +Author: Hannu Nyman +Date: Tue Jan 3 11:08:57 2017 +0200 + + Merge pull request #916 from musashino205/shairplay-add-ja + + luci-app-shairplay: Add Japanese translation + +commit ebe5fdd1556203a6b3f3873574d4ac144dbdc728 +Author: INAGAKI Hiroshi +Date: Tue Jan 3 15:07:13 2017 +0900 + + luci-app-shairplay: Add Japanese translation + + Added Japanese translations and po templates. + + Signed-off-by: INAGAKI Hiroshi + +commit 4b37c1a6bcdea3cd1667432a36197eab2e5f0904 +Merge: d0bf6489e 52be91a24 +Author: Hannu Nyman +Date: Mon Jan 2 19:03:14 2017 +0200 + + Merge pull request #908 from SvenRoederer/update_community-profiles/master + + community-profiles: update Berlin + +commit d0bf6489e969f7667e2be18365d11936e73a4cac +Author: Jo-Philipp Wich +Date: Mon Jan 2 11:59:21 2017 +0100 + + luci-theme-bootstrap: tune default style select boxes + + The previous styling made select dropdowns look like disabled text input + fields on Chrome browsers. + + Signed-off-by: Jo-Philipp Wich + +commit a48c5d22fb8e0d2f2f4f9fac41d748aa64894d6d +Merge: 6e5d868cc 5c9360cb4 +Author: Hannu Nyman +Date: Mon Jan 2 11:41:52 2017 +0200 + + Merge pull request #914 from musashino205/wifischd-upd-ja + + luci-app-wifischedule: Update Japanese translation + +commit 5c9360cb4a37f9748ceaea99b91665301fae3e28 +Author: INAGAKI Hiroshi +Date: Mon Jan 2 18:32:28 2017 +0900 + + luci-app-wifischedule: Update Japanese translation + + Added some translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit 6e5d868cc67422f1d55d4c1ce695ca2d826ba150 +Merge: 3366c250e 583ec633f +Author: Hannu Nyman +Date: Mon Jan 2 10:06:07 2017 +0200 + + Merge pull request #912 from kuoruan/luci-app-wifischedule + + Luci-app-wifischedule: Update translation + +commit 583ec633ff34fbcfdf2f6f0ee00526ea365f71e6 +Author: Hsing-Wang Liao +Date: Mon Jan 2 12:54:41 2017 +0800 + + luci-app-wifischedule: Add Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 2f42138ef4452a8a1a184f608c52351d01e2e078 +Author: Hsing-Wang Liao +Date: Mon Jan 2 12:53:47 2017 +0800 + + luci-app-wifischedule: Add more translation + + Signed-off-by: Hsing-Wang Liao + +commit 3366c250e7f1f49a51025a0801f35229a221d547 +Merge: ca7961118 677c103da +Author: Hannu Nyman +Date: Sun Jan 1 13:58:48 2017 +0200 + + Merge pull request #909 from musashino205/uhttpd-add-ja + + luci-app-uhttpd: Add Japanese translation + +commit 677c103daa43e0a81cb31af396977483c8f2c697 +Author: INAGAKI Hiroshi +Date: Sun Jan 1 18:20:02 2017 +0900 + + luci-app-uhttpd: Add Japanese translation + + Added Japanese translation. + + Signed-off-by: INAGAKI Hiroshi + +commit cb1f76f804dd7e835942747c4211a90d0c5677c5 +Author: INAGAKI Hiroshi +Date: Sun Jan 1 18:14:15 2017 +0900 + + luci-app-uhttpd: Add po templates + + Added po template (.pot) file. + + Signed-off-by: INAGAKI Hiroshi + +commit 52be91a2494d8153ad572d29acdbc86780cfcf6d +Author: Sven Roederer +Date: Sat Dec 31 00:00:23 2016 +0100 + + community-profiles: update Berlin + + since Kathleen-0.2.0 Release there is a new owm-api-url + + Signed-off-by: Sven Roederer devel-sven@geroedel.de + +commit 7bfd36d5855100fe18a7759644aef697e9d03cee +Author: Daniel Dickinson +Date: Thu Dec 29 15:04:57 2016 -0500 + + base: webadmin: Don't take substring of nil variable + + When converting interface names to UCI network names + webadmin fails if there is no UCI network name because + webadmin failed to ensure uciname has a value before + attempting to take a substring. + + Signed-off-by: Daniel Dickinson + +commit ca79611183dcc65479eae26699d9c2743ca52ba2 +Merge: f12fdba22 1ba296c6b +Author: Hannu Nyman +Date: Fri Dec 30 13:26:01 2016 +0200 + + Merge pull request #906 from musashino205/tmate-add-ja + + luci-app-travelmate: Add Japanese translation + +commit 1ba296c6bf323a99976286456952a4ec42697efb +Author: INAGAKI Hiroshi +Date: Fri Dec 30 20:10:54 2016 +0900 + + luci-app-travelmate: Add Japanese translation + + Added Japanese translations. + + Signed-off-by: INAGAKI Hiroshi + +commit f12fdba222c87e9a38c8cc4496964ac3fb386f7f +Merge: 669bc131d d6069bdf5 +Author: Hannu Nyman +Date: Wed Dec 28 21:08:28 2016 +0200 + + Merge pull request #905 from musashino205/upnp-upd-ja + + luci-app-upnp: Update Japanese translation + +commit 669bc131da75e7890e6e59529fdad2e7198454d5 +Merge: df0d765de 573880563 +Author: Hannu Nyman +Date: Wed Dec 28 21:08:09 2016 +0200 + + Merge pull request #904 from musashino205/firewall-upd-ja + + luci-app-firewall: Update Japanese translation + +commit d6069bdf58806d05fa3644ec31d7423cf07e2b6c +Author: INAGAKI Hiroshi +Date: Sat Dec 24 19:55:16 2016 +0900 + + luci-app-upnp: Update Japanese translation + + Added some translations and fixed mistranslated string. + + Signed-off-by: INAGAKI Hiroshi + +commit 5738805634d6ddcce3ac509fbb96c890401f49b0 +Author: INAGAKI Hiroshi +Date: Sat Dec 24 02:55:32 2016 +0900 + + luci-app-firewall: Update Japanese translation + + Added some translations for the schedule settings and others. + + Signed-off-by: INAGAKI Hiroshi + +commit df0d765deba0178f98940d4e8f1c2d76780bf1c3 +Merge: bffe160af aa0604afe +Author: Hannu Nyman +Date: Fri Dec 23 09:51:46 2016 +0200 + + Merge pull request #901 from musashino205/wifischd-add-ja + + luci-app-wifischedule: Add Japanese translation + +commit bffe160af0253f58741d738a16f97b26f135ec74 +Merge: 974194b44 88350f9ac +Author: Hannu Nyman +Date: Fri Dec 23 09:46:12 2016 +0200 + + Merge pull request #903 from musashino205/stat-fix-ja + + luci-app-statistics: Fix mistranslations for Japanese + +commit 88350f9ace19c3a80bb843941b17939f633ce087 +Author: INAGAKI Hiroshi +Date: Fri Dec 23 15:08:13 2016 +0900 + + luci-app-statistics: Fix mistranslations for Japanese + + Fixed some mistranslations for Japanese. + + Signed-off-by: INAGAKI Hiroshi + +commit 6f2a68455d00a547919b4627421c3b3fe130e552 +Author: INAGAKI Hiroshi +Date: Fri Dec 23 14:35:06 2016 +0900 + + luci-app-statistics: fix mistranslation of Japanese + + Fixed some mistranslations of Japanese. + + Signed-off-by: INAGAKI Hiroshi + +commit aa0604afe810c3b19713d317cbc1d7cccc1dd5b7 +Author: INAGAKI Hiroshi +Date: Fri Dec 23 03:28:20 2016 +0900 + + luci-app-wifischedule: Add Japanese translation + + Added Japanese translations and po templates. + + Signed-off-by: INAGAKI Hiroshi + +commit 974194b440572e56d645f148316d53d65fd0a782 +Author: Jo-Philipp Wich +Date: Thu Dec 22 16:48:34 2016 +0100 + + luci-ssl: depend on mbedtTLS + + LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the + end of 2016. + + Signed-off-by: Jo-Philipp Wich + +commit 002af640a0bd7ceac6f1fb1da8f2805d597eec80 +Merge: fb9472b3c c0ff0c93d +Author: Hannu Nyman +Date: Thu Dec 22 17:09:04 2016 +0200 + + Merge pull request #898 from musashino205/adblock-upd-ja + + luci-app-adblock: Update Japanese translation + +commit c0ff0c93d4bfa5251ebacf3154b8aa40edbb26f9 +Author: INAGAKI Hiroshi +Date: Fri Dec 23 00:03:39 2016 +0900 + + luci-app-adblock: Update Japanese translation + + Added some translations of recently added strings. + + Signed-off-by: INAGAKI Hiroshi + +commit fb9472b3c5cf3e3c19069a303c5691597336e7ba +Merge: 882c5f02e ef970bd78 +Author: Hannu Nyman +Date: Thu Dec 22 14:47:20 2016 +0200 + + Merge pull request #896 from musashino205/stat-upd-ja + + luci-app-statistics: Update Japanese translation + +commit ef970bd783eb47c4af582918a00d1123b6c9d935 +Author: INAGAKI Hiroshi +Date: Thu Dec 22 21:17:53 2016 +0900 + + luci-app-statistics: Update Japanese translation + + Added translations for each plugins. + + Signed-off-by: INAGAKI Hiroshi + +commit 882c5f02e69fe840971f43b6f36c74b99e072a34 +Author: Hannu Nyman +Date: Thu Dec 22 11:23:26 2016 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit e063597d6537f7f3c2f710f8b24631602b78a304 +Merge: 683dbc0da 819e8cd41 +Author: Daniel Dickinson +Date: Wed Dec 21 18:44:01 2016 -0500 + + Merge pull request #840 from TouchStar/support_proto_qmi + + luci-proto-qmi: Added support for QMI Cellular + +commit 683dbc0daf960e88eca9a56e190902d935e8b3cb +Merge: b56d1a85e c01858383 +Author: Hannu Nyman +Date: Wed Dec 21 19:19:18 2016 +0200 + + Merge pull request #895 from musashino205/qos-upd-ja + + luci-app-qos: Update Japanese translation + +commit b56d1a85e2fa2ba50b2253e07e41b421a2c20fca +Author: Jo-Philipp Wich +Date: Wed Dec 21 18:04:04 2016 +0100 + + luci-base: luci.sys.iptparser: properly check for table support + + Do not assume that the "raw" table is present on any system, instead check + /proc/net/ip{,6}_tables_names to determine which iptables tables are available. + + Signed-off-by: Jo-Philipp Wich + +commit c01858383680ca94ce3904d26a01dacd445551e4 +Author: INAGAKI Hiroshi +Date: Thu Dec 22 01:55:48 2016 +0900 + + luci-app-qos: Update Japanese translation + + Add some translations. + + Signed-off-by: INAGAKI Hiroshi + +commit 70c277e60dcb6fae9769ba5779bf06a1f1f7dfb6 +Merge: 08f955d62 bbf20b01b +Author: Hannu Nyman +Date: Wed Dec 21 18:25:57 2016 +0200 + + Merge pull request #894 from musashino205/p910nd-upd-ja + + luci-app-p910nd: Update Japanese translation + +commit bbf20b01b4067c0cef2b327b6fc876bda7f31113 +Author: INAGAKI Hiroshi +Date: Thu Dec 22 01:09:25 2016 +0900 + + luci-app-p910nd: Update Japanese translation + + Added some translations about specifying the listening interface. + + Signed-off-by: INAGAKI Hiroshi + +commit 08f955d627c83270ba216f5776e4b46cc621bc37 +Author: jose1711 +Date: Tue Dec 20 12:09:12 2016 +0100 + + Fix a few typos in Czech translation + + Signed-off-by: Jose Riha + +commit 3bddde57c9adaba35b8211c2841a09eb2ccf58eb +Merge: 6456d46fc 7804758a5 +Author: Hannu Nyman +Date: Wed Dec 21 09:55:25 2016 +0200 + + Merge pull request #892 from musashino205/cmd-upd-ja + + luci-app-commands: Update Japanese translation + +commit 7804758a5fdf60396c0423798fb6638856ba6712 +Author: INAGAKI Hiroshi +Date: Wed Dec 21 12:00:44 2016 +0900 + + luci-app-commands: Update Japanese translation + + added some translations for public access function. + + Signed-off-by: INAGAKI Hiroshi + +commit 6456d46fc81b70527286e23b3464bee584108d68 +Merge: de4c4a6ff 0581bd5f0 +Author: Jo-Philipp Wich +Date: Tue Dec 20 16:22:10 2016 +0100 + + Merge pull request #889 from feckert/firewall_custom_reload + + luci-app-firewall: restart firewall on /etc/firewall.user write + +commit de4c4a6ff5d11ce035afbae66c79b571d738361f +Merge: 0f0d036d0 9d640e4c4 +Author: Hannu Nyman +Date: Tue Dec 20 16:21:59 2016 +0200 + + Merge pull request #884 from chloe-jeong/trunk-ko + + Adds Korean translation. + +commit 9d640e4c4ccd02ddb6234102724c34fe016aa5e8 +Author: Weongyo Jeong +Date: Wed Dec 14 18:09:04 2016 +0900 + + Adds Korean translation. + + Adds Korean language supported for Luci of OpenWRT. Most of msgs which + shown at UI are translated but still not completed for non-popular + features. + + Signed-off-by: Weongyo Jeong + +commit 0f0d036d0203a61da048261c21c9a540f33c18b1 +Author: Hannu Nyman +Date: Tue Dec 20 13:44:11 2016 +0200 + + luci-app-adblock: Adjust to adblock 2.0 + + Modify the LuCI app to match the simplified adblock 2.0 + + Signed-off-by: Hannu Nyman + +commit 0581bd5f0be96e0428c7e9fa2a4f6663e4dbfca1 +Author: Florian Eckert +Date: Tue Dec 20 11:12:42 2016 +0100 + + luci-app-firewall: restart firewall on /etc/firewall.user write + + Signed-off-by: Florian Eckert + +commit 1741e5578c5d2d72d3037f17fb0cc0f93ddf4e2e +Merge: 0cd14a0d4 908890a97 +Author: Hannu Nyman +Date: Sat Dec 17 20:05:43 2016 +0200 + + Merge pull request #886 from musashino205/mjpg-add-ja + + luci-app-mjpg-streamer: Add Japanese translation + +commit 908890a97df3fee892fee4c4547a42e8c3160537 +Author: INAGAKI Hiroshi +Date: Sat Dec 17 20:41:00 2016 +0900 + + luci-app-mjpg-streamer: Add Japanese translation + + Signed-off-by: INAGAKI Hiroshi + +commit 0cd14a0d498b4f64da56abd2bc6ed271a39b5ad6 +Merge: 8ddcc2439 18122da3e +Author: Hannu Nyman +Date: Fri Dec 16 13:05:12 2016 +0200 + + Merge pull request #883 from musashino205/base-upd-ja + + luci-base: Update Japanese translation + +commit 18122da3e341804adfc3c865d7cefac7b67ed2c2 +Author: musashino205 +Date: Fri Dec 16 15:25:17 2016 +0900 + + luci-base: Update Japanese translation + + Signed-off-by: musashino205 + +commit 4d4ef3a7a3d4f9dd7fa21f294f4c8c5cc8b53dca +Author: musashino205 +Date: Fri Dec 16 03:55:25 2016 +0900 + + luci-base: Update Japanese translation + + Signed-off-by: musashino205 + +commit 8ddcc243919facbc10d383f53816be5083792dda +Merge: 60bb727bc b23cff48b +Author: Hannu Nyman +Date: Thu Dec 15 10:11:48 2016 +0200 + + Merge pull request #880 from musashino205/adblock-add-ja + + luci-app-adblock: Add Japanese translation + +commit 819e8cd41bafc1301e2b85c1a0148cd322649ecb +Author: David Thornley +Date: Thu Nov 3 15:55:26 2016 +1100 + + luci-proto-qmi: Added support for QMI Cellular + + Derived mostly from (ppp) 3g implementation. Currently exposing the following configuration through cbi (apn/pincode/username/password/auth/ipv6). + + Signed-off-by: David Thornley + +commit b23cff48b15a6ed0958bd768fee821bd058c86c0 +Author: musashino205 +Date: Thu Dec 15 04:08:30 2016 +0900 + + luci-app-adblock: Add Japanese translation + + Signed-off-by: musashino205 + +commit 60bb727bcb25ddf862522516ea7d997d3d482693 +Merge: 85ea846fc c42b4a3bf +Author: Hannu Nyman +Date: Wed Dec 14 10:08:37 2016 +0200 + + Merge pull request #873 from arjendekorte/patch-5 + + luci-theme-bootstrap: fix minor CSS errors + +commit 85ea846fc1982e37bcc24e06c9180365998677c0 +Merge: e846f38e6 8ca5d6da9 +Author: Hannu Nyman +Date: Wed Dec 14 10:08:19 2016 +0200 + + Merge pull request #879 from bittorf/master + + freifunk-common: neigh.sh: work also with unprettyfied JSON output + +commit 8ca5d6da9640f78b67081f2d1edeb0a6d0ca2120 +Author: Bastian Bittorf +Date: Tue Dec 13 21:38:29 2016 +0100 + + freifunk-common: neigh.sh: work also with unprettyfied JSON output + + Older OLSRd-version outputs JSON humanreadable over multiple lines. + The introduced change in 524439cd1647e5d6d7b48f9c75ec5800a5444109 broke + the output for those users. Fix that be a finer filter regex. + Thanks to Thomas Huehn for spotting that. + +commit e846f38e66deb6c27820f5a8e7cb7d04d1c250bd +Merge: 0895fb41e 6f2b21cd2 +Author: Hannu Nyman +Date: Tue Dec 13 11:04:21 2016 +0200 + + Merge pull request #870 from danrl/unbound-dns64 + + luci-app-unbound: added DNS64 support + +commit 3c7d76677806df13b7d3d1979ca5defa662003fe +Author: Florian Eckert +Date: Mon Nov 28 08:06:04 2016 +0100 + + luci-mod-admin-full: show realtime wlan graph only if iw command is installed + + Signed-off-by: Florian Eckert + +commit 0895fb41e9e58e23664d7785a6e93f18e8f4ac66 +Merge: ac5bd8c2f 524439cd1 +Author: Jo-Philipp Wich +Date: Mon Dec 12 09:03:47 2016 +0100 + + Merge pull request #874 from bittorf/master + + freifunk-common: neigh.sh: fix for new olsrd 0.9.5 + +commit 524439cd1647e5d6d7b48f9c75ec5800a5444109 +Author: Bastian Bittorf +Date: Mon Dec 12 08:43:23 2016 +0100 + + freifunk-common: neigh.sh: fix for new olsrd 0.9.5 + + Starting with version 0.9.5 the new olsr-deamon behaves + more standard-compliant and outputs correct HTTP-headers. + This would confuse the script and abort parsing. + + Fix that by only trying to parse the JSON-value and + just ignore the other stuff. After this, we can see neighbours again. + + Thanks to FreifunkUFO for spotting this. + +commit 6f2b21cd20d34f12fe32b0d47287b263f68cbd3d +Author: danrl +Date: Fri Dec 9 20:24:09 2016 +0100 + + luci-app-unbound: added DNS64 support + + Signed-off-by: Dan Luedtke + +commit c42b4a3bf939b40195c52e2eacea4981f222f0fa +Author: Arjen de Korte +Date: Sat Dec 10 22:09:50 2016 +0100 + + luci-theme-bootstrap: fix minor CSS errors + + Signed-off-by: Arjen de Korte \ + +commit ac5bd8c2f1b74f7a6e0c09629c4ba96e3a8da037 +Author: Hannu Nyman +Date: Sat Dec 10 19:11:50 2016 +0200 + + luci-mod-failsafe: use same string as luci-mod-admin-full + + Signed-off-by: Hannu Nyman + +commit 8c6c75f6ec5459aaa48e2985389e1954e795ffb4 +Merge: 0fdee1ed9 44d43c693 +Author: Daniel Dickinson +Date: Sat Dec 10 11:00:16 2016 -0500 + + Merge pull request #821 from andrewshadura/luci-route-types + + Add support for route types + +commit 0fdee1ed9db38c2e324e83470765063b79d66013 +Author: Hannu Nyman +Date: Sat Dec 10 16:36:02 2016 +0200 + + i18n: fix some sysupgrade related string translations + + Fix translated strings broken by recent changes. + + Signed-off-by: Hannu Nyman + +commit e65f6512e7d6978eab01e4ee473dafa88320e9f8 +Author: Hannu Nyman +Date: Sat Dec 10 14:34:30 2016 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit f7ec630913a4eadea0b9927881f62b095bc95563 +Author: Hannu Nyman +Date: Sat Dec 10 14:26:34 2016 +0200 + + luci-theme-material: remove link to distro repo from footer + + Signed-off-by: Hannu Nyman + +commit 73749fa048e2dbccb4e730b628ab062c98d51877 +Author: Hannu Nyman +Date: Sat Dec 10 14:12:37 2016 +0200 + + luci-mod-admin-{full,mini}: make more distro agnostic + + Remove some non-essential references to explicit distro names. + + Signed-off-by: Hannu Nyman + +commit c5287ef15fcc92e8c4a5f0b13051c6fd52aead07 +Merge: a3fc4859d 4de35274c +Author: Daniel Dickinson +Date: Sat Dec 10 06:36:01 2016 -0500 + + Merge pull request #663 from NeoRaider/styleable-checkboxes + + luci-base: view: make checkboxes and radio buttons styleable + +commit a3fc4859dd0d3e9e9fa87ca249b815a4710ed7bd +Merge: dad185e2c 9fafe8e84 +Author: Daniel Dickinson +Date: Sat Dec 10 06:34:22 2016 -0500 + + Merge pull request #656 from nlhintz/pull-request + + luci: broadcom - add n-mode support + +commit dad185e2c9b57f458fdc8701f401e6956eaaa406 +Author: Hannu Nyman +Date: Sat Dec 10 11:20:01 2016 +0200 + + Fix config files getting overwritten in opkg install + + Commit 39ff053890 accidentally removed the conffiles definitions + from luci-base, statistics, splash and diag-devinfo apps. + + That has caused existing config files to get overwritten if the + package has been reinstalled via opkg. Additionally, the splash + text files have not been saved in sysupgrade or backup as they + are located outside /etc/config + + This commit adds back the conffiles definitions to the respective + packages. + + Signed-off-by: Hannu Nyman + +commit a7c5c018b6782f4160410981c723c82db9762ff7 +Author: Hannu Nyman +Date: Fri Dec 9 18:10:44 2016 +0200 + + time zone data: Update to 2016j + + Changes: + Saratov, Russia switches from +03 to +04 on 2016-12-04 at 02:00. + This hives off a new zone Europe/Saratov from Europe/Volgograd. + + The new zone Asia/Atyrau for Atyraū Region, Kazakhstan, is like + Asia/Aqtau except it switched from +04/+05 to +05/+06 in spring + 1999, not fall 1994. + + Signed-off-by: Hannu Nyman + +commit 5852affbbc286e7d11218d990f8ecba0f525b91b +Author: Hannu Nyman +Date: Fri Dec 9 17:51:50 2016 +0200 + + meshwizard: remove local variable definitions outside functions + + Adapted from PR #819 by FreifunkUFO + + Signed-off-by: Hannu Nyman + +commit 70bad4da4fcd44715445c36d8c4b9f8a00d92b4d +Author: Jo-Philipp Wich +Date: Fri Dec 9 13:07:42 2016 +0100 + + luci-mod-admin-full: handle infinite lease times in output + + When a lease objects expires property is set to "false", its expiry time is + unlimited, so adjust the templates to properly display that state. + + Signed-off-by: Jo-Philipp Wich + +commit 8e9e92a630a9e18eef642c02b8a7fa476440ab37 +Author: Jo-Philipp Wich +Date: Fri Dec 9 13:05:44 2016 +0100 + + luci-base: luci.tools.status: properly parse infinite odhcpd leases + + The expiry time in an odhcpd lease file line may be -1 to denote an infinite + lease time, so adjust the code to properly support that. + + The expiry attribute of the lease object will be set to "false" in case of an + infinite lease. + + Signed-off-by: Jo-Philipp Wich + +commit 388c84fa06eb9903fb505848b7d43c9fa20a40bc +Author: Daniel Dickinson +Date: Mon Dec 5 16:19:37 2016 -0500 + + app-statistics: df: Don't separate disk usage types + + The df plugin wasn't displaying useful lables for the space + used vs free vs reserved due to title override. This patch + fixes that issues by removing the per-instance setting. + + Signed-off-by: Daniel Dickinson + +commit 6d5f878d7c993f08e4fb48efba169f7bb4869e6f +Merge: a9d74a672 d4c31c5c9 +Author: Hannu Nyman +Date: Tue Dec 6 11:38:56 2016 +0200 + + Merge pull request #866 from arjendekorte/patch-4 + + theme-bootstrap: fix invalid use of 'linear-gradient' + +commit d4c31c5c90a05a61f2b7dd9a43c9b84923543db1 +Author: arjendekorte +Date: Mon Dec 5 16:31:32 2016 +0100 + + Update cascade.css + + The linear-gradient function syntax uses 'to bottom' instead of 'top' for a gradient from top to bottom. + +commit a9d74a6729d398d57447268f2b440444da43d805 +Merge: 5127dd6a2 3580eddcf +Author: Hannu Nyman +Date: Mon Dec 5 13:31:00 2016 +0200 + + Merge pull request #864 from EricLuehrsen/unbound_uci + + Unbound: Basic LuCI to go with recent Unbound UCI enhancements + +commit 5127dd6a2d032ffe8b52419f45e0e73746661132 +Merge: 1fd43b4b6 475b74b9b +Author: Christian Schoenebeck +Date: Sun Dec 4 22:26:10 2016 +0100 + + Merge pull request #865 from chris5560/master + + luci-app-ddns: update to support ddns-scripts 2.7.6 + +commit 475b74b9bf611088a6b1c9ab81d02fd3b0eb8362 +Author: Christian Schoenebeck +Date: Sun Dec 4 21:37:17 2016 +0100 + + luci-app-ddns: update to support ddns-scripts 2.7.6 + + needed changes to support ddns-scripts 2.7.6 + - new command line options of dynamic_ddns_lucihelper.sh + - renamed global config options + - new location of services files + + Signed-off-by: Christian Schoenebeck + +commit 3580eddcfa0718002a3dab535a34839dbffcb3a1 +Author: Eric Luehrsen +Date: Sat Dec 3 21:16:04 2016 -0500 + + Unbound: Basic LuCI to go with recent Unbound UCI (Oct2016) + + Signed-off-by: Eric Luehrsen + +commit 1fd43b4b65e120d84f2b35529aa0816b63779683 +Merge: 4e9c2f61c d8b3515cd +Author: Christian Schoenebeck +Date: Thu Dec 1 20:33:44 2016 +0100 + + Merge pull request #787 from rogerpueyo/luci-proto-ipip + + luci-proto-ipip: Add package + +commit 4e9c2f61c2e1168611ede9fe70b206cacdddc779 +Merge: ebb5a90f7 3bfc32f54 +Author: Christian Schoenebeck +Date: Thu Dec 1 10:31:08 2016 +0100 + + Merge pull request #863 from danrl/luci-proto-wireguard + + luci-proto-wireguard: Fix misleading description + +commit 3bfc32f54112a8538d03ded7ff48fb772965a55e +Author: danrl +Date: Thu Dec 1 09:01:35 2016 +0100 + + luci-proto-wireguard: Fix misleading description + + Description was misleading, as the routes are not created automatically. We have + a flag to create routes. Added a hint what to fill into the AlledIPs field as + users repeatedly have struggled to use it correctly. Thanks to Stefan Agner for + providing feedback on this. + + Signed-off-by: Dan Luedtke + +commit b064c5c209e99d97c825ecfab42bc8b2e3bced54 +Author: Petr Štetiar +Date: Mon Nov 28 15:12:11 2016 +0100 + + luci-mod-admin-full: Store system time into RTC also + + We're currently just setting system time, but we don't set battery + backed RTC. Time in the RTC is only set on the graceful shutdown, which + is quite hard to achieve on embedded devices. + + In other words, on systems with battery backed RTC we currently don't + handle following use case properly: + + 1. Set system time from web UI (sets only system time, but not RTC) + 2. Unplug the device from power + + Then after the reboot, we've wrong system time again, because time set + in [1] is not saved to battery backed RTC. + + Signed-off-by: Petr Štetiar + +commit ebb5a90f76a5c4f3876c94dc6215b4c54ceff216 +Merge: 1c27f6b46 222bf48b7 +Author: Hannu Nyman +Date: Fri Nov 25 17:30:44 2016 +0200 + + Merge pull request #847 from newkit/feature_luci-app-wifischedule + + Added luci-app-wifischeduler + +commit 222bf48b741680f10b265274c906f684140b42fe +Author: Nils Koenig +Date: Sat Nov 12 17:22:18 2016 +0100 + + luci-app-wifischedule: added package + + Turns WiFi on and off according to a schedule + + Splitted frontend and backend in different packages. + This feature has now a dependency to the package + + wifischedule + + in openwrt/packages/net which needs to be merged as well. + + Signed-off-by: Nils Koenig + +commit d8b3515cd4068d01b4c0792cea9b6b06951ec768 +Author: Roger Pueyo Centelles +Date: Mon Nov 21 11:27:23 2016 +0100 + + luci-proto-ipip: Add package + + This package adds LuCI support for IPIP tunnels (IPv4-in-IPv4 RFC2003) + + Signed-off-by: Roger Pueyo Centelles + +commit 1c27f6b462b7b488e75a5388198e97be00ba0835 +Author: Hannu Nyman +Date: Sat Nov 19 16:06:05 2016 +0200 + + luci-app-statistics: add support for thermal stats + + Add support for temperature data from collect-mod-thermal + + Signed-off-by: Hannu Nyman + +commit 840a414c3a50a4006a78d8ee376d0feb0cd9975a +Merge: 36e695d10 e610bfa1f +Author: Hannu Nyman +Date: Sat Nov 19 16:03:15 2016 +0200 + + Merge pull request #857 from danrl/luci-proto-wireguard-dependency + + luci-proto-wireguard: do not depend on meta-package + +commit e610bfa1f7126d357fb0e60538f05208b38da3a8 +Author: danrl +Date: Sat Nov 19 15:00:01 2016 +0100 + + luci-proto-wireguard: do not depend on meta-package + + Signed-off-by: Dan Luedtke + +commit 36e695d108c5f034ffbac09b3de2dd1a770cbb5b +Merge: d4bbf44fb eb44a58c6 +Author: Jo-Philipp Wich +Date: Thu Nov 17 20:37:16 2016 +0100 + + Merge pull request #852 from danrl/luci-proto-wireguard + + luci-proto-wireguard: WireGuard VPN Protocol (New) + +commit eb44a58c6d54e268678ab631e1cebb6ef8c7adba +Author: danrl +Date: Tue Nov 15 23:57:23 2016 +0100 + + luci-proto-wireguard: input validation optimization + +commit bcd0e1ac0455fe3e5a962ce59d885459f0c2cf07 +Merge: f9f4145bb 35f1ad816 +Author: danrl +Date: Tue Nov 15 21:43:37 2016 +0100 + + Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into luci-proto-wireguard + +commit f9f4145bbddc4b46723bab3443eff4f8bdbc9216 +Author: Dan Lüdtke +Date: Tue Nov 15 20:22:18 2016 +0100 + + luci-proto-wireguard: added maintainer + + Signed-off-by: Dan Lüdtke + +commit 9caa982c1958057a41c8b0bead13095d3c58466f +Author: danrl +Date: Tue Nov 15 16:55:47 2016 +0100 + + luci-proto-wireguard: WireGuard VPN Protocol (New) + + WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes + state-of-the-art cryptography. It aims to be faster, simpler, leaner, and + more useful than IPSec, while avoiding the massive headache. It intends to + be considerably more performant than OpenVPN. WireGuard is designed as a + general purpose VPN for running on embedded interfaces and super computers + alike, fit for many different circumstances. + It runs over UDP. + + Signed-off-by: Dan Lüdtke mail@danrl.com + +commit 5566b3acef245873d7cbb294f637a63a7f58f634 +Author: Hannu Nyman +Date: Thu Nov 10 20:34:08 2016 +0200 + + luci-app-statistics: adjust cpufreq graph for single/dual-core CPUs + + The original data model definition assumed data from a quad-core CPU, + which caused errors with single- and dual-core processors. + Adjust the data model to work with also them. + + Signed-off-by: Hannu Nyman + +commit 35f1ad816d092e5a6597a29db34a299d8d31841f +Merge: 71770c1d9 a42d1688a +Author: danrl +Date: Tue Nov 15 21:41:14 2016 +0100 + + Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into luci-proto-wireguard + +commit 71770c1d9ac829567a176de7050e1773247fc061 +Author: danrl +Date: Tue Nov 15 16:55:47 2016 +0100 + + luci-proto-wireguard: WireGuard VPN Protocol (New) + + WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes + state-of-the-art cryptography. It aims to be faster, simpler, leaner, and + more useful than IPSec, while avoiding the massive headache. It intends to + be considerably more performant than OpenVPN. WireGuard is designed as a + general purpose VPN for running on embedded interfaces and super computers + alike, fit for many different circumstances. + It runs over UDP. + + Signed-off-by: Dan Lüdtke mail@danrl.com + +commit a42d1688a025e9175d56cceacf9904c48c20eb91 +Author: Dan Lüdtke +Date: Tue Nov 15 20:22:18 2016 +0100 + + luci-proto-wireguard: added maintainer + + Signed-off-by: Dan Lüdtke + +commit a508b8d7ee50b48b1696878866c97d2e38e44106 +Author: danrl +Date: Tue Nov 15 16:55:47 2016 +0100 + + luci-proto-wireguard: WireGuard VPN Protocol (New) + + WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes + state-of-the-art cryptography. It aims to be faster, simpler, leaner, and + more useful than IPSec, while avoiding the massive headache. It intends to + be considerably more performant than OpenVPN. WireGuard is designed as a + general purpose VPN for running on embedded interfaces and super computers + alike, fit for many different circumstances. + It runs over UDP. + + Signed-off-by: Dan Lüdtke mail@danrl.com + +commit d4bbf44fbbac312633a4d104c55734c61f712c9e +Author: Hannu Nyman +Date: Thu Nov 10 20:34:08 2016 +0200 + + luci-app-statistics: adjust cpufreq graph for single/dual-core CPUs + + The original data model definition assumed data from a quad-core CPU, + which caused errors with single- and dual-core processors. + Adjust the data model to work with also them. + + Signed-off-by: Hannu Nyman + +commit 4343b2f13d8c9151907068f8b6d9aca89e762b49 +Author: Hannu Nyman +Date: Tue Nov 8 22:54:44 2016 +0200 + + luci-app-statistics: tweak 'cpufreq' number formatting + + Adjust number formatting to display >1GHz values better. + + Signed-off-by: Hannu Nyman + +commit df3c8728b995026a6df13efaf9a782b486de9ec5 +Author: Hannu Nyman +Date: Tue Nov 8 22:24:56 2016 +0200 + + luci-app-statistics: add support for CPU frequency scaling stats + + Add support for 'cpufreq' plugin in collectd, which monitors + the CPU cores' frequencies. Some platforms enable dynamic + frequency scaling according to CPU load. + + 'cpufreq' plugin can currently be built for x86 and mvebu. + (and it should likely be enabled also for ipq806x) + + Signed-off-by: Hannu Nyman + +commit 3936e79cf8d5d6df7c2c529dd1daacbd8d5ed31b +Author: Hannu Nyman +Date: Tue Nov 8 12:40:53 2016 +0200 + + time zone data: Update to 2016i + + Note that several of the time zones now use a numeric name + that is quoted with < > (e.g. "<+03>-3") + + musl 1.1.15 and earlier have a bug with < > quoted time zone names. + Fix for the bug + * has already been patched in musl upstream with + http://git.musl-libc.org/cgit/musl/commit/?id=8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6 + * has been committed in LEDE with + https://github.com/lede-project/source/commit/671cb35880308404a17c430c4b3b13dd506a5671 + * has been submitted to Openwrt as pull request + https://github.com/openwrt/openwrt/pull/163 + + Key changes in 2016d-2016i: + --------------------------- + + 2016d: + America/Caracas switches from -0430 to -04 on 2016-05-01. + + Asia/Magadan switches from +10 to +11 on 2016-04-24. + + New zone Asia/Tomsk, split off from Asia/Novosibirsk. + + 2016f: + Asia/Novosibirsk switches from +06 to +07 on 2016-07-24. + + Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone + abbreviations instead of invented ones. + + 2016g: + Turkey switched from EET/EEST (+02/+03) to permanent +03, + effective 2016-09-07. Use "+03" rather than an invented + abbreviation for the new time. + + Several zones in Antarctica and the former Soviet Union, along + with zones intended for ships at sea that cannot use POSIX TZ + strings, now use numeric time zone abbreviations instead of + invented or obsolete alphanumeric abbreviations. + + 2016h: + Asia/Gaza and Asia/Hebron end DST on 2016-10-29, not + 2016-10-21. Predict that future fall transitions will + be on the last Saturday of October. + + Asia/Colombo now uses numeric time zone abbreviations like "+0530" + instead of alphabetic ones like "IST" and "LKT". + + 2016i: + Pacific/Tongatapu begins DST on 2016-11-06, ending on + 2017-01-15. Assume future observances in Tonga will be + from the first Sunday in November through the third Sunday in + January, like Fiji. Switch to numeric time zone abbreviations + for this zone. + + Northern Cyprus is now +03 year round, causing a split in Cyprus + time zones starting 2016-10-30 at 04:00. This creates a zone + Asia/Famagusta. + + Antarctica/Casey switched from +08 to +11 on 2016-10-22. + + Signed-off-by: Hannu Nyman + +commit d7d97723fef1c4e5fe436b15e088d24d558246b3 +Author: Jo-Philipp Wich +Date: Tue Nov 1 16:47:31 2016 +0100 + + luci.mk: add simple cache buster + + Append a ?v=version string to any media or resource URL that has a .js or .css + extension. + + Also substitute placeholders in the form <%# xxxPKG_VERSION %> where + xxx is replaced verbatim and PKG_VERSION with the actual version, e.g. + <%# ?x=PKG_VERSION %> will result in "?x=git-16.237.30043-f885853". + + Signed-off-by: Jo-Philipp Wich + +commit 87ae1242b89245e47d2a63c7cbd411428c9b1e72 +Author: Hannu Nyman +Date: Sun Oct 30 12:22:58 2016 +0200 + + documentation: Update i18n advice + + Signed-off-by: Hannu Nyman + +commit 5f4b0fe274d1fffa3ae00c6b06b047d0122bc668 +Author: Hannu Nyman +Date: Sun Oct 30 10:21:12 2016 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 3c23cc64703e246f2ad57070adbdc86fd575907c +Author: Hannu Nyman +Date: Sun Oct 30 10:10:46 2016 +0200 + + luci-app-travelmate: user interface for Travelmate package + + Create user interface for Travelmate, a new package that + helps in creating travel router functionality. + + Signed-off-by: Hannu Nyman + +commit 98e12fcebba7cf0a962f316e572077cacfac43d3 +Merge: 95358ab99 4a5cee22e +Author: Jo-Philipp Wich +Date: Fri Oct 28 16:17:05 2016 +0200 + + Merge pull request #793 from remakeelectric/rme-master-tweaks + + wifi_add minor usability tweaks + +commit 95358ab99d89b92e3e68a9ceebb76ae563a73344 +Merge: 494116d62 c9cd86916 +Author: Jo-Philipp Wich +Date: Mon Oct 24 11:30:50 2016 +0200 + + Merge pull request #776 from cshore/pull-request-statistics-nut + + luci-app-statistics: nut: Add additional stats some UPSes report + +commit 494116d62041aed6870ed82f7d7cbb80f5dc01a7 +Author: Hannu Nyman +Date: Sun Oct 23 21:36:36 2016 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 3adf168cb096fb910ea3e2e859828eafc320eb04 +Merge: 1e1a706db 82add1362 +Author: Hannu Nyman +Date: Sun Oct 23 20:21:44 2016 +0300 + + Merge pull request #831 from danrl/patch-1 + + Typo + +commit 82add136299ab2a660ccbe9786dabf2a5d408966 +Author: Dan Lüdtke +Date: Fri Oct 21 20:24:57 2016 +0200 + + Typo + +commit 1e1a706db5040d94ec5fd98a1fbf3563637b6c67 +Merge: 3af8b3c5b 1f4bda95f +Author: Hannu Nyman +Date: Fri Oct 14 13:15:35 2016 +0300 + + Merge pull request #682 from cshore/pull-request-pppoe-server + + luci-app-pppoe-server: Add PPPoE server configuration + +commit 3af8b3c5b6ccf0c87c0188772d8e1be8870fc214 +Merge: e06c60a0d 4d97a9f69 +Author: Hannu Nyman +Date: Mon Oct 10 19:06:33 2016 +0300 + + Merge pull request #822 from NeoRaider/staging-dir-host + + luci-base: use default install paths for host utils (again) + +commit 4d97a9f6986fb37ce7e69a1ca3f4743334495654 +Author: Matthias Schiffer +Date: Sun Oct 9 22:43:57 2016 +0200 + + luci-base: use default install paths for host utils + + This reverts commit d4c33720208346ee7983213fe764df3102b8a771. + + PATH inconsistencies and Host/Install arguments have been fixed in both + LEDE and OpenWrt, so we can revert the revert. + + Signed-off-by: Matthias Schiffer + +commit 44d43c6932c502b27a1a172047d591f32555f96c +Author: Andrew Shadura +Date: Sat Oct 8 18:41:52 2016 +0200 + + luci-mod-admin-full: routes: specify sizes for metric and MTU + + Specify reasonable sizes for metric and MTU fields to + prevent the table from being too wide. + + Signed-off-by: Andrew Shadura + +commit 3d83c15fe166595e00e54ade6beec30aab4d2664 +Author: Andrew Shadura +Date: Sat Oct 8 18:29:08 2016 +0200 + + luci-mod-admin-full: routes: add support for route types + + Allow specifying route types. + + Signed-off-by: Andrew Shadura + +commit e06c60a0d669bed72e495d51f5e30513b05f5605 +Author: Jo-Philipp Wich +Date: Thu Oct 6 17:14:46 2016 +0200 + + luci-base: remove default diag host from /etc/config/luci + + Now that luci-mod-admin-full figures out the proper diagnostics host + during postinstall we can remove the UCI section from the default + configuration file. + + Signed-off-by: Jo-Philipp Wich + +commit 067fe5bcce0303f427fbe9351f043d330c7030ce +Author: Jo-Philipp Wich +Date: Thu Oct 6 17:13:23 2016 +0200 + + luci-mod-admin-full: figure out diagnostics host in postinstall + + Attempt to infer the default diagnostics host for nslookup / ping / traceroute + from the various URLs in /etc/os-release. Fall back to "openwrt.org" if no + host is found to preserve backwards compatibility. + + Signed-off-by: Jo-Philipp Wich + +commit d4c33720208346ee7983213fe764df3102b8a771 +Author: Jo-Philipp Wich +Date: Wed Oct 5 01:42:51 2016 +0200 + + Revert "luci-base: use default install paths for host utils" + + This reverts commit 87a7570690f7aeffb1aff01f320973c9acb668d3. + + Signed-off-by: Jo-Philipp Wich + +commit dcb2a0e68036b501a4f62633d71ff7c2815b652e +Author: Jo-Philipp Wich +Date: Wed Oct 5 01:42:48 2016 +0200 + + Revert "luci-base: fix luci-base host tool install on OpenWrt" + + This reverts commit f7639bcd6a2caf7cc0f03e85744906c577eefeab. + + Signed-off-by: Jo-Philipp Wich + +commit e3287d84e107c4316fbf770a21b3088bc623beb5 +Merge: 4a246820b f7639bcd6 +Author: Hannu Nyman +Date: Tue Oct 4 11:27:31 2016 +0300 + + Merge pull request #813 from NeoRaider/staging-dir-host + + luci-base: fix luci-base host tool install on OpenWrt + +commit f7639bcd6a2caf7cc0f03e85744906c577eefeab +Author: Matthias Schiffer +Date: Tue Oct 4 00:34:30 2016 +0200 + + luci-base: fix luci-base host tool install on OpenWrt + + OpenWrt doesn't provide an argument to Host/Install like LEDE does; use + HOST_BUILD_PREFIX instead, which is available on both. + + Signed-off-by: Matthias Schiffer + +commit 4a246820b1d12e8aed5b443d9f57da57ac3bc27b +Merge: 87a757069 67de9f4bc +Author: Hannu Nyman +Date: Mon Oct 3 21:11:23 2016 +0300 + + Merge pull request #807 from hnyman/ssl-openssl + + luci-ssl-openssl: Provide OpenSSL-based LuCI collection + +commit 67de9f4bca4b578885970814023a88f128d1ba60 +Author: Hannu Nyman +Date: Mon Oct 3 21:09:08 2016 +0300 + + luci-ssl-openssl: Provide OpenSSL-based LuCI collection + + Add a new OpenSSL-based collection that uses libustream-openssl + instead of the default libustream-polarssl. + (Note: px5g still needs libpolarssl, so both libs will be included) + + Mention PolarSSL in the title of luci-ssl. + + Signed-off-by: Hannu Nyman + +commit 87a7570690f7aeffb1aff01f320973c9acb668d3 +Author: Matthias Schiffer +Date: Mon Oct 3 13:06:54 2016 +0200 + + luci-base: use default install paths for host utils + + Also, don't make any assumptions about the staging dir lua and LuaSrcDiet + were installed to. + + Signed-off-by: Matthias Schiffer + +commit 185e4c1332ae65ffdcaf96597f729d57e890cead +Author: Hannu Nyman +Date: Fri Sep 30 09:48:56 2016 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit cad07f62d5babff35f8b39c341e5657d362d052a +Merge: ddb98f186 a21bcb511 +Author: Hannu Nyman +Date: Thu Sep 29 11:59:13 2016 +0300 + + Merge pull request #770 from arturdm/patch-1 + + luci-app-statistics: Fix missing title in df graphs + +commit ddb98f186f2c63f7d5f48be6dc1d4d966a0adbab +Merge: 07591d77a a043bca0e +Author: Christian Schoenebeck +Date: Tue Sep 27 11:14:34 2016 +0200 + + Merge pull request #805 from chris5560/master + + luci-app-ddns: no longer check for name lookup progs to support force ip version + +commit a043bca0ed4d5e385ae93773982ef92e1d50bc01 +Author: Christian Schoenebeck +Date: Sun Sep 25 10:57:29 2016 +0200 + + luci-app-ddns: correct required ddns-script version + + Signed-off-by: Christian Schoenebeck + +commit 2d9472db9fc0dc492281bd1238cb1678b4b5962c +Author: Christian Schoenebeck +Date: Sun Sep 25 10:53:13 2016 +0200 + + luci-app-ddns: ignore if name lookup progs not supporting force ip version + + - no longer verify installed name lookup programs to set has_forceip flag inside tools/ddns.lua + - adapt messages inside hints.lua + + Signed-off-by: Christian Schoenebeck + +commit 4a5cee22ed769623ce8c51e87eed32ad2c7b4e0e +Author: Karl Palsson +Date: Wed Sep 7 16:41:04 2016 +0000 + + wifi_add: allow multi SSID by default if supported. + + Instead of defaulting to replace, even on hardware that supports multi + SSID, make the default to add. This reduces the chance of locking + oneself out when adding a second network. If you intended to replace, + ending up with two networks then deleting one is easier than recovering + when the old network configuration is gone. + + Signed-off-by: Karl Palsson + +commit ccc9970c24fd9db110a62d47852d7d11247d2f13 +Author: Karl Palsson +Date: Fri Sep 23 17:02:41 2016 +0000 + + wifi_add: help text should match reality + + An additonal network is created if the box _is_ checked. + +commit 0bea4d17e6fa82c723dd7b5db4b9081f9c4407ce +Author: Karl Palsson +Date: Wed Sep 7 16:37:13 2016 +0000 + + wifi_add: show the SSID of the network being joined. + + After clicking the "join" button on the scan list, the SSID is no longer + visible, though it's kept in the form to pass to the server. + + Show the chosen SSID on the top of the page, to help people confirm that + they're joining the right network. + + Signed-off-by: Karl Palsson + +commit 07591d77aaf4194a8f7cf42d0a7e1c073c9a6e05 +Author: Hannu Nyman +Date: Thu Sep 22 21:30:25 2016 +0300 + + freifunk-p2pblock / luci-app-p2pblock: mark BROKEN + + Mark freifunk-p2pblock and luci-app-p2pblock BROKEN + as p2pblock needs layer7 support in iptables, which + was removed in early 2015 from iptables-mod-filter: + https://dev.openwrt.org/changeset/45423 + https://dev.openwrt.org/changeset/45424 + + Signed-off-by: Hannu Nyman + +commit 6cd59651a69179b90d962f954ba405cdd0d6d634 +Merge: 51e087e55 909083e67 +Author: Hannu Nyman +Date: Tue Sep 20 09:47:29 2016 +0300 + + Merge pull request #800 from kuoruan/aria2 + + luci-app-aria2: fix template name + +commit 909083e6733bc1796e661f68fd5aef885edd9714 +Author: Hsing-Wang Liao +Date: Tue Sep 20 11:44:03 2016 +0800 + + luci-app-aria2: fix template name + + Signed-off-by: Hsing-Wang Liao + +commit 51e087e55ff0aaadcd8d5f0b50207aba40c48c29 +Merge: 44bf3f0c1 a4c8c2064 +Author: Hannu Nyman +Date: Mon Sep 19 13:31:25 2016 +0300 + + Merge pull request #799 from kuoruan/aria2 + + luci-app-aria2: fix and update + +commit a4c8c206477b1c8d4fb60dcb73d777c9c9183e81 +Author: Hsing-Wang Liao +Date: Mon Sep 19 10:20:36 2016 +0800 + + luci-app-aria2: fix bugs and add log option + + * Fix unable save authentication method; + * Use luci.dispatcher.build_url(...) to support Chaos Calmer; + * Add log file and log level options; + * Rename files. + + Signed-off-by: Hsing-Wang Liao + +commit 3d40befbdd556414bc0d5c5d566ed2841f0fa2e8 +Author: Hsing-Wang Liao +Date: Mon Sep 19 10:17:11 2016 +0800 + + luci-app-aria2: add maintainer info + + Signed-off-by: Hsing-Wang Liao + +commit 528f7ab5127dfd7cead0bba7891a41acd79757e9 +Author: Thorsten M +Date: Fri Sep 16 11:06:12 2016 +0200 + + changed stat to lstat in nixio_lstat function + + Signed-off-by: Thorsten M. + +commit 44bf3f0c1640040561306caff39f34ac916b4357 +Merge: a69bd4202 592352d0f +Author: Jo-Philipp Wich +Date: Wed Sep 7 19:11:46 2016 +0200 + + Merge pull request #794 from remakeelectric/wiki-links + + docs: link to the developer wiki documentation + +commit 592352d0f83bd62ad23d09584becf2d0b0062757 +Author: Karl Palsson +Date: Wed Sep 7 17:10:05 2016 +0000 + + docs: link to the developer wiki documentation + + Signed-off-by: Karl Palsson + +commit a69bd4202ecb92ceb009b7f4e5b9fd60328389ab +Author: Hannu Nyman +Date: Sun Sep 4 13:18:59 2016 +0300 + + luci-app-statistics: Add cpu and memory plugins to the default set + + Add cpu and memory statistics plugins to the default set included + in Luci statistics and enable them in the default config. They are + useful small collectd plugins for resource usage monitoring. + + Signed-off-by: Hannu Nyman + +commit d5f8c9b0280ac17eaa8ea87a893204dfeeea7d68 +Merge: 849f17ae1 140b6d0e1 +Author: Hannu Nyman +Date: Thu Aug 25 00:45:41 2016 +0300 + + Merge pull request #782 from Ansuel/master + + Fix some capital and add some translation + +commit 849f17ae1792251f896a7bb44308d94cb2a6d1e8 +Author: Hannu Nyman +Date: Wed Aug 24 18:58:00 2016 +0300 + + luci-app-pbx(-voicemail): mark BROKEN + + Mark the luci-app-pbx(-voicemail) packages BROKEN as trying + to install them now produces dependency errors. + + The pbx packages depend on asterisk 1.8 that is EOL upstream + and has been moved from the telephony feed to the abandoned feed. + + If LuCI pbx packages are still needed, they should be refreshed + to depend on a current asterisk version from the telephony feed. + + Signed-off-by: Hannu Nyman + +commit 140b6d0e1df32326000d793fa894f7aa38e08ca6 +Author: BuildTools +Date: Wed Aug 24 12:27:01 2016 +0200 + + Fix some capital and add some translation + + Hope this time I have done a good work + +commit 74b452a83e144f06d40f0809986afbb70569d98f +Author: Hannu Nyman +Date: Wed Aug 24 11:49:13 2016 +0300 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit 107b3c7def7b02ac5d5a36b34d83d82dabd69f76 +Author: Hannu Nyman +Date: Wed Aug 24 11:46:20 2016 +0300 + + luci-mod-admin-full: tweak checksum item presentation + + Simplify the sysupgrade image checksum strings in order to + avoid translating "Checksum xxx" items both for MD5 and SHA256. + + Signed-off-by: Hannu Nyman + +commit f885853b5cc129f039309676ca8bdda0cb43122c +Author: Jo-Philipp Wich +Date: Wed Aug 24 10:20:36 2016 +0200 + + Revert "Fix and update italian translation" + + This reverts commit 66d5023891ee948480042e7e0af81b5fc3e3b53e since the + original change was apparently untested. + + Signed-off-by: Jo-Philipp Wich + +commit cf28cbd4a4f92bb05bc2e7932ce8d6851a951973 +Merge: c0af3601f 66d502389 +Author: Jo-Philipp Wich +Date: Tue Aug 23 23:12:38 2016 +0200 + + Merge pull request #781 from Ansuel/patch-1 + + Fix and update italian translation + +commit 66d5023891ee948480042e7e0af81b5fc3e3b53e +Author: Ansuel +Date: Tue Aug 23 23:10:45 2016 +0200 + + Fix and update italian translation + + I have fixed some capital letter and add some translation + +commit c0af3601fb87e6c695d07f0af1fbec8dcfdb2f71 +Author: Hannu Nyman +Date: Fri Aug 19 10:59:52 2016 +0300 + + luci-mod-admin-full: show also sha256 checksum for sysupgrade images + + Show also the sha256 checksum in addition to MD5 checksum to enable + image verification also for builds with only sha256 checksums. + + If the 'sha256sum' command is not present in the system, the value + remains empty. + + Note: The easiest way to get the 'sha256sum' command is to compile it + into busybox. + + Signed-off-by: Hannu Nyman + +commit 19981732fc50073a80cca29d430005a11426c706 +Author: Jo-Philipp Wich +Date: Thu Aug 18 10:02:51 2016 +0200 + + luci-mod-admin-full: properly skip over unused switch ports + + Fix incomplete port status display on vlan setup page when ports in the middle + are not used, e.g. some Lantiq boards use ports 0, 1, 2 and 4 for LAN ports so + JS code should not attempt to reference an undefined status element for port 3. + + Signed-off-by: Jo-Philipp Wich + +commit c390a09cea580ddb0a400c844751f0b65b69d3aa +Author: Jo-Philipp Wich +Date: Thu Aug 18 09:23:28 2016 +0200 + + luci-mod-admin-full: fallback to generic switch topology + + Use a generic default topology if we cannot infer switch information from + board.json and display an error message in this case. Should fix #779 and + similar issues. + + Signed-off-by: Jo-Philipp Wich + +commit 4a5635cafa04b4cdf47c0fd9d97d6d1b7595a8bd +Author: Jo-Philipp Wich +Date: Thu Aug 18 09:19:54 2016 +0200 + + luci-base: properly style login alert message + + Signed-off-by: Jo-Philipp Wich + +commit 34c2eca4fc00d93b62dcd8691cc8b8a13673b39a +Author: Jo-Philipp Wich +Date: Thu Aug 18 09:18:56 2016 +0200 + + luci-theme-bootstrap: add missing CSS class + + Signed-off-by: Jo-Philipp Wich + +commit 46755e25ba541236b56c549841e5db0cf69cdd72 +Author: Hannu Nyman +Date: Tue Aug 16 12:40:04 2016 +0300 + + i18n: privoxy/zh-cn: correct linefeeds, sync translation + + Incorrect linefeeds caused the i18n-sync script to misbehave. + + * Line feeds corrected (from CRLF to LF) + * Synced ok after the linefeed change. + + Signed-off-by: Hannu Nyman + +commit f58069a1a647c0d421cc574b62c8844d065d7154 +Author: Hannu Nyman +Date: Tue Aug 16 10:07:49 2016 +0300 + + i18n: sync translations, fix sv for adblock + + Sync translations. + Fix the newly added sv translation for adblock. + + Signed-off-by: Hannu Nyman + +commit fb821cc39565082e98c526af95fac2b97515a532 +Merge: 3ea9c85ed 59dc2ef0b +Author: Hannu Nyman +Date: Tue Aug 16 09:34:02 2016 +0300 + + Merge pull request #778 from Umeaboy/patch-26 + + Created sv.po + +commit 59dc2ef0b6d694e5d31409a846a9d2ca96af9cc3 +Author: Kristoffer Grundström +Date: Tue Aug 16 02:07:50 2016 +0200 + + Created sv.po + + Signed-off-by: Kristoffer Grundström + +commit 3ea9c85ed6a12c9175a11626f2bfeb9ae8425f9c +Author: Jo-Philipp Wich +Date: Mon Aug 15 17:57:01 2016 +0200 + + luci-mod-admin-full: use switch toplogy information for vlan setup + + Signed-off-by: Jo-Philipp Wich + +commit 8cd6e4efe8351735f93f4c40882ac0cc9c773751 +Author: Jo-Philipp Wich +Date: Mon Aug 15 17:52:28 2016 +0200 + + luci-base: support reading switch topology from /etc/board.json + + Signed-off-by: Jo-Philipp Wich + +commit c9cd86916830505c1014ce93e648d158a46b7609 +Author: Daniel Dickinson +Date: Sat Aug 13 20:38:56 2016 -0400 + + luci-app-statistics: nut: Add additional stats some UPSes report + + Different UPSes report differents stats; here we add graphing + of some additional statistics supports by some models. + + Signed-off-by: Daniel Dickinson + +commit 1f4bda95fffd0a9bf7538ec338d4deea36214392 +Author: Daniel Dickinson +Date: Sat Aug 13 20:36:18 2016 -0400 + + luci-app-pppoe-server: Add PPPoE server configuration + + Adds support for rp-pppoe-server configuration once pending + pull request for packages feed gets applied. + + Signed-off-by: Daniel Dickinson + +commit a21bcb51137f787eaa12bdb63a1082d26d4a790f +Author: Artur Stepniewski +Date: Wed Aug 10 22:09:32 2016 +0200 + + Fix missing title in df graphs + + It used data source instance name instead of plugin instance name. + + Signed-off-by: Artur Stepniewski + +commit 6a11f71758e151d85eaf1bb611808f2420717ef7 +Author: Jo-Philipp Wich +Date: Thu Aug 4 11:45:04 2016 +0200 + + luci-base: cbi.js: handle undefined arguments in formatting + + Fix the JavaScript String.format() to not trigger an exception if the argument + for an escaped format like %h or %q is undefined. + + Signed-off-by: Jo-Philipp Wich + +commit bd4534496a9e3fc1f1c33b7e8aafb7c41f2afad2 +Author: Jo-Philipp Wich +Date: Thu Aug 4 11:42:40 2016 +0200 + + luci-mod-admin-full: status page formatting fix + + Display a question mark for undefined SSID and BSSID strings. + + Signed-off-by: Jo-Philipp Wich + +commit 123f14b55d8ec80a8fdd328daad51a7b1532da06 +Author: Jo-Philipp Wich +Date: Thu Aug 4 11:40:34 2016 +0200 + + luci-base: fix handling of monitor ifaces + + Wireless monitor interfaces usually have no SSID set in their config and + various network model utility functions did not handle this case properly, + mainly while trying to incorperate the SSID string into various description + labels. + + Fall back to the internal network id (radioX.networkY) in cases where neither + the SSID nor the BSSID are available. + + Signed-off-by: Jo-Philipp Wich + +commit 240b8c4b6e5597f3f89f4382df49c123ab114c46 +Author: Jo-Philipp Wich +Date: Thu Aug 4 11:37:13 2016 +0200 + + luci-base: improve string format error reporting + + In mod metamethod, execute string format under pcall() and rethrow error in + caller context to report caller of function in errors and not the meta + method itself. + + Signed-off-by: Jo-Philipp Wich + +commit 1367f7b624e9ee926cdbd3235a9fec4450c904b5 +Author: Jo-Philipp Wich +Date: Sun Jul 31 15:59:58 2016 +0200 + + luci-mod-admin-full: fix net diagnostics with missing config + + Gracefully handle a missing diag section in /etc/config/luci when rendering + the network diagnostics tool page. + + Signed-off-by: Jo-Philipp Wich + +commit f9e5d11d62cbb3c4203a07ac5cc3873a783bb824 +Merge: 936d77161 8b07a6511 +Author: Jo-Philipp Wich +Date: Fri Jul 29 15:28:28 2016 +0200 + + Merge pull request #766 from feckert/config_diag_url + + luci-mod-admin-full: make diagnostics url customizable + +commit 8b07a65117b8a9ebbed801579d34ae8f51255868 +Author: Florian Eckert +Date: Fri Jul 29 08:21:23 2016 +0200 + + luci-mod-admin-full: make diagnostics url customizable + + Signed-off-by: Florian Eckert + +commit 936d7716132653c6e23f96af2f2467c77bef1ff9 +Merge: 6be690473 9549cb6ca +Author: Christian Schoenebeck +Date: Sun Jul 24 20:29:27 2016 +0200 + + Merge pull request #764 from chris5560/master + + luci-app-privoxy: change to tabbed display + +commit 9549cb6ca2ac6a93b17784ec16608bb63cc044ec +Author: Christian Schoenebeck +Date: Sun Jul 24 10:59:21 2016 +0200 + + luci-app-privoxy: change to tabbed display + + - changed to tabbed display + - modified version detection + - adaption to new function version_compare() in ipkg.lua + - adaption to fixed Flag.parse() in cbi.lua + - add support new option "system.boot_delay" + - also fix #763 + + Signed-off-by: Christian Schoenebeck + +commit 6be690473bfd6d23fb329cfd86f0c3776ea0e0e6 +Merge: 22945a028 5e1f2a1b5 +Author: Jo-Philipp Wich +Date: Fri Jul 8 15:18:21 2016 +0200 + + Merge pull request #743 from HenryGiraldo/master + + Closes #741: Can't delete disabled wireless networks + +commit 22945a028d395fdebeccb41e99181212d5c6ed9a +Merge: ca6a8f5b7 23fa83dc7 +Author: Jo-Philipp Wich +Date: Fri Jul 8 15:16:28 2016 +0200 + + Merge pull request #754 from dalmago/translation + + luci-app-ddns: adding pt-br translation + +commit ca6a8f5b7845d22906e2a607e11b70da84857e5c +Merge: ce3eb113f ef6dd443a +Author: Manuel Munz +Date: Tue Jul 5 20:36:24 2016 +0200 + + Merge pull request #753 from platschi/master + + contrib/community_profiles: Add LibreTulum + +commit ef6dd443af0b597d0e65d0f1cb231648447fbb7c +Author: platschi +Date: Tue Jul 5 12:41:49 2016 -0500 + + Update LibreTulum Profile + +commit 23fa83dc7fad74d36a40e5acf185cc8066c041ad +Author: Matheus Dal Mago +Date: Sat Jul 2 17:57:39 2016 -0300 + + luci-app-ddns: adding pt-br translation + + Signed-off-by: Matheus Dal Mago + +commit e430129b99018ab781a2605fb596fbc4cd59572a +Author: platschi +Date: Fri Jul 1 23:34:23 2016 -0500 + + Add LibreTulum + + Adding Profile for LibreTulum + +commit ce3eb113f46695d028eb07063b88057402dd1237 +Author: John Crispin +Date: Thu Jun 30 03:18:49 2016 +0200 + + luci-mod-admin-full: add log_file and log_proto support + + Signed-off-by: John Crispin + [Jo-Philipp Wich: remove file datatype constraint] + Signed-off-by: Jo-Philipp Wich + +commit d4176328dfcd5ed696d91c12c53c06416f05dfd4 +Author: Juan Manuel M +Date: Tue Jun 28 11:15:23 2016 -0300 + + luci-proto-vpnc: further typo fixes + +commit 52de960bb538cdd279d882cd7e23494b077d9989 +Author: Vladimir Ulrich +Date: Thu Jun 23 19:12:18 2016 +0300 + + luci-app-openvpn: various fixes and optimizations + + Closes #628 as suggestion was implemented and tested. + Added PID handling function (Fixes https://dev.openwrt.org/ticket/21506). + + Signed-off-by: Vladimir Ulrich + +commit af9d1b02a9dc0c0e725f13a944ec04580e49295a +Merge: 65c7610b0 3a6c2872c +Author: Jo-Philipp Wich +Date: Tue Jun 28 16:04:07 2016 +0200 + + Merge pull request #749 from TaiSHiNet/master + + Fixed luci-proto-vpnc typos which rendered it unusable + +commit 3a6c2872c69019588caac4c060f56c524fac7443 +Author: Juan Manuel M +Date: Tue Jun 28 11:01:41 2016 -0300 + + Fixed luci-proto-vpnc typos which rendered it unusable + +commit 65c7610b0597592efda295706dbef3b53d0e7085 +Merge: cd50f2795 c37eb3620 +Author: Hannu Nyman +Date: Sun Jun 19 19:56:15 2016 +0300 + + Merge pull request #744 from chris5560/master + + luci-app-ddns: fix handling of parameter "is_glue" and "dns_seerver" + +commit c37eb362071c77cd6df10b0277fdf57c2392cdc0 +Author: Christian Schoenebeck +Date: Sat Jun 18 21:58:02 2016 +0200 + + luci-app-ddns: - fix handling of parameter "is_glue" and "dns_seerver" + + - fix handling of parameter "is_glue" and "dns_seerver" + - depends on https://github.com/openwrt/packages/pull/2875 + + Signed-off-by: Christian Schoenebeck + +commit 5e1f2a1b58b5f408445ed67f2c45aa23c4b0160d +Author: Enrique Giraldo +Date: Thu Jun 16 15:08:36 2016 +0200 + + Closes #741: Can't delete disabled wireless networks + + When a wireless network is disabled it can't be removed. From + wifi_overview.htm the delete call is generated as wlan0, wlan1 or + whatever. This wlan is not working because it is disabled, then LuCI + deletes the virtual radio which really is named as wlan0. + +commit cd50f27956f5c30c13b52e8a70178ce07972d552 +Author: Hannu Nyman +Date: Sun Jun 12 21:14:54 2016 +0300 + + luci-app-adblock: adjust to adblock 1.2.0 + + * more status info + * change in default nullipv addresses + * two uhttpd instances (for ports 80/443) + + Signed-off-by: Hannu Nyman + +commit e52406936efca8e53d50336ace0c7567079c4c8b +Merge: d01423419 59d391b5b +Author: Hannu Nyman +Date: Sun Jun 12 13:58:58 2016 +0300 + + Merge pull request #740 from mkresin/master + + luci-app-ddns: pass the is_glue option value to the helper + +commit 59d391b5bdf86e889a188307adc6e49397a5e9b0 +Author: Mathias Kresin +Date: Sat Jun 4 07:41:10 2016 +0200 + + luci-app-ddns: pass the is_glue option value to the helper + + Signed-off-by: Mathias Kresin + +commit d014234195f1bf3315e18a3fca5b933ba38f8460 +Merge: 0b8bfed7c 1e7466bbd +Author: Hannu Nyman +Date: Sat Jun 11 10:30:33 2016 +0300 + + Merge pull request #739 from LipkeGu/patch-1 + + luci-mod-freifunk: Fix "Undefined reference to net.iwdata" + +commit 1e7466bbda363c296b6d173486eee96681af0b83 +Author: Guido L +Date: Fri Jun 10 01:55:33 2016 +0200 + + luci-mod-freifunk: Fix "Undefined reference to net.iwdata" + + This PR fixes an Internal Server Error when requesting the Wireless Informations in luci-mod-freifunk. + It checks an unindexed value "net.iwdata". + + ``` + /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute template dispatcher target for entry '/freifunk/status'. The called action terminated with an exception: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'freifunk/public_status'. + + A runtime error occured: [string "/usr/lib/lua/luci/view/freifunk/public_stat..."]:116: attempt to index field 'iwdata' (a nil value) stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:141: in function... + ``` + + signed-off.by: Guido Lipke + +commit 0b8bfed7c24178b803a5642ebe6fcd95871d9799 +Author: Hannu Nyman +Date: Thu Jun 9 20:26:18 2016 +0300 + + luci-app-firewall: cleanup translations + + Cleanup the .po files by removing the archived old translation strings. + + Signed-off-by: Hannu Nyman + +commit 3d08224b2ecc76679a79ade1d7ccceb7a830777a +Author: Hannu Nyman +Date: Thu Jun 9 12:51:21 2016 +0300 + + luci-base: cleanup translations + + Cleanup the .po files by removing the archived old translation strings. + + Signed-off-by: Hannu Nyman + +commit f4a446ce727bc4347aa48b7ea3425c6199cfef94 +Author: Hannu Nyman +Date: Thu Jun 9 11:58:00 2016 +0300 + + i18n: sync translations + + sync translations + + Signed-off-by: Hannu Nyman + +commit cc801de89ca4793638099595d7e61e06a7a5cd66 +Author: Hannu Nyman +Date: Thu Jun 9 11:55:20 2016 +0300 + + luci-mod-admin-full/mini: replace Wifi with Wireless in menus + + Replace the menu item "Wifi" by "Wireless", + which is already used for page and section headings + + This closes #695 + + Signed-off-by: Hannu Nyman + +commit 1575d659a14c393a46cef8a2e917945b1c676726 +Merge: 7c5006db6 4580faaa5 +Author: Jo-Philipp Wich +Date: Wed Jun 8 10:47:39 2016 +0200 + + Merge pull request #735 from kdarbyshirebryant/srcdietfix + + luci-base: fix lua interpreter location + +commit 7c5006db68b1f12bbc9f5b5e1905669069a2375d +Merge: e87132021 c44f04952 +Author: Jo-Philipp Wich +Date: Sun Jun 5 11:47:01 2016 +0200 + + Merge pull request #733 from kuoruan/jql + + luci-theme-bootstrap: Remove jql.min.js which does not exist + +commit e87132021b9117ea9feb7b6b7f0633db5cf8bede +Author: Hannu Nyman +Date: Fri Jun 3 17:24:56 2016 +0300 + + luci-app-adblock: support 1.16 + + Add support for 'adb_restricted' + + Signed-off-by: Hannu Nyman + +commit 4580faaa5e1e3988ea806deafb70071a58250473 +Author: Kevin Darbyshire-Bryant +Date: Sun May 29 14:56:51 2016 +0100 + + luci-base: fix lua interpreter location + + An lua interpreter is required on the building host to run the + luasrcdiet lua script. Due to a build change, the interpreter was not + being installed to the correct location. + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 1709800150565fd027a3a9b752687439f53460ab +Author: Hannu Nyman +Date: Fri Jun 3 10:35:37 2016 +0300 + + luci-base: fix whitespace + + change spaces to tabs + + Signed-off-by: Hannu Nyman + +commit b6cdf3706b3dfc9fb7fff7a517a68663a6e1f84d +Merge: f4af114db c88aea627 +Author: Hannu Nyman +Date: Thu Jun 2 11:53:30 2016 +0300 + + Merge pull request #732 from kuoruan/aria2 + + luci-app-aria2: Add package + +commit c44f04952bd258658a22b23327638ccb0cfcfc07 +Author: Hsing-Wang Liao +Date: Tue May 31 12:28:10 2016 +0800 + + luci-theme-bootstrap: Remove jql.min.js which does not exist + + Fix 404 error + + Signed-off-by: Hsing-Wang Liao + +commit c88aea6277ce7242217eda6115a44f6fedb49e56 +Author: Hsing-Wang Liao +Date: Mon May 30 14:30:47 2016 +0800 + + luci-app-aria2: Add package + + LuCI Support for Aria2 + + Signed-off-by: Hsing-Wang Liao + +commit f4af114dbc04cc9b3df53d5a3b66a0f2a770c2d9 +Author: Hannu Nyman +Date: Mon May 30 10:24:47 2016 +0300 + + i18n: sync translations + + sync translations. + + Signed-off-by: Hannu Nyman + +commit b2a44218af57dfa83944cc7c4308a6f63044a44f +Merge: c46963613 77c1a89b3 +Author: Hannu Nyman +Date: Mon May 30 10:16:13 2016 +0300 + + Merge pull request #730 from kuoruan/luci-master + + luci-app-adblock: Add translation + +commit 77c1a89b3bffd7e9082e0f27f9f0fff986105ead +Author: kuoruan +Date: Fri May 27 18:34:33 2016 +0800 + + luci-app-adblock: Add Simplified Chinese translation + + Signed-off-by: Hsing-Wang Liao + +commit 56e2e967b45b168f7bd86eecc3cee4307a2c6c67 +Author: kuoruan +Date: Fri May 27 18:30:11 2016 +0800 + + luci-app-adblock: Add po templates + + Signed-off-by: Hsing-Wang Liao + +commit c46963613f7f1312dac62e507346777ba6f8d8a6 +Author: Hannu Nyman +Date: Thu May 26 19:01:12 2016 +0300 + + luci-app-adblock: support adb_fetchttl option + + Support adb_fetchttl options from adblock 1.1.15 + + Signed-off-by: Hannu Nyman + +commit 285ef06e5f0411fb738b7d11e841c45217132e1c +Merge: e336dbed3 b01b2aa8b +Author: Hannu Nyman +Date: Thu May 26 10:18:04 2016 +0300 + + Merge pull request #727 from LipkeGu/patch-1 + + ModulesHowTo: Fix typo + +commit e336dbed3980e693e5c47e2224aacb3c651f815e +Author: Hannu Nyman +Date: Wed May 25 22:26:36 2016 +0300 + + luci-base: remove deprecated 6relayd from ucitrack + + Cleanup /etc/config/ucitrack by removing '6relayd' item, + as the whole 6relayd package was removed in 2014. + + Signed-off-by: Hannu Nyman + +commit 9ad8a0695a6b24b22e722a9db11529c6308581e1 +Merge: 6415c04d1 350ace252 +Author: Jo-Philipp Wich +Date: Mon May 23 13:33:04 2016 +0200 + + Merge pull request #728 from LipkeGu/luci-admin-system-fstab-ui + + luci-mod-admin-full: Look also if the file /etc/config/fstab exists. + +commit 350ace252465d1135e41cb38d7feebc093d8a4ce +Author: Guido Lipke +Date: Mon May 23 13:16:04 2016 +0200 + + luci-mod-admin-full: Look also if the file /etc/config/fstab exists. + + This pull request adds a condition, which checks whether the file "/etc/config/fstab" exists before it allows access to "mount points". + + Signed-off-by: Guido Lipke + +commit b01b2aa8b4ecab1f002c40792f0e86e53ad815ad +Author: Guido L +Date: Mon May 23 02:50:01 2016 +0200 + + ModulesHowTo: Fix typo + + Signed-off-by: Guido Lipke + +commit 6415c04d1342162bad16874653189b3780cdbd04 +Merge: b21357368 c1f0a9971 +Author: Hannu Nyman +Date: Sat May 14 10:37:07 2016 +0300 + + Merge pull request #723 from 981213/pr_disable_pattern + + luci-base:Turn off pattern matching when generating distversion + +commit c1f0a9971a0b75515996cd59dfaf70f3ff6cc624 +Author: Chuanhong Guo +Date: Sat May 14 11:46:28 2016 +0800 + + luci-base:Turn off pattern matching when generating distversion + Otherwize the distrevision may be displayed twice if it contains some special matching patterns.(For example I am using "git-$hash" in my own OpenWrt branch.) + Signed-off-by: Chuanhong Guo + +commit b213573682460dd395878c7369aba173f00bbb99 +Author: Hannu Nyman +Date: Thu May 12 10:26:59 2016 +0300 + + luci-app-statistics: option for max/avg data when not rrasingle + + Introduce option that enables the user to select max values + instead of averages for graphs if the user has disabled RRAsingle. + + The option defaults to average values, which have been the default + in Luci statistics. + + Remove 'optional' from RRASingle, as it is a key option for statistics. + + Signed-off-by: Hannu Nyman + +commit 0c09e4e23f25d95bd3ab2d94a2c84f94f4bcc297 +Merge: 650c0314a f960a5286 +Author: Hannu Nyman +Date: Thu May 12 10:24:42 2016 +0300 + + Merge pull request #721 from kdarbyshirebryant/maxrrdtool + + Graph the max value rather than avg if rrdsingle disabled + +commit f960a5286896aacbd95a7b95aa367d1584106b2b +Author: Kevin Darbyshire-Bryant +Date: Thu Dec 31 18:00:55 2015 +0000 + + Graph the max value rather than avg if rrdsingle disabled + + With rrdsingle the average values are used for graphing. As the + timescale increases (say over a day or month) the average values + progressively reduce. Using the maximum value over the longer periods + is arguably no less deceptive but it does produce more informative + graphs. + + V2 - Invert the default path logic related to rra.single + + Signed-off-by: Kevin Darbyshire-Bryant + +commit 650c0314a60d97b818de1ac73345c49e41602759 +Merge: 76fea3e27 37b7c3e86 +Author: Hannu Nyman +Date: Tue May 10 22:25:35 2016 +0300 + + Merge pull request #717 from Umeaboy/patch-25 + + Update wshaper.po + +commit 37b7c3e868c184c08ce2d131df88dd80a9e643f3 +Author: Kristoffer Grundström +Date: Tue May 10 18:29:55 2016 +0200 + + Update wshaper.po + +commit 76fea3e278b6d9bd96bf7bef9b6128c6575b063e +Merge: 2acf3862c 61c7157a6 +Author: Hannu Nyman +Date: Tue May 10 12:31:38 2016 +0300 + + Merge pull request #707 from SvenRoederer/fix/freifunk-communitysetting-selection/master + + luci-mod-freifunk: fix lookup of community-name + +commit 2acf3862cb37e7d364a58270c48b85ed6b4c19cf +Merge: 219e52ee8 db8bb549a +Author: Christian Schoenebeck +Date: Sun May 8 19:29:02 2016 +0200 + + Merge pull request #715 from chris5560/master + + luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scri… + +commit db8bb549aa79ed367e19d03afaa6e55d4118906f +Author: Christian Schoenebeck +Date: Sun May 8 19:26:53 2016 +0200 + + luci-app-ddns: adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1) + + adapt to support khost (Knot DNS) and drill (ddns-scripts 2.7.1) + + Signed-off-by: Christian Schoenebeck + +commit 219e52ee8e737afbd9b924e9516aa59d0d1a852e +Merge: c5387a96a 049037444 +Author: Hannu Nyman +Date: Mon May 2 11:01:27 2016 +0300 + + Merge pull request #703 from t0t3m1n/fix_snr + + luci-mod-admin-full: fix wrong dsl stats visualization + +commit c5387a96a6142dc82d8944cf6c74cd4b428578b3 +Merge: b9dbf1bc2 c89bf97ef +Author: Hannu Nyman +Date: Mon May 2 11:00:27 2016 +0300 + + Merge pull request #709 from SvenRoederer/update_community-profiles/master + + freifunk-profiles: remove depreciated profiles + +commit c89bf97efad7f2d5204ff5f34de7594c971770a6 +Author: Sven Roederer +Date: Sun May 1 20:57:48 2016 +0200 + + freifunk-profiles: remove depreciated profiles + + - 31C3: this was used back in 2014, looking forward for new the congress + - seefeld: died in march 2013 ... (as per note on their Wiki-page) + + Signed-off-by: Sven Roederer devel-sven@geroedel.de + +commit b9dbf1bc2c4c26bd7a0aa75363466589d270b24f +Author: Hannu Nyman +Date: Sun May 1 23:26:42 2016 +0300 + + luci-mod-admin-full: dnsmasq options quietdhcp and sequential_ip + + Add support for dnsmasq uci options 'quietdhcp' and 'sequential_ip' + (disable logging, allocate ip addresses sequentially) + + Signed-off-by: Hannu Nyman + +commit 3bf4157184246994fb007cfbc6ecf8aa395fa63d +Author: Hannu Nyman +Date: Sun May 1 16:03:50 2016 +0300 + + i18n: sync translations + + Sync translations + + Signed-off-by: Hannu Nyman + +commit 96c5069ca676d05d1f057fef1f1810701999d101 +Author: Hannu Nyman +Date: Sun May 1 10:51:04 2016 +0300 + + luci-app-adblock: adjust to change in option name + + Change also the adb_nullport option name to match 1.1.0 + + Signed-off-by: Hannu Nyman + +commit b45520011f93aec197ec195aa4af59028204c7d0 +Author: Hannu Nyman +Date: Sun May 1 02:55:45 2016 +0300 + + luci-app-adblock: match adblock 1.1.0 + + Update the luci app to match adblock 1.1.0 + Add support for showing blocklist status info. + + Signed-off-by: Hannu Nyman + +commit 61c7157a66b4bbce7d110cc0de8164bd2bd57798 +Author: Sven Roederer +Date: Sun Apr 24 22:38:26 2016 +0200 + + luci-mod-freifunk: fix lookup of community-name + + restore the lookup of the freifunk community-name stored in + uci "freifunk.community.name". + In https://github.com/openwrt/luci/commit/9780ee382e72f8a5fb69e337a3fcc51fc0914883 + the value changed to the complete path of the community-profile, e.g. + "/etc/config/profile_berlin". This causes lookup problems on other + pages, like "mod-freifunk -> overview -> index" (view/freifunk/index.htm line37, line 54). + And as the option suggests it's the community-name not the community-profile path. + + Signed-off-by: Sven Roederer devel-sven@geroedel.de + +commit 313e325ab14856c4ae0c5690433b0d20d7afd4e6 +Author: Jo-Philipp Wich +Date: Tue Apr 26 21:02:51 2016 +0200 + + luci-base: fix syntax error in luci.model.network + + Signed-off-by: Jo-Philipp Wich + +commit 182506113d877cf5b60d4c82bfd54af785d63598 +Author: Jo-Philipp Wich +Date: Tue Apr 26 21:01:08 2016 +0200 + + luci-base: add more ignore patterns to luci.model.network + + Signed-off-by: Jo-Philipp Wich + +commit 4983a9b034ac3f7c9f4f228110e622d900d6198d +Author: Jo-Philipp Wich +Date: Tue Apr 26 20:54:52 2016 +0200 + + luci-base: fix luci.model.network.ignore_interface() + + Fix the underlying _iface_ignore() function to not ignore virtual interfaces, + in order to let ignore_interface() return true for PPP and similar devices. + + Signed-off-by: Jo-Philipp Wich + +commit 91511033564929af41fa1f57bccde7fbcb7f5620 +Merge: 51a7f9687 d50d11ad5 +Author: Manuel Munz +Date: Mon Apr 25 16:06:10 2016 +0200 + + Merge pull request #706 from KevinOConnor/anonidentity-20160407 + + luci-mod-admin-full: Add option to set anonymous_identity field + +commit 04903744457e8bd182b8fd20b3d1c1b1aada0216 +Author: Luca Debernardi +Date: Mon Apr 18 21:18:52 2016 +0200 + + luci-mod-admin-full: fix wrong dsl stats visualization + + This patch fixes the wrong visualization of Noise Margin (SNR) and Signal Attenuation (SATN) stats + + Signed-off-by: Luca Debernardi + +commit 51a7f96877d8c5bf70217073ed8aa7ab6a196d20 +Author: Hannu Nyman +Date: Sun Apr 17 12:10:24 2016 +0300 + + luci-base: read odhcpd leasefile location via uci + + Check the location of the odhcpd leasefile from /etc/config/dhcp + via uci. Fallback to the default location. + + This fixes #702 + + Signed-off-by: Hannu Nyman + +commit 4612c241d276d7f4b3bb8919b0f3319bf525c237 +Author: Hannu Nyman +Date: Sat Apr 16 12:14:53 2016 +0300 + + luci-app-transmission: remove dependency on transmission-daemon + + transmission-daemon was split to -openssl and -polarssl variants, + so the old dependency needs to be removed. + + luci-app-transmission will not install the transmission package + from now on. Instead the required transmission-daemon variant + needs to be installed separately. + + Signed-off-by: Hannu Nyman + +commit 9c77aea4dfa9c8fae39f51d95d7a0852f8f8800c +Merge: cae7d7a30 c2f22c90a +Author: Christian Schoenebeck +Date: Sat Apr 9 19:46:11 2016 +0200 + + Merge pull request #700 from chris5560/master + + fix problem not correctly handling "Bind Network" field + +commit c2f22c90acd86348734c02b838512c0c79c3bf9c +Author: Christian Schoenebeck +Date: Sat Apr 9 19:44:08 2016 +0200 + + fix problem not correctly handling "Bind Network" field + + - fix problem not correctly handling "Bind Network" field #699 + - some german translation extensions + + Signed-off-by: Christian Schoenebeck + +commit cae7d7a301b195f1b3826320050124ac7068be5e +Merge: c5c199bc0 97f293703 +Author: Hannu Nyman +Date: Fri Apr 8 09:24:38 2016 +0300 + + Merge pull request #698 from cshore/pull-request-fix-lib-depends + + luci-base: utils: Make checklib return a boolean + +commit 97f2937034d99642d79bf081d135e8fcd8e2bf3c +Author: Daniel Dickinson +Date: Tue Mar 29 10:18:22 2016 -0400 + + luci-base: utils: Make checklib return a boolean + + Using tristate is counter-intuitive and probably doesn't provide a lot + of benefit so we use a boolean and treat "don't know" as false (because + it is safer than showing options that are not actually available). + + Signed-off-by: Daniel Dickinson + +commit d50d11ad525c3f6a296da1ed125a33ae9bd2c94f +Author: Kevin O'Connor +Date: Thu Apr 7 12:09:00 2016 -0400 + + luci-mod-admin-full: Add option to set anonymous_identity field + + Add support for setting the "anonymous_identity" field on EAP type + networks. + + Signed-off-by: Kevin O'Connor + +commit c5c199bc00108c7488c3d68f4ee6a7ebb28c0b54 +Merge: 75b462fe4 57e58b9bf +Author: Jo-Philipp Wich +Date: Fri Apr 1 14:31:10 2016 +0200 + + Merge pull request #692 from oskarirauta/master + + Update network.lua + +commit 57e58b9bf9e9bbf4eeed0daf0515280376d7e611 +Author: Oskari Rauta +Date: Fri Apr 1 04:15:11 2016 +0000 + + Update network.lua + + Fix display of WAN status when WAN is provided by using WWAN device or similar with other similar similar methods. + Explanation: + Before this, protocol was fetched from /etc/config/network for interface which often is wan_4 - but protocol is configured in file as wan, and therefore protocol is always none, since configuration is made for wan and then setup as wan_4 and possibly wan_6 if ipv6 is being used. This commit uses ubus to get used active protocol. For example, in case of qmi, it displays protocol as dhcp since even if I configured wan to use qmi, dhcp was used as a protocol for getting IP address. + +commit 75b462fe469be1d7434f65af7b6aab9e1a7da6c2 +Author: Jo-Philipp Wich +Date: Thu Mar 31 14:27:29 2016 +0200 + + luci-app-firewall: capitalize weekday names (#691) + + Signed-off-by: Jo-Philipp Wich + +commit 2c1777582cf8216a97518c900f511edc44eaa0f6 +Merge: 859e43537 af5c9d4fb +Author: Hannu Nyman +Date: Wed Mar 30 15:29:01 2016 +0300 + + Merge pull request #688 from Wedmer/master + + [luci-app-openvpn] Optimized code and added suggested fix from #650 + +commit 859e4353783c3c9b6b23eaa51604d360a73c1236 +Author: Hannu Nyman +Date: Wed Mar 30 11:30:36 2016 +0300 + + timezone data: update to 2016c + + Update timezone data to 2016c. + + 2016b: http://mm.icann.org/pipermail/tz-announce/2016-March/000036.html + + Changes affecting future time stamps + + New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and + Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 + on 2016-03-27 at 02:00 local time. They need distinct zones since + their post-1970 histories disagree. New zone Asia/Barnaul for Altai + Krai and Altai Republic, Russia, which will switch from +06 to +07 + on the same date and local time. Also, Asia/Sakhalin moves from +10 + to +11 on 2016-03-27 at 02:00. + + As a trial of a new system that needs less information to be made up, + the new zones use numeric time zone abbreviations like "+04" + instead of invented abbreviations like "ASTT". + + Haiti will not observe DST in 2016. + + Palestine's spring-forward transition on 2016-03-26 is at 01:00, + not 00:00. Guess future transitions will be March's last Saturday + at 01:00, not March's last Friday at 24:00. + + 2016c: http://mm.icann.org/pipermail/tz-announce/2016-March/000037.html + + Changes affecting future time stamps + + Azerbaijan no longer observes DST. + + Chile reverts from permanent to seasonal DST. + Guess that future transitions are August's and May's second + Saturdays at 24:00 mainland time. Also, call the period from + 2014-09-07 through 2016-05-14 daylight saving time instead of + standard time, as that seems more appropriate now. + + Note for Openwrt usage: + + Either musl or busybox does not like the new timezone format. + Although the rule looks ok in /etc/TZ, timezone is interpreted wrongly + by date, uptime etc. "Old timezones" are handle correctly, but these + new "<+04>-4" style zones do not work. Example below: + + Europe/Helsinki + root@OpenWrt:~# cat /etc/TZ + EET-2EEST,M3.5.0/3,M10.5.0/4 + root@OpenWrt:~# uptime + 11:00:52 up 18:17, load average: 0.43, 0.13, 0.11 + root@OpenWrt:~# date + Wed Mar 30 11:00:55 EEST 2016 + + Europe/Astrakhan + ( Time is showed as GMT instead of the correct zone and + zone name is parsed wrongly ) + root@OpenWrt:~# cat /etc/TZ + <+04>-4 + root@OpenWrt:~# uptime + 08:02:52 up 18:19, load average: 0.17, 0.18, 0.13 + root@OpenWrt:~# date + Wed Mar 30 08:02:59 +04>-4 2016 + + Signed-off-by: Hannu Nyman + +commit 854dd6691709cd3c3a628f2453fa4733bbe0875f +Merge: 315a54b89 e54a68e26 +Author: Hannu Nyman +Date: Tue Mar 29 15:44:48 2016 +0300 + + Merge pull request #681 from cshore/pull-request-wifi-interface-name + + luci-mod-admin-full: Add option to set wireless interface name + +commit 315a54b89cd9953199bf46a04c153070aae8f408 +Merge: 16bdbe235 3fd9bbacc +Author: Hannu Nyman +Date: Tue Mar 29 15:42:45 2016 +0300 + + Merge pull request #680 from cshore/pull-request-dnsmasq-options + + luci-mod-admin-full: various dnsmasq options + +commit 16bdbe235342516fb85f1af42d7594056ad0e3d7 +Merge: 6b627a934 7fcf4fcec +Author: Hannu Nyman +Date: Tue Mar 29 15:41:56 2016 +0300 + + Merge pull request #679 from cshore/pull-request-dnsmasq-dnssec + + Pull request dnsmasq dnssec + +commit 6b627a934f525feebbaf72cd233c8f237d908918 +Merge: a28761f31 9652d44ef +Author: Hannu Nyman +Date: Tue Mar 29 15:33:00 2016 +0300 + + Merge pull request #678 from cshore/pull-request-lib-depends + + luci-base: Add option to check linked libraries + +commit a28761f314f4d3b1e560962cb4edb493f66c6a81 +Merge: f9bf553bf 7dbf3644a +Author: Hannu Nyman +Date: Tue Mar 29 10:18:06 2016 +0300 + + Merge pull request #690 from stweil/master + + Fix some typos found by codespell + +commit 7dbf3644ac40f8c70b0bd38f11aacaaf4b7dbb85 +Author: Stefan Weil +Date: Sat Mar 26 10:19:25 2016 +0100 + + applications/luci-app-ddns: Fix typos (found by codespell) + + Signed-off-by: Stefan Weil + +commit 4dd05b7ee0462fc7078172fb99d035dc3e1038b0 +Author: Stefan Weil +Date: Sat Mar 26 10:17:09 2016 +0100 + + applications/luci-app-coovachilli: Fix typos (found by codespell) + + Signed-off-by: Stefan Weil + +commit f9bf553bf4122496fdc3a1bc868ee3026cca9340 +Merge: 0a1f44c29 6d2163eb6 +Author: Hannu Nyman +Date: Mon Mar 28 22:23:57 2016 +0300 + + Merge pull request #686 from cshore/pull-request-stastiscs-df + + luci-app-statistics: Fix disk usage graphing + +commit 0a1f44c293231c64c3ceb352637a5c3584fba50c +Merge: 5b79e62c0 6f7b8e3f5 +Author: Hannu Nyman +Date: Mon Mar 28 21:18:36 2016 +0300 + + Merge pull request #689 from stweil/master + + Fix some typos found by codespell + +commit 6f7b8e3f5bc0eaea00f479d6197d5381970ecff1 +Author: Stefan Weil +Date: Sat Mar 26 10:11:33 2016 +0100 + + documentation: Fix typos (found by codespell) + + Signed-off-by: Stefan Weil + +commit cd43e35b9d07208277c3665afdd583ccda79d2b8 +Author: Stefan Weil +Date: Sat Mar 26 10:09:27 2016 +0100 + + build/luadoc: Fix typos (found by codespell) + + Signed-off-by: Stefan Weil + +commit c88aa6ff26ac73404ffa42fd2b4560705fbbcf19 +Author: Stefan Weil +Date: Sat Mar 26 10:08:41 2016 +0100 + + applications/luci-app-asterisk: Fix typos (found by codespell) + + Signed-off-by: Stefan Weil + +commit af5c9d4fb4d37b735e37835853da19ab90721d7e +Author: Vladimir Ulrich +Date: Fri Mar 25 19:28:35 2016 +0300 + + [luci-app-openvpn] Optimized code and added suggested fix from #650 + Signed-off-by: Vladimir Ulrich + +commit 6d2163eb622a6f4da43b6ecc8379a1fc891b5b0b +Author: Daniel Dickinson +Date: Fri Mar 25 04:04:58 2016 -0400 + + luci-app-statistics: Fix disk usage graphing + + Disk usage graphing was broken. This fixes it. + + Signed-off-by: Daniel Dickinson + +commit e54a68e26a11e057a90154a53c6eb4cab9d5dbca +Author: Daniel Dickinson +Date: Fri Mar 25 03:17:49 2016 -0400 + + luci-mod-admin-full: Add option to set wireless interface name + + With mac80211 you can set the wireless interface; + expose this capability. + + Signed-off-by: Daniel Dickinson + +commit 3fd9bbacca1b2ffdb0b89be85f36cf94cbcab61a +Author: Daniel Dickinson +Date: Fri Mar 25 03:14:39 2016 -0400 + + luci-mod-admin-full: various dnsmasq options + + Add some missing dnsmasq options. + + Signed-off-by: Daniel Dickinson + +commit 7fcf4fcecdda06423f49afdd8720644e0f38a61f +Author: Daniel Dickinson +Date: Fri Mar 25 03:09:59 2016 -0400 + + luci-mod-admin-full: Add DNSSEC dnsmasq option + + If dnsmasq with DNSSEC support is enabled, display options + to enable DNSSEC. + + Signed-off-by: Daniel Dickinson + +commit 9652d44ef20d5ffcf65df319653590426029ebce +Author: Daniel Dickinson +Date: Fri Mar 25 03:04:18 2016 -0400 + + luci-base: Add option to check linked libraries + + Some packages have different variants that have different + capabilities depending on which libraries against which + they are linked. Add a function to check which library a + binary links against in order to determine available + functionality. + + Signed-off-by: Daniel Dickinson + +commit 5b79e62c0a99bab8dfb8dce8124d9fecc11da54b +Author: Hannu Nyman +Date: Wed Mar 23 16:58:14 2016 +0200 + + luci-mod-admin-full: Enable reset in Luci also for ubi + + Enable reset in LuCI also for ubi based firmwares. + + This closes #672 + + Signed-off-by: Hannu Nyman + +commit 6b9a7433bc0fec8a84533b641f0608d90bcb39eb +Author: Hannu Nyman +Date: Mon Mar 21 12:46:46 2016 +0200 + + i18n: sync translations + + Sync translations + + Signed-off-by: Hannu Nyman + +commit e2e2696430363eb22d5e890c8f0ca28d56434d19 +Author: Hannu Nyman +Date: Sun Mar 20 13:12:05 2016 +0200 + + luci-base: fix bug in util.lua in 'shellsqescape' + + Fix a bug introduced by #561 + + Function 'shellsqescape' calls 'gsub' with the empty result string 'res' + instead of the actual parameter 'value'. This leads into error: + .../util.lua:160: bad argument #1 to 'gsub' (string expected, got nil) + + Fix error by passing the correct parameter to the function. + + After the fix, the unmount button introduced by #561 finally works. + + Signed-off-by: Hannu Nyman + +commit 355c21304afb0d388fb8bd6132e0dbcb19f03428 +Author: Hannu Nyman +Date: Sat Mar 19 15:38:41 2016 +0200 + + luci-mod-admin-full: Fix dhcpv6 ra_management option stateless value + + Fix dhcpv6 ra_management option's handling of "stateless" value. + Default value for the option is 1, so trying to store "" + instead of "0" for stateless is not working. + + This fixes #676 + + Signed-off-by: Hannu Nyman + +commit 175ae35d87857159ba19bdc3bf8c667d9438c79d +Author: Florian Eckert +Date: Wed Mar 16 11:08:16 2016 +0100 + + luci-mod-admin-full: allow writing empty crontab config + + Write an empty crontab file to remove all content + from file /etc/crontabs/root + + Signed-off-by: Florian Eckert + +commit 362db10f882fc448f550e1f0de1afeb27ab3156f +Author: Jo-Philipp Wich +Date: Thu Mar 17 15:55:02 2016 +0100 + + luci-mod-admin-full: add sleep before sysupgrade + + - Under some conditions the system will shutdown + uhttpd before the page will be delivered to + the client. Waiting one second should eleminate + this behaviour. + + Signed-off-by: Florian Eckert + Signed-off-by: Jo-Philipp Wich + +commit 516689a646351ab86dd126bd0a69851c77733e96 +Merge: b77602f2e a77ff3005 +Author: Jo-Philipp Wich +Date: Thu Mar 17 15:32:26 2016 +0100 + + Merge pull request #655 from hnyman/nat6 + + Add support for showing ipv6 NAT table in Luci + +commit a77ff30057c691009dac646adbac28d6230814b6 +Author: Hannu Nyman +Date: Wed Mar 16 15:50:00 2016 +0200 + + Add support for showing ipv6 NAT table in Luci + + When kmod-nf-nat6 and kmod-ipt-nat6 are installed, the firewall has also + the 'nat' table for ipv6, and packages like 'adblock' utilize that table. + + Currently that table is not shown on the Luci firewall status page, + although it is visible by 'ip6tables -L -v -t nat' from console. + + Detect 'nat' table's presence from /proc/net/ip6_tables_names + + Show 'nat' table in Status->Firewall->IPv6 if that table is present. + + Signed-off-by: Hannu Nyman + +commit b77602f2e7ab72e7a20917b7c4ca1c2c01554aeb +Author: Hannu Nyman +Date: Sat Mar 12 11:26:26 2016 +0200 + + luci-app-radvd: mark BROKEN as radvd is still in oldpackages + + Mark luci-app-radvd BROKEN as it has dependency to radvd, + which is still in oldpackages repo. + + This commit fixes #553 + + Signed-off-by: Hannu Nyman + +commit 50451c4ac53c853cbf2837e7bfbbc1268a440180 +Author: Hannu Nyman +Date: Fri Mar 11 14:09:39 2016 +0200 + + luci-base: Include Openwrt build revision in displayed version string + + The version string displayed in the footer and the overview page contains + both LuCI and Openwrt versions. But due to differences in the contents + of /etc/openwrt_release the exact Openwrt revision r..... may be missing: + * In trunk that revision is included in the DISTRIB_DESCRIPTION field that + is displayed in Luci as the Openwrt version. + * In release branches, that field contains the release number like 15.05. + + Revision number is always present in DISTRIB_REVISION field, so add the + revision from that field in case the revision is not already present + in the string. + + Signed-off-by: Hannu Nyman + +commit ecb9ee8e5d986a68d681e207e54b63a7d9effb24 +Merge: ac9b31ca4 7553654bb +Author: Jo-Philipp Wich +Date: Fri Mar 11 12:23:37 2016 +0100 + + Merge pull request #669 from hnyman/git-branch + + LuCI: Display the proper LuCI git branch in GUI + +commit 7553654bb10af9206cff9837a485b828d1998213 +Author: Hannu Nyman +Date: Thu Mar 10 19:50:58 2016 +0200 + + LuCI: Display the proper LuCI git branch in GUI + + Adjust luci.mk and luci-base to find out correctly if Luci is built + from master or from a branch. Display that value in the footer and + the overview page. + + * Evaluate the git branch in luci.mk and pass that to LuCI submodules + as a make variable. Use branch name, ignore tags. + * Deprecate svn detection in luci-base's mkversion.sh that generates + version.lua. Simply use the value passed by make. + + Signed-off-by: Hannu Nyman + +commit ac9b31ca462b5662e98a0ac6b57fb49c4c4e32de +Merge: f27e367a3 c3711b3a4 +Author: Jo-Philipp Wich +Date: Tue Mar 8 11:02:02 2016 +0100 + + Merge pull request #665 from hauke/lantiq-dsl + + add configuration for the DSL line + +commit f27e367a3bbff2fbad241ff22537d9a3730e19d2 +Merge: d26bffefb dd3d25f0d +Author: Christian Schoenebeck +Date: Mon Mar 7 21:08:42 2016 +0100 + + Merge pull request #666 from chris5560/master + + luci-app-polipo: fix Parent proxy address field check + +commit dd3d25f0dd6618bfd47e361a6425dbec51915399 +Author: Christian Schoenebeck +Date: Mon Mar 7 21:06:55 2016 +0100 + + luci-app-polipo: fix Parent proxy address field check + + fix Parent proxy address field check https://dev.openwrt.org/ticket/15680 + + Signed-off-by: Christian Schoenebeck + +commit c3711b3a4415c92cda92705961f4a40710ff1f4b +Author: Hauke Mehrtens +Date: Sun Feb 28 15:20:37 2016 +0100 + + luci-mod-admin-full: add dsl configuration + + This makes it possible to configure the DSL line from luci. + + Signed-off-by: Hauke Mehrtens + +commit bedac198e5fb63da37ebaf5d9b49c215d18e010d +Author: Hauke Mehrtens +Date: Sat Feb 27 20:50:51 2016 +0100 + + luci-mod-admin-full: extend dsl stats + + This adds a lot of new status information about the dsl line. + It now looks like this on a Telekom line: + + Status: UP + Line State: showtime_tc_sync [0x801] + Line Mode: G.993.2 (VDSL2) + Annex: B + Profile: 17a + Data Rate: 51.391 Mb/s / 10.046 Mb/s + Max. Attainable Data Rate (ATTNDR): 63.817 Mb/s / 23.908 Mb/s + Latency: 4.0 ms / 8.0 ms + Line Attenuation (LATN): 10.5 dB / 9.9 dB + Signal Attenuation (SATN): 8.2 dB / 14.4 dB + Noise Margin (SNR): 10.5 dB / 9.7 dB + Aggregate Transmit Power(ACTATP): -14 dB / 12.4 dB + Forward Error Correction Seconds (FECS): 1 / 1723485 + Errored seconds (ES): 0 / 2477 + Severely Errored Seconds (SES): 0 / 50 + Loss of Signal Seconds (LOSS): 0 / 0 + Unavailable Seconds (UAS): 31 / 31 + Header Error Code Errors (HEC): 0 / 0 + Non Pre-emtive CRC errors (CRC_P): 0 / 0 + Pre-emtive CRC errors (CRCP_P): 0 / 0 + Line Uptime: 2m 3s + ATU-C System Vendor ID: Broadcom 176.15 + Power Management Mode: L0 - Synchronized + + Signed-off-by: Hauke Mehrtens + +commit d7a3a3da5cf57209fe3f829160765be27598207e +Author: Hauke Mehrtens +Date: Sat Feb 27 20:47:15 2016 +0100 + + luci-mod-admin-full: rename ADSL to DSL + + This could also be a VDSL link + + Signed-off-by: Hauke Mehrtens + +commit d26bffefb360cf3b9f0698f48f18dbac083d65a2 +Merge: ddc893ccc e1fb9e579 +Author: Christian Schoenebeck +Date: Mon Mar 7 10:57:44 2016 +0100 + + Merge pull request #664 from chris5560/master + + luci-app-ddns: fixes because uclient-fetch support "force ip version" + +commit e1fb9e579a69406f0c7c632792f9602de0609709 +Author: Christian Schoenebeck +Date: Mon Mar 7 10:56:07 2016 +0100 + + luci-app-ddns: fixes because uclient-fetch support "force ip version" + + - corrections because uclient-fetch now support "force ip version" + - remove translations already part of base.po/base.pot + + Signed-off-by: Christian Schoenebeck + +commit 4de35274cab2df740941149fe41c3c2bb8c12850 +Author: Matthias Schiffer +Date: Thu Mar 3 22:06:39 2016 +0100 + + luci-base: view: make checkboxes and radio buttons styleable + + Add an empty, normally invisible label after checkboxes and radio buttons + with cbi-input-{checkbox,radio} classes to allow CSS styling them as + suggested on http://www.paulund.co.uk/style-checkboxes-with-css + + Signed-off-by: Nils Schneider + Signed-off-by: Matthias Schiffer + +commit ddc893ccc254e79b0869c709ada07f5ae232a0e3 +Merge: 1d562672c c8675d0c5 +Author: Jo-Philipp Wich +Date: Tue Mar 1 17:54:49 2016 +0100 + + Merge pull request #659 from NeoRaider/default-language + + modules/base: dispatcher: use default language if automatic choice fails + +commit c8675d0c5560fb47eace7db531c381edbef25db7 +Author: Matthias Schiffer +Date: Tue Mar 1 17:25:55 2016 +0100 + + modules/base: dispatcher: use default language if automatic choice fails + + Fall back to default language if "auto" is configured, but none provided by + the browser matches. + + Signed-off-by: Matthias Schiffer + +commit 1d562672cdcfb84222b9e01ac07775d74e53c7cf +Author: Manuel Munz +Date: Mon Feb 29 19:17:20 2016 +0100 + + remove bensheim and heppenheim as requested here: https://github.com/freifunk/meshkit/issues/20 + +commit 5d8c579f7818daa69b973e8766d71ee12b7f36f4 +Merge: f4a67353a d16a745b8 +Author: Hannu Nyman +Date: Mon Feb 29 10:49:22 2016 +0200 + + Merge pull request #653 from tsl0922/tsl0922-patch-1 + + luci-theme-material: remove the double slash (//) from menu url + +commit f4a67353a78a4d0ed78683323a360da5f7f543a0 +Author: Hannu Nyman +Date: Sun Feb 28 23:03:14 2016 +0200 + + luci-app-adblock: conform to adblock 0.90 + + * Add support for disabling "force DNS queries to local resolver" option + * Remove deprecated logging options + + Additionally remove unnecessary rmempty definitions. + + Signed-off-by: Hannu Nyman + +commit 9fafe8e84946a95aa657a6d3ac333c9257380918 +Author: Nathan Hintz +Date: Mon Jul 28 22:18:21 2014 -0700 + + luci: broadcom - add n-mode support + + Signed-off-by: Nathan Hintz + +commit 06cf8b1b6f89ff54ca8f015f43d37a0ebe5f8c60 +Author: Hannu Nyman +Date: Fri Feb 26 15:17:01 2016 +0200 + + i18n: sync translations + + Signed-off-by: Hannu Nyman + +commit dd0848b3fa9a0a219b32d0d8494a0973a948353a +Author: Hannu Nyman +Date: Fri Feb 26 13:48:36 2016 +0200 + + luci-mod-admin-full: host-specific dhcp lease time option for static hosts + + Enable setting a host-specific lease time for static hosts. + Format is similar as for the default lease time: e.g. 2m, 12h, 3d, infinite + + Default lease time is used for all hosts without host-specific definition. + + Support for the option was added to Openwrt trunk by r48801: + https://dev.openwrt.org/changeset/48801 + + Signed-off-by: Hannu Nyman + +commit d16a745b86cb65e3cbe9bd2ac63c0dedda9d85f6 +Author: Shuanglei Tao +Date: Fri Feb 26 00:38:22 2016 +0800 + + luci-theme-material: remove the double slash (//) from menu url + + Signed-off-by: Shuanglei Tao + +commit 55597da3a8540d19b34bf25ccf08d70e759013ab +Author: Jo-Philipp Wich +Date: Wed Feb 24 17:40:53 2016 +0100 + + luci-base: cbi: fix misplaced ID in nullsection template + + Signed-off-by: Jo-Philipp Wich + +commit e78759ad5aa2418e7a39e1061d430c2e5e8fe0b8 +Author: Jo-Philipp Wich +Date: Wed Feb 24 17:39:54 2016 +0100 + + luci-base: cbi: also initialize JS if pageactions are disabled + + Signed-off-by: Jo-Philipp Wich + +commit 385a49277ac3339e3ea9a41abde2db0eba5427f9 +Author: Jo-Philipp Wich +Date: Tue Feb 23 09:27:12 2016 +0100 + + luci-base: cbi: fix dependency handling of list and multivalues with radio/checkbox widgets + + Signed-off-by: Jo-Philipp Wich + +commit 1f4f8285036f257c8967cbf177314af9adfad1a9 +Author: Hannu Nyman +Date: Mon Feb 22 22:23:05 2016 +0200 + + luci-app-adblock: remove deprecated options + + Remove support for options deprecated in adblock 0.80.1 + + Signed-off-by: Hannu Nyman + +commit e270083cfe32cabade4de9fb12c1c138026f290e +Author: Hannu Nyman +Date: Sun Feb 21 17:39:19 2016 +0200 + + luci-app-adblock: conform to adblock 0.80 + + * Change "debug log" to "log" + * Add support for source descriptions + * Support new options for ping targets + * Simplify link to readme + + Signed-off-by: Hannu Nyman + +commit 4323935a1eab53f3109066ec08c8cdfcdf69db75 +Author: Jo-Philipp Wich +Date: Sat Feb 20 22:14:37 2016 +0100 + + luci-base: luci.sys: canonicalize src and dest addrs in luci.sys.net.conntrack() + + Signed-off-by: Jo-Philipp Wich + +commit 6ee5c593b3599af3696d3a1eb3440137f863a378 +Author: Hannu Nyman +Date: Sat Feb 20 12:34:16 2016 +0200 + + luci-app-adblock: Add support for optional config values + + Signed-off-by: Hannu Nyman + +commit 3b86fd1d1b690b6757aa47fe13bd9c381e6e7cc2 +Author: Jo-Philipp Wich +Date: Fri Feb 19 17:20:50 2016 +0100 + + luci-base: cbi: fix button handling for dynamic lists + + Signed-off-by: Jo-Philipp Wich + +commit 3749c45f80a8613b7d0d1f7fc4f82531de5db8ce +Author: Hannu Nyman +Date: Fri Feb 19 12:13:44 2016 +0200 + + luci-app-adblock: Beautify blocklist selection table and reorganise + + Signed-off-by: Hannu Nyman + +commit 77f53904722d5c693812cd35f9c2fe2bfb31364e +Merge: 7e6068507 5fdfd903f +Author: Christian Schoenebeck +Date: Thu Feb 18 19:25:41 2016 +0100 + + Merge pull request #644 from chris5560/master + + luci-base: fixed tabbed map when using NamedSection of same type + +commit 7e60685071cb8d95db4b0e8266d88631b4b2dbc1 +Merge: 99f5d4e90 aede64fd7 +Author: Hannu Nyman +Date: Thu Feb 18 15:06:43 2016 +0200 + + Merge pull request #647 from LuttyYang/master + + luci-theme-material: Decrease font and spacing + +commit aede64fd788e295fe13fb4847fd4e64a1065cbff +Author: Lutty Yang +Date: Thu Feb 18 20:34:30 2016 +0800 + + luci-theme-material: Rasterization Code + + Signed-off-by: Lutty Yang + +commit c63f8be45965d0b1d20f34c0c907bff9f2c64fd1 +Author: Lutty Yang +Date: Thu Feb 18 20:29:19 2016 +0800 + + luci-theme-material: Decrease font and spacing + + 1) Decrease font and spacing + 2) Synchronized to the LUCI version 99f5d4e + + Signed-off-by: Lutty Yang + +commit 99f5d4e902d6905b0c02819495922043b1f07637 +Author: Jo-Philipp Wich +Date: Wed Feb 17 16:33:34 2016 +0100 + + luci-base: cbi.js: properly round down numbers for %u and %d patterns + + Signed-off-by: Jo-Philipp Wich + +commit 21bf16ce04adaaa28811f96f4b29d6dc74c36ae6 +Author: Hannu Nyman +Date: Tue Feb 16 22:28:46 2016 +0200 + + luci-app-adblock: User interface for the 'adblock' package + + Simple user interface for the 'adblock' package from packages feed. + Adds 'Adblock' item to the Services menu in LuCI. + Allows enabling/disabling the service and selecting blocklists. + + Configuration of the blocklist URLs and selection of Shalla categories + needs to be done manually to the config file, if needed. + + Signed-off-by: Hannu Nyman + +commit a860de860ad8c15d1717f317c91c2e9168260a4f +Author: Jo-Philipp Wich +Date: Mon Feb 15 12:45:39 2016 +0100 + + luci-base: cbi.js: string formatting fixes + + * Fix left and right justify/padding in formats + * Do not emit decimal numbers for small values in %m format + + Signed-off-by: Jo-Philipp Wich + +commit 5cfad4338f4749aee0a8d81e3b3727ec6630485d +Author: Jo-Philipp Wich +Date: Wed Feb 10 19:38:33 2016 +0100 + + luci-app-firewall: rely on auto-serialization for combobox choices + + Signed-off-by: Jo-Philipp Wich + +commit 5b09d39e9ccd2a048353e9415497b0d3efe580f1 +Author: Jo-Philipp Wich +Date: Wed Feb 10 19:36:37 2016 +0100 + + luci-base: cbi: rely on auto-serialization for combobox choices + + Signed-off-by: Jo-Philipp Wich + +commit afdc349ab4ff6bc89b0527f36d5197b7896d86f4 +Author: Jo-Philipp Wich +Date: Wed Feb 10 19:33:01 2016 +0100 + + luci-base: cbi: rework ListValue and MultiValue templates + + Signed-off-by: Jo-Philipp Wich + +commit 8f409a45abb8cc4fda068c6a24085c467f3e37d8 +Author: Jo-Philipp Wich +Date: Wed Feb 10 19:30:43 2016 +0100 + + luci-base: dispatcher: let attr() automatically serialize JSON + + Signed-off-by: Jo-Philipp Wich + +commit 9ce798abd4da80a5769f493a3aea729781cfae97 +Author: Jo-Philipp Wich +Date: Wed Feb 10 19:29:29 2016 +0100 + + luci-base: cbi: properly handle dependant elements without parent + + Signed-off-by: Jo-Philipp Wich + +commit 58e2f557da49e5acb1d4395a9698b1953f1586c3 +Author: Jo-Philipp Wich +Date: Wed Feb 10 18:23:39 2016 +0100 + + luci-base: cbi: only spawn dynlist sub-comboboxes if choices are available + + Signed-off-by: Jo-Philipp Wich + +commit f33695d456fa92d71fc7fc6483af1a45ee906d62 +Author: Jo-Philipp Wich +Date: Wed Feb 10 18:13:53 2016 +0100 + + luci-app-firewall: align custom cbi teplates with new code + + Signed-off-by: Jo-Philipp Wich + +commit 6d126649f01ac817149d4f36324c161bb1a4650b +Author: Jo-Philipp Wich +Date: Wed Feb 10 18:11:49 2016 +0100 + + luci-base: cbi: further refactoring + + Eliminate more inline scripts in favor to global initialization, use a global + object for sharing fixed strings instead of passing them to each invocation. + + Signed-off-by: Jo-Philipp Wich + +commit 4990ec831c7190946106d5073c02ad85616c04b8 +Author: Jo-Philipp Wich +Date: Wed Feb 10 13:42:56 2016 +0100 + + luci-mod-admin-full: fix direct package install + + Signed-off-by: Jo-Philipp Wich + +commit 5e113afdd76560d624050aa1da281f4042a09a85 +Author: Jo-Philipp Wich +Date: Wed Feb 10 13:41:06 2016 +0100 + + luci-theme-openwrt: untangle & refactor header.htm code + + Signed-off-by: Jo-Philipp Wich + +commit 76041e7f996c8baf7468fa49bc90538fc2e3741a +Author: Jo-Philipp Wich +Date: Wed Feb 10 00:47:37 2016 +0100 + + luci-theme-openwrt: add some style fixes for interface badges + + Signed-off-by: Jo-Philipp Wich + +commit cd85ef388cfb9134e3de490ff5d395f593783f8c +Author: Jo-Philipp Wich +Date: Tue Feb 9 16:10:55 2016 +0100 + + luci-base: fix dependency handling of optionals (#645) + + Signed-off-by: Jo-Philipp Wich + +commit 84de513a79c1714ffa8e51009b7aa97ef975961d +Author: Jo-Philipp Wich +Date: Tue Feb 9 16:10:04 2016 +0100 + + luci-base: cbi: remove duplicate id from template + + Signed-off-by: Jo-Philipp Wich + +commit 5fdfd903f485c551433ef88222b4739cbc617720 +Author: Christian Schoenebeck +Date: Mon Feb 8 21:04:23 2016 +0100 + + luci-base: fixed tabbed map when using NamedSection of same type + + * fixed tabbed map when using NamedSection of same sectiontype + * add error message on which tab(s) the invalid/required fields are located + + Signed-off-by: Christian Schoenebeck + +commit cde9a6234e637f9885406dad5592f56ccb5aee3a +Merge: 9b5724d39 026ac8d03 +Author: Christian Schoenebeck +Date: Sun Feb 7 22:10:21 2016 +0100 + + Merge pull request #643 from chris5560/master + + luci-app-radicale: bump to version 1.1.0 + +commit 9b5724d39ea7b5da3cec358f26ec2ef698c73690 +Author: Hannu Nyman +Date: Sun Feb 7 12:28:16 2016 +0200 + + timezone data: update to 2016a + + Update timezone data to 2016a. + + http://mm.icann.org/pipermail/tz-announce/2016-January/000035.html + + Changes affecting future time stamps + + America/Cayman will not observe daylight saving this year after all. + Revert our guess that it would. (Thanks to Matt Johnson.) + + Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00. + (Thanks to Alexander Krivenyshev.) + + Asia/Tehran now has DST predictions for the year 2038 and later, + to be March 21 00:00 to September 21 00:00. This is likely better + than predicting no DST, albeit off by a day every now and then. + + Changes affecting past and future time stamps + + America/Metlakatla switched from PST all year to AKST/AKDT on + 2015-11-01 at 02:00. (Thanks to Steffen Thorsen.) + + America/Santa_Isabel has been removed, and replaced with a + backward compatibility link to America/Tijuana. Its contents were + apparently based on a misreading of Mexican legislation. + + Signed-off-by: Hannu Nyman + +commit 026ac8d033f4c0a65b0c8d121d1a2a86b2bd1ee1 +Author: Christian Schoenebeck +Date: Sun Feb 7 09:30:29 2016 +0100 + + luci-app-radicale: bump to version 1.1.0 + + - support Radicale > v1.1 + - modified version detection + - adaption to new function version_compare() in ipkg.lua + - adaption to fixed Flag.parse() in cbi.lua + - adaption to new property map.tabbed in cbi.lua using map template with extensions + - change optional values to non optional + - add support new option "system.boot_delay" + + Signed-off-by: Christian Schoenebeck + +commit 26d009aff924f8253533ae6a303f61fe0d35d2f4 +Merge: 8ae57f620 e4856c763 +Author: Christian Schoenebeck +Date: Sun Feb 7 08:26:57 2016 +0100 + + Merge pull request #641 from chris5560/master_ddns + + luci-app-ddns: some fixes + +commit e4856c76318e7f4cb992286d978086a435f2fc51 +Author: Christian Schoenebeck +Date: Sat Feb 6 16:33:59 2016 +0100 + + luci-app-ddns: some fixes + + - fixes for https://dev.openwrt.org/ticket/21787 + - changed detection of BusyBox nslookup compiled with musl, thanks to Arjen de Korte + + Signed-off-by: Christian Schoenebeck + +commit 8ae57f62044ab9ac73a9113417e33c23aedc1974 +Author: Hannu Nyman +Date: Wed Feb 3 11:43:10 2016 +0200 + + i18n: Sync translations + + Sync translations. + + Signed-off-by: Hannu Nyman + +commit 1adf81aa776a56e84c151a616ff8df895572d81b +Merge: d65235f64 8f8957f90 +Author: Hannu Nyman +Date: Tue Feb 2 15:05:43 2016 +0200 + + Merge pull request #638 from hnyman/statping + + luci-app-statistics: Remove usually empty std.dev. graph from ping page + +commit 8f8957f90f2c593e233d867cab48519a2215b8a0 +Author: Hannu Nyman +Date: Tue Feb 2 14:22:16 2016 +0200 + + luci-app-statistics: Remove usually empty std.dev. graph from ping page + + Remove the usually empty standard deviation graph from the ping page. + + The graph is empty for most users as collectd measures standard deviation + of individual pings inside the general interval of statistics collection. + Default setting for both ping interval and general collection interval + is 30s in Luci statistics, meaning just 1 ping per interval, which + leads to empty graph. + + (To provide relveant data, the ping interval should be 1/4-1/5 of the + general collection interval. Even then the graph does not look very + informative due to different scaling than the latency graph.) + + Note that this commit does not change collectd itself, which continues + to collect and calculate also the std.dev. data, which can be fetched + with 'rrdtool' if needed. + + Signed-off-by: Hannu Nyman + +commit d65235f64a83ee5ebb54c5e6f97689c8ae5dcba9 +Author: Jo-Philipp Wich +Date: Tue Feb 2 11:52:33 2016 +0100 + + luci-base: fix parsing of non-TCP streams in conntrack table + + Signed-off-by: Jo-Philipp Wich + +commit c2cf5d185587c3ad8d550c39707e744ee2b0811d +Author: Hannu Nyman +Date: Tue Feb 2 12:07:16 2016 +0200 + + Fix embedded links: github instead of luci.subsignal.org + + Fix links to point into Github repo instead of luci.subsignal.org + - the hint to file a bug in dispatcher + - footers of Bootstrap and Firefunk themes + + Signed-off-by: Hannu Nyman + +commit 6d7b293692e339459b591a5da27ea32f268e4bc7 +Merge: 6982bbb3f 407444052 +Author: Jo-Philipp Wich +Date: Tue Feb 2 09:39:35 2016 +0100 + + Merge pull request #637 from matthewreeve/patch-1 + + luci-mod-admin-full: Identity field is required for EAP-TLS, too. + +commit 4074440529d7230ef756ee5a8d1580361977def1 +Author: matthewreeve +Date: Mon Feb 1 17:40:32 2016 -0700 + + Identity field is required for EAP-TLS, too. + + This patch enables editing the Identity field in EAP-TLS so that EAP-TLS configuration via LuCI works. + +commit 6982bbb3fef11c0817c5674db2082fe87ba11a92 +Merge: 2e92c0718 7f57a7011 +Author: Christian Schoenebeck +Date: Sun Jan 31 20:25:16 2016 +0100 + + Merge pull request #634 from chris5560/master + + luci-app-ddns: bump to version 2.4.0-1 + +commit 7f57a70110e8fefa9f744d10ebad2e499d0909bc +Author: Christian Schöenebeck +Date: Sat Jan 30 19:32:55 2016 +0100 + + luci-app-ddns: bump to version 2.4.0-1 + + - fixes for #611 and #620 + - adaptions for ddns-scripts 2.6.0 + -- add hint for problems with BusyBox nslookup compiled with musl and offer installing hostip package + -- add hint for not installed certificates inside /etc/ssl/certs and offer installing ca-certificates package https://github.com/openwrt/packages/pull/2243 + -- check if malfunctional BusyBox nslookup installed, so disable using option dns_server if not Bind host or hostip installed + - optimizations + - cleanup: remove .po files without any translations + + Signed-off-by: Christian Schoenebeck + +commit 2e92c0718ad2f0b9bafa829b93f47a434c479cfd +Author: Jo-Philipp Wich +Date: Fri Jan 29 18:50:12 2016 +0100 + + luci-app-firewall: drop_invalid is default on in OpenWrt now + + Signed-off-by: Jo-Philipp Wich + +commit 8eaac4b637d989680ad86dc3e84b0f3b547c1619 +Author: Jo-Philipp Wich +Date: Wed Jan 27 16:47:23 2016 +0100 + + Use numeric prefixes for uci-defaults scripts + + Signed-off-by: Jo-Philipp Wich + +commit 445ae20db8812bcff3e4c0e32859ea1d3d5fbe4b +Author: Jo-Philipp Wich +Date: Mon Jan 25 18:16:37 2016 +0100 + + luci-mod-admin-full: only offer VHT rates which are actually supported by the driver + + Signed-off-by: Jo-Philipp Wich + +commit 02a93bca500acac3d051ac6a541e70905f1934e9 +Author: Jo-Philipp Wich +Date: Mon Jan 25 17:54:38 2016 +0100 + + luci-mod-admin-full: map DHCPv6 DUIDs to MACs + + Map DUIDs to their corresponding MAC addresses in order to correlate them with + IPv4 information. This is useful to e.g. identify IPv6 hosts which do not send + a name. + + Signed-off-by: Jo-Philipp Wich + +commit 4f47a18bb1a98ed263559e1cb40b5b5efc43f14b +Author: Jo-Philipp Wich +Date: Mon Jan 25 17:07:40 2016 +0100 + + luci-mod-admin-full: fix displaying of VHT rates (#533) + + Signed-off-by: Jo-Philipp Wich + +commit 61239741d8a6cb9888fb379ac3e00fdb6adcc3c8 +Author: Jo-Philipp Wich +Date: Sat Jan 23 17:34:37 2016 +0100 + + luci-base: fix initialization of MultiValue options + + Signed-off-by: Jo-Philipp Wich + +commit 8d451c77c1ced9229c829af1d069fde05c436117 +Merge: 63d70daae f779b00d8 +Author: Jo-Philipp Wich +Date: Sat Jan 23 17:09:27 2016 +0100 + + Merge pull request #629 from chris5560/master + + sys.lua _nethints(): read location of dhcp.lease file from uci + +commit f779b00d883f965e405944f3c872b5ee763836e7 +Author: Christian Schoenebeck +Date: Thu Jan 21 22:17:05 2016 +0100 + + sys.lua _nethints(): read location of dhcp.lease file from uci + + status.lua - change default directory of dhcp.leases file + sys.lua - read location of dhcp.leases file from uci + + Signed-off-by: Christian Schoenebeck + +commit 63d70daae1921d9f5a92cf2221ca4f1601c78ef5 +Author: Jo-Philipp Wich +Date: Wed Jan 20 17:29:40 2016 +0100 + + luci-mod-admin-full: align assoclist in wifi overview with status index page + + Signed-off-by: Jo-Philipp Wich + +commit df7ab69ebaef870ecb82effd27f0b9958f1c203d +Author: Jo-Philipp Wich +Date: Wed Jan 20 17:27:51 2016 +0100 + + luci-base: luci.sys.net: use luci.ip.neighbors() instead of /proc/net/arp + + Signed-off-by: Jo-Philipp Wich + +commit 258836441babd7939b7e13a4abd19502b922928d +Author: Jo-Philipp Wich +Date: Wed Jan 20 16:59:31 2016 +0100 + + luci-mod-admin-full: show more information in assoc list (#540) + + Signed-off-by: Jo-Philipp Wich + +commit c1f7cb36b8db475245cc2c2b2db86664f3a241c9 +Author: Jo-Philipp Wich +Date: Wed Jan 20 16:59:00 2016 +0100 + + luci-theme-bootstrap: add new utility class for table valign, minor tweaks + + Signed-off-by: Jo-Philipp Wich + +commit c23885f6a776db74aa728b1efcd1bf644dde626d +Author: Jo-Philipp Wich +Date: Wed Jan 20 16:55:15 2016 +0100 + + luci-base: add luci.sys.net.host_hints() and regenerate documentation + + Signed-off-by: Jo-Philipp Wich + +commit e0988b089be0e33d64c62339cfdd90755b6dbd79 +Author: Jo-Philipp Wich +Date: Wed Jan 20 13:45:27 2016 +0100 + + luci-mod-admin-full: fix device selection in wireless and bandwidth realtime stats + + Signed-off-by: Jo-Philipp Wich + +commit e03f2b780a9ae28bdf270d36840b651fa723413e +Author: Jo-Philipp Wich +Date: Wed Jan 20 10:52:30 2016 +0100 + + luci-mod-admin-full: fx crash in interface model + + Signed-off-by: Jo-Philipp Wich + +commit 8630a1dbfb5c8baa0b18bb31c5b05852e80d14c6 +Merge: c57d60e3e 7b2cef893 +Author: Jo-Philipp Wich +Date: Tue Jan 19 11:08:46 2016 +0100 + + Merge pull request #626 from dangowrt/improve-wpa-eap + + luci-admin-full: improve WPA(2)-Enterprise client support + +commit c57d60e3e6b42a6668bca032003e53b00b0c8a20 +Author: Jo-Philipp Wich +Date: Tue Jan 19 11:00:15 2016 +0100 + + luci-theme-bootstrap: css fix for map level tabs + + Signed-off-by: Jo-Philipp Wich + +commit 7b2cef8936b4d9cbd66c76e383cdef053f054596 +Author: Daniel Golle +Date: Mon Jan 18 00:25:05 2016 +0100 + + luci-admin-full: improve WPA(2)-Enterprise client support + + * add more WPA-EAP phase2 authentication methods. + * client cert, client key and key password are only relevant for + WPA EAP-TLS, change dependency accordingly. + * add support for certificates and key for EAP-TLS phase2 auth. + + Signed-off-by: Daniel Golle + +commit 7b7783f0eebce19c365835fdc192b50bd6efb6b9 +Author: Jo-Philipp Wich +Date: Tue Jan 19 10:36:42 2016 +0100 + + luci-base: cbi: optimize tab hide logic + + Signed-off-by: Jo-Philipp Wich + +commit 6f688a32656c09407d31a45b8161cbd7f17dba48 +Author: Jo-Philipp Wich +Date: Tue Jan 19 10:36:04 2016 +0100 + + luci-base: cbi: fix event binding js + + Signed-off-by: Jo-Philipp Wich + +commit 3f5fae222390735c7d44e12ef9ea18c40229f326 +Author: Jo-Philipp Wich +Date: Tue Jan 19 08:07:28 2016 +0100 + + luci-base: add missing Lua side changes for new dependency code + + Signed-off-by: Jo-Philipp Wich + +commit 2bd428ad8a76cad41c1d7cf5d6196ca62ab07695 +Author: Jo-Philipp Wich +Date: Mon Jan 18 20:14:47 2016 +0100 + + luci-base: cbi: prevent unintended focus on combobox init + + Signed-off-by: Jo-Philipp Wich + +commit 5eaf4cc489c0e8cd1ffdfde4355866cb5a481d96 +Author: Jo-Philipp Wich +Date: Mon Jan 18 19:34:02 2016 +0100 + + luci-base: cbi: refactor event handling js + + Signed-off-by: Jo-Philipp Wich + +commit 808c1b77f9008bc9f4a760ea0629b3fd4e49fbcb +Author: Jo-Philipp Wich +Date: Mon Jan 18 18:59:14 2016 +0100 + + luci-base: cbi: fix reverse field order after dependency change + + When fields got removed and readded due to unsatisfied dependencies, they + got inserted in reverse order into the dom. + + Fix this issue by properly passing the element index. + + Signed-off-by: Jo-Philipp Wich + +commit b50471787feb9c04b365ff239aee8f39eadc236b +Author: Jo-Philipp Wich +Date: Mon Jan 18 17:05:36 2016 +0100 + + luci-base: refactor cbi dependency handling code + + Signed-off-by: Jo-Philipp Wich + +commit be8dba57a9824179a6b942e27e7203d0ba921129 +Author: Jo-Philipp Wich +Date: Mon Jan 18 11:23:07 2016 +0100 + + luci-base: improve tab hide logic + + Do not rely on explicit child counts but inspect the code instead to decide + when to hide tabs or not. + + Signed-off-by: Jo-Philipp Wich + +commit 1600b600dddc1a563e421dbbc39764766aa8639a +Author: Jo-Philipp Wich +Date: Mon Jan 18 11:06:35 2016 +0100 + + luci-theme-bootstrap: style fixes for map level tabs and disabled buttons + + Signed-off-by: Jo-Philipp Wich + +commit aa12e53333b47800e85fcc2acc16b5c10af8a91f +Author: Jo-Philipp Wich +Date: Mon Jan 18 11:04:15 2016 +0100 + + luci-base: add extra css class for map level tabs, don't track tab child count + + Signed-off-by: Jo-Philipp Wich + +commit 879804f1d4716a61ad3cfff3b610b6c25db22a6c +Author: Jo-Philipp Wich +Date: Mon Jan 18 10:59:07 2016 +0100 + + luci-base: do not render section description tag when description is empty + + Signed-off-by: Jo-Philipp Wich + +commit 718466ea762d2fa166c6f32a80e915086216be84 +Author: Jo-Philipp Wich +Date: Sun Jan 17 19:04:02 2016 +0100 + + luci-mod-admin-full: prevent crash if channel of sta is unknown (#624) + + Signed-off-by: Jo-Philipp Wich + +commit b3c69b123a698e596a5df4797378d976718247f0 +Author: Jo-Philipp Wich +Date: Sun Jan 17 17:59:37 2016 +0100 + + luci-theme-bootstrap: fix menu url generation (#625) + + Also untangle Lua code and markup for better readability, use tabs for + indentation and build_url() to construct paths instead of concatenating + them manually. + + Signed-off-by: Jo-Philipp Wich + +commit a5e43323e7dd58c329350e7fcddc280b2de266ca +Merge: 1bf268de0 0007533e7 +Author: Jo-Philipp Wich +Date: Fri Jan 15 19:23:53 2016 +0100 + + Merge pull request #593 from Umeaboy/patch-12 + + luci-app-splash: Edited Swedish translation + +commit 0007533e7fb27be589d1121232119cd732be4d53 +Author: Kristoffer Grundström +Date: Fri Jan 15 19:21:57 2016 +0100 + + Updated Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 1bf268de06c1697fdf08b65dcc13c06b4bed909f +Author: Jo-Philipp Wich +Date: Fri Jan 15 17:42:40 2016 +0100 + + luci-base: add basic support for CBI map level tabbing + + Signed-off-by: Jo-Philipp Wich + +commit 27281dca56fd1c7fb03efd70f9d0f5dfc5f869d2 +Author: Jo-Philipp Wich +Date: Fri Jan 15 17:04:28 2016 +0100 + + luci-base: prevent CBI map save on invalid values (#618) + + Signed-off-by: Jo-Philipp Wich + +commit eaf961fa70fdb39cc84d67d2512c2daea9207b69 +Author: Jo-Philipp Wich +Date: Fri Jan 15 16:39:01 2016 +0100 + + luci-base: initialize CBI optionals on initial Map render (#618) + + Signed-off-by: Jo-Philipp Wich + +commit ad064f0b039839dd333bfe8e9631cbc5218410b0 +Merge: 1a7b0b22a b130ca554 +Author: Jo-Philipp Wich +Date: Fri Jan 15 15:20:41 2016 +0100 + + Merge pull request #563 from cshore/pull-request-app-uhttpd + + Pull request app uhttpd + +commit 1a7b0b22a85d8294d7a2c196b708266c872dd054 +Merge: 12ec21d74 c2e6ed898 +Author: Jo-Philipp Wich +Date: Fri Jan 15 15:17:42 2016 +0100 + + Merge pull request #613 from tsl0922/tsl0922-patch-1 + + luci-theme-material: set default font-size to 13px + +commit 12ec21d74430f5d592435589badfad60ad92c52d +Author: Jo-Philipp Wich +Date: Fri Jan 15 14:13:44 2016 +0100 + + luci-mod-admin-full: avoid indexing iw.hwmodelist directly + + Prevent a nil field access when hwmodelist is undefined. + + Signed-off-by: Jo-Philipp Wich + +commit 81e80c4b876e8e68bb8b022c39d0941e2c1ccb56 +Author: Jo-Philipp Wich +Date: Wed Dec 9 20:32:12 2015 +0100 + + luci-base: properly handle ubus connections for non-root (#570, #571) + + Instead of relying on the connect-before-setuid hack, ship a proper + acl definition file whitelisting the procedures that LuCI requires + on its non-root pages. + + Signed-off-by: Jo-Philipp Wich + +commit 6619e66fc9de32e7bf911b929e320ab17a414697 +Author: Jo-Philipp Wich +Date: Sun Jan 10 13:19:34 2016 +0100 + + luci-proto-ipv6: allow hostnames for dslite peer addresses (#621) + + Signed-off-by: Jo-Philipp Wich + +commit 03a8393de0b096b8259bd12d2130fc81468b465f +Author: Manuel Munz +Date: Mon Jan 4 23:19:26 2016 +0100 + + community-profiles/cottbus: fix some invalid characters + +commit 71dc54af6affa1a0f9b26f5fbe2fe874f2791630 +Author: Manuel Munz +Date: Mon Jan 4 22:34:55 2016 +0100 + + a cleaner solution for disabling dyngw and dyngw_plain in freifunk-policyrouting init + +commit ed7e17438a4919efd4f73b09dc76c9143a8ab2ed +Merge: 0f1e39a90 0caa02de4 +Author: Manuel Munz +Date: Mon Jan 4 22:20:47 2016 +0100 + + Merge pull request #619 from FreifunkHalle/updateProfileHalle + + update community profile halle + +commit 0caa02de48b1dcfe9857c53729c4be94cc715d4e +Author: mfuhrmeister +Date: Mon Mar 31 17:06:18 2014 +0200 + + change community profile halle + +commit 0f1e39a90ab29ba8a754c6a0636d742e7a612a02 +Merge: f16869259 2dd9ccef6 +Author: Christian Schoenebeck +Date: Thu Dec 31 12:20:42 2015 +0100 + + Merge pull request #616 from chris5560/master + + luci-app-ddns: removing unneeded assert + +commit 2dd9ccef6958866f38f05c73ef514b8f5d01c4b8 +Author: Christian Schoenebeck +Date: Thu Dec 31 12:14:13 2015 +0100 + + luci-app-ddns: removing unneeded assert + + - remove unneeded assert() in tools/ddns.lua + - correct PKG_VERSION to the correct value from controller/ddns.lua + + Signed-off-by: Christian Schoenebeck + +commit f1686925909407e617de28a572c3e50a727934cb +Merge: edf352efa 2935c5bcf +Author: Hannu Nyman +Date: Tue Dec 29 19:46:09 2015 +0200 + + Merge pull request #608 from sairon/relative-luci-mk-paths + + Use relative paths to luci.mk + +commit c2e6ed898a5651062f00ef14c31d18761258f438 +Author: Shuanglei Tao +Date: Sun Dec 27 20:04:35 2015 +0800 + + luci-theme-material: set default font-size to 13px + + Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size#Rems + + Signed-off-by: Shuanglei Tao + +commit 2935c5bcf25d9b85789669be0a0a9153aa94f5f2 +Author: Jan Čermák +Date: Mon Dec 21 14:05:25 2015 +0100 + + luci-app-radicale: use relative path to luci.mk + + Signed-off-by: Jan Čermák + +commit bb3637b75ce05ac697e0c91d9dd54e431a707f98 +Author: Jan Čermák +Date: Mon Dec 21 14:05:13 2015 +0100 + + luci-app-privoxy: use relative path to luci.mk + + Signed-off-by: Jan Čermák + +commit 6abd84269d3878ef737815f0382177a8a67f0e87 +Author: Jan Čermák +Date: Mon Dec 21 14:05:04 2015 +0100 + + luci-app-ddns: use relative path to luci.mk + + Signed-off-by: Jan Čermák + +commit edf352efa27d6e936c0cc87abf0f28f1b6b28a44 +Author: Hannu Nyman +Date: Sun Dec 20 11:47:08 2015 +0200 + + i18n: sync translations + + Sync translations. + + Signed-off-by: Hannu Nyman + +commit c8b373d4eb1618a548a95252b0e572bd110b6cd8 +Merge: 8b8ff639e 376d06430 +Author: Hannu Nyman +Date: Sun Dec 20 11:29:16 2015 +0200 + + Merge pull request #607 from 981213/fix-translate + + Add some Simplified Chinese translations + +commit 376d064309522c2a33c56ab9cebbdb687ccc7b64 +Author: GuoGuo +Date: Sun Dec 13 12:29:58 2015 +0800 + + Add some Simplified Chinese translations + + Signed-off-by: Chuanhong Guo + +commit 8b8ff639e003598b6af057d2b0ce88f5934df426 +Merge: e42e5f586 3725e579c +Author: Hannu Nyman +Date: Sat Dec 19 22:40:14 2015 +0200 + + Merge pull request #606 from SvenRoederer/update_community-berlin + + Update community berlin-profiles + +commit 3725e579cadffbda265415624004d2377ed6509f +Author: Nico Geyso +Date: Tue Sep 16 12:49:58 2014 +0200 + + community-profiles: update berlin profile & remove berlin_pberg + + these patches are used by the berlin-freifunk-community since 2014 + - change ssid + (https://github.com/freifunk-berlin/firmware/commit/563c955a19ea0db0bcbe6da1be0f50dd971961a3) + - remove obsolete olsr defaults + (https://github.com/freifunk-berlin/firmware/commit/4558f8c88a99807388b3b1e315b440693b778a1d) + - use intern-chXX.freifunk.net as ssid scheme for adhoc + (https://github.com/freifunk-berlin/firmware/commit/6ce8f590822bd31c37f247a8f006a8f2c5567b55) + - add mcast_rate + (https://github.com/freifunk-berlin/firmware/commit/e90753ed0485d9c59a3af55efc8156e391ca848a) + (https://github.com/freifunk-berlin/firmware/commit/01856773720b4755ee83080ba400b8489cf97416) + - add wifi_device and *_iface for 5GHz + (https://github.com/freifunk-berlin/firmware/commit/5823e89a3d2d13bb47a2c9c7d33541588b9e64ab) + - remove owm_api and mapserver key from community profile + (https://github.com/freifunk-berlin/firmware/commit/d4ee2e1bce4f04882af8cf28e62b97795959c31f) + - add two ipv6 nameservers + (https://github.com/freifunk-berlin/firmware/commit/83df6ab77164a391f4536e32bc549a577d06af89) + - change default dhcp leasetime to 5 minutes + (https://github.com/freifunk-berlin/firmware/commit/b38af129e0d4d4f5b6d1b1c23c57e6bec312de5f) + - remove non existent freifunk community profiles (Berlin) + (https://github.com/freifunk-berlin/firmware/commit/6c49443bdef9905e71ad77b729d4cc95c5d66062) + + Signed-off-by: Sven Roederer + +commit e42e5f58651983b9971c2facb08354cc2273dbef +Author: Hannu Nyman +Date: Fri Dec 18 20:38:08 2015 +0200 + + luci-mod-admin-full: interface status page / clarify address display + + Copy the changes made by f8d0ba00b2ff27dc9e2f10712bc343ae655fbdf9 + also to the interface details pages in order to clarify display of + multiple addresses. + + Signed-off-by: Hannu Nyman + +commit 68e54eb0f2668a614d966147f4de4274579e421e +Merge: e4c2c3376 adfbb018c +Author: Hannu Nyman +Date: Fri Dec 18 11:22:16 2015 +0200 + + Merge pull request #590 from Umeaboy/patch-9 + + luci-app-radicale: Added and edited Swedish translation + +commit e4c2c3376cf4f56584695107b5ceab83e1b0e646 +Merge: 4a9dc1b32 3a12a1aa8 +Author: Hannu Nyman +Date: Fri Dec 18 11:21:58 2015 +0200 + + Merge pull request #587 from Umeaboy/patch-7 + + luci-app-privoxy: Added and edited Swedish translation + +commit 4a9dc1b3273622f718bcb323742cce8591f2a1b4 +Merge: 4b056181a ea8479ca2 +Author: Hannu Nyman +Date: Fri Dec 18 11:14:39 2015 +0200 + + Merge pull request #594 from Umeaboy/patch-13 + + luci-app-statistics: Edited Swedish translation + +commit 4b056181afba19069b51f8b4a38c23c41e347d26 +Merge: d4dac9124 564294777 +Author: Hannu Nyman +Date: Fri Dec 18 11:12:12 2015 +0200 + + Merge pull request #604 from Umeaboy/patch-23 + + luci-app-shadowsocks-libev: Edited Swedish translation + +commit d4dac9124f3b8b521ac1e7615c252189ce4fa80d +Merge: 82455ad01 d0c688d5f +Author: Hannu Nyman +Date: Fri Dec 18 11:11:38 2015 +0200 + + Merge pull request #600 from Umeaboy/patch-19 + + luci-app-vnstat: Edited Swedish translation + +commit 82455ad0165ce8dac64d003ac2846ee9cb0b7fa7 +Merge: 19cd14d33 ce86d3120 +Author: Hannu Nyman +Date: Fri Dec 18 11:11:28 2015 +0200 + + Merge pull request #601 from Umeaboy/patch-20 + + luci-app-voice-diag: Edited Swedish translation + +commit 19cd14d3375394aa833a51ae0cf7ad33a60d37a6 +Merge: 1222bc7ef 2c975e134 +Author: Hannu Nyman +Date: Fri Dec 18 11:11:15 2015 +0200 + + Merge pull request #602 from Umeaboy/patch-21 + + luci-app-watchcat: Edited Swedish translation + +commit 1222bc7efd1b10ff228d0d867d94a5ed8b355a17 +Merge: 6919b9f50 3c2a01801 +Author: Hannu Nyman +Date: Fri Dec 18 11:11:05 2015 +0200 + + Merge pull request #603 from Umeaboy/patch-22 + + luci-app-wol: Edited Swedish translation + +commit 6919b9f503739e666d99bb60a370b4ef371666e9 +Merge: 6c9816038 211e64ba0 +Author: Hannu Nyman +Date: Fri Dec 18 11:10:20 2015 +0200 + + Merge pull request #605 from Umeaboy/patch-24 + + luci-app-p910nd: Edited Swedish translation + +commit 6c98160387a5c3e80c0578f85b541e58754dd4bd +Merge: b15217e6c c35f9f9f1 +Author: Hannu Nyman +Date: Fri Dec 18 11:09:38 2015 +0200 + + Merge pull request #597 from Umeaboy/patch-16 + + luci-app-transmission: Edited Swedish translation + +commit b15217e6c3008ccc6034aa7a5c5c170b656648a2 +Merge: d9d2083f6 4082ad37d +Author: Hannu Nyman +Date: Fri Dec 18 11:09:22 2015 +0200 + + Merge pull request #596 from Umeaboy/patch-15 + + luci-app-tinyproxy: Edited Swedish translation + +commit d9d2083f6ae964d3f33922c6cb1aaf04d38de9f8 +Merge: 0c470d7e2 59d83131c +Author: Hannu Nyman +Date: Fri Dec 18 11:08:57 2015 +0200 + + Merge pull request #598 from Umeaboy/patch-17 + + luci-app-upnp: Edited Swedish translation + +commit 0c470d7e221fd2d57c050834cb34cac02b5a7428 +Merge: 5cd80c8f4 bac7b74d3 +Author: Hannu Nyman +Date: Fri Dec 18 11:08:40 2015 +0200 + + Merge pull request #599 from Umeaboy/patch-18 + + luci-app-ushare: Edited Swedish translation + +commit 5cd80c8f45a55e3a828bb8a8db3ece24dadf4109 +Merge: aae99ea7f 759db714e +Author: Hannu Nyman +Date: Fri Dec 18 11:06:22 2015 +0200 + + Merge pull request #592 from Umeaboy/patch-11 + + luci-app-samba: Edited Swedish translation + +commit aae99ea7f936682712810eb53efa33341e5b3a99 +Merge: 7f5a44da7 0cf44444f +Author: Hannu Nyman +Date: Fri Dec 18 11:06:10 2015 +0200 + + Merge pull request #591 from Umeaboy/patch-10 + + luci-app-radvd: Edited Swedish translation + +commit 7f5a44da7edcf1a69bbc73f61427b14ab3f32d5d +Merge: 3155dae3d cb489e593 +Author: Hannu Nyman +Date: Fri Dec 18 11:05:33 2015 +0200 + + Merge pull request #588 from Umeaboy/patch-5 + + luci-app-pbx-voicemail: Edited Swedish translation + +commit 3155dae3df61ff450fc91bc83f2c306a82e5a9c4 +Merge: a562417d4 28ebe3b64 +Author: Hannu Nyman +Date: Fri Dec 18 11:05:23 2015 +0200 + + Merge pull request #589 from Umeaboy/patch-8 + + luci-app-qos: Edited Swedish translation + +commit a562417d46b00e5b83e3636fb4f4c54e52c618fd +Merge: 7ee544587 a4fcfb306 +Author: Hannu Nyman +Date: Fri Dec 18 11:04:39 2015 +0200 + + Merge pull request #586 from Umeaboy/patch-6 + + luci-app-polipo: Edited Swedish translation + +commit 7ee544587647ed5405bc8ae8d198f178ae48cbfe +Merge: 1900a8f77 a36df9ecd +Author: Hannu Nyman +Date: Fri Dec 18 11:04:10 2015 +0200 + + Merge pull request #585 from Umeaboy/patch-4 + + luci-app-p2pblock: Edited Swedish translation + +commit 1900a8f776232af8cbc68c65565e50101b8ef14b +Merge: f1d9ee58f 5ed492612 +Author: Hannu Nyman +Date: Fri Dec 18 11:03:59 2015 +0200 + + Merge pull request #584 from Umeaboy/patch-3 + + luci-app-olsr: Edited Swedish translation + +commit f1d9ee58f5630154fce786062e67d450b315f093 +Merge: ed6bc62bd fb78defbf +Author: Hannu Nyman +Date: Fri Dec 18 11:03:34 2015 +0200 + + Merge pull request #583 from Umeaboy/patch-2 + + luci-app-ntpc: Edited Swedish translation + +commit ed6bc62bdbc9fb8ea22005af5e2e0033f66cb039 +Merge: 967bb1f36 1a5a22216 +Author: Hannu Nyman +Date: Fri Dec 18 11:03:11 2015 +0200 + + Merge pull request #582 from Umeaboy/patch-1 + + luci-app-mmc-over-gpio: Edited Swedish translation + +commit 211e64ba0c0deff325b6a998abb5c816a673c02c +Author: Kristoffer Grundström +Date: Fri Dec 18 06:55:31 2015 +0100 + + luci-app-p910nd: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 5642947777b19f6c906e54f503c745c35966590d +Author: Kristoffer Grundström +Date: Fri Dec 18 06:37:38 2015 +0100 + + luci-app-shadowsocks-libev: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 3c2a018010d42a286196975cf046920c26cb5438 +Author: Kristoffer Grundström +Date: Fri Dec 18 06:30:05 2015 +0100 + + luci-app-wol: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 2c975e1346babca6f8583dcb13319d1fee39bcb2 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:53:34 2015 +0100 + + luci-app-watchcat: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit ce86d312053aeb48290cce7635fef2f06c34884a +Author: Kristoffer Grundström +Date: Fri Dec 18 05:44:50 2015 +0100 + + luci-app-voice-diag: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit d0c688d5f4d533f0be4c09943060925c7d528133 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:42:54 2015 +0100 + + luci-app-vnstat: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit bac7b74d303f62ec25ac9583ec88223c04745a46 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:41:27 2015 +0100 + + luci-app-ushare: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 59d83131cdc98ab119c2d5c23260a9bc98f97ba0 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:39:59 2015 +0100 + + luci-app-upnp: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit c35f9f9f137e488232b466c8326f5e40906c5705 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:33:20 2015 +0100 + + luci-app-transmission: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 4082ad37d9227d6f477f5abba648d65f98bfeadb +Author: Kristoffer Grundström +Date: Fri Dec 18 05:28:45 2015 +0100 + + luci-app-tinyproxy: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit ea8479ca22d16fce49f9cc3e78ad0e4211278f2f +Author: Kristoffer Grundström +Date: Fri Dec 18 05:25:10 2015 +0100 + + luci-app-statistics: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 13043cfebcd1da4bd8769b5629a33ee9801ac1b3 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:18:50 2015 +0100 + + luci-app-splash: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 759db714ed158a6607ef7e32b24b5280234c75ad +Author: Kristoffer Grundström +Date: Fri Dec 18 05:17:28 2015 +0100 + + luci-app-samba: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 0cf44444fda12f80e682759b5460b7c280885df5 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:15:51 2015 +0100 + + luci-app-radvd: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit adfbb018c5d8d9e9168b8e9d7e6f2d874781d41d +Author: Kristoffer Grundström +Date: Fri Dec 18 05:14:20 2015 +0100 + + luci-app-radicale: Added and edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 28ebe3b645ae9dce79643d16290540cca4e96389 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:03:46 2015 +0100 + + luci-app-qos: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 3a12a1aa89677d51730e2e9766f19496d02c0bf8 +Author: Kristoffer Grundström +Date: Fri Dec 18 05:01:13 2015 +0100 + + luci-app-privoxy: Added and edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit a4fcfb306209d6fb9899f4f525fbb70488d64e70 +Author: Kristoffer Grundström +Date: Fri Dec 18 04:53:27 2015 +0100 + + luci-app-polipo: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit cb489e5939dff5d63b68fdfa058eaa10d81dc4d4 +Author: Kristoffer Grundström +Date: Fri Dec 18 04:39:30 2015 +0100 + + luci-app-pbx-voicemail: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit a36df9ecdd59725fbe91233ea266db40f2ac61c6 +Author: Kristoffer Grundström +Date: Fri Dec 18 04:36:01 2015 +0100 + + luci-app-p2pblock: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 5ed4926127d7392a513331f29abbc609b31ed37b +Author: Kristoffer Grundström +Date: Fri Dec 18 04:33:57 2015 +0100 + + luci-app-olsr: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit fb78defbf9bc255cdb5af432db8893dbf436e81c +Author: Kristoffer Grundström +Date: Fri Dec 18 04:31:14 2015 +0100 + + luci-app-ntpc: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 1a5a22216c17218c08d37f5ca89756278ba8276b +Author: Kristoffer Grundström +Date: Fri Dec 18 04:23:53 2015 +0100 + + luci-app-mmc-over-gpio: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 967bb1f36f9f30d19e13aecf3a550eea5fd73c6b +Merge: 0dcb54984 03786ed85 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:39:23 2015 +0100 + + Merge pull request #464 from remakeelectric/pulls/list-operations + + get/set list operations and documentation + +commit 0dcb549841edc951646e90eda6956399aea7c209 +Merge: 23df4ffaf 3f95160cb +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:38:41 2015 +0100 + + Merge pull request #579 from cshore/pull-request-protocol-vpnc + + protocols: vpnc: Add vpnc as a network protocol + +commit 23df4ffaf7060fd10e6b3f41ada903d52a55ad03 +Merge: e19098d06 72c853629 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:37:55 2015 +0100 + + Merge pull request #437 from fkooman/issue-436 + + introduce tls_version_min and tls_version_max, add key_direction and … + +commit e19098d0623e96690e65539b36c59965ae1373d5 +Merge: 31816e92f 5335f2253 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:36:45 2015 +0100 + + Merge pull request #462 from jplitza/jsonc-sink + + luci-lib-jsonc: Add ltn12-compatible sink factory + +commit 31816e92f109e0c534f176ca1e79b032917c876c +Merge: 3dfa111db b475ec699 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:32:47 2015 +0100 + + Merge pull request #577 from cshore/pull-request-safe-file-upload + + luci-base: Make default for FileUpload 'safe' + +commit 3dfa111db87de7c5059cb6521c6e05b7f56af195 +Merge: cfd2b5d2a c481f3f34 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:32:10 2015 +0100 + + Merge pull request #578 from cshore/pull-request-validator-rework + + Pull request validator rework + +commit cfd2b5d2a46da39938519947b7bd3206f374854a +Merge: d01c4c7ae 17658b707 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:31:48 2015 +0100 + + Merge pull request #581 from Umeaboy/patch-2 + + luci-app-wshaper: Edited Swedish translation + +commit 17658b707bc9ec954f22164d80791235723f18b6 +Author: Kristoffer Grundström +Date: Thu Dec 17 02:29:39 2015 +0100 + + luci-app-wshaper: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit d01c4c7ae69ab70589df39a6fd91de5103c88dce +Merge: f25c4e07b fd82daef1 +Author: Jo-Philipp Wich +Date: Thu Dec 17 02:25:08 2015 +0100 + + Merge pull request #580 from Umeaboy/patch-3 + + luci-app-ahcp: Edited Swedish translation + +commit fd82daef1ac438fef8209769085a8bb73a685cdd +Author: Kristoffer Grundström +Date: Thu Dec 17 02:24:00 2015 +0100 + + luci-app-ahcp: Edited Swedish translation + + Signed-off-by: Kristoffer Grundström + +commit 3f95160cbd3b82b8ba32a38347e0d3dcc368e2e9 +Author: Daniel Dickinson +Date: Wed Dec 2 00:31:17 2015 -0500 + + protocols: vpnc: Add vpnc as a network protocol + +commit c481f3f34325b9c1cf817b16a567a6b10fdd1f2e +Author: Daniel Dickinson +Date: Mon Dec 14 22:51:29 2015 -0500 + + validation: Add option ipv4only option to host and hostport datatypes + + Some applications only support ipv4 so add ipv4only option + to host and hostport datatypes so that for thos applications + that when an IP address is specified only and ipv4 ip address + gets accepted. + +commit bbcfad7953489ed87336e3a1981c9cb19e390cdb +Author: Daniel Dickinson +Date: Mon Dec 14 07:38:31 2015 -0500 + + modules/luci-base: Fix ipaddrport validator to support ipv6 + + The previous versiono of ipaddrport validator only worked for ipv4 + due to disallowing colons (:) in ip address which obvious fails for + ipv6. We now instead allow either ipv4 address or an ipv6 address of + the form []:port + +commit b475ec699d0c16c4ac7f4abb7680c7e6011428f4 +Author: Daniel Dickinson +Date: Tue Dec 1 23:02:38 2015 -0500 + + luci-base: Make default for FileUpload 'safe' + + Some files and pointers to files are not safe to remove without a replacement + file and config pointing to the file. For instance for uhttpd application in + the works, removing the certificate or key config or files without having the + replacements in places renders the WeUI inaccessible. + + The only other place where FileUpload is currently used is for wifi certificates + for which the 'safe' handling is also preferred. Therefore make the default for + the FileUpload widget the safe handling and add a property self.unsafeupload that + allows for the old unsafe handling should it prove useful in some case. + + Also allow to specify a file already on router instead of uploading a file. + + Signed-off By: Daniel Dickinson + +commit f25c4e07bc9642e0491d3a4ab3942a69545891e9 +Merge: 19b85c34f 986baa5cc +Author: Jo-Philipp Wich +Date: Tue Dec 15 23:08:17 2015 +0100 + + Merge pull request #564 from cshore/pull-request-app-firewall-timedate + + Pull request app firewall timedate + +commit 19b85c34fcac8ad9b2829b4e034d7fefa42fb145 +Merge: ff2f536dd 403b939ac +Author: Jo-Philipp Wich +Date: Tue Dec 15 22:56:47 2015 +0100 + + Merge pull request #562 from cshore/pull-request-upload-dir + + modules/luci-base: Move LuCI FileUpload directory to /etc/luci-upload… + +commit b130ca554f13e17c787a1c6fd09e67dd7727a4d3 +Author: Daniel Dickinson +Date: Tue Dec 15 11:37:33 2015 -0500 + + lib-nixio / luci-base: Fix for reading csrf token prevents file upload + + The call to http.formvalue in order to read the csrf token causes + _parse_input to be triggered *before* controllers and cbi maps have + been built. This results in the failure of file uploads because + the file handler is not yet in place when _parse_input gets called, + and it is in _parse_input that POST data is parsed (including files). + + To fix this we add the ability to write file fields to temporary + files (using mkstemp and unlink in nixio.file) and use this to + store file data until the filehandler is registered, with a + fallback to reading the file data into memory. + + Once the filehandler callback gets registered we iterate + though all previously parsed (saved) files and copy the + data to the file handler, and then close the temporary + file (which finally removes because we unlinked after + creating the file, but didn't close the file so unlink + was deferred). + + Signed-off-by: Daniel Dickinson + +commit 0ec3f91a0c7a8c71980f5e70f3322397e496a8d6 +Author: Daniel Dickinson +Date: Mon Dec 14 22:51:29 2015 -0500 + + validation: Add option ipv4only option to host and hostport datatypes + + Some applications only support ipv4 so add ipv4only option + to host and hostport datatypes so that for thos applications + that when an IP address is specified only and ipv4 ip address + gets accepted. + +commit 38880407aa6c0246bc9af52073a79ff4a2096a6e +Author: Daniel Dickinson +Date: Mon Dec 14 07:38:31 2015 -0500 + + modules/luci-base: Fix ipaddrport validator to support ipv6 + + The previous versiono of ipaddrport validator only worked for ipv4 + due to disallowing colons (:) in ip address which obvious fails for + ipv6. We now instead allow either ipv4 address or an ipv6 address of + the form []:port + +commit d83642c20519692c5d3883e23d01bb84a48dd85a +Author: Daniel Dickinson +Date: Wed Dec 2 00:25:30 2015 -0500 + + applications: uhttpd: Add a uHTTPd configuration app + + uHTTPd has a lot of useful options that ought to be configurable + without have to SSH in, so expose those options in a UI page. + +commit 6509e007e29f438d74b01eb6e23a09f02775dd6c +Author: Daniel Dickinson +Date: Tue Dec 1 23:02:38 2015 -0500 + + luci-base: Make default for FileUpload 'safe' + + Some files and pointers to files are not safe to remove without a replacement + file and config pointing to the file. For instance for uhttpd application in + the works, removing the certificate or key config or files without having the + replacements in places renders the WeUI inaccessible. + + The only other place where FileUpload is currently used is for wifi certificates + for which the 'safe' handling is also preferred. Therefore make the default for + the FileUpload widget the safe handling and add a property self.unsafeupload that + allows for the old unsafe handling should it prove useful in some case. + + Also allow to specify a file already on router instead of uploading a file. + + Signed-off By: Daniel Dickinson + +commit ff2f536dd1473da59ae968e6294c6813d1093c58 +Author: Hannu Nyman +Date: Tue Dec 15 14:37:46 2015 +0200 + + CONTRIBUTING.md: clarify signed-off-by advice + + Clarify the signed-off-by advice in CONTRIBUTING.md. + + Signed-off-by: Hannu Nyman + +commit 986baa5ccee13692e9c1ef5a23535e15b7fcb948 +Author: Daniel Dickinson +Date: Wed Dec 2 00:52:37 2015 -0500 + + applications: firewall: Add time and date for rules and redirects + + UCI config for the firewall has the option of specifying time and date + limitations; add these options the UI. + +commit 6318f67fd46450b501879d9cf36c023fab7824d3 +Author: Daniel Dickinson +Date: Tue Dec 1 23:43:18 2015 -0500 + + luci-base: Add time and data datatypes for use with firewall app + + Adding LuCI configuation of the firewall time and data uci options + is in progress and this adds the necessary datatypes for validating + those fields. + +commit 403b939acd55be528fa78bfc11521c78b1afdad8 +Author: Daniel Dickinson +Date: Tue Dec 1 21:36:30 2015 -0500 + + modules/luci-base: Move LuCI FileUpload directory to /etc/luci-uploads and save across sysupgrade + + /lib/uci/upload is a rather odd place for configuration files + + Also the files were not saved across sysupgrade, which is somewhat + counter-productive for configuration files. + + Signed-off By: Daniel Dickinson + +commit 63155e99325d2f7b57eee99496648e7a3cf6c14b +Author: Jo-Philipp Wich +Date: Wed Dec 9 16:51:48 2015 +0100 + + luci-app-olsr: use public interface of luci.model.network.wifinet (#569) + + Signed-off-by: Jo-Philipp Wich + +commit 397294ab06b2f228263ceb3d1435db3d282e715f +Author: Jo-Philipp Wich +Date: Wed Dec 9 15:53:26 2015 +0100 + + luci-base: rewrite luci.sys.net.conntrack() + + The new function is twice as fast as the old implementation and properly + summarizes outgoing and incoming byte and packet counters. + + Signed-off-by: Jo-Philipp Wich + +commit c18a0e447fa0fd0ee74dab2ed27c1d261c0efe4d +Merge: bac5f2ceb f8d0ba00b +Author: Hannu Nyman +Date: Wed Dec 9 11:43:36 2015 +0200 + + Merge pull request #567 from inTagger/ip-addr-view-update + + luci-mod-admin-full: update IPv4/IPv6 list views + +commit f8d0ba00b2ff27dc9e2f10712bc343ae655fbdf9 +Author: Alexander Logger +Date: Tue Dec 8 21:20:11 2015 +0300 + + luci-mod-admin-full: update IPv4/IPv6 list views + + For better view of 'Interface Overview' IPv4/IPv6 addresses for + interfaces should be displayed as lists, but not as comma separated + strings. + + Signed-off-by: Alexander Logger + +commit bac5f2cebf281d3e23b9d52458f9f2e1c54a2494 +Author: Hannu Nyman +Date: Sun Dec 6 13:23:38 2015 +0200 + + i18n: sync translations + + Sync translations. + + Signed-off-by: Hannu Nyman + +commit 3bae3c7f5e8c383e481667fcfeae7765a1dacc75 +Merge: 3a58ef46c e75f6b1f9 +Author: Jo-Philipp Wich +Date: Fri Dec 4 20:04:55 2015 +0100 + + Merge pull request #461 from marcel-sch/patch-1 + + package/community-profiles: add freifunk cottbus profile + +commit 3a58ef46c279ba4a72c21b81256877c16444b9fb +Merge: e8465b3e4 7a4337919 +Author: Jo-Philipp Wich +Date: Thu Dec 3 16:42:58 2015 +0100 + + Merge pull request #559 from Arnie97/add-openvpn-proto + + luci-app-openvpn: Add udp6 and tcp6 to proto + +commit 7a433791966cd00408ca8a3ddbdd5e653e009e08 +Author: Arnie97 +Date: Fri Nov 27 11:20:26 2015 +0800 + + luci-app-openvpn: Add udp6 and tcp6 to proto + + Signed-off-by: Yifeng Zhang + +commit e8465b3e4f010248e32a7dfb1e73a32c764aa30d +Merge: 9b3035745 09768ed74 +Author: Jo-Philipp Wich +Date: Wed Dec 2 13:57:05 2015 +0100 + + Merge pull request #565 from yousong/l2tp-server + + Allow host:port value for l2tp `server` option + +commit 09768ed74596e70ab7270a6eb7c96fa4afd1d85d +Author: Yousong Zhou +Date: Wed Nov 18 13:34:24 2015 +0800 + + luci-proto-ppp: l2tp: allow specifying port in "server" option + + Signed-off-by: Yousong Zhou + +commit 862b84feb2bc860c049b4b6fa990f92291cb4728 +Author: Yousong Zhou +Date: Wed Nov 25 22:39:27 2015 +0800 + + luci-base: fix escaping lua string to js repr + + Signed-off-by: Yousong Zhou + +commit 9b30357454ea53a9f1d7e82d8f894db5f409de98 +Author: Jo-Philipp Wich +Date: Wed Dec 2 11:13:18 2015 +0100 + + luci-base: add hostport and ipaddrport validation types + + Add two new types 'hostport' and 'ipaddrport' to validate strings in the form + 'sub.example.org:1234' and '0.0.0.0:80'. The 'hostport' accepts hostnames or + IP addresses followed by a colon and a port number while the 'ipaddrport' type + accepts numeric IP addresses only, followed by a colon and a port. + + Signed-off-by: Jo-Philipp Wich + +commit ea9f25b63ee0d9a380cf74c65061c3977cad3b2f +Merge: 9c9118566 829467b62 +Author: Jo-Philipp Wich +Date: Wed Dec 2 10:44:10 2015 +0100 + + Merge pull request #561 from cshore/pull-request-fstab-improvements + + Pull request fstab improvements + +commit 829467b62748e8c4fb587636801fa03165f72e8a +Author: Daniel Dickinson +Date: Tue Dec 1 23:47:42 2015 -0500 + + luci-base: Add function for shell single-quote parameter escaping + + When using os.execute or luci.sys.call the shell is called with the + command line which means that standard shell interpretation of strings + occurs. To allow to use these commands more easily we add functions + for properly escaping single-quoted strings used on the command line + +commit 1d5cab4ced656d71e1913470b8b06e051bd492d3 +Author: Daniel Dickinson +Date: Wed Dec 2 00:23:04 2015 -0500 + + luci-mod-admin-full: fstab: Add ability to redo the detection of block devices + + Adds a button that does block detect and write the new configuration + to /etc/config/fstab. + +commit 89f74f77dab023393832a91551aca6e8a02030fb +Author: Daniel Dickinson +Date: Wed Dec 2 00:21:36 2015 -0500 + + luci-mod-admin-full: fstab: Add ability to set global options like anonymous mounts + + Previously the global configuration options were missing the the LuCI configuration, + however these options are useful, so make them available to the UI. + +commit 031cab418c4a7463da815158e2de31e47b588783 +Author: Daniel Dickinson +Date: Wed Dec 2 00:19:47 2015 -0500 + + luci-mod-admin-full: Don't show jail bind mounts + + The user is unlikely to care about the plethora of jail bind mounts + when using jails, so don't display them in this app. + +commit b8c2d340f3bde4b3c1a5a7e3635ac0109d4ecddd +Author: Daniel Dickinson +Date: Wed Dec 2 00:17:52 2015 -0500 + + luci-mod-admin-full: fstab: Add ability to unmount non-system mounts + + Add an unmount button for non-system mounts which will unmount + the corresponding file system. + +commit 9c9118566cb885a9a4298717a5a24eb92bfc8310 +Author: Jo-Philipp Wich +Date: Mon Nov 30 07:58:22 2015 +0100 + + luci-app-openvpn: add route_nopull (#560) + + Signed-off-by: Jo-Philipp Wich + +commit c123fa86b02f7e9ecd7d474a03359628b444bd1d +Merge: ce04adb38 cbf45fe56 +Author: Jo-Philipp Wich +Date: Thu Nov 26 23:23:15 2015 +0100 + + Merge pull request #534 from yousong/add-luci-proto-pppossh + + Add luci proto pppossh + +commit ce04adb38392c07420c30e67b1bb010ee1e0145f +Author: Jo-Philipp Wich +Date: Thu Nov 26 12:30:53 2015 +0100 + + luci-mod-admin-full: limit SSID to 32 characters (#558) + + Signed-off-by: Jo-Philipp Wich + +commit c478101ca48475373198e7ad69263e4b3b584bec +Author: Jo-Philipp Wich +Date: Sat Nov 21 13:53:33 2015 +0100 + + luci-mod-admin-full: fix script regression after 152ba9ab228ad4ea4c1748f29fe4ffa5f8f74ac6 + + Signed-off-by: Jo-Philipp Wich + +commit 55f458326dc77dd35dce2c22df2353b2a0192627 +Author: Jo-Philipp Wich +Date: Sat Nov 21 00:31:06 2015 +0100 + + luci-base: use board.json to infer switch netdev + + Signed-off-by: Jo-Philipp Wich + +commit fbfa62627f66f98b6dd37ed6050c9b99f2479881 +Author: Jo-Philipp Wich +Date: Sat Nov 21 00:29:55 2015 +0100 + + luci-base: switch to luci-lib-jsonc + + Add dependency on luci-lib-jsonc and use it to + reimplement luci.util.serialize_json(). + + Signed-off-by: Jo-Philipp Wich + +commit 9b5046259fcb9cfb928ae042fd2d5932ec762263 +Author: Jo-Philipp Wich +Date: Fri Nov 20 23:44:43 2015 +0100 + + luci-mod-admin-full: make mirror port settings depend on mirror enable + + Signed-off-by: Jo-Philipp Wich + +commit 6f49ab92e5616cf1a65538da4d7c3ce99a01cd83 +Merge: f16405df9 e0bcfe82f +Author: Hannu Nyman +Date: Fri Nov 20 22:01:27 2015 +0200 + + Merge pull request #554 from bittorf/better_neigh.sh + + freifunk-common: neigh.sh - show hostnames + +commit e0bcfe82fbc15bdda8638a6731a76200505c13e7 +Author: Bastian Bittorf +Date: Fri Nov 20 20:46:55 2015 +0100 + + freifunk-common: neigh.sh - show hostnames + + if nameservice-plugin is configured, we read + in all locally known hostnames and show them + in the output: + + root@stuttgarter-core:~# neigh.sh + Local Remote vTime LQ NLQ Cost Host + 10.230.105.241 10.230.105.246 138851 1.000000 1.000000 1024 stuttgarter-rhnk.olsr + 10.230.105.241 10.230.105.247 135717 1.000000 1.000000 1024 stuttgarter-emma.olsr + 10.230.105.241 10.230.105.244 138309 1.000000 1.000000 1024 stuttgarter-sued.olsr + 10.230.105.241 10.230.105.245 136001 1.000000 1.000000 1024 stuttgarter-west.olsr + 10.230.105.241 10.230.105.242 134818 1.000000 1.000000 1024 stuttgarter-nord.olsr + 10.230.105.241 10.230.105.243 137187 1.000000 1.000000 1024 stuttgarter-ost.olsr + 10.230.105.241 10.230.105.250 139984 1.000000 1.000000 1024 stuttgarter-hof2.olsr + 10.230.105.241 10.230.105.251 138294 1.000000 1.000000 1024 stuttgarter-stra2.olsr + + Local Remote vTime LQ NLQ Cost Host + 2001:bf7:820:901::1 2001:bf7:820:950::1 139703 1.000000 1.000000 1024 stuttgarter-rhnk.olsr + 2001:bf7:820:901::1 2001:bf7:820:960::1 139541 1.000000 1.000000 1024 stuttgarter-emma.olsr + 2001:bf7:820:901::1 2001:bf7:820:990::1 140415 1.000000 1.000000 1024 stuttgarter-hof2.olsr + 2001:bf7:820:901::1 fde6:24f1:a388::1 141338 1.000000 1.000000 1024 + + the filenames for the olsrd hosts-file is taken from uci + and falls back to sane defaults. + + Signed-off-by: Bastian Bittorf + +commit f16405df915f5b60b85296e29382137eb3132011 +Author: Jo-Philipp Wich +Date: Thu Nov 19 10:02:41 2015 +0100 + + luci-mod-admin-full: revert accidential button type change in 20fdac1ac4a126ceebde13fb627a9f88bba0e2b3 + + Signed-off-by: Jo-Philipp Wich + +commit e75f6b1f9d315fc347a52aff27284e2ab66c4815 +Author: marcel-sch +Date: Wed Nov 18 16:38:05 2015 +0100 + + update profile + +commit 8b08756d9316b9ad29c5730d81aac4396cc18d15 +Author: Manuel Munz +Date: Wed Nov 18 12:34:06 2015 +0100 + + contrib/package/freifunk-policyrouting: remove rc.d symlink + +commit 20fdac1ac4a126ceebde13fb627a9f88bba0e2b3 +Author: Jo-Philipp Wich +Date: Tue Nov 17 17:42:22 2015 +0100 + + luci-mod-admin-full: allow empty mac in interface status + + Also adjust for changed IP address format emitted by iface_status call. + + Signed-off-by: Jo-Philipp Wich + +commit 152ba9ab228ad4ea4c1748f29fe4ffa5f8f74ac6 +Author: Jo-Philipp Wich +Date: Tue Nov 17 17:36:00 2015 +0100 + + luci-mod-admin-full: use :ipaddrs() and :ip6addrs() helper for iface_status + + Signed-off-by: Jo-Philipp Wich + +commit e626599c261e1795f49bbe59b0476fd5496bf079 +Author: Jo-Philipp Wich +Date: Tue Nov 17 17:35:02 2015 +0100 + + luci-base: eliminate use of uci state vars in luci.model.network + + Also implement :ipaddrs() and :ip6addrs() helper for network instances. + + Signed-off-by: Jo-Philipp Wich + +commit 9b176c8d7bd2a635cd5a3a3bdce3149247e66392 +Author: Jo-Philipp Wich +Date: Mon Nov 16 14:30:13 2015 +0100 + + luci-mod-admin-full: prevent submit with interface delete button (#549) + + Signed-off-by: Jo-Philipp Wich + +commit 092d2143bd452708fe3ce8e5c6a6cfe133ee24c9 +Author: Jo-Philipp Wich +Date: Mon Nov 16 12:36:29 2015 +0100 + + luci-base: fix uci documentation issue (#538) + + Signed-off-by: Jo-Philipp Wich + +commit 1106b9346a776bfed6307e6df601781becbe41f5 +Merge: 1cb3adb61 28d86aeec +Author: Christian Schoenebeck +Date: Sun Nov 15 21:36:11 2015 +0100 + + Merge pull request #548 from chris5560/master + + luci-app-ddns: rollup to 2.3.0 to reflect changes on ddns-scripts + +commit 28d86aeec5bd47846961073846519f428a1ddff9 +Author: Christian Schoenebeck +Date: Sun Nov 15 11:42:43 2015 +0100 + + luci-app-ddns: rollup to 2.3.0 to reflect changes on ddns-scripts + + - support for new options "lookup_host", "param_enc" and "param_opt" + - rewritten ddns provider handling to only show/check needed options "domain", "username", etc. + - modified version check/handling incl. using new ipkg.compare_versions function + - modified map.title and map.description generation + - changed XHR.poll interval to 15 seconds on system status page + - using new value_parse function for testing and later implementation into cbi.lua + - some optimizations + + Signed-off-by: Christian Schoenebeck + +commit 1cb3adb619bdd876867f4c4da615ea850464e711 +Merge: 2258d3de2 a948f4c77 +Author: Jo-Philipp Wich +Date: Wed Nov 11 10:15:33 2015 +0100 + + Merge pull request #396 from fanthos/master + + luci-app-qos: Add custom QOS classes to luci dropdown list + +commit 2258d3de253965862a4648ebb4528df150a27b79 +Merge: d05588e2d 554106579 +Author: Jo-Philipp Wich +Date: Wed Nov 11 10:14:34 2015 +0100 + + Merge pull request #535 from saik0/redirect-root-if-empty-signed + + Redirect to root on empty path (signed off) + +commit d05588e2d7f0a95f43e9b3a4bcaa7aa7ac9d8459 +Merge: 1de2606e9 8e3a24f7c +Author: Christian Schoenebeck +Date: Mon Nov 9 21:48:07 2015 +0100 + + Merge pull request #545 from chris5560/master + + luci-app-radicale: remove map.title hack + +commit 8e3a24f7cdbe934612f79959548e914fe890ba8c +Author: Christian Schoenebeck +Date: Mon Nov 9 21:46:01 2015 +0100 + + luci-app-radicale: remove map.title hack + + remove map.title hack; no longer needed + + Signed-off-by: Christian Schoenebeck + +commit 1de2606e9fad40b129c71230698d53d4f74d7dfc +Merge: 524c918c7 665a793b5 +Author: Christian Schoenebeck +Date: Mon Nov 9 21:41:13 2015 +0100 + + Merge pull request #544 from chris5560/master + + luci-app-privoxy: remove map.title hack + +commit 665a793b5742073eb01c555648200d9238f244c5 +Author: Christian Schoenebeck +Date: Mon Nov 9 21:39:50 2015 +0100 + + luci-app-privoxy: remove map.title hack + + remove map.title hack; no longer needed + + Signed-off-by: Christian Schoenebeck + +commit 524c918c7da497108d6d1a913dafa6ca55dbeebc +Merge: b1217c88c 38b7c6cef +Author: Hannu Nyman +Date: Fri Nov 6 09:53:36 2015 +0200 + + Merge pull request #542 from eamars/master + + Fix a typo mistake in UI string (mount/fstab extroot advice) + +commit 38b7c6cef44b5b8d2a87706a975327c7c7664c49 +Author: Ran Bao +Date: Fri Nov 6 12:48:47 2015 +1300 + + fix a typo error in command script shown to users + + Signed-off-by: Ran Bao + +commit b1217c88c3566c1bd726bce9203da591af564bcf +Author: Hannu Nyman +Date: Thu Nov 5 10:54:33 2015 +0200 + + luci-mod-admin-full: limit interface name length to 15 chars + + Limit the name of a new interface to 15 characters. + Add a note about the maximum length and the automatic protocol/bridge + prefixes (br-, 6in4-, pppoe- etc.). + + Reference to: + https://dev.openwrt.org/ticket/20380 + https://github.com/openwrt/luci/issues/507 + + There is a 15 character limit to the "real" interface name, + enforced both in the firewall and dnsmasq. The real interface name + includes the possible prefix "br-", "6in4-" etc. Example of an error: + interface name `br-lan_protected' must be shorter than IFNAMSIZ (15) + + Signed-off-by: Hannu Nyman + +commit 5541065793913f8bf201123440e4a827ec779ebd +Author: Joel Pedraza +Date: Fri Oct 30 11:22:15 2015 -0400 + + Redirect to root on empty path + + * Prevents an empty Location header + * Useful in environments where build_url() could return an empty string (such as http server rewrites requests to /cgi-bin/luci) + + Signed-off-by: Joel Pedraza + +commit cbf45fe563ab2ded120a5d5184e8c7207aa9b995 +Author: Yousong Zhou +Date: Fri Oct 30 16:26:04 2015 +0800 + + luci-proto-ppp: add support for pppossh + + Signed-off-by: Yousong Zhou + +commit a28da6a88a0cd7a5bc0c12c1ef2d8cad86c2aff3 +Author: Yousong Zhou +Date: Tue Nov 3 14:20:03 2015 +0800 + + luci-base: add support for DynamicList with FileBrowser + + Two new arguments url, defpath were added to cbi_dynlist_init() for + initializing the brower button. + + An example of usage + + identity = section:taboption("general", DynamicList, "identity", + translate("List of SSH key files for auth")) + identity.datatype = "file" + + Signed-off-by: Yousong Zhou + +commit 20ccc903505ee15419b5cde113f9061b7a4f7513 +Author: Yousong Zhou +Date: Tue Aug 26 11:02:16 2014 +0800 + + luci-base: urlencode: encode all except unreserved characters. + + As per http://tools.ietf.org/html/rfc3986#section-2.3 + + Characters that are allowed in a URI but do not have a reserved + purpose are called unreserved. These include uppercase and lowercase + letters, decimal digits, hyphen, period, underscore, and tilde. + + unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" + + Signed-off-by: Yousong Zhou + +commit 20851933bf31579be72cf593a22e00e33ee9105b +Merge: fbc27d1b4 57a949e63 +Author: Christian Schoenebeck +Date: Sun Nov 1 17:59:35 2015 +0100 + + Merge pull request #532 from chris5560/master + + documentation/CBI.md fixed markdown formating + +commit 57a949e6383b4675b705d9ac812da3196638b0c5 +Author: Christian Schoenebeck +Date: Sun Nov 1 17:57:08 2015 +0100 + + documentation/CBI.md fixed markdown formating + + CBI.md: fixed markdown formating + ModulesHowTo.md: fixed to make link inside CBI.md work. + + Signed-off-by: Christian Schoenebeck + +commit fbc27d1b4840aca80e5ebc89e6261e9e99609412 +Merge: 0953190cf 14b510e4a +Author: Christian Schoenebeck +Date: Sun Nov 1 17:19:26 2015 +0100 + + Merge pull request #528 from nmav/no-vpn + + ocserv: removed unnecessary option and add proxy arp option + +commit 0953190cf4ff40e9a58088ffa25908552fc365cc +Merge: c7a2fe3b0 3dbc93bf9 +Author: Christian Schoenebeck +Date: Sun Nov 1 16:38:05 2015 +0100 + + Merge pull request #531 from chris5560/master + + template cbi/value.htm implement documented property maxlength + +commit 3dbc93bf91017d6c9aec599ea3d1c90d39321a49 +Author: Christian Schoenebeck +Date: Sun Nov 1 16:36:29 2015 +0100 + + template cbi/value.htm implement documented property maxlength + + template cbi/value.htm implement already documented property maxlength + + Signed-off-by: Christian Schoenebeck + +commit c7a2fe3b01cbe25f5ad2d196cedef7c6c7ab53dc +Merge: 16336ce0c 162548a87 +Author: Christian Schoenebeck +Date: Sun Nov 1 15:34:17 2015 +0100 + + Merge pull request #529 from chris5560/master + + cbi: Implement "readonly" property for "Value" + +commit 14b510e4a1cd6fd77f2015cd0cdfd40288e96003 +Author: Nikos Mavrogiannopoulos +Date: Sun Nov 1 10:15:49 2015 +0100 + + ocserv: added proxy arp option + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 64c026cb64a00d2b4bdcdedec2a78e5e16296259 +Author: Nikos Mavrogiannopoulos +Date: Sat Oct 31 11:53:41 2015 +0100 + + luci-app-ocserv: removed unecessary option + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 162548a8795252d6383407744cb1311727684522 +Author: Christian Schoenebeck +Date: Sat Oct 31 23:09:40 2015 +0100 + + cbi.lua: Implement "readonly" property for "Value" + + cbi.lua: Implement "readonly" property for "Value" + + Signed-off-by: Christian Schoenebeck + +commit c7d3619b0ca0a05251ddbfff0c49f45247346de2 +Author: Christian Schoenebeck +Date: Sat Oct 31 22:54:25 2015 +0100 + + template cbi/value.htm: add "readonly" property + + template cbi/value.htm: add "readonly" property + + Signed-off-by: Christian Schoenebeck + +commit 16336ce0ca870013c43af04813621cbab5535b9e +Merge: 25a44579e 84a57ec36 +Author: Christian Schoenebeck +Date: Sat Oct 31 21:43:41 2015 +0100 + + Merge pull request #526 from chris5560/master + + cbi.lua: Implement Flag.validate function + +commit 84a57ec36f62fac2484b3ab2dc0380321e86aefe +Author: Christian Schoenebeck +Date: Fri Oct 30 18:42:38 2015 +0100 + + cbi.lua: Implement Flag.validate function + + cbi.lua + - Implement Flag.validate function to be overwritable + - rewritten if clause for easier reading ;-) + + Signed-off-by: Christian Schoenebeck + +commit 25a44579e53e177bff37d1ce0f875bfa4ec89edd +Author: Hannu Nyman +Date: Thu Oct 29 11:59:30 2015 +0200 + + luci-app-voice-core and -diag: mark broken + + Mark luci-app-voice-core and luci-app-voice-diag @BROKEN as their only functionality + is to create menu structure to be filled by items from luci-app-diag-devinfo, + which is currently broken due to missing dependencies. + + References: + + Initial commit creating all three packages: + https://github.com/openwrt/luci/commit/820f11932f548182ebb32704e1df83b78e69b19e + + Explanation why luci-app-diag-devinfo is currently broken: + https://github.com/openwrt/luci/commit/ec6ccf1cd3225b51b958b38c7439f1dea8c28457 + + If luci-app-diag-devinfo gets its dependencies fixed, these two voice packages + might be re-activated. Combining the three packages would increase clarity. + + Signed-off-by: Hannu Nyman + +commit 87b6bb0dafbbe46dc7669356ac3db24aa975c4b7 +Author: Hannu Nyman +Date: Wed Oct 28 13:07:47 2015 +0200 + + luci-app-firewall: limit zone name length to 11 characters + + Change the maximum length of a firewall zone name from 14 to 11 characters. + + Longer names break iptables rule generation (max. 29 chars are allowed). + + XT_EXTENSION_MAXNAMELEN = 29 + 29 - sizeof("postrouting_") - sizeof("_rule") - sizeof("\0") = 11 + + References to: + https://github.com/openwrt/luci/issues/507 + https://dev.openwrt.org/ticket/20380 + + Signed-off-by: Hannu Nyman + +commit 47f9c14003d31b129e7889c4dbe373ca74c7d58e +Merge: ff9e34e47 ba349ad69 +Author: Hannu Nyman +Date: Wed Oct 28 12:40:16 2015 +0200 + + Merge pull request #494 from ollie27/strings + + fix string "UPNP" -> "UPnP" + +commit ba349ad69392e27a8de4c14f1ea3dc7704a1aa77 +Author: Oliver Middleton +Date: Mon Sep 28 00:50:37 2015 +0100 + + fix string "UPNP" -> "UPnP" + + Signed-off-by: Oliver Middleton + +commit ff9e34e47c4dc50cf22d50411460aaafa20f295d +Merge: 927dc1aff a2ebf8714 +Author: Hannu Nyman +Date: Tue Oct 27 17:30:24 2015 +0200 + + Merge pull request #509 from neheb/master + + resources/icons: Use gifsicle to save a few bytes. + +commit 927dc1aff9973e781af742be7835e499bb701a60 +Author: Jo-Philipp Wich +Date: Tue Oct 27 14:11:11 2015 +0100 + + luci-base: eliminiate use of uci state vars in luci.sys + + Rewrite `luci.sys.wifi.getiwinfo()` to use the ubus wireless state instead of + depreacated uci state vars in order to map abstract network notation to + wireless ifnames. + + Signed-off-by: Jo-Philipp Wich + +commit 57ba1922b7ad34886c96a1afcc364472568db462 +Author: Jo-Philipp Wich +Date: Tue Oct 27 13:24:09 2015 +0100 + + Add link to API reference + +commit 6d368a4033181e3d0cfae10a51ed2050cbe89e6b +Author: Jo-Philipp Wich +Date: Tue Oct 27 13:09:03 2015 +0100 + + Move libubus-lua dependency to luci-base + + Signed-off-by: Jo-Philipp Wich + +commit ec6ccf1cd3225b51b958b38c7439f1dea8c28457 +Author: Hannu Nyman +Date: Tue Oct 27 09:57:57 2015 +0200 + + luci-app-diag-devinfo: mark broken due to dependencies + + Mark luci-app-diag-devinfo @BROKEN as it has several failing dependencies: + + Four dependencies from "oldpackages": + httping, mac-to-devinfo, smap-to-devinfo, netdiscover-to-devinfo + + One dependency from "abandoned": + smap + + (netdiscover is currently ok in trunk, but not in 15.05.) + + Reference to Luci issue #523. + + Signed-off-by: Hannu Nyman + +commit 53d767de5ea8c596936fbf0bddce357efe0c4425 +Author: Hannu Nyman +Date: Sun Oct 25 10:19:26 2015 +0200 + + luci-app-statistics: Adjust ping graphs to show target hosts separately + + Ping statistics plugin allows the user to define multiple ping targets. + The graphs have so far shown multiple hosts in a stacked way. + Adjust graphs to show the target hosts separately (overlay=true). + + Clarify the plugin definition with some additional line spacing. + + Signed-off-by: Hannu Nyman + +commit dccf4859221c79718f08eeb085aefa866492427c +Author: Hannu Nyman +Date: Sun Oct 25 10:11:35 2015 +0200 + + luci-app-statistics: improve scaling of the associated stations graph + + Improve scaling of the associated stations graph on the wireless page. + + Signed-off-by: Hannu Nyman + +commit 2a9b2107ba9fec08e7883e7eeb13bd37c555c623 +Merge: a19f97f7c 1328b89ef +Author: Hannu Nyman +Date: Sat Oct 24 09:33:42 2015 +0300 + + Merge pull request #522 from LuttyYang/master + + luci-theme-material: fix some style bugs + +commit 1328b89ef875671d973835f19675166248df5674 +Author: Lutty Yang +Date: Sat Oct 24 10:14:11 2015 +0800 + + luci-theme-material: fix some style bugs + + Signed-off-by: Lutty Yang + +commit a19f97f7cacf65fa3f51b668449bcca56db1f53f +Merge: 8f97c6c15 8296a47c1 +Author: Hannu Nyman +Date: Fri Oct 23 20:21:01 2015 +0300 + + Merge pull request #521 from LuttyYang/master + + luci-theme-material: Synchronized to the LUCI version f9e590a + +commit 8f97c6c15b8f86d54ede775828bfbd15e5d6a32e +Author: Hannu Nyman +Date: Fri Oct 23 20:16:04 2015 +0300 + + Revert "luci-theme-material: do not infer login state from url (#520)" + + This reverts commit f9e590aa4741bf337029be3f374a33543cc3f37b + in order to enable a clean merge of the PR #521 from the theme author. + + Signed-off-by: Hannu Nyman + +commit 8296a47c1ad8ed4ca5b6bc1032593c607242e913 +Author: Lutty Yang +Date: Fri Oct 23 20:51:12 2015 +0800 + + luci-theme-material: try find current position by using lua code + + thanks for jow + + Signed-off-by: Lutty Yang + +commit 9098b20650a77e8b0d0913d7786196e7a2a7508f +Author: Lutty Yang +Date: Fri Oct 23 12:51:07 2015 +0800 + + luci-theme-material: Synchronized to the LUCI version f9e590a + + Signed-off-by: Lutty Yang + +commit f9e590aa4741bf337029be3f374a33543cc3f37b +Author: Jo-Philipp Wich +Date: Thu Oct 22 21:07:40 2015 +0200 + + luci-theme-material: do not infer login state from url (#520) + + Checking for `;` in the url is no good indicator whether a user is logged in, + instead query the dispatcher and set a `logged-in` CSS class on the `` + element if a session exists. + + Signed-off-by: Jo-Philipp Wich + +commit 6c4341ee012b1c946f63a39d5b9a4e5b0abc1f75 +Author: Jo-Philipp Wich +Date: Thu Oct 22 12:20:09 2015 +0200 + + luci-mod-admin-full: fix invalid markup in packages.htm (#518) + + Signed-off-by: Jo-Philipp Wich + +commit 94ab57f48c9a8704a0a7da87bfa6ced9e73ca9be +Author: Jo-Philipp Wich +Date: Thu Oct 22 08:35:34 2015 +0200 + + luci-mod-admin-full: restructure and fix backup, restore and sysuprade (#517) + + Do not use standard post security checking for actions that require file upload + since reading the token value will trigger parsing of the http message body + before the file upload handler has been set, which causes LuCI to buffer the + entire request body in memory. + + In order to simplify the code and logic flow, split action_flashops() into + separate handlers for reset, backup, restore and sysupgrade. + + Let the backup restore and sysupgrade handlers use the new test_post_security() + method in luci.dispatcher to perform token checking *after* setting the upload + handler. + + Signed-off-by: Jo-Philipp Wich + +commit d32c68503994d46aa71473a647118b431119ae2a +Author: Jo-Philipp Wich +Date: Thu Oct 22 08:30:29 2015 +0200 + + luci-base: dispatcher expose test_post_security() + + Allows external code to perform POST and token checking manually. + + Signed-off-by: Jo-Philipp Wich + +commit 79383f5a74bcff528a5270a930c36b58e310010c +Author: Jo-Philipp Wich +Date: Wed Oct 21 16:45:48 2015 +0200 + + luci-base: ensure that base url is emitted with trailing slash + + Now that we don't have an url token anymore, '/cgi-bin/luci' becomes a valid + url while cookies are restricted to only '/cgi-bin/luci/' and below. + + In order to ensure that the first request after login refers to a path + covered by the authentication cookie, change build_url() to always append + a trailing slash if we're referring to the base url. + + This should fix the login problems mentioned in #516. + + While we're touching the dispatcher, also remove remaining url token code. + + Signed-off-by: Jo-Philipp Wich + +commit b4d62d3fd7c7093828c84b5f408cfb0ff6d84939 +Author: Jo-Philipp Wich +Date: Wed Oct 21 16:42:39 2015 +0200 + + luci-mod-admin-full: do not access dispatcher.context.urltoken in logout + + The urltoken table is going to be removed. + + Signed-off-by: Jo-Philipp Wich + +commit 86326e0deff92a485ffd47e22ac70194abb3fd66 +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:31:27 2015 +0200 + + luci-base: remove security token from urls + + Now that sensitive urls require post requests and only accept them if a valid + security token is sent along the request, we can drop the global random url + token to improve LuCI usability. + + The main improvement is the ability to use multiple tabs with the same login + session, but also deep linking to specific urls without the need for another + login becomes feasible, e.g. for documentation purposes. + + Signed-off-by: Jo-Philipp Wich + +commit f23f7b8751bb36829fd2136dffadcfe1e702149a +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:11:28 2015 +0200 + + luci-app-upnp: protect lease delete call with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit c1278f967e90352506900d243888cd3ac9caee9f +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:09:55 2015 +0200 + + luci-app-splash: protect admin status call with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit ac34dfa0bc65e2efeb9575d3cd42c4696d31bb1b +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:03:56 2015 +0200 + + luci-app-radicale: protect start/stop actions with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit ae9fb03e74d54c5e11d6925e3ddc1bb5991cd733 +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:03:03 2015 +0200 + + luci-app-privoxy: protect start/stop actions with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit 0f1f5140e36eff6d22de038f09f1d16b03e300e8 +Author: Jo-Philipp Wich +Date: Wed Oct 21 00:00:55 2015 +0200 + + luci-app-ocserv: protect disconnect action with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit b9ed03c5a9a52c17b30f3fb61b81ce1c2ee0ea6e +Author: Jo-Philipp Wich +Date: Tue Oct 20 23:58:01 2015 +0200 + + luci-app-ddns: protect start/stop actions with csrf token + + Signed-off-by: Jo-Philipp Wich + +commit d4666757b746fe88c517a605a6f3b9dbcaa0ff93 +Author: Jo-Philipp Wich +Date: Tue Oct 20 22:27:39 2015 +0200 + + luci-mod-admin-full: protect iptables counter reset and restart with token + + Signed-off-by: Jo-Philipp Wich + +commit 8bb749ecc3b5f7f836f744f0056e90ac78522926 +Author: Jo-Philipp Wich +Date: Tue Oct 20 22:17:23 2015 +0200 + + luci-mod-admin-full: protect network post actions with csrf tokens + + Signed-off-by: Jo-Philipp Wich + +commit 6b3f804956e50b3e3afc96bd866b089d4523c6e2 +Author: Jo-Philipp Wich +Date: Tue Oct 20 21:04:38 2015 +0200 + + luci-base: filter invalid opkg status lines + + Signed-off-by: Jo-Philipp Wich + +commit b5826f1ffb19288b8bfdc63f4b77700cfabe1181 +Author: Jo-Philipp Wich +Date: Tue Oct 20 21:01:41 2015 +0200 + + luci-mod-admin-full: protect clock, flash and opkg ops with submit token + + * Use post_on() target to require csrf token verification for modifying actions + * Ensure that package and flash operation handlers guard modifying operations + with parameter check + + Signed-off-by: Jo-Philipp Wich + +commit 562c47e5fd73bacc314f561592ad1b4ce8b8dc48 +Author: Jo-Philipp Wich +Date: Tue Oct 20 20:58:30 2015 +0200 + + luci-base: generalize post security token handling + + * Add a generic helper function to check need for post / csrf token validation + * Remove custom token verification in cbi targets + * Support requiring post security depending on specific submit parameters, + usable through post_on() action + + Signed-off-by: Jo-Philipp Wich + +commit e8349fbfdf5de82ba3f3e9d147c0ddfa31c2293c +Merge: 7b00a4a76 780778e6f +Author: Hannu Nyman +Date: Tue Oct 13 18:15:05 2015 +0300 + + Merge pull request #513 from LuttyYang/master + + luci-theme-material: PR from Version 0.2.11 + +commit 780778e6f98d0e8b5bd531f79636fd43b7b99c11 +Author: Lutty Yang +Date: Tue Oct 13 23:07:16 2015 +0800 + + luci-theme-material: PR from Version 0.2.11 + + Signed-off-by: Lutty Yang + +commit 7b00a4a76574229f21710f636e0cd9fb193a0c1d +Author: Hannu Nyman +Date: Tue Oct 13 12:35:57 2015 +0300 + + i18n: Sync translations + + Sync translations to the current strings. + + Changes in luci-app-ddns, luci-app-mjpg-streamer, luci-app-qos, + luci-app-shadowsocks-libev, luci-app-statistics and luci-base + + Signed-off-by: Hannu Nyman + +commit c8392ba97019744281d3cf475a1ea68e605f3efe +Author: Hannu Nyman +Date: Tue Oct 13 12:25:58 2015 +0300 + + luci-base: update i18n base template + + Update i18n base template to match the current strings. + + Signed-off-by: Hannu Nyman + +commit 1d37c9c25dbe69967a2d71495109380299974aa8 +Author: Hannu Nyman +Date: Tue Oct 13 10:13:50 2015 +0300 + + luci.mk: correct SK language name to Slovak + + SK language code refers to Slovak, not Slovene. + Native language name is correct. + + References: + https://forum.openwrt.org/viewtopic.php?id=60235 + https://en.wikipedia.org/wiki/Slovak_language + + Signed-off-by: Hannu Nyman + +commit d1da53512e8a41a20f0b1460b174140d0ce6aa40 +Author: Jo-Philipp Wich +Date: Mon Oct 12 11:13:26 2015 +0200 + + luci-app-ddns: fix typo in previous commit + + Signed-off-by: Jo-Philipp Wich + +commit 2cfd11b27268b21adc3ed126fb2b6c90da604528 +Author: Hannu Nyman +Date: Mon Oct 12 10:58:09 2015 +0300 + + Timezone information: update to 2015g + + Changes in 2015g: + http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html + + Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time. + + Fiji's 2016 fall-back transition is scheduled for January 17, not 24. + + Fort Nelson, British Columbia will not fall back on 2015-11-01. It has + effectively been on MST (-0700) since it advanced its clocks on 2015-03-08. + New zone America/Fort_Nelson. + + Note: the Turkey-related one-time rule change is not apparently catched by + the zoneinfo2lua script, so that change is not included in this commit. + (Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25.) + + Signed-off-by: Hannu Nyman + +commit 49a7c5bd03f1b5cdbd6a8d7a05562dd7d5f012a5 +Author: Jo-Philipp Wich +Date: Mon Oct 12 09:14:49 2015 +0200 + + luci-app-ddns: remove title hacks + + Signed-off-by: Jo-Philipp Wich + +commit a2ebf8714508fc9f02ffa477f430377e29f4a2e3 +Author: Mangix +Date: Fri Oct 9 16:00:57 2015 -0700 + + resources/icons: Use gifsicle to save a few bytes. + Signed-off by: Rosen Penev + +commit 222284578bb61c591ee7e3afabae2952682081f3 +Merge: bd504f552 9eda8585d +Author: Jo-Philipp Wich +Date: Thu Oct 8 02:06:08 2015 +0200 + + Merge pull request #505 from roger-/dump1090-latlon + + dump1090: lat/lon should be floats + +commit 9eda8585d6df1912f907abe34ea727707eed75fc +Author: Roger +Date: Wed Oct 7 18:16:03 2015 -0500 + + dump1090: lat/lon should be floats + + Signed-off-by: Roger D + +commit bd504f552d9741cdb68086bd96161791d1a72734 +Author: Jo-Philipp Wich +Date: Wed Oct 7 21:44:46 2015 +0200 + + luci-base: prevent UCI changes in CBI if form is not in submit state + + Only process submitted data if the "cbi.submit" parameter is present as the + dispatcher will verify the integrity of the CSRF token in this case. + + Signed-off-by: Jo-Philipp Wich + +commit 281d2f617899a0c3a171a66c6a3a14e834aa000c +Author: Jo-Philipp Wich +Date: Wed Oct 7 19:07:36 2015 +0200 + + Globally replace luci.dispatcher.build_url(...) with url(...) invocations + + Also concat multiple string arguments into one while we're at it. + + Signed-off-by: Jo-Philipp Wich + +commit 49a2cb5ad11ccc0225fd3fa1de4b85a0618bbb99 +Author: Jo-Philipp Wich +Date: Wed Oct 7 13:03:42 2015 +0200 + + luci-base: expose luci.dispatcher.build_url() as url() in templates + + Signed-off-by: Jo-Philipp Wich + +commit 3f29078fb938be66a0eb43bf50819c5f15e6d606 +Author: Jo-Philipp Wich +Date: Wed Oct 7 12:24:51 2015 +0200 + + luci-base: protect simpleforms with CSRF tokens + + Signed-off-by: Jo-Philipp Wich + +commit 38a9993bd1bf0024639e19a9c25328a9d5d5954e +Author: Jo-Philipp Wich +Date: Wed Oct 7 01:54:56 2015 +0200 + + luci-mod-admin-full: switch to POST action for reboot + + Also rework the reboot tmeplate a little bit. + + Signed-off-by: Jo-Philipp Wich + +commit ada4a0ea98fbd8fa396cb601ace6c52f3857f5cc +Author: Jo-Philipp Wich +Date: Tue Oct 6 22:37:23 2015 +0200 + + luci-base: switch to POST action for service reload + + Switches the service reload calls to CSRF token protected POST action. + + Signed-off-by: Jo-Philipp Wich + +commit e440144d5693eee6858151e8e52b98b594069265 +Author: Jo-Philipp Wich +Date: Tue Oct 6 22:29:07 2015 +0200 + + luci-mod-admin-full: switch to POST actions for UCI changes + + Switches UCI apply/revert/save to CSRF token protected POST actions. + + Signed-off-by: Jo-Philipp Wich + +commit 9b75d8ec364d37361d25177738bf31897d650ba8 +Author: Jo-Philipp Wich +Date: Tue Oct 6 22:21:48 2015 +0200 + + luci-theme-bootstrap: add redir parameter to uci change menu + + Signed-off-by: Jo-Philipp Wich + +commit 36f133f946f1118fca9004706b8f2c2a741fd006 +Author: Jo-Philipp Wich +Date: Tue Oct 6 22:21:36 2015 +0200 + + luci-theme-material: add redir parameter to uci change menu + + Signed-off-by: Jo-Philipp Wich + +commit 8d46c20327509dbafa3fd0dc4e4426765244c5a1 +Author: Jo-Philipp Wich +Date: Tue Oct 6 18:54:35 2015 +0200 + + luci-base: protect CBI forms with CSRF tokens + + Signed-off-by: Jo-Philipp Wich + +commit 5a6382171da2c941e17d050cd357629f40541cb6 +Author: Jo-Philipp Wich +Date: Tue Oct 6 15:53:35 2015 +0200 + + luci-base: add support for POST-only actions with CSRF token check + + Add the dispatcher infrastructure to restrict certain routes to POST + requests only in conjunction with verification of CSRF tokens. + + This is the first step to get rid of the CSRF token in the url in favor + to tokens embedded in forms. + + Signed-off-by: Jo-Philipp Wich + +commit d0f15d980469386fbdee3ace19de44f29397cc3b +Merge: 5e9da8240 7567f2d01 +Author: Hannu Nyman +Date: Tue Oct 6 15:18:41 2015 +0300 + + Merge pull request #503 from LuttyYang/master + + luci-theme-material: fix some style bug in LUCI newest version + +commit 7567f2d01f6e136abfa82e1b1ef85bfe287f13dc +Author: Lutty Yang +Date: Tue Oct 6 20:14:27 2015 +0800 + + luci-theme-material: fix some style bug in LUCI newest version + + Signed-off-by: Lutty Yang + +commit 5e9da8240f475a227c2897f4947397a74f36b2c3 +Author: Jo-Philipp Wich +Date: Tue Oct 6 13:29:43 2015 +0200 + + Globally convert headline anchors into name attributes. + + Signed-off-by: Jo-Philipp Wich + +commit 8023fb9c433d01db99dc19668f892b4d4269eadb +Merge: 78c61d6de a5ae384c8 +Author: Jo-Philipp Wich +Date: Mon Oct 5 20:29:41 2015 +0200 + + Merge pull request #501 from LuttyYang/master + + luci-theme-material: PR from version 0.2.6 + +commit 78c61d6de000c0839dda6da4f9ec5e1e6bdc98ac +Author: Jo-Philipp Wich +Date: Mon Oct 5 19:11:51 2015 +0200 + + luci-app-statistics: reorder interface, netlink and openvpn datasources + + This aligns the order and grouping of RX and TX network datasources. + + Signed-off-by: Jo-Philipp Wich + +commit c8c4a343c2e7ab2f7af00531d0c2fd30c33e51b4 +Author: Jo-Philipp Wich +Date: Mon Oct 5 19:11:13 2015 +0200 + + luci-app-statistics: add support for sorting RRD data sources + + Signed-off-by: Jo-Philipp Wich + +commit 3289e134953887482bdaa28c28567917bb91facb +Author: Jo-Philipp Wich +Date: Mon Oct 5 18:55:28 2015 +0200 + + luci-app-statistics: add initial support for collectd-mod-openvpn + + This changeset covers compression and traffic stats, not every combination has + been tested yet. + + Signed-off-by: Jo-Philipp Wich + +commit a5ae384c8fe80c8d5d92ee84b41552db24aa4f4a +Author: Lutty Yang +Date: Mon Oct 5 22:01:42 2015 +0800 + + luci-theme-material: PR from version 0.2.6 + + PR from version 0.2.6 + + Signed-off-by: Lutty Yang + +commit cff2b99b4f9af0957ff6de4fe1ce48d30337b41b +Author: Jo-Philipp Wich +Date: Mon Oct 5 15:13:44 2015 +0200 + + luci-app-statistics: add initial support for collect-mod-sensors + + Due to a lack of a test environment this support only covers thermal graphs + so far. Please send the output of "rrdtool info /tmp/rrd/*/sensors-*/*.rrd" + if your system happens to support voltage, power or fanspeed sensors. + + Signed-off-by: Jo-Philipp Wich + +commit 56deb7b2cf5f295b264f245debb03b19716e84a7 +Merge: 527ad7386 b6fe9a70e +Author: Hannu Nyman +Date: Sun Oct 4 18:57:59 2015 +0300 + + Merge pull request #488 from hnyman/black-flash + + luci-base: change index.html to be more like current themes + +commit 527ad738662b678426d853d763fd53f504980877 +Merge: 03a90f161 60e2148d7 +Author: Hannu Nyman +Date: Sun Oct 4 18:57:45 2015 +0300 + + Merge pull request #489 from hnyman/remove-bno-theme + + themes: remove freifunk-bno theme + +commit 03a90f161a85bbd79a18a260ba0b702cd941f207 +Author: Jo-Philipp Wich +Date: Sat Oct 3 16:11:11 2015 +0200 + + luci-mod-admin-full: status: survive broken DSL status output + + Only attempt to call "dsl_func" if the dsl_control lucistat output could be + successfully evaluated. + + Works around https://dev.openwrt.org/ticket/20607 + + Signed-off-by: Jo-Philipp Wich + +commit c10a7380bf91d0d78ab55471d6becc501752602f +Author: Jo-Philipp Wich +Date: Sat Oct 3 15:30:59 2015 +0200 + + luci-app-statistics: improve diagram generation, add missing title + + Signed-off-by: Jo-Philipp Wich + +commit 96b031bbad59555cb2523a3cab1d0a058b39455b +Author: Jo-Philipp Wich +Date: Sat Oct 3 15:29:25 2015 +0200 + + luci-app-statistics: rework graph label handling + + Remove leftover unused translation code and properly escape colons in line + labels. + + Signed-off-by: Jo-Philipp Wich + +commit 59d2f60a4206d6ac9e2c261ee75548973788549b +Author: Jo-Philipp Wich +Date: Sat Oct 3 11:40:09 2015 +0200 + + luci-app-statistics: only render index view for more than one instance + + If a plugin produces only one instance, e.g. netlink with just one interface + configured, then the controller will register no detail views which would + normally show all graphs but the index pacage of a given plugin will still + display the collapsed view without any possibility to reach the full listing. + + Fix the problem by only rendering a linked index view when more than one + instance is present. + + Signed-off-by: Jo-Philipp Wich + +commit ecd460f79f34843904b16d45b42079d60b30bd70 +Author: Steven Barth +Date: Fri Oct 2 11:34:12 2015 +0200 + + proto_map: fix ealen range + + Signed-off-by: Steven Barth + +commit 8030cc6f4bc386699b8214788440cdaf1f37acdd +Merge: e759b495b 2cbe5d2af +Author: Hannu Nyman +Date: Tue Sep 29 21:10:43 2015 +0300 + + Merge pull request #496 from neheb/master + + Use ZopfliPNG to save 5.4 KB + +commit 2cbe5d2af34cd17175c6e333fb1df5fdc1074a2d +Author: Mangix +Date: Mon Sep 28 18:12:07 2015 -0700 + + resources/icons: Use ZopfliPNG to save 5.4 KB + + Signed-off by: Rosen Penev + +commit b6fe9a70e6a3182b0d4bc7c7071c59b242402a05 +Author: Hannu Nyman +Date: Tue Sep 29 11:44:53 2015 +0300 + + luci-base: change index.html to be more like current themes + + Change index.html that is visible for a second when entering Luci: + * Black text on white background (instead of white on black) + * Specify font as Arial/Helvetica + + Signed-off-by: Hannu Nyman + +commit 60e2148d70ed271abf63504b9d51cf7fc77976a1 +Author: Hannu Nyman +Date: Tue Sep 29 11:44:16 2015 +0300 + + themes: remove freifunk-bno theme + + Remove the freifunk-bno theme as the bno profile itself was removed. + Discussion in https://github.com/openwrt/luci/pull/471 + + Signed-off-by: Hannu Nyman + +commit e759b495b218d0c1842e8e0b1f3a19f1290c809c +Merge: 0e2c555c3 91220dac0 +Author: Hannu Nyman +Date: Tue Sep 29 11:31:42 2015 +0300 + + Merge pull request #497 from cshore/asterisk-update + + applications/asterisk: Remove incorrect dependency + +commit 0e2c555c30dbc6fc6f48ad3645d6380a3bc98d72 +Author: Hannu Nyman +Date: Tue Sep 29 10:38:58 2015 +0300 + + CONTRIBUTING.md: Add advice on pull requests + + Add advice on pull requests and best practices in working with Github. + Minor corrections & updates. + Adjust to Github 'markdown' syntax. + + Signed-off-by: Hannu Nyman + +commit 91220dac08f9eff27f011fb19d49f1a6ec98bcb0 +Author: Daniel Dickinson +Date: Tue Sep 29 03:47:31 2015 -0400 + + applications/asterisk: Remove incorrect dependency + + ahcpd dependency appears to have come from a cut-n-paste from + luci-app-ahcpd. + +commit 9e3d73f7899e08f9a34f573260d7b21e4873f3d1 +Merge: d73db0d0b 8d7a8ce5a +Author: Hannu Nyman +Date: Tue Sep 29 09:53:04 2015 +0300 + + Merge pull request #495 from openwrt-es/dump1090-next + + applications/luci-dump1090: update config to latest version + +commit 8d7a8ce5a43d219773904eab619f882d1ae593af +Author: Álvaro Fernández Rojas +Date: Tue Sep 29 00:07:22 2015 +0200 + + applications/luci-dump1090: update config to latest version + + Signed-off-by: Álvaro Fernández Rojas + +commit d73db0d0baa21a27912d5d2864568012ed6c9710 +Merge: db6e22825 da5b25187 +Author: Hannu Nyman +Date: Mon Sep 28 18:29:58 2015 +0300 + + Merge pull request #491 from hnyman/reorganise-stats-menu + + luci-app-statistics: reorganise menu items + +commit db6e2282505e2108517165656a1d3b794498438a +Merge: 64bfe908e 0857aaa28 +Author: Hannu Nyman +Date: Mon Sep 28 12:01:56 2015 +0300 + + Merge pull request #492 from ollie27/nohosts + + luci-mod-admin-full: fix dnsmasq no-hosts/addn-hosts options + +commit 0857aaa28b79c9ede1029aa9ce3160e92473f4d7 +Author: Oliver Middleton +Date: Mon Sep 28 00:49:47 2015 +0100 + + luci-mod-admin-full: fix dnsmasq no-hosts/addn-hosts options + + no-hosts does not disable addn-hosts. + + Signed-off-by: Oliver Middleton + +commit da5b25187b245883fa52d569970a6f5810330954 +Author: Hannu Nyman +Date: Sun Sep 27 16:41:53 2015 +0300 + + luci-app-statistics: reorganise menu items + + Reorganise the menu items of the Luci statistics module: + + * Re-label "Collectd" to "Setup" and place it after the "Graphs" items. + - "Graphs" is used much more frequently so it should be first. + - Change "Collectd" menu item to "Setup" to clarify things. + + * Re-label "System plugins" to "General plugins" to change sorting. + "Network / Output / System" changes to "General / Network / Output" + that is more logical order for the items. + + Signed-off-by: Hannu Nyman + +commit 64bfe908e36d6f01bae8e3c58c8584afd509aba7 +Merge: 990c2e23e 7a04dc2f6 +Author: Hannu Nyman +Date: Sat Sep 26 19:37:30 2015 +0300 + + Merge pull request #487 from jorgifumi/patch-1 + + Update multiwan.po + +commit 7a04dc2f6329a1022e83ae61caad4901e8f827ab +Author: Jorge Lucena +Date: Fri Sep 25 10:36:05 2015 +0200 + + Update multiwan.po + + Little fix in translation msgid "WAN Uplink" + + Signed-off-by: Jorge Lucena + +commit 990c2e23e7d41dc36a9eb9aedda9ad6b4306535f +Merge: a60184d6b 5a0c3bbfa +Author: Hannu Nyman +Date: Sat Sep 26 18:29:12 2015 +0300 + + Merge pull request #484 from LuttyYang/master + + luci-theme-material: add button select and input theme + +commit a60184d6bd6dd3b136d0cc447a65b9003ec7cd3d +Merge: 13f3ad963 41ec4c68a +Author: Jo-Philipp Wich +Date: Tue Sep 22 22:18:16 2015 +0200 + + Merge pull request #485 from dwmw2/master + + luci/statistics: Fix nut UPS graphs + +commit 41ec4c68adf7e6545aa10b359fea1883bec79b3e +Author: David Woodhouse +Date: Thu Sep 17 11:35:38 2015 +0100 + + luci/statistics: Fix nut UPS graphs + + At some point since I last checked, the nut plugin for collectd changed the + names of the timeleft and percent datasets. Update the luci module to match + so that those graphs are generated correctly again. + + Signed-off-by: David Woodhouse + +commit 5a0c3bbfa96ea7b4845402e1f776744a86df6cb7 +Author: Lutty Yang +Date: Sun Sep 20 12:08:44 2015 +0800 + + luci-theme-material: add button select input theme + + add button select input theme + + Signed-off-by: Lutty Yang + +commit 13f3ad96358a36ed65bef0afbc1009545f080eaf +Merge: 1209ab6ba fea55f75c +Author: Christian Schoenebeck +Date: Sat Sep 19 13:17:24 2015 +0200 + + Merge pull request #482 from LuttyYang/master + + luci-theme-material: add some new features and fix some bugs + +commit fea55f75c75859856cc607fe619449a8c549f180 +Author: Lutty Yang +Date: Sat Sep 19 17:22:54 2015 +0800 + + luci-theme-material: add some new features and fix some bugs + + add footer and loading animation and auto focus switches + compact Fonts + + Signed-off-by: Lutty Yang + +commit 1209ab6ba617c5bf3a97a91653ea9210e07cf3af +Author: Hannu Nyman +Date: Fri Sep 18 16:00:06 2015 +0300 + + luci-base: set default mediaurlbase to bootstrap (current default theme) + + The mediaurlbase option in the default /etc/config/luci still points + to the old openwrt.org theme that is not installed by default. + The discrepancy was noted in the commit message for 55ab4e4ce22 + + After 55ab4e4ce22 the installed theme's uci-defaults script will correct + the setting at first boot, but we should not have a deprecated theme as + the default value. Set the default value to the default theme 'bootstrap'. + + Related old discussion at #302 + + Signed-off-by: Hannu Nyman + +commit 43b22213f02cd27541840c10dc53aa922c4c0182 +Merge: c91a5eb2c cf0623f4f +Author: Hannu Nyman +Date: Fri Sep 18 11:52:32 2015 +0300 + + Merge pull request #481 from LuttyYang/master + + luci-theme-material: fix some bug + +commit cf0623f4f527bd315f164bb51b949e88e00e93d7 +Author: Lutty Yang +Date: Fri Sep 18 16:22:39 2015 +0800 + + luci-theme-material: fix font size bug + + fix "textarea font-size too big in firefox" + + Signed-off-by: Lutty Yang + +commit c91a5eb2c49e583717913ca9da45b9175567649a +Author: Hannu Nyman +Date: Fri Sep 18 10:24:58 2015 +0300 + + luci-mod-admin-full: opkg config / prevent word-wrap + + Prevent word-wrap on the config input areas. Especially the feed + definition lines can be long, and automatic word-wrap can decrease + clarity. + + Signed-off-by: Hannu Nyman + +commit e04e263adfa8b25a5fe588617c8fbb326f8a5334 +Author: Lutty Yang +Date: Fri Sep 18 13:51:15 2015 +0800 + + luci-theme-material: fix Polish text longer bug + + Signed-off-by: Lutty Yang + +commit 2237aab76b6876bc9bc1c0c0fad818898cfbe495 +Author: Lutty Yang +Date: Fri Sep 18 11:32:44 2015 +0800 + + luci-theme-material: fix some bug + + fixed "logout" text theme error and "unsaved changes" page dislocation. + + Signed-off-by: Lutty Yang + +commit e82a9da5024dfaf147bdac8423fa66e48443d6ac +Merge: 4b69adf77 b699b559e +Author: Hannu Nyman +Date: Thu Sep 17 19:31:00 2015 +0300 + + Merge pull request #480 from obsy/master + + Cosmetic changes for the Polish language + +commit b699b559e602b10faa874f6a9bfa55ef5a6051a1 +Author: Cezary Jackiewicz +Date: Thu Sep 17 18:23:26 2015 +0200 + + i18n/polish/base: changing form of the word + +commit 4e2f87ef03510b88aa845e99328bc0a2c3a7a91e +Author: Cezary Jackiewicz +Date: Thu Sep 17 18:20:25 2015 +0200 + + i18n/polish/base: truncate strings to better fit in view + +commit dd8778363d92a670631747a7eeaa2ba4304c8e68 +Author: Cezary Jackiewicz +Date: Thu Sep 17 18:18:38 2015 +0200 + + i18n/polish/firewall: typo + +commit 4b69adf77d1c639efa93daca3758ead1c287b642 +Merge: 7ead90bb2 6c1a2e348 +Author: Hannu Nyman +Date: Thu Sep 17 16:07:13 2015 +0300 + + Merge pull request #479 from LuttyYang/master + + fix luci-theme-material bug + +commit 6c1a2e34833a8514b4f13bfc16a1c0c2d0116bc9 +Author: Lutty Yang +Date: Thu Sep 17 20:41:11 2015 +0800 + + luci-theme-material: fix no password set, Luci displays information is illegible. + + Fixed the visibility of "no password set" warning. + + Signed-off-by: Lutty Yang + +commit 7ead90bb2624796960a3de471160b42826f1960f +Merge: 892dd7383 fff7c6c51 +Author: Hannu Nyman +Date: Thu Sep 17 11:47:54 2015 +0300 + + Merge pull request #470 from thesabbir/patch-01 + + merged + modules/luci-mod-rpc: fix #466 #427 attempt to index global 'luci' (a nil value) + +commit 892dd7383afda984d7dc274e3d51683105397240 +Merge: c20701677 a16654b12 +Author: Hannu Nyman +Date: Thu Sep 17 11:43:05 2015 +0300 + + Merge pull request #473 from ekaitz-zarraga/fix-luci-failsafe + + modules/luci-mod-failsafe: Fix nil file descriptor error + +commit c207016774d6dade6d3fbcbbc44ac30e08acc12e +Merge: edc58332f c332c6603 +Author: Hannu Nyman +Date: Thu Sep 17 11:36:43 2015 +0300 + + Merge pull request #478 from LuttyYang/master + + Merge new theme 'material' / luci-theme-material + + Material is a clean HTML5 theme for LuCI. + It is based on luci-theme-bootstrap and MUI. + +commit c332c660318f9d7916daa6855ebdc63504d02b07 +Author: Lutty Yang +Date: Thu Sep 17 16:19:48 2015 +0800 + + Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI + + Signed-off-by: Lutty Yang + +commit edc58332f0bc93a637d1b44689849e9cef29596d +Author: Hannu Nyman +Date: Thu Sep 17 10:45:53 2015 +0300 + + luci-app-firewall: use maxlength datatype instead of validate function + + Switch the zonename validation to use + a compound datatype "and(uciname,maxlength(14))" + instead of a separate 'validate' function. + + Remove the unnecessary function that was introduced by 34e875b + + Signed-off-by: Hannu Nyman + +commit f3f0de3e5eaaf7af727f1708b6d20b9ad6b10507 +Author: Hannu Nyman +Date: Wed Sep 16 17:51:19 2015 +0300 + + documentation: delete obsoleted file that has a troublesome name + + Remove SubmitPatchesHowTo:.md that contains obsolete advise about svn and + submitting patches via trac. The filename also contains ":", which causes + trouble for some git clients (e.g. TortoiseGit). + + Signed-off-by: Hannu Nyman + +commit cdf3122db2dee7003226997b2d5f65c6379a931d +Author: Lutty Yang +Date: Wed Sep 16 22:02:21 2015 +0800 + + fix path error + +commit 97d3497c46190ec17967d40f65b9812833259fe2 +Author: Lutty Yang +Date: Wed Sep 16 21:30:50 2015 +0800 + + fix path error + +commit b825a140fd10d57a68ee9b39ffe9db7231c8f3de +Author: Lutty Yang +Date: Wed Sep 16 19:59:17 2015 +0800 + + init Material Design theme + +commit 3288fe76ab3d2269abcf902d0df6f847c6200e8e +Author: Hannu Nyman +Date: Wed Sep 16 12:47:48 2015 +0300 + + Luci opkg/packages: Show package size in list of available packages + + Add package *.ipk size information to package listing in Luci, + as opkg was today extended to support listing also the size information. + Visible fields are now: name, version, size, description + + That will help users considering installation of a certain package + to assess its size impact on flash. + + Note: Opkg data includes the size of the .ipk file, not the expanded size. + + Signed-off-by: Hannu Nyman + +commit 7347cf00cb3a39e6b33026ad872beee6e3b0c6e7 +Merge: 428d97e3e a42c0bb61 +Author: Hannu Nyman +Date: Tue Sep 15 15:05:09 2015 +0300 + + Merge pull request #475 from hnyman/opkg-feed-config + + luci-mod-admin-full: restore opkg feed config capability + +commit a42c0bb6182fdde7591d1f1b163a9a3354b45f5a +Author: Hannu Nyman +Date: Tue Sep 15 13:01:03 2015 +0300 + + luci-mod-admin-full: restore opkg feed config capability + + opkg config was recently changed by https://dev.openwrt.org/changeset/46491/ + + Existing /etc/opkg.conf was split to three: + /etc/opkg.conf -> base opkg configuration + /etc/opkg/distfeeds.conf -> default Openwrt package feeds + /etc/opkg/customfeeds.conf -> custom package feeds + + Since then, the actual feed definitions have not been visible/configurable, + as only /etc/opkg.conf has been visible in Luci. + + This patch restores the capability to see and edit package feed definitions. + + Signed-off-by: Hannu Nyman + +commit a16654b12130d636b4e0f81839a26f5821619baa +Author: Ekaitz Zárraga +Date: Mon Sep 14 13:31:49 2015 +0200 + + modules/luci-mod-failsafe: Fix nil file descriptor error + + Signed-off-by: Ekaitz Zárraga + +commit 428d97e3e2c3b5404da4cb232625db2aeb878da1 +Merge: f0083abed 6e1a089b5 +Author: Manuel Munz +Date: Sat Sep 12 19:00:17 2015 +0200 + + Merge pull request #471 from freifunk-berlin/remove_bno + + community-profiles: remove bno profile + +commit 6e1a089b5c765f3ab8a2029fa22c7be7ca0cae83 +Author: Philipp Borgers +Date: Sat Sep 12 17:03:20 2015 +0200 + + community-profiles: remove bno profile + + The Berlin Nord-Ost community profile is not up-to-date and as far as I know the + community does not exist anymore. + +commit fff7c6c5188ff7a82b5d9f46a6f2c143288b5ed1 +Author: Sabbir Ahmed +Date: Sat Sep 12 15:11:18 2015 +0600 + + modules/luci-mod-rpc: fix attempt to index global 'luci' (a nil value) + +commit 5335f225374c7ed993348d15b5018411dc776bab +Author: Jan-Philipp Litza +Date: Tue Sep 1 16:17:23 2015 +0200 + + luci-lib-jsonc: Add ltn12-compatible sink factory + + To use the luci-lib-jsonc parser as sink for an ltn12 pump (for example + from stdin), the following code will now do: + + require 'luci.ltn12' + require 'luci.jsonc' + + local parser = luci.jsonc.new() + luci.ltn12.pump.all(luci.ltn12.source.file(io.input()), parser:sink()) + print(parser:get()) + + Signed-off-by: Jan-Philipp Litza + +commit 03786ed853fb2d538bd3448f778e9d0cfe50691e +Author: Karl Palsson +Date: Wed Sep 2 15:18:13 2015 +0000 + + uci:get_list: always return a table, no matter what. + + Previously, get_list("fake", "non-existent", "notreal") would still + return a table, just empty. This is nice, as you can always iterate the + returned table, without having to check it first. + + However, if you happened to pass a nil for any of the parameters, you + would actually get a nil in return. This was inconsistent. + + The documentation is updated to clarify the behaviour of this function. + + Signed-off-by: Karl Palsson + +commit 879d9ff2b8f80b7c8e4adadf0702154d9ae932f4 +Author: Karl Palsson +Date: Wed Sep 2 11:24:29 2015 +0000 + + uci:set_list: Delete option if the list is empty + + Allows lists fetched with get_list to be modified and simply passed back + to set_list. Explicitly calling set_list() with an empty list is clearly + requesting that there be zero list items, ie, deletion of the option + altogether. + + Signed-off-by: Karl Palsson + +commit f0083abed10e8a397ebe9e62801e3b5d536ba7b6 +Author: Hannu Nyman +Date: Wed Sep 2 15:40:56 2015 +0300 + + statistics: fix typo + + sed -i "s/collected date/collected data/" + + Signed-off-by: Hannu Nyman + +commit 044b98150a8b249ebef16d61914bb99a9fcd89aa +Author: marcel-sch +Date: Wed Sep 2 11:28:54 2015 +0200 + + Update profile_cottbus + + back to basics + +commit 5735cdee86a87512e6d6e5b6fb9ef016bcf864d6 +Author: Jo-Philipp Wich +Date: Wed Sep 2 09:46:05 2015 +0200 + + contrib: remove obsolete luasrcdiet packaging, its built as part of luci-base now + + Signed-off-by: Jo-Philipp Wich + +commit ac65bb291a4bb248118b70ad0e19c20e4b8e996a +Author: Jo-Philipp Wich +Date: Wed Sep 2 09:41:35 2015 +0200 + + contrib: remove obsolete uhttpd packaging + + Signed-off-by: Jo-Philipp Wich + +commit 62b203d0ea5bb0367c99bd4978edfe86908e427c +Author: Jo-Philipp Wich +Date: Wed Sep 2 09:41:14 2015 +0200 + + contrib: remove obsolete host uci configurations + + Signed-off-by: Jo-Philipp Wich + +commit 16b63cb471eafb80eddb27165bdfa70cc5812821 +Author: Jo-Philipp Wich +Date: Wed Sep 2 09:38:54 2015 +0200 + + Remove obsolete toplevel Makefile + + Signed-off-by: Jo-Philipp Wich + +commit 6c72dec7e520bf9bef18b5db8656532278bcac26 +Author: Jo-Philipp Wich +Date: Wed Sep 2 09:38:28 2015 +0200 + + build/makedocs.sh: handle relative output directories + + Signed-off-by: Jo-Philipp Wich + +commit b96d223642ae93c9ae1679a0a0fb9ab368060e39 +Merge: daeb2016d ca75918ff +Author: Hannu Nyman +Date: Wed Sep 2 08:50:58 2015 +0300 + + Merge pull request #463 from hnyman/max-len-version + + Luci opkg/packages: Limit version string display to 26 chars + +commit ca75918ff3a9069d9e31fd0a0742ad5be1089309 +Author: Hannu Nyman +Date: Tue Sep 1 14:33:56 2015 +0300 + + Luci opkg/packages: Limit version string display to 26 chars + + Many packages currently include a git commit hash in version string. + That makes versions string very long and the version column takes much space + when listing available/installed packages in Luci. + + Longest version string is 58 characters (micropython). + 85 packages have at least 50 chars and 150 packages at least 40 chars. + + Adjust Luci to display max. 26 characters (= luci's own version string). + + Longer version strings are cut to: "first 21c" + ".." + "last 3c" + + The last 3 chars are used to preserve the possible PKG_REVISION string. + E.g. 'opkg' has only hash+PKG_REVISION, so using only start of the string + might not be optimal. + + Examples: + + 1.3.10-20150302-f2a889564b3a215902622b040a1247af38cb8203-1 + 1.3.10-20150302-f2a88..3-1 + + 0.1-20150302-654c7d288603f7dae09eb09b57fb67b38c7ac6c3-1 + 0.1-20150302-654c7d28..3-1 + + 9c97d5ecd795709c8584e972bfdf3aee3a5b846d-7 + 9c97d5ecd795709c8584e..d-7 + + Signed-off-by: Hannu Nyman + +commit daeb2016d6b89d431f9e2ddb51384131c86ab6b6 +Author: Jo-Philipp Wich +Date: Tue Sep 1 16:49:19 2015 +0200 + + luci-lib-ip: fix documentation issue + + Signed-off-by: Jo-Philipp Wich + +commit 3d0e8deedeb811184e672684f75030bbbba7d9d3 +Author: Jo-Philipp Wich +Date: Tue Sep 1 16:44:59 2015 +0200 + + Regenerate api documentation + + Signed-off-by: Jo-Philipp Wich + +commit 00e2b03927b5c107aefef1c71ef14facd4c3cb77 +Author: Jo-Philipp Wich +Date: Tue Sep 1 16:44:03 2015 +0200 + + Move doc/ to documentation/api/ + + Signed-off-by: Jo-Philipp Wich + +commit ed1a6416964df17b3a76a7043734d0fde4a6bd41 +Author: Jo-Philipp Wich +Date: Tue Sep 1 16:43:19 2015 +0200 + + Fix module lines in several luadoc files + + Signed-off-by: Jo-Philipp Wich + +commit 8084babf185e4825a0d313ea2a42b9f0b4ae4bfa +Author: Karl Palsson +Date: Tue Sep 1 13:36:38 2015 +0000 + + luci.utils.contains: update documentation to match reality + + Signed-off-by: Karl Palsson + +commit 176c0d23b9a7b827d03354a7cc3cc19fecfb8b49 +Author: marcel-sch +Date: Tue Sep 1 15:37:28 2015 +0200 + + removed option mesh_network + +commit 60fedec15e7c1b1e9702cb8501d1dbc474c2563b +Author: marcel-sch +Date: Tue Sep 1 15:24:03 2015 +0200 + + add profile_cottbus + + new community cottbus, config based on profile_berlin at kathleen + +commit 2e6118888156b66d8a84e6487de12d5ba88a6a6e +Author: Jo-Philipp Wich +Date: Tue Sep 1 12:19:27 2015 +0200 + + Add generated documentation to repository + + Signed-off-by: Jo-Philipp Wich + +commit fdb7daa90748bc28dbd57cb0b0d23efba6d8e1c9 +Merge: 60f62f841 90c841d66 +Author: Jo-Philipp Wich +Date: Tue Sep 1 09:34:14 2015 +0200 + + Merge pull request #460 from jplitza/master + + luci-lib-jsonc: Fix memory leak in stringify() + +commit 60f62f841f6816b83dab9a9028c4d0799992c56c +Merge: c0e2255ae 50feac8c6 +Author: Hannu Nyman +Date: Tue Sep 1 10:11:21 2015 +0300 + + Merge pull request #416 from fabio70mi/patch-1 + + Update base.po + +commit 90c841d66e5a13735996e5177b622cb0deae9016 +Author: Jan-Philipp Litza +Date: Mon Aug 31 19:52:36 2015 +0200 + + luci-lib-jsonc: Fix memory leak in stringify() + +commit c0e2255ae90145062d5966725c7ee5da3c310ce1 +Merge: a36a73cbd 1c57ea5d2 +Author: Hannu Nyman +Date: Mon Aug 31 11:20:29 2015 +0300 + + Merge pull request #393 from nmav/no-group-match + + luci-app-ocserv: list users with no group + +commit a36a73cbdcfb54e1c23453b2541ca74bf36ee79a +Merge: 0d5070c51 e7645d557 +Author: Jo-Philipp Wich +Date: Sun Aug 30 17:57:00 2015 +0200 + + Merge pull request #457 from jplitza/master + + luci-lib-jsonc: fix handling of strange keys, allow encoding [] + +commit e7645d557c1bd532e49c69f0ab781cf6342067d1 +Author: Jan-Philipp Litza +Date: Sun Aug 30 15:45:49 2015 +0200 + + luci-lib-jsonc: allow encoding empty lists + + To be consistent with the behavior of luci-lib-json, an empty Lua table + should be encoded to an empty JSON list, not an empty JSON object. + + To still allow encoding empty JSON objects, the usage of anything other + than a number or a string as a key (for example an empty table or a + function) can be used to force encoding as an object: + + json.stringify({}) -- "[]" + json.stringify({[{}] = true}) -- "{}" + + Signed-off-by: Jan-Philipp Litza + +commit e32a877aa48d0e9d87d999026a6c49707b42a7bf +Author: Jan-Philipp Litza +Date: Sun Aug 30 15:42:52 2015 +0200 + + luci-lib-jsonc: Ignore non-string-or-number keys in tables + + Previously, the following caused a segmentation fault: + + json.stringify({[{}] = true}) + + This was caused by lua_tostring() returning NULL for anything but + strings and numbers, letting json_object_object_add crash. + + This patch makes jsonc ignore all keys which have no string + representation altogether. + + Signed-off-by: Jan-Philipp Litza + +commit 0d5070c51089deb448476f1abadcea8e185eaf9b +Author: Hannu Nyman +Date: Sun Aug 30 14:00:29 2015 +0300 + + statistics: remove references to Lucid from scripts + + Both init.d and uci-defaults scripts included in luci-app-statistics + still contained stuff related to lucid, which package was removed by + https://github.com/openwrt/luci/commit/91b97bc9f625d09431dc1c753209a037d7c42fbc + + Changes to scripts: + * init.d: lucid reference removed, + /var/etc creation moved earlier (before first possible use) + * uci-defaults: lucid parameters & restart removed + (but busybox httpd stuff was left intact, although it might be unnecessary) + + Signed-off-by: Hannu Nyman + +commit 478bb37a456e79f3541e0f8fbd672fe39aeb3de6 +Merge: e6672f094 4f429c5c8 +Author: hnyman +Date: Sun Aug 30 08:57:12 2015 +0300 + + Merge pull request #456 from hnyman/stat-config + + statistics: cleanup default configuration + +commit e6672f094b701a56d53073f16c6d9f9a68224071 +Author: Hannu Nyman +Date: Sat Aug 29 18:04:55 2015 +0300 + + luci-app-multiwan: mark broken as it depends on multiwan from oldpackages + + Mark luci-app-multiwan @BROKEN, as it depends on the old 'multiwan' + package, located in the deprecated 'oldpackages' feed. + + 'packages' feed contains both 'mwan3' and 'luci-app-mwan3' apps that + have superseded the old packages. + + This should fix #395. + + Signed-off-by: Hannu Nyman + +commit 4f429c5c8d95bdd74a7e005364cb511410caea5e +Author: Hannu Nyman +Date: Sat Aug 29 11:15:39 2015 +0300 + + statistics: adjust default settings to match default plugins + + Adjust default settings to match the plugins installed by default + (default plugins: iwinfo, interface, load) + + * disable plugins not installed by default to avoid error messages at start + * remove references to Freifunk interfaces, as most users do not have those + + Signed-off-by: Hannu Nyman + +commit 6a4226b3d1cd71e5d3abd7219552aa7fb9dd6f65 +Author: Hannu Nyman +Date: Sat Aug 29 10:59:01 2015 +0300 + + statistics: cleanup config file + + No functional changes, but the file is reorganised: + * group settings: general settings / output plugins / input plugins + * sort settings inside a group + * remove quotes from option names to match the current uci behaviour + * whitespace corrections + + Signed-off-by: Hannu Nyman + +commit 5ce647746e584bc10ce5238126bd6ec933fcf609 +Author: Hannu Nyman +Date: Fri Aug 28 22:58:16 2015 +0300 + + statistics: clarify CPU/processor graph by removing "idle" from it + + Clarify the CPU time consumption graph by removing the "idle" data from it. + Especially with light traffic, removing "idle" enables the graph + to scale better and to properly show the CPU load variations. + + If "idle" data needs to be seen, it might be added as a second graph below. + + Signed-off-by: Hannu Nyman + +commit 01414949359d2725d23c98a00144a64e1f920a4c +Author: Hannu Nyman +Date: Fri Aug 28 22:48:03 2015 +0300 + + statistics: clarify stats introduction + + * Clarify the short explanation on the statistics section's front page. + * Mention the possibility of additional collectd plugins to get more stats. + + Signed-off-by: Hannu Nyman + +commit 11a9f757b196168050b163cd532b93134d608897 +Author: Hannu Nyman +Date: Fri Aug 28 18:38:41 2015 +0300 + + Remove ancient INSTALL file and update README.me + + Remove the outdated INSTALL file from Kamikaze period, + as README.md contains the updated information. + + Signed-off-by: Hannu Nyman + +commit 0ecd6974a822227e2768ad33617cc9e9bdf69953 +Merge: c48fbfa99 d820ed488 +Author: Jo-Philipp Wich +Date: Fri Aug 28 12:06:25 2015 +0200 + + Merge pull request #454 from hnyman/fix-entropy + + statistics: entropy plugin - fix placement of entropy.lua + +commit d820ed48829ef46d150a31a7269c31b07039ae1b +Author: Hannu Nyman +Date: Fri Aug 28 12:51:43 2015 +0300 + + statistics: entropy plugin - fix placement of entropy.lua + + Move the file entropy.lua to the correct directory. + + Signed-off-by: Hannu Nyman + +commit c48fbfa992c9f3be4dafd5963918031f68ef46ae +Merge: 89763f901 34e875b3d +Author: Christian Schoenebeck +Date: Fri Aug 28 11:19:45 2015 +0200 + + Merge pull request #451 from hnyman/fw-zone-len + + luci-app-firewall: validate zone name to enforce fw3 max. length + +commit 89763f901e5f3c27b0ab998e5332f21d04f8e25f +Merge: 084d43506 7df0df48c +Author: Christian Schoenebeck +Date: Fri Aug 28 11:19:00 2015 +0200 + + Merge pull request #452 from hnyman/entropy + + statistics: Add support for entropy stats + +commit 7df0df48c006bbe3a8f4f73cd7b0bdc9bec0f80e +Author: Hannu Nyman +Date: Thu Aug 27 10:19:38 2015 +0300 + + statistics: Add support for entropy stats + + Add statistics on the available entropy. + + Signed-off-by: Hannu Nyman + +commit 34e875b3d35fa1d4dde0a3ec662868213b710c55 +Author: Hannu Nyman +Date: Wed Aug 26 13:51:31 2015 +0300 + + firewall: validate max length of zone name + + fw3 sets the maximum length of the zone name to 14 and + ignores zone definitions with too long names. + http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.h;hb=HEAD#l25 + http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.c;hb=HEAD#l195 + + Add a simple validation to ensure that the new zone name is short enough. + This should fix issue #345 + + Signed-off-by: Hannu Nyman + +commit 084d435060f73a8e098c8022a43bd9f5b1fd63ca +Merge: 5f3dadeb8 962cd2c4c +Author: Christian Schoenebeck +Date: Mon Aug 24 09:49:54 2015 +0200 + + Merge pull request #448 from hnyman/cpulabel + + statistics: cpu graph - add label definitions, add softirq and interrupt stats + +commit 5f3dadeb8d6cb40c5d27663091932ba241600558 +Merge: 37f6bd557 9a06498db +Author: Christian Schoenebeck +Date: Mon Aug 24 09:49:11 2015 +0200 + + Merge pull request #450 from hnyman/stat-memory + + statistics: support better autoscaling in rrdtool, improve memory graph's y-axis + +commit 9a06498dbdf5f5878d2ce86a4b9ac8abc9173bdc +Author: Hannu Nyman +Date: Sun Aug 23 21:12:56 2015 +0300 + + statistics: memory plugin - improve graph by better scaling of y-axis + + Utilise alt_autoscale_max to make the memory chart y-axis to scale better + for devices with e.g. 128 MB RAM. + + Also fix the axis min value to 0. + + Signed-off-by: Hannu Nyman + +commit 86ff4bd3a4a39674c51bd52576a0a87e803a7c53 +Author: Hannu Nyman +Date: Sun Aug 23 21:02:14 2015 +0300 + + statistics: support rrdtool's alt_autoscale and alt_autoscale_max options + + Implement support for alternative scaling of the y-axis. + By default, rrdtool will autoscale to 1,2,5,10,20,50,100,200,... etc., + which is not always suitable (e.g. memory charts for device with 128 MB). + + Rrdtool 1.0.50 already supports alternative autoscaling that creates + a tighter y-axis. Implement graph-level options in Luci statistics to + support those boolean options as "alt_autoscale" and "alt_autoscale_max". + + info at http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html + + Signed-off-by: Hannu Nyman + +commit 962cd2c4c1609566e3dd600f41c3bd16ca0276fb +Author: Hannu Nyman +Date: Sun Aug 23 17:14:22 2015 +0300 + + statistics: cpu graph - add label definitions, add softirq and interrupt stats + + CPU plugin in the Luci statistics was missing the label definitions, + so the field labels are like "cpu_system" instead of "System". + Add proper label definitions to CPU (like the other plugins already have). + + The statistics graph was also missing softirq and interrupt stats, although colors + for them were defined. Softirq consumes massive amount of CPU especially with + any qos in use, so it is important for the user to see also that data. Add both + softirq and interrupt stats to the graph. + + Signed-off-by: Hannu Nyman + +commit 37f6bd557d56dec0c98a4e25a1acd111203cb3b8 +Merge: 8597b86eb 82fecb770 +Author: Manuel Munz +Date: Sun Aug 23 10:33:12 2015 +0200 + + Merge pull request #447 from srdjanrosic/patch-1 + + Enable setting --script-security in client mode. + +commit 82fecb77091058759b4a268f00a575c47cdd93d7 +Author: Srdjan Rosic +Date: Sat Aug 22 09:27:25 2015 +0100 + + Enable setting --script-security in client mode. + + This is useful in client mode as well, since it allows one to use --route-noexec and --up or --route-up to create routes manually instead of relying on whatever routes vpn server pushes down to the client. + mode=server dependency in luci was introduced together with script_security by mmunz back in 2011.with no explanation in the commit why mode=server was there. + +commit 8597b86ebfd23e9501508e8f36d717637e21c21d +Merge: 2a77918b0 b7b6ed740 +Author: Jo-Philipp Wich +Date: Wed Aug 19 10:08:42 2015 +0200 + + Merge pull request #444 from hnyman/fixconntrack + + statistics: fix conntrack and ping regression caused by collectd changes + +commit b7b6ed740b0046bd55de72aef25ec1d26269a620 +Author: Hannu Nyman +Date: Wed Aug 19 10:56:30 2015 +0300 + + statistics: fix ping graph label regression + + Earlier update to collectd 5.4.1 changed the field from "ping" to "value", + which was changed in the graph definition here, but the label definition + was forgotten. Field's label now reads "ping_IPaddr_value". + + Correct the label definition to show only IPaddr like the other two graphs. + + Signed-off-by: Hannu Nyman + +commit ff9da6cb7657704b07ed35b4ffb17b9d2bece43d +Author: Hannu Nyman +Date: Tue Aug 18 23:05:00 2015 +0300 + + statistics: fix conntrack regression caused by collectd 5.5.0 + + Collectd 5.5.0 introduced new data to conntrack plugin: + In addition to the number of tracked connections there is also + the static max conntrack value and the calculated use percentage. + + Luci's conntrack plugin intrepretes "conntrack-max" as a new data instance + and includes it in the graph in addition to the real "conntrack" number. + + Eliminate "max" from graph by specifying empty "" instance as data source. + + Signed-off-by: Hannu Nyman + +commit 2a77918b023f6afc754d008a952776da69f0f618 +Author: Karl Palsson +Date: Tue Aug 18 13:59:32 2015 +0000 + + http.protocol: Support filehandlers for unhandled encodings + + The setfilehandler() functions used for mime and url encoded message + bodies all operate with a signature of fh(meta, chunk, eof), but for + unhandled encodings, the callback was directly assigned to the sink + function, which has a signature of snk(chunk). Insert a wrapper to + properly generate the EOF flag, and include a stub "meta" block + providing a virtual "name" and also the original client provided + Content-Type header, to possibly help with taking alternative actions in + the file handler. + + The sink function created for raw content decoding also used the wrong + signature for the sink function. + + Signed-off-by: Karl Palsson + +commit c42bd54abbb5451898be086d88b75c430c341dec +Merge: bb7ea3ea0 d63a7cb58 +Author: Christian Schoenebeck +Date: Tue Aug 18 09:50:17 2015 +0200 + + Merge pull request #441 from hnyman/tz2015f + + Timezone information: update to 2015f + +commit d63a7cb5823f3e6db91cb2d9c8a0d13433397a6d +Author: Hannu Nyman +Date: Mon Aug 17 22:53:11 2015 +0300 + + Timezone information: update to 2015f + + Changes in 2015e and 2015f: + http://mm.icann.org/pipermail/tz-announce/2015-June/000032.html + http://mm.icann.org/pipermail/tz-announce/2015-August/000033.html + + Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00, + not 06-13 and 07-18 as we had guessed. + + Assume Cayman Islands will observe DST starting next year, using US rules. + Although it isn't guaranteed, it is the most likely. + + North Korea switches to +0830 on 2015-08-15. + The abbreviation remains "KST". + + Uruguay no longer observes DST. + + Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC. + + Signed-off-by: Hannu Nyman + +commit 72c853629e69e9830a6d42425a331c76bfacf2d6 +Author: François Kooman +Date: Sat Aug 15 10:46:44 2015 +0200 + + introduce tls_version_min and tls_version_max, add key_direction and change tls_auth and secret config options to use it + +commit bb7ea3ea040c89a3aff936f09aef9eca4c995cdc +Merge: afc5d6720 0be846d7f +Author: Christian Schoenebeck +Date: Tue Aug 4 21:19:35 2015 +0200 + + Merge pull request #433 from chris5560/master + + ipkg.lua: compare_versions() Replace Lua Math Library call + +commit 0be846d7ffb5bff70c525214a8b7c0e4d14ce3ec +Author: Christian Schoenebeck +Date: Tue Aug 4 21:14:48 2015 +0200 + + ipkg.lua: compare_versions() Replace Lua Math Library call + + function compare_versions(): replace Lua Math Library call with if clause + + Signed-off-by: Christian Schoenebeck + +commit afc5d67207a361a4c1a31c9025fdd98ff13d9401 +Merge: fa8855021 237740b38 +Author: Christian Schoenebeck +Date: Tue Aug 4 11:05:23 2015 +0200 + + Merge pull request #431 from chris5560/master + + cbi.lua: Fix Flag.parse() to set "self.section.changed" + +commit 237740b38655cc1c56e13574f07e5c56e9910ef1 +Author: Christian Schoenebeck +Date: Sun Aug 2 07:06:42 2015 +0200 + + cbi.lua: Fix Flag.parse() to set "self.section.changed" + + Add to set "self.section.changed" on changes like other values do. + + Signed-off-by: Christian Schoenebeck + +commit fa885502159fefff6e17819d30be1e792dbbdf33 +Merge: 376f03872 305528b3c +Author: Christian Schoenebeck +Date: Sat Aug 1 16:17:11 2015 +0200 + + Merge pull request #429 from chris5560/master + + ipkg.lua: new function compare_version() + +commit 376f0387261df8b2c3d5b0718a98740b9732aa24 +Author: Jo-Philipp Wich +Date: Thu Jul 30 22:16:47 2015 +0200 + + luci-lib-nixio: pass exact sockaddr length to getnameinfo() + + Musl libc requires the length parameter of getnameinfo() to be exactly + `sizeof(struct sockaddr_in)` or `sizeof(struct sockaddr_in6)`, depending on + the passed sockaddr family. + + Signed-off-by: Jo-Philipp Wich + +commit 69ecfff002452c8ac220c4fe83156c4dfa985fa0 +Author: Manuel Munz +Date: Thu Jul 30 16:44:44 2015 +0200 + + contrib/community-profiles: add hameln + +commit 305528b3ccc5972e159385014f61fcea01b6ac9f +Author: Christian Schoenebeck +Date: Mon Jul 27 18:08:54 2015 +0200 + + ipkg.lua: new function compare_version + + * minor fix function _list() set to local + * new function compare_version() lua version of opkg compare-version + + Signed-off-by: Christian Schoenebeck + +commit ec170d62821579dea84e9333a7c7561dd7d59157 +Author: Georgi Valkov +Date: Sat Jul 18 02:28:54 2015 +0300 + + Fix: A disabled wireless network may be shown as enabled, when multiple networks are defined on the same radio. + +commit 159b60f449b50d3069478c95203ebbaa90861ff5 +Author: Georgi Valkov +Date: Sat Jul 18 01:22:47 2015 +0300 + + Fix: Status for disabled wireless networks may display the SSID, BSSID and Mode of an active network on the same radio. + +commit 0110494b18cd8234b09c4be1cffa2d81a17d732a +Author: Georgi Valkov +Date: Fri Jul 17 20:03:58 2015 +0300 + + When editing an AP wireless network in LuCI, if one or more STA networks are also present on the same radio, then the channel is locked and cannot be changed for the AP. The case when all STA networks are disabled is not considered. This patch fixes the issue. Disabled networks no longer apply a lock on the channel. + +commit 48c8cad48a028679649b57d13dd79f0df226446b +Author: Georgi Valkov +Date: Fri Jul 17 19:52:24 2015 +0300 + + Workaround: saved administration site user and pass may appear on the Wireless configuration page, replacing the WPA key. + +commit 77acfe0b46117292638ad03a54df0b884c182c15 +Merge: 3610f3222 966d87b79 +Author: Christian Schoenebeck +Date: Fri Jul 24 09:54:17 2015 +0200 + + Merge pull request #428 from aa65535/master + + luci-app-shadowsocks-libev: update package + +commit 966d87b79b1b4875f1a1c6f73d8a81a9a358afc4 +Author: Jian Chang +Date: Thu Jul 23 00:52:27 2015 +0800 + + luci-app-shadowsocks-libev: update package + + support for shadowsocks-libev v2.2.3 + + Signed-off-by: Jian Chang + +commit 3610f3222d49aa521724fa721b7c5a9ba81f024d +Author: Jo-Philipp Wich +Date: Wed Jul 15 23:25:43 2015 +0200 + + luci-mod-rpc: move luci config require into the authentication function (#427) + + Signed-off-by: Jo-Philipp Wich + +commit 16047d03c54df4474cb675a9ce98d06aad5a656b +Author: Jo-Philipp Wich +Date: Wed Jul 15 22:30:45 2015 +0200 + + luci-mod-rpc: add missing luci config require + + Signed-off-by: Jo-Philipp Wich + +commit e7f57e0caf489586335206a262e6e4660ce1f73f +Author: Lars Kruse +Date: Sun Mar 29 22:11:29 2015 +0200 + + Add luci support for dnsmasq option '--servers-file' + + Signed-off-by: Lars Kruse + +commit 17ab7acbec0fbb6ecf96fd82fec4ee4f6869d48a +Merge: 6d788d82f b1b0ba5ba +Author: Christian Schoenebeck +Date: Sun Jul 12 18:50:06 2015 +0200 + + Merge pull request #426 from mamarley/vnstatunderscorefix + + luci-app-vnstat: Fix blank graphs for iface names with underscores + +commit b1b0ba5ba96c0ed3375cd1bf1792bd1548a8fab1 +Author: Michael Marley +Date: Sun Jul 12 11:38:40 2015 -0400 + + luci-app-vnstat: Fix blank graphs for iface names with underscores + + The regex used to process the iface query string argument in + vnstat.htm was stripping underscores, which caused the graph not to + display for interfaces with names containing underscores. This + patch adds the underscore to that regex so that the interface name + will be correct and the graph will be displayed. + + Signed-off-by: Michael Marley + +commit 6d788d82f139ba10b08384fba42f25d13bd6f47a +Author: Manuel Munz +Date: Tue Jul 7 12:22:39 2015 +0200 + + contrib/meshwizard: fix LAN with OLSR and DHCP + +commit 9d85b7ee2e386946612227092ea56b34da08741c +Author: Manuel Munz +Date: Sun Jul 5 01:32:25 2015 +0200 + + contrib/meshwizard: fix a bug that occured when processing list options in set_defaults() + +commit cfd8ad89c4afb46b6dab2529341c49fd7c091e22 +Merge: 74b5c1bbc 74501038e +Author: Christian Schoenebeck +Date: Sat Jul 4 21:20:00 2015 +0200 + + Merge pull request #425 from aa65535/master + + luci-app-shadowsocks-libev: add package + +commit 74b5c1bbc3c840abeeac66c398615621f6ad4247 +Author: Jo-Philipp Wich +Date: Fri Jul 3 16:59:37 2015 +0200 + + luci-mod-admin-full: restart the firewall instead of reloading it + + Signed-off-by: Jo-Philipp Wich + +commit 74501038e42ba227899ed49596cc661345e93c67 +Author: Jian Chang +Date: Fri Jul 3 15:17:38 2015 +0800 + + luci-app-shadowsocks-libev: add package + + This adds support for configuring shadowsocks-libev + + Signed-off-by: Jian Chang + +commit 30e344c60a5db82e83b0c247625f8ebe45936b2f +Author: Manuel Munz +Date: Sun Jun 28 15:59:53 2015 +0200 + + fix ifname in wifi overview (freifunk public status). + +commit bccc6279fc6a03648827ba66b50cc41b1b5f540e +Author: Manuel Munz +Date: Sun Jun 28 15:55:37 2015 +0200 + + Fix routes on freifunk public status page + +commit 0ef5f3c6930133d5b074fd0722796d490cfcbb7c +Author: Jo-Philipp Wich +Date: Thu Jun 25 14:19:51 2015 +0200 + + contrib/firefunk-watchdog: fix build against musl + + Signed-off-by: Jo-Philipp Wich + +commit 23dba10808ade10855150031139d4a23e1a63c16 +Merge: bae48b6f8 2d564999b +Author: Jo-Philipp Wich +Date: Wed Jun 24 12:16:23 2015 +0200 + + Merge pull request #424 from kdarbyshirebryant/master + + luci-app-upnp: Stop sys upgrade disabling miniupnpd service on first boot after upgrade + +commit 2d564999bf1d504ebb4336f5fde6478421f08747 +Merge: bae48b6f8 387a06bb7 +Author: kdarbyshirebryant +Date: Mon Jun 22 19:04:00 2015 +0100 + + Merge pull request #1 from kdarbyshirebryant/miniupnpdatupgrade + + Delete luci-upnp + +commit 387a06bb73462312c075e53ce9e6002d4af09e92 +Author: kdarbyshirebryant +Date: Mon Jun 22 18:58:58 2015 +0100 + + Delete luci-upnp + + Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade. + I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed. + +commit bae48b6f88cc9648973e0f7b9e174844bc00545d +Author: fabio70mi +Date: Mon Jun 15 14:40:52 2015 +0200 + + Update base.po + + Corrected "Aggironamento Automatico" to "Aggiornamento Automatico" + +commit eac90c78fb44294a194710ffb3fff266902047e9 +Merge: e8029d639 ba897c6a2 +Author: Jo-Philipp Wich +Date: Tue Jun 16 18:27:09 2015 +0200 + + Merge pull request #419 from dangowrt/fix-olsr-json-dependency + + luci-app-olsr: depend on luci-lib-json + +commit ba897c6a209eec3a4ea447a66407a385170ccb80 +Author: Daniel Golle +Date: Tue Jun 16 17:36:42 2015 +0200 + + luci-app-olsr: depend on luci-lib-json + + Signed-off-by: Daniel Golle + +commit e8029d6398eccf1246885e6d42817d57fcc0ed9f +Author: Jo-Philipp Wich +Date: Tue Jun 16 10:21:47 2015 +0200 + + Fix markup in Template reference + +commit dde25048b9c7e14ab0d4df8a5d18650ec7508d65 +Author: Jo-Philipp Wich +Date: Tue Jun 16 10:17:28 2015 +0200 + + Fix links in ThemesHowTo.md + +commit 4b11843e4ce3e7636d67cf3e987ae94ca8c8977d +Author: Jo-Philipp Wich +Date: Tue Jun 16 10:11:03 2015 +0200 + + Add documentation converted from old Trac wiki pages + + Signed-off-by: Jo-Philipp Wich + +commit 37a9d6aee7ad944ea89754c31351ebae961793db +Merge: 342909743 d48f53b0d +Author: Jo-Philipp Wich +Date: Tue Jun 16 09:56:30 2015 +0200 + + Merge pull request #414 from maz-1/mjpg-update + + add chinese translations for luci-app-mjpg-streamer + +commit 50feac8c682d4cdd4887ce5f90e4731860750c34 +Author: fabio70mi +Date: Mon Jun 15 14:06:26 2015 +0200 + + Update base.po + + Corrected "Aggironamento Automatico" to "Aggiornamento Automatico" + +commit 34290974373f7bf56cacd209da96056610a371f8 +Merge: 3bcbfb382 9d69f61f4 +Author: Christian Schoenebeck +Date: Sun Jun 14 12:22:48 2015 +0200 + + Merge pull request #409 from oneru/fwknop-qr + + Luci-app-fwknopd:add a couple config options to the interface + +commit d48f53b0dda07a71e0b15967bf1748965ab1912a +Merge: 0b00986cf 8e43ab377 +Author: maz-1 +Date: Sat Jun 13 10:46:23 2015 +0800 + + Merge pull request #1 from maz-1/allcommits + + add chinese translations for luci-app-mjpg-streamer + +commit 3bcbfb38236a3f8eb0eda698350b5712117db9a9 +Merge: edf0f4f54 0b00986cf +Author: Christian Schoenebeck +Date: Fri Jun 12 18:56:18 2015 +0200 + + Merge pull request #410 from maz-1/master + + add chinese translations to luci-app-privoxy + +commit 8e43ab377090485c68d7000af2d7d40220ca1458 +Author: maz-1 +Date: Thu Jun 11 10:35:21 2015 +0200 + + add chinese translations for luci-app-mjpg-streamer + +commit 0b00986cfcdb0db6d1159026edd285ddc52ca4bd +Author: maz-1 +Date: Thu Jun 11 10:29:55 2015 +0200 + + add chinese translations for luci-app-privoxy + +commit 9d69f61f4c1b46074205970774694e0f2d5ce88d +Author: Jonathan Bennett +Date: Wed Jun 10 09:31:53 2015 -0500 + + Luci-app-fwknopd:add a couple config options to the interface + Minor tweaks to uci-defaults + refresh translation files + Signed-off-by: Jonathan Bennett + +commit edf0f4f549983f93ee13223cf614393e7809cf49 +Merge: d2638a7a0 304eec2eb +Author: Jo-Philipp Wich +Date: Wed Jun 10 10:20:49 2015 +0200 + + Merge pull request #402 from NeoRaider/json-empty-object + + luci-lib-json: ignore null keys to allow encoding empty objects + +commit d2638a7a0ebc4d0e7ea394a74bd41fd0762200d8 +Merge: abc1ed614 c7a683053 +Author: Jo-Philipp Wich +Date: Wed Jun 10 10:19:19 2015 +0200 + + Merge pull request #389 from hnyman/timezone2015d + + Timezone information is updated to 2015d, released on 24 Apr 2015. + +commit abc1ed6148c27fde4a6d5b13a8faa8598a753218 +Merge: 0ef7a00af 1d477abc5 +Author: Jo-Philipp Wich +Date: Sun Jun 7 17:13:48 2015 +0200 + + Merge pull request #403 from hnyman/fix-qos-l7 + + luci-app-qos: remove l7 options + +commit 1d477abc54a8abed902332667eb9a7fd9dd793c7 +Author: Hannu Nyman +Date: Sat Jun 6 10:41:23 2015 +0300 + + luci-app-qos: remove l7 options + + Cleanup luci-app-qos, as it still contains references to l7 functionality + that has been removed both from kernel and from qos-scripts. + + Qos config page has a non-functional "Service" option and every visit to + qos config page generates currently an error as no l7 files can be found. + daemon.err uhttpd[2285]: find: /etc/l7-protocols/: No such file or directory + + Patch removes "Service" option and the l7 file search. + + Signed-off-by: Hannu Nyman + +commit 304eec2ebaf983fd067e5ae719f8ec023aad8b30 +Author: Matthias Schiffer +Date: Thu Jun 4 21:03:24 2015 +0200 + + luci-lib-json: ignore null keys to allow encoding empty objects + + There is currently no way to encode an empty object {}, as empty tables are + encoded as empty lists []. + + With this patch, encode() will ignore table fields with the key json.null (which + doesn't make sense anyways). This allows adding a field with key json.null to + force encoding it as an object. + + Signed-off-by: Matthias Schiffer + +commit 0ef7a00afd01f2992dd610ad5d2d071a33ca08d1 +Merge: 57c5143b2 22f40d392 +Author: Christian Schoenebeck +Date: Thu Jun 4 21:00:37 2015 +0200 + + Merge pull request #401 from chris5560/master + + luci-app-privoxy: fixed function ipkg_ver_compare() + +commit 22f40d392bea954c789a6fc9320cf8993891202e +Author: Christian Schoenebeck +Date: Thu Jun 4 20:59:21 2015 +0200 + + luci-app-privoxy: fixed function ipkg_ver_compare() + + fixed function ipkg_ver_compare() + + Signed-off-by: Christian Schoenebeck + +commit 57c5143b23f7d6e7bbe09c0e634dea04a190e821 +Merge: a835fc013 e2d6ee782 +Author: Christian Schoenebeck +Date: Thu Jun 4 20:51:30 2015 +0200 + + Merge pull request #400 from chris5560/master + + luci-app-radicale: fixed function ipkg_ver_compare + +commit e2d6ee782246a61aa88c87dfae0f596882adcd0a +Author: Christian Schoenebeck +Date: Thu Jun 4 20:50:08 2015 +0200 + + luci-app-radicale: fixed function ipkg_ver_compare + + fixed function ipkg_ver_compare() + + Signed-off-by: Christian Schoenebeck + +commit a835fc013b1420666e2a437b963ef7c5f07aea69 +Author: Manuel Munz +Date: Sun May 31 16:41:11 2015 +0200 + + contrib/community-profiles/augsburg: Increase leasetime and bandwidth limits + +commit 0fe4e4696e1d0c9d70d26a243f865f36591ae5fd +Author: Manuel Munz +Date: Sun May 31 01:13:30 2015 +0200 + + applications/splash: remove set -x from splash.sh + +commit 5ef1485133ad0776cdfe028bc233641553e074f1 +Author: Manuel Munz +Date: Sat May 30 23:01:24 2015 +0200 + + modules/freifunk: fix basics cbi model + +commit 7f26be36281f03ad11642cbfede5efa99fd22f66 +Author: Manuel Munz +Date: Sat May 30 22:53:11 2015 +0200 + + applications/olsr: change config file download on olsr overview page to use seperate v4 and v6 config files + +commit 77612e3e3ec6acc34217a32148be9a18c866751c +Author: Manuel Munz +Date: Sat May 30 22:02:05 2015 +0200 + + contrib/meshwizard: add ipv6only option to txtinfo/jsoninfo plugin config + +commit 516ea62f73a9fbb50ae7f517d4c7462c4459533c +Author: Manuel Munz +Date: Sat May 30 21:04:50 2015 +0200 + + applications/olsr: redirect errors on jsoninfo connects with netcat to /dev/null to avoid spamming the log + +commit cc39eaa681bbd9e35be1c3729efa102ddb0a20a4 +Author: Manuel Munz +Date: Sat May 30 20:48:57 2015 +0200 + + applications/olsr: Get jsoninfo source port prom olsrd/olsrd6 config file + +commit 595c637c3bb798f85a93a07d45c4ef568a3ce706 +Author: Manuel Munz +Date: Sat May 30 20:45:17 2015 +0200 + + meshwizard: use different port (9091) for ipv6 jsoninfo + +commit d447b7e9f27c05c9f091c95a296a04126234d16d +Author: Manuel Munz +Date: Sat May 30 17:01:02 2015 +0200 + + add changes that were missing in the last commit + +commit 0eef4678714c05feb18c6b46551bc39cf3ce33ea +Merge: 458c3c136 9b5beaee7 +Author: Manuel Munz +Date: Sat May 30 16:57:30 2015 +0200 + + Merge branch 'master' of github.com:openwrt/luci + +commit 458c3c1366202e44377e1321cf2886c7b209f4d5 +Author: Manuel Munz +Date: Sat May 30 16:56:18 2015 +0200 + + contrib/meshwizard: fix interaction with uci in OpenWrt CC, see https://dev.openwrt.org/ticket/19539 + +commit 9b5beaee7c3513f0f1a81f0ecefe93ddf7c96d65 +Merge: 1dada8cc4 420cdd437 +Author: Manuel Munz +Date: Sat May 30 14:22:24 2015 +0200 + + Merge pull request #398 from albialbi/patch-1 + + bssid und ssid scheme Anpassung für kathleen + +commit 420cdd4377229969c4cfbdd0417c7f3ba97a2157 +Author: albialbi +Date: Sat May 30 14:10:26 2015 +0200 + + bssid und ssid scheme Anpassung für kathleen + +commit a948f4c77e6f403c71b09559ceffab8fafc210d5 +Author: Boyi C +Date: Tue May 26 15:08:07 2015 -0600 + + Update qos.lua to add custom QOS classes to luci droplist + +commit 1dada8cc4436a9cfb1a8a8e67085a7aadfec25cd +Author: Jo-Philipp Wich +Date: Tue May 26 17:32:11 2015 +0200 + + luci-base: prevent parsing the form input after cbi emergency save + + Signed-off-by: Jo-Philipp Wich + +commit d6d0926aee1205b9ade0cb5b7462603a98b938af +Merge: fe14cd5a6 30b8097f6 +Author: Jo-Philipp Wich +Date: Tue May 26 17:14:24 2015 +0200 + + Merge pull request #388 from oneru/fwknop-qr + + Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in th… + +commit fe14cd5a66a26423adcfb2366c1b9e643024fd46 +Author: Jo-Philipp Wich +Date: Tue May 26 17:11:41 2015 +0200 + + luci-base: fallback to a simple text editor if uci config cannot be loaded + + Signed-off-by: Jo-Philipp Wich + +commit 03610cee3acb5fab9defc2baf2f0e4ff8a9cfd71 +Author: Jo-Philipp Wich +Date: Tue May 26 16:26:24 2015 +0200 + + luci-base: rename .gitignore to .placeholder + + Signed-off-by: Jo-Philipp Wich + +commit 5014e05f377f4051a07380d84954704eaebb82fe +Merge: 64b728a2d 740ce09fb +Author: Christian Schoenebeck +Date: Mon May 25 14:40:12 2015 +0200 + + Merge pull request #394 from chris5560/master + + luci-app-ddns: fixed version check + +commit 740ce09fb96032f1e76b6f942a5a3798a481b5d3 +Author: Christian Schoenebeck +Date: Sun May 24 20:03:52 2015 +0200 + + luci-app-ddns: fixed version check + + fixed version checking in function ipkg_ver_compare() + Reported issue #387 and openwrt/packages issue 1285 + + Signed-off-by: Christian Schoenebeck + +commit 1c57ea5d2299c7af7a199eeb63863a5417806781 +Author: Nikos Mavrogiannopoulos +Date: Sun May 24 16:40:51 2015 +0200 + + luci-app-ocserv: list users with no group + + This was marked as "(none)" which was not caught by the regex. + + Signed-off-by: Nikos Mavrogiannopoulos + +commit c7a683053629a1d82cbe56e87234ff6770523a17 +Author: Hannu Nyman +Date: Sat May 23 17:34:13 2015 +0300 + + Timezone information is updated to 2015d, released on 24 Apr 2015. + + I used build/zoneinfo2lua.pl to pull data from my Ubuntu 15.04. + + Changes in 2015d are rather small: + http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html + + Changes affecting future time stamps + Egypt will not observe DST in 2015 and will consider canceling it + permanently. For now, assume no DST indefinitely. + + Change affecting time zone abbreviations + The abbreviations for Hawaii-Aleutian standard and daylight times + have been changed from HAST/HADT to HST/HDT, as per US Government + Printing Office style. This affects only America/Adak since 1983, + as America/Honolulu was already using the new style. + + Signed-off-by: Hannu Nyman + +commit 30b8097f65b13b45b17ffebc0b10dd9fe2855d9b +Author: Jonathan Bennett +Date: Fri May 22 12:48:06 2015 -0500 + + Luci-app-fwknopd: Update uci-defaults as key-gen is now exposed in the fwknopd binary + Signed-off-by: Jonathan Bennett + +commit 64b728a2dfc1fd2ed5e7cced67c3ab2555dd3a53 +Merge: ec48d2d01 08a38a049 +Author: Jo-Philipp Wich +Date: Thu May 21 14:51:30 2015 +0200 + + Merge pull request #384 from nightcoffee/nightcoffee-patch-1 + + luci-base: Add cache control in index.html + +commit ec48d2d01f732ea31f8972d1c24919972cd2a6fd +Merge: f67d39e69 4ccb221f6 +Author: Jo-Philipp Wich +Date: Wed May 20 20:26:59 2015 +0200 + + Merge pull request #385 from oneru/fwknop-qr + + luci-app-fwknopd: Add qr code support + +commit 4ccb221f6d3455abb66e93aafdd5b6ea65859a70 +Author: Jonathan Bennett +Date: Sun May 17 22:33:30 2015 -0500 + + luci-app-fwknopd: Add qr code support + Signed-off-by: Jonathan Bennett + +commit 08a38a0493465a933687f79542f7f9dca3d6a816 +Author: nightcoffee +Date: Mon May 18 20:05:02 2015 +0800 + + luci-base: Add cache control in index.html + + Signed-off-by: Night Coffee + +commit f67d39e69a296fe8250ac73f80f0771ccb6dcc59 +Author: Steven Barth +Date: Sun May 17 10:38:03 2015 +0200 + + IPv6 updates + + Signed-off-by: Steven Barth + +commit 754ca290e578b5a60f5d9c2b2f4abf50d68f362a +Merge: 4cabf997e d3b6c375c +Author: Christian Schoenebeck +Date: Thu May 14 09:02:40 2015 +0200 + + Merge pull request #382 from chris5560/master + + luci-app-ddns: reflect changes on ddns-scripts + +commit 4cabf997e5bc68dd2604ae8cfc3149ca5d212296 +Merge: cc9928824 fd130d0ce +Author: Christian Schoenebeck +Date: Thu May 14 09:01:33 2015 +0200 + + Merge pull request #380 from oneru/master + + Add initial luci-app-fwknopd - a way to control the firewall knock da… + +commit fd130d0ce7f52480ccc8bd600fb66de1b36fdbb9 +Author: Jonathan Bennett +Date: Fri May 8 23:30:02 2015 -0500 + + Add initial luci-app-fwknopd - a way to control the firewall knock daemon from luci + Signed-off-by: Jonathan Bennett + +commit d3b6c375ced552773ec08b8a501b7166b749f14b +Author: Christian Schoenebeck +Date: Tue May 12 20:31:30 2015 +0200 + + luci-app-ddns: reflect changes on ddns-scripts + + * reflect updated language file for zh-cn + * change default for retry_count to 0 compatible to ddns-scripts 2.4.2-1 + * addition to retry_count help description + * modified dependency on ddns-scripts 2.4.2-1 + + Signed-off-by: Christian Schoenebeck + +commit cc99288242be3e0fe60b61b83bebe272222560c5 +Merge: a7083780d e6804f0a9 +Author: Christian Schoenebeck +Date: Fri May 8 20:44:13 2015 +0200 + + Merge pull request #376 from chris5560/master + + luci-app-radicale: New app to support Radicale CalDAV/CardDAV server + +commit a7083780de7c9a52feea80b2d6cee6781e3193f3 +Author: Jo-Philipp Wich +Date: Wed May 6 15:59:40 2015 +0200 + + collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled + + Signed-off-by: Jo-Philipp Wich + +commit 6fb24acb38eb304d0c56ac2d0cd56be901ca6b7c +Merge: c38b4cdff 1c054af0d +Author: Jo-Philipp Wich +Date: Wed May 6 15:42:53 2015 +0200 + + Merge pull request #331 from poranje/proto=ipv6+aiccu+fixes + + luci-proto-ipv6: fix aiccu requiretls + +commit c38b4cdffa79668d30d1bb2459b06e68f38e5742 +Author: Jo-Philipp Wich +Date: Tue May 5 10:32:15 2015 +0200 + + luci.mk: don't builtin translations selected by CONFIG_ALL + + Make sure that translation packages enabled through CONFIG_ALL + that depend on builtin packages are restricted to modules. + + Signed-off-by: Jo-Philipp Wich + +commit e6804f0a9313d5aa207994a4e3a365d5373c8abf +Author: Christian Schoenebeck +Date: Sun May 3 18:05:32 2015 +0200 + + luci-app-radicale: New app to support Radicale CalDAV/CardDAV server + + New Application + !!! Dependency not set because there are two packages "radicale-py2" and + "radicale-py3" (currently BROKEN) available !!! + + Signed-off-by: Christian Schoenebeck + +commit 1c054af0d765dbd561e1b9077e849035ed7bc587 +Author: Paul Oranje +Date: Sat May 2 12:24:25 2015 +0200 + + luci-proto-ipv6: correct aiccu options defaults + + - requiretls default set to disabled + - corrected syntax errors in default values of Flag options for nat, + verbose and requiretls. + +commit ae8e971eef2be269beab9465139869055918d878 +Merge: 4742d1c21 36879e9e8 +Author: Paul Oranje +Date: Sat May 2 10:44:17 2015 +0200 + + Merge branch 'master' of https://github.com/openwrt/luci into proto=ipv6+aiccu+fixes + +commit 36879e9e8658601dc3e86ff9251da3fc3666efe0 +Merge: 58a42eaf9 775182ce2 +Author: Jo-Philipp Wich +Date: Tue Apr 28 15:56:15 2015 +0200 + + Merge pull request #374 from wongsyrone/patch-1 + + luci-app-ddns: fix Simplified Chinese translations + +commit 775182ce28dd391eb7c39312528205e117c3cd10 +Author: Syrone Wong +Date: Tue Apr 28 21:52:27 2015 +0800 + + luci-app-ddns: fix Simplified Chinese translations + + fix typos and elegant zh_CN translations + +commit 58a42eaf9b8577bc8aec545a6d68e2e86aab30b3 +Merge: 70ffeb36d c34eb6349 +Author: Jo-Philipp Wich +Date: Mon Apr 27 15:09:17 2015 +0200 + + Merge pull request #358 from freifunk-leipzig/master + + luci-mod-admin-full: change adress to an ipv6-enabled host + +commit 70ffeb36db2df1ae22f09a077ff8b347315a0740 +Merge: 2243a3f93 c39edc189 +Author: Jo-Philipp Wich +Date: Mon Apr 27 15:08:21 2015 +0200 + + Merge pull request #370 from 981213/pull_request + + Fix some Simplified Chinese translations in luci. + +commit 2243a3f93770371a1e647265ced6e250eeabc56e +Merge: f32284226 64b052bbd +Author: Jo-Philipp Wich +Date: Mon Apr 27 15:06:42 2015 +0200 + + Merge pull request #371 from aidvu/fstab-swap + + luci-mod-admin-full: mount points SWAP fix + +commit 64b052bbd8b46779269b8a4a1f10e51a67e0ee7e +Author: Andrija Vucinic +Date: Sat Apr 25 23:35:33 2015 +0200 + + luci-mod-admin-full: mount points SWAP fix + + SWAP section was showing an error. Fixed it to display the devices/size properly. + +commit c39edc189f00e48b41e284ff7e86e6b0b78d497b +Author: 郭传鈜 +Date: Fri Apr 24 12:57:01 2015 +0800 + + luci-base:Add some Simplified Chinese translation for luci-base + +commit 26b1b6d65dc4c76c07e0d44f84c182a5bbdda7d3 +Author: 郭传鈜 +Date: Fri Apr 24 12:55:39 2015 +0800 + + luci-app-ddns:Fix Simplified Chinese translation for luci-app-ddns + +commit f322842265803a11327bb8763cd66bf08dfb0858 +Merge: 52bf535dd 42dffa563 +Author: Christian Schoenebeck +Date: Thu Apr 23 20:22:05 2015 +0200 + + Merge pull request #369 from openwrt/revert-367-translate_pull_request + + Revert "luci-app-ddns:Fix Simplified Chinese translation." + +commit 42dffa56360e4953a8c392f4090f491d76e83528 +Author: Christian Schoenebeck +Date: Thu Apr 23 20:18:19 2015 +0200 + + Revert "luci-app-ddns:Fix Simplified Chinese translation." + +commit 52bf535ddd0e874be82b6eac37511d63c29979ea +Merge: f275592bd 3d5c630ff +Author: Christian Schoenebeck +Date: Thu Apr 23 20:16:04 2015 +0200 + + Merge pull request #367 from 981213/translate_pull_request + + luci-app-ddns:Fix Simplified Chinese translation. + Many Thanks + Christian + +commit 3d5c630ff30ad89f11241db5a942eec734d6678b +Author: 郭传鈜 +Date: Thu Apr 23 13:10:19 2015 +0800 + + luci-app-ddns:Fix Simplified Chinese translation. + +commit f275592bd49df802aff8e73b56923db87e3a0c2f +Merge: 6a13d73c2 2fdd19524 +Author: Christian Schoenebeck +Date: Wed Apr 22 21:12:12 2015 +0200 + + Merge pull request #364 from chris5560/master + + fix wrong xhtml tags in po files + +commit 2fdd19524d7ab9ed2f2ebde146ffceddbb949216 +Author: Christian Schoenebeck +Date: Tue Apr 21 21:26:00 2015 +0200 + + fix wrong xhtml tags in po files + + Signed-off-by: Christian Schoenebeck + +commit 6a13d73c298413a32236e3a06108f6236254c248 +Author: Jo-Philipp Wich +Date: Mon Apr 20 10:35:08 2015 +0200 + + Synchronize translations + + Signed-off-by: Jo-Philipp Wich + +commit 5fd8761583bb3f6a6339ffaa6a8305a6d74fbc7f +Author: Jo-Philipp Wich +Date: Mon Apr 20 10:17:23 2015 +0200 + + build: rework i18n-sync.sh to support new structure + + Signed-off-by: Jo-Philipp Wich + +commit 661c33ba914606ae20afb8489818f0f180ae02d1 +Author: Jo-Philipp Wich +Date: Mon Apr 20 10:07:46 2015 +0200 + + luci-app-ahcp: remove leftover po templates + + Signed-off-by: Jo-Philipp Wich + +commit 29004d95520e2a31658b32bdae41b79a18109f4a +Author: Jo-Philipp Wich +Date: Mon Apr 20 10:06:27 2015 +0200 + + Update .gitignore + + Signed-off-by: Jo-Philipp Wich + +commit 493662e7fb71789b099aee59b9c522440ccbc5bc +Merge: ec09e995a 4d18e09e0 +Author: Jo-Philipp Wich +Date: Sun Apr 19 13:12:53 2015 +0200 + + Merge pull request #361 from hnyman/timezone2015c + + Timezone data: Update to 2015c + +commit 4d18e09e05db35782e38450cd149e3a4d44e53b4 +Author: Hannu Nyman +Date: Sun Apr 19 10:48:03 2015 +0300 + + Timezone data: Update to 2015c + + Timezone information is updated to 2015c, released on 14 Apr 2015. + + I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10. + + Changes in 2015b and 2015c are rather small: + http://mm.icann.org/pipermail/tz-announce/2015-March/000029.html + http://mm.icann.org/pipermail/tz-announce/2015-April/000030.html + + Mongolia will start observing DST again this year, from the last + Saturday in March at 02:00 to the last Saturday in September at 00:00. + + Palestine will start DST on March 28, not March 27. Also, + correct the fall 2014 transition from September 26 to October 24. + Adjust future predictions accordingly. + + Egypt's spring-forward transition is at 24:00 on April's last Thursday, + not 00:00 on April's last Friday. 2015's transition will therefore be on + Thursday, April 30 at 24:00, not Friday, April 24 at 00:00. Similar fixes + apply to 2026, 2037, 2043, etc. + + Signed-off-by: Hannu Nyman + +commit ec09e995a843a57ae9e66b63dc64634e94d0b4f1 +Author: Jo-Philipp Wich +Date: Fri Apr 17 12:34:54 2015 +0200 + + luci-mod-admin-full: handle missing size for block devices + + Signed-off-by: Jo-Philipp Wich + +commit c34eb6349f0802c3c62b5e8a773fbfa90ac8013d +Author: FreifunkUFO +Date: Wed Apr 15 03:27:35 2015 +0200 + + luci-mod-admin-full: switch to a ipv6 enabled host + + change hostname to dev.openwrt.org.. that is available via ipv4 AND ipv6 + +commit 622cfc673ab2e97001ed394f8cd6d0425d8f3378 +Author: Jo-Philipp Wich +Date: Sun Apr 12 20:20:01 2015 +0200 + + luci-mod-admin-full: simply fstab configuration + + Simplify fstab setup by offering hints for uuid/label and device node options. + Fix rootfs handling logic by removing obsolete references to the "is_rootfs" + option and offering "/" and "/overlay" choices for the mountpoint instead. + + Signed-off-by: Jo-Philipp Wich + +commit 5ef2946edec96de21d5905fd73fd78cc5aab1b0b +Author: Steven Barth +Date: Fri Apr 10 18:55:56 2015 +0200 + + Fix typo in last commit + + Signed-off-by: Steven Barth + +commit 5934fb4e9dcce36436bfe1334fb545baffb88ab5 +Author: Steven Barth +Date: Fri Apr 10 18:04:56 2015 +0200 + + proto_hnet: fix homenet dependency + + Signed-off-by: Steven Barth + +commit dc6a250a0183d3f489776d1a7fd2dfda7a8c0c5c +Author: Steven Barth +Date: Fri Apr 10 17:29:42 2015 +0200 + + proto_hnet: add missing categories + + Signed-off-by: Steven Barth + +commit 576e235d0b90ce383e3970f98323e91f769d3c47 +Merge: 3e37216a4 515ad0e08 +Author: Jo-Philipp Wich +Date: Tue Mar 31 16:07:29 2015 +0200 + + Merge pull request #355 from nmav/no-defaultroute + + luci-proto-openconnect: Added option for default gateway + +commit 515ad0e08e32390a0b2c7b945fc85a01a0b088e2 +Author: Nikos Mavrogiannopoulos +Date: Sun Mar 29 08:31:26 2015 +0200 + + luci-proto-openconnect: Added option for default gateway + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 3e37216a463f9109afdc11140d9dd75af801fe2b +Merge: 6160a53ab 390298887 +Author: Christian Schoenebeck +Date: Fri Mar 20 09:09:21 2015 +0100 + + Merge pull request #347 from chris5560/master-app-ddns + + luci-app-ddns: fix errors in global.lua + +commit 39029888782ce7ea6862cbdfd4322e8b6b14843e +Author: Christian Schoenebeck +Date: Fri Mar 20 09:06:11 2015 +0100 + + luci-app-ddns: fix errors in global.lua + + fix dispatcher and validation errors in global.lua + + Signed-off-by: Christian Schoenebeck + +commit 6160a53ab992e998adcda7119e49096a65a7f5de +Author: Jo-Philipp Wich +Date: Wed Mar 18 12:43:29 2015 +0100 + + luci-base: fix backslash escaping in luci.util.serialize_json() + + Signed-off-by: Jo-Philipp Wich + +commit 4ab6dcea9b7111a23ac6c3bc8d14cfb93a7a52ff +Merge: dd2b05289 d79f5da13 +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:56:41 2015 +0100 + + Merge pull request #336 from legendtang/fix + + luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182 + +commit dd2b05289b40002b2e4c098abfc88052e423215f +Merge: 31e7adea6 7a792ee56 +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:55:46 2015 +0100 + + Merge pull request #304 from nmav/ocserv-crypt + + luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt + +commit 31e7adea63a4e7174d7f91daa9d323ee78a17a18 +Merge: 6f56c69d6 d6b044833 +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:55:15 2015 +0100 + + Merge pull request #333 from legendtang/master + + themes/bootstrap: add media queries to bootstrap-theme for better responsive UI on mobile devices + +commit 6f56c69d63373d7a92be3ab96609a41bf649c131 +Merge: 4c9ddbc96 37cf3e0ef +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:54:24 2015 +0100 + + Merge pull request #338 from chris5560/master-app-privoxy + + luci-app-privoxy: cleanup and fixes for #298 #334 #335 + +commit 4c9ddbc9698a55886dcc96c54b68a0f3fa5b55e3 +Merge: d539eb4d1 7b04bc747 +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:53:37 2015 +0100 + + Merge pull request #339 from Seak/master + + ifaces.lua:fix generating /etc/config/dhcp section + +commit d539eb4d13cd6a65dc90a0e2e65cc11352a51248 +Merge: 965c6315b df0590972 +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:49:10 2015 +0100 + + Merge pull request #337 from chris5560/master-app-ddns + + luci-app-ddns: patches for #298 #334 #335 + +commit 965c6315bfd87ebcf5888b5329f116952feefdd7 +Merge: b9e3aae13 83973f28c +Author: Jo-Philipp Wich +Date: Tue Mar 10 18:48:15 2015 +0100 + + Merge pull request #340 from hnyman/png-close-logspam + + luci-statistics: fix uhttpd log spam from extra png close + +commit b9e3aae13a6c606660609346a3401d2fc5d086d7 +Merge: de5ec52b8 abef3ba24 +Author: Manuel Munz +Date: Thu Mar 5 00:54:21 2015 +0100 + + Merge pull request #344 from melle/fix-dns-community-potsdam + + Fixed default DNS settings for community Potsdam + +commit abef3ba248320955191781242402e936530d8609 +Author: Thomas Mellenthin +Date: Wed Mar 4 20:45:27 2015 +0100 + + Fixed default DNS settings for community Potsdam + +commit 83973f28c32415dba97bfb7c89815c24083e8b1c +Author: Hannu Nyman +Date: Mon Mar 2 19:04:16 2015 +0200 + + luci-statistics: fix uhttpd log spam from extra png close + + Fix log spam that uhttpd logging change has brought to surface. + + Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: /usr/lib/lua/luci/dispatcher.lua:433: Failed to execute call dispatcher target for entry '/admin/statistics/graph/conntrack'. + Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: The called action terminated with an exception: + Sun Mar 1 11:10:42 2015 daemon.err uhttpd[2293]: .../luci/controller/luci_statistics/luci_statistics.lua:153: attempt to use a closed file + + Closing the png file explicitly on line 153 is unnecessary, as + ltn12's source.file method already closes the file after use. + https://github.com/openwrt/luci/blob/master/modules/luci-base/luasrc/ltn12.lua#L119 + + More info at https://dev.openwrt.org/ticket/19083#comment:2 + + Signed-off-by: Hannu Nyman + +commit 7b04bc7473a44170f27bc645ee75de6a90bed9a5 +Author: 江海客 +Date: Mon Mar 2 15:14:24 2015 +0800 + + /etc/config/dhcp + + config dhcp null + +commit 37cf3e0ef18cbe4dd4c9b38e3948b96dca412790 +Author: Christian Schoenebeck +Date: Sun Mar 1 20:37:00 2015 +0100 + + luci-app-privoxy: cleanup and fixes for #298 #334 #335 + + * remove extra apperror.lua page + * so no nore need for extra directory inside model/cbi + * add option temporary_directory needed for external filters + * remove special handling of bootstrap theme #298 #334 + * modified version handling suggested in #335 + + Signed-off-by: Christian Schoenebeck + +commit df0590972345e6862817e53a38c73925596aaf63 +Author: Christian Schoenebeck +Date: Sun Mar 1 20:08:45 2015 +0100 + + luci-app-ddns: patches for #298 #334 #335 + + * remove usage of opkg via system call for version handling + thanks to Jo-Philipp Wich #335 + * remove special handling of bootstrap theme #298 #334 + + Signed-off-by: Christian Schoenebeck + +commit d79f5da13f0ad2a50dc7f589371a9c4327ff6b42 +Author: Legend Tang +Date: Sun Mar 1 03:03:08 2015 +0800 + + luci-base: fix wrong pattern of urlencode() (encode '+' properly) #182 + +commit de5ec52b8784cc44d9f7d391916b8d466ee8f5f6 +Merge: cf4b89b06 291834e70 +Author: Jo-Philipp Wich +Date: Sat Feb 28 19:16:54 2015 +0100 + + Merge pull request #334 from legendtang/fix + + theme/bootstrap: add a mssing class style in form section (#298) + +commit cf4b89b06be6d6191965e18517a39f870aa5e729 +Author: Jo-Philipp Wich +Date: Sat Feb 28 19:05:42 2015 +0100 + + luci-app-upnp: supress stderr when listing MINIUPNPD chain + + Current OpenWrt trunk now relays uhttpd stderr to syslog, so don't spam + it with "iptables: No chain/target/match by that name." when miniupnpd + is not configured but its status is queried by an overview page applet. + + Signed-off-by: Jo-Philipp Wich + +commit 291834e707266533a500e43ece71addb050c78bf +Author: Legend Tang +Date: Sun Mar 1 01:20:33 2015 +0800 + + theme/bootstrap: add a mssing class style in form section (#298) + + NOTE: three
in some luci-app's cbi-tab-descr section which help + to workaround must be removed. + +commit d6b04483394cd4ccc48c5bf2a1e2235c781b4ee1 +Author: Legend Tang +Date: Sat Feb 28 23:08:26 2015 +0800 + + add media queries for better responsive UI on mobile devices + + This is for modern browsers only + +commit f47be40cd4e326699a3706aec20f89f1549e1439 +Merge: 293d964ae 8b0f83264 +Author: Jo-Philipp Wich +Date: Sat Feb 28 13:25:57 2015 +0100 + + Merge pull request #325 from chris5560/master-app-ddns + + luci-app-ddns: update to version 2.2.0-1 + +commit 293d964ae2ca9c046cacbd0f2953c7b4f992a169 +Author: Manuel Munz +Date: Wed Feb 25 20:11:31 2015 +0100 + + contrib/community-profiles/demo: remove openwifimap + +commit 4fb3ca989ef1c66217b6e357835a3038635cd693 +Author: Manuel Munz +Date: Wed Feb 25 20:09:47 2015 +0100 + + contrib/community-profiles/augsburg: remove openwifimap + +commit 63976f603a4c947f135ae82bc7d36410ec61a50f +Author: soma +Date: Wed Feb 25 20:00:33 2015 +0100 + + contrib/meshwizard: add madwifi iface options if needed + +commit 7cfa62a2546e8ef8bddfbf451fe203c5d4830f09 +Author: soma +Date: Wed Feb 25 19:59:26 2015 +0100 + + contrib/freifunk-common: fix wifi device and iface settings: mcast_rate set to 6000, remove hwmode, remove madwifi only options. introduce a new section to set madwifi iface options + +commit 4137afed40f9fc7dd17bb04697e9e14bc99ab948 +Merge: 9cac3f4ec 51a047426 +Author: Manuel Munz +Date: Fri Feb 20 14:28:11 2015 +0100 + + Merge pull request #328 from chris5560/master-pending-1 + + wifi.lua: add "Back to Overview" button + +commit 9cac3f4ec1b95b32c57a837df10ea55a136726f4 +Author: Manuel Munz +Date: Fri Feb 20 14:20:55 2015 +0100 + + applications/luci-splash: fix fac02283137f6ff59363695bb07a3f9cec58e577 | ipt module was missing and the new functions didn't return anything + +commit 47603a37ed581303d8a5241f6cd39433918a1b96 +Author: Manuel Munz +Date: Thu Feb 19 20:33:26 2015 +0100 + + applications/olsr-services: fix error on public services page + +commit 8b123df2874a6eb17a6150667ba48247bad847ec +Author: Manuel Munz +Date: Thu Feb 19 20:20:31 2015 +0100 + + themes/freifunk-generic: fix error with version string display in header on BB + +commit ce0b7cc96eda1ad62926018869badb3fce02e8c4 +Merge: e11b5e49f c7b0be3c9 +Author: Manuel Munz +Date: Thu Feb 19 00:08:04 2015 +0100 + + Merge pull request #330 from Maltis/patch-1 + + Delete profile_neuss + +commit c7b0be3c9a41d53d88a37c92672b24d767397df5 +Author: Maltis +Date: Wed Feb 18 23:40:19 2015 +0100 + + Delete profile_neuss + +commit 4742d1c2112ace9d1299c69fb086c1646bb04911 +Author: Paul Oranje +Date: Wed Feb 18 23:10:21 2015 +0100 + + luci-proto-ipv6: fix aiccu requiretls + +commit e11b5e49f894af7f63ade77d06b87177249c8649 +Merge: 86c627224 3bda4ed55 +Author: Manuel Munz +Date: Wed Feb 18 22:58:32 2015 +0100 + + Merge pull request #329 from yayachiken/master + + Removed outdated information for Freifunk Aachen + +commit 3bda4ed5501656ada13ddd1071db8003ce1bf3e6 +Author: David Kolossa +Date: Wed Feb 18 22:45:25 2015 +0100 + + Removed outdated information for Freifunk Aachen + + - Freifunk Aachen now uses Gluon + - In addition, the old IP space has already been reallocated for other + communities, so the information here is definitely outdated. + + Signed-off-by: David Kolossa + +commit 51a047426da7606c1629d66a4be395b209706fe6 +Author: Christian Schoenebeck +Date: Sat Feb 14 11:27:57 2015 +0100 + + wifi.lua: add "Back to Overview" button + + Signed-off-by: Christian Schoenebeck + +commit 8b0f83264a5d33078eaca1f15de226cc7f984f59 +Author: Christian Schoenebeck +Date: Tue Feb 10 21:49:57 2015 +0100 + + luci-app-ddns: update to version 2.2.0-1 + + - implement new option bind_interface + - fixes problems when updating status displays (i.e. showing Software update needed) + - new links to OpenWrt wiki + - new screen to set global settings + - implements global option use_curl + + Signed-off-by: Christian Schoenebeck + +commit 86c627224091bb4ea6df961470464f5ed1748d07 +Merge: ec1a86977 2d26869c9 +Author: Manuel Munz +Date: Tue Feb 10 08:45:18 2015 +0100 + + Merge pull request #323 from jmccrohan/master + + luci-app-asterisk: fix typo in package description + +commit ec1a86977b1dc5cfc1c24ab1d54205531404087b +Author: Jo-Philipp Wich +Date: Mon Feb 9 16:30:11 2015 +0100 + + Avoid setting duplicate cookies + + Signed-off-by: Jo-Philipp Wich + +commit ec90cd69ed80ea4dfe8a9d44a42b155470c47b6b +Author: Jo-Philipp Wich +Date: Mon Feb 9 13:03:44 2015 +0100 + + luci-base: pass session timeout as integer + + Signed-off-by: Jo-Philipp Wich + +commit 240458ea8a5353683fab48eb6e10b65779985ab8 +Author: Jo-Philipp Wich +Date: Mon Feb 9 12:15:06 2015 +0100 + + luci-mod-freifunk: fix public status page + + Signed-off-by: Jo-Philipp Wich + +commit 993cf1222998a7e3e78ed8e81efb91eaf2313d00 +Author: Jo-Philipp Wich +Date: Mon Feb 9 12:14:20 2015 +0100 + + luci-base: establish ubus connection before dropping privileges (#310) + + Signed-off-by: Jo-Philipp Wich + +commit 2d26869c94b171da7ae8532222fcdff930b4c6dc +Author: Jonathan McCrohan +Date: Mon Feb 9 00:38:38 2015 +0000 + + luci-app-asterisk: fix typo in package description + + Signed-off-by: Jonathan McCrohan + +commit 76dfdc1b1e7a62b363954f01f71f5a1e77d5249a +Merge: 6b1b7336f 55ab4e4ce +Author: Jo-Philipp Wich +Date: Sun Feb 8 19:57:20 2015 +0100 + + Merge pull request #302 from chris5560/master + + luci-themes: luci.main.mediaurlbase not set correctly + +commit 6b1b7336f04dfe894476cd8918586cbdb318431b +Merge: 1abe6fa10 9132d8346 +Author: Jo-Philipp Wich +Date: Sun Feb 8 19:22:45 2015 +0100 + + Merge pull request #320 from chris5560/master + + admin_network: interface details, implement "Back to Overview" button + +commit 1abe6fa10ce456e9fd20389a274f5065e34a800e +Merge: cd24ad05a ada0ea2ae +Author: Jo-Philipp Wich +Date: Sun Feb 8 19:18:16 2015 +0100 + + Merge pull request #315 from poranje/proto-ipv6+aiccu + + luci-proto-ipv6: add aiccu + +commit 9132d83461c7f64f11b8dabdf8b71646c5369ef8 +Author: Christian Schoenebeck +Date: Sun Feb 8 19:17:09 2015 +0100 + + admin_network: interface details, implement back to overview + + Implements "Back to Overview" on interface details page + + Signed-off-by: Christian Schoenebeck + +commit cd24ad05a4a87e5bb37a64a26a72e609b523c640 +Merge: a0f0e008f d0759af92 +Author: Jo-Philipp Wich +Date: Sun Feb 8 19:13:39 2015 +0100 + + Merge pull request #305 from nmav/compression + + luci-app-ocserv: Added option to enable compression + +commit a0f0e008f7f381038cc52987efdbde6f62d1bcbc +Merge: 4ba597b15 e579b80a4 +Author: Jo-Philipp Wich +Date: Sun Feb 8 19:13:12 2015 +0100 + + Merge pull request #319 from nmav/oc-iface + + openconnect: ask for the output interface name + +commit e579b80a481294454f5607ad7bec7c8383a86529 +Author: Nikos Mavrogiannopoulos +Date: Sun Feb 8 18:46:48 2015 +0100 + + openconnect: ask for the output interface name + + Signed-off-by: Nikos Mavrogiannopoulos + +commit ada0ea2aeae569e1acc48a2d643028a7050ce8f8 +Author: Paul Oranje +Date: Fri Feb 6 19:39:56 2015 +0100 + + luci-proto-ipv6: aiccu fixed ip6prefix datatype + +commit c8fe297dc97d5e830fb20ade49b686950c1dd315 +Author: Paul Oranje +Date: Fri Feb 6 12:04:58 2015 +0100 + + luci-proto-ipv6: aiccu improvements + + - option heartbeat as tunnel type (heartbeat or AYIYA) (inspired by + idea of openwrt forum user thefRont) + - another typo fix in the mtu option + +commit 4ba597b15cebbf626776cb6102bbb78bfc5357b7 +Merge: 5b28e722d cdb9de9a9 +Author: Jo-Philipp Wich +Date: Fri Feb 6 11:02:58 2015 +0100 + + Merge pull request #317 from hnyman/fix-zoneinfo2lua + + zoneinfo2lua.pl to generate shorter copyright messages + +commit 5b28e722d05829d548bd00485d6b31fe63f7f107 +Merge: 84346cd17 fd1042f5e +Author: Jo-Philipp Wich +Date: Fri Feb 6 11:02:40 2015 +0100 + + Merge pull request #316 from hnyman/timezone-2015a + + Timezone data: Update to 2015a + +commit cdb9de9a9d931b4c93ab4885a729d76bf2c7ef94 +Author: Hannu Nyman +Date: Wed Feb 4 19:11:41 2015 +0200 + + zoneinfo2lua.pl to generate shorter copyright messages + + Change zoneinfo2lua.pl to generate the short copyright messages + that have been there since https://github.com/openwrt/luci/commit/7a3493b1f7d75a3945279115324cf2ff4da26b7b + + Also change the advice on line 3 about directory, where this script + should be run. + + Signed-off-by: Hannu Nyman + +commit 42e228097703385373af474a5809c33623d4fe97 +Author: Paul Oranje +Date: Wed Feb 4 17:51:25 2015 +0100 + + luci-proto-ipv6: fix typo in aiccu mtu range + +commit fd1042f5ee3f1a3164ef231cb062578c0b4d4370 +Author: Hannu Nyman +Date: Wed Feb 4 18:50:36 2015 +0200 + + Timezone data: Update to 2015a + + Timezone information is updated to 2015a, released on 30 Jan 15. + + I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10. + + Changes are rather small: + http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html + + The Mexican state of Quintana Roo, represented by America/Cancun, + will shift from Central Time with DST to Eastern Time without DST. + + Chile will not change clocks in April or thereafter; its new + standard time will be its old daylight saving time. + This affects America/Santiago, Pacific/Easter, and Antarctica/Palmer. + + Ps. I manually edited headers to have the shorter new copyright, + instead of the long one generated buy the script. + + Signed-off-by: Hannu Nyman + +commit b6e53737642317ade9f47fb4b857c4c9e0711140 +Author: Paul Oranje +Date: Wed Feb 4 12:12:59 2015 +0100 + + luci-proto-ipv6: set aiccu mtu option range + +commit 0282441f00ee632b87f451979078225dd52031ef +Author: Paul Oranje +Date: Wed Feb 4 00:04:04 2015 +0100 + + luci-proto-ipv6: add aiccu + + initial commit + +commit 84346cd178ca0740817edc6f81d8f90e7bc6e00c +Author: Jo-Philipp Wich +Date: Thu Jan 29 16:26:15 2015 +0100 + + Move inline documentation into separate files. + + Signed-off-by: Jo-Philipp Wich + +commit cf7e2695cc676dff02561a1a45d6de8140170b17 +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:31:28 2015 +0100 + + luci-lib-jsonc: add api documentation + + Signed-off-by: Jo-Philipp Wich + +commit 7ca5222f4bd7a91ce58cc595f6082623045ebb22 +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:31:14 2015 +0100 + + luci-lib-ip: add api documentation + + Signed-off-by: Jo-Philipp Wich + +commit fb69e15e8de06aa3392984a3011c72135af7bc4b +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:29:45 2015 +0100 + + luci-lib-nixio: move CHANGELOG and README into nixio namespace + + Signed-off-by: Jo-Philipp Wich + +commit d1c1423eba88005445378eb9bf2fc774e4c128dc +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:29:03 2015 +0100 + + build: remove *.luadoc files before packaging + +commit 8464b98bb440fabdb4e7fdca12f7a79915d137be +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:28:29 2015 +0100 + + Remove outdated luadoc from contrib + + Signed-off-by: Jo-Philipp Wich + +commit c669c01cea36ce09b64a53dc0e597d27411e9c88 +Author: Jo-Philipp Wich +Date: Wed Jan 28 22:27:46 2015 +0100 + + build: add modified luadoc for use with LuCI sources + + Signed-off-by: Jo-Philipp Wich + +commit e6e74b712fe6fd87cb19e89203e4ef45d7459458 +Author: Jo-Philipp Wich +Date: Wed Jan 28 14:21:01 2015 +0100 + + luci-lib-ip: add functions to deal with IPv6 mapped IPv6 + + * Add luci.ip.cidr.is6mapped4() to test whether an IPv6 CIDR is a mapped IPv4 one + * Add luci.ip.cidr.mapped4() to derive IPv4 from mapped CIDR + * Remove mapped IPv4 workaround from constructor as it breaks genuine addrs like ::ffff:0 + + Signed-off-by: Jo-Philipp Wich + +commit 65f0135491112341fc3af8559537eab85aa47e18 +Author: Jo-Philipp Wich +Date: Wed Jan 28 13:23:24 2015 +0100 + + luci-lib-ip: multiple fixes + + * Fix broken neighbor filtering by address range due to uninitialized memory + * Fix wrong sizeof in _cidr_add_sub when adding/substracing IPv6 addresses + * Properly convert numeric values to IPv6 addresses + + Signed-off-by: Jo-Philipp Wich + +commit 44a62295f9fbf68ac47d3f3625d9cba6e9842757 +Author: Jo-Philipp Wich +Date: Mon Jan 26 17:55:09 2015 +0100 + + luci-app-firewall: rework internal/external zone list handling when adding forwards + + Signed-off-by: Jo-Philipp Wich + +commit 83d520ab07c05bb637d9ec35da590814064e51f8 +Author: Jo-Philipp Wich +Date: Mon Jan 26 17:31:21 2015 +0100 + + luci-base: improve login/logout handling + + Redirect to the canonical url after login and redirect to an url without + security token if the session expired. Also make sure that the login page + is served with status code 403, not 200 to give ajax calls a chance to + detect expired sessions. + + Signed-off-by: Jo-Philipp Wich + +commit 73b19f63822d511028baa8e3e7463d4e0a3ff857 +Author: Jo-Philipp Wich +Date: Mon Jan 26 16:49:23 2015 +0100 + + libs: add luci-lib-jsonc, a Lua binding for JSON-C + + Signed-off-by: Jo-Philipp Wich + +commit 8c8c69fa5d69113617fd9a897b843f22d44c76a6 +Author: Jo-Philipp Wich +Date: Mon Jan 26 10:47:39 2015 +0100 + + luci-lib-ip: accept 2nd netmask argument in new(), IPv4() and IPv6() + + Signed-off-by: Jo-Philipp Wich + +commit 0d32e69f163e80442c7a483c445484ee250986e8 +Author: Jo-Philipp Wich +Date: Sun Jan 25 21:39:17 2015 +0100 + + luci-lib-ip: fix segfault in link() on systems with ip6gre support + + If an ip6gre interface is queried, the resulting link local address string + of 47 byte overflowed the buffer of 32 bytes used to hold the translated + address. + + Increase the address string buffer to 48 byte and check the address length + prior to writing it into the buffer to avoid future problems with longs + link local addresses. + + Signed-off-by: Jo-Philipp Wich + +commit 5317b09be7304cb816b2643fc2cdd52f6f5bbdac +Author: Jo-Philipp Wich +Date: Sun Jan 25 18:30:07 2015 +0100 + + luci-app-privoxy: fix path to luci.mk after move + + Signed-off-by: Jo-Philipp Wich + +commit c69bbad727370edbf69348024cfa7ffb7b48a6f1 +Merge: 9feb1b8a7 29f7cf16e +Author: Jo-Philipp Wich +Date: Sun Jan 25 12:36:50 2015 +0100 + + Merge pull request #308 from chris5560/master + + luci-app-privoxy: move from openwrt/packages to openwrt/luci + +commit 9feb1b8a7828cd025cb3bf8a0e58085cf1da64ca +Author: Jo-Philipp Wich +Date: Sat Jan 24 14:26:51 2015 +0100 + + luci-mod-admin-full: use sysupgrade -T to test images + + Signed-off-by: Jo-Philipp Wich + +commit eb1ef783f6a82c784f791880fd5e5ada5fa00bb5 +Author: Jo-Philipp Wich +Date: Sat Jan 24 14:25:53 2015 +0100 + + luci-lib-ip: fix netlink receiving in link() + + Signed-off-by: Jo-Philipp Wich + +commit 29f7cf16e56c269f45184677dfaa472499622fdb +Author: Christian Schoenebeck +Date: Sat Jan 24 10:38:54 2015 +0100 + + luci-app-privoxy: move from openwrt/packages to openwrt/luci + + * move from openwrt/packages to openwrt/luci + * adaption to new LuCI subdirectory structure + * fix error handling + * modified version handling + * fixed translations + + Signed-off-by: Christian Schoenebeck + +commit 40066a6799ba04cbf23c7752de6e83103a33ccad +Author: Jo-Philipp Wich +Date: Fri Jan 23 15:26:33 2015 +0100 + + luci-base: optimize luci.tools.webadmin.iface_get_network() + + Signed-off-by: Jo-Philipp Wich + +commit 671566d701a18d273b4bdcfbe4b08ed28df1f711 +Author: Jo-Philipp Wich +Date: Fri Jan 23 13:00:51 2015 +0100 + + luci-lib-ip: add link() method to get basic iface info + + Signed-off-by: Jo-Philipp Wich + +commit 4ab9f972c490f18ede0fb827c39df7b17d58aff0 +Author: Jo-Philipp Wich +Date: Thu Jan 22 23:58:42 2015 +0100 + + luci-lib-ip: always return table for dump, even if empty + + Signed-off-by: Jo-Philipp Wich + +commit 6c16f97c4c26076ebeafc4f54dab10a15deb38bc +Author: Jo-Philipp Wich +Date: Thu Jan 22 23:55:11 2015 +0100 + + luci-base: remove unused functions from luci.sys.net + + Signed-off-by: Jo-Philipp Wich + +commit e85698638f87403e756e78e0b9019c5fc3af415d +Author: Jo-Philipp Wich +Date: Thu Jan 22 23:43:56 2015 +0100 + + luci-lib-ip: support filtering neighbors by mac or dest addr + + Signed-off-by: Jo-Philipp Wich + +commit 1d461b6e7ee664d6a356eb20861f3b957a558329 +Author: Jo-Philipp Wich +Date: Thu Jan 22 22:07:50 2015 +0100 + + luci-app-splash: convert ip4mac() to luci.ip.neighbors() + + Signed-off-by: Jo-Philipp Wich + +commit fac02283137f6ff59363695bb07a3f9cec58e577 +Author: Jo-Philipp Wich +Date: Thu Jan 22 21:52:04 2015 +0100 + + luci-app-splash: convert luci.sys.net.arptable() to luci.ip.neighbors() + + Signed-off-by: Jo-Philipp Wich + +commit b24dfd52ac4e45741bfe5049bf0f2e863ffffad2 +Author: Jo-Philipp Wich +Date: Thu Jan 22 18:50:00 2015 +0100 + + luci-mod-admin-mini: convert luci.sys.net.arptable() to luci.ip.neighbors() + + Signed-off-by: Jo-Philipp Wich + +commit 213595ce858c53189b9f585f0d0453aeae63c8d0 +Author: Jo-Philipp Wich +Date: Thu Jan 22 18:45:28 2015 +0100 + + luci-mod-admin-full: convert luci.sys.net.arptable() to luci.ip.neighbors() + + Signed-off-by: Jo-Philipp Wich + +commit 577b772824bae3e2a35c6eb404796a04776e9f14 +Author: Jo-Philipp Wich +Date: Thu Jan 22 18:25:49 2015 +0100 + + luci-base: rewrite luci.tools.webadmin and remove unused functions + + Signed-off-by: Jo-Philipp Wich + +commit 44ee102ff90df8ff832ab40bd074f3ad7dfc4b47 +Author: Jo-Philipp Wich +Date: Thu Jan 22 17:52:44 2015 +0100 + + luci-app-olsr: rewrite mac address resolving + + Signed-off-by: Jo-Philipp Wich + +commit 7dc9f86749f576038b68d6d076a53ce77e0bba72 +Author: Jo-Philipp Wich +Date: Thu Jan 22 16:44:01 2015 +0100 + + luci-mod-freifunk: switch to luci.ip route functions + + Signed-off-by: Jo-Philipp Wich + +commit 625a89a37099dbad4af8e3270b21318e81449093 +Author: Jo-Philipp Wich +Date: Thu Jan 22 16:36:18 2015 +0100 + + luci-app-coovachilli: switch to luci.ip route functions + + Signed-off-by: Jo-Philipp Wich + +commit feb576413bd49b54edf90726de650875e180fe30 +Author: Jo-Philipp Wich +Date: Thu Jan 22 16:29:35 2015 +0100 + + luci-app-siitwizard: switch to luci.ip route functions + + Signed-off-by: Jo-Philipp Wich + +commit 5b94c1cca21aac49c0e105abd6b49b608b40e53e +Author: Jo-Philipp Wich +Date: Thu Jan 22 15:53:16 2015 +0100 + + luci-mod-admin-full: switch to luci.ip route functions + + Signed-off-by: Jo-Philipp Wich + +commit e9bfa5fe7942b1c8143c0a230c41a5b9ae90cabd +Author: Jo-Philipp Wich +Date: Thu Jan 22 15:25:41 2015 +0100 + + luci-lib-ip: fix routes() for non-callback invocations + + Signed-off-by: Jo-Philipp Wich + +commit b48386be67bc5530fe11499183fa9ef9f15f0829 +Author: Jo-Philipp Wich +Date: Thu Jan 22 15:12:56 2015 +0100 + + luci-app-olsr: use luci.ip.routes() to find default gw + + Signed-off-by: Jo-Philipp Wich + +commit 0e90bf98dfd25f47c21534949eafa0e6d4fea979 +Author: Jo-Philipp Wich +Date: Thu Jan 22 15:08:09 2015 +0100 + + luci-base: depend on luci-lib-ip and remove ip.lua + + Signed-off-by: Jo-Philipp Wich + +commit 8cf1b1374d7378dd8155ead3883aeff7da6c292a +Author: Jo-Philipp Wich +Date: Thu Jan 22 15:01:39 2015 +0100 + + luci-lib-nixio: always assume Linux target (#307) + + Signed-off-by: Jo-Philipp Wich + +commit 0ff02e3a13d11466fe8997932a7f9828f53f3ee8 +Author: Jo-Philipp Wich +Date: Thu Jan 22 14:59:13 2015 +0100 + + libs: add luci-lib-ip + + Add new luci.ip library which is an api compatible C reimplementation + of ip.lua. It also supports dumping the system routing table and neighbour + entry database via netlink. + + Signed-off-by: Jo-Philipp Wich + +commit 390c4bd5a7e1e53bc9e765a3b5ee8f59f46d5598 +Author: Jo-Philipp Wich +Date: Sun Jan 18 19:01:04 2015 +0100 + + luci-base: use serialize_json() in luci.http + + Signed-off-by: Jo-Philipp Wich + +commit 61a9a58efcb27e2860cef804f04c9c4ba4ceb168 +Author: Jo-Philipp Wich +Date: Sun Jan 18 19:00:38 2015 +0100 + + luci-base: add luci.util.serialize_json() + + Signed-off-by: Jo-Philipp Wich + +commit 4b2d2e3603e1a061d31e200622c7d71780b7c6a4 +Merge: 0d541a4cb 3dbdff709 +Author: Jo-Philipp Wich +Date: Thu Jan 22 12:06:05 2015 +0100 + + Merge pull request #306 from Preffer/master + + libs/luci-lib-httpclient: fix not straightforward behavior of httpclient + +commit 3dbdff70960ec8c7de7d5a54721a560941627e0b +Author: Yuzo +Date: Thu Jan 22 13:12:48 2015 +0800 + + add params support in options + +commit b6d4f32dcc4bba2645d3758c3dc027fe0e2b4d14 +Author: Yuzo +Date: Thu Jan 22 12:50:58 2015 +0800 + + send Cookie in a single header line, follow browser behavior + +commit c30cf9abd4e1e46731e36552ae2f459a27c5cf46 +Author: Yuzo +Date: Thu Jan 22 11:34:00 2015 +0800 + + add sock::readall() to ensure the response body is complete + +commit d0759af923f601585e2515329fc7eb294cb1a0c1 +Author: Nikos Mavrogiannopoulos +Date: Tue Jan 20 22:21:20 2015 +0100 + + luci-app-ocserv: Added option to enable compression + +commit 7a792ee564eed46d2ea634459f8419b9916c3da8 +Author: Nikos Mavrogiannopoulos +Date: Tue Jan 20 22:19:08 2015 +0100 + + luci-app-ocserv: uclibc's crypt() doesn't support sha2crypt + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 55ab4e4ce221091480f8c693ceefb1d0ac32c18f +Author: Christian Schoenebeck +Date: Mon Jan 19 21:08:03 2015 +0100 + + luci-themes: luci.main.mediaurlbase not set correctly + + Currently by default theme Bootstrap is installed but + luci.main.mediaurlbase (it holds the current active theme) still has + openwrt.org set. + I did not find the mechanism how LuCI starts Bootstrap theme but the + installation should set luci.main.mediaurlbase correctly. + + Signed-off-by: Christian Schoenebeck + +commit 0d541a4cbdeb51ac23d4a1ce7bc561e1c0790c77 +Merge: c96d98664 f5da9b53e +Author: Jo-Philipp Wich +Date: Mon Jan 19 18:39:10 2015 +0100 + + Merge pull request #299 from nmav/ocserv-match + + luci-app-ocserv: modified match to apply to newer versions of occtl + +commit c96d986645214c2ce10bb50e66a0d2eabbaf926a +Merge: 3efb9ed60 d3104487b +Author: Jo-Philipp Wich +Date: Mon Jan 19 18:38:51 2015 +0100 + + Merge pull request #301 from nmav/ocserv4 + + luci-app-ocserv: express PKID in a way that is acceptable by openconnect + +commit 3efb9ed60b09f3b6377af204803b2223ea4da625 +Merge: 52ecc90b3 819a733df +Author: Jo-Philipp Wich +Date: Mon Jan 19 18:37:41 2015 +0100 + + Merge pull request #297 from chris5560/master + + luci-app-ddns: Update to version 2.1.1-0 + +commit d3104487b4e467fed62423f993dfba028dc325fb +Author: Nikos Mavrogiannopoulos +Date: Mon Jan 19 18:24:48 2015 +0100 + + luci-app-ocserv: express PKID in a way that is acceptable by openconnect + + Signed-off-by: Nikos Mavrogiannopoulos + +commit f5da9b53e1bc3a2cd4a8bb908c2648a8c266b842 +Author: Nikos Mavrogiannopoulos +Date: Sun Jan 18 22:46:01 2015 +0100 + + ocserv: modified match to apply to newer versions of occtl + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 819a733df3c9e93619dbad1159f67de70d406da7 +Author: Christian Schoenebeck +Date: Sun Jan 18 19:22:54 2015 +0100 + + luci-app-ddns: Update to version 2.1.1-0 + + - adaption Makefile to changed luci.mk + - description in Makefile for correct version handling + - modified handling to detect and display installed version + - new functions ipkg_ver_installed() and ipkg_ver_compare + - correct wrong spellings + - modified language template and German translation + + Signed-off-by: Christian Schoenebeck + +commit 52ecc90b3129c72a856c3d16534276ab7e192179 +Author: Jo-Philipp Wich +Date: Sun Jan 18 17:27:13 2015 +0100 + + luci.mk: expose option to override PKGARCH (#295) + + Also mark packages without src/ as arch independant by default. + + Signed-off-by: Jo-Philipp Wich + +commit 30d45d0c0e0a08725b017693460a6d70379a68ac +Author: Jo-Philipp Wich +Date: Sat Jan 17 15:17:42 2015 +0100 + + themes: fix load number formatting + + Signed-off-by: Jo-Philipp Wich + +commit 4abf1caa3f088701fcb8bd428e7e78f74ef5e377 +Author: Jo-Philipp Wich +Date: Sat Jan 17 00:40:31 2015 +0100 + + luci-theme-openwrt: fix version display + + Signed-off-by: Jo-Philipp Wich + +commit 41d2b33087da393453c45f5d923d690c88ee5474 +Author: Jo-Philipp Wich +Date: Fri Jan 16 23:46:42 2015 +0100 + + Update my email addresses in the license headers + + Signed-off-by: Jo-Philipp Wich + +commit 7a3493b1f7d75a3945279115324cf2ff4da26b7b +Author: Jo-Philipp Wich +Date: Fri Jan 16 23:38:38 2015 +0100 + + Globally reduce copyright headers + + Signed-off-by: Jo-Philipp Wich + +commit 998011462408e76c1a766afd5a6fe7ce82393218 +Author: Jo-Philipp Wich +Date: Fri Jan 16 21:39:46 2015 +0100 + + luci-base: remove luci.init + + Signed-off-by: Jo-Philipp Wich + +commit 9e1383dd40ba49e54cddedd04938c55609cc1f08 +Author: Jo-Philipp Wich +Date: Fri Jan 16 21:39:26 2015 +0100 + + luci-mod-admin-full: directly require luci.version and fetch uname with library call + + Signed-off-by: Jo-Philipp Wich + +commit 2ebc394347bf4a402c6b9ef7ea9e42a8a1f5ba85 +Author: Jo-Philipp Wich +Date: Fri Jan 16 21:34:30 2015 +0100 + + luci-base: use local sys module table in luci.dispatcher + + Signed-off-by: Jo-Philipp Wich + +commit daee4a650eb4f0700074ee5d8e2f6b24c81d650e +Author: Jo-Philipp Wich +Date: Fri Jan 16 21:33:34 2015 +0100 + + themes: require luci.version directly + + Signed-off-by: Jo-Philipp Wich + +commit 9d908ffd78111f2f9d660b9a063e38af72554c57 +Author: Jo-Philipp Wich +Date: Fri Jan 16 21:10:32 2015 +0100 + + luci-app-olsr: add workaround for finding default gw with policy routing + + Signed-off-by: Jo-Philipp Wich + +commit bba6454b8f781e8406b18d67c4d760e96730ea90 +Merge: 224325a36 b34c9ae63 +Author: Jo-Philipp Wich +Date: Fri Jan 16 20:51:02 2015 +0100 + + Merge pull request #294 from luizluca/luci-proto-3g_add-dialnumber + + luci-proto-3g: add dialnumber option + +commit b34c9ae639493fc09988718695de6d0fa2f42b52 +Author: Luiz Angelo Daros de Luca +Date: Fri Jan 16 15:37:13 2015 -0200 + + luci-proto-3g: add dialnumber option + + UCI network already permit dialnumber option for 3g interfaces. + This adds dialnumber to luci protocol 3g. Also it introduces a + new translation string "Dial number", added to template and updated + on each language (all empty but pt-br). + + Signed-off-by: Luiz Angelo Daros de Luca + +commit 224325a36d57b4146458084f64408eaab0b939f4 +Author: Jo-Philipp Wich +Date: Thu Jan 15 22:55:37 2015 +0100 + + protocols: fix keepalive settings for pppd based protocols + + Signed-off-by: Jo-Philipp Wich + +commit 458469bb4f3e624373da89f2f49363d097237379 +Author: Jo-Philipp Wich +Date: Thu Jan 15 17:41:26 2015 +0100 + + luci-mod-admin-full: display routers localtime again + + Signed-off-by: Jo-Philipp Wich + +commit a35fffe3c3266aa768a332674c5cfcc39a3f1c51 +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:34:48 2015 +0100 + + luci-mod-admin-full: fix missing nixio.fs require + + Signed-off-by: Jo-Philipp Wich + +commit 7aa838988f09c461fc3e4e2cb13656e39ea2102d +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:32:03 2015 +0100 + + luci-base: remove old fastindex support code, use cached module tables + + Signed-off-by: Jo-Philipp Wich + +commit 575e1093abad5d0ce28eab246d2a5f6d4385197b +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:05:31 2015 +0100 + + luci-lib-nixio: drop "bit" compatibility class + + Signed-off-by: Jo-Philipp Wich + +commit 6043fe9433a7350d079ea078633ec84adb877e01 +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:04:54 2015 +0100 + + luci-app-siitwizard: explicitely require bit library + + Signed-off-by: Jo-Philipp Wich + +commit e2ec1704457ce850af28635e0f86191c6affe38d +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:02:54 2015 +0100 + + luci-base: remove unconditional "bit" preloading + + Signed-off-by: Jo-Philipp Wich + +commit 6ff7bae36aa940f5f64ce11fb87ecefe136d41d6 +Author: Jo-Philipp Wich +Date: Thu Jan 15 16:02:21 2015 +0100 + + luci-mod-admin-full: remove useless "bit" requires + + Signed-off-by: Jo-Philipp Wich + +commit e91b603acc0920f998ae57704a9d97b83ee284e4 +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:40:33 2015 +0100 + + luci-base: drop luci.fs + + Signed-off-by: Jo-Philipp Wich + +commit 6cc1ae506cd9368ea1848ec6ef748f904109727a +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:40:05 2015 +0100 + + luci-mod-failsafe: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit b7f80a98d8b78e259648d820912b7c2338529e0a +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:37:46 2015 +0100 + + luci-mod-admin-full: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 9780ee382e72f8a5fb69e337a3fcc51fc0914883 +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:11:57 2015 +0100 + + luci-mod-freifunk: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 921df0f3fc47720f280c5b758154d69acabb87d1 +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:09:02 2015 +0100 + + luci-theme-freifunk-generic: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 831a8cb13de8969518c3c541c319626012649e91 +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:06:03 2015 +0100 + + luci-app-multiwan: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 924202156ea5e5a7e1fba69a163617ad4cf6d3d4 +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:05:06 2015 +0100 + + luci-app-splash: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit bca0643edacb00285914b8b1c999011c4616a9ac +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:04:04 2015 +0100 + + luci-app-olsr-services: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 7298099b0263b03ab69871da7b7e32c16a54f60a +Author: Jo-Philipp Wich +Date: Thu Jan 15 15:03:18 2015 +0100 + + luci-app-freifunk-widgets: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 2af6fac809e73e57097572fa6a759156fa0d24eb +Author: Jo-Philipp Wich +Date: Thu Jan 15 14:55:46 2015 +0100 + + luci-app-olsr: switch to nixio.fs + + Signed-off-by: Jo-Philipp Wich + +commit 76eb057b2c06af6d2f0c9278877131f3c3e1f250 +Author: Jo-Philipp Wich +Date: Thu Jan 15 14:26:36 2015 +0100 + + luci-mod-base: drop luci.sys.sysinfo() and luci.sys.loadavg() + + Signed-off-by: Jo-Philipp Wich + +commit bfbc7f4bdf6b60edf9d52d995c14d156d8349757 +Author: Jo-Philipp Wich +Date: Thu Jan 15 14:26:27 2015 +0100 + + themes: eliminate uses of luci.sys.loadavg() + + Signed-off-by: Jo-Philipp Wich + +commit 64d0031233a7e1b7e4df71953bc0fa72462e6bf5 +Author: Jo-Philipp Wich +Date: Thu Jan 15 14:11:35 2015 +0100 + + luci-mod-freifunk: eliminate uses of luci.sys.sysinfo() + + Signed-off-by: Jo-Philipp Wich + +commit a1f67784c9ef2a95facba658fce6ae57a795758c +Author: Jo-Philipp Wich +Date: Thu Jan 15 13:44:38 2015 +0100 + + luci-mod-admin-mini: remove uses of luci.sys.sysinfo() + + Signed-off-by: Jo-Philipp Wich + +commit 46beca9fb15695a5c576093bb24a88120e155972 +Author: Jo-Philipp Wich +Date: Thu Jan 15 13:35:10 2015 +0100 + + luci-mod-admin-full: eliminate the use of luci.sys.sysinfo() + + Fetch the required information via ubus instead of relying on the + to-be-removed luci.sys.sysinfo() and luci.sys.loadavg() functions. + + Signed-off-by: Jo-Philipp Wich + +commit 0b491a05ca1dde902586c8c13fc3a9fa38fdb3bb +Author: Jo-Philipp Wich +Date: Thu Jan 15 11:12:11 2015 +0100 + + luci-lib-px5g: disable MIPS16 + + Signed-off-by: Jo-Philipp Wich + +commit c159d280919d021a07609dbce1fbdc357f37a776 +Author: Jo-Philipp Wich +Date: Thu Jan 15 11:10:02 2015 +0100 + + luci-base: switch luci.model.network to common ubus api + + Replaces the ubus calls in luci.model.network with the common api + from luci.util. + + Signed-off-by: Jo-Philipp Wich + +commit 199c8cbc4c32506ecfe89850615b88a3f0276dd3 +Author: Jo-Philipp Wich +Date: Thu Jan 15 10:55:53 2015 +0100 + + luci-base: switch to ubus sessions + + Remove luci.sauth session storage implementation and offload the session + management to the rpcd ubus backend. Also depend on rpcd due to this. + +commit eb8560061ab2aed5c0f2ce2ca9fa0fe28fa89af4 +Author: Jo-Philipp Wich +Date: Thu Jan 15 10:52:53 2015 +0100 + + luci-base: add luci.util.ubus() + + Add luci.util.ubus() convenience wrapper which establishes a connection on + the first call. + + Signed-off-by: Jo-Philipp Wich + +commit 00da2bbbd23bc3caefb3959e2c14d6f976154f8a +Author: Jo-Philipp Wich +Date: Thu Jan 15 09:48:47 2015 +0100 + + build: add po2lmo to .gitignore (#292) + +commit a850efc0ee13f3cef516da129dbe47614a248274 +Merge: 99d4d5e45 b6d700eee +Author: Jo-Philipp Wich +Date: Sun Jan 11 17:42:02 2015 +0100 + + Merge pull request #290 from chris5560/master + + luci.mk: cosmetic change for translation description + +commit 99d4d5e4545ac1b26d0d175c9a0fdf95a45a5af7 +Author: Jo-Philipp Wich +Date: Sun Jan 11 17:39:46 2015 +0100 + + luci-app-ushare: mark as broken since ushare is in oldpackages + + Signed-off-by: Jo-Philipp Wich + +commit b6d700eeef2af72ac21c304b6847c634ae6df7d6 +Author: Christian Schoenebeck +Date: Sun Jan 11 17:10:32 2015 +0100 + + luci.mk: cosmetic change for translation description + + Sample: + old: "Deutsch (German)" + new: "Translation for luci-app-ddns - Deutsch (German)" + + Signed-off-by: Christian Schoenebeck + +commit e55b23c6ac13f566099463c5e8b294255ae1cd1d +Author: Jo-Philipp Wich +Date: Sun Jan 11 16:22:12 2015 +0100 + + luci-mod-admin-full: fix luci-bwc compilation + + Signed-off-by: Jo-Philipp Wich + +commit 546de2c81c236c8aac136442f3ae107f87421cba +Merge: 1ce2d8f46 ea5f22e65 +Author: Jo-Philipp Wich +Date: Sun Jan 11 00:27:14 2015 +0100 + + Merge pull request #289 from chris5560/master + + luci-app-ddns: adaption to new luci structure and cleanup + +commit ea5f22e65325ed1463e73805992fcaaa57b246f8 +Author: Christian Schoenebeck +Date: Sun Jan 11 00:14:59 2015 +0100 + + luci-app-ddns: adaption to new luci structure and cleanup + + - adaption to LuCI's new directory structure on github + - adaption to LuCI's new Makefile optional settings + - remove CHANGELOG from github + - directory structure cleanup + not all patches of 2.1.0-3 and before were applied to new directory + structure + + Signed-off-by: Christian Schoenebeck + +commit 1ce2d8f46af0673068a8057dbeb76af9c477ad55 +Author: Jo-Philipp Wich +Date: Sat Jan 10 23:36:26 2015 +0100 + + build: rework language dependencies + + Rework the language package dependencies to avoid introducing unnecessary + depends. The luci-i18n-$app-$lang packages now depend on luci-$app. + + * When a language is selected as <*> then the language packs for each + enabled LuCI module are built into the image + * When a language is selected as then the language packs for each + enabled LuCI module are built as package + * When CONFIG_ALL is set (e.g. release builds, snapshots) then all + language packs are built + + Signed-off-by: Jo-Philipp Wich + +commit c5477f717dd50a9a2c87fa7f0cc0cbc03a2047cc +Merge: 9a81d8ff3 42757cb54 +Author: Jo-Philipp Wich +Date: Sat Jan 10 22:39:41 2015 +0100 + + Merge pull request #288 from chris5560/master + + Modified dependencies + +commit 42757cb5495271833c17369549d701bee12d4c36 +Author: Christian Schoenebeck +Date: Sat Jan 10 22:33:43 2015 +0100 + + Modified dependencies + + Module luci-base + - libubus-lua not needed + + Module luci-mod-admin + - libubus-lua needed + + Collection luci + - luci-lib-nixio not needed, already in luci-base + + Signed-off-by: Christian Schoenebeck + +commit 9a81d8ff32bcb023d4d6e9f8955d978cfb76455c +Author: Jo-Philipp Wich +Date: Sat Jan 10 21:19:54 2015 +0100 + + luci-base: handle missing translations in template engine + + Previously the template engine did not interpolate translation macros if no + translation catalogue could be loaded due to a missing i18n directory. + + Change the offending code to return the original string in any error case. + + Signed-off-by: Jo-Philipp Wich + +commit 1380c7b07dc57249a5a6bc4b8e665cc525ec6716 +Author: Jo-Philipp Wich +Date: Sat Jan 10 19:58:06 2015 +0100 + + luci-base: add depends on libubus-lua and luci-lib-nixio as well + + Signed-off-by: Jo-Philipp Wich + +commit 26aefe4f69a935a14e5e0d7db0e1e99180fead6e +Author: Jo-Philipp Wich +Date: Sat Jan 10 19:54:05 2015 +0100 + + luci-base: depend on libuci-lua + + Signed-off-by: Jo-Philipp Wich + +commit a36807b942a956687327d2069a7a8ff12e145473 +Author: Jo-Philipp Wich +Date: Sat Jan 10 14:20:18 2015 +0100 + + build: fix language dependency handling + + Turn language selection into a tristate, this allows building language + packages without having them included in the image. + + Signed-off-by: Jo-Philipp Wich + +commit c97011fd970982be798801008b6e93343f0fdd9d +Author: Jo-Philipp Wich +Date: Sat Jan 10 13:40:31 2015 +0100 + + luci-base: fix dependency on lua (#284) + + Signed-off-by: Jo-Philipp Wich + +commit 3afecbd8abcdbc97e7f6f140517132db7e9639e3 +Author: Jo-Philipp Wich +Date: Fri Jan 9 16:35:23 2015 +0100 + + luci-base: depend on Lua (#283) + + Signed-off-by: Jo-Philipp Wich + +commit 6ee776863a9a3ac702365a2d1297a9e18bdf9f1d +Author: Jo-Philipp Wich +Date: Fri Jan 9 13:23:34 2015 +0100 + + luci-app-ahcp: remove empty src directory + + Signed-off-by: Jo-Philipp Wich + +commit f4fb5871255701a0e635a1fc1d7fa6d653cde3d7 +Author: Jo-Philipp Wich +Date: Fri Jan 9 13:19:28 2015 +0100 + + luci-lib-px5g: add missing src Makefile and fix depends + + Signed-off-by: Jo-Philipp Wich + +commit 3c6d03ddee6ba4a536b687b17aa5a41f1f2d1575 +Author: Jo-Philipp Wich +Date: Fri Jan 9 13:04:01 2015 +0100 + + luci-lib-luaneightbl: add src Makefile and fix dependencies (#282) + + Signed-off-by: Jo-Philipp Wich + +commit db653649ffa7d71b1d952506796914813be360f0 +Author: Jo-Philipp Wich +Date: Thu Jan 8 22:23:38 2015 +0100 + + luci-mod-admin-full: fix build dep spec in previous commit (#281) + + Signed-off-by: Jo-Philipp Wich + +commit 80c06a773d1a5fb5edea0a0176ad6c37527ad5a2 +Author: Jo-Philipp Wich +Date: Thu Jan 8 22:17:36 2015 +0100 + + luci-mod-admin-full: add build dependency on libiwinfo + + Signed-off-by: Jo-Philipp Wich + +commit b348413fb23962e28fd5158e3ba21ea933feb8f3 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:52:51 2015 +0100 + + build: remove remainders of old build system + + Signed-off-by: Jo-Philipp Wich + +commit eb25d532a88b140431c20077edf56bb40663c8fc +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:51:47 2015 +0100 + + build: adapt zoneinfo2lua.pl to new structure + + Signed-off-by: Jo-Philipp Wich + +commit 4cb3aed0ca127861d1bf6749cc83113e1ee87e19 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:49:42 2015 +0100 + + Remove obsolete .mk files + + Signed-off-by: Jo-Philipp Wich + +commit fe9ef86750991cfb56ef3030b51e8fd4a02cef86 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:46:58 2015 +0100 + + build: adapt i18n-update.pl to new structure + + Signed-off-by: Jo-Philipp Wich + +commit 85e4256a7a41ef0f0578116ceb557e2c278dac5e +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:40:09 2015 +0100 + + build: adapt mkbasepot.sh to new structure + + Signed-off-by: Jo-Philipp Wich + +commit 7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:35:30 2015 +0100 + + contrib: remove abandonned projects + + Signed-off-by: Jo-Philipp Wich + +commit d82b889a7bd140c8bc25129209371224f15531fb +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:34:17 2015 +0100 + + Move mjpg-streamer.pot to the right directory + + Signed-off-by: Jo-Philipp Wich + +commit 2f043016e89f5ba3fd2e63abcd4de12584a0c43d +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:32:32 2015 +0100 + + Remove obsolete i18n directory + + Signed-off-by: Jo-Philipp Wich + +commit 50b258a1d42c12e9f13e31282d6d555a1a9fcf32 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:31:40 2015 +0100 + + Remove obsolete ipkg directories + + Signed-off-by: Jo-Philipp Wich + +commit 39ff053890a1519e11def32336154bebde2519e4 +Author: Jo-Philipp Wich +Date: Thu Jan 8 15:58:53 2015 +0100 + + contrib: remove obsolete luci package definitions + + Signed-off-by: Jo-Philipp Wich + +commit fa84ca05d59b26d918f0730cc16680688c639139 +Author: Jo-Philipp Wich +Date: Thu Jan 8 15:56:35 2015 +0100 + + luci-base: luci.util: rewrite threadlocal code to not confuse minifier + + Signed-off-by: Jo-Philipp Wich + +commit 1bb4822dca6113f73e3bc89e2acf15935e6f8e92 +Author: Jo-Philipp Wich +Date: Wed Dec 3 15:17:05 2014 +0100 + + Rework LuCI build system + + * Rename subdirectories to their repective OpenWrt package names + * Make each LuCI module its own standalone package + * Deploy a shared luci.mk which is used by each module Makefile + + Signed-off-by: Jo-Philipp Wich + +commit 9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 +Merge: 66aa98824 fb4ce0f95 +Author: Jo-Philipp Wich +Date: Mon Jan 5 19:04:19 2015 +0100 + + Merge pull request #278 from nmav/ocserv + + Print the ocserv's certificate hash and key ID + +commit fb4ce0f954865a1412469536b62555b03980ac40 +Author: Nikos Mavrogiannopoulos +Date: Sat Jan 3 18:50:22 2015 +0100 + + Print the ocserv's certificate hash and key ID + + Signed-off-by: Nikos Mavrogiannopoulos + +commit 66aa988246f4226627b6b0061ff7304b88c3036d +Merge: 3fd748745 624e37cea +Author: Jo-Philipp Wich +Date: Mon Jan 5 17:16:59 2015 +0100 + + Merge pull request #264 from thess/mjpg-streamer + + luci-app-mjpg-streamer: Add new module for mjpg-streamer management + +commit 3fd748745c2ba6c6d06eba29d2fc34013793376b +Merge: 5e6c33e21 9ad09999d +Author: Jo-Philipp Wich +Date: Mon Jan 5 16:35:50 2015 +0100 + + Merge pull request #273 from FreifunkUFO/master + + luci-freifunk-diagnostics: change adress to an ipv6-enabled host + +commit 9ad09999d594bf3fad14a75372452303bd931005 +Author: FreifunkUFO +Date: Mon Dec 29 19:05:00 2014 +0100 + + change adress to an ipv6-enabled host + +commit 5e6c33e213475d7976b6ccb08023ae839e1decf0 +Merge: 43c395abe f02b18b10 +Author: Manuel Munz +Date: Thu Dec 25 10:15:51 2014 +0100 + + Merge pull request #271 from FreifunkUFO/master + + package/community-profiles: add profile_31c3 + +commit f02b18b10c89275dceaefee8f0032132efca55e3 +Author: FreifunkUFO +Date: Wed Dec 24 03:50:24 2014 +0100 + + details 31c3 + +commit 154dd68b56174728ec7ffa520e89a110495232b1 +Author: FreifunkUFO +Date: Wed Dec 24 03:41:38 2014 +0100 + + new profile for 31c3 + +commit 43c395abe02248e8ca56e8d8697e76ade1bafbaf +Merge: 0fb85fb30 d60c8f7b3 +Author: Manuel Munz +Date: Thu Dec 18 01:53:26 2014 +0100 + + Merge pull request #267 from n3ph/master + + package/community-profiles: add profile_freiburg + +commit d60c8f7b35ec52d88eecfd493706adfbca8e294a +Author: n3ph +Date: Wed Dec 17 18:45:34 2014 +0100 + + Update profile_freiburg + + The SSID freiburg.freifunk.net is used as the VAP-SSID so we have to use sth. different for the ad-hoc SSID.. + + ATM 02:d1:11:37:fc:38 - why not using 02:CA:FF:EE:BA:BE... + +commit 78b5457d3f3785fd61ead3761174058cb90d2d62 +Author: n3ph +Date: Wed Dec 17 18:27:38 2014 +0100 + + Create profile_freiburg + +commit 0fb85fb3078e83db2b88b48a943ca05e2ab49903 +Merge: 91532de61 61c6c67ae +Author: Jo-Philipp Wich +Date: Tue Dec 9 16:38:04 2014 +0100 + + Merge pull request #262 from chris5560/master + + luci-app-ddns: Update to support ddns-scripts 2.1.0-3 + +commit 624e37ceae2fa2bef7f51565f28bfc827ad0f704 +Author: Ted Hess +Date: Fri Oct 10 18:27:40 2014 -0400 + + luci-app-mjpg-streamer: Add new module for mjpg-streamer management + + Signed-off-by: Ted Hess + +commit 61c6c67ae684b8ea9642dc5d6bdca4fead58d0c1 +Author: Christian Schoenebeck +Date: Sun Dec 7 21:31:57 2014 +0100 + + luci-app-ddns: Update to support ddns-scripts 2.1.0-3 + + - modified controller + -- remove support for ddns-scripts Version 1.x + -- ddns-scripts not correctly installed do not start + -- no config file create an empty one + - moved log settings to advanced tab + - set default syslog level "Notice" + - removed special handling for dynamic_dns_helper.sh in postinst + + Signed-off-by: Christian Schoenebeck + +commit 91532de6179704e4c69f1580274123f5956baf03 +Merge: df61ddaf8 157e8e52a +Author: Jo-Philipp Wich +Date: Mon Nov 24 11:37:24 2014 +0100 + + Merge pull request #256 from chris5560/master + + luci-app-ddns: modified to support ddns-scripts 2.1.0-2 + +commit df61ddaf87170e3c7d419133dc616b2b3df13690 +Merge: f81be49ae 65d42ae75 +Author: Jo-Philipp Wich +Date: Sat Nov 22 19:21:26 2014 +0100 + + Merge pull request #258 from remakeelectric/accept-multi-chunk-post + + luci.http.protocol: Allow posts to contain more than a single chunk + +commit 65d42ae75aeab63049106a775fb2153984242235 +Author: Karl Palsson +Date: Fri Nov 21 18:18:51 2014 +0000 + + luci.http.protocol: Allow posts to contain more than a single chunk + + The ltn12.pump.step() loop in parse_message_body was incorrectly testing + for EOF, and returning after the first chunk, even if further chunks + were available. The loop in parse_message_header made the correct + check, and test code making raw ajax json posts now succeeds for posts + >= 2048 bytes. + + Signed-off-by: Karl Palsson + +commit f81be49ae756dab82e1758a6c9de145f0d36960e +Merge: a226f199a 7bd68db7d +Author: Jo-Philipp Wich +Date: Mon Nov 17 15:21:47 2014 +0100 + + Merge pull request #257 from NeoRaider/master + + modules/base: ltn12: fix source.file() termination condition + +commit 7bd68db7d702c5951d192359f2dd6b256a98c62d +Author: Matthias Schiffer +Date: Mon Nov 17 14:25:51 2014 +0100 + + modules/base: ltn12: source.file() should terminate when an empty chunk is read + + The read method of nixio's file and socket objects both return an empty string + when they reach EOF, not nil, causing the consumer to loop endlessly as + source.file() never terminates. + + As there is no other situation in which an empty chunk is read, just change it + to nil to terminate the consumer's loop. + + Signed-off-by: Matthias Schiffer + +commit 157e8e52aef5ede350e17ce688f76fbaddea5dd2 +Author: Christian Schoenebeck +Date: Sat Nov 15 22:06:18 2014 +0100 + + luci-app-ddns: modified to support ddns-scripts 2.1.0-2 + + - moved /usr/lib/ddns/dynamic_dns_lucihelper.sh to ddns-scripts package + - fixed error message when validating proxy + - modified validating ip_script to allow the usage of parameters + - using ipkg/postinst AND ipkg/postinst-pkg as long as LuCI Makefiles did not + fullfil requirements of new OpenWrt default_postinst and default_postrm + reported in Issue #255 + - cleanup whitespaces at line ends + + Signed-off-by: Christian Schoenebeck + +commit a226f199accb4a9adce10d3373fb832109e60876 +Merge: 1aeb236a9 b53ff9945 +Author: Jo-Philipp Wich +Date: Fri Nov 14 17:18:33 2014 +0100 + + Merge pull request #247 from Wedmer/master + + Create README.md + +commit 1aeb236a94c146d2f5eb2acb9467f3829516c0f0 +Merge: 534d73793 c5e1037b4 +Author: Jo-Philipp Wich +Date: Fri Nov 14 17:17:57 2014 +0100 + + Merge pull request #249 from openwrt-es/luci-next + + applications/luci-dump1090: update config to latest version + +commit 534d73793fbc4adf09d7a8156dac0f529d60bdb6 +Merge: 559bf9126 ebb00d824 +Author: Jo-Philipp Wich +Date: Fri Nov 14 17:17:39 2014 +0100 + + Merge pull request #250 from openwrt-es/luci-next2 + + Fix disabling service instance for dump1090/udpxy/shairplay/shairport + +commit 559bf9126c38992838e240c784ce0d9f4e6714a9 +Merge: ea17c9d44 ee9fdba61 +Author: Jo-Philipp Wich +Date: Fri Nov 14 17:17:14 2014 +0100 + + Merge pull request #248 from chris5560/master + + luci-app-ddns: Update to support ddns-scripts 2.1.0-1 + +commit ea17c9d44ed4c2b034e4b0a8ed868db8f6e55b43 +Merge: ef444d511 36357529a +Author: Jo-Philipp Wich +Date: Fri Nov 14 16:29:02 2014 +0100 + + Merge pull request #252 from hnyman/update-tz + + Update timezone data to 2014i (from 2011n) + +commit 36357529a0bfc5073987563e17a1d0cc62eac958 +Author: Hannu Nyman +Date: Fri Nov 14 17:06:30 2014 +0200 + + Update timezone info to 2014i (from 2011n) + + Timezone information embedded in Luci is updated to 2014i. + Afaik, the old data was from version 2011n. + + I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10 buildhost + that contains 2014i version of the timezone data. + + 2014j has been released this week, but is not yet embedded in Ubuntu and + Turks&Caicos is the only affected country/zone. + 2014i: http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html + 2014j: http://mm.icann.org/pipermail/tz-announce/2014-November/000027.html + + This update should fix Openwrt bugs #11445 and #18323. + + Signed-off-by: Hannu Nyman + +commit ef444d511d2558e0d4c2ec25c5890b87057b9691 +Author: Jo-Philipp Wich +Date: Tue Nov 11 22:33:34 2014 +0100 + + modules/admin-full: make wifi enabling/disabling more reliable + + Signed-off-by: Jo-Philipp Wich + +commit ebb00d824f1b89a124fdf767c7eea98db14b7b16 +Author: Álvaro Fernández Rojas +Date: Mon Nov 10 13:53:43 2014 +0100 + + applications/luci-shairport: fix disabling service instance + + Signed-off-by: Álvaro Fernández Rojas + +commit 76c55e0c97bd73b6b407e149ed4c1002367f3d33 +Author: Álvaro Fernández Rojas +Date: Mon Nov 10 13:53:24 2014 +0100 + + applications/luci-shairplay: fix disabling service instance + + Signed-off-by: Álvaro Fernández Rojas + +commit 2a7b4a6f80433db55aee2e6f281bd7498c55443e +Author: Álvaro Fernández Rojas +Date: Mon Nov 10 13:53:10 2014 +0100 + + applications/luci-udpxy: fix disabling service instance + + Signed-off-by: Álvaro Fernández Rojas + +commit 2367a3a0926cd139884b0aa057147559963a71d1 +Author: Álvaro Fernández Rojas +Date: Mon Nov 10 13:52:42 2014 +0100 + + applications/luci-dump1090: fix disabling service instance + + Signed-off-by: Álvaro Fernández Rojas + +commit c5e1037b4068a73e48e2ab5b279f5b25f44a0096 +Author: Álvaro Fernández Rojas +Date: Mon Nov 10 13:31:17 2014 +0100 + + applications/luci-dump1090: update config to latest version + + Signed-off-by: Álvaro Fernández Rojas + +commit a7b44a1b4b26df3ab3e60c1c922fd00fd6f858f0 +Author: Steven Barth +Date: Sun Nov 9 19:41:14 2014 +0100 + + Add odhcpd to ucitrack of dhcp + +commit ee9fdba61744111d8f5d7f7d616992ac7135ac09 +Author: Christian Schoenebeck +Date: Sun Nov 9 18:37:15 2014 +0100 + + luci-app-ddns: Update to support ddns-scripts 2.1.0-1 + + fix verify of entry for DNS server Issue #244 + https://github.com/openwrt/luci/issues/244 + add support for option 'update_script' + add display of version information when click on "Dynamic DNS" on + overview page + add verify of installed ddns-scripts version and show as hint if not + correct version + modified epoch to date conversation + cbi object Flag did not set section.changed state, fixed in + tools.flag_parse function + ucitrack entry no longer needed and removed + minor fixes + + Signed-off-by: Christian Schoenebeck + +commit b53ff99450473cacbe7d0bc7b47505fe41e02ec7 +Author: Vladimir Ulrich +Date: Thu Nov 6 19:20:34 2014 +0300 + + Create README.md + + Add initial README.md file. Used Packages feed README as template. + Signed-off-by: Vladimir Ulrich + +commit 92bfcbbc3463cbb7f384d688cb5f1c7e4bed326c +Author: Jo-Philipp Wich +Date: Tue Nov 4 11:23:43 2014 +0100 + + contrib: move luci-app-ocserv to luci-addons, fix recusrive deps + + Signed-off-by: Jo-Philipp Wich + +commit 212d7be5331f9dc8c7965214cab61a59bfb8c6f6 +Author: Jo-Philipp Wich +Date: Sat Nov 1 09:53:02 2014 +0100 + + build: rewrite mkversion.sh to use git metadata (#239) + + The current build/mkversion.sh still expected an SVN repository layout, + rewrite it to derive tags and branchnames from git metadata. + + Signed-off-by: Jo-Philipp Wich + +commit 5916f762f6c1595d0bf8ca92d638e8c8064ddf7e +Author: Jo-Philipp Wich +Date: Fri Oct 31 12:48:24 2014 +0100 + + modules/admin-full: add CDATA comments to wireless_modefreq.htm script tag + + This should fix non-wellformed page errors with XHTML themes. + + Signed-off-by: Jo-Philipp Wich + +commit 1b6e4e4304ffa884bf1949b8213c422a3f4fd22c +Merge: 5189dda49 8414e7142 +Author: Jo-Philipp Wich +Date: Thu Oct 30 12:40:39 2014 +0100 + + Merge pull request #242 from openwrt-es/luci-shairport + + applications/luci-shairport: add new package. + +commit 8414e7142259519ea006bf4081288bc742ed8131 +Author: Álvaro Fernández Rojas +Date: Thu Oct 30 12:34:25 2014 +0100 + + applications/luci-shairport: add new package. + This adds support for configuring shairport. + + Signed-off-by: Álvaro Fernández Rojas + +commit 5189dda49f8764898e3f9289b73d8b347d2fe1e7 +Merge: f77b1111e 45399c5f9 +Author: Jo-Philipp Wich +Date: Wed Oct 29 23:30:51 2014 +0100 + + Merge pull request #240 from nmav/master + + openconnect proto: added missing makefile + +commit 45399c5f9a57ddde2284cfef56b3ef608d54fc6a +Author: Nikos Mavrogiannopoulos +Date: Wed Oct 29 23:28:36 2014 +0100 + + openconnect proto: added missing makefile + + Signed-off-by: Nikos Mavrogiannopoulos + +commit f77b1111e4e413b383295dc2c4afd95ae4b0b9a5 +Merge: 517ba7dad 8df4e5d21 +Author: Jo-Philipp Wich +Date: Wed Oct 29 22:40:04 2014 +0100 + + Merge pull request #226 from nmav/openconnect + + Openconnect + +commit 517ba7dadb1a05aa1f0b0950d64b87270cddbbba +Merge: 98a878691 a33be3273 +Author: Jo-Philipp Wich +Date: Wed Oct 29 22:38:15 2014 +0100 + + Merge pull request #236 from openwrt-es/luci-next + + applications/luci-shairplay: add new package. + +commit 98a878691d2fa5ab9582944499da75e0292e5260 +Merge: f2ef3ff93 267a2e854 +Author: Jo-Philipp Wich +Date: Wed Oct 29 22:37:13 2014 +0100 + + Merge pull request #237 from openwrt-es/luci-next2 + + applications/luci-udpxy: add new package. + +commit f2ef3ff930f36f996f172e1a171df51aac0ff621 +Merge: 2826426c6 ad7ef75a8 +Author: Jo-Philipp Wich +Date: Wed Oct 29 22:35:38 2014 +0100 + + Merge pull request #238 from openwrt-es/luci-next3 + + applications/luci-dump1090: add new package. + +commit ad7ef75a846e645ac522b45542740ece0811dca7 +Author: Álvaro Fernández Rojas +Date: Tue Oct 28 19:38:21 2014 +0100 + + applications/luci-dump1090: add new package. + This adds support for configuring dump1090. + + Signed-off-by: Álvaro Fernández Rojas + +commit 267a2e85486a498d85d01ba6594d9eb7b250ac5b +Author: Álvaro Fernández Rojas +Date: Tue Oct 28 18:03:18 2014 +0100 + + applications/luci-udpxy: add new package. + This adds support for configuring udpxy. + + Signed-off-by: Álvaro Fernández Rojas + +commit a33be327312ee5fd0981be65001074e72a7f3d81 +Author: Álvaro Fernández Rojas +Date: Tue Oct 28 16:29:29 2014 +0100 + + applications/luci-shairplay: add new package. + This adds support for configuring shairplay. + + Signed-off-by: Álvaro Fernández Rojas + +commit 2826426c6a518867d695f05e514e41703deac3a1 +Author: Jo-Philipp Wich +Date: Sun Oct 26 18:20:17 2014 +0100 + + base: trigger page reload with cbi reset button + + Many complex widgets do not reset properly with traditional form reset, + therfore simply reload the page. + + Signed-off-by: Jo-Philipp Wich + +commit 89f270466c8ecaf38a36174883abb1f11bcbadf6 +Author: Jo-Philipp Wich +Date: Sun Oct 26 17:44:50 2014 +0100 + + modules/admin-full: rework hwmode/htmode/channel selection + + Signed-off-by: Jo-Philipp Wich + +commit 636fb470e796e325fa1d9f404d7e8077288635e9 +Merge: 0f87ddaec 29eab3c13 +Author: Jo-Philipp Wich +Date: Sun Oct 26 15:42:55 2014 +0100 + + Merge pull request #232 from dibdot/master + + Update minidlna status messages for v1.13 + +commit 0f87ddaec1dc373c7339e30bc86cf0649da0fc15 +Author: Jo-Philipp Wich +Date: Sun Oct 26 15:36:09 2014 +0100 + + luci-minidlna: fix status display + + Signed-off-by: Jo-Philipp Wich + +commit 29eab3c131c18fc78fea425720a2d9e97913019d +Author: dibdot +Date: Wed Oct 22 21:34:30 2014 +0200 + + Update minidlna.lua + + Fix minidlna v1.13 status messages + +commit ecb0c2f11b861e5035b0397d2396ee4b5e9b3c3e +Author: Jo-Philipp Wich +Date: Tue Oct 21 23:38:51 2014 +0200 + + modules/base: work around wireless status changes + + The latest netifd updates changed the ubus wireless status reporting in a + way that breaks the current LuCI integration. Work around the changed + format by translating the extended UCI section syntax back to the plain one. + + Signed-off-by: Jo-Philipp Wich + +commit 8df4e5d2192c1425a69cac0575732a74846a99b4 +Author: Nikos Mavrogiannopoulos +Date: Sat Oct 11 23:17:56 2014 +0200 + + Added luci configuration for openconnect protocol + + Signed-off-by: Nikos Mavrogiannopoulos + +commit a531a7d16e41fbe41ec11889aff7695f731f5bc3 +Author: Nikos Mavrogiannopoulos +Date: Sat Oct 11 23:10:15 2014 +0200 + + Added luci configuration for ocserv + + Signed-off-by: Nikos Mavrogiannopoulos + +commit ff65318ba52109f4ca7eb83a639ecddda2a8b3fc +Author: Jo-Philipp Wich +Date: Mon Oct 20 19:44:24 2014 +0200 + + modules/base: attempt to work around Firefox autocomplete bugs + + Ref: https://dev.openwrt.org/ticket/18176 + + Signed-off-by: Jo-Philipp Wich + +commit b83bbed9196e84ffb854f17410036e500a6f916b +Merge: 089579911 57d855677 +Author: Manuel Munz +Date: Sun Oct 19 23:43:34 2014 +0200 + + Merge pull request #230 from hubx/master + + Freifunk: correct bbsid in Potsdam on channel 5 + +commit 57d855677b1a70ebf3cac5583fb3115b52ddb324 +Author: Hubert Hesse +Date: Sun Oct 19 23:33:39 2014 +0200 + + Freifunk: correct bbsid in Potsdam on channel 5 + +commit 0895799112f84c8f1fd7d6661355131b0fb0e82f +Merge: 010334466 fb0edd219 +Author: Manuel Munz +Date: Fri Oct 17 18:56:25 2014 +0200 + + Merge pull request #229 from cholin/bug/gwcheck_jshn + + fixes missing imports for gwcheck + +commit fb0edd219fc09c4f4b9eae894e67ce168d1de437 +Author: Nico Geyso +Date: Fri Oct 17 18:25:28 2014 +0200 + + fixes missing imports for gwcheck + + since r41281 (83e9122) network.sh depends on jsonfilter instead of jshn. + Therefor jshn is missing for gwcheck and needs to be sourced manually. + +commit 01033446638f06529be86149ff857f1238150c4c +Author: Manuel Munz +Date: Thu Oct 16 12:22:49 2014 +0200 + + httpclient: fix logic error for redirects + +commit 3f5cf37da8025187c515a294a829d8b5426ca64d +Merge: 0856030c7 092062b23 +Author: Jo-Philipp Wich +Date: Tue Oct 14 22:23:46 2014 +0200 + + Merge pull request #228 from FreifunkUFO/master + + package/community-profiles: fix netmask for freifunk gadow + +commit 092062b23a31cc49c0095f2c0a6fa0a73f6296b1 +Author: FreifunkUFO +Date: Tue Oct 14 19:22:21 2014 +0200 + + package/community-profiles: fix netmask for freifunk gadow + +commit 0856030c79f3febdafa627511cf1be4c72edf09b +Author: Jo-Philipp Wich +Date: Tue Oct 14 13:46:39 2014 +0200 + + build: generate strictly increasing git revisions (#225) + + Instead of simply emitting a "git-$hash" revision, take the commit time into + account to generate strictly increasing revisions to preserve opkg upgrade + capabilities. + + The format is "git-YY.DDD.SSSSS-HHHHHHH" with the following defined fields: + + - YY year number (00..99) + - DDD day of year (001..366) + - SSSSSS second of day (00000..86399) + - HHHHHHH abbreviated git commit hash + + An example revision is "git-14.283.50202-bb388f0". + + Signed-off-by: Jo-Philipp Wich + +commit 7f86a80be21648e5054e75704d7574dcbf9220fa +Merge: 6960e0260 ae9046444 +Author: Jo-Philipp Wich +Date: Mon Oct 13 10:29:52 2014 +0200 + + Merge pull request #227 from okiru/patch-1 + + Make submenus accessible to screen readers + +commit ae90464447235fb94e5f52bc980f2d770516cfa7 +Author: Freddy Leitner +Date: Mon Oct 13 17:26:23 2014 +0900 + + Update cascade.css + + Make submenus accessible to screen readers + +commit 6960e02601b346d1cdfdafe9e110cf523214512a +Author: Jo-Philipp Wich +Date: Sat Oct 11 22:50:09 2014 +0200 + + applications/luci-olsr: use correct config file for IPv6 plugin config + + Based on patch by Erich N. Pekarek + + Signed-off-by: Jo-Philipp Wich + +commit d0fd58a4415bee73dde84b57f729b5be064a71ef +Merge: 7d9283845 c09f8a7e4 +Author: Jo-Philipp Wich +Date: Sat Oct 11 12:11:06 2014 +0200 + + Merge pull request #223 from chris5560/master + + luci-app-ddns: update/rebuild to support ddns-scripts V 2.x + +commit 7d9283845820ce40352a7530ae8499feca72dc46 +Merge: 52326c28e 65dbd8527 +Author: Jo-Philipp Wich +Date: Sat Oct 11 12:08:59 2014 +0200 + + Merge pull request #222 from iXit/master + + themes/bootstrap: make theme usable on touchscreen + +commit 52326c28efacd6b6eadaf7bab72b8ec633192a00 +Merge: 7ee4e9c78 90c0e4dad +Author: Jo-Philipp Wich +Date: Sat Oct 11 12:07:35 2014 +0200 + + Merge pull request #220 from Wedmer/openvpnfix_dtfix_watchcatfix + + applications/luci-openvpn: fixes for current openWRT openvpn packages. + +commit 7ee4e9c78acccd7bdb6ec33a464bc67459068641 +Merge: bb388f087 0c3398c4b +Author: Jo-Philipp Wich +Date: Sat Oct 11 11:53:05 2014 +0200 + + Merge pull request #221 from openwrt-es/luci-next + + modules/admin-full: fix support for broadcom-wl modes + +commit c09f8a7e41b2fa9eb949756cff0c83d7357102a6 +Author: Christian Schoenebeck +Date: Fri Oct 10 21:55:22 2014 +0200 + + luci-app-ddns: update/rebuild to support ddns-scripts V 2.x + + extends/replaces exising luci-app-ddns to support ddns-scripts starting + Version 2.0.1-8 + Still supports ddns-scripts Version 1.0.0-23 with the old interface + including fix for OpenWrt Ticket #18018. + + Signed-off-by: Christian Schoenebeck + +commit 65dbd8527d628a5f76319bbfb0d13fc8a009840b +Author: David Heidelberger +Date: Fri Oct 10 21:28:47 2014 +0200 + + themes/bootstrap: make theme usable on touchscreen + + When using this theme on touchscreen, after selecting menu it won't + allow me select submenu selection. It directly start loading menu + section (unnecessary, because it's always first link in subsection). + It work only at moment, when you are really fast, which is annoying. + + Signed-off-by: David Heidelberger + +commit 0c3398c4b6d7ecf5d743e4c8bc84388f93cf222f +Author: Álvaro Fernández Rojas +Date: Fri Oct 10 18:44:45 2014 +0200 + + modules/admin-full: fix support for broadcom-wl modes + + This adds N modes support for proprietary Broadcom WiFi driver and adds a/b/g modes detection. + + Signed-off-by: Álvaro Fernández Rojas + +commit 90c0e4dad4a4d02ea7207a3ac9c5d76001ab069d +Author: Vladimir Ulrich +Date: Thu Aug 7 23:37:11 2014 +0400 + + Fixed pinghost to pinghosts + + Signed-off-by: Vladimir Ulrich + +commit c33af582f0764758050cad14c2f61eba67bb3bea +Author: Vladimir Ulrich +Date: Fri Jul 18 19:39:09 2014 +0400 + + Added device tree model support + + Signed-off-by: Vladimir Ulrich + +commit 01541f8c7f0e9b2fdbc42f47b788b3038c29d937 +Author: Vladimir Ulrich +Date: Mon Jul 14 06:03:32 2014 +0400 + + Updated openvpn app to work with current openvpn package + + Signed-off-by: Vladimir Ulrich + +commit bb388f0873b5f9b88c45af5c7d35e9eb9f4ac8ac +Author: Jo-Philipp Wich +Date: Fri Oct 10 15:56:42 2014 +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 + + Ref: https://dev.openwrt.org/attachment/ticket/10202 + + Signed-off-by: Jo-Philipp Wich + +commit 0726313815653ffc812c9f87d45cab40bdf24cf6 +Author: Jo-Philipp Wich +Date: Fri Oct 10 15:32:27 2014 +0200 + + Add initial contribution guidelines + + Signed-off-by: Jo-Philipp Wich + +commit fa13788fc70c02ce67ea7cbc16621d8475802859 +Merge: ccdc6535a 2a0e842d0 +Author: Jo-Philipp Wich +Date: Fri Oct 10 15:07:43 2014 +0200 + + Merge pull request #219 from hnyman/WPS-toggle + + wifi.lua: Add support for toggling WPS button + +commit 2a0e842d00d6bc3b01b52f36553549ec2adf0d95 +Author: Hannu Nyman +Date: Fri Oct 10 15:48:54 2014 +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 + +commit ccdc6535a9e1eefa109bc491a204e32281d13063 +Author: soma +Date: Fri Oct 10 10:52:41 2014 +0200 + + add support for splash leases plugin + +commit da022f91576d066e063e7988b0f2a92794705465 +Author: Stephan Günther +Date: Sun Sep 21 20:35:20 2014 +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 + +commit d2c188278629fa51f894a836947dbac5d691a6dd +Author: Jo-Philipp Wich +Date: Sat Oct 4 09:38:10 2014 +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 + [jow: fix typo in get_i18n()] + Signed-off-by: Jo-Philipp Wich + +commit 371355c0f6f5cd6dfe925b291031bc52363d70ec +Author: Jo-Philipp Wich +Date: Fri Oct 3 17:28:23 2014 +0000 + + modules/admin-full: decouple enable/disable button state from assoc state + + Signed-off-by: Jo-Philipp Wich + +commit 4fcb6d56bcbf6a04801eba10c2f661c8aca41633 +Author: Jo-Philipp Wich +Date: Fri Oct 3 17:28:21 2014 +0000 + + modules/base: provide disable state in luci.tools.status.wifi_network() + + Signed-off-by: Jo-Philipp Wich + +commit cee38c117770ba76604778d3940ba7d354abd1a4 +Author: Jo-Philipp Wich +Date: Fri Oct 3 13:34:56 2014 +0000 + + modules/admin-full: fix assoc state check for sta mode in wifi overview + + Signed-off-by: Jo-Philipp Wich + +commit 3d3fdcbd59710885aba1176e3996ac40798364c7 +Author: Manuel Munz +Date: Wed Sep 24 17:40:02 2014 +0000 + + modules/freifunk: fix map.html when using https, thanks cholin + +commit 0dc160db71ea5a3f3b5dbecffdcfd5ba327a252b +Author: Jo-Philipp Wich +Date: Thu Sep 18 13:29:11 2014 +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 + +commit a16c0c320086d3814abc52ddbf3d60b6b5a291a3 +Author: Jo-Philipp Wich +Date: Thu Sep 18 09:29:30 2014 +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 + +commit 2898d8072f0e1dbd03413edb26f188602a216a14 +Author: Manuel Munz +Date: Thu Sep 11 15:29:45 2014 +0000 + + contrib/community-profiles: add two RtTable parameters for berlin + +commit f16df257b8ba224661d3707f7f69b43b4d47e36b +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:35:23 2014 +0000 + + modules/admin-full: dynamically order lines in connection live status + + Signed-off-by: Jo-Philipp Wich + +commit 8fab048554b38760584b1aa348516e6d44b804c1 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:35:15 2014 +0000 + + libs/web: add support for string templates to luci.template module + + Signed-off-by: Matthias Schiffer + +commit 35eaa9f85f89be1fe0edf4dd3036d14f4848eed4 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:35:09 2014 +0000 + + libs/web: add support for string templates to the template parser + + Signed-off-by: Matthias Schiffer + +commit 84de0fbe029d51d0a878506cf82713713b520f65 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:35:04 2014 +0000 + + libs/web: remove strange 'static' on variable declaration + + Signed-off-by: Matthias Schiffer + +commit f8f558291aec3c9c197699fb28587626f8b53d96 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:34:27 2014 +0000 + + libs/web: rename template_parser field "mmap" to the more generic "data" + + Signed-off-by: Matthias Schiffer + +commit 3ccdaa9b48f5da6073ac5f0badd23de2e18f3242 +Author: Manuel Munz +Date: Sun Aug 24 07:53:05 2014 +0000 + + contrib/community-profiles: Add namservers for berlin, see https://github.com/freifunk-berlin/firmware/issues/15#issuecomment-52959079 + +commit 89a03c45c532249a26fbd09fec9888ef5186acf0 +Author: Manuel Munz +Date: Tue Aug 12 17:08:49 2014 +0000 + + applications/status-olsr: Disable neightbl calls in olsrd neighbors view because neightbl segfaults on BB and it wasn't used anyways. + +commit 1dbb71c117bb842a87ba6b934eda85998133e3c6 +Author: Translation System +Date: Tue Aug 12 12:12:27 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 73 messages translated (0 fuzzy). + +commit 980dceb94a24b8a025e606f8a98a2a6de60db548 +Author: Translation System +Date: Tue Aug 12 12:12:23 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 48 of 80 messages translated (1 fuzzy). + +commit 4aba0952e7e11fca44535d1997c11e403e32df45 +Author: Translation System +Date: Tue Aug 12 12:12:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit a6174a7d89cf0c1b46d5898be21e1fe3d812ca55 +Author: Translation System +Date: Tue Aug 12 12:12:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 65 of 104 messages translated (0 fuzzy). + +commit 728e55ce8ec15aa48c46512751f2ac673b5397cf +Author: Translation System +Date: Tue Aug 12 12:12:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 57 messages translated (0 fuzzy). + +commit b1564644c3a5939eabee7471c409c200014ff691 +Author: Translation System +Date: Tue Aug 12 12:12:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 103 messages translated (0 fuzzy). + +commit 2ed6255d0ca77a7eaa55e86eb83095b162d8d5ef +Author: Translation System +Date: Tue Aug 12 12:12:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit d15cd9e3f5fac18f3e93c6f3f9d1d47070f4bfda +Author: Translation System +Date: Tue Aug 12 12:11:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 177 messages translated (0 fuzzy). + +commit 545e9aecd274f03dbfb6e8c1a74ace88047a47a5 +Author: Translation System +Date: Tue Aug 12 12:11:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 61b3e41ec6c777a068f49f62e1ee70ff527ed1fe +Author: Translation System +Date: Tue Aug 12 12:11:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 44 messages translated (0 fuzzy). + +commit b1f1dcda31945a53337fdfd86f6d835f4918ca8e +Author: Translation System +Date: Tue Aug 12 12:11:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 91 of 120 messages translated (2 fuzzy). + +commit 5fec081961816ea3857412be8c7098411926d203 +Author: Translation System +Date: Tue Aug 12 12:11:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 8a22f19b635fdd31efa2b9a749cfd37f9c3c7959 +Author: Translation System +Date: Tue Aug 12 12:11:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 39 of 47 messages translated (0 fuzzy). + +commit f1a5e7728d30e15fe339e6277c3ba704553295df +Author: Translation System +Date: Tue Aug 12 12:11:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 63 messages translated (0 fuzzy). + +commit 7551fecf12488975df4ff57646ccce0fbd0f3561 +Author: Translation System +Date: Tue Aug 12 12:11:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 26 messages translated (0 fuzzy). + +commit 64bcf29a89271bd5369c3a1014cf03719862c481 +Author: Translation System +Date: Tue Aug 12 12:09:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 34 messages translated (0 fuzzy). + +commit 3472ac75963360c31b559b5f0ea182d639cf3abf +Author: Translation System +Date: Tue Aug 12 12:09:52 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 44 messages translated (0 fuzzy). + +commit 0e36ed9c62a2d05a0ba685e47c92f0c6193447d9 +Author: Translation System +Date: Tue Aug 12 12:09:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 63 messages translated (0 fuzzy). + +commit 8e410723bd203ae0eeca768822d74a7c909590d4 +Author: Translation System +Date: Tue Aug 12 12:09:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit be46efb2121c34acf31511e37c7138b658cccef3 +Author: Translation System +Date: Tue Aug 12 12:09:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 103 messages translated (0 fuzzy). + +commit acde37b0183a4647c6cf20fe0819d5589378b574 +Author: Translation System +Date: Tue Aug 12 12:08:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 7322ae4c7d7dfc23a7a69ac75cf37f1ef1a3eece +Author: Translation System +Date: Tue Aug 12 12:08:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit 5d8a607e44f712a1babcc02a93bc6340ce5e7e0f +Author: Translation System +Date: Tue Aug 12 12:08:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 533293e30b3e14e7b4ca98051f316f01f7765968 +Author: Translation System +Date: Tue Aug 12 12:07:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 92 messages translated (0 fuzzy). + +commit b195ee817600978004b1beae675bcb0cbf6dcd26 +Author: Translation System +Date: Tue Aug 12 12:07:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 73 messages translated (0 fuzzy). + +commit cd0c8084c4f0dc1584ffac0e86ce8108000e34bd +Author: Translation System +Date: Tue Aug 12 12:07:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 162 of 175 messages translated (0 fuzzy). + +commit 483b5f14f019f203bb55c2abbbedcff101a2102f +Author: Translation System +Date: Tue Aug 12 12:06:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 80 messages translated (0 fuzzy). + +commit ce8e265d4a41418efa5f529e29f6b813a2a00e72 +Author: Translation System +Date: Tue Aug 12 12:06:27 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 25 messages translated (3 fuzzy). + +commit 0eadb9aa13c5fa161a784c8b48ac3ba7fe34f203 +Author: Translation System +Date: Tue Aug 12 12:06:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 167 of 177 messages translated (0 fuzzy). + +commit ba88f363478a57b21b6873b79a2b4183c0449aca +Author: Translation System +Date: Tue Aug 12 12:06:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 13 messages translated (2 fuzzy). + +commit 29c513a855cd628af755de6e4e5a1d2df4b2074d +Author: Translation System +Date: Tue Aug 12 12:06:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 120 messages translated (0 fuzzy). + +commit b1cd7335a708bd586b03ab2e946c8760d4b732d2 +Author: Translation System +Date: Tue Aug 12 12:06:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit ff5c128c21a98fe1930e2e6f0f6ae69e48ae8953 +Author: Translation System +Date: Tue Aug 12 12:06:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 21 messages translated (4 fuzzy). + +commit f1e1acebe3b7bf71d9f2e1fde1b439a9da7a37e1 +Author: Translation System +Date: Tue Aug 12 12:05:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 175 messages translated (0 fuzzy). + +commit 36be0bd5d526385132f630f49ae09bd06a9771fa +Author: Translation System +Date: Tue Aug 12 12:05:27 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy). + +commit a593460c7951c957a3b65bb8bd186b668ecbe473 +Author: Translation System +Date: Tue Aug 12 12:05:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 942a3a67fec97ebde8bd3a10381d110cc23c3674 +Author: Translation System +Date: Tue Aug 12 12:05:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit f1270a49695bfa910ed3a481f4a216f40352586f +Author: Translation System +Date: Tue Aug 12 12:05:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 120 of 120 messages translated (0 fuzzy). + +commit 108a90afb69ab377dfe4e41cbfce2666c0d60363 +Author: Translation System +Date: Tue Aug 12 12:04:28 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 827 of 892 messages translated (9 fuzzy). + +commit e20d8b56251b2a7671482dab17353aab14293f7d +Author: Translation System +Date: Tue Aug 12 12:04:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 80 messages translated (0 fuzzy). + +commit 4fc1e2a4ff7fc085465c020ccb9e0259792fecc5 +Author: Translation System +Date: Tue Aug 12 12:04:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 69 messages translated (0 fuzzy). + +commit 0c7faac61452c86377974e0f922aa7838eeeef41 +Author: Translation System +Date: Tue Aug 12 12:04:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 93 of 104 messages translated (0 fuzzy). + +commit 2d1a46bfb94a0cb5fc53022f631a69c9158ac48d +Author: Translation System +Date: Tue Aug 12 12:03:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 103 messages translated (0 fuzzy). + +commit 075e4d1cafc453b252876425fce4151aef38aa51 +Author: Translation System +Date: Tue Aug 12 12:03:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit a9f187152c3692be70d9fd162e8e042400d386df +Author: Jo-Philipp Wich +Date: Tue Aug 12 10:43:56 2014 +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 + +commit 5aa46cbf58932dd5e7a99639b6c3473b103bb4e0 +Author: Jo-Philipp Wich +Date: Tue Aug 12 10:42:14 2014 +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 + +commit 649227308f25b4b429ada6b0b7d10e9a908b9113 +Author: Jo-Philipp Wich +Date: Tue Aug 12 10:39:45 2014 +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 + +commit 5c311e3e78a94a50ea68c7c0e57f1212ba37bf17 +Author: Manuel Munz +Date: Sun Aug 10 15:27:23 2014 +0000 + + modules/freifunk: fix wifi overview on public status page + +commit b5ade8195ade3f927c812cb20278e66de29a472f +Author: Manuel Munz +Date: Sat Aug 9 12:23:27 2014 +0000 + + contrib/freifunk-policyrouting: use olsrd and olsrd6 configs + +commit a8aaac93ec714728258479b387c922bc1c74aa2a +Author: Manuel Munz +Date: Sat Aug 9 11:14:32 2014 +0000 + + freifunk/community-profiles: remove mainz + +commit 86503afdd9c35baa9c63ae1c838f228372269e93 +Author: Manuel Munz +Date: Fri Aug 8 21:25:46 2014 +0000 + + contrib/meshwizard: add support for setting up qos on wan + +commit 7c0b1137efbc1e60e74e9c351878c40fc0ac460c +Author: Manuel Munz +Date: Fri Aug 8 21:20:56 2014 +0000 + + contrib/meshwizard: use seperate config files for olsrd4 and olsrd6 + +commit 6f8daab6eb8eb2f1a8014afeee22793e39980db6 +Author: Manuel Munz +Date: Tue Aug 5 10:21:03 2014 +0000 + + luci/po: spelling and grammar fixes by Alex Henrie + +commit a31e805696fad7e801a398c3c0fa645a1f922dc3 +Author: Patrick Grimm +Date: Sun Aug 3 19:39:24 2014 +0000 + + freifunk fix profile expert fs write function. + +commit 2b43e82d6934e845062d386c62a51cb187d01d5d +Author: Manuel Munz +Date: Thu Jul 31 20:47:34 2014 +0000 + + fix syntax error introduced in r10464 + +commit 21b9548361e10df47b4e69fd614eb33271f08584 +Author: Patrick Grimm +Date: Wed Jul 30 21:20:52 2014 +0000 + + meshwizard: add option addchannelbefore + +commit b2b58f1cea2da4089e1ca366219cd048a826e690 +Author: Patrick Grimm +Date: Wed Jul 30 20:17:39 2014 +0000 + + community-profiles: add 02:CA:FF:EE:BA:BE for channel 10 in Berlin + +commit 2332a0692c7c9f1bcbc1d48fe20192ceaed6b6e4 +Author: Patrick Grimm +Date: Wed Jul 30 19:11:04 2014 +0000 + + luci-olsr split IPv6/4 configuration in 2 sections + +commit 33d88f9b54efe40ddecbef0d594ec90662efdc36 +Author: Matthias Uferer +Date: Wed Jul 30 14:22:06 2014 +0000 + + olsr watchdog also for renamed pid file (ipv4) https://github.com/freifunk/firmware-leipzig/issues/15 + +commit 3e48447c9abf3fcfe58a107aa7234d8f32d7ae60 +Author: Matthias Uferer +Date: Wed Jul 30 13:37:31 2014 +0000 + + freifunk berlin settings https://github.com/freifunk/firmware-berlin/issues/34 + +commit 6324fc0caa3bca03c3e7334cc4626da08a0a5c56 +Author: Jo-Philipp Wich +Date: Sun Jul 13 12:36:00 2014 +0000 + + modules/base: restore /lib/uci/upload directory + + Signed-off-by: Jo-Philipp Wich + +commit ea125531505548cbeedaf11b30279216764678b8 +Author: Translation System +Date: Tue Jul 1 11:28:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 835 of 892 messages translated (0 fuzzy). + +commit 6043fe050497f2aa2252c10e67c33cc1f70a9ca7 +Author: Translation System +Date: Tue Jul 1 11:28:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 73 messages translated (0 fuzzy). + +commit aeace196bc609453d83a69ac907a9a67e3a50dad +Author: Translation System +Date: Tue Jul 1 11:28:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 175 messages translated (1 fuzzy). + +commit 366a5752591466732b7e176dccc9b3a63a1c6ee4 +Author: Translation System +Date: Tue Jul 1 11:28:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 49 of 80 messages translated (0 fuzzy). + +commit d9f47b38d8383fc0e2d3f9401cc30cdc7d440185 +Author: Translation System +Date: Tue Jul 1 11:28:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 45 of 69 messages translated (0 fuzzy). + +commit e122fefa968c416cf596435b833e3fd582f9e21d +Author: Translation System +Date: Tue Jul 1 11:28:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 104 messages translated (0 fuzzy). + +commit 071c1a3aedef44782432b2e977df77975d69eb63 +Author: Translation System +Date: Tue Jul 1 11:28:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy). + +commit bdba39319d318ef61b7a2105390010014229e20f +Author: Translation System +Date: Tue Jul 1 11:28:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 57 messages translated (0 fuzzy). + +commit b457b9679ff4aec7d8630964157b105df6acea89 +Author: Translation System +Date: Tue Jul 1 11:28:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 103 messages translated (0 fuzzy). + +commit 6d4cd80b316fd05ba86c09fb97612a8967e7db4a +Author: Translation System +Date: Tue Jul 1 11:28:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit ca6aec0dfa1e7680d121de32a5efa7b8fcf04b14 +Author: Translation System +Date: Tue Jul 1 11:28:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 177 messages translated (0 fuzzy). + +commit b0686edbc086145d9f907a439f8f87abd608fa9e +Author: Translation System +Date: Tue Jul 1 11:28:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 183 messages translated (0 fuzzy). + +commit 18d9cbc1ca63c951a1d9a442599d9e50ca040531 +Author: Translation System +Date: Tue Jul 1 11:27:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2038e4f28cdf74b2ee665304a5bff1baad350081 +Author: Translation System +Date: Tue Jul 1 11:27:55 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 32 messages translated (0 fuzzy). + +commit 21943dc2ed4ff71d01483a56f1a061d6bb71f572 +Author: Translation System +Date: Tue Jul 1 11:27:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 87 of 120 messages translated (2 fuzzy). + +commit 500e816781de97477c41e4a2acd2ee3905074abf +Author: Translation System +Date: Tue Jul 1 11:27:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 128 messages translated (0 fuzzy). + +commit 1cc4cf370f9fcf5ccf56db7ad4f6e99e03df8b89 +Author: Translation System +Date: Tue Jul 1 11:27:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 63 messages translated (0 fuzzy). + +commit c7561eeafb2c56687b745ef799f445f7e1148a2d +Author: Translation System +Date: Tue Jul 1 11:27:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 01c120ecb24dd92ee4d4019dac37f029f4c8073a +Author: Translation System +Date: Tue Jul 1 11:27:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 90bacb0a9a4d36420af61fe47b808a85194dc5aa +Author: Translation System +Date: Tue Jul 1 11:27:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 80 messages translated (0 fuzzy). + +commit b012b17c9af9cdf12eb7ee50a334b0e8fdf75841 +Author: Translation System +Date: Tue Jul 1 11:27:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy). + +commit 02eeb4df71008846824bb67911cadf671b508065 +Author: Translation System +Date: Tue Jul 1 11:27:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 103 messages translated (0 fuzzy). + +commit 5ccf53079fe82110447385b16b130e843b6b103e +Author: Translation System +Date: Tue Jul 1 11:27:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 5c78d7ff359f2b5b0f10e6a8c000ce65fe0c6cad +Author: Translation System +Date: Tue Jul 1 11:27:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 183 of 183 messages translated (0 fuzzy). + +commit c993387939f36c2270c35cf7cab9e5b1717e3670 +Author: Translation System +Date: Tue Jul 1 11:27:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 120 of 120 messages translated (0 fuzzy). + +commit 5f28db770f41b3f24a2d6b4a4f83021dda58cd0b +Author: Translation System +Date: Tue Jul 1 11:27:30 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 128 of 128 messages translated (0 fuzzy). + +commit bcb2296b5b28e879174f88c2328efc67d2a8af87 +Author: Translation System +Date: Tue Jul 1 11:27:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 13 messages translated (0 fuzzy). + +commit 06b975a7d4dc5312c4a7f411536a85bc3195cb5a +Author: Translation System +Date: Tue Jul 1 11:27:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 11 messages translated (0 fuzzy). + +commit f16df32f69752f10e123391faadce7adfa8624d2 +Author: Translation System +Date: Tue Jul 1 11:27:17 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit f00c3a7cad7bdd225dfeb15dca9951cc425fa9a6 +Author: Translation System +Date: Tue Jul 1 11:27:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 92 messages translated (0 fuzzy). + +commit fd1f15264af27f4bb7cb3f7a04b26b498161b554 +Author: Translation System +Date: Tue Jul 1 11:27:12 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 69 messages translated (0 fuzzy). + +commit e0212fd17d585fb68fac0158981257d699faa139 +Author: Translation System +Date: Tue Jul 1 11:27:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 57 messages translated (0 fuzzy). + +commit 6548c2b43e604677e94504a4250fe9af402044a2 +Author: Translation System +Date: Tue Jul 1 11:27:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 103 messages translated (0 fuzzy). + +commit 81397f026ffa930bc327f67e119151e93f0d7df8 +Author: Translation System +Date: Tue Jul 1 11:27:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 10 messages translated (0 fuzzy). + +commit bfa3e6ff33b54477fe0b59ea55806c00d7d60361 +Author: Translation System +Date: Tue Jul 1 11:27:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 183 messages translated (0 fuzzy). + +commit c922fd8f66861f2c05ab197e2b75ed4689f08570 +Author: Translation System +Date: Tue Jul 1 11:27:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 34 messages translated (0 fuzzy). + +commit 5987d1177ecde9e9f5e82a4b6488822b93fdf685 +Author: Translation System +Date: Tue Jul 1 11:27:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 6c45a4e6bf9b61cefa4b6aacf59d73199342f0ad +Author: Translation System +Date: Tue Jul 1 11:26:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 44 messages translated (0 fuzzy). + +commit b15f39d98de04395b306704aeed7390b91064975 +Author: Translation System +Date: Tue Jul 1 11:26:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 32 messages translated (0 fuzzy). + +commit 56c16f5c661d2bf6e8ef139e5666d77473558634 +Author: Translation System +Date: Tue Jul 1 11:26:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 45 of 120 messages translated (0 fuzzy). + +commit 20a7bbd9d8e4178438ddae61e8d29dc5b92dbee1 +Author: Translation System +Date: Tue Jul 1 11:26:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 9 messages translated (0 fuzzy). + +commit 9fffac35940d2eadb6903d0a118bb45b7cae4564 +Author: Translation System +Date: Tue Jul 1 11:26:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 66 of 128 messages translated (0 fuzzy). + +commit 5b0aa8976385642cb647ae242e218efea68425a6 +Author: Translation System +Date: Tue Jul 1 11:26:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 47 messages translated (0 fuzzy). + +commit c4e82c1c398662ead894c74579bece5bad5f9c9f +Author: Translation System +Date: Tue Jul 1 11:26:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 0ae510870e647b2f426168f7498c0ee022f9d341 +Author: Translation System +Date: Tue Jul 1 11:25:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit a4a3ad1e9cd78c17b9fd6e84f6103a93904d1746 +Author: Translation System +Date: Tue Jul 1 11:25:52 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 1fede14bc96d1ec2aee7264d12a32ec2b000123d +Author: Translation System +Date: Tue Jul 1 11:25:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 80 messages translated (0 fuzzy). + +commit 75d2df502b40a238e328ac3c54a44886861465f3 +Author: Translation System +Date: Tue Jul 1 11:25:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy). + +commit e771b7512422b7433195f53241e6fddfb6eaa26e +Author: Translation System +Date: Tue Jul 1 11:25:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 100 of 103 messages translated (0 fuzzy). + +commit 5172908c1fe33f939ea6f415a9134ab9a52d17c7 +Author: Translation System +Date: Tue Jul 1 11:25:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 836d7ef1b43daf08aa9cc04c88124a884fb8f456 +Author: Translation System +Date: Tue Jul 1 11:25:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 183 of 183 messages translated (0 fuzzy). + +commit 81ac1d2289eb84b9efa27d82c5b41254c43dd4a8 +Author: Translation System +Date: Tue Jul 1 11:25:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 120 of 120 messages translated (0 fuzzy). + +commit 37dafa487f381c10dd0a1e08d170d5fb3609a4c4 +Author: Translation System +Date: Tue Jul 1 11:25:28 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 128 of 128 messages translated (0 fuzzy). + +commit bd3e479bfb04dbb4cbd8b7a4f954fdfc7305948f +Author: Translation System +Date: Tue Jul 1 11:25:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit a7d69924335454c888240965c21d268aedf4c920 +Author: Translation System +Date: Tue Jul 1 11:25:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 0e806b62571737be3824cb6ebdcceace32314d85 +Author: Translation System +Date: Tue Jul 1 11:25:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit dccc264837293f1984531b38182c9d43f235b858 +Author: Translation System +Date: Tue Jul 1 11:25:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 2a5a41d72ed333777b5615839a6b130c41aa736e +Author: Translation System +Date: Tue Jul 1 11:25:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 5ef606e989e02421f1b47e23158871578446a526 +Author: Translation System +Date: Tue Jul 1 11:24:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 41 messages translated (0 fuzzy). + +commit 3e490aeeb85e71ae6d9a1ed3ceb4438f160f705f +Author: Translation System +Date: Tue Jul 1 11:24:55 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit f76f8da2cc6eae69b28ecbce926ac5c742442465 +Author: Translation System +Date: Tue Jul 1 11:24:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 103 messages translated (0 fuzzy). + +commit 575db30254c9d3d0978f6faeaf0f3ca3854034b9 +Author: Translation System +Date: Tue Jul 1 11:24:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 20 messages translated (0 fuzzy). + +commit 520b034d310d876798d5d76e4b74e55a8774edf5 +Author: Translation System +Date: Tue Jul 1 11:24:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 014f4d80f9fe7ef9617b4cd4feafd090862ea56a +Author: Translation System +Date: Tue Jul 1 11:24:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 177 messages translated (0 fuzzy). + +commit 4299da32c1eae56ef28986216aca0af691e424e5 +Author: Translation System +Date: Tue Jul 1 11:24:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit dc1972107fefbd68b50779f6400009f7f6431f0d +Author: Translation System +Date: Tue Jul 1 11:24:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 44 messages translated (0 fuzzy). + +commit f120e004b1459e9e8970ba1a63a654236b9c0183 +Author: Translation System +Date: Tue Jul 1 11:24:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 32 messages translated (0 fuzzy). + +commit a8bdc99c3f05264c564000ef1e2020cb293b1718 +Author: Translation System +Date: Tue Jul 1 11:23:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 724eea87de77457ce8012aefcd4ce727f2a27d2b +Author: Translation System +Date: Tue Jul 1 11:23:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 9 messages translated (0 fuzzy). + +commit 1d8632983618d7a17e27d09193fa6966374bb258 +Author: Translation System +Date: Tue Jul 1 11:23:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 128 messages translated (0 fuzzy). + +commit 158d522e3ac4d84dd7cac8faf2738dc458203f03 +Author: Translation System +Date: Tue Jul 1 11:23:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 803 of 892 messages translated (1 fuzzy). + +commit e967cc2f4c3f2a5a29c9842dde43f19594f4f5f5 +Author: Translation System +Date: Tue Jul 1 11:23:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit 9c3973fdc506b3008303bb583745dd2616385e56 +Author: Translation System +Date: Tue Jul 1 11:23:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit c85c4df21b464c95c9a45ef171b6ba46e06cbcc7 +Author: Translation System +Date: Tue Jul 1 11:23:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 25 messages translated (0 fuzzy). + +commit e170450601bc1769347229eb50a6e46913cf4ea4 +Author: Translation System +Date: Tue Jul 1 11:23:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 688554217e70f28a91d446acd2e88a5d476316cb +Author: Translation System +Date: Tue Jul 1 11:23:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 120 of 120 messages translated (0 fuzzy). + +commit e2754d7e2259b65409229d481a042c1416a63df7 +Author: Translation System +Date: Tue Jul 1 11:23:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 128 of 128 messages translated (0 fuzzy). + +commit 69196baf244ccd3ad1db7332c9084a5309ebd8d3 +Author: Jo-Philipp Wich +Date: Tue Jul 1 11:11:01 2014 +0000 + + po: sync translations + + Signed-off-by: Jo-Philipp Wich + +commit e1e6b675fcf3569609ed4b3122c55c84c944bd92 +Author: Jo-Philipp Wich +Date: Tue Jul 1 11:09:38 2014 +0000 + + proto/ipv6: emit a validation error if 6in4 username is still an md5sum + + Signed-off-by: Jo-Philipp Wich + +commit 3ebb5194116ef7c8f411f87764349072660554d0 +Author: Jo-Philipp Wich +Date: Tue Jul 1 11:09:33 2014 +0000 + + themes/bootstrap: add missing styles for server side validation errors + + Signed-off-by: Jo-Philipp Wich + +commit 89678917bd244337728f3303b9be98455e952dfd +Author: Jo-Philipp Wich +Date: Mon Jun 30 10:54:24 2014 +0000 + + modules/admin-full: rework luci-bwc/libiwinfo integration + + Signed-off-by: Jo-Philipp Wich + +commit f835fc1edfb4b678a63d7033234e42b84582e033 +Author: Matthias Uferer +Date: Mon Jun 30 10:09:26 2014 +0000 + + change network mask for olsr interfaces to 255.255.255.255 for some villages + +commit 6598993359025509a8fbd3d1f1079271e6c53e98 +Author: Steven Barth +Date: Thu Jun 19 15:18:35 2014 +0000 + + hnet: update mode selection + +commit 4445e264e14bbff76ff3111477847434aa4cc943 +Author: Matthias Uferer +Date: Mon Jun 16 12:33:00 2014 +0000 + + change profile leipzig: netmask from /8 to /32 + +commit 12b3e3d99648de1b0872130efe735d2ea38e40cf +Author: Translation System +Date: Fri Jun 13 13:03:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 45 of 183 messages translated (0 fuzzy). + +commit 94e270af9abb7976fe04027af63f80f77f716a43 +Author: Translation System +Date: Fri Jun 13 13:03:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 123f96db94726bbfadc9d1be288c87fb72143b28 +Author: Translation System +Date: Fri Jun 13 13:03:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 837 of 888 messages translated (0 fuzzy). + +commit 4488cd2d198d1d775b97194165598c4fa622a142 +Author: Translation System +Date: Fri Jun 13 13:03:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 38494871b27fa575fdb7a8e0880e8dd674b932e6 +Author: Translation System +Date: Fri Jun 13 13:03:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 8adf86108e1b8e7bab58c629b4cd1efc42bd5e32 +Author: Translation System +Date: Fri Jun 13 13:03:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 80 messages translated (0 fuzzy). + +commit 4a14558ee2e71348ce5a187976fc982ec8936380 +Author: Translation System +Date: Fri Jun 13 13:03:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 93 of 103 messages translated (0 fuzzy). + +commit 495e9df993774f7907b091e003f8cb6da8f5d3c7 +Author: Translation System +Date: Fri Jun 13 13:02:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 183 messages translated (0 fuzzy). + +commit 2502413198bc4fb22b614733b40196be70de1e6b +Author: Translation System +Date: Fri Jun 13 13:02:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 80 messages translated (0 fuzzy). + +commit 3bf2e603b5fcc719a5c3f54244aae0f4a2f870b6 +Author: Translation System +Date: Fri Jun 13 13:02:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 103 messages translated (1 fuzzy). + +commit f0e27e4ed65852da16277834759c82cc065b97bf +Author: Translation System +Date: Fri Jun 13 13:02:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 183 messages translated (2 fuzzy). + +commit 3a53a019dec7f38fe477933f511c7afb0972391e +Author: Translation System +Date: Fri Jun 13 13:02:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit be74c3fee771ed35277e9d822c2e32fcd88e8b3d +Author: Translation System +Date: Fri Jun 13 13:02:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 76 of 80 messages translated (0 fuzzy). + +commit 27d91fe852626e1886213fea73eb36b618e79f39 +Author: Translation System +Date: Fri Jun 13 13:02:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 93 of 103 messages translated (0 fuzzy). + +commit 5c566e5aea2e5764c72fa38a30cd592a802887c3 +Author: Translation System +Date: Fri Jun 13 13:02:12 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 183 messages translated (0 fuzzy). + +commit fd20aeb7d40b7a2c8241d102d5db6f8c3e451538 +Author: Translation System +Date: Fri Jun 13 13:02:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit abc58c782754f387b2043f9ec3c65e18a77da282 +Author: Translation System +Date: Fri Jun 13 13:02:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 837 of 888 messages translated (1 fuzzy). + +commit 0996ac1e6dabd4468f0b7a4e3d2e2989c0a95d3e +Author: Translation System +Date: Fri Jun 13 13:01:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 87 of 183 messages translated (3 fuzzy). + +commit 124aa176c2d0f2a27b2c112f9b899e3f098ba482 +Author: Translation System +Date: Fri Jun 13 13:01:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 21 messages translated (4 fuzzy). + +commit 6c5403594457427853743e36e2f02abaa9a65561 +Author: Translation System +Date: Fri Jun 13 13:01:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 130 of 183 messages translated (4 fuzzy). + +commit 602f6d9db8d5b6673c03e30a8c3c9d418c98e7eb +Author: Translation System +Date: Fri Jun 13 13:01:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 99 of 183 messages translated (0 fuzzy). + +commit 7f1f027e78d23bc148c9a585758942681750fba4 +Author: Translation System +Date: Fri Jun 13 13:01:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 39 of 41 messages translated (0 fuzzy). + +commit f3f5c2f6d85e2f3821cc38d3c5ba23928f9cdce7 +Author: Translation System +Date: Fri Jun 13 13:01:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 153 of 183 messages translated (0 fuzzy). + +commit b82fb5c53b59570720e0d6fbfb50834e6d1b8310 +Author: Translation System +Date: Fri Jun 13 13:01:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 68a737ad5566f99847613915338883da4d285005 +Author: Translation System +Date: Fri Jun 13 13:01:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 80 messages translated (0 fuzzy). + +commit 09ee0341b099043558c83c2fd9d78a4df453129b +Author: Translation System +Date: Fri Jun 13 13:01:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 665 of 888 messages translated (1 fuzzy). + +commit cef7e271cc4702aee1dc8db4f2b97383b9698de6 +Author: Translation System +Date: Fri Jun 13 13:00:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit ad7b33982d5a249860a13e29c3b33249742065b7 +Author: Translation System +Date: Fri Jun 13 13:00:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 80 messages translated (0 fuzzy). + +commit 742b526c2407d1c61e3b7e10b6854a526cd68b17 +Author: Translation System +Date: Fri Jun 13 13:00:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 45 of 183 messages translated (0 fuzzy). + +commit 5e2e6fa47879f2c8a5920d3050ac5ffaa2d5de7a +Author: Translation System +Date: Fri Jun 13 13:00:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 695c72df35ce24c42f5d2014c65e9618b2d63f58 +Author: Translation System +Date: Fri Jun 13 13:00:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 80 messages translated (0 fuzzy). + +commit 2175ea6c30da8cb8047c3a9578cf915d497ae63b +Author: Translation System +Date: Fri Jun 13 12:59:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 93 of 103 messages translated (0 fuzzy). + +commit d6ebaf4ab694df8924e0b708a4b880a87397236a +Author: Translation System +Date: Fri Jun 13 12:59:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 183 messages translated (0 fuzzy). + +commit 14f0572a1d15b2b4a7db7f9cb87cda4d9138a87a +Author: Translation System +Date: Fri Jun 13 12:59:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 888 messages translated (0 fuzzy). + +commit 7beff3a82ef201c56f4b7a3fc5d06210865dbf9c +Author: Jo-Philipp Wich +Date: Fri Jun 13 09:41:23 2014 +0000 + + po: resync with source code + +commit 91ac51d693bb9480a9747b969947546b0d8f6470 +Author: Jo-Philipp Wich +Date: Fri Jun 13 09:40:43 2014 +0000 + + build: preserve original .po header when updating from templates to reduce diff noise + + Signed-off-by: Jo-Philipp Wich + +commit d733688ce5633f5c5220181a01453d2b56bd17a3 +Author: Jo-Philipp Wich +Date: Fri Jun 13 09:40:40 2014 +0000 + + build: adjust mkbasepot.sh after modules/base merge + + Signed-off-by: Jo-Philipp Wich + +commit c699ed1b63f023779dd11d2147546917670b1501 +Author: Translation System +Date: Fri Jun 13 09:23:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 92 messages translated (0 fuzzy). + +commit f1a5090fd761ddb7662ea3dfd949b31ffe725e9c +Author: Translation System +Date: Fri Jun 13 09:23:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 73 messages translated (0 fuzzy). + +commit e27f56b401dcc04df5046dfbca0f25e94cda1bb0 +Author: Translation System +Date: Fri Jun 13 09:23:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 175 messages translated (1 fuzzy). + +commit e8c3ec2e45464f5aa8429306db190405fa2a8c5c +Author: Translation System +Date: Fri Jun 13 09:22:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 61 of 104 messages translated (0 fuzzy). + +commit 92a3cbf43a6dfd2f3873fdaa6195414b84d981a5 +Author: Translation System +Date: Fri Jun 13 09:22:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 29 messages translated (1 fuzzy). + +commit 8371f66678f9ddb99fc6a227698bc02959663bee +Author: Translation System +Date: Fri Jun 13 09:22:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 57 messages translated (0 fuzzy). + +commit 73743b12d54294474f5c3baafa44fc532e87011b +Author: Translation System +Date: Fri Jun 13 09:22:48 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 96 messages translated (0 fuzzy). + +commit da7f913ee27635cafa68f77817f3826faa424951 +Author: Translation System +Date: Fri Jun 13 09:22:45 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 20 messages translated (0 fuzzy). + +commit 11ca4c368d46a02f249af512a9c799d1f8e45fd2 +Author: Translation System +Date: Fri Jun 13 09:22:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 177 messages translated (0 fuzzy). + +commit eefedd89c3e10b8404ef043a32caf54b9bf3d99d +Author: Translation System +Date: Fri Jun 13 09:22:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 159 messages translated (0 fuzzy). + +commit 279dca4e595d5d7533727bca6a98aa68656b3d0e +Author: Translation System +Date: Fri Jun 13 09:22:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit a2b1faac69c9f44d1d259869a2b26b08b2bb1364 +Author: Translation System +Date: Fri Jun 13 09:22:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 00013e5a1c74299594a9b2755ed77116a47801c4 +Author: Translation System +Date: Fri Jun 13 09:22:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 44 messages translated (0 fuzzy). + +commit 6e2c184d3ede4e71a2ab315a48e01ff718029726 +Author: Translation System +Date: Fri Jun 13 09:22:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 32 messages translated (0 fuzzy). + +commit f15595635f55bc20886bded72741ea51117f7464 +Author: Translation System +Date: Fri Jun 13 09:22:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 76 of 118 messages translated (2 fuzzy). + +commit 9175b583a704b481e839e3bcf2c0b0dcc85c9e58 +Author: Translation System +Date: Fri Jun 13 09:22:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 9 messages translated (0 fuzzy). + +commit 021b10f692e7b6196bf6cd420d5d1b0480c3c75c +Author: Translation System +Date: Fri Jun 13 09:22:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 13 messages translated (0 fuzzy). + +commit c460031fd4ef81fd2312d72248b4740f897e94e9 +Author: Translation System +Date: Fri Jun 13 09:21:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 11 messages translated (0 fuzzy). + +commit 7b7856c264df3eb43b60263cbb90b289b84434d6 +Author: Translation System +Date: Fri Jun 13 09:21:52 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 11 messages translated (0 fuzzy). + +commit 263326b3a3c66dcd257692baeafdf1e3e16a29e3 +Author: Translation System +Date: Fri Jun 13 09:21:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit 1f0c5d77a62838fb8853cac60b640b2510b0def0 +Author: Translation System +Date: Fri Jun 13 09:21:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit 405187a348c082c2cbfab6aa2a2e34e1235d7da3 +Author: Translation System +Date: Fri Jun 13 09:21:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 43 messages translated (0 fuzzy). + +commit 2473bcec1921c7ad55aa4a08847e4f93065c00f4 +Author: Translation System +Date: Fri Jun 13 09:21:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 92 messages translated (0 fuzzy). + +commit 701131759a6dfa04498bfe67118485c971e4a1c6 +Author: Translation System +Date: Fri Jun 13 09:21:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 73 messages translated (0 fuzzy). + +commit 702a0af60679649fd5db7a53d130f07e2f469f9e +Author: Translation System +Date: Fri Jun 13 09:21:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 143 of 175 messages translated (0 fuzzy). + +commit 2d27488239b3392b85efd6e293e565e34249dd02 +Author: Translation System +Date: Fri Jun 13 09:21:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 81 messages translated (0 fuzzy). + +commit 4ee375d8ee23de451bbd065f6dc95bdbd5cfd746 +Author: Translation System +Date: Fri Jun 13 09:21:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 20 messages translated (3 fuzzy). + +commit 53ddc1aecacda12e9479382e9dc60b74c5a36772 +Author: Translation System +Date: Fri Jun 13 09:21:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 52 of 104 messages translated (0 fuzzy). + +commit d2057ae5b2a8f7568313f5f3a8424bcdf77a4e0c +Author: Translation System +Date: Fri Jun 13 09:21:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 29 messages translated (5 fuzzy). + +commit 4525bbc30ef8cc8933fc32e1a4e804fa6655d208 +Author: Translation System +Date: Fri Jun 13 09:21:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 51 of 57 messages translated (0 fuzzy). + +commit 562ca38467f1646f25fc905f2c2f65514bac62fc +Author: Translation System +Date: Fri Jun 13 09:21:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 96 messages translated (0 fuzzy). + +commit 11aaf2df38baa44b59d74ed073187aabb1ffc33e +Author: Translation System +Date: Fri Jun 13 09:21:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 20 messages translated (0 fuzzy). + +commit 4a4dbfcdceab03c3d8d45c37a62a0e2d7670eb04 +Author: Translation System +Date: Fri Jun 13 09:20:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 8 messages translated (0 fuzzy). + +commit 59cda87577061aec9193a6dbe7f6a04b2e5f1430 +Author: Translation System +Date: Fri Jun 13 09:20:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 177 messages translated (0 fuzzy). + +commit 252a3c52762bcbb084975d079f20d203748879b6 +Author: Translation System +Date: Fri Jun 13 09:20:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 101 of 159 messages translated (0 fuzzy). + +commit f34ca6689d2c6911f92245332b33c3c55ac80873 +Author: Translation System +Date: Fri Jun 13 09:20:45 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 13 messages translated (4 fuzzy). + +commit 0b162c56d2a74e5a84d45ab91776496bbec5a15b +Author: Translation System +Date: Fri Jun 13 09:20:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 34 messages translated (0 fuzzy). + +commit fd641ae59a015a90d07900bc8cab19ef04ad3e8e +Author: Translation System +Date: Fri Jun 13 09:20:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 867612f06c769178044546f91ba29106c8e962a0 +Author: Translation System +Date: Fri Jun 13 09:20:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 44 messages translated (0 fuzzy). + +commit 4df2018a64ad16b996d0d591df85df0b567d1c64 +Author: Translation System +Date: Fri Jun 13 09:20:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 32 messages translated (0 fuzzy). + +commit a1defc19ba64bb032013eec60a16ce96b35a5495 +Author: Translation System +Date: Fri Jun 13 09:20:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 10 messages translated (2 fuzzy). + +commit c5cad1d09318c0c288ac2fbdfb90cf37f282dfe5 +Author: Translation System +Date: Fri Jun 13 09:20:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 118 messages translated (0 fuzzy). + +commit 1923fe903825694dd8c911384742563745f7f443 +Author: Translation System +Date: Fri Jun 13 09:20:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 9 messages translated (0 fuzzy). + +commit 49032d21c4b7ad2b3f0c1eb386488d6e940f23ee +Author: Translation System +Date: Fri Jun 13 09:20:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 65 of 127 messages translated (5 fuzzy). + +commit 94327b6ec9d60faf7e2f590157f1b53f248caad8 +Author: Translation System +Date: Fri Jun 13 09:19:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 47 messages translated (0 fuzzy). + +commit f4b5369299bc16107f485586b4467ec95700414d +Author: Translation System +Date: Fri Jun 13 09:19:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 5713fcb4fc2f09534fcfd025af0ee86008ee6fab +Author: Translation System +Date: Fri Jun 13 09:19:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 703 of 852 messages translated (0 fuzzy). + +commit 8451dfdf2a9ba5273b8a2221ee5ed053f3d4a62d +Author: Jo-Philipp Wich +Date: Fri Jun 13 08:25:03 2014 +0000 + + modules/base: remove accidentally duplicated root directory + + Signed-off-by: Jo-Philipp Wich + +commit cb7ffbeb10eba32d6525a5cf5d1340895c99cb6d +Author: Jo-Philipp Wich +Date: Thu Jun 12 15:03:38 2014 +0000 + + contrib: squash two more recursive dependencies + +commit 0da9160ec1fbe1aebe1f964e49f74ff1b368fd33 +Author: Jo-Philipp Wich +Date: Thu Jun 12 14:44:58 2014 +0000 + + contrib: select asterisk18 explicitely luci-app-pbx-voicemail to nuke a remaining recursive dependency + +commit 055daf2d504e684ec732640c35729d1e83b638b8 +Author: Jo-Philipp Wich +Date: Thu Jun 12 13:48:57 2014 +0000 + + modules/base: readd missing /etc/config/luci + +commit a9336da5c918e7ec2fd795ca8e4f48c16fe889e8 +Author: Jo-Philipp Wich +Date: Wed Jun 11 14:16:44 2014 +0000 + + contrib: make luci meta package depend on luci-lib-nixio as well + +commit d4dc08dcb219a278a94e68aa87c13bca6361eeca +Author: Jo-Philipp Wich +Date: Wed Jun 11 14:00:09 2014 +0000 + + Fix wrong directory in luci-base + +commit 8c866ce4527f22d413fca3a46691ea31c58154c5 +Author: Jo-Philipp Wich +Date: Wed Jun 11 13:37:26 2014 +0000 + + contrib: remove recursive deps between theme-bootstrap and luci-base + +commit e4be3f94a0adf6c77e4c080c8b7180b31fa5836b +Author: Jo-Philipp Wich +Date: Wed Jun 11 13:33:03 2014 +0000 + + build: remove abandonned sgi libraries + +commit 7043c30e0e55bbbfacdddf97619b6bae96d20ddb +Author: Jo-Philipp Wich +Date: Wed Jun 11 13:29:05 2014 +0000 + + build: introduce luci-base + + Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, + modules/admin-core, themes/base and protcols/core into modules/base and renames + luci-lib-core to luci-base. + +commit bbb44cf245c11bc0c1d59e836007c9e8c3bfa209 +Author: Jo-Philipp Wich +Date: Wed Jun 11 12:37:22 2014 +0000 + + Remove remaining references to boa and lucid + +commit 91b97bc9f625d09431dc1c753209a037d7c42fbc +Author: Jo-Philipp Wich +Date: Wed Jun 11 12:37:19 2014 +0000 + + Remove unmaintained components: lucid, fastindex, niu + +commit 2d05a6135a0d29a82148f9bfc215b2de5b609dd5 +Author: Jo-Philipp Wich +Date: Wed Jun 11 12:02:54 2014 +0000 + + build: split into luci and luci-addons packages + +commit 63cf6f55ad4736c5738869db6d98340ab72d0237 +Author: Steven Barth +Date: Tue Jun 10 21:00:08 2014 +0000 + + hnet: update protocol configuration + +commit d5ed4ae9981036d1019f36a9e89a4bb96be4fbec +Author: Manuel Munz +Date: Sat Jun 7 12:05:39 2014 +0000 + + Add comment option to qos config page. See also https://dev.openwrt.org/changeset/40935. Thanks Roman. + +commit f643e804adb26aab6550e99aa547a9b0f707673f +Author: Matthias Uferer +Date: Thu Jun 5 20:12:59 2014 +0000 + + switch freifunk leipzig and gadow from 104.61/16 to 10.61/16 (OLSR) + +commit 4e844be180ff6fadea95a348b0416ae07c8ab921 +Author: Translation System +Date: Wed Jun 4 09:42:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 63 messages translated (0 fuzzy). + +commit a033e3fe2075735cbcd309d4177fe9b665b6859d +Author: Translation System +Date: Wed Jun 4 09:40:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 5 messages translated (0 fuzzy). + +commit 99fc85187a598e594ea6a7399b0b042f16b6ae22 +Author: Translation System +Date: Wed Jun 4 09:40:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 23 messages translated (5 fuzzy). + +commit 919af6ae9351efd6f34245148fe2882f218274b4 +Author: Translation System +Date: Wed Jun 4 09:40:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 8a3ac744b99563be570a9a3b32889cc368ec8335 +Author: Translation System +Date: Wed Jun 4 09:40:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 26 messages translated (0 fuzzy). + +commit 85d820e097c76207e8c92caed413e998014643da +Author: Translation System +Date: Wed Jun 4 09:40:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 667 of 852 messages translated (1 fuzzy). + +commit b4180acf8957573543accfc2b68d681b9f2aaa0d +Author: Translation System +Date: Wed Jun 4 09:39:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit b30d6e7d6ea16512a477d2d7336e77d7990d0e22 +Author: Steven Barth +Date: Tue Jun 3 15:11:32 2014 +0000 + + Add hnet protocol support + +commit 07109bb3f3df83b789756c38a5ac9ebb389afeec +Author: Steven Barth +Date: Tue Jun 3 08:51:33 2014 +0000 + + Allow toggling local IPv6 addressmanagement + +commit 3bc5909cab1be505749e347f348fe2380b47bbc3 +Author: Translation System +Date: Sun Jun 1 11:33:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 663 of 852 messages translated (1 fuzzy). + +commit bf6e2dcdd0cde3c567aa04fcf1639971f7a02bc9 +Author: Translation System +Date: Sun Jun 1 11:33:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 5d5f1a4e3dcfae06638980eb4a2641f5418aa73d +Author: Translation System +Date: Sat May 31 12:17:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 73 messages translated (0 fuzzy). + +commit 2198d753fea8fa69e0838d1892851c105a2f7bcb +Author: Translation System +Date: Sat May 31 12:17:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 3af2743ca7d46e1b3ffa60c8987f5c776d80fe3e +Author: Translation System +Date: Sat May 31 12:17:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 61 of 104 messages translated (0 fuzzy). + +commit 877e2c2a2590ad1e7f707c67c222670561b45213 +Author: Translation System +Date: Sat May 31 12:16:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 57 messages translated (0 fuzzy). + +commit fcf30f5787df1065176ef234304f0308cbf2ec05 +Author: Translation System +Date: Sat May 31 12:16:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 96 messages translated (0 fuzzy). + +commit 8f5910aa60591adc587eba851ba91d8e6fdb54ae +Author: Translation System +Date: Sat May 31 12:16:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 159 messages translated (0 fuzzy). + +commit 56b096f27c95c5dd335b7a5b9e5d8a0cdf7209de +Author: Translation System +Date: Sat May 31 12:16:55 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 44 messages translated (0 fuzzy). + +commit f6fd1aa261f797ad2c469eba0470794d6fcc98af +Author: Translation System +Date: Sat May 31 12:16:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 32 messages translated (0 fuzzy). + +commit 1bc83603e3c639961da9d02f3bb588e82ae2e1b3 +Author: Translation System +Date: Sat May 31 12:16:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 834 of 852 messages translated (0 fuzzy). + +commit 0b3da72eeb51040ea9debd6d6df7a4d8e85e8330 +Author: Translation System +Date: Sat May 31 12:16:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 663 of 852 messages translated (1 fuzzy). + +commit c2dc0ee66b42cf8a46bc9a6e8305139d6591dffa +Author: Translation System +Date: Thu May 29 09:48:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit 986334855105924af93077726c70830349022c19 +Author: Translation System +Date: Thu May 29 09:48:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit a39ae4e3169b65e8792c8610818798fa699709be +Author: Translation System +Date: Thu May 29 09:48:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 565 of 852 messages translated (3 fuzzy). + +commit 6350028666148ad7d318d67ca0d951bc85bae609 +Author: Translation System +Date: Thu May 29 09:48:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit abdebc2938c7dfaefc2c55d2a4d89b08051cbc65 +Author: Translation System +Date: Tue May 27 14:59:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 92 messages translated (0 fuzzy). + +commit d00b56441d725ad5c7dabb6eacfe0d520667aa25 +Author: Translation System +Date: Sat May 24 13:14:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 104 messages translated (0 fuzzy). + +commit 45a401c9716c11cf206680f29954f136a076f236 +Author: Translation System +Date: Sat May 24 13:14:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 159 messages translated (0 fuzzy). + +commit 54961e145d73f135f3d50a36e796e4386c2529e8 +Author: Translation System +Date: Sat May 24 13:14:48 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 5f4e70cb6cfcd08895de30aa0172689a241ab5cd +Author: Translation System +Date: Sat May 24 13:14:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 44 messages translated (0 fuzzy). + +commit 4aa4d989438eef0106b9bfcf782fca55186a788c +Author: Translation System +Date: Sat May 24 13:14:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 32 messages translated (0 fuzzy). + +commit b9fcbbbbc04c06465eef0721c6b89294ce24032b +Author: Translation System +Date: Sat May 24 13:14:45 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 118 messages translated (2 fuzzy). + +commit d241007be156bb6596b473d5fc329c0ac1826852 +Author: Translation System +Date: Sat May 24 13:14:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 47 messages translated (0 fuzzy). + +commit 8fdfed880d4f98212352192a22f37834dea5aca4 +Author: Translation System +Date: Sat May 24 13:14:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 63 messages translated (0 fuzzy). + +commit 3a73e70257b13443b924db8cf970fe0ea3fabda8 +Author: Translation System +Date: Sat May 24 13:14:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 4685bdde8691347be81b30c2bc28a5fd5e5f000e +Author: Translation System +Date: Sat May 24 13:14:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 0daa8e4822b5deb5a6f6cb7e1f55ba670fe4160c +Author: Translation System +Date: Sat May 24 13:14:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 51 of 57 messages translated (0 fuzzy). + +commit 5b2675b3f03cde7c827722e5f5760cd1b49e0757 +Author: Translation System +Date: Sat May 24 13:14:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 190194421ee4f86c81293e6a8caacf6a115923ae +Author: Translation System +Date: Sat May 24 13:14:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit ff54f354635d87ef84c75ce7f2d9c493b65a1e0e +Author: Translation System +Date: Sat May 24 13:14:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit c9f7282d982f10e54fbc083c20e45e03052598fe +Author: Jo-Philipp Wich +Date: Sat May 24 12:40:11 2014 +0000 + + modules/admin-full: further simplify wifi config + + Drop 11b support since its not properly supported by mac80211 anyway. + Rename 'hwmode' option to 'Band' and remove dependencies from 'htmode' field. + + Signed-off-by: Jo-Philipp Wich + +commit c0b538d4d8e904ab3e4bce9b2710cacf35cb3054 +Author: Translation System +Date: Mon May 19 19:00:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit b2ff3e56caea3ffd7bc84c5c7ad559ee69ca1fff +Author: Translation System +Date: Mon May 19 19:00:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 70 of 92 messages translated (0 fuzzy). + +commit bc313b7dfaec578d0759f01c5d0b951a597c5f16 +Author: Translation System +Date: Mon May 19 19:00:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 150 of 175 messages translated (0 fuzzy). + +commit d194b9c4984eeed88ad2132cd799c553ef14e298 +Author: Translation System +Date: Mon May 19 19:00:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 81 messages translated (0 fuzzy). + +commit b5b3f2abe3c8452661bba26617f230e20d61ec75 +Author: Translation System +Date: Mon May 19 19:00:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 104 messages translated (0 fuzzy). + +commit 65b66a39466cc1c1ce5e0e2fd3a23601bf0638a4 +Author: Translation System +Date: Mon May 19 19:00:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 63 messages translated (0 fuzzy). + +commit a3c5719ac18e21116f07d1d36ca96938759c0026 +Author: Translation System +Date: Mon May 19 19:00:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 23 messages translated (0 fuzzy). + +commit 05a871d1a2ae8fdd3561abc2e5ac397c9a9b7ae2 +Author: Translation System +Date: Mon May 19 19:00:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 26 messages translated (0 fuzzy). + +commit f425d527e7ba93b88f4dfc3059b12cf21ad2f4d5 +Author: Translation System +Date: Mon May 19 19:00:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 834 of 852 messages translated (0 fuzzy). + +commit f9475a5c82d3ce1dc407f7ed544a2b524b1eaa5f +Author: Translation System +Date: Mon May 19 19:00:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 81 of 81 messages translated (0 fuzzy). + +commit 546fe865e8db022d822dcc022529608949360b7b +Author: Translation System +Date: Mon May 19 19:00:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 5b577103461f7aaaabf27784a04610a14458cec5 +Author: Translation System +Date: Mon May 19 19:00:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 9e25b2b2a22e44dad53a1884cc405b2b12459ad3 +Author: Translation System +Date: Mon May 19 19:00:12 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 96 messages translated (0 fuzzy). + +commit 22f7b71bfb1f62bf353b61143719d3c90482b40f +Author: Translation System +Date: Mon May 19 19:00:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 47 messages translated (1 fuzzy). + +commit f8b9ea948108aa582227e20cd6ce95c32caf0bd8 +Author: Translation System +Date: Mon May 19 19:00:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 1ed32a3cddbf72d7be2180c544c84506d6e037fa +Author: Translation System +Date: Mon May 19 19:00:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 852 messages translated (0 fuzzy). + +commit 5f17750f2b7fc373ab67f39e9542efb13d087a3e +Author: Translation System +Date: Mon May 19 19:00:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 31 messages translated (0 fuzzy). + +commit f7b6039868fc768d50aa918295daf8a4414f7551 +Author: Translation System +Date: Mon May 19 19:00:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 81 messages translated (0 fuzzy). + +commit 6baa5c01d888c0d5864845cd5028abc9ebe4d860 +Author: Translation System +Date: Mon May 19 18:59:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 81 messages translated (0 fuzzy). + +commit 9dc2e30a00156aad7a86c9d14739b51c0eb5ca4d +Author: Translation System +Date: Mon May 19 18:59:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 81 messages translated (0 fuzzy). + +commit 0d118627c9f8643bf3a9b487c8f49e6ecd3d88ef +Author: Translation System +Date: Mon May 19 18:59:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 174 of 175 messages translated (0 fuzzy). + +commit 3893e912ea723555fb53ed0d6b27a2e98b9b5fc4 +Author: Translation System +Date: Mon May 19 18:59:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 81 messages translated (3 fuzzy). + +commit 911fe4165981a7383038e853f0bc9e7fd5e059dd +Author: Translation System +Date: Mon May 19 18:59:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 104 messages translated (1 fuzzy). + +commit 044b5375c3cd6ac2507e422fbc5d1fc4c3d6cfec +Author: Translation System +Date: Mon May 19 18:59:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 96 messages translated (0 fuzzy). + +commit bc12f80a0b2ac5108c69f254c11036bc54426f7f +Author: Translation System +Date: Mon May 19 18:59:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 20 messages translated (0 fuzzy). + +commit 88060b44dd4b8a7bd617bfe84f268604f0124769 +Author: Translation System +Date: Mon May 19 18:59:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 177 messages translated (7 fuzzy). + +commit c9f32a38ab164cce30cce78d251da7e93c5a3c14 +Author: Translation System +Date: Mon May 19 18:59:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 132 of 159 messages translated (4 fuzzy). + +commit e1750ca0c0340bf4aee4cd51acac5f61028df785 +Author: Translation System +Date: Mon May 19 18:59:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit e532f761ff61c49ff6b0d2b5832b2095fd145065 +Author: Translation System +Date: Mon May 19 18:59:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit d345aa59c43d0e03fb0a691517e55efaaf3db1c3 +Author: Translation System +Date: Mon May 19 18:59:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit b61364ba73ed60c751fa987bbb75e4bd36ca0df0 +Author: Translation System +Date: Mon May 19 18:59:27 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit 22580020d4221bc09f6f801714942e74b746bd99 +Author: Translation System +Date: Mon May 19 18:59:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit e6730cf8a10c9de9aab3d2eda9535dee44557599 +Author: Translation System +Date: Mon May 19 18:59:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit 823ffca78e6a7eeb7419a1518df6e497e5c3323d +Author: Translation System +Date: Mon May 19 18:59:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 5 messages translated (0 fuzzy). + +commit a2687b46641a687055f5acd6bf98cee92071df7a +Author: Translation System +Date: Mon May 19 18:59:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit f0981b2e672c669a653c4ae859b519a289a0bc80 +Author: Translation System +Date: Mon May 19 18:59:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit c8e40a02330ff1b61b1483689dc8d722ffed0797 +Author: Translation System +Date: Mon May 19 18:59:17 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 29 messages translated (0 fuzzy). + +commit 013b39bf9880cc395781f3b526f8eb0e7e274909 +Author: Translation System +Date: Mon May 19 18:59:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 57 messages translated (0 fuzzy). + +commit f7e1059397addf33f80259cb0963ae74e10465a4 +Author: Translation System +Date: Mon May 19 18:59:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 96 messages translated (0 fuzzy). + +commit d4c051dc74790c41bba7c06e7809c8f4f1607ca4 +Author: Translation System +Date: Mon May 19 18:59:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 37f3d4ac867f5ad9b8a7dd0b2cd92dbc233d4ce1 +Author: Translation System +Date: Mon May 19 18:59:12 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit d2b44291176d4fafd90460fdf3ce7276eaed9785 +Author: Translation System +Date: Mon May 19 18:59:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 5d5a033570a87f97de31d010c9a1b366e41e7f1e +Author: Translation System +Date: Mon May 19 18:59:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 159 messages translated (0 fuzzy). + +commit 5bbae7c939a673e92817108301da50af09f345c4 +Author: Translation System +Date: Mon May 19 18:59:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 7dcab904483edf45926aa36ad517b26a64d50eca +Author: Translation System +Date: Mon May 19 18:59:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 924da2eae22c9535d21710081d35a9f53913e3d5 +Author: Translation System +Date: Mon May 19 18:59:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 44 messages translated (0 fuzzy). + +commit 37261e284ed93762b45220cba3db397abe914351 +Author: Translation System +Date: Mon May 19 18:59:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit b93faff6f9f116944f5471f0e5a2e888059f5109 +Author: Translation System +Date: Mon May 19 18:59:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit d2f7fd664db206c7caa3c42e97bef7fbde598408 +Author: Translation System +Date: Mon May 19 18:59:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 61309cf827585c9efc00c76c95c293b8c5a91860 +Author: Translation System +Date: Mon May 19 18:58:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit db09cb26c1b13d05ca1649a50baed339aed152fe +Author: Translation System +Date: Mon May 19 18:58:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 81c52a7cac2907df2105a54510261953ebc7a1ea +Author: Translation System +Date: Mon May 19 18:58:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 667 of 852 messages translated (0 fuzzy). + +commit 4496419e1d007812a925d66801073fbfc1a07adb +Author: Jo-Philipp Wich +Date: Mon May 19 18:54:06 2014 +0000 + + modules/admin-full: fix wifi config compatibility with current trunk + + Signed-off-by: Jo-Philipp Wich + +commit 74a091d7fd812fef086105355d2e95fb293cae8c +Author: Jo-Philipp Wich +Date: Sun Apr 27 20:30:59 2014 +0000 + + i18n: add packaging for swedish language support + +commit ce3c1ba7af44f2cb4cf4bcd62ceb65798f59e2b5 +Author: Jo-Philipp Wich +Date: Sun Apr 27 20:13:42 2014 +0000 + + i18n: initialize swedish translations + +commit bc54020a681057d7eafabe1233e4984f10ff25e9 +Author: Translation System +Date: Sun Apr 27 20:09:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit d16cb45cc4c5a0a941c4e22898bbddbd47561275 +Author: Translation System +Date: Sun Apr 27 20:09:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 11 messages translated (1 fuzzy). + +commit fe7b480e3646129d48f195f1e25cd58baaf1d7e3 +Author: Translation System +Date: Sun Apr 27 20:09:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 147 of 175 messages translated (0 fuzzy). + +commit 824110b6c2299717067a12fc73c42a3fec17c60f +Author: Translation System +Date: Sun Apr 27 20:09:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 104 messages translated (0 fuzzy). + +commit 79b99912124ebc9992a29469f2806437edac1681 +Author: Translation System +Date: Sun Apr 27 20:09:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 177 messages translated (0 fuzzy). + +commit 611fc24f09cada9c48b1661400c0cbc2994b5618 +Author: Translation System +Date: Sun Apr 27 20:09:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 32 messages translated (0 fuzzy). + +commit 3aa66f3c79b55dac83115cbc2cd0dc8122746f35 +Author: Translation System +Date: Sun Apr 27 20:09:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 4ca1e03678cf3d7ac2c3d47470ddfa51a275037d +Author: Translation System +Date: Sun Apr 27 20:09:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit de560c0c9e8641fb78efdeb304dc5677ce75e925 +Author: Translation System +Date: Sun Apr 27 20:09:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 742f2eeb2512356431ac24c97a6b4fdd48ef1400 +Author: Translation System +Date: Sun Apr 27 20:08:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 0490bc12c54169e8ec83ff66011ff4e63025414b +Author: Translation System +Date: Sun Apr 27 20:08:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 11 messages translated (1 fuzzy). + +commit 97e714c90ef4f043a6f0457d77c44119d0b14029 +Author: Translation System +Date: Sun Apr 27 20:08:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 15 messages translated (1 fuzzy). + +commit 82c2d0d00cd9c9fff7e91a2055e9a9f6a3ea2042 +Author: Translation System +Date: Sun Apr 27 20:08:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 821ea7a7124167d2294e75a1952a386c1a4e3060 +Author: Translation System +Date: Sun Apr 27 20:08:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 976b9d9b6a4ccfdfc704a9659d7ce6bd2c19fe69 +Author: Translation System +Date: Sun Apr 27 20:08:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 7648655ba7a2faf79fae10ec13b3bb7182a6a537 +Author: Translation System +Date: Sun Apr 27 20:08:35 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 92 messages translated (0 fuzzy). + +commit 717d5de92eb0a0b0c82ff98bec63227f8bba2123 +Author: Translation System +Date: Sun Apr 27 20:08:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 104 messages translated (0 fuzzy). + +commit f8ba40b1c7a65894ed53a3a2dccdcfd0ac4bf0b6 +Author: Translation System +Date: Sun Apr 27 20:08:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (1 fuzzy). + +commit 7eeddb5d4ef705438b84918e3aeb54b446f58435 +Author: Translation System +Date: Sun Apr 27 20:08:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 57 messages translated (0 fuzzy). + +commit 8e4e2fb5d1c1fcd502548777ca218e56126db1a3 +Author: Translation System +Date: Sun Apr 27 20:08:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 96 messages translated (6 fuzzy). + +commit 2bb0cdc4e068854b554b7f614335e3d1f15611cc +Author: Translation System +Date: Sun Apr 27 20:08:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 3cbf37e223f68bf168eb17dfe89262962ae73311 +Author: Translation System +Date: Sun Apr 27 20:08:17 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (1 fuzzy). + +commit 43e0e3623aee11c7e0ef82d690f13adf0d767ac5 +Author: Translation System +Date: Sun Apr 27 20:08:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 34 messages translated (0 fuzzy). + +commit c5e4ac490a3a115d9870a22fd2bf280cf8173a2b +Author: Translation System +Date: Sun Apr 27 20:08:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 32 messages translated (1 fuzzy). + +commit e23363e692fd090e9db634e0b66bdd44c02ee2b6 +Author: Translation System +Date: Sun Apr 27 20:08:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 10 messages translated (1 fuzzy). + +commit f6e542dc74ab8c9c4c0f3a888923135db73a76e8 +Author: Translation System +Date: Sun Apr 27 20:08:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 9 messages translated (5 fuzzy). + +commit dee9660988b5e3b0497f7d11e805e9993cf0ee0b +Author: Translation System +Date: Sun Apr 27 20:08:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 47 messages translated (0 fuzzy). + +commit c087e6d577995e69b1725a5f481e832c29d519bd +Author: Translation System +Date: Sun Apr 27 20:08:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 63 messages translated (9 fuzzy). + +commit 8d98cb35462c054b9a9d3744e29fef08635f7b78 +Author: Translation System +Date: Sun Apr 27 20:08:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit d189940865b6dde0dd0247112b2b30a0185ea542 +Author: Translation System +Date: Sun Apr 27 20:07:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 26 messages translated (6 fuzzy). + +commit c01df89ecee1da6da126a887b4b0f78e2035624d +Author: Translation System +Date: Sun Apr 27 20:07:55 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 22d42f9b10e0d582821ea12ec84c44cc69599a98 +Author: Translation System +Date: Sun Apr 27 20:07:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 23 messages translated (0 fuzzy). + +commit b6b2b8bce0e0581c61fb10e1e6f477f233b946a6 +Author: Translation System +Date: Sun Apr 27 20:07:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 91 of 852 messages translated (0 fuzzy). + +commit 70361d29a6cf39b613eacbb56d8b4d989b144921 +Author: Translation System +Date: Sun Apr 27 20:07:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 31 messages translated (0 fuzzy). + +commit d6fdfd07d0bdf7b0314f6696fbeb5fc8b772afa6 +Author: Translation System +Date: Sun Apr 27 20:07:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 92 messages translated (0 fuzzy). + +commit 8e80d95bb48001449fc3a306d1eac9a110e57a98 +Author: Translation System +Date: Sun Apr 27 20:07:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 73 messages translated (0 fuzzy). + +commit 5db4436a65feff8c085022109ed5dfde465b2bec +Author: Translation System +Date: Sun Apr 27 20:07:30 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 150 of 175 messages translated (0 fuzzy). + +commit 5119f3bf991ec1661f3ea764ce12d02a2a7b1ea3 +Author: Translation System +Date: Sun Apr 27 20:07:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 39 of 69 messages translated (0 fuzzy). + +commit e2b0a69097b09bb74ecc750f1c78988ff52c6120 +Author: Translation System +Date: Sun Apr 27 20:07:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 104 messages translated (0 fuzzy). + +commit d651a43b93dcf486aae6d6d8225c25527e1ef564 +Author: Translation System +Date: Sun Apr 27 20:07:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 57 messages translated (0 fuzzy). + +commit b1e675b1a0d34f478bc33e53364009a4255617da +Author: Translation System +Date: Sun Apr 27 20:07:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 96 messages translated (0 fuzzy). + +commit d3c4db2b09d58517315b3cbf1e4a28cffc4699c3 +Author: Translation System +Date: Sun Apr 27 20:07:12 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 20 messages translated (0 fuzzy). + +commit be868cf2551af7e75397387afda7467e9a3fc880 +Author: Translation System +Date: Sun Apr 27 20:07:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 159 messages translated (0 fuzzy). + +commit 1c3231f955d1a7033311d973e016b5ab8ea27bea +Author: Translation System +Date: Sun Apr 27 20:07:07 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit f8c6b6e6ea402c9a97cc69d1a1f8c5ef979d72cd +Author: Translation System +Date: Sun Apr 27 20:07:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 34 messages translated (0 fuzzy). + +commit 3d06665e12ffbe52784fe47243e9dd831d7fa533 +Author: Translation System +Date: Sun Apr 27 20:07:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 9 messages translated (0 fuzzy). + +commit 63a6feef0377fda2512578c4c15b9ab6253d248a +Author: Translation System +Date: Sun Apr 27 20:07:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 44 messages translated (0 fuzzy). + +commit bdd1c2ab10f9449b1f5379ec8c2835689e84dda2 +Author: Translation System +Date: Sun Apr 27 20:06:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 32 messages translated (0 fuzzy). + +commit 8ecf87d0431b60272adb5d73393558b4f00a8282 +Author: Translation System +Date: Sun Apr 27 20:06:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit ea079bafbd81a56b3e3e321e999cb755f9d78efa +Author: Translation System +Date: Sun Apr 27 20:06:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 70 of 118 messages translated (2 fuzzy). + +commit 0756fa6c809b7f53cf1ebae056b6631bff552304 +Author: Translation System +Date: Sun Apr 27 20:06:52 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 47 messages translated (0 fuzzy). + +commit 8d57e951c859adfbd246801ce983526c9bad874b +Author: Translation System +Date: Sun Apr 27 20:06:50 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 63 messages translated (0 fuzzy). + +commit 55f6ed7d8176dd03cac1ad35f88d8dd4ecaffab1 +Author: Translation System +Date: Sun Apr 27 20:06:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 5 messages translated (0 fuzzy). + +commit 16ca50a4f87a1ebe82b297d0a2c4966c7b85c79b +Author: Translation System +Date: Sun Apr 27 20:06:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 23 messages translated (0 fuzzy). + +commit fb737a73e8ec63a8621c780d018b6ad2a37e165c +Author: Translation System +Date: Sun Apr 27 20:06:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 26 messages translated (0 fuzzy). + +commit e41d7c3fc45885c364c7546f2bd2728053bc108d +Author: Translation System +Date: Sun Apr 27 20:06:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 833 of 852 messages translated (0 fuzzy). + +commit 82e776e373a50c35067f791d1fefaff186f3ad1f +Author: Translation System +Date: Sun Apr 27 20:06:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit b8e2eb34cfe3cbd31165f8b8037452b9b52d88ea +Author: Translation System +Date: Sun Apr 27 20:06:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 642487f905c6d67a0ca6ad55cfef33b6ce4d2a5f +Author: Translation System +Date: Sun Apr 27 20:06:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 223b8e806d0eae393358a2a741577f191a339b24 +Author: Translation System +Date: Sun Apr 27 20:06:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit 02640aed895ddb18d1c815d1a67c61ac173539ed +Author: Translation System +Date: Sun Apr 27 20:06:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 7c922061176524fb294775d83483fd506b801303 +Author: Translation System +Date: Sun Apr 27 20:06:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit ff8b86036e1add3c3c9327343cc1dc3e91075f44 +Author: Translation System +Date: Sun Apr 27 20:06:00 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 169 of 175 messages translated (5 fuzzy). + +commit fd17298f7aef3230b5c8b3e4d2fa6f391a2dc6d2 +Author: Translation System +Date: Sun Apr 27 20:05:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 61 of 96 messages translated (1 fuzzy). + +commit 2217fbae70a95d2467a152c49cd35e8c6344a6bd +Author: Translation System +Date: Sun Apr 27 20:05:52 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (1 fuzzy). + +commit 73debc33c2501b309901aaee26120386b53304b4 +Author: Translation System +Date: Sun Apr 27 20:05:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 172 of 177 messages translated (5 fuzzy). + +commit 0034884f746c26a63aae90d694e4ca2af5e52794 +Author: Translation System +Date: Sun Apr 27 20:05:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 157 of 159 messages translated (2 fuzzy). + +commit 254341e7759a9e7d25a8d40e76e4f312c4bd452a +Author: Translation System +Date: Sun Apr 27 20:05:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 44 messages translated (1 fuzzy). + +commit 6d67e26c7b3d269914dea464842ee296c6279e1c +Author: Translation System +Date: Sun Apr 27 20:05:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 32 messages translated (1 fuzzy). + +commit 61b92751cd398ca867b4994985cd47fe548b0f7c +Author: Translation System +Date: Sun Apr 27 20:05:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 112 of 118 messages translated (5 fuzzy). + +commit f4806ce627389a3ff7bfc76606066517c9ba30ca +Author: Translation System +Date: Sun Apr 27 20:05:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 125 of 127 messages translated (2 fuzzy). + +commit 902dbee14702dfc2638bf036a1180c5e37e18c73 +Author: Translation System +Date: Sun Apr 27 20:05:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 63 messages translated (1 fuzzy). + +commit 390fa860799ea5541232ea15e81f77d8d3b4c677 +Author: Translation System +Date: Sun Apr 27 20:05:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 26 messages translated (1 fuzzy). + +commit 7cba726cdeb158c71382672b8f521a3b573cc03e +Author: Translation System +Date: Sun Apr 27 20:05:29 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 852 messages translated (2 fuzzy). + +commit bf260a893d07992b6242dd812fa6c67c7f980117 +Author: Translation System +Date: Sun Apr 27 20:05:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 31 messages translated (1 fuzzy). + +commit a01b670f643abb856439e56eb43d0075ed1018fb +Author: Translation System +Date: Sun Apr 27 20:05:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit c7fb9ca59e264b6cc4244064f00ee859dac3c07e +Author: Translation System +Date: Sun Apr 27 20:05:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 4dd08ea07032de6bd41c596ac95b6f0e984609e9 +Author: Translation System +Date: Sun Apr 27 20:05:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 92 messages translated (0 fuzzy). + +commit 85a1061f16586e510a0eace8c25283b007f01890 +Author: Translation System +Date: Sun Apr 27 20:05:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 29 messages translated (0 fuzzy). + +commit 9c23541a4dc916124386268ab41139ca90681f96 +Author: Translation System +Date: Sun Apr 27 20:05:10 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 728742e0da4ea4abd385298a060bd255601c52f6 +Author: Translation System +Date: Sun Apr 27 20:05:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 44 messages translated (0 fuzzy). + +commit ac10c06732e5cab8c441783c9420b44075ac94eb +Author: Translation System +Date: Sun Apr 27 20:05:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 53f544548262aea0fa2cc40e3d3e7ed5a4202e12 +Author: Translation System +Date: Sun Apr 27 20:04:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit c5160c3955f1bd0d1940a6ec5db1b442c15f0bb3 +Author: Translation System +Date: Sun Apr 27 20:04:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit d0fc5584428639c574406935491f02ed1667f765 +Author: Translation System +Date: Sun Apr 27 20:04:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 480 of 852 messages translated (0 fuzzy). + +commit 962ceb2c6b760f7362fb2a8ddbf4467ef3a23747 +Author: Translation System +Date: Sun Apr 27 20:04:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 8ad768c5c4a6162fb3ccd1c6ea8672d0251990d3 +Author: Translation System +Date: Sun Apr 27 20:04:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 412c24a84b64d76d2a673b1fef2282ac7b3fecf3 +Author: Translation System +Date: Sun Apr 27 20:04:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit 3c8b787cb38a5c078c7e8f1be1dcb80c8b3054ba +Author: Translation System +Date: Sun Apr 27 20:04:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit 405676bb60a237d4807cbf485f04b4c9a1f5856b +Author: Translation System +Date: Sun Apr 27 20:04:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit a0f30025519c1cd9482c30de7700793de853ac8d +Author: Translation System +Date: Sun Apr 27 20:04:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 9f5231fcf51515dcda10a6c06dd66f8166bc5094 +Author: Translation System +Date: Sun Apr 27 20:04:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 5445d469d7d36f6984f31a66c8b161511aa7f8d4 +Author: Translation System +Date: Sun Apr 27 20:04:28 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit 628b3ced745dedba17d7e69f0af73928c7eb3ec9 +Author: Translation System +Date: Sun Apr 27 20:04:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 6465083d504c2c2f70dd527395b10d2d16e6390b +Author: Translation System +Date: Sun Apr 27 20:04:23 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 67860d819d01d227e61d92c23ab70df834251253 +Author: Translation System +Date: Sun Apr 27 20:04:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit dd71b5e5fb534609a66b2b5522cd80e7dd25b1ab +Author: Translation System +Date: Sun Apr 27 20:04:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 13 messages translated (0 fuzzy). + +commit bb6f730104e661def9bd887ba4c1923c060ddd5a +Author: Translation System +Date: Sun Apr 27 20:04:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit f373b2f77b8787b1809137e201427c7ce5f4d213 +Author: Translation System +Date: Sun Apr 27 20:04:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 11 messages translated (0 fuzzy). + +commit 1d44daeb775aea2f0963e4ce2b5271198f7ffd31 +Author: Translation System +Date: Sun Apr 27 20:04:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit f02344f7831b89095a6bf3fb669877144a0b99e6 +Author: Translation System +Date: Sun Apr 27 20:04:03 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 53664e6265b2979eefb597064e0f248941897417 +Author: Translation System +Date: Sun Apr 27 20:04:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit e9daba2dcfb80ecd8b9b403a187c725903fd9766 +Author: Translation System +Date: Sun Apr 27 20:03:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 338fd20f030319c61946ece4caeea1fa9670203e +Author: Translation System +Date: Sun Apr 27 20:03:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit bcbb2b507d58a8111fe9478a3f62d79b6fa5e41f +Author: Translation System +Date: Sun Apr 27 20:03:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 92 messages translated (0 fuzzy). + +commit ca307d59ac58ec6e70cfcd8ed46b284cbc7de736 +Author: Translation System +Date: Sun Apr 27 20:03:48 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 73 messages translated (0 fuzzy). + +commit ee4d8f26d75eeb3efd889c2aaf1e81af7f0b40cd +Author: Translation System +Date: Sun Apr 27 20:03:41 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 147 of 175 messages translated (0 fuzzy). + +commit 1d48219625a80ab7947949f2bda5df0899200afe +Author: Translation System +Date: Sun Apr 27 20:03:27 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit efd21559abda804ebe2531a0ac14157a4817527c +Author: Translation System +Date: Sun Apr 27 20:03:23 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit b00b8d05025abe85e803d5d39417c59ec6d5b564 +Author: Translation System +Date: Sun Apr 27 20:03:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 29 messages translated (0 fuzzy). + +commit c046b82afbce0935b014911a3da0b272e2a5ac7b +Author: Translation System +Date: Sun Apr 27 20:03:17 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit a564ca3659a24417698915c3937c4ba3b8aef59b +Author: Translation System +Date: Sun Apr 27 20:03:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 96 messages translated (0 fuzzy). + +commit bd8ca0dda9004963f776d747a22988440ed1a613 +Author: Translation System +Date: Sun Apr 27 20:03:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 20 messages translated (0 fuzzy). + +commit 79d6b0248a3a721d67cb2d5392bc8d144952fa08 +Author: Translation System +Date: Sun Apr 27 20:03:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 0eb805eb85a45c2c1f0bbe948b8b3f4bfb079c41 +Author: Translation System +Date: Sun Apr 27 20:03:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b5a3b422299401f3ffafc0107a93235e1bdb9d71 +Author: Translation System +Date: Sun Apr 27 20:03:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 8bf18d8999ec394df876900318bb5b89cc261df3 +Author: Translation System +Date: Sun Apr 27 20:02:58 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 89 of 159 messages translated (3 fuzzy). + +commit 60e9b04c30bf5116421d006e999c4568b2a757be +Author: Translation System +Date: Sun Apr 27 20:02:55 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit bc77cada8b9f3dd8253bdead04fe233cb4d2ebf2 +Author: Translation System +Date: Sun Apr 27 20:02:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 34 messages translated (0 fuzzy). + +commit a8d3ad5763f669082bd7932596c9d42ab3f8ad4e +Author: Translation System +Date: Sun Apr 27 20:02:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit f23a1c5542c21dd850dfa041f1d80c54e522ad2f +Author: Translation System +Date: Sun Apr 27 20:02:47 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 44 messages translated (0 fuzzy). + +commit 8688d49f9e5018895b252efc78d72871c102b2ff +Author: Translation System +Date: Sun Apr 27 20:02:45 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 32 messages translated (0 fuzzy). + +commit e4f68216e553e6e3ce90d290c62fe17e700dfee6 +Author: Translation System +Date: Sun Apr 27 20:02:42 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit bf362f1c0829a08483a8c5f48312e293a102e032 +Author: Translation System +Date: Sun Apr 27 20:02:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 8a6c909f339163945ec4368a1cb9e83ba3026f7e +Author: Translation System +Date: Sun Apr 27 20:02:37 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 115 of 127 messages translated (1 fuzzy). + +commit 777b0f8e3fd56bb761fa0b8f886cad907928a473 +Author: Translation System +Date: Sun Apr 27 20:02:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit aecd380856f72ad2526e1a946b13eb0a434c5ab4 +Author: Translation System +Date: Sun Apr 27 20:02:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 63 messages translated (0 fuzzy). + +commit 2e8b5c8e5681e98535a8760e38f7cf7aac73c49e +Author: Translation System +Date: Sun Apr 27 20:02:30 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit d886a7645a4aaa3ac92c5d8a5ceaee09e744a573 +Author: Translation System +Date: Sun Apr 27 20:02:28 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 23 messages translated (4 fuzzy). + +commit ef3b356087736de024a61c8572f3ab3573bf8ba4 +Author: Translation System +Date: Sun Apr 27 20:02:25 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit d23521c2939501a22868dc1ff53731ccec8032fc +Author: Translation System +Date: Sun Apr 27 20:02:23 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit b3eb31cc06cd8905f8365cf308047020eadb12d8 +Author: Translation System +Date: Sun Apr 27 20:02:21 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 768 of 852 messages translated (0 fuzzy). + +commit f659ac8784ec261df4d32687cba3d63e2e036679 +Author: Translation System +Date: Sun Apr 27 20:02:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit bae0873438d57c6a296546ddb6eb1215375506be +Author: Translation System +Date: Sun Apr 27 20:02:14 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit b3957376a9dadfd73fa0af10f08a65c5b2b27a4c +Author: Translation System +Date: Sun Apr 27 20:02:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 155 of 175 messages translated (0 fuzzy). + +commit c90b62e9ae44d8ec4d16d3aa7a9015a448376494 +Author: Translation System +Date: Sun Apr 27 20:02:08 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 146 of 177 messages translated (0 fuzzy). + +commit dcefe8e1bd1ca47c5abf5e6cd0cae699b2f5966a +Author: Translation System +Date: Sun Apr 27 20:02:05 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 131 of 159 messages translated (4 fuzzy). + +commit 0cccc9cddb807e9b4e43823357f27480a6c6a0d4 +Author: Translation System +Date: Sun Apr 27 20:02:02 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit c8f2e89b8e8e8beca63fd4750fa7e3ce6e50091a +Author: Translation System +Date: Sun Apr 27 20:01:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit d442bb00b6edc35b4311989f5a68f841dbce65bb +Author: Translation System +Date: Sun Apr 27 20:01:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 88fedb318a2a257cf3017fe8f4d758b6f81f576f +Author: Translation System +Date: Sun Apr 27 20:01:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit bf40d883408844f444700637b1384ef643b15628 +Author: Translation System +Date: Sun Apr 27 20:01:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 66cf73c1a05bf95c256a5e53309fe0c62130689b +Author: Translation System +Date: Sun Apr 27 20:01:45 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 92 messages translated (0 fuzzy). + +commit a32d1fbb55d4fe0b94f3324b2f9e595d5ff65a6c +Author: Translation System +Date: Sun Apr 27 20:01:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 790484bc411799227d377a543a92401b6be482e8 +Author: Translation System +Date: Sun Apr 27 20:01:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 2537f6e4c9b9891551a420f825a308f6cf9cd7ab +Author: Translation System +Date: Sun Apr 27 20:01:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit d16734ba3cb017cbce69429e6edb0b6c80b51741 +Author: Translation System +Date: Sun Apr 27 20:01:33 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 8c26a088351ae8db0d5da327d8605af7c9d64cdb +Author: Translation System +Date: Sun Apr 27 20:01:30 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 43 messages translated (0 fuzzy). + +commit cdb0ba22bae72f5039dda5b96596530db8a527b7 +Author: Translation System +Date: Sun Apr 27 20:01:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 92 messages translated (0 fuzzy). + +commit 478414c11cf93efceefd92e7440b666d946f5e5b +Author: Translation System +Date: Sun Apr 27 20:01:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 50 of 57 messages translated (0 fuzzy). + +commit f52a270a54d3b3dcb6acd283f415e23845a1bd29 +Author: Translation System +Date: Sun Apr 27 20:01:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 34 messages translated (0 fuzzy). + +commit e619b79e7ca915e95e62917930df9a9d2b04e704 +Author: Translation System +Date: Sun Apr 27 20:01:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b0da7391494608dbd6880a63a4bf96793b13dc17 +Author: Translation System +Date: Sun Apr 27 20:01:17 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 54b1731d48700bf377b975040c08d463a959b948 +Author: Translation System +Date: Sun Apr 27 20:01:15 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 26 messages translated (0 fuzzy). + +commit e9c1bc7dc897e480329a3fe70c80bee69708b65a +Author: Translation System +Date: Sun Apr 27 20:01:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 820 of 852 messages translated (0 fuzzy). + +commit b9fd638d1d89d5119bf31ccdb52a1b4ec3142f5e +Author: Translation System +Date: Sun Apr 27 20:01:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 679 of 852 messages translated (0 fuzzy). + +commit ef7bb6250ba7edcf5479f66c4834ef7779d0c733 +Author: Translation System +Date: Sun Apr 27 20:00:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (0 fuzzy). + +commit 198c861b7df9742df207809351baa0a868ef1ead +Author: Translation System +Date: Sun Apr 27 20:00:53 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit bb7028d770ab181c7f745c76978c13c242be8fca +Author: Translation System +Date: Sun Apr 27 20:00:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 174 of 177 messages translated (0 fuzzy). + +commit 1df26aaab04038947ef1e16854d7f9e4f3cd690d +Author: Translation System +Date: Sun Apr 27 20:00:49 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 17f39b6e6295998ee37e9f6bf14ba4aa1487800d +Author: Translation System +Date: Sun Apr 27 20:00:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 6ffea61f7fa2c1a4cf2adf338b2ba707ff3e9304 +Author: Translation System +Date: Sun Apr 27 20:00:43 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit ff0d46a16e3738a7a0a04478eb3cb3e695266c8a +Author: Translation System +Date: Sun Apr 27 20:00:39 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit a48a2e8662c8f434a5c141d3c200fe569556e1da +Author: Translation System +Date: Sun Apr 27 20:00:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 69413088d03e09d36fc5723fc10df327bee7309c +Author: Translation System +Date: Sun Apr 27 20:00:31 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 92 messages translated (0 fuzzy). + +commit 410080ab046257313a3834aaaca94128a9072b4c +Author: Translation System +Date: Sun Apr 27 20:00:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 8a7be6a37ec4bff07c742e74f81e9b4155d685a6 +Author: Translation System +Date: Sun Apr 27 20:00:23 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit f37b2e2881e97068845740b1e15a4eaabf5b1bd6 +Author: Translation System +Date: Sun Apr 27 20:00:19 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit d2449aff2884abd08dcaa396ffd97da17e3dbfe3 +Author: Translation System +Date: Sun Apr 27 20:00:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 120 of 852 messages translated (0 fuzzy). + +commit 4417a9cd0c8317266ee4db994fde1d490f9d92b3 +Author: Translation System +Date: Sun Apr 27 20:00:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit a5675a7c10a3287b718f34decceccb5cc78301b8 +Author: Translation System +Date: Sun Apr 27 20:00:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 31 messages translated (0 fuzzy). + +commit 08e61198977abe504884ff1410e90f5df825f6d5 +Author: Translation System +Date: Sun Apr 27 20:00:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 57572db29e36a9dac55bb937018b1d2e7a3d37f2 +Author: Translation System +Date: Sun Apr 27 19:59:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit 52c5b92244a0a7d15e5c9aa6f1cb39fbae22fad3 +Author: Translation System +Date: Sun Apr 27 19:59:56 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 4876ba650662f8d017482ec93e51fb9556c87222 +Author: Translation System +Date: Sun Apr 27 19:59:54 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit add6badb3bdb16ffc8d0f7509fa919d0bca54aa2 +Author: Translation System +Date: Sun Apr 27 19:59:51 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit cc6a62f0d8fabd1b5b8c683753ad89f1f5d75720 +Author: Translation System +Date: Sun Apr 27 19:59:48 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 49 of 92 messages translated (0 fuzzy). + +commit f3c711987f876a16ab735cd1678b40a3a1a5d388 +Author: Translation System +Date: Sun Apr 27 19:59:46 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit b1d59b7bd210ec8ce8f87a14a5fc7c4e65692527 +Author: Translation System +Date: Sun Apr 27 19:59:44 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit 7c6ee1e8ee96f6be49819b1c8da3c707ec619ee5 +Author: Translation System +Date: Sun Apr 27 19:59:40 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 69 messages translated (0 fuzzy). + +commit bc1acbcb1359cb8abdf5463efc6a1ed0bfdb41e7 +Author: Translation System +Date: Sun Apr 27 19:59:38 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 104 messages translated (0 fuzzy). + +commit e67d6bea1570bc9dd675cb97282bd94f0d406a99 +Author: Translation System +Date: Sun Apr 27 19:59:36 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 6f35d9cf71f54a067134d94669709a176ee90d9e +Author: Translation System +Date: Sun Apr 27 19:59:34 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 57 messages translated (0 fuzzy). + +commit 9080a9a1b4ca15ffe8382ad56b56fef5407989c6 +Author: Translation System +Date: Sun Apr 27 19:59:32 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 96 messages translated (0 fuzzy). + +commit 39e1acf8055182af59e841c7df69d652e38ea092 +Author: Translation System +Date: Sun Apr 27 19:59:30 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit be5c2343d7a936f154fea92bc0cf2c627aa691d3 +Author: Translation System +Date: Sun Apr 27 19:59:28 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit f3d0047a39baea6f7cb83d332be004df74340e93 +Author: Translation System +Date: Sun Apr 27 19:59:26 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 92be678204dd85fb2e35b4f1ad2451965b5dabec +Author: Translation System +Date: Sun Apr 27 19:59:24 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 159 messages translated (0 fuzzy). + +commit 531f8360d4cd1b85aeb4bf5c4b7d9b140161eb8c +Author: Translation System +Date: Sun Apr 27 19:59:22 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 1d63d1840013ec775b1b40e456d55f8c21521934 +Author: Translation System +Date: Sun Apr 27 19:59:20 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 1652fc84c10ab5f7013ae4fcf5e3f0e32166e1b9 +Author: Translation System +Date: Sun Apr 27 19:59:18 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 6715020e5a51b876dee7c40b8ee7f4338f107578 +Author: Translation System +Date: Sun Apr 27 19:59:16 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 32 messages translated (1 fuzzy). + +commit d7f42d92ec4f5f2b3297394e35e79fbbc0b5959e +Author: Translation System +Date: Sun Apr 27 19:59:13 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit 0de833f7802829dcb56057b200b32345507bcbc6 +Author: Translation System +Date: Sun Apr 27 19:59:11 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 892d14e7942d5c385168eba64e9ca582eef247c2 +Author: Translation System +Date: Sun Apr 27 19:59:09 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 5eacd02300ba063fe5f7a890e3e679b2653c2483 +Author: Translation System +Date: Sun Apr 27 19:59:06 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 84bd855a729caf9f2ed593bde9bc3bd2bd85ce48 +Author: Translation System +Date: Sun Apr 27 19:59:04 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 0210cb725099a4e78401c2e9031403dd8ef9a908 +Author: Translation System +Date: Sun Apr 27 19:59:01 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit fa055a7c3fb4e7cbfc38767879290b8d29e1dd6a +Author: Translation System +Date: Sun Apr 27 19:58:59 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit e23dbb077245cc1a9d5aafc63bd9b04d1672a9cd +Author: Translation System +Date: Sun Apr 27 19:58:57 2014 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit f443bcaca6903464376a3dcf548035396c73e0bc +Author: Manuel Munz +Date: Sun Apr 27 13:45:53 2014 +0000 + + applications/meshwizard: Fox error when iwinfo.freqlist is empty + +commit dff51d2e02d3707e88c665888ff9284b22ccef39 +Author: Jo-Philipp Wich +Date: Thu Apr 24 21:42:58 2014 +0000 + + contrib: prefer libustream-polarssl for luci-ssl (#677) + +commit f26e8e95165a1bc70469cb5f30230a6855d5f000 +Author: Jo-Philipp Wich +Date: Thu Apr 24 21:42:55 2014 +0000 + + applications/luci-firewall: cope with both tables and strings when processing zone name or network in rule detail page (#675) + +commit b2d5843ddc739fdd1f4a7359222d04cef5f88938 +Author: Jo-Philipp Wich +Date: Thu Apr 24 21:42:48 2014 +0000 + + libs/sys: make sure to always return a table from arptable() when no callback is passed (#671) + +commit 0b5861d6bfb468c840ccda78f532ee2af8c34ebc +Author: Jo-Philipp Wich +Date: Wed Apr 23 12:15:40 2014 +0000 + + modules/freifunk: don't drop priveleges for OLSR status page, we need root to talk to ubus + +commit 2e9b25330c5f6e7568c9c32f180f69f7c1bed057 +Author: Jo-Philipp Wich +Date: Wed Apr 23 12:15:02 2014 +0000 + + Revert "modules/freifunk: don't drop priveleges for OLSR status page, we need root to talk to ubus" + + This reverts commit 57481b0e94b1d4be944c623ffa8334cbd4d53cbb, it contains some accidentally commited changes. + +commit c5b324148dec1c77aeb44ed740b7e151dfdeb57d +Author: Jo-Philipp Wich +Date: Wed Apr 23 12:14:07 2014 +0000 + + modules/freifunk: don't drop priveleges for OLSR status page, we need root to talk to ubus + +commit c3d787ecb458043d04e9055525b5a3af25be47bf +Author: Matthias Uferer +Date: Sat Apr 19 15:14:46 2014 +0000 + + disable ip6 for weil profile + +commit a42c63c1bdc92fabb28f2c67d28176bb892d6e46 +Author: Matthias Uferer +Date: Sat Apr 19 14:45:43 2014 +0000 + + suffix added + +commit e1db49c923c208aadc733aeffbeeb9d1d38ed457 +Author: Matthias Uferer +Date: Sat Apr 19 14:42:19 2014 +0000 + + change weil profile (less packages, wifi ch 10) + +commit af57427ccdd69b5cde5e98873429426c7e30b7fd +Author: Matthias Uferer +Date: Sat Apr 19 14:17:22 2014 +0000 + + Profile Weil-am-Rhein added + +commit 9b2703433ba75946ab27181751c5319dd289e10f +Author: Manuel Munz +Date: Sat Apr 19 08:58:50 2014 +0000 + + contrib/community-profiles: Add demo profile for testing/plying round + +commit d9d23725402387ee127424b8f7516a28e0ec4069 +Author: Matthias Uferer +Date: Fri Apr 18 22:44:57 2014 +0000 + + copy l59 to demo + +commit 34da31d35260919393685ee90e1fbf92b0edb474 +Author: Matthias Uferer +Date: Fri Apr 18 22:37:36 2014 +0000 + + change ssid + +commit 8723605fc858d7f865c5d584335407871a9c6153 +Author: Jo-Philipp Wich +Date: Sat Mar 29 13:50:07 2014 +0000 + + contrib: add Build/Prepare/Default hook to Makefile to allow quilt-patching LuCI (!OpenWrt !#15182) + +commit c3bf59a91d9e24ee09bd122e5e5a6fdaf5bc1702 +Author: Jo-Philipp Wich +Date: Fri Mar 28 16:59:08 2014 +0000 + + libs/sgi-uhttpd: fix binding to properly work with current uhttpd2 implementation + + Signed-off-by: Jo-Philipp Wich + +commit 0efb19876b0fe85aabdbb1634c8d5001e2cd2c65 +Author: Jo-Philipp Wich +Date: Fri Mar 28 16:37:03 2014 +0000 + + libs/sgi-uhttpd: do not assume env.CONTENT_LENGTH to be a number + + env.CONTENT_LENGTH as passed by uhttpd might be a string, so explicitely + convert it using tonumber(). + + Issue has been reported by Catalin Patulea + + Signed-off-by: Jo-Philipp Wich + +commit de5da20be1ed099c8d3ea77f26ac5ae65e94d4e9 +Author: Jo-Philipp Wich +Date: Tue Mar 11 16:14:27 2014 +0000 + + contrib: disable mips16 for LuCI build (OpenWrt ticket 15224) + +commit 410f928390a3c96f35f0fbcdec4f61678f87ebb5 +Author: Matthias Uferer +Date: Sun Mar 2 15:50:20 2014 +0000 + + postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitpostinstall + +commit d8e3c36826e8615094d53a9edda107c7a9151fec +Author: Matthias Uferer +Date: Sun Mar 2 15:44:38 2014 +0000 + + imrovements, mcastrate, bssid, country-setting DE + +commit 0928628792e2376a54fe18320fc7c709d6286c68 +Author: Matthias Uferer +Date: Sun Mar 2 15:40:27 2014 +0000 + + improvements for leipzig + +commit 9d301772255b20f9bb3291e46e3914a6774150f5 +Author: Matthias Uferer +Date: Thu Feb 20 13:35:19 2014 +0000 + + geocoord Erfurt + +commit 558e8589348209e3c9eb12ca3eb67bdda81c8298 +Author: Matthias Uferer +Date: Thu Feb 20 12:22:07 2014 +0000 + + Freifunk Erfurt neuer Start + +commit 4ade761227383551a85f4a0b99b84d321d779fe0 +Author: Jo-Philipp Wich +Date: Thu Feb 13 12:06:47 2014 +0000 + + trunk: Merge fix from luci-0.11 + +commit b92a01d3ae1d1bbb74f23469c929f60df69339be +Author: Jo-Philipp Wich +Date: Wed Feb 5 13:44:07 2014 +0000 + + httpclient: fix parsing of IPv6 URLs (#662) + +commit c1bd1e59d3fcdd31ddec9a2795ace53c41993e8b +Author: Jo-Philipp Wich +Date: Wed Feb 5 13:35:34 2014 +0000 + + build: fix clean targets in Makefiles (#667) + +commit 6c45ccec6a297ba2bdf2694142c93fc55dfb9193 +Author: Steven Barth +Date: Sat Jan 18 19:55:51 2014 +0000 + + Remove stale IPv6 menu entry + +commit fe93fd05e7a3cb65469fd2743db74e4accc49207 +Author: Manuel Munz +Date: Sat Jan 18 10:44:20 2014 +0000 + + community-profiles: remove jena + +commit 493b7d4ee9325c1e9e36481123ed6112a4a6bd07 +Author: Steven Barth +Date: Fri Jan 17 15:46:56 2014 +0000 + + Adapt IPv6 interface to new architecture + +commit ecbd62be125d4da8f521f5bb3b6c92593cb19764 +Author: Matthias Uferer +Date: Fri Jan 3 14:15:14 2014 +0000 + + profile for kyritz (near gadow) + +commit 074b3152c0b8e6d964832cbd8ef1be07af445dd9 +Author: Matthias Uferer +Date: Fri Jan 3 13:27:45 2014 +0000 + + typo for freifunk-gadow + +commit c38187d0d80f85e85e40b6ffc4f0b0cbc72e9dac +Author: Manuel Munz +Date: Sun Dec 29 11:55:18 2013 +0000 + + applications/olsr: Validate input for lqmult, #654 + +commit 594c4a68e3271f258b5a208e04bda5f9d6623834 +Author: Matthias Uferer +Date: Fri Dec 13 14:29:22 2013 +0000 + + freifunk altmark new config + +commit cba888c336fae20c6effbc25ca70d3e907f5b097 +Author: Matthias Uferer +Date: Fri Dec 13 13:44:25 2013 +0000 + + wifi netmask for projekt l59 is 8 + +commit ced40ced3d179cf563f23bf7f4b2bb5264e62034 +Author: Matthias Uferer +Date: Fri Dec 13 13:40:46 2013 +0000 + + disable dhcp at wifi-adhoc for leipzig, l59 and gadow + +commit 2812cb14c5f3650ac1f1d7876cff6fa66a732cc7 +Author: Jo-Philipp Wich +Date: Sun Dec 8 20:30:51 2013 +0000 + + modules/admin-full: replace another instance of legacy wifi calls with network reloads + +commit a654b403660570258b447afc25ae6283936f8821 +Author: Jo-Philipp Wich +Date: Sun Dec 8 16:46:55 2013 +0000 + + modules/admin-full: use ubus call network reload after enabling, disabling or deleting wifi networks + +commit 6f8881d48d713b320a5d71c6c7b9dd7af310f12d +Author: Jo-Philipp Wich +Date: Tue Dec 3 23:58:15 2013 +0000 + + applications/luci-statistics: fix xhtml entity error introduced with r9926 + +commit 29b3a87de28c788e88b4785e2bb514d4f17f50a2 +Author: Jo-Philipp Wich +Date: Tue Dec 3 15:51:54 2013 +0000 + + themes/bootstrap: fix css issue with input fileds within zonebadges (#556) + +commit cb6bdd9f507f28f3b20e4d7c7fa54c417f562242 +Author: Jo-Philipp Wich +Date: Tue Dec 3 15:23:09 2013 +0000 + + libs/core: further network model compatibility fixes + +commit e22e6dd9ca7e6978daa1b064f739538ef723e28f +Author: Jo-Philipp Wich +Date: Tue Dec 3 15:04:34 2013 +0000 + + libs/core: make luci.model.network compatible with new wireless netifd integration + +commit 297d368ecc9c48b0a6ca724f15fa7e64364abaf5 +Author: Jo-Philipp Wich +Date: Tue Dec 3 15:04:32 2013 +0000 + + libs/json: add proper support for decoding unicode escapes + +commit e97596f42d5376a10c6a2aebfe8752c687c9e290 +Author: Manuel Munz +Date: Mon Nov 11 20:12:40 2013 +0000 + + applications/luci-splash: fix another crash in luci-splash when there were empty whitelist/blacklist sections + +commit 785211a974ffb2e8e9ed75bc46adfd55d00ab2c0 +Author: Manuel Munz +Date: Sun Nov 3 14:01:17 2013 +0000 + + applications/luci-splash: Fix another condidtion which led to a deadlock + +commit 6010725e024ce2bcbfaafab1a613403708678c5c +Author: Manuel Munz +Date: Sun Oct 27 09:59:19 2013 +0000 + + applications/luci-splash: Only add leases to the stats section if they are still online (i.e. mac known in arp table). Thanks michiwend. + +commit 87b7651ef2c98e0bdc62947e731c9f3eb1e50441 +Author: Manuel Munz +Date: Sun Oct 20 11:59:53 2013 +0000 + + applications/luci-splash: remove unneeded tc exec + +commit af116017873f81ab9948317c6a4be5befea6ab01 +Author: Manuel Munz +Date: Sat Oct 19 14:23:28 2013 +0000 + + contrib/meshwizard: Do not enable DHCP on adhoc by default when VAPs are used. + +commit 115633350d46dee2bf48a5680ac607a17db4a276 +Author: Manuel Munz +Date: Sat Oct 19 14:14:49 2013 +0000 + + contrib/community-profiles/augsburg: Enable DHCP on adhoc when VAP is used, default will become to not start a DHCP server in this case then soon. + +commit 5939fc27129733bd6a213b0e5657fa7903668753 +Author: Matthias Uferer +Date: Fri Oct 18 11:38:59 2013 +0000 + + wifi changes for gadow/zootzen + +commit 77db91455016ec2bd457c3e3d1a7a9d5dd4b3917 +Author: Matthias Uferer +Date: Fri Oct 18 11:38:17 2013 +0000 + + wlan changings for leipzig + +commit 12ede3f2d98b5f8af89eeb01a329f9e065a7d1a1 +Author: Patrick Grimm +Date: Fri Oct 18 10:42:15 2013 +0000 + + applications/luci-statistics: fix img url + +commit 69792fa157f97939a66c763d8a997b77e39d7da6 +Author: Manuel Munz +Date: Thu Oct 17 23:11:17 2013 +0000 + + applications/luci-splash: improve traffic limiting per client for ipv6 + +commit 5cfabc7eb2596215aa150bbff51a35289da30835 +Author: Manuel Munz +Date: Thu Oct 17 00:22:55 2013 +0000 + + applications/luci-splash: Make luci-splash more silent in normal mode in case of tc/iptables errors + +commit 0678fe5eeb2827508858b7ca6509cf8447db4484 +Author: Manuel Munz +Date: Thu Oct 17 00:01:06 2013 +0000 + + applications/luci-splash: Do not allow to lease whitelisted clients + +commit 4ae0d30edd7a55352828afc8a45e20a581d22440 +Author: Manuel Munz +Date: Wed Oct 16 23:51:43 2013 +0000 + + applications/luci-splash: Fix a crash when removing whitelisted clients which could caused deadlocks + +commit e966cfea23740e36f94c359506e7412da38af4fd +Author: Manuel Munz +Date: Wed Oct 16 19:48:23 2013 +0000 + + applications/luci-splash: Add a filter for arguments, only allow valid mac and ip addresses + +commit b8fe93a8368223da2ca9b56f0a1ca1b1e3740cd9 +Author: Patrick Grimm +Date: Mon Oct 14 17:29:40 2013 +0000 + + package/freifunk-common: neigh.sh: fix for missing .. as well as aligned headers + +commit 31ce19743a276d1f3963a818b6c66965615e804a +Author: Patrick Grimm +Date: Mon Oct 14 10:27:21 2013 +0000 + + applications/luci-olsr-services add olsr ipv6 services + +commit d5cd72e0118691aed0aebc025d55877c75a39d49 +Author: Patrick Grimm +Date: Mon Oct 14 10:27:09 2013 +0000 + + package/freifunk-common: neigh.sh use olsr-jsoninfo + +commit 0c1f8b8aa31f34c0036bd798e5949188baa6d5b2 +Author: Manuel Munz +Date: Sun Oct 13 22:40:09 2013 +0000 + + applications/luci-splash: Fix two problems with whitelisting clients + +commit 2aad24cec13cbc4765cbbc5502832184713b823f +Author: Jo-Philipp Wich +Date: Wed Oct 9 11:17:55 2013 +0000 + + modules/admin-full: add DSL status to index page (#620) + +commit 8fa1e36b3e9a0691aca635ed39488edc88753845 +Author: Manuel Munz +Date: Sat Oct 5 18:15:35 2013 +0000 + + contrib/freifunk-gwcheck: Only run the check when olsrd_dyngw_plain plugin is enabled and also uses the main routing table + +commit 78c36816b0267f0422586fa9e2aba155a45afeb1 +Author: Manuel Munz +Date: Sat Oct 5 18:13:23 2013 +0000 + + contrib/freifunk-policyrouting: Only disable olsrd_dyngw_plain plugin if it uses the main routing table + +commit 2595726dfb3b0236d5ad003d86b117971011329d +Author: Manuel Munz +Date: Tue Oct 1 20:22:08 2013 +0000 + + applications/luci-splash: Update stats when a lease is added or removed + +commit 19d1278fb2a7166a1bb2c967ec8473d26cdce244 +Author: Manuel Munz +Date: Mon Sep 30 20:02:35 2013 +0000 + + contrib/community-profiles: Add Hooge + +commit 5e8c7a439e64b58a7b1d212157c8db592c49aa41 +Author: Manuel Munz +Date: Sat Sep 28 12:40:29 2013 +0000 + + applications/luci-splash: Write summary stats (counter of leased, white-/blacklisted) into the leases state file + +commit cc2c364198ab0e5ecf1e5c773be2f2e9b1b593ec +Author: Manuel Munz +Date: Sat Sep 28 12:06:13 2013 +0000 + + applications/luci-splash: Show black-/whitelisted clients in luci-splash list output again + +commit 15956b81e26b4725f25a0f99cf3d4591c0007546 +Author: Manuel Munz +Date: Tue Sep 24 09:14:18 2013 +0000 + + contrib/community-profiles: Fix whitespaces in halle profile + +commit 2c715932ad7944101195c65c5619d9a29c2dc6d5 +Author: Manuel Munz +Date: Fri Sep 20 18:37:18 2013 +0000 + + contrib/meshwizard: Add services file in olsr nameservice configuration + +commit 2598a2cfd1ba5baa78c1cddb12ed3204ea5484fb +Author: Manuel Munz +Date: Thu Sep 19 17:19:17 2013 +0000 + + themes/freifunk-generic: Fix invalid html + +commit 8bb613ad085a69ca00279d80c411b660eb5efd93 +Author: Manuel Munz +Date: Thu Sep 19 17:18:28 2013 +0000 + + appllications/olsr: Fix invalid html, #607 + +commit 148b883c110f6ada30b3604cfadeeb8c3fd2432d +Author: Manuel Munz +Date: Thu Sep 19 16:49:28 2013 +0000 + + applications/olsr: Fix invalid json output + +commit 110e0874414652e231048d91be5efd6cdf777f52 +Author: Manuel Munz +Date: Thu Sep 19 16:34:09 2013 +0000 + + contrib/community-profiles: Fix Halle profile, #597 + +commit a4c083ecef6256e56a5f2809a3cebf908787afcb +Author: Manuel Munz +Date: Mon Sep 16 19:51:25 2013 +0000 + + applications/luci-ddns: Add more datatype checks and defaults + +commit 637997309e30598b74e27f20ce7d313e1daad5b7 +Author: Matthias Uferer +Date: Thu Sep 5 13:39:25 2013 +0000 + + korrigiertes widget fuer leipzig (iframe instead of rss) + +commit 76d951e5be29cfb58a2b36a1f07195609967d229 +Author: Manuel Munz +Date: Wed Sep 4 08:09:20 2013 +0000 + + contrib/community_profiles: Use the correct BSSID for channel 10 in Berlin + +commit 3701d2ffbcedc50ae88954182544fe54b46d1763 +Author: Manuel Munz +Date: Tue Sep 3 17:40:55 2013 +0000 + + core/sysauth: Redirect to https on login page if possible, #317 + +commit 1354c88aee5bc354b639b5798e3f3bb826246658 +Author: Manuel Munz +Date: Mon Sep 2 09:48:01 2013 +0000 + + applications/firewall: fix display of enabled/disabled rules, #594 + +commit c16cbd527c393c33fef167ec0ddad63966db770d +Author: Manuel Munz +Date: Sun Sep 1 16:39:55 2013 +0000 + + system/applyreboot: Use the correct protocol, #603 + +commit c4be2b93c05aa7a63d7f998e19051857f7924d85 +Author: Translation System +Date: Sun Sep 1 15:56:45 2013 +0000 + + Commit from LuCI Translation Portal by user soma.: 127 of 127 messages translated (0 fuzzy). + +commit 2563af0005a4963d7baf82247e6aac77f334def5 +Author: Manuel Munz +Date: Mon Aug 19 16:15:28 2013 +0000 + + contrib/meshwizard: Use Freifunk instead of FF-AP as prefix for the VAP interface + +commit a7c1b0e602cba3403c3b865005d3c7a863f8b55b +Author: Manuel Munz +Date: Mon Aug 19 12:17:58 2013 +0000 + + applications/luci-splash: Add known leases when restarting splash + +commit 1520cb4b41569791dcf81cd38df991a49ece1bdf +Author: Translation System +Date: Mon Aug 19 11:53:17 2013 +0000 + + Commit from LuCI Translation Portal by user soma.: 81 of 81 messages translated (0 fuzzy). + +commit 487f164eb6baad398b9e1f9eac8d3755ef258bfe +Author: Manuel Munz +Date: Mon Aug 19 11:50:38 2013 +0000 + + applications/luci-splash: Update translations + +commit 316dda48ac5b3846957584ff38434f6be02bd659 +Author: Translation System +Date: Mon Aug 19 11:48:33 2013 +0000 + + Commit from LuCI Translation Portal by user soma.: 80 of 80 messages translated (0 fuzzy). + +commit bafe0c18b32176a8031b641ca47c9afaba4ccfde +Author: Manuel Munz +Date: Mon Aug 19 11:48:07 2013 +0000 + + applications/luci-splash: Add another missing translation + +commit 9cf8a23f52527f1b817720c22be98a539c4d9ae0 +Author: Manuel Munz +Date: Mon Aug 19 11:33:14 2013 +0000 + + applications/luci-splash: Fix a translation problem with 2 strings + +commit 86801ad26f622713fc9bbbc0eee163acc22ead42 +Author: Translation System +Date: Sun Aug 18 20:46:17 2013 +0000 + + Commit from LuCI Translation Portal by user soma.: 80 of 80 messages translated (0 fuzzy). + +commit a7da45b5021a9ab13f21bfb08d60d85ecf30011d +Author: Manuel Munz +Date: Sun Aug 18 20:42:49 2013 +0000 + + po: update luci-splash translations + +commit 47612c60f3436b5bdff26fbc8d869a0f1eca7ed2 +Author: Manuel Munz +Date: Sun Aug 18 20:41:30 2013 +0000 + + applications/luci-splash: Per default redirect to the page the user requested after he accepted the splash. This can be overwritten with redirect_url in the general section in luci_splash config, #595 + +commit 15088f5dd4f53cb25e71a871dd4ed25440ec7eb5 +Author: Manuel Munz +Date: Sun Aug 18 20:37:35 2013 +0000 + + applications/luci-splash: Always allow clients to connect to the community homepage, make description of allowed hosts/subnets more clear, #595 + +commit 54da15fc7f96af3a8674eef81403dc014a5f39a7 +Author: Manuel Munz +Date: Sun Aug 18 11:30:00 2013 +0000 + + contrib/community-profiles: Allow 50KB/s Downloadrate per default in luci-splash + +commit bf86e8642953e9faa12a04f5428383eb692136a3 +Author: Manuel Munz +Date: Sat Aug 17 20:12:19 2013 +0000 + + applications/luci-splash: Set http_keepalive to zero. This fixes a problem where the user was not properly redirected after accepting the splash in some cases and when an uhttpd was used that supports http keepalive + +commit 82ab31b5101ad0de7dd8fa4460b8c3ce49c1ef5e +Author: Manuel Munz +Date: Sat Aug 17 19:42:45 2013 +0000 + + applications/luci-splash: Fix clients upload and download limiting + +commit db26a0c7d0dd8f783aaeb0a5867ef978c6c6a1b2 +Author: Patrick Grimm +Date: Sat Aug 17 18:33:07 2013 +0000 + + freifunk-gwcheck: make it more readeable and make compat with smaler ip version without short forms + +commit f496c67d25be1450b3c8bf1a9cac8a66b86cb55c +Author: Patrick Grimm +Date: Sun Aug 11 21:07:25 2013 +0000 + + luci-olsr: fix ipv6 nil in device var + +commit 3b0dee6e5cc344f3f1abef7c3036a7cb8f1238cb +Author: Manuel Munz +Date: Sun Aug 11 16:45:39 2013 +0000 + + applications/luci-splash: do not delete the nodes luci_splash_mark_in rule when its ip is unknown while syncing, instead use iptables comments there and delete that rule when the lease has been removed. + +commit bbc5b2ef69622f375670302d9a28a6943129e943 +Author: Manuel Munz +Date: Sun Aug 11 16:42:53 2013 +0000 + + applications/luci-splash: Use a seperate config file for leases, #590 + +commit 64607feec4f90ad39411f467540c7a874915dcc0 +Author: Manuel Munz +Date: Sat Aug 10 08:32:10 2013 +0000 + + contrib/community_profiles: Change default channel to 5 for potsdam + +commit bffccf25c5042a248b26ad7945f7fec59801c82f +Author: Patrick Grimm +Date: Wed Aug 7 20:25:17 2013 +0000 + + luci-olsr: fix ipv6 ipv4 detection + +commit a394b4f474a6294af56cd688b7049f77fb42b1cd +Author: Jo-Philipp Wich +Date: Tue Aug 6 21:32:24 2013 +0000 + + po: add translation files for Taiwanese (zh_TW) + +commit 1fbf60509d8744923657f00441a949525017fcce +Author: Manuel Munz +Date: Mon Aug 5 10:28:27 2013 +0000 + + contrib/freifunk-gwcheck: Use bbb-vpn.berlin.freifunk.net instead of conntest.jpod.cc + +commit 2eb088f0845db8eeed285ec6a756361aae9dc8e3 +Author: Manuel Munz +Date: Thu Aug 1 21:53:58 2013 +0000 + + applications/olsr: Remove macs from olsr neighbors page; show '?' for SNR when no info is available; use a seperate column for local interface + +commit b87051fe021d1f86020208701099c64dc53ffad5 +Author: Manuel Munz +Date: Sun Jul 28 13:41:10 2013 +0000 + + contrib/meshwizard: fix uhttpd listen addresses when ipv6 is used + +commit 346f01866326ac368e931cbe5c22f31288b3c2d3 +Author: Translation System +Date: Sun Jul 28 08:45:06 2013 +0000 + + Commit from LuCI Translation Portal by user soma.: 81 of 81 messages translated (0 fuzzy). + +commit b81b388b0a1007536fba35bd8139b50b70deb7a9 +Author: Manuel Munz +Date: Sun Jul 28 08:28:44 2013 +0000 + + po: Update translation template and translations for splash + +commit 37bf7b0217c3058e3f8787c9c4f9c73520a40ba5 +Author: Manuel Munz +Date: Sun Jul 28 08:15:22 2013 +0000 + + applications/luci-splash: Add TOS, Fix Community Name, add possibility to just add some custom text to the splash page instead of replacing the whole page + +commit 022970ec493ce6df9491cf067a92fbae711cb935 +Author: Patrick Grimm +Date: Thu Jul 25 08:32:04 2013 +0000 + + luci-olsr: read ip6assign from ubus + +commit 56b48f76a72da6ac6d255a5298adffe760ba93f0 +Author: Patrick Grimm +Date: Wed Jul 10 18:11:09 2013 +0000 + + luci-olsr: fix snr calc olsr neighbours and unit in Legend + +commit 25c4b954a6037811ecafcf8189ab79b0f74d0aed +Author: Patrick Grimm +Date: Wed Jul 10 17:52:38 2013 +0000 + + luci-olsr: add snr for olsr neighbours and update Legend + +commit 46c61acd06b3c54f3d98fa809e4b9450bae04975 +Author: Jo-Philipp Wich +Date: Tue Jul 9 09:33:22 2013 +0000 + + modules/admin-full: fix extroot and fsck availability check (https://dev.openwrt.org/ticket/13837) + +commit cd04b1541d7a839a3dfbc15af79f134c12601c3e +Author: Patrick Grimm +Date: Sun Jul 7 20:16:39 2013 +0000 + + luci-olsr: neightbl for ipv6 neighbours + +commit 54001e307e135cf6080443567184e000336fc548 +Author: Patrick Grimm +Date: Sun Jul 7 12:45:59 2013 +0000 + + add luaneightbl: this is an arp replacement for ipv6. neightbl.get(wlan0) return ip,mac table this can use in a for loop "for ip,mac in pairs(t) do" Thanx Cyrus + +commit d946f2931e2c26cfbe3c0848cb572867dd67bfef +Author: Patrick Grimm +Date: Fri Jul 5 23:07:23 2013 +0000 + + community-profiles: increase release + +commit 09f078feea5f7d1cad6323a588098f089c15564c +Author: Patrick Grimm +Date: Fri Jul 5 23:02:25 2013 +0000 + + community-profiles: add a list of owm api server + +commit 624926911b7d58cec9cc6393afe755bcbff04fc5 +Author: Patrick Grimm +Date: Tue Jul 2 23:17:16 2013 +0000 + + luci-olsr: fix typo + +commit 38aa51a39141af9432a957579dffc0e6932c63c9 +Author: Patrick Grimm +Date: Tue Jul 2 22:31:04 2013 +0000 + + luci-olsr: add interface and wifi stats to public olsr-neighb site + +commit c3cc1e786b1b9b37d949b3ad9881801b1d6d04bb +Author: Manuel Munz +Date: Tue Jul 2 07:56:17 2013 +0000 + + contrib/community-profiles: Remove Freifunk Franken + +commit 0cb8eb3b0c28451ef26bc0b7aa1fe5c8463ec12b +Author: Manuel Munz +Date: Fri Jun 14 21:58:02 2013 +0000 + + contrib/freifunk-policyrouting: User higher prio for fallback ip rule so that this rule will be after all rules which are added by netifd for openwrts new native ip support + +commit b543594e5e175fe96d8f9ed985f6f04cdeee7d10 +Author: Jo-Philipp Wich +Date: Thu Jun 13 17:25:44 2013 +0000 + + applications/luci-firewall: remove nat reflection dependency on the wan zone, it causes issues with network lists and is not needed with fw3 anymore + +commit 2a366f4c554d46a33f727bc04e4d7a7798e5be3b +Author: Manuel Munz +Date: Tue Jun 4 19:24:30 2013 +0000 + + applications/luci-splash: Always insert the mangling rules, not just when bandwidth limit is used. That makes it possible to have client bandwidth stats without using the bandwidth limit. Taken from https://github.com/freifunk/ff-control/blob/master/patches/luci-splash-mark.patch, thx Patrick + +commit 49fc87429ff313ef37a9473147ddd8cf97d74d08 +Author: Jo-Philipp Wich +Date: Tue Jun 4 12:18:49 2013 +0000 + + contrib: prepare for renaming of firewall3 in OpenWrt + +commit 43e0004dfed664e0f9eeabe1ee0c733bf7cc1fad +Author: Manuel Munz +Date: Mon Jun 3 08:26:09 2013 +0000 + + contrib/freifunk-gwcheck: increase release nr + +commit a0e67e6b895aa478cc192132290a6b26e010fc74 +Author: Manuel Munz +Date: Mon Jun 3 08:24:29 2013 +0000 + + contrib/freifunk-gwcheck: Depend on firewall3 + +commit 4bcf1e6c8a15fc40057f6f8d471cfcc426170f53 +Author: Manuel Munz +Date: Mon Jun 3 08:23:49 2013 +0000 + + contrib/meshwizard: Depends on firewall3 + +commit 7c9e0484e9842bb9b0e7a63a0a0857cc3d59bb21 +Author: Manuel Munz +Date: Sun Jun 2 23:53:23 2013 +0000 + + contrib/freifunk-policyrouting: Make it work with firewall3 and make use of the new ip rule support in /etc/config/network + +commit a1bd60ef6ee775b8bb12fb1db61ae792b41e9d86 +Author: Manuel Munz +Date: Sun Jun 2 23:48:30 2013 +0000 + + applications/luci-splash: Only restart splash in hotplug for interfaces which are using splash + +commit af72920b6ef743562d2d6c009974bc18915c8390 +Author: Manuel Munz +Date: Sun Jun 2 16:41:03 2013 +0000 + + applications/luci-splash: Add hotplug script for splash + +commit 039cf655246b8f019192a5752017847b1a3956d3 +Author: Manuel Munz +Date: Sun Jun 2 16:36:37 2013 +0000 + + applications/luci-splash: Work with firewall3 + +commit 61a94b2329a8b0c94251c605f5775473d3f1beb7 +Author: Manuel Munz +Date: Sun Jun 2 16:29:29 2013 +0000 + + contrib/freifunk-firewall: Make it work with firewall3 + +commit 6c3a86cb77e7b058ceefc4efb9cc9246fa2c54e8 +Author: Manuel Munz +Date: Thu May 30 14:44:37 2013 +0000 + + contrib/community-profiles: Update Weinstadt und Reihen (add dns option), whitespace fixes + +commit a16416f437cf6569357c2360201a04a9451903c0 +Author: Manuel Munz +Date: Wed May 29 14:19:50 2013 +0000 + + contrib/community-profiles: Add schwarzach + +commit ca65b9a4b72144a3a91b2b42f8087b97e931b405 +Author: Steven Barth +Date: Fri May 24 05:50:55 2013 +0000 + + Fix a typo in IPv6 configuration page + +commit 82267099aeff57652d198930774519c66a6420dd +Author: Manuel Munz +Date: Thu May 23 14:07:23 2013 +0000 + + modules/freifunk: Allow to enable/disable VAP in community profiles + +commit 542fa0e49329a8087719b56cc17613cce122b6b5 +Author: Manuel Munz +Date: Thu May 23 14:06:21 2013 +0000 + + respect community settings for using VAP in luci-meshwizard + +commit 11d79aa613f64f483a416763929f15ca4171012e +Author: Manuel Munz +Date: Thu May 23 10:43:53 2013 +0000 + + contrib/community-profiles: Enable VAP per default for augsburg + +commit 5200eb1577777766a831bdcbb76ce8769af0da08 +Author: Steven Barth +Date: Thu May 23 10:14:20 2013 +0000 + + Add support for stateful DHCPv6 + +commit 029631ec489b2d28a9e4b3a6ef4f2de9e999b956 +Author: Steven Barth +Date: Thu May 23 10:14:14 2013 +0000 + + Make static IPv6-configuration more usable + +commit d5d63e2cc5fedb69ab0f51d71ddfda9741b35b94 +Author: Steven Barth +Date: Thu May 23 10:14:10 2013 +0000 + + Update and simplify IPv6 RA & DHCPv6 configuration + +commit ff4c167e93eac3ccce3e550b38eb7f67ddc1fd71 +Author: Steven Barth +Date: Thu May 23 10:14:04 2013 +0000 + + Add DS-Lite support + +commit 9a55fd9e8487d3e473ff2432886d76531e64cb59 +Author: Steven Barth +Date: Thu May 23 10:13:58 2013 +0000 + + Fix IPv6 package dependencies + +commit dc7b9db9af8b4aeabde71f4cdd56bc6d653dd339 +Author: Manuel Munz +Date: Wed May 22 10:12:22 2013 +0000 + + contrib/luci: Remove community-profiles as depency for mod-freifunk + +commit f7a1bf23ed5215130338b3423299a75d222d55d7 +Author: Manuel Munz +Date: Sat May 18 12:59:43 2013 +0000 + + contrib/freifunk-common: start dhcp ranges at the second available ip by default + +commit d55f7135de9b7cd4345305e70cc30d143f9e37e6 +Author: Manuel Munz +Date: Sat May 18 11:58:54 2013 +0000 + + contrib/meshwizard: Also setup a dhcp server on the adhoc interface if VAP is used. In this case split the DHCP Network in two halves, one for the adhoc, one for the managed network. + +commit f8bf25a7bfbb77d2b10c5421898ff8095d90ec04 +Author: Manuel Munz +Date: Sat May 18 09:35:48 2013 +0000 + + applications/luci-splash: Only add splash forwarding rule for ip6tables when the interface has an ipv6 address + +commit 1404e24be53626ce1dcd92e06ed2b9724a525a33 +Author: Manuel Munz +Date: Fri May 17 19:58:00 2013 +0000 + + contrib/community-profiles: add profile for freifunk reihen + +commit 6fd6a367a498ddce780e9576e6cbb97968f91814 +Author: Manuel Munz +Date: Fri May 17 19:44:40 2013 +0000 + + update freifunk weinstadt community profile (switch to ch. 13) + +commit 7734ac7584bedf538818d9afad5ca5d298555782 +Author: Jo-Philipp Wich +Date: Fri May 10 11:33:18 2013 +0000 + + protocols: allow MTU sizes up to 9200 bytes (!OpenWrt ticket !#13492) + +commit 79f8e6cf24f222fac9594e43668c7aeff48e58f6 +Author: Manuel Munz +Date: Thu May 2 19:13:34 2013 +0000 + + Remove illegal custom bssid for channel 13 + +commit 4960caf90e93318890df874ef45a9c4689ad370d +Author: Jo-Philipp Wich +Date: Tue Apr 23 10:09:19 2013 +0000 + + Add support for collectd-mod-uptime to luci-statistics + + collectd-mod-uptime is already there, but there has been no Luci support for + it, so no graphs are shown. + + Based on forum discussion (see + https://forum.openwrt.org/viewtopic.php?id=42478 ), I submit a patch to add + the support to luci-statistics. + + Patch is for Luci trunk and the functionality can be enabled by selecting + collectd-mod-uptime in menuconfig. + + signed-off-by: hannu.nyman@iki.fi + +commit ae2e8c99b1f027ace8fb7678dc7002477c84b9a8 +Author: Jo-Philipp Wich +Date: Thu Apr 11 17:32:24 2013 +0000 + + modules/admin-full: also increase number of ports if cpu port is 8 + +commit c5557fc90b082c88cb2322fffc6c672330a21494 +Author: Jo-Philipp Wich +Date: Thu Apr 11 13:36:22 2013 +0000 + + modules/admin-full: attempt to determine switch cpu port from /proc/switch/eth0/cpuport in order to properly support newer broadcom models + +commit b066f75dd5509b77c33f6092a04c34a40a86cab1 +Author: Jo-Philipp Wich +Date: Tue Apr 9 09:38:36 2013 +0000 + + Fix dependencies for proto IPv6 + +commit 7ba8d31df743ee89816693e0d56881a0adc7bfa8 +Author: Jo-Philipp Wich +Date: Tue Apr 9 09:38:33 2013 +0000 + + Add LuCI support for newly introduced IPv6 options + +commit 4a56b4f0091dffb0c3bce8d54b3b877d2a5dac7a +Author: Jo-Philipp Wich +Date: Thu Apr 4 18:08:39 2013 +0000 + + contrib/package: fix default theme selection + +commit 51f6322e1e4570ca8ca4070fab74f74cee4299a4 +Author: Translation System +Date: Thu Apr 4 14:14:26 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 33e3b6a4923b72e6d1cdcd5615dfd229b8754cc7 +Author: Translation System +Date: Thu Apr 4 14:14:23 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 2f6f940308af2f280689ba439a192199cf755236 +Author: Translation System +Date: Thu Apr 4 14:14:20 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 34 messages translated (0 fuzzy). + +commit 6358e123dffc2b168c7a099ca18c6942666753c8 +Author: Translation System +Date: Thu Apr 4 14:14:19 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 31 messages translated (0 fuzzy). + +commit 0308b905125fb0fe5a34285ffbd599bc8294aa25 +Author: Jo-Philipp Wich +Date: Thu Apr 4 14:08:34 2013 +0000 + + contrib/package: make luci-theme-bootstrap the default + +commit 5fed5c91f8e3295e98a3f2e4ce47c962fa22f42b +Author: Jo-Philipp Wich +Date: Thu Apr 4 14:06:26 2013 +0000 + + libs/web: do not cast to string when using network_netlist widget (#560) + +commit 875bfd77063e2162bf6ea12ffbfbacccc6b0d84f +Author: Jo-Philipp Wich +Date: Thu Apr 4 14:06:12 2013 +0000 + + libs/core: do not consider alternative routing tables in luci.model.network for now + +commit 28abb7b85be42c975ae7eeb5bcc5ca09e4b5906e +Author: Manuel Munz +Date: Thu Mar 28 23:25:02 2013 +0000 + + contrib/freifunk-common: Check for ipv6 availability in neigh.sh + +commit eff539fe23221b00661235d93192938a1b85cb18 +Author: Manuel Munz +Date: Thu Mar 28 23:05:47 2013 +0000 + + contrib/luci/Makefile: Make app-olsrd depend on jsoninfo + +commit 4fa798dffe64ac271e7b128b8521ef4e9cea408f +Author: Jo-Philipp Wich +Date: Wed Mar 27 13:28:26 2013 +0000 + + libs/sys: fix incomplete options table when parsing iptables rules + +commit 7ab501f9cd6e80e3ca9d1e3dd37059ccfeb8d27a +Author: Manuel Munz +Date: Wed Mar 27 11:34:56 2013 +0000 + + contrib/freifunk-policyrouting: Escape $ in Makefile + +commit 52eee5e701fb54e1f3764aa7747dd474eeaf0edd +Author: Manuel Munz +Date: Wed Mar 27 09:14:54 2013 +0000 + + contrib/freifunk-policyrouting: Fix autoenable, again. + +commit c86bbfe3963e586c36cb3a5131c819d618c27e7b +Author: Manuel Munz +Date: Tue Mar 26 16:48:20 2013 +0000 + + contrib/freifunk-policyrouting: Use postinst to enable freifunk-policyrouting + +commit e21f0eaca99a39c693c024c7e3d1dd051bda35b0 +Author: Manuel Munz +Date: Tue Mar 26 12:08:47 2013 +0000 + + contrib/freifunk-policyrouting: Remove S60 rc.d link which was accidentaly left in the image + +commit 276a93867c21d709af69eab5bfeaded36ad36d51 +Author: Manuel Munz +Date: Tue Mar 26 10:30:41 2013 +0000 + + applications/luci-olsr: Fix overview page for ipv4 or ipv6 only + +commit 0fecd147859cceb75296064365855b0b6805b8e1 +Author: Translation System +Date: Tue Mar 26 10:07:45 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 92 messages translated (0 fuzzy). + +commit 7ea9847be10b2899048d545d6590834b37079c1f +Author: Translation System +Date: Tue Mar 26 10:07:44 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 85f4e6107eed3ffb75698c51db143d777b14c84e +Author: Translation System +Date: Tue Mar 26 10:07:42 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit b698b26039bac3707f8e583da9ca883543010941 +Author: Translation System +Date: Tue Mar 26 10:07:37 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 309d9acf70a5815c16bebcbcff67265dec0e968c +Author: Translation System +Date: Tue Mar 26 10:07:35 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 03e15f84b64a449adabf2fdb361441ad7e41617b +Author: Translation System +Date: Tue Mar 26 10:07:32 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 8e9cdbea1411a68645d5e82caa7232c7f0ef2d61 +Author: Manuel Munz +Date: Mon Mar 25 16:36:36 2013 +0000 + + contrib/freifunk-policyrouting: Use a new table 'localnets' for locally attached networks and populate it + +commit 7f3b0af6d90e260ea119cd0a81786a97501c9541 +Author: Manuel Munz +Date: Mon Mar 25 16:31:34 2013 +0000 + + applications/luci-splash: Add limited IPv6 Support + +commit fc0b14dda95915c20c0ba23aa2d2108f563d36bb +Author: Translation System +Date: Mon Mar 25 11:40:10 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 820 of 852 messages translated (0 fuzzy). + +commit 658bdb973b6a917005f0498f295a1a1265c04af7 +Author: Translation System +Date: Mon Mar 25 11:40:02 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 851 of 852 messages translated (0 fuzzy). + +commit aca05e5fbea2ec0d0626037c534b71b597a0b2bd +Author: Translation System +Date: Mon Mar 25 11:39:58 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 756 of 852 messages translated (0 fuzzy). + +commit f217278bd9eef43bc56e868ded21efcb6a67445a +Author: Translation System +Date: Mon Mar 25 11:39:52 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 26 messages translated (0 fuzzy). + +commit 549143559afccabf292e7f6c9a2a98ae9d7cb4bc +Author: Translation System +Date: Mon Mar 25 11:39:48 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 529e4f2d7876fe6838b4fee74efdbbc383013063 +Author: Translation System +Date: Mon Mar 25 11:39:43 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit ef5b24c2d362f977fbe0bda4c261f707fe6e3a35 +Author: Translation System +Date: Mon Mar 25 11:39:38 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 7e9ace458593d339c0e727aa891c5337254f266c +Author: Translation System +Date: Mon Mar 25 11:39:36 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 127 messages translated (0 fuzzy). + +commit 17013efbe9ab5dfc5323882ddc8ff930d7800c5f +Author: Translation System +Date: Mon Mar 25 11:39:34 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 838 of 852 messages translated (0 fuzzy). + +commit 817523c4e7d7cc87498cb911df0fbcb3a2b0fe52 +Author: Translation System +Date: Mon Mar 25 11:39:30 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 679 of 852 messages translated (0 fuzzy). + +commit 41dbdc9d67ac44551e42d338a9784019f87dd149 +Author: Translation System +Date: Mon Mar 25 11:39:27 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 242 of 852 messages translated (15 fuzzy). + +commit be0c8a105e0e850e7711e65f54b61707c8e27640 +Author: Translation System +Date: Mon Mar 25 11:39:21 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 6bc05d8de46291e1ff023fa2db5ed09f13d7ff49 +Author: Jo-Philipp Wich +Date: Mon Mar 25 11:05:52 2013 +0000 + + contrib: use mkrevision.sh to create package version, assume full checkout/clone of LuCI and abort with error for old style feed urls + +commit cf99c53a74544ac557a934300dc4f37bc81739a3 +Author: Jo-Philipp Wich +Date: Mon Mar 25 11:05:34 2013 +0000 + + build: add mkrevision.sh helper script which properly infers the revision from either svn, git-svn or git work copies + +commit fdf7d6618d9f46321c3aaffe6d177ceb30fc71cb +Author: Jo-Philipp Wich +Date: Fri Mar 22 12:42:48 2013 +0000 + + modules/admin-full: notify crond after writing crontab (#559) + +commit 21aba9c483dab8ae4a261218a75bc632fc8143e7 +Author: Jo-Philipp Wich +Date: Wed Mar 20 15:25:38 2013 +0000 + + modules/admin-full: allow special value "ignore" for static lease ip address (#558) + +commit 6efd34e9ecfdc8acbaa09bfb414722fc9790844f +Author: Manuel Munz +Date: Wed Mar 20 02:53:14 2013 +0000 + + contrib/freifunk-policyrouting: Almost complete rewrite, use ip only (no firewall depencies). + +commit f804a21c8db0acdb8bdf85edd24e55ab344ef007 +Author: Jo-Philipp Wich +Date: Tue Mar 19 17:26:01 2013 +0000 + + libs/core: fallback to ipv6-prefix-assignment if ipv6-address is empty + +commit ead51693dc6e20d7d948d5815822329952ae586b +Author: Jo-Philipp Wich +Date: Tue Mar 19 17:06:21 2013 +0000 + + i18n/ukrainian: fix postinstall (#555) + +commit cfc979e2856bc7f72ef52d270a8950bdd3584924 +Author: Jo-Philipp Wich +Date: Tue Mar 19 16:49:18 2013 +0000 + + po: initialize Slovak translation + +commit 8900357b4b270f566dc068c0d2c285f71fdb1ef4 +Author: Jo-Philipp Wich +Date: Tue Mar 19 16:41:37 2013 +0000 + + luci-app-qos: remove support for mini admin + +commit c82ac742b11fbeb9898e996870b93b224131efe1 +Author: Translation System +Date: Tue Mar 19 16:40:11 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit a313dacb720f101d0f9481cbac33619882812ce0 +Author: Translation System +Date: Tue Mar 19 16:40:06 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 835ec6b95a327533057d7d62e2ff498b0bef77ac +Author: Translation System +Date: Tue Mar 19 16:40:00 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 15 messages translated (0 fuzzy). + +commit 05b997f84bef65cabcc41592463502c9ae38f4c3 +Author: Translation System +Date: Tue Mar 19 16:39:59 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit ec95beaeb5b1f1972efcc33c38d26787e2138f4d +Author: Translation System +Date: Tue Mar 19 16:39:57 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit ecb0e7ff0e7ff668a560c64541cc46057acd43e0 +Author: Translation System +Date: Tue Mar 19 16:39:56 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 175 messages translated (0 fuzzy). + +commit a042be1fbf2773ea7ea633cb181f036091eb6fc4 +Author: Translation System +Date: Tue Mar 19 16:39:54 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 96 messages translated (0 fuzzy). + +commit 112265cf4aa5f9a47289dcf835c55ca6f3e24ede +Author: Translation System +Date: Tue Mar 19 16:39:53 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 8 messages translated (0 fuzzy). + +commit f8e90f91392ce7d13c5b9bce85fea5a09324845c +Author: Translation System +Date: Tue Mar 19 16:39:50 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 9 messages translated (0 fuzzy). + +commit 063509b31735a04a949d34326483ffc0b6ede05c +Author: Translation System +Date: Tue Mar 19 16:39:49 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 10 messages translated (0 fuzzy). + +commit 6a94d455a35496a5c0ec2f8243bca5f70e72ed9e +Author: Translation System +Date: Tue Mar 19 16:39:47 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 47 messages translated (0 fuzzy). + +commit 5526353073030846c539c7965dfa8e8f9069802d +Author: Translation System +Date: Tue Mar 19 16:39:45 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit df9c4c922ac88ac05f111bcd1871bb94af853665 +Author: Translation System +Date: Tue Mar 19 16:39:44 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 26 messages translated (0 fuzzy). + +commit 5bf22252b001d1237c70f92f726a68f107076dd5 +Author: Translation System +Date: Tue Mar 19 16:39:39 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 6a1a3b1b82c1d29a56cc1aa516a3c0709fb4066c +Author: Translation System +Date: Tue Mar 19 16:39:36 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 76d8810c15242425a459793810a441655aba2078 +Author: Translation System +Date: Tue Mar 19 16:39:34 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit c3ec27f0448d94e26c938897d3717fd60951dee4 +Author: Translation System +Date: Tue Mar 19 16:39:33 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 82b367a2715d379641abc90676847f1b846672c8 +Author: Translation System +Date: Tue Mar 19 16:39:31 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 20 messages translated (0 fuzzy). + +commit f324c8397feee0492d84c6bcd1e44759244d27e6 +Author: Translation System +Date: Tue Mar 19 16:39:29 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit a3f94afdd93ecd358026fb7f01e1a98444ecf543 +Author: Translation System +Date: Tue Mar 19 16:39:25 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 177 messages translated (0 fuzzy). + +commit 2530d58bfe3b33fbfc8dbcf6d03bae8f0d6ae7d4 +Author: Translation System +Date: Tue Mar 19 16:39:19 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 44 messages translated (0 fuzzy). + +commit 0a53e216b06bbc555ef82587cc1bf8faa33a662f +Author: Translation System +Date: Tue Mar 19 16:39:17 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 32 messages translated (0 fuzzy). + +commit 6a792fefe332a82313f365094629d2a5baba15eb +Author: Translation System +Date: Tue Mar 19 16:39:15 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 10 messages translated (0 fuzzy). + +commit 1ba622636f7984c3025b3c38cea3bb36e97f0a7e +Author: Translation System +Date: Tue Mar 19 16:39:14 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 127 messages translated (0 fuzzy). + +commit 789611b80ea6307d2e4c5ae97768f9de8b4c0586 +Author: Translation System +Date: Tue Mar 19 16:39:12 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 5 messages translated (0 fuzzy). + +commit ae55d11d4f54ffff3d78a472d66be978ff029280 +Author: Translation System +Date: Tue Mar 19 16:39:10 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit f8738c8000ff23514b67629ed9a92031fb6d506b +Author: Translation System +Date: Tue Mar 19 16:39:08 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 26 messages translated (0 fuzzy). + +commit 99d2de4187baf756c43f1b769dfc266964cc5a41 +Author: Translation System +Date: Tue Mar 19 16:39:05 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 09b33b23000129fb89a1439ee0d8d830418582d6 +Author: Translation System +Date: Tue Mar 19 16:38:59 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 4096098f97a5604cc1ff05adc55d88291173e3c3 +Author: Translation System +Date: Tue Mar 19 16:38:57 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit a0770ad051acc5d22e068f754953c3c40f5fc05a +Author: Translation System +Date: Tue Mar 19 16:38:55 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit f0f18d09d14e62ed692ed19be40d69e03f0f2569 +Author: Translation System +Date: Tue Mar 19 16:38:52 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit e7e5172fbb0eecef971dfb5163018a6b9c00d8c8 +Author: Translation System +Date: Tue Mar 19 16:38:51 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit e8e51898a7c085f91b4b0a6d85384cf3b70fe035 +Author: Translation System +Date: Tue Mar 19 16:38:48 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 2e90f01efe32bb036b9494b4808afa1b373077f3 +Author: Translation System +Date: Tue Mar 19 16:38:46 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit b55509cde4ee86fb177f9c9f42ccc3bb3f6c845d +Author: Translation System +Date: Tue Mar 19 16:38:45 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 92 messages translated (0 fuzzy). + +commit 9fa054912faf74317c4cd59abeaf29082a760989 +Author: Translation System +Date: Tue Mar 19 16:38:43 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 175 messages translated (0 fuzzy). + +commit 59f623ec6793cb179bf69d3b29ebfd6688bad395 +Author: Translation System +Date: Tue Mar 19 16:38:42 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit 11989878049e2f1774d59bfc405dcae9aeae80a5 +Author: Translation System +Date: Tue Mar 19 16:38:40 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 784f5aacbfc32822bdf8f30008a5b597b008d06a +Author: Translation System +Date: Tue Mar 19 16:38:38 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 104 messages translated (0 fuzzy). + +commit cc1ffbf9963a23c664bc6e19b535206d18a090e4 +Author: Translation System +Date: Tue Mar 19 16:38:36 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit f16f4cedaf7039012366fe6b1323a344567278a1 +Author: Translation System +Date: Tue Mar 19 16:38:35 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 57 messages translated (0 fuzzy). + +commit d0c1bbef2bcd4836d3b360215e11892d24b38ac1 +Author: Translation System +Date: Tue Mar 19 16:38:31 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 3b917aa286fd5683bda7e24023f4eb354a71fc13 +Author: Translation System +Date: Tue Mar 19 16:38:30 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 159 messages translated (0 fuzzy). + +commit fa37d616777123431e6dadde6dd53a9b81bd54c6 +Author: Translation System +Date: Tue Mar 19 16:38:28 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 4fd5c91c343497db16ac45853428745d5306ecb8 +Author: Translation System +Date: Tue Mar 19 16:38:25 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 029e3beaebe6b24561203f6c5e231526f27d5afe +Author: Translation System +Date: Tue Mar 19 16:38:24 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit a4cb45b8ee19c9682825cb50ed6ef3c2b2466d64 +Author: Translation System +Date: Tue Mar 19 16:38:20 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 839da47eb7749fc2d4500520355ad71f4db9f408 +Author: Translation System +Date: Tue Mar 19 16:38:19 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 50126432a38a55bfcfffc2972014198633e69f27 +Author: Translation System +Date: Tue Mar 19 16:38:18 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit dea3043fb88fe50c79f2df4070a1d579ab03d2cf +Author: Translation System +Date: Tue Mar 19 16:38:16 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit 7330e41e3621efdf67bced6972620c41b8e205a9 +Author: Translation System +Date: Tue Mar 19 16:38:14 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 473f5458614bced844a082a63d8e0ad971fda581 +Author: Translation System +Date: Tue Mar 19 16:38:11 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 6ff63e8e9aba36e860d4421afe0ef971859513d4 +Author: Translation System +Date: Tue Mar 19 16:38:10 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit acbf43db53b6edb929703f69dc0a1ff5844e005f +Author: Translation System +Date: Tue Mar 19 16:38:08 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 7b013f62cec38b12f7bece06e6571a336d2daaeb +Author: Translation System +Date: Tue Mar 19 16:38:04 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit b9263ca889bd0c78eba6d7e4e32d7069fff1c237 +Author: Translation System +Date: Tue Mar 19 16:38:01 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 6e454198c60fef7d2207c21e389e3d3fbae0d087 +Author: Translation System +Date: Tue Mar 19 16:37:59 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit cdf1e89772789e9ce25329280007220d48c8c8ba +Author: Translation System +Date: Tue Mar 19 16:37:57 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit d797538b268eb2379b7e65004088c0f9040878e3 +Author: Translation System +Date: Tue Mar 19 16:37:54 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 68 of 118 messages translated (0 fuzzy). + +commit 27c65670170161c0f27db07b11cc268fd20d99cf +Author: Translation System +Date: Tue Mar 19 16:37:49 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 127 messages translated (1 fuzzy). + +commit b98240961573d8ec7853cb300d9d2d5a03daf58d +Author: Translation System +Date: Tue Mar 19 16:37:46 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 63 messages translated (0 fuzzy). + +commit 262e022556e868f0b04ba98081ea92dd42b5231a +Author: Translation System +Date: Tue Mar 19 16:37:44 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 26 messages translated (1 fuzzy). + +commit 9899397a13ceae5ab55eb1c50085af4fa1afa9fc +Author: Translation System +Date: Tue Mar 19 16:37:41 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit fda1d1fc8cb30a0aa2e88b67c8b8d5a73bdeec2f +Author: Translation System +Date: Tue Mar 19 16:37:39 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 4c9fa04664b7190b8f0084fdfae5afeb60c36b0f +Author: Translation System +Date: Tue Mar 19 16:37:37 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 904db7c0b7913a3c94c099b58e881bfd0d45595f +Author: Translation System +Date: Tue Mar 19 16:37:35 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit 004885146f1b90ca356b8b237589ed0659d5e884 +Author: Translation System +Date: Tue Mar 19 16:37:33 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit 67222c14d86ee791710082f649b1ed7900fba73d +Author: Translation System +Date: Tue Mar 19 16:37:31 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 01378fa1676616222cdd2a34aa48dcb5244117a1 +Author: Translation System +Date: Tue Mar 19 16:37:29 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 839bf4d8734800278cf9c4a03b98c604ad3c6e79 +Author: Translation System +Date: Tue Mar 19 16:37:27 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 96 of 96 messages translated (0 fuzzy). + +commit b2911a3255dd592d9d7dcdc60e67bbbcbac52821 +Author: Translation System +Date: Tue Mar 19 16:37:25 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 6fa4a22806595f09108a47a59e9e9720c64d413e +Author: Translation System +Date: Tue Mar 19 16:37:23 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit e528c8b24f2d9bcfddc98a36636df1cbb4a76106 +Author: Translation System +Date: Tue Mar 19 16:37:21 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit 5fadb00e172f22333b3cf0a7b73e7a83f478b07d +Author: Translation System +Date: Tue Mar 19 16:37:19 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 5b4a2419503f70c136366daf04d38c948eb5643f +Author: Translation System +Date: Tue Mar 19 16:37:16 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 23 messages translated (0 fuzzy). + +commit 240eff0a56f8721b6be5d64cf35b6e3dbccae8fe +Author: Jo-Philipp Wich +Date: Tue Mar 19 16:36:25 2013 +0000 + + applications/luci-firewall: fix display bug in snat rule overview, proto all rules got displayed as TCP+UDP + +commit a6becaf5b5d12eedb3902e33a61540e757abafde +Author: Jo-Philipp Wich +Date: Tue Mar 19 16:32:41 2013 +0000 + + luci-app-firewall: don't allow configuring src_mac for snat rules + +commit 35de3b741100f24463e80dcd9458838a88d0d871 +Author: Manuel Munz +Date: Sun Mar 17 13:14:24 2013 +0000 + + contrib/freifunk-common: Remove unused upgrade defaults from freifunk + +commit 1c37402e41f7b0c19d883af8d001f2613c7a0377 +Author: Manuel Munz +Date: Sun Mar 17 12:21:30 2013 +0000 + + applications/luci-olsr: Use 100ms timeout for dns requests via nixio.getnameinfo + +commit 6cd01c013a352d0235160a542ab1e15e0f58e0a7 +Author: Manuel Munz +Date: Sat Mar 16 18:37:24 2013 +0000 + + modules/freifunk: Remove olsrd infos from status.json + +commit c2f99c27aa1f8b9f37720be53d7840a79ae7a59b +Author: Manuel Munz +Date: Sat Mar 16 18:23:39 2013 +0000 + + applications/luci-olsr: Add config options for jsoninfo plugin + +commit 97f0cf2996be5ce5ad58e22c35ea81336727db08 +Author: Manuel Munz +Date: Sat Mar 16 18:08:13 2013 +0000 + + applications/luci-olsr: Use jsoninfo instead of txtinfo as data source. + +commit a0183b2f75a772366336671a818707df3dc04e79 +Author: Iordan Iordanov +Date: Sat Mar 9 22:52:53 2013 +0000 + + - added beep.gsm + + - now escaping special characters in pbx-asterisk + + - changed location of voicemail temp stuff and log file + + - changed pbx-send-voicemail to use base64 instead of uuencode + + - added many missing dependencies + + - now allowing ip addresses as well as hostnames for external host + + - constrained # seconds to ring to positive integers + + - specifying externrefresh in sip.conf template + + - fixed voicemail (sending recordings, recording new greeting, instructions) + + - Implemented callback + +commit 7021120936575df16a3af6606399504d42e73531 +Author: Jo-Philipp Wich +Date: Thu Mar 7 12:17:43 2013 +0000 + + modules/admin-full: use firewall reload action + +commit b64f841bec26dc0844a2617d726aa65764468cbb +Author: Jo-Philipp Wich +Date: Tue Mar 5 13:40:24 2013 +0000 + + contrib/package: make luci-app-firewall depend on firewall3 + +commit de482953443b574573b8b6588fe34ea1a1d3260a +Author: Manuel Munz +Date: Thu Feb 28 19:59:46 2013 +0000 + + contrib/meshwizard: bump version + +commit 1f4028012bfdf229aab20c2a12dd039c072b684d +Author: Manuel Munz +Date: Thu Feb 28 19:56:59 2013 +0000 + + contrib/communityprofiles: Add packages for owm and add mapservers + +commit 2a8c5dbf2f584567d867f5c558087a12bfc57c20 +Author: Manuel Munz +Date: Thu Feb 28 19:53:34 2013 +0000 + + contrib/meshwizard: setup mapservers from profile + +commit d5fc0a0cef09ab5efc170933eeefb83097b93e36 +Author: Manuel Munz +Date: Thu Feb 28 18:58:20 2013 +0000 + + contrib/meshwizard: Setup olsrd_jsoninfo plugin + +commit fb9bed8a0c79c2fde1363c5599632a279a32401d +Author: Daniel Golle +Date: Tue Feb 26 18:50:36 2013 +0000 + + correct spelling on luci startup page + + https://dev.openwrt.org/ticket/13083 + +commit 36986ee5fedf9a826730fef4e30340954e65f646 +Author: Daniel Golle +Date: Tue Feb 26 13:21:54 2013 +0000 + + modules/admin-full: generalize field descriptions in system status page + + LuCI is not only used on routers. When running on a NAS or you-name-it + non-router hardware, refering to "Router Name" and "Router Model" in the + system information page was confusing to some users. + +commit 90aca063ae0f786523c3937b3fd1adb190a5e1ac +Author: Patrick Grimm +Date: Mon Feb 11 09:35:29 2013 +0000 + + modules/freifunk: Fix time var. change in r9666 + +commit b754f09d56fd03ed49367b65801f6b8d5baa709c +Author: Manuel Munz +Date: Sat Feb 9 16:55:35 2013 +0000 + + applications/luci_splash: Do not try to get parent interfaces for bridges + +commit e2b8e5efa75adeb7a4141ae1b4697a14b642bf13 +Author: Manuel Munz +Date: Sat Feb 9 16:50:55 2013 +0000 + + modules/freifunk: Fix default route display for virtual interfaces. while at it, rework and simplify the code for the status page + +commit c6712bdc3c653d694d61bab01628f1621bcb73a3 +Author: Jo-Philipp Wich +Date: Tue Feb 5 13:15:48 2013 +0000 + + libs/web: allow '!' and '.' symbols in phonedigit datatype + +commit f60197c15c8ba0ec26cacf2496aa784da25ffae8 +Author: Matthias Uferer +Date: Thu Jan 31 23:41:04 2013 +0000 + + Freifunk Leipzig jetzt mit widgets + +commit 243c6ae154bf3a2d96a2033b45e0907029e48b67 +Author: Matthias Uferer +Date: Wed Jan 30 23:27:36 2013 +0000 + + Freifunk Vogtland vorbereitet + +commit 5b129819cc43410341324917a1acb7bd985d73c8 +Author: Manuel Munz +Date: Wed Jan 30 13:36:20 2013 +0000 + + modules/admin-full: Add swap info to admin_status page if swap is available, #533 + +commit e2b94c2fde1ce6c1e0491f6ec3b85082d3d04c58 +Author: Manuel Munz +Date: Wed Jan 30 10:13:43 2013 +0000 + + applications/luci-splash: Get parent interface from ifname option. This is for the new syntax where interfaces are used for aliases. The alias notation (config alias in /etc/config/network) is no longer supported by luci-splash. + +commit d9d70629c4cb9b6900642b85d83e3030a9d26103 +Author: Manuel Munz +Date: Tue Jan 29 23:34:01 2013 +0000 + + contrib/meshwizard: Enable connection tracking for the interfaces when masquerading is disabled because the dhcp subnet is inside the mesh subnet. this fixes the plash in this kind of setup. + +commit 13a7013acd78c41200e127c9e7558c17ce135d79 +Author: Manuel Munz +Date: Tue Jan 29 22:32:03 2013 +0000 + + contrib/meshwizard: Use the new interfaces syntax instead of the old alias syntax for dhcp interfaces + +commit 9846cfc0938aeaa91270f72fdeaac0a41892903e +Author: Manuel Munz +Date: Tue Jan 29 11:01:24 2013 +0000 + + applications/luci-olsr: Add olsrd as depency + +commit b7de5ce7c1ae19cef8c2e2b9603f58fa5111214a +Author: Manuel Munz +Date: Mon Jan 28 22:49:59 2013 +0000 + + themes/bootstrap: Fixes for mobile devices: add initial scale, don't show hostname in header, partly fixes #481 + +commit 6bec9b6bcf3906a085e0757c3ab876d300b3b99c +Author: Jo-Philipp Wich +Date: Sun Jan 27 18:18:47 2013 +0000 + + libs/web: further endian fixes in lmo processing + +commit 5f76dada3c0eb1e949ca3b2cf2adacaab25028eb +Author: Manuel Munz +Date: Sun Jan 27 00:17:48 2013 +0000 + + contrib/freifunkpolicyrouting: Also remove olsrd rttables when the wan interface is not up at boot + +commit 888f04322ba3487e0771548ec7008f4e237c542d +Author: Manuel Munz +Date: Sat Jan 26 23:11:04 2013 +0000 + + contrib/freifunk-policyrouting: Remove olsrd rttable options when wan goes down, thx xlizard + +commit bb6ba23b3d9c170f05d6eddfb12036e799ca326a +Author: Jo-Philipp Wich +Date: Sat Jan 26 19:57:18 2013 +0000 + + libs/web: add missing byteswap of index offset when parsing index offset of lmo files + +commit ad3ec0d4eef6e7bf7c9c43a669fbaee50f8c4f31 +Author: Jo-Philipp Wich +Date: Sat Jan 26 18:38:01 2013 +0000 + + libs/web: fix endian issues in lmo conversion leading to a bad index order + +commit 58b252456c849439758bb50d457079ab5fe140a7 +Author: Jo-Philipp Wich +Date: Sat Jan 26 18:37:55 2013 +0000 + + Add support for changing ULA prefix + +commit b9882576f8d2ad775e5b5ca100637f3b1d1ef669 +Author: Patrick Grimm +Date: Sat Jan 26 01:06:29 2013 +0000 + + community-profiles: add second mapserver + +commit 3874007d1a5657a51fda125b35a0f477f0152275 +Author: Patrick Grimm +Date: Thu Jan 24 21:04:25 2013 +0000 + + community-profiles: fix typo in map url + +commit 095adf1354f860617ef7fb927ef055151000c4e0 +Author: Patrick Grimm +Date: Thu Jan 24 09:45:56 2013 +0000 + + contrib/package/freifunk-common: add ipv6 support for neigh.sh + +commit 0870824066675f79a7c14924d43fcfd51bb59136 +Author: Patrick Grimm +Date: Thu Jan 24 09:19:10 2013 +0000 + + contrib/package/community-profiles: add olsr settings for Berlin + +commit cf4ebd61b5ba470bd12c1b5a297cd43d861b716e +Author: Patrick Grimm +Date: Thu Jan 24 09:16:32 2013 +0000 + + contrib/package/community-profiles: add profile for Berlin NordOst + +commit 9689fb3161667cf13408b7cc080858f58907bec7 +Author: Patrick Grimm +Date: Thu Jan 24 09:08:24 2013 +0000 + + contrib/package/community-profiles: add olsr settings for pberg + +commit ffebaa982c602754c911f360f64d5af1eb35ebba +Author: Jo-Philipp Wich +Date: Tue Jan 22 13:23:19 2013 +0000 + + contrib/package: depend on libustream-cyassl instead of uhttpd-mod-tls, require uhttpd-mod-ubus + +commit 314eebce988d49c910b12349967b4e2dd46ee209 +Author: Jo-Philipp Wich +Date: Tue Jan 22 12:22:17 2013 +0000 + + modules/admin-full: add some additional option depends to the ra/dhcpv6 configuration page + +commit 7fd1bb58313bf63e383a422ba3336715b496e49f +Author: Jo-Philipp Wich +Date: Tue Jan 22 11:52:27 2013 +0000 + + libs/web: support dependencies on mvalues + +commit 686de0fbec7d31cb6ae60531a87618b65a5dc0be +Author: Jo-Philipp Wich +Date: Tue Jan 22 10:44:28 2013 +0000 + + move dhcpv6 support into luci-proto-6x4, rename luci-proto-6x4 to luci-proto-ipv6 + +commit a4f3f52d1c5932633be3b58996f9b719120d0717 +Author: Jo-Philipp Wich +Date: Tue Jan 22 10:44:16 2013 +0000 + + New IPv6 integration + +commit 07c2268d72daae5b7160d3f0ecc1eeeafc86601e +Author: Manuel Munz +Date: Mon Jan 21 14:14:34 2013 +0000 + + applications/olsr: Make sure ipv6 addresses from are in the same format when we compare them + +commit cb178921dad84ef91f17f25f68f73ce2fb95e055 +Author: Manuel Munz +Date: Mon Jan 21 13:34:12 2013 +0000 + + themes/freifunk-generic: minor style fixes, add some space around header logo and header_right + +commit 25872126c0c801b763295fdbbccd5dcacab8d9ec +Author: Translation System +Date: Mon Jan 21 11:21:37 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 649 of 852 messages translated (0 fuzzy). + +commit 72a675ad0351dfa8099d3bc9f5d8b3f3bca896a5 +Author: Translation System +Date: Mon Jan 21 11:21:32 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 134 of 177 messages translated (0 fuzzy). + +commit fd02c31c9245660f7a725656239bff12717861b4 +Author: Translation System +Date: Mon Jan 21 11:21:31 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 110 of 118 messages translated (0 fuzzy). + +commit 0aca7dc08139851ab3a74ba5dc55ed2e4c621b3f +Author: Translation System +Date: Mon Jan 21 11:21:29 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 1edd63045cf813ef04836823db7620d1a6810adc +Author: Manuel Munz +Date: Mon Jan 21 09:39:51 2013 +0000 + + themes/freifunk-generic: Improve display on mobile devices, remove useless css from mobile.css + +commit c9525b9b2261a9e9b5c15525b1f3b485ec72a943 +Author: Manuel Munz +Date: Sat Jan 19 20:32:06 2013 +0000 + + contrib/freifunk-gwcheck: check which interface is wan when we get the upstream dns servers, add priorities to logger calls, check for dyngw_plain plugin before checking if script already runs, add license/copyright + +commit b59375ccc5e9a2d09e454d46a705dd30778eb882 +Author: Manuel Munz +Date: Sat Jan 19 18:05:17 2013 +0000 + + contrib/freifunk-gwcheck: Fix multiple problems with the gwcheck script: Exit when already running, fix problem not being able to connect when there is no default gateway left in the main table, also add custom ip rules for wan gateways + +commit 4fec63df9e4a52ae8bb21b4cac87728ce073554f +Author: Jo-Philipp Wich +Date: Sun Jan 13 21:03:28 2013 +0000 + + libs/core: remove now obsolete uint() wrapper in network model + +commit 7023f3322379b176deeaa1a72a0e188fb9b1f202 +Author: Manuel Munz +Date: Sun Jan 13 19:06:32 2013 +0000 + + diagnostics: Replace 2 more   + +commit ad45a3c4017059d654e7b1f618c7ac16eae875cb +Author: Manuel Munz +Date: Sun Jan 13 18:56:19 2013 +0000 + + applications/freifunk-widgets: Use   instead of   for compatibility with xhtml + +commit ffb6ca49d28231af1394cca2c06d0110b2dcac5a +Author: Jo-Philipp Wich +Date: Sun Jan 13 18:33:27 2013 +0000 + + applications/luci-upnp: also purge entry from lease file when deleting leases, remove mini support + +commit 237aa91089837dcbe5d46ecdb5c5d94f9af6da05 +Author: Jo-Philipp Wich +Date: Sun Jan 13 18:33:21 2013 +0000 + + libs/web: include limits.h to fix compilation on OS X (#531) + +commit a4a3a989fe1dce591c8c00332753165730810a34 +Author: Manuel Munz +Date: Sun Jan 13 09:08:26 2013 +0000 + + applications/freifunk-widgets: Use non breaking space in search engine names + +commit c8602c07013b660524c17d6eba0fe74eae1c54a5 +Author: Manuel Munz +Date: Sun Jan 13 09:07:59 2013 +0000 + + Use non breaking space in search engine names + +commit 090c8ffcfd465b88c8e41fd324e7972544b19ba2 +Author: Manuel Munz +Date: Sun Jan 13 08:35:18 2013 +0000 + + contrib/meshwizard: Up the wlan interface before checking for VAP capabilities + +commit 73b0c8a5f22b88d9b87ff9cf567af456e5f6a20a +Author: Manuel Munz +Date: Sat Jan 12 21:11:00 2013 +0000 + + contrib/meshwizard: Fix detection if VAP is supported in interfaces firewall setup + +commit 663be04c447c7800892a951c899d361b055704d9 +Author: Manuel Munz +Date: Sat Jan 12 19:43:42 2013 +0000 + + applications/meshwizard: Allow to setup a VAP interface for ath5k/ath9k too + +commit a951a5991d46d069cd2440ac837e63f26368515b +Author: Manuel Munz +Date: Sat Jan 12 19:30:45 2013 +0000 + + contrib/meshwizard: Move the check if VAPs are supported in a seperate script so we can reuse it later by luci-app-meshwizard, also check if hostapd[-mini] is installed when using mac80211 + +commit baba6d3dee6c80ba48b404cfc7610bd274242189 +Author: Manuel Munz +Date: Sat Jan 12 18:19:43 2013 +0000 + + contrib/meshwizard: Allow to setup a VAP in ap-mode on ath5k and ath9k too + +commit a52a6a4f22861bbb1b7676b91b1f873e09bdbdfd +Author: Jo-Philipp Wich +Date: Fri Jan 11 18:16:26 2013 +0000 + + libs/sys: fix luci.sys.processes.list() for entries with spaces i nthe STAT column (#528) + +commit acd72484366d436e6fd6827209558b552da54126 +Author: Translation System +Date: Fri Jan 11 17:31:08 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 04bc10b0d843632ed77635a52ce82724b5bf5cb1 +Author: Translation System +Date: Fri Jan 11 17:31:04 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit c3790b0f04984e29f69ff40757ecebdc776cbdf4 +Author: Translation System +Date: Fri Jan 11 17:31:02 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 26 messages translated (0 fuzzy). + +commit 46c90d54d45a8e6252da955285c58295f54248d7 +Author: Translation System +Date: Fri Jan 11 17:30:59 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit c6b31fbb50a03b09cba6e7ed8f52504fd732cfbb +Author: Manuel Munz +Date: Thu Jan 10 10:54:38 2013 +0000 + + applications/freifunk-diagnostics: Fix url + +commit fc7a5b8d0ca70080bcad25b0af9a6913ad278612 +Author: Manuel Munz +Date: Wed Jan 9 22:42:07 2013 +0000 + + luci/Makefile: Fix entry for freifunk-diagnostics + +commit a4bf4d63e84dc4d9137954e4809f2b6abc44dc47 +Author: Manuel Munz +Date: Wed Jan 9 18:52:26 2013 +0000 + + add luci-freifunk-diagnostics to luci Makefile + +commit d3184b9e7953d9ad3ed04b722a953ac75272f88f +Author: Manuel Munz +Date: Wed Jan 9 18:50:07 2013 +0000 + + applications: add luci-freifunk-diagnostics which is a clone of diagnostics in admin-full + +commit c46d1c22e92d5a76229eb0b3a60f9b7ddffd96c7 +Author: Manuel Munz +Date: Wed Jan 9 18:39:29 2013 +0000 + + admin-full: Fix javascript error when no proto select box is shown, add hint to install iputils-traceroute6 for ipv6 traceroutes + +commit a9c2fc65b693398ffaf8c59706ee4ca2a1476bc4 +Author: Manuel Munz +Date: Wed Jan 9 11:22:15 2013 +0000 + + modules/freifunk: Add homepage(s) field to contact information + +commit f5535cb8045455dae462f408b4817768e5c618a6 +Author: Manuel Munz +Date: Mon Jan 7 10:01:46 2013 +0000 + + applications/olsr: fix link targets in overview + +commit 7fd03f75878adb1780d80dafc1e7c9ac4008348f +Author: Translation System +Date: Sun Jan 6 20:54:48 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 84 of 92 messages translated (7 fuzzy). + +commit 71775b8efeff0af8813638c8a85dd1c3351bc5da +Author: Translation System +Date: Sun Jan 6 20:54:46 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 61 of 64 messages translated (1 fuzzy). + +commit 3449db43588c472e55e8af72ff887131040d4665 +Author: Translation System +Date: Sun Jan 6 20:54:44 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 6739004a2a504a342855f66c2f336da196736587 +Author: Translation System +Date: Sun Jan 6 20:54:42 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit f3803024b7c1a1f2b4df6806d07745dba217e079 +Author: Translation System +Date: Sun Jan 6 20:54:40 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit dec8b4798303c437dfbd612e91a7817d7dc4a7c4 +Author: Translation System +Date: Sun Jan 6 20:54:38 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit ea0e8b755efc12b5db7a64751971ec249a633a72 +Author: Translation System +Date: Sun Jan 6 20:54:36 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 4dec885167097a4979a35f2e43193f22fa8de159 +Author: Manuel Munz +Date: Sun Jan 6 17:20:50 2013 +0000 + + applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 addresses or hostnames, #432 + +commit c369ef0f3d92dad553097df44a66443dd1f10047 +Author: Jo-Philipp Wich +Date: Fri Jan 4 19:55:54 2013 +0000 + + themes/bootstrap: another round of css fixes + +commit c69c3f01a7bbcad542c6e6cc6c389f67f8b10cb7 +Author: Jo-Philipp Wich +Date: Fri Jan 4 19:55:50 2013 +0000 + + modules/admin-full: slightly change html of diagnostics page + +commit 45312520ab348ec58d0808b0c335c996e0df3a9d +Author: Jo-Philipp Wich +Date: Fri Jan 4 16:25:13 2013 +0000 + + modules/admin-full: display iwinfo hardware name in wifi overview + +commit 3fce9b3a3232e6c2ed5da9b252b4bbdfcde705b9 +Author: Jo-Philipp Wich +Date: Fri Jan 4 16:25:06 2013 +0000 + + themes/bootstrap: fix a small style quirk observed on firewall overview page + +commit 169ed91671b0fe5ca2591f9b08d79ed2cc40d88d +Author: Translation System +Date: Fri Jan 4 14:12:16 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 615449003435bdb2f913d6eac22db583905f7cc3 +Author: Translation System +Date: Fri Jan 4 14:03:12 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit af5d3e82157b28537c8e49d3666b27a0560930f1 +Author: Translation System +Date: Fri Jan 4 14:03:10 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 911a0a05973583f238ee48a7d129cf683f754a6e +Author: Translation System +Date: Fri Jan 4 14:03:03 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 0f2b54951c9b79e7fb1966e9eb43179b32dedc22 +Author: Translation System +Date: Fri Jan 4 14:02:58 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 810a98780a4270aff64dc07672dd474de261297d +Author: Translation System +Date: Fri Jan 4 14:02:55 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b3e848d64db303af9029d1fa9f646d901258ce77 +Author: Translation System +Date: Fri Jan 4 14:02:54 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 559b232f94d47ec19ed813a9daa701dbafd40aac +Author: Translation System +Date: Fri Jan 4 14:02:51 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 8395fb845a29daa0a5933cdf53c1d022ed59e372 +Author: Translation System +Date: Fri Jan 4 14:02:50 2013 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 5223eea7c42b43cc0d73872145adb8392509c2e9 +Author: Manuel Munz +Date: Thu Jan 3 14:10:18 2013 +0000 + + contrib/meshwizard: make gen_bssid create BSSIDs that are valid according to the 80211 standard. This also makes it possible to merge the general BSSID scheme with the pberg bssid scheme. Thanks stargieg. + +commit 92f100486d8ff60cce752203e03ff6223e147d13 +Author: Jo-Philipp Wich +Date: Wed Jan 2 15:32:05 2013 +0000 + + po: sync base translations + +commit 7a531b4add84d2d25a666e3e988a68ffa2149b6f +Author: Jo-Philipp Wich +Date: Wed Jan 2 15:31:59 2013 +0000 + + modules/admin-full: make mac addresses optional in static lease configuration + +commit 33d15b9422668984e47d3798444b2832bdc8c444 +Author: Jo-Philipp Wich +Date: Sat Dec 29 13:12:40 2012 +0000 + + applications/luci-polipo: fix typo in polipo_purge script (#523) + +commit e60c33f550cbcb1d84387f53a3dda1be861ed761 +Author: Jo-Philipp Wich +Date: Sat Dec 29 13:07:12 2012 +0000 + + po: fix wrong encoding in upnp.po (#525) + +commit 3880b028fcf6160f7e305aa769ca4ae3ab3e43c8 +Author: Jo-Philipp Wich +Date: Fri Dec 28 16:38:41 2012 +0000 + + contrib/uhttpd: add patch to fix linking on recent distros, refresh environment patch + +commit f2a428cdb31d4a77ee41e8bea5bd2dc307ae6356 +Author: Jo-Philipp Wich +Date: Tue Dec 25 02:44:19 2012 +0000 + + applications/luci-upnp: fix missing XML escapres (#521) + +commit 018cbe69a9f92db1aa0aced41656a2aa37019f94 +Author: Jo-Philipp Wich +Date: Tue Dec 25 02:43:03 2012 +0000 + + libs/web: fix missing escapes in network_ifacelist widget + +commit abb2ed69e3ce1b299c4d8fd4ba2b74ab9b2d3553 +Author: Translation System +Date: Tue Dec 25 02:33:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 92 messages translated (0 fuzzy). + +commit 5a23297f9d6c3053fc4d0eec648c2341a2c6bc57 +Author: Jo-Philipp Wich +Date: Tue Dec 25 02:31:28 2012 +0000 + + applications/luci-statistics: render graph menus in alphabetic order + +commit 33fba71fc94b84c33b1e600da9b195eac49b2e31 +Author: Jo-Philipp Wich +Date: Tue Dec 25 02:28:20 2012 +0000 + + libs/core: make luci.util.spairs(), kspairs() and vspairs() return the sequential index as 3rd variable + +commit 9297ef38c47c4e5dea67e98c794d951cacc2d936 +Author: Jo-Philipp Wich +Date: Sun Dec 23 23:18:17 2012 +0000 + + themes/bootstrap: fix various css errors + +commit 8cfa5cc7c59e124a7abcf64952ad6c5050121778 +Author: Jo-Philipp Wich +Date: Thu Dec 20 15:01:04 2012 +0000 + + don't use symlink to /lib/functions.sh + + Signed-off-by: Luka Perkov + +commit bf25765406456a42ea7d619466e914277cbe479b +Author: Jo-Philipp Wich +Date: Wed Dec 19 10:11:03 2012 +0000 + + modules/admin-full: fix "unsupported protocol" vs. "no interface assigned" errors for protocols without ifname property, e.g. 6in4 + +commit d4987d7863baf1071d2c1579c8730cf44538fd45 +Author: Jo-Philipp Wich +Date: Wed Dec 19 00:35:30 2012 +0000 + + ccache not loading or storing cache files + + I've noticed that there is nothing in my /tmp/luci-modulecache + directory. Digging into it it looks like because both the expected uid + and mode of the files doesn't match, so for security reasons they're + long being loaded or saved by ccache.lua (from the luci-lib-core + package). I'm not sure how far back this has been broken but I it + appears to have been quite some time, possibly years? + + I've included a patch which updates the checks to use the right newer + function name / structure name. It decreases page load times by about + 10-15% on my bcm2708 (raspberrypi). I can create a ticket if you'd + prefer. The patch is against the luci-0.11 branch but should apply to + trunk as well. + + Signed-off-by: Bryan Mayland + +commit ffec6bd4516107205ec5af4c64d8018c36a5dafe +Author: Jo-Philipp Wich +Date: Tue Dec 18 14:20:10 2012 +0000 + + build: remove two obsolete scripts + +commit 5af8df6d1a0ff296915e3b4bf102d34d8f502c24 +Author: Translation System +Date: Tue Dec 18 13:49:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 137 of 175 messages translated (0 fuzzy). + +commit 13843e549208844d49bf5c716f401d63138b9978 +Author: Translation System +Date: Tue Dec 18 13:49:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 139 of 175 messages translated (0 fuzzy). + +commit 0d0487ceb817cabf24ce7f824a2eb222f59fafbd +Author: Translation System +Date: Tue Dec 18 13:49:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 147 of 175 messages translated (0 fuzzy). + +commit fc3a9b4c3fd57f152bf44b332c4dc327e4253d7c +Author: Translation System +Date: Tue Dec 18 13:49:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 175 messages translated (0 fuzzy). + +commit c18f25e0becfc66ed3981f21f76998f39f228f6a +Author: Translation System +Date: Tue Dec 18 13:49:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 851 of 851 messages translated (0 fuzzy). + +commit f4bb6c5156a9ff7132c6dc772509cdf4f7ba6d70 +Author: Translation System +Date: Tue Dec 18 13:49:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 166 of 175 messages translated (4 fuzzy). + +commit d41cfa551966c5bc960f0d075f02fc22fb7d225e +Author: Translation System +Date: Tue Dec 18 13:49:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 175 messages translated (0 fuzzy). + +commit c3c5af7b9c7817f0e5c975e7aecb79b61f699c8c +Author: Translation System +Date: Tue Dec 18 13:49:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 142 of 175 messages translated (1 fuzzy). + +commit af505b37f516d5353511f53be1a57cdd78759509 +Author: Translation System +Date: Tue Dec 18 13:49:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 851 of 851 messages translated (0 fuzzy). + +commit 7101aa5c25e1175391af50a78cd8f5728f8199ac +Author: Translation System +Date: Tue Dec 18 13:49:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 140 of 175 messages translated (0 fuzzy). + +commit 33e8ef04d8fe612b95cd23c38afd1bcdb74cb2c8 +Author: Translation System +Date: Tue Dec 18 13:49:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 73 messages translated (0 fuzzy). + +commit 3534fd9e652d9481cb43c7e1119a6cbd95509811 +Author: Translation System +Date: Tue Dec 18 13:49:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 96 messages translated (0 fuzzy). + +commit 2633b144ce0925c2a9893b0b9f8fd9c74a36b1ca +Author: Translation System +Date: Tue Dec 18 13:49:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 44 messages translated (0 fuzzy). + +commit 3910fae1e78454c662a71bfa413e5e101078325d +Author: Translation System +Date: Tue Dec 18 13:49:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 421 of 851 messages translated (0 fuzzy). + +commit 9798a5f341f48b1af7c1ff6889d33f9c5c3c31e8 +Author: Translation System +Date: Tue Dec 18 13:49:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 175 messages translated (0 fuzzy). + +commit 56b141da252ac65425bda5d830a65c2548f1a218 +Author: Jo-Philipp Wich +Date: Tue Dec 18 13:16:26 2012 +0000 + + contrib/package: fix typo in luci-app-firewall package description + +commit 11bfc487a5daaff4e6f452c30bf46fda979abac8 +Author: Jo-Philipp Wich +Date: Sat Dec 15 00:35:47 2012 +0000 + + fix is_installed() check for l2tp + + Signed-off-by: David Woodhouse + +commit 99a8b2826e15c08972dc34170f70b40abba5922e +Author: Jo-Philipp Wich +Date: Fri Dec 14 21:53:03 2012 +0000 + + luci_statistics: Add y_min, y_max, units_exponent options and clean up some graphs + + Signed-off-by: David Woodhouse + +commit ac472f9ebc5ae0b92cec8b619a5b3f2c4a3fc5c1 +Author: Jo-Philipp Wich +Date: Fri Dec 14 13:27:43 2012 +0000 + + luci-statistics: add transform_rpn option to graphs, use it for nut battery life + + Signed-off-by: David Woodhouse + +commit 1461a0dba1dc17cbae0963be3149fd1e8fe99698 +Author: Jo-Philipp Wich +Date: Fri Dec 14 13:27:39 2012 +0000 + + luci-statistics: don't plot data points where there are no data. + + Converting NaN to zero for the sake of the cumulative stack in non-overlay + mode is all very well. But we shouldn't then use that for displaying the + graph. Make another variable %s_plot which *preserves* NaN from the input + data, and then we don't get bogus data points drawn. Especially at the end + of the graph this was problematic. + + Signed-off-by: David Woodhouse + +commit 900515f0a6f63ae7b711de69e3a7c80735ca0259 +Author: Jo-Philipp Wich +Date: Tue Dec 11 14:05:57 2012 +0000 + + applications/luci-statistics: convert nut plugin to minutes + +commit 61e5292c34a882228e1ae1a4f2b220442e825d45 +Author: Jo-Philipp Wich +Date: Tue Dec 11 13:49:07 2012 +0000 + + applications/luci-statistics: add missing nut plugin entry to config menu + +commit 61f883fa5abf53ab6623ceba09f235f6563c693c +Author: Jo-Philipp Wich +Date: Tue Dec 11 13:31:25 2012 +0000 + + po: resync statistics translations + +commit 5a54cc575a7c5f5ec1a671051faec51e15b3b215 +Author: Jo-Philipp Wich +Date: Tue Dec 11 13:27:37 2012 +0000 + + Add NUT UPS support to luci-statistics + +commit 2138efa4bdbf2751a918878c886cdba3dde7f5a0 +Author: Manuel Munz +Date: Mon Dec 10 16:05:43 2012 +0000 + + contrib/community-profiles: Remove incompatible Hamburg profile as requested by Jamalaka + +commit 922826e22199d1e19f428fd6264b98591601b922 +Author: Translation System +Date: Fri Dec 7 13:17:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 118 of 118 messages translated (0 fuzzy). + +commit b8a1d4f0492cbc0cc0c4af4a811cfd4230862d49 +Author: Jo-Philipp Wich +Date: Fri Dec 7 13:13:43 2012 +0000 + + contrib/package/freifunk-p2pblock: actually read whitelist from config + +commit fb9d3ce2b671a051adaa188de016d8ead19e1385 +Author: Jo-Philipp Wich +Date: Sun Dec 2 14:20:42 2012 +0000 + + modules/admin-full: several white-space fixes for Bootstrap + +commit 564ca0accd45cd2ae1f64a7cc8a4c0a630c78713 +Author: Jo-Philipp Wich +Date: Sun Dec 2 14:20:36 2012 +0000 + + libs/web: make JS String.format() and String.serialize() available as prototype options, introduce String.nobr() + +commit ec1b06c266eae262dca03a7a8764d0861dc81b68 +Author: Translation System +Date: Sun Dec 2 14:01:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 8117039b5d1cf91e1d4e17b665b0e75543728d74 +Author: Translation System +Date: Sun Dec 2 14:01:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 23 messages translated (0 fuzzy). + +commit d9c596fdd1a53149c65ad54bbf57c133e1652f7d +Author: Translation System +Date: Sun Dec 2 14:01:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit ab8793e17b0aaafef1a8c7ea1c527e8863726d7e +Author: Translation System +Date: Sun Dec 2 14:01:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 26 messages translated (0 fuzzy). + +commit 3ba8063f4220beceb83fcdb5a515a6032867e6a9 +Author: Translation System +Date: Sun Dec 2 14:01:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 374 of 851 messages translated (0 fuzzy). + +commit b275370727a69633dd3af80f7ee631abb90d2eb9 +Author: Translation System +Date: Sun Dec 2 14:01:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit 3419d5389da51f8b3dac11ab7a632be01e391c44 +Author: Jo-Philipp Wich +Date: Sun Dec 2 13:33:02 2012 +0000 + + po: sync statistics translations + +commit a9d48d56e2e51253561cddb49bbad3e5ed844031 +Author: Jo-Philipp Wich +Date: Sun Dec 2 13:32:54 2012 +0000 + + applications/luci-statistics: fix typo in collectd cbi + +commit 7c3c6b013b26ca45a06f140083131195a7807bb6 +Author: Jo-Philipp Wich +Date: Sun Dec 2 13:30:46 2012 +0000 + + libs/web: let luci.i18n.setlanguage() return the lang that was actually loaded + +commit c97ef199d64861c07cc7798cf4f6d28f7ef5cde3 +Author: Manuel Munz +Date: Sat Dec 1 00:10:08 2012 +0000 + + modules/freifunk: sync translations + +commit f13dd6c0523aec82879fb85f4d2fc1851340b563 +Author: Manuel Munz +Date: Sat Dec 1 00:07:33 2012 +0000 + + applications/luci-olsr: sync colors with map, add legend + +commit e2bc45289e6e83611e98a9d224dfe85178718216 +Author: Manuel Munz +Date: Sat Dec 1 00:03:40 2012 +0000 + + modules/freifunk: remove empty dir + +commit cad7245af24e0c4084d5e26bc731cfbff003f10b +Author: Manuel Munz +Date: Fri Nov 30 23:55:35 2012 +0000 + + modules/freifunk: simplify colors in map, add a legend + +commit 89b3e2ad7f59b46f0b5cfdd7781c6b301b9dcf58 +Author: Translation System +Date: Thu Nov 29 15:25:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit ab853b2cb10722159e6ad530de0a1dbf7a62b176 +Author: Translation System +Date: Thu Nov 29 15:25:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 8f690ffb969d73bcf5f9a256f7d117cde9dae515 +Author: Translation System +Date: Thu Nov 29 15:25:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 177 messages translated (0 fuzzy). + +commit 01797733badd9a2cde783826b33a4f8c8cb71efc +Author: Translation System +Date: Thu Nov 29 15:25:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit e689fa8900784d57eb17f4af59ada39ab0823d4c +Author: Jo-Philipp Wich +Date: Tue Nov 27 14:16:42 2012 +0000 + + modules/admin-full: filter localhost<->localhost connections live connection graph + +commit ce8a22d1b44029bff04450bebc86bab8591cb3be +Author: Jo-Philipp Wich +Date: Mon Nov 26 14:26:46 2012 +0000 + + libs/core: remove unused luci.util.escape(), map luci.util.striptags() to luci.template.parser.striptags() + +commit f7b4fd2979e3a47c854638e4289883ba15e07705 +Author: Jo-Philipp Wich +Date: Mon Nov 26 14:26:43 2012 +0000 + + libs/web: various changes in template library + + - rename sanitize_pcdata() and sanitize_utf8() to pcdata() and utf8() + - implement striptags() + +commit e2f3b8923d2771245082a93d170699828c8d7107 +Author: Manuel Munz +Date: Mon Nov 26 13:11:41 2012 +0000 + + libs/web: Allow to disable buttons in cbi models from the controller + +commit 848e43a5b47c0467b90e7d9a029e59ec53461da3 +Author: Jo-Philipp Wich +Date: Mon Nov 26 12:53:43 2012 +0000 + + remove .i18n annotations from controller files + +commit 264aae7910c2598fe845ebdd952e504bf8f0e48e +Author: Jo-Philipp Wich +Date: Mon Nov 26 12:32:23 2012 +0000 + + po: resync base translations + +commit 4a47572a4d16d335e6b85a7619cbbc01c283af55 +Author: Translation System +Date: Mon Nov 26 12:26:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 38010cc532ebd09ab9a3b97a97c0d15298055bac +Author: Translation System +Date: Mon Nov 26 12:26:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 5f659223e18e68894f97fd5bcb45ffbdda7bbdd2 +Author: Translation System +Date: Mon Nov 26 12:26:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 109 of 109 messages translated (0 fuzzy). + +commit 4e7171938b80ea9afe0d127681630bf9c9056c3f +Author: Translation System +Date: Mon Nov 26 12:26:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 79fb9c21b825a5a9ad0121c85855cf33208069d9 +Author: Translation System +Date: Mon Nov 26 12:26:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 65d15830b3e5b2f5ad7fe25e4765347e5de51564 +Author: Translation System +Date: Mon Nov 26 12:26:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 8677b27987de770e0f40fad0d7d15f6392860ece +Author: Translation System +Date: Mon Nov 26 12:26:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit d07036b59c8bd4c716c59ca957f989eb6763c7bc +Author: Daniel Golle +Date: Mon Nov 26 11:07:11 2012 +0000 + + "Waiting for router..." is misleading on non-router devices. Use "Waiting for changes to be applied..." instead. + +commit 68e9458ae0b762096f33d8aac795452ac926a4e5 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:22:38 2012 +0000 + + libs/web: remove unneeded include + +commit cd0bb63394f36a93264f6639b9936c7ac0e97656 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:18:15 2012 +0000 + + libs/web: remove leftover debugging code in template_parser.c + +commit bb276a7c7b6f254f4b437a75f26b8bd01a807f22 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:18:10 2012 +0000 + + libs/core: use luci.template.parser.hash() instead of lmo.hash() + +commit 8575facc2527791b76d834c9be57aa916bb7d239 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:18:04 2012 +0000 + + contrib/package: remove luci-lib-lmo package + +commit ee584460ad346e8f65e85d62464427faf763bab1 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:18:00 2012 +0000 + + luci: host-build libs/web instead of libs/lmo to create po2lmo executable + +commit 0e50aa690af6cd9f37fa97b4a521fe523cce3c39 +Author: Jo-Philipp Wich +Date: Sun Nov 25 19:17:55 2012 +0000 + + libs/web: rewrite template engine, merge lmo library + + - template parser: merge lmo library + - template parser: rewrite to operate on memory mapped files + - template parser: implement proper line number reporting on syntax errors + - template parser: process translate tags directly and bypass Lua + - template lmo: introduce load_catalog(), change_catalog() and close_catalog() + - template lmo: rewrite index processing to operate directly on the memory mapped file + - template lmo: implement binary search keys, reducing the lookup complexity to O(log n) + - po2lmo: write sorted indixes when generating *.lmo archives + - i18n: use the template parser for translations + - i18n: stub load(), loadc() and clear() + - i18n: map setlanguage() to load_catalog() + +commit c647ff9f0e1af211a762dc9a773c1b5c4aacd168 +Author: Jo-Philipp Wich +Date: Fri Nov 23 10:15:02 2012 +0000 + + libs/lmo: fix whitespace handling in string hashing, optimize code + +commit 5fdf5626699fac59d5c56d4f410d5e43e2c6e152 +Author: Translation System +Date: Fri Nov 23 09:18:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit baff40a14575b26e9b82705f14d416fb57625f34 +Author: Translation System +Date: Fri Nov 23 09:18:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 72d1549e8ba39a5939b7df8c4bc7beba7f7f1a18 +Author: Jo-Philipp Wich +Date: Wed Nov 21 23:26:30 2012 +0000 + + libs/lmo: canonize key strings before hashing them, fixes missing translations for original strings with line breaks or white spaces embedded + +commit 838c82fa9ea254c754f75f731c7698c82fa236e4 +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:13:56 2012 +0000 + + applications/luci-p910nd: expose bind parameter + +commit 06c8c28bab9975149f94397f3b7027712c0ba424 +Author: Jo-Philipp Wich +Date: Wed Nov 21 20:13:53 2012 +0000 + + libs/core: introduce get_status_by_address() in luci.model.network + +commit 7399e07593f79334ae5342faf5c9f0687caf6c2d +Author: Jo-Philipp Wich +Date: Wed Nov 21 19:34:13 2012 +0000 + + modules/admin-full: remove leftover setTimeout() call in load graph + +commit 69ac1031b7e83fb68ee1f6f952890fc0654f54f8 +Author: Jo-Philipp Wich +Date: Wed Nov 21 19:29:47 2012 +0000 + + applications/luci-commands, applications/luci-upnp, modules/admin-core, modules/admin-full, modules/freifunk: clean up argument handling of leaf nodes + +commit ef8e4eb991a1b496085c57f6b8381b623311db89 +Author: Translation System +Date: Wed Nov 21 18:54:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit 791791a47c670deef58d38600326ccefd897bbfc +Author: Translation System +Date: Wed Nov 21 18:54:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 06502df63feea0f4eb761ab5b90b73c90b48a84b +Author: Translation System +Date: Wed Nov 21 18:54:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 109 of 109 messages translated (0 fuzzy). + +commit 93db36666d637eb4cd89609feb830b81921984df +Author: Translation System +Date: Wed Nov 21 18:54:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit c9baed7b019febc764df4970244a32e34dc50232 +Author: Translation System +Date: Wed Nov 21 18:54:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 1f544c5c3e8e7f97693da1467e63afc38629a7cf +Author: Translation System +Date: Wed Nov 21 18:54:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). + +commit 4b4346244e3dde20b99fbdea713dec33f4cc0971 +Author: Jo-Philipp Wich +Date: Wed Nov 21 18:42:57 2012 +0000 + + po: resync translations + +commit 3451d533e561b186ed38ff50ff3d5b0c58aede17 +Author: Jo-Philipp Wich +Date: Wed Nov 21 18:36:43 2012 +0000 + + applications/luci-commands: improve dashboard html, remove inline styles, fix layout for both openwrt and bootstrap themes, use command basename when naming output download + +commit 1a530635c930a7a23b6ff941c89365dd5e692198 +Author: Jo-Philipp Wich +Date: Wed Nov 21 18:36:40 2012 +0000 + + themes: add facility to include custom css + +commit 9d2e1cf0127bf67eb207b581eb4de0668a71f5d1 +Author: Jo-Philipp Wich +Date: Wed Nov 21 17:36:40 2012 +0000 + + themes: remove obsolete javascript files that haven't been used in over two years + +commit 9aad27f48eb5e101dafb7802f1c21a37fb5f205c +Author: Jo-Philipp Wich +Date: Wed Nov 21 17:04:12 2012 +0000 + + modules/admin-full: fix word wrapping in wifi overview page when using bootstrap theme + +commit dfdd128c4badd0f27958fef4692dcef761de14dd +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:47:59 2012 +0000 + + applications/luci-commands: remove bogus default value from arguments field + +commit c021bf74553a1a81309a2bdcdf79bdf66a54474c +Author: Translation System +Date: Wed Nov 21 16:46:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 797 of 850 messages translated (0 fuzzy). + +commit d2c0abc99928128e0e8662ef13ec29983a4b3cdf +Author: Translation System +Date: Wed Nov 21 16:45:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). + +commit 7bb14f3e9e51c466e35869b4b82a88fc8ba8b516 +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:22:39 2012 +0000 + + contrib/package: add entries for luci-app-commands + +commit ff47fd35750e0d8137dcc034645572aef045a76a +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:22:36 2012 +0000 + + po: add translations for luci-app-commands + +commit 3e59bb699ba4ede24fd9d9ad9c8c50955908c9b2 +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:22:04 2012 +0000 + + applications: add new application luci-app-commands which allows configuring custom shell commands for invocation through the gui + +commit 3a04258ba0f3cc470c3527808607d9267e391142 +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:17:52 2012 +0000 + + po: remove empty cz folder + +commit 2675ad1c63604018d72c8f3d4fff3f28f6f5b52c +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:04:13 2012 +0000 + + libs/web: fix luci.http.write_json() to properly encode control chars in strings + +commit c9556c02bb49d5eee903ade2e73ea586ee09afde +Author: Jo-Philipp Wich +Date: Wed Nov 21 16:04:10 2012 +0000 + + themes: add cbi-button-download class, whitespace cleanup + +commit 8da6c1a49f2ab91d8816a41df0ce5cacb5b9f084 +Author: Daniel Golle +Date: Tue Nov 20 11:42:35 2012 +0000 + + properly support git in build/i18n-init.sh + +commit d0f777f5f15c538621decd42eb5dde19668a65f3 +Author: Translation System +Date: Mon Nov 19 16:54:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 797 of 850 messages translated (0 fuzzy). + +commit 4b938e2de5a5555bbf0912e8abb42e9a85a8f9a1 +Author: Translation System +Date: Mon Nov 19 16:53:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 649 of 850 messages translated (0 fuzzy). + +commit 67138832622eaf8935caa82e7e2bf152fd07d1a0 +Author: Translation System +Date: Mon Nov 19 16:53:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 05d6415a75151fcfadaeac47d2d731ef99198e49 +Author: Translation System +Date: Mon Nov 19 16:53:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 172 of 177 messages translated (5 fuzzy). + +commit 3730a1a328aeb4af3ae5b00c31ed886d3cd7104a +Author: Translation System +Date: Mon Nov 19 16:53:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 1e91a40dc95bcd1425fa428f7bc77ebca1fd54ce +Author: Translation System +Date: Mon Nov 19 16:53:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit 679495ca9a981c07d29ca96721afdabc9df8985e +Author: Translation System +Date: Mon Nov 19 16:53:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 8ef1c98a467ac74534056832bc82395381d07779 +Author: Translation System +Date: Mon Nov 19 16:53:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 96 of 96 messages translated (0 fuzzy). + +commit 63aa011b43b4fc3d6ded66bc7ce32b6a1e81c12a +Author: Translation System +Date: Mon Nov 19 16:53:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit e63d11f903ac1382a101335ee367b3af18a46c42 +Author: Translation System +Date: Mon Nov 19 16:53:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 4a83b5278dcc978e9556cf17181aaf87e5475313 +Author: Translation System +Date: Mon Nov 19 16:53:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 055fd1fea89d7124c58c14976143075ba981d364 +Author: Translation System +Date: Mon Nov 19 16:53:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (0 fuzzy). + +commit 9d206fbec7f62c46084d3ac415d426578b3ea0bf +Author: Translation System +Date: Mon Nov 19 16:53:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 159 messages translated (0 fuzzy). + +commit 667ce4d1563dd559d7590a49fdd6cffb7889e986 +Author: Translation System +Date: Mon Nov 19 16:53:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 9b334ce715d9ce67a5e1d80f13c40b1b5c9af629 +Author: Translation System +Date: Mon Nov 19 16:53:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 22989410dead2904c1f4be342eab4b6c80545bd4 +Author: Translation System +Date: Mon Nov 19 16:53:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 121 of 127 messages translated (0 fuzzy). + +commit 7293588e9214aaa66cbb0523f2240ab3b0e3cd33 +Author: Translation System +Date: Mon Nov 19 16:53:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 816 of 850 messages translated (0 fuzzy). + +commit b4b4eadb9deb2f902d93884f01265108c9ad36b8 +Author: Translation System +Date: Mon Nov 19 16:53:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 0012916038216213c3febca7e5bdc8a39e682569 +Author: Translation System +Date: Mon Nov 19 16:53:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit bc6b4b206d255cc83d515060f3f94471f684cd0f +Author: Translation System +Date: Mon Nov 19 16:53:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 73 messages translated (0 fuzzy). + +commit 24bafb2e5603297ec2bf61264c80b2a878f8003e +Author: Translation System +Date: Mon Nov 19 16:53:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 29 messages translated (0 fuzzy). + +commit 17e57b3a9c74835af098f1c2772a54ecfd2a6ebe +Author: Translation System +Date: Mon Nov 19 16:53:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit ad381f89a28153395c2838ebf2ebcf472380001c +Author: Translation System +Date: Mon Nov 19 16:53:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 6b110d1b73926643e4e6c5de7873d1722bcf1da7 +Author: Translation System +Date: Mon Nov 19 16:53:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b02963f47b0ef43e20ea66309941e4822d99692b +Author: Translation System +Date: Mon Nov 19 16:52:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit bbd244531d65d6ad6830be82d6c5463e707b22cb +Author: Translation System +Date: Mon Nov 19 16:52:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 63 messages translated (0 fuzzy). + +commit c3ba15e7c583581d97b7c84b4de9e7648dbd5e65 +Author: Translation System +Date: Mon Nov 19 16:52:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit d18b620c77b2282800d733a3cb76795430a3c048 +Author: Translation System +Date: Mon Nov 19 16:52:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit cdde10d196ee5b84c782c52ba4805836b9dff929 +Author: Translation System +Date: Mon Nov 19 16:52:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 167261be23d17525ef96815fc2941e4d8f3eba95 +Author: Translation System +Date: Mon Nov 19 16:52:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 9f041ac85fb010d1bb8984f53f407318c0499c50 +Author: Translation System +Date: Mon Nov 19 16:52:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit e49ff311d1cc893dcca9bfe4cd08cd9d34002b79 +Author: Translation System +Date: Mon Nov 19 16:52:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 73 messages translated (0 fuzzy). + +commit 6a0d68c889c90d7fac81620726c673adf9435f80 +Author: Translation System +Date: Mon Nov 19 16:52:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit f4da312bdb3b46f83bdd9e02d81ebb793a4b8acc +Author: Translation System +Date: Mon Nov 19 16:52:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit fd79f77bf4ad33892a39a5310c9376518d01d6eb +Author: Translation System +Date: Mon Nov 19 16:52:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 24 messages translated (0 fuzzy). + +commit c5762ef741eae2830bfc7b015d5519c6bc1182c3 +Author: Translation System +Date: Mon Nov 19 16:52:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit ec940ec352a8769f328f0d48ba7ff49394cdd851 +Author: Jo-Philipp Wich +Date: Sun Nov 18 16:30:42 2012 +0000 + + themes/bootstrap: fix highlight of active tabs + +commit 74a140e4b4d99fd15239bb0152bdfa0c8a6dccea +Author: Jo-Philipp Wich +Date: Thu Nov 15 20:59:09 2012 +0000 + + modules/admin-full: use luci.model.ipkg.find() to support searching packages by description + +commit e3bb15012ba20801ca4a57d9d7ea989361117137 +Author: Jo-Philipp Wich +Date: Thu Nov 15 20:59:03 2012 +0000 + + libs/ipkg: simplify parsing logic to take advantage of the opkg improvements in trunk, introduce find() operation + +commit 7933cad0fa05659bc347ecf2d604b6f5df07ff61 +Author: Jo-Philipp Wich +Date: Thu Nov 15 13:22:04 2012 +0000 + + modules/admin-full: fix broken XHTML on diagnostics page + +commit ecdf523b074ff80c18183c4b94ca9f194739e1ab +Author: Jo-Philipp Wich +Date: Mon Nov 12 16:49:14 2012 +0000 + + bootstrap: add padding to body and header areas (#505) + +commit 71b595d4f3c9e7108a8041b3400aff29cc779fb4 +Author: Jo-Philipp Wich +Date: Mon Nov 12 16:32:08 2012 +0000 + + modules/admin-full: fix wrong load number in realtime graph (#502) + +commit 24ccf0256a6a900401606408e51d5444b5613cec +Author: Manuel Munz +Date: Mon Nov 12 10:06:15 2012 +0000 + + themes/freifunk-generic: increase max-device-width for mobile.css to 854px, #480 + +commit 69dbc27ce0517c0bd414bbfb9cdff53fa968a3cd +Author: Manuel Munz +Date: Sun Nov 11 12:20:56 2012 +0000 + + admin-full/diagnostics: Allow to use ping6 and traceroute6 when available, #487 + +commit d19eba5bc342723b17ca1315730d815cea2ec878 +Author: Manuel Munz +Date: Sat Nov 10 23:33:40 2012 +0000 + + i18n/polish: Change language name to Polski only, #475 + +commit 7b7030629c4d55557b368a292d7f3e3d14b1923b +Author: Manuel Munz +Date: Sat Nov 10 20:55:50 2012 +0000 + + Add some more datatype checks, patch by Eugene C., #499 + +commit 4e04e353fe91107d27046f93d63aa9aa92418ce8 +Author: Manuel Munz +Date: Sat Nov 10 17:38:37 2012 +0000 + + admin-full/network/hosts: Fix problem when arptable is empty, #482 + +commit 36f88887c19d2b0098ae1965b6725845705efc51 +Author: Jo-Philipp Wich +Date: Thu Nov 1 20:03:36 2012 +0000 + + modules/admin-core, modules/admin-full: fix switch port status for devices with multiple switches + +commit 59af400346d15250af5873db66e420592a5b9ff9 +Author: Daniel Golle +Date: Wed Oct 31 15:58:15 2012 +0000 + + wifi: add controls for noscan flag + + OpenWrt contains a patch for hostapd which allows to override the channel-bandwidth decission + to always use 40MHz regardless of overlapping networks. + Though it does not conform with IEEE 802.11n-2009, this became the de-facto standard behaviour + of most off-the-shelf wifi routers. + + Adding this option to LuCI makes it more accessible to users, which probably not everybody will + agree with to be a good idea. However, I didn't yet come across a single commercial product which + actually complies with 802.11n-2009 in that regard. + + Signed-off-by: Daniel Golle + +commit e736b9592ca08c189d15eabba6a338972a12bce4 +Author: Jo-Philipp Wich +Date: Mon Oct 29 14:36:52 2012 +0000 + + applications/luci-ushare: fix XML markup error in map + +commit 431d4e8eff513622eaa1b6e3f0803913c0abb975 +Author: Jo-Philipp Wich +Date: Mon Oct 29 13:09:31 2012 +0000 + + merge branch changes into trunk + +commit 94784db12b33d53c6da1b2a9195d40319766361c +Author: Translation System +Date: Mon Oct 29 13:06:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 779 of 850 messages translated (0 fuzzy). + +commit 08a9b6511bb84f62d54386d4dde07c30da37aaaf +Author: Translation System +Date: Mon Oct 29 13:06:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 2338e6c7fb3dea8335289519363a7eae2822da12 +Author: Translation System +Date: Mon Oct 29 13:06:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 124 of 127 messages translated (3 fuzzy). + +commit 04e7e7c61e58ad7b06d40e1f6881e147dc4cea67 +Author: Translation System +Date: Mon Oct 29 13:06:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 82 of 92 messages translated (9 fuzzy). + +commit 828e68c9585538868a8efe3781c4cf3512a66c0d +Author: Translation System +Date: Mon Oct 29 13:06:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 57 messages translated (1 fuzzy). + +commit 71f5532ba33221c927e664116b9c7ebc67277aac +Author: Translation System +Date: Mon Oct 15 14:16:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit 4af47f6388417a4cda9c6613000856f72dc07b34 +Author: Translation System +Date: Mon Oct 15 14:16:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 84770606aaecfbf0c132c88b518fcd60ff872083 +Author: Translation System +Date: Mon Oct 15 14:16:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 5c3aa79c44abfe874371e608f2c9336652cff20d +Author: Translation System +Date: Mon Oct 15 14:16:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 91715abed914aadcfb6f5fa80cd59d50e21320d2 +Author: Jo-Philipp Wich +Date: Mon Oct 15 14:01:59 2012 +0000 + + po: revert bad english translations, again + +commit 861fc4545092f744b5ef6a2892ce0ce40b038b81 +Author: Translation System +Date: Mon Oct 15 14:00:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 891047a992a6b1321148a95e18525f74f935cd6b +Author: Translation System +Date: Mon Oct 15 14:00:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 3441d8cdcc5f59e1afb7136a9a21683d698b1150 +Author: Translation System +Date: Mon Oct 15 14:00:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit cdf3157940f5031a2c45296834619e33d0ffd60b +Author: Translation System +Date: Mon Oct 15 13:59:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 84fc747f2431d25b61335febdbd9e47a7a79aa51 +Author: Translation System +Date: Mon Oct 15 13:59:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 64 messages translated (1 fuzzy). + +commit a57fd0b860cb55516b76cd0e8bb67fc3f743b549 +Author: Translation System +Date: Mon Oct 15 13:59:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 134 of 177 messages translated (0 fuzzy). + +commit 78ceb589a3a555e12385e499579976bddada80a7 +Author: Translation System +Date: Mon Oct 15 13:59:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 43 messages translated (0 fuzzy). + +commit 6f78634d313d4a5f5302765e6db45b48f92d6b7b +Author: Translation System +Date: Mon Oct 15 13:59:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 92 messages translated (0 fuzzy). + +commit 76f5675c89676972115c6e0c17b18d6e25330762 +Author: Translation System +Date: Mon Oct 15 13:59:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 406 of 850 messages translated (0 fuzzy). + +commit 8e261f010bd9a890525562a09f4a92c194e0cec6 +Author: Translation System +Date: Mon Oct 15 13:59:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit fbe033a5520eabd5b98b242138cf1ab63bebedf8 +Author: Jo-Philipp Wich +Date: Sun Oct 14 09:21:30 2012 +0000 + + protocols/6x4: make local ip6addr of 6in4 interfaces optional + +commit 2c87c4cdae6dabaef3a4a46e4d595cd1d4ea53ec +Author: Jo-Philipp Wich +Date: Sat Oct 13 10:02:09 2012 +0000 + + po: revert bad english translations + +commit 190bd8e4a30ad58686aec95bd3f5aa6541df6e6b +Author: Translation System +Date: Sat Oct 13 09:59:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit c42c2b689cad487a4cbbd2e3ceaf0a0e0ff6a9e5 +Author: Translation System +Date: Sat Oct 13 09:58:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 552b543c2a3e049d27f433142d861a332587c140 +Author: Translation System +Date: Sat Oct 13 09:58:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit 458b1cb8c343aaa56e99c3fa027717a4af1942c6 +Author: Translation System +Date: Sat Oct 13 09:58:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 2b8e6ccab2cb4f2a72a7e18d57cd35ddafd514ad +Author: Translation System +Date: Sat Oct 13 09:58:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 4d2e243ec10334f041f79bdc949d95ac2077fb56 +Author: Translation System +Date: Sat Oct 13 09:58:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 617958521f9e0d606d3c439297e4c8d398c3b391 +Author: Translation System +Date: Sat Oct 13 09:58:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b4030f8d33bfb663b843e2e5f209ff009fff6719 +Author: Translation System +Date: Sat Oct 13 09:58:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 5edbe0065f566d9addcee945b6cade58ab8a1844 +Author: Translation System +Date: Sat Oct 13 09:58:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit ac9a06bdb5a2707515bed66ddc8ee6c90bce40fc +Author: Translation System +Date: Sat Oct 13 09:58:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 31 messages translated (0 fuzzy). + +commit 23f06c0837ba0d319005b64dbf1728968710773a +Author: Translation System +Date: Sat Oct 13 09:58:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit eec43d08126e1963bf0bb621e18c4acd8b7d8784 +Author: Translation System +Date: Sat Oct 13 09:58:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 78 of 92 messages translated (2 fuzzy). + +commit e7fbdbe9c57e7795c40535b843468c1ad95e0ba5 +Author: Translation System +Date: Sat Oct 13 09:58:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 149 of 177 messages translated (1 fuzzy). + +commit 5eee66e96a8f8378e9c0275636c3f4a83728cc28 +Author: Translation System +Date: Sat Oct 13 09:58:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 64 messages translated (3 fuzzy). + +commit 18023bc8b6c9f78a9a9dc765306f1ba36b8e8988 +Author: Translation System +Date: Sat Oct 13 09:58:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 130 of 159 messages translated (5 fuzzy). + +commit bf010eeb36428626533b05a27d208862977d4361 +Author: Translation System +Date: Sat Oct 13 09:58:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 915da5bf10cf02ad04cceb9242e6e91326a43d05 +Author: Translation System +Date: Sat Oct 13 09:58:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit bf03fa7554b3f485c47bdedfea0c81791a4d5d9c +Author: Translation System +Date: Sat Oct 13 09:58:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 43 messages translated (0 fuzzy). + +commit 99e8ca201a4a8afb43d5473ecbd8f64ed1d69dfd +Author: Translation System +Date: Sat Oct 13 09:58:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 92 messages translated (0 fuzzy). + +commit 56eefef3e02e0c0e71a75a7f5284a89e600e413c +Author: Translation System +Date: Sat Oct 13 09:58:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 406 of 850 messages translated (0 fuzzy). + +commit 8870336cc0a68128d301db2b7db579f318abeca5 +Author: Manuel Munz +Date: Wed Oct 10 19:23:32 2012 +0000 + + contrib/freifunk-p2pblock: increase release + +commit 52855e8e789465908de118c5b0db1c83adecd1e0 +Author: Manuel Munz +Date: Wed Oct 10 19:16:44 2012 +0000 + + contrib/freifunk-p2pblock: Fix non-working whitelist which was reported on irc, also fix whitespace issues and a typo in comment + +commit 5a0dbb895ececd8d548cc852ca003a608287e38c +Author: Translation System +Date: Mon Oct 8 11:39:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit be36968daa4e91d87fdde198ffe9f66ad6a94229 +Author: Translation System +Date: Mon Oct 8 11:39:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit c07db91d1589ada616a29ae3fc74d48190a9b3ce +Author: Translation System +Date: Mon Oct 8 11:39:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 14513e042a60ca716354bb3f5759f37232d26078 +Author: Translation System +Date: Mon Oct 8 11:39:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 8bc7ca6b695b3ef11badfc4b6f8f407854ec7735 +Author: Translation System +Date: Mon Oct 8 11:39:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 876f6c703d5be111973dc7f3e20e75f6ce502218 +Author: Translation System +Date: Sun Oct 7 12:01:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 81acd24aba41871036efa18e2fd683b4c08b12c3 +Author: Translation System +Date: Sun Oct 7 12:01:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit c802c941cb5892ac43ee865594d3e06b60c00ace +Author: Jo-Philipp Wich +Date: Sat Oct 6 23:10:43 2012 +0000 + + libs/web: relax validation for hostnames to allow names like _kerberos._udp.EXAMPLE.COM + +commit 9939dd2f72f42e547b6ad4cd3c9c068516fa0113 +Author: Daniel Golle +Date: Tue Oct 2 15:19:23 2012 +0000 + + themes/openwrt.org: use ~= instead of not ( ... == ... ) + +commit 1d9cd49387840bde99e4ffc779d46d0156f9b6b3 +Author: Daniel Golle +Date: Tue Oct 2 13:53:34 2012 +0000 + + themes/openwrt.org: fix previous commit + + how such a simple thing can become to complicated... Forgot the "not"... + +commit 97470c05f6e4c6b5c5bae5949461971d029cc0b8 +Author: Daniel Golle +Date: Tue Oct 2 13:52:24 2012 +0000 + + themes/openwrt.org: add missing parentheses + + r9311 introduced a bug which made the "password not set" warning disappear + in all cases instead of just the intended ones. Now fixed. + +commit 631b80911b86d7265b71535e19bfe228481e02bf +Author: Translation System +Date: Sat Sep 29 15:13:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 22b46fc24a153e683b686cd79a28a090d81ae9ce +Author: Translation System +Date: Sat Sep 29 12:20:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 99e3ec11d52685fa9dae396f4f27c6245e0fc236 +Author: Translation System +Date: Sat Sep 29 09:11:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 7cbdf9e2d6b67c41b63d336a8bb9c9655d282ded +Author: Translation System +Date: Sat Sep 29 09:11:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 38ac0752d92fc24b38f2b32b037a49993c418d8d +Author: Translation System +Date: Sat Sep 29 09:11:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 850 of 850 messages translated (0 fuzzy). + +commit 335be1f0f78d4fdec8dbaf5de49f9ab2fcca54ed +Author: Jo-Philipp Wich +Date: Fri Sep 28 19:08:58 2012 +0000 + + po: sync base translations + +commit 00f8f2fbb0995b1b307f2edcc26379be6fc55425 +Author: Jo-Philipp Wich +Date: Fri Sep 28 19:08:47 2012 +0000 + + modules/admin-full: disambiguate NTP client/server settings + +commit 45effcd38cf2486f1a22abef7a5ac69b22fe0c8c +Author: Translation System +Date: Thu Sep 27 12:40:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 915777b87f5291a99749aaa4bf749291befee2fe +Author: Translation System +Date: Thu Sep 27 12:40:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 96 of 96 messages translated (0 fuzzy). + +commit 9d2e7f9d9d95dde49f570584a90642093b49297d +Author: Translation System +Date: Thu Sep 27 12:40:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit acb3d2277716eaa2adac34c355998920b0cc8bf9 +Author: Translation System +Date: Thu Sep 27 12:40:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit 6cbdc3b8e721ce0ad3407be9530f4280bedbaee1 +Author: Translation System +Date: Thu Sep 27 12:40:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 3852855c337583a67240dc8d5be326215b06f8a4 +Author: Translation System +Date: Thu Sep 27 12:39:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 5c88f72183648fe5dc1d277f1857720ddcf1931e +Author: Translation System +Date: Thu Sep 27 12:39:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit da6e3a35c19c773805895e8f6cc816aec84c16dd +Author: Translation System +Date: Thu Sep 27 12:39:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 25467e66bc4b7a23473ce0d3c23aeff06d675780 +Author: Translation System +Date: Wed Sep 26 21:11:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit c3ee1e8073ce0c9b7385a21c66690a90ee65571f +Author: Translation System +Date: Wed Sep 26 21:11:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 60a1d80b87f2bfc8913d53a2255471fdfde22205 +Author: Translation System +Date: Wed Sep 26 21:11:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit 14facbd91d3179c9a2c677e86b5425f93ba6b4b3 +Author: Jo-Philipp Wich +Date: Wed Sep 26 17:38:14 2012 +0000 + + modules/admin-full: cope with undefined scan list in wifi_join + +commit 02ac6686fe8165a3965fd79e3fb32aaf1f831c79 +Author: Jo-Philipp Wich +Date: Wed Sep 26 17:34:58 2012 +0000 + + modules/admin-full: cope with undefined frequency lists + +commit d0b04df5c98222a66aac3e2a1579f519227641bd +Author: Translation System +Date: Tue Sep 25 18:30:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 178bfb6bad84356407e981a66141be9ec5cfba27 +Author: Translation System +Date: Tue Sep 25 18:30:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 845 of 849 messages translated (0 fuzzy). + +commit f4cd9285504e2d654718acdf5eb3276bde9e1e43 +Author: Translation System +Date: Mon Sep 24 17:10:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 918973f79d2d368e47d6dc22667bf58f05ede8de +Author: Translation System +Date: Mon Sep 24 17:09:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 64 messages translated (0 fuzzy). + +commit c759ec8c97de9a2837f360731b2c8c1b0fb8247e +Author: Translation System +Date: Mon Sep 24 17:09:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 24 messages translated (0 fuzzy). + +commit 6ca757e3495ebda3288a91cc4fcc235c945c4d4b +Author: Manuel Munz +Date: Sat Sep 22 23:28:18 2012 +0000 + + contrib/meshwizard: Add widgets in the original order, increase version + +commit 6f79422a9a7aa3733b49e36cd24acce2c2b0fe5a +Author: Translation System +Date: Thu Sep 20 13:53:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 192 of 849 messages translated (15 fuzzy). + +commit 2d373d37feeaf35b3c6384d4ac3066c10d98b281 +Author: Translation System +Date: Thu Sep 20 09:14:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 29 messages translated (0 fuzzy). + +commit 48a3789b05047ee1ecf81a32cf35e9ee652695d0 +Author: Translation System +Date: Thu Sep 20 09:14:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 64 messages translated (2 fuzzy). + +commit 4b3c052d2e4fc8f15fcd58a3cdb468c0c354bc51 +Author: Translation System +Date: Thu Sep 20 09:14:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 39174d0b8a387fbcfff93408f91ca3a0a0533668 +Author: Translation System +Date: Thu Sep 20 09:14:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 105ba585904a7fc265d5400c2c3f1c6af3ed5b31 +Author: Translation System +Date: Thu Sep 20 09:14:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 60d141bca5149d74fef55fd0a686537ec7e1ba3d +Author: Translation System +Date: Thu Sep 20 09:14:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 94029cfb48ba2726dfd94ed3b72fd65e89f578cc +Author: Translation System +Date: Thu Sep 20 09:13:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit bce5060da6cdd93eb84850df02edf872b3611ad9 +Author: Daniel Golle +Date: Thu Sep 20 02:16:57 2012 +0000 + + themes/openwrt.org: disable 'password not set' warning in failsafe mode + + Signed-off-by: Daniel Golle + +commit 1dbb1da4d9a4ca24d92fe0fdc78e90ce0261e450 +Author: Daniel Golle +Date: Thu Sep 20 02:16:51 2012 +0000 + + modules: add failsafe module + + The failsafe module adds a minimal web-interface which is intended to + run on a very compact initramfs-based image intended only for flashing + firmware onto a device. This can be used as part of an installation method + or reside in a small partition on the device flash which can be booted + in case the checksum-test of the main kernel or rootfs fails. + + Signed-off-by: Daniel Golle + +commit 45d812dbb7b6374cd4188925661b74723cef91a7 +Author: Manuel Munz +Date: Wed Sep 19 09:44:20 2012 +0000 + + modules/freifunk: remove sorting function from widgets include in index view + +commit 3563c607f2110c8b9a0852e1fe20b55de77d5b6e +Author: Manuel Munz +Date: Wed Sep 19 06:39:25 2012 +0000 + + contrib/community_profiles: cleanup and reorder widget options in augsburg profile + +commit 3154ffa3b7ba296662b0d54579df22bb88a2ff7d +Author: Manuel Munz +Date: Wed Sep 19 06:28:58 2012 +0000 + + contrib/meshwizard: allow to parse values which contain '=' + +commit 386fa7a674f077d54d48955cb1bbd969c632c8a8 +Author: Manuel Munz +Date: Wed Sep 19 06:27:51 2012 +0000 + + applications/freifunk-widgets: remove order variable, fix html in rss view, fix search view + +commit be8760679a69857e59544cceb2b2ffba9e8cdc41 +Author: Manuel Munz +Date: Mon Sep 17 20:33:51 2012 +0000 + + applications/freifunk-widgets: Add missing Makefile + +commit 5a56f87871b2021eb97b121d96addbfcc75f6800 +Author: Manuel Munz +Date: Mon Sep 17 18:36:49 2012 +0000 + + meshwizard: forgot to enable reboot after testing and before comitting + +commit e1b7ca2122894ab40104535f07fa270b54ae5566 +Author: Manuel Munz +Date: Mon Sep 17 17:09:10 2012 +0000 + + add widget config to profile augsburg + +commit 05c04b22fa30355ad7e74fba4c10f1f820dcb320 +Author: Manuel Munz +Date: Mon Sep 17 17:06:52 2012 +0000 + + Add widget config from community profile to meshwizard + +commit 613de9b48f0aa8bf7fb170080d4ceb103702425d +Author: Manuel Munz +Date: Mon Sep 17 14:22:14 2012 +0000 + + modules/freifunk: include widgets in indexpage when available + +commit 745920eb08b63944ea03cb140dbe4033d7467973 +Author: Manuel Munz +Date: Mon Sep 17 14:20:36 2012 +0000 + + applications: add freifunk widgets app to customize the index page + +commit 2ad8d7fe61697bdeb9dc9ca421c9149c9ec33917 +Author: Translation System +Date: Sun Sep 16 19:42:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit ea8d12a016331c693e815bf749c9ca5268a01ff7 +Author: Translation System +Date: Sun Sep 16 19:42:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 0d46a087bb31dd61faa433d8dd50b62cdc517f3f +Author: Translation System +Date: Sun Sep 16 19:42:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 96 of 96 messages translated (0 fuzzy). + +commit 3f84ec34f2088d023b65d8ea7b878a3610a1e10b +Author: Translation System +Date: Sun Sep 16 19:41:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 6221ee30ad0e21e95e08161a8c510216cd403176 +Author: Translation System +Date: Sun Sep 16 19:41:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit 2b8f8a2c91b8420aefdf671323f9dbd0c8fe135e +Author: Translation System +Date: Sun Sep 16 19:41:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit af96a995c2581b3c8d09e108ab280958f3cf51ef +Author: Translation System +Date: Sun Sep 16 19:41:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 00a7373cdc94dbef2b29e98efda32ec96a88b371 +Author: Translation System +Date: Sun Sep 16 19:41:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit a08e110f151111e0203e4c83d5d50e04968d888a +Author: Translation System +Date: Sun Sep 16 19:41:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 89e09d5d1730e6b2ce53423f4a950ed99277a9f0 +Author: Translation System +Date: Sun Sep 16 19:41:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 77f024a6edb6ca607c7ccda75651f664491c8757 +Author: Translation System +Date: Sun Sep 16 19:41:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit db7e937aa5f76ab9c090c5e4f4e5c5128f4c538d +Author: Translation System +Date: Sun Sep 16 19:41:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 85 of 96 messages translated (0 fuzzy). + +commit c0f48907d027a90321139d33229453a98043445e +Author: Translation System +Date: Sun Sep 16 19:41:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 87404ed3cb4b508d4623e7bf659e76f478ce6a77 +Author: Translation System +Date: Sun Sep 16 19:41:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 54202996be981a53a4ca3eb2b996cb41c24b1401 +Author: Translation System +Date: Sun Sep 16 19:41:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit cac942f8edf9b3257bc58e4d7765c6556a06be1f +Author: Translation System +Date: Sun Sep 16 19:41:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit 5e895007ccd21e37345e1d876e1b4c16219e1146 +Author: Translation System +Date: Sun Sep 16 19:41:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit f10a585b1dd7e9c70bc1a6601184bb06123a3923 +Author: Translation System +Date: Sun Sep 16 19:41:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 127 messages translated (0 fuzzy). + +commit efdfdf2d1bf51226a1eb099fbe804ea184238c9c +Author: Translation System +Date: Sun Sep 16 19:41:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 846 of 849 messages translated (0 fuzzy). + +commit 76156d3d9b956deacad934b7839122d15ca09e2a +Author: Translation System +Date: Sun Sep 16 19:41:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 4b513110397f1c30c02c4aa740748d1bbb2b6416 +Author: Daniel Golle +Date: Sun Sep 16 19:23:17 2012 +0000 + + i18n: add RTL-hacks to cascade.css of the Openwrt.org theme + +commit 0a87ff9877ad3d172cb8a3f8040e6c91df9c67dc +Author: Daniel Golle +Date: Sun Sep 16 19:22:24 2012 +0000 + + translations: add "Freifunk" to base.po in Hebrew + +commit b0d3b82400abc1d3ae591e3a5b313584dda612a4 +Author: Jo-Philipp Wich +Date: Sat Sep 15 14:25:18 2012 +0000 + + libs/web: transparently handle userdata in write_json() + +commit 8772db16759352146a069f2bb7394a4a4213ba0f +Author: Jo-Philipp Wich +Date: Sat Sep 15 14:02:27 2012 +0000 + + libs/core: explicitely load luci.i18n in network model + +commit 647a0d33c39b7cbe070bd7e36f17be5a3ac626db +Author: Jo-Philipp Wich +Date: Sat Sep 15 13:10:27 2012 +0000 + + libs/core: adapt luci.model.network for wifi-iface instances which are members of multiple networks + +commit 1e5066815c7fc10ff20f78df5bfe2c1b001816ba +Author: Jo-Philipp Wich +Date: Fri Sep 14 12:08:58 2012 +0000 + + contrib/package: make luci-app-openvpn as broken + +commit 3a5d75d9ba8121078f5ca0d90d2b212a154f9923 +Author: Daniel Golle +Date: Fri Sep 14 04:54:24 2012 +0000 + + luci-meshwizard: set correct path for ucitrack + + /etc/init.d/wizard doesn't exist anymore apparently, calling + /usr/bin/meshwizard/wizard.sh makes more sense instead. + + Signed-off-by: Daniel Golle + +commit 5adb1b5b1adac6f2c06fae93e62d7d2e145fdf55 +Author: Translation System +Date: Thu Sep 13 16:32:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 7cf36e571b91d6299087598bc6aa8240a34b58a6 +Author: Translation System +Date: Thu Sep 13 16:32:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 780 of 849 messages translated (0 fuzzy). + +commit 93cb9bdfdfbc098b84fbebdfd10921ffe9bdec68 +Author: Translation System +Date: Thu Sep 13 16:32:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 105 messages translated (0 fuzzy). + +commit 5164d55091ea4af25c86bbd95bfcddb375e1f1b5 +Author: Jo-Philipp Wich +Date: Thu Sep 13 08:50:59 2012 +0000 + + libs/core: remove route enabled check in network model after netifd update in OpenWrt trunk + +commit f94f2364400827055da1e0f76fe3e65ce77b759f +Author: Translation System +Date: Wed Sep 12 16:21:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit f65d05ac2b174762a0f638db1bc34845950e3ec1 +Author: Manuel Munz +Date: Wed Sep 12 16:15:54 2012 +0000 + + add missing css declaration for cbi-button-find + +commit 39c9856002534675b117a1d58ec1097c5c6027a0 +Author: Translation System +Date: Wed Sep 12 12:00:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 848d17f3e507bbda5fddcaa7b43768e355c7f247 +Author: Translation System +Date: Wed Sep 12 09:50:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 8 messages translated (0 fuzzy). + +commit 6bdee8941d725d854d54814939a84d6adfd8fce6 +Author: Translation System +Date: Wed Sep 12 09:30:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 127 of 127 messages translated (0 fuzzy). + +commit 308126fc8baed44d08c06567eeadad674ac5c5fd +Author: Jo-Philipp Wich +Date: Tue Sep 11 19:09:33 2012 +0000 + + themes/openwrt: minor css fix + +commit 1d7b753981c3c55db9db5e25b9747db4939033b9 +Author: Jo-Philipp Wich +Date: Tue Sep 11 18:40:40 2012 +0000 + + po: sync firewall translations + +commit e6915e72df00a2b699d368206ee94d5d15328a50 +Author: Jo-Philipp Wich +Date: Tue Sep 11 18:35:40 2012 +0000 + + applications/luci-firewall: offer zone selection in redirect quickadd (#483) + +commit 8a23de32d956f17e709cff400303f9c733197846 +Author: Jo-Philipp Wich +Date: Tue Sep 11 16:30:37 2012 +0000 + + themes/base: slight icon changes + +commit 77ec03bfa913622a829e74ab1ce98c2042cba025 +Author: Translation System +Date: Tue Sep 11 16:02:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 849 of 849 messages translated (0 fuzzy). + +commit 46e70de48815769e39e9d55ec3030e7b45a3932c +Author: Jo-Philipp Wich +Date: Tue Sep 11 15:57:40 2012 +0000 + + po: sync base translations + +commit 8889eb36731871843318855bc09f908afe07567a +Author: Translation System +Date: Tue Sep 11 15:56:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 0fae53c5d6fc4345cf62d901cecca31a1dc9c432 +Author: Translation System +Date: Tue Sep 11 15:56:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 64 messages translated (2 fuzzy). + +commit ba6dad22dababde2ba296f7263149d6927c59138 +Author: Translation System +Date: Tue Sep 11 15:56:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 96 messages translated (0 fuzzy). + +commit 3b692bc69d69e5d6e637d6c8bb0f6773a786b97c +Author: Translation System +Date: Tue Sep 11 15:56:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 5ea9e8be6b6e4f623963599762ae4ee5536c933c +Author: Translation System +Date: Tue Sep 11 15:55:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 58db1da48b37017ddcfef31ab981fba7b9271572 +Author: Translation System +Date: Tue Sep 11 15:55:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 5 messages translated (1 fuzzy). + +commit 0c4bb0acc55ad6376d458287d3e00d753d8f3542 +Author: Translation System +Date: Tue Sep 11 15:55:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 177 messages translated (0 fuzzy). + +commit 56dbc304470b590d6afb4560916a308c690e4ab4 +Author: Translation System +Date: Tue Sep 11 15:55:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 64 messages translated (1 fuzzy). + +commit 6b6f901a54f481fa348902187b95b4335eaf18f3 +Author: Translation System +Date: Tue Sep 11 15:55:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 8 messages translated (1 fuzzy). + +commit 6142309c4e06872c4ec1c627217c93b8701a602b +Author: Translation System +Date: Tue Sep 11 15:55:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 6c74eb7099f405ba2bddc23ccb2d97010da2f84c +Author: Translation System +Date: Tue Sep 11 15:55:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 9 messages translated (0 fuzzy). + +commit 2bfb1b42f234912f6e1f2b3b87fabc5d5cbb0035 +Author: Translation System +Date: Tue Sep 11 15:55:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 105 messages translated (0 fuzzy). + +commit c9f77ec4f7d2019e2427a333cb434b346ef56946 +Author: Translation System +Date: Tue Sep 11 15:55:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 21 messages translated (2 fuzzy). + +commit 1f7288e589534507af2bb80ad7e26e9d0fbbde31 +Author: Translation System +Date: Tue Sep 11 15:55:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 4 messages translated (0 fuzzy). + +commit 42006a5e612d7ca515ad21bd2af0bdb3451e54c6 +Author: Translation System +Date: Tue Sep 11 15:55:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 192 of 842 messages translated (15 fuzzy). + +commit adee93490cd28eb950ac497b80040cff51d2560d +Author: Translation System +Date: Tue Sep 11 15:55:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 31 messages translated (3 fuzzy). + +commit 2ab27c6d2c013d880f2fe3db64562b6a90eb8636 +Author: Translation System +Date: Tue Sep 11 15:55:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 4bd4002a3fcf6a5d95e2cc6ab6af7f0600ca67b9 +Author: Jo-Philipp Wich +Date: Tue Sep 11 15:52:01 2012 +0000 + + modules/admin-full: small style fix in switch status + +commit 57e51eba60cd95b82b11c5857651861decf8dcbe +Author: Jo-Philipp Wich +Date: Tue Sep 11 14:18:28 2012 +0000 + + modules/admin-full, modules/admin-core, themes/base: add port status indicators to switch config page + +commit 1aa81b4ae095cea55119e8bc4142fbfb61cf40ff +Author: Jo-Philipp Wich +Date: Fri Sep 7 16:17:43 2012 +0000 + + applications/luci-statistics: add missing return in _expand() + +commit 0a96f6de35b0a1c8fd75b62499d311c6f268b2bc +Author: Jo-Philipp Wich +Date: Thu Sep 6 20:15:05 2012 +0000 + + applications/luci-statistics: cope with uci list values, thanks Bluse for reporting this + +commit c66a688f8be825684f93945a72c772b5e8b979b0 +Author: Translation System +Date: Wed Sep 5 16:39:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 29 messages translated (0 fuzzy). + +commit 653fc69d27edc001c7d9ca8b41f6ab504c65fad0 +Author: Translation System +Date: Wed Sep 5 16:39:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 780 of 842 messages translated (0 fuzzy). + +commit de93abe3b09bbe9e1ca1de3ba6185c3297d81c47 +Author: Translation System +Date: Wed Sep 5 13:46:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit dfe5c8cdc263a83f7e41c18fa6b2b98a7f68b661 +Author: Translation System +Date: Wed Sep 5 13:46:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit cc843e6ff2c407d462faf34ac9e9eef5def95930 +Author: Translation System +Date: Wed Sep 5 13:46:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 92 messages translated (0 fuzzy). + +commit 502c9303b8758471835e8dbf2502c2b1e420f2fa +Author: Translation System +Date: Wed Sep 5 13:46:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit cbb2010120e078dd182eda5e33844b3acd3df6d2 +Author: Translation System +Date: Wed Sep 5 13:46:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 125 of 177 messages translated (0 fuzzy). + +commit 11e4d1c780fa05f75c91b92dcafbf0226294d413 +Author: Translation System +Date: Wed Sep 5 13:46:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit b32d1df836a10bb9bb21f38bcc8b1ec4092972bb +Author: Translation System +Date: Wed Sep 5 13:46:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit f91e0044a382a9132ef8b7a1e08466dab6823fe7 +Author: Translation System +Date: Wed Sep 5 13:46:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit b14e20c9be2fdd56cc7fab92d110a650b919da91 +Author: Translation System +Date: Wed Sep 5 13:46:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit da414608323de9c92fb93007c793333df71e2c72 +Author: Translation System +Date: Wed Sep 5 13:46:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 33d992e5d8b2c394e9817cd99c4b8243d1a9d65f +Author: Translation System +Date: Wed Sep 5 13:46:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 105 messages translated (0 fuzzy). + +commit ff4549883f05abc2fcc211f1f6c1ae156719b092 +Author: Translation System +Date: Wed Sep 5 13:46:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit 7c5b93fcde0129f7780e9ef0e9727e490dea6ee8 +Author: Translation System +Date: Wed Sep 5 13:46:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 43292289c9ecf6879eb31209a3ec8cc7d6e040fd +Author: Translation System +Date: Wed Sep 5 13:46:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit d5c46efebd53261ad95e2fe0e20b4bf8de7477f3 +Author: Translation System +Date: Mon Sep 3 12:42:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 19c8b41cbba3ae5f9ded6f9578f5d3e4609b30f5 +Author: Translation System +Date: Mon Sep 3 12:42:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit bffb47372b694e99880a4f237933730abc887395 +Author: Translation System +Date: Mon Sep 3 12:42:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 5a6ca4e3ddc3966fdbda19b592b06818f93597cd +Author: Translation System +Date: Mon Sep 3 12:42:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit d6f326af35f195f5b438597fb6bf2fb81dee6495 +Author: Translation System +Date: Mon Sep 3 12:42:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit 6b5f8704ef2942b0f2582b1e6e380dffdc4f9254 +Author: Translation System +Date: Mon Sep 3 12:42:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit a728a05418f64e51e96d0d90d09931227dfa8311 +Author: Translation System +Date: Mon Sep 3 12:42:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 73 messages translated (0 fuzzy). + +commit 025d36de885f3546d7a4a7de48a7baba2a20c1f1 +Author: Translation System +Date: Mon Sep 3 12:42:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit 7cf8f35a6ae44c625677a37685d23365ab735868 +Author: Translation System +Date: Mon Sep 3 12:42:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 43 messages translated (0 fuzzy). + +commit 03eff2ae3549cb056305515f8c83a5e523c7313f +Author: Translation System +Date: Mon Sep 3 12:42:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 76 of 126 messages translated (0 fuzzy). + +commit ff69714bad9486397adbda992dcaceedfdaa895b +Author: Translation System +Date: Mon Sep 3 12:42:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 4f126632a542f9e8948cd58a03c3ccbdee1c0d9e +Author: Manuel Munz +Date: Sun Sep 2 19:34:32 2012 +0000 + + applications/splash: Fix error when replacing markers, delete file which contains the custom text if it is empty, #477 + +commit 81b554b7a0fd2cd8d991b119ff8511af9da75c4a +Author: Translation System +Date: Sat Sep 1 14:55:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 128b04d7444b5632fed1c89e7e17e280762e76ce +Author: Translation System +Date: Sat Sep 1 14:55:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit e3c56c95ef17fdfc479010bd3b5930b258368469 +Author: Translation System +Date: Sat Sep 1 10:55:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit b2107901a18c6317ca12c4661007e7620242970f +Author: Translation System +Date: Sat Sep 1 10:55:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 58 of 92 messages translated (0 fuzzy). + +commit 4e490ad1fac26f0b36a16f705e476f980f0c12de +Author: Translation System +Date: Sat Sep 1 10:55:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 61 of 73 messages translated (0 fuzzy). + +commit 2d1e11f8a21bc69f211c226313e5d1177e2e0680 +Author: Translation System +Date: Sat Sep 1 10:55:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit c77c895d8823e167d5b96c66e2a15e22a14a9174 +Author: Translation System +Date: Sat Sep 1 10:55:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 8215695cf3a9ffa47dc214a273c472b1950035ca +Author: Translation System +Date: Sat Sep 1 10:55:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 132 of 177 messages translated (0 fuzzy). + +commit e1411c783ebcd4dad9267a004af7e6d27b2f3755 +Author: Translation System +Date: Sat Sep 1 10:55:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 34 messages translated (0 fuzzy). + +commit 31c6ba4f306fe08a65e4940e03438345c64e2e3e +Author: Translation System +Date: Sat Sep 1 10:55:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit a5b496bdefb3047d9b0933c34f15d197cd17d5fc +Author: Translation System +Date: Sat Sep 1 10:55:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 60f3e6fd963a979624f6fea4aeea2ccd7b22c47c +Author: Translation System +Date: Sat Sep 1 10:55:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 841 of 842 messages translated (1 fuzzy). + +commit a90b3b78a1510b7b02a4e73987d6427252ffb6cb +Author: Translation System +Date: Sat Sep 1 10:55:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 792 of 842 messages translated (0 fuzzy). + +commit c4d0dd19b7b88c6bcbd1bb1b052d61283025a149 +Author: Jo-Philipp Wich +Date: Wed Aug 29 13:06:58 2012 +0000 + + libs/web: merge luci.http.protocol fix from Fonosfera + See http://trac.fonosfera.org/fon-ng/changeset/2102/trunk/luci/libs/http . + +commit ec5487649e426957370a1dc30aacd32fb57ad691 +Author: Jo-Philipp Wich +Date: Wed Aug 29 13:04:44 2012 +0000 + + [PATCH] nixio HAS_SHADOW test link error + + The nixio library can mistakenly build without shadow password support due to the + compile-time test failing. + + Because the test for HAS_SHADOW in the nixio Makefile uses the default CC flags, + the test may attempt to cross-compile with different VFP abi than libc does and + will therefore not link. Passing CCFLAGS on the command line builds the test + correctly and will enable HAS_SHADOW if available. + +commit ea1fc49a7f97f805225057bdc65a3154ed5618c5 +Author: Translation System +Date: Wed Aug 29 11:50:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit b1fb64d2a07f2fdaf8403820cdd116393a3f0b45 +Author: Translation System +Date: Wed Aug 29 11:50:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 700 of 842 messages translated (1 fuzzy). + +commit 825f213e141bc66b46244820fc94121fd79f5f97 +Author: Translation System +Date: Wed Aug 29 11:50:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit b7b8ceb7acc5e2ff3d827a1cb7ee1e4e2f1a015f +Author: Jo-Philipp Wich +Date: Tue Aug 28 09:52:43 2012 +0000 + + po: remove illegal html in polish translations + +commit 1916ab494aa72e05e9c04363a2a67c17d2b93eb0 +Author: Jo-Philipp Wich +Date: Mon Aug 27 14:54:37 2012 +0000 + + libs/nixio: add missing parameter to alarm reset + +commit 54567e57ea9e98e2384a82088e63062134b9b920 +Author: Jo-Philipp Wich +Date: Mon Aug 27 14:54:07 2012 +0000 + + libs/nixio: cancel pending alarm after successfully returning from getnameinfo() + +commit 893712f77f2a565937de1437f12297ceec28984d +Author: Jo-Philipp Wich +Date: Mon Aug 27 14:47:24 2012 +0000 + + i18n/polish: fix uci batch postinstall + +commit f66a13dc4d8a40e1b0af0b9fb18a97af70ee9f70 +Author: Jo-Philipp Wich +Date: Mon Aug 27 14:39:33 2012 +0000 + + libs/sys: use 100ms timeouts for name resolution of host hints + +commit c755e818c402e1f307a37cc90d0e8dfc3087b4c1 +Author: Jo-Philipp Wich +Date: Mon Aug 27 14:36:47 2012 +0000 + + libs/nixio: implement optional timeout for getnameinfo() on Linux + +commit d135599c5105494960fa010caa9fb16db3ecb519 +Author: Jo-Philipp Wich +Date: Mon Aug 27 12:41:50 2012 +0000 + + i18n: package polish translations + +commit 326418be42661e6c83eea18deda6f0888a009f82 +Author: Translation System +Date: Mon Aug 27 10:22:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 104 messages translated (1 fuzzy). + +commit 1d51bf59ba3b32b93f80c3acd830e63a13bb6d05 +Author: Translation System +Date: Mon Aug 27 10:22:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 5eb525ceab3fad09259e877bcb78e03e15d773c0 +Author: Translation System +Date: Mon Aug 27 10:22:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 650 of 842 messages translated (0 fuzzy). + +commit fd4399a380e41c623e4a4a86b460b69ede77171c +Author: Translation System +Date: Mon Aug 27 10:22:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 8d7b3bd76f96f74b8dc9f1ecf4a218f3ecc2362f +Author: Translation System +Date: Mon Aug 27 10:22:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit e15110d042d38e6768412df4db0d447fdfdf89dc +Author: Translation System +Date: Mon Aug 27 10:22:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit ced0bd6f15a0d61111e9617b01bd75fef979e333 +Author: Translation System +Date: Mon Aug 27 10:22:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit a3165181b77852165316a8d21dbc1bfb20988d3b +Author: Translation System +Date: Mon Aug 27 10:22:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 2749dfc00f9cdf2eac103a36f69a558ff74dc820 +Author: Translation System +Date: Mon Aug 27 10:22:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit f79153e80c206ee9824cca92be32467e22a4a63a +Author: Translation System +Date: Mon Aug 27 10:22:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit 21ea46fa7eeed88c230f882e2e1f87f8cb6d63f3 +Author: Translation System +Date: Mon Aug 27 10:22:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 104 of 104 messages translated (0 fuzzy). + +commit 852403d98daca724a275f2b49fb60acd19b79da4 +Author: Translation System +Date: Mon Aug 27 10:22:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 8d5a4816934d5b3a81676a3e61b1e4e52d8b63fc +Author: Translation System +Date: Mon Aug 27 10:22:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 96 of 96 messages translated (0 fuzzy). + +commit b9c9e3377a53f649e39978273fa1ad6b7da5b1e6 +Author: Translation System +Date: Mon Aug 27 10:22:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit da8959dcffa095d9ab63ed5e69d5a9dae1a9c7dd +Author: Translation System +Date: Mon Aug 27 10:22:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 2fe870d48c5b896646b041ad2118df68d6d79caf +Author: Translation System +Date: Mon Aug 27 10:22:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit 958e51ea2ea3f856ac9bceece11ed3f6a4c9140b +Author: Translation System +Date: Mon Aug 27 10:22:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 4121031e83a2b32bff00548f40ed4f7a1ffbfa95 +Author: Translation System +Date: Mon Aug 27 10:22:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit fc93d0c0d88ff61b01b6adc1add12808e49d2769 +Author: Translation System +Date: Mon Aug 27 10:22:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 6d06362a068b45ae038c0af8316be2b303b7a277 +Author: Translation System +Date: Mon Aug 27 10:22:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit 0eac5c6c617786f8dca39995bcb6d729c0f6597c +Author: Translation System +Date: Mon Aug 27 10:22:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit a4a832b36b0d27258fe4eb796b7133ca497e48f3 +Author: Translation System +Date: Mon Aug 27 10:22:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 96b0a7e16f968709ea7557a726f3774855991b6e +Author: Translation System +Date: Mon Aug 27 10:22:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 5bb08d5503f67c67ec689fd568ca2ec3f43e2bf6 +Author: Translation System +Date: Mon Aug 27 10:22:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 60a600f69f433c02e166d3ba38cc89df3aa39a8c +Author: Translation System +Date: Mon Aug 27 10:22:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 2d7bd2c726e9cdb4f5ed699e487ad7a0d8316b70 +Author: Translation System +Date: Mon Aug 27 10:22:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 12f5e32ac2dc611ee203b35168f2f76e3d166b53 +Author: Translation System +Date: Mon Aug 27 10:22:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 92 messages translated (0 fuzzy). + +commit 31484ff0259ba4e0c2c73beb5a1cdbf22145a8b8 +Author: Translation System +Date: Mon Aug 27 10:22:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 73 messages translated (0 fuzzy). + +commit 7ec89e07306a0be5734c7e9e012e175f56d97b11 +Author: Translation System +Date: Mon Aug 27 10:22:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 177 messages translated (0 fuzzy). + +commit 3b8efc74f2966fc004f5365d3c944171e14a51d8 +Author: Translation System +Date: Mon Aug 27 10:22:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 64 messages translated (2 fuzzy). + +commit b9c4b46b228d2262ab8bba65b51207b6e1b9a28c +Author: Translation System +Date: Mon Aug 27 10:22:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 104 messages translated (0 fuzzy). + +commit 21ab46432cfd26561750b224186ff4fa00236a98 +Author: Translation System +Date: Mon Aug 27 10:22:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit a79e0fbe44c57590b7a79c017fe3681898b9a208 +Author: Translation System +Date: Mon Aug 27 10:21:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 57 messages translated (0 fuzzy). + +commit 0709257f7fe4d9aadec238f28bedfe06b00b3469 +Author: Translation System +Date: Mon Aug 27 10:21:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 96 messages translated (0 fuzzy). + +commit bb79b03bd7dd3062085e903b2cd487b36e9a4ec5 +Author: Translation System +Date: Mon Aug 27 10:21:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 20 messages translated (0 fuzzy). + +commit c0b9e53fe563e9a1c0a838e10861231edd637474 +Author: Translation System +Date: Mon Aug 27 10:21:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 177 messages translated (1 fuzzy). + +commit 65432e34bd11e33b26984394e6c98ade041b162a +Author: Translation System +Date: Mon Aug 27 10:21:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 112 of 159 messages translated (0 fuzzy). + +commit 7f708bcfaaf46754c93ee40df8c4175444fc5ec2 +Author: Translation System +Date: Mon Aug 27 10:21:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 34 messages translated (0 fuzzy). + +commit 69c85adc551417b9d7981591c621bd04138ff1aa +Author: Translation System +Date: Mon Aug 27 10:21:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit a5141881fd9ff2a30b5b8d66eecf954a7c196a3d +Author: Translation System +Date: Mon Aug 27 10:21:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 99 of 105 messages translated (0 fuzzy). + +commit 8cb290ce55e128f394faa9dee9757fc95328ad03 +Author: Translation System +Date: Mon Aug 27 10:21:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2a245e7370a6091f930bfd0d02f4f502818d8783 +Author: Translation System +Date: Mon Aug 27 10:21:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit 878f5bb5686ae64aaa7be9d0ed49737139e3f67d +Author: Translation System +Date: Mon Aug 27 10:21:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 47 messages translated (0 fuzzy). + +commit 456cd7a23c7990175f1d8a015a9975044e33ff06 +Author: Translation System +Date: Mon Aug 27 10:21:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 63 messages translated (1 fuzzy). + +commit c8a7bfbc350f679397059601a6dbb4e57757ea4b +Author: Translation System +Date: Mon Aug 27 10:21:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 678 of 842 messages translated (1 fuzzy). + +commit a95e6db409eda635922b95e855fdbbc57be603fa +Author: Translation System +Date: Thu Aug 23 08:20:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 56019152868036a5e1a0ea874d717842b8b10298 +Author: Translation System +Date: Thu Aug 23 08:20:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit da7fd4df7f1d47e2badb5f385a4d88d00b9de647 +Author: Translation System +Date: Thu Aug 23 08:20:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 1c8d7f9e3983e448d69cce8ae4509c7253da9e0e +Author: Translation System +Date: Thu Aug 23 08:20:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit c02d07542c2fec09ef4977ca6484500971250b68 +Author: Translation System +Date: Thu Aug 23 08:20:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit efdfcfa00a269d7c36ae0e130d7645d5391e997e +Author: Translation System +Date: Thu Aug 23 08:20:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 104 messages translated (0 fuzzy). + +commit 7826dde48a130e7a1dda21325988d906e23ce96b +Author: Translation System +Date: Thu Aug 23 08:19:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 79a34b8b10e58745c43482af8f2d57e60a115dc2 +Author: Translation System +Date: Thu Aug 23 08:19:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 08aca828b596759e70f650dcc3a353956f6db17e +Author: Translation System +Date: Thu Aug 23 08:19:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 159 messages translated (0 fuzzy). + +commit 6cb12c346b3c2f4f5e77b6ad91e605501829ce3d +Author: Translation System +Date: Thu Aug 23 08:19:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 699894f3fb4eb32260e0171e859d72713074ec4b +Author: Translation System +Date: Thu Aug 23 08:19:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 7f4f1fc919d9bc42c1cecde9668c1ec2a9c22a0e +Author: Translation System +Date: Thu Aug 23 08:19:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 3f1cfb21320fd7ddc37a43e65bfd24b3c3ca415f +Author: Translation System +Date: Thu Aug 23 08:19:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit 229c8cd33e1e939ae77a72d5d236db48a700c9f8 +Author: Translation System +Date: Thu Aug 23 08:19:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 69fe181e89760a5a1e5503f2612cd947478f4fc0 +Author: Translation System +Date: Thu Aug 23 08:19:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 33e5445cfdfa27ca4adbc3ece49cec301153f6b3 +Author: Translation System +Date: Thu Aug 23 08:19:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 202245cc6d45af1f8992c6bfbc9c48f27729a684 +Author: Translation System +Date: Thu Aug 23 08:19:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit db972d6b089d24b2fd00f9857f46b16627833609 +Author: Jo-Philipp Wich +Date: Wed Aug 22 11:12:14 2012 +0000 + + protocols/3g: rework service type choices + +commit 26dcec42ee0116b5a3dfe2a00555f31227a3d9fd +Author: Translation System +Date: Wed Aug 22 11:00:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 92 messages translated (0 fuzzy). + +commit 3a7cd8beaf3e5d180d013bae81ecd8a4df7f69da +Author: Translation System +Date: Wed Aug 22 11:00:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 73 messages translated (0 fuzzy). + +commit f7597ca91ac10c99cd2e9f33a166433d4100a81f +Author: Translation System +Date: Wed Aug 22 11:00:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 177 messages translated (0 fuzzy). + +commit 30e8d732fa765a64ff578eb6e8261bfbc3fb1c0b +Author: Translation System +Date: Wed Aug 22 11:00:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit e019af109590312684ddb36f374445fd38b82def +Author: Translation System +Date: Wed Aug 22 11:00:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 177 messages translated (0 fuzzy). + +commit f6735c847215538d83381381d113d9eb90d9c3bd +Author: Translation System +Date: Wed Aug 22 11:00:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 48 of 159 messages translated (0 fuzzy). + +commit a4960b530365498fc09914c0b7a23a46bf9e0847 +Author: Translation System +Date: Wed Aug 22 11:00:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 34 messages translated (0 fuzzy). + +commit 281e1173f2f5e758cce8f45f20934a34b4004c35 +Author: Translation System +Date: Wed Aug 22 11:00:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit 0e920e51516f7acd41f9a6a3e3b9521fb8e91f3e +Author: Translation System +Date: Wed Aug 22 10:59:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit a6ecda7e2e20d817859e43ab1cf06a969fdd5fa1 +Author: Translation System +Date: Wed Aug 22 10:59:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 0555bf9fee5d5e10faa53001c4c6507b3a173032 +Author: Translation System +Date: Wed Aug 22 10:59:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit d14e1e0567dc8385f4f5fa67d1819eeac0935469 +Author: Translation System +Date: Tue Aug 21 12:51:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 28f098fba9dad1195d0cd931663bc15442293d04 +Author: Translation System +Date: Tue Aug 21 12:48:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit c1244caf1c83526b0ee0744fd9d340c97a8acb84 +Author: Translation System +Date: Tue Aug 21 12:48:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 76841fc4791b864d8a71c8fa7ac1bb538a1171fc +Author: Translation System +Date: Tue Aug 21 12:48:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 6b590566a1e4078d5543994ec85b5d085c9cf496 +Author: Translation System +Date: Tue Aug 21 12:48:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 177 messages translated (0 fuzzy). + +commit 60ede0b5ec08323102cf4b2cecd60ecfa8404fe2 +Author: Translation System +Date: Tue Aug 21 12:48:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 90a4d775760c949147d1ff3bcc7dbb0b80b5331f +Author: Translation System +Date: Tue Aug 21 12:48:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 159 messages translated (0 fuzzy). + +commit 52d2a2f6bae11ef840d8ecb66fcd81daeebfc8f4 +Author: Translation System +Date: Tue Aug 21 12:48:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 3c266abaf1dc5c60d5ceb4a399771be41ec2806a +Author: Translation System +Date: Tue Aug 21 12:48:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 105 messages translated (0 fuzzy). + +commit 4e3229349bfb926238da646091864dfc30f2d949 +Author: Translation System +Date: Tue Aug 21 12:48:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit 10bb96639bf26a4c4f123cae4b62490aa0249882 +Author: Translation System +Date: Tue Aug 21 12:48:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 63 messages translated (0 fuzzy). + +commit a6ee184f780a11581ba1370026563769b29b440d +Author: Translation System +Date: Tue Aug 21 12:48:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit b63fab97c2fee26353c62d017a4d7207f705a394 +Author: Translation System +Date: Tue Aug 21 12:48:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit edeb1fe162a7ca8ffd21440957af41e4315c0efb +Author: Translation System +Date: Tue Aug 21 12:48:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 123 of 126 messages translated (3 fuzzy). + +commit 9e33e992c9caecda06e8bc0a82d8a03f58a39ffa +Author: Manuel Munz +Date: Mon Aug 20 11:14:13 2012 +0000 + + modules/freifunk: Add ipv6 options to community profile form + +commit 1f1aaf1a66d05a9bc3238cbbeb9a19b59d354e82 +Author: Manuel Munz +Date: Mon Aug 20 11:12:39 2012 +0000 + + applications/meshwizard: Add ipv6 config options + +commit adedd765d4919c753017a1292d3dd1d522fe745f +Author: Jo-Philipp Wich +Date: Sun Aug 19 15:48:57 2012 +0000 + + protocols/core: fix bad .write() invocation in luci.tools.proto + +commit 696414337982aeab21e63870dadb6e677c4f3e8b +Author: Translation System +Date: Sun Aug 19 15:35:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 864daf0f1f7ed3ecc4d10a77f820318d1447faf7 +Author: Translation System +Date: Sun Aug 19 15:35:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 495824477c16dc40ad8099472ac71f0869d4f4b0 +Author: Translation System +Date: Sun Aug 19 15:35:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit b26d91b9db6df73a8a3770fcf65d98dee8de2203 +Author: Translation System +Date: Sun Aug 19 15:35:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 8522dfa3c4c820d3b36b96188fab198f3615c87e +Author: Translation System +Date: Sun Aug 19 15:35:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 73 messages translated (0 fuzzy). + +commit dc260d4ab3913b6ffe48c6fdfb9f1f4da67b4eef +Author: Translation System +Date: Sun Aug 19 15:35:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 164 of 177 messages translated (0 fuzzy). + +commit 4f644cef72530a136bd2d3552d2eb158a1a82833 +Author: Translation System +Date: Sun Aug 19 15:35:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 3d2e61392bcaf18004a80b91bb31f6769c6eac3f +Author: Translation System +Date: Sun Aug 19 15:35:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit e5741feb02d5997f55450dd15aa4a29291abb998 +Author: Translation System +Date: Sun Aug 19 15:35:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 57 messages translated (0 fuzzy). + +commit a037a74db8efad78fb349085b3ac08015a714494 +Author: Translation System +Date: Sun Aug 19 15:35:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 3f055c46f3ca59aed29083b0943fe64257ba1890 +Author: Translation System +Date: Sun Aug 19 15:35:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit c553b578d98642efd0c013d4e230760c2cf6cfa5 +Author: Translation System +Date: Sun Aug 19 15:35:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 159 messages translated (0 fuzzy). + +commit 735eda1a6dd2f2ca6fff38ba28fe70faa83c92bc +Author: Translation System +Date: Sun Aug 19 15:35:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit e9fe43dca687d0db92768c641aff47f56733addc +Author: Translation System +Date: Sun Aug 19 15:35:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit beb75de3b8bf8ca349684ec1db657552ae7417b3 +Author: Translation System +Date: Sun Aug 19 15:35:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 47 messages translated (0 fuzzy). + +commit 7843cd3f0149439769ec59cc701be3818697b679 +Author: Translation System +Date: Sun Aug 19 15:35:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 63 messages translated (0 fuzzy). + +commit 71aa13c115a5676cc3a7080f2a409bdbcb68161b +Author: Translation System +Date: Sun Aug 19 15:35:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 534 of 842 messages translated (0 fuzzy). + +commit ed9aaca08b0c0b46a3b55dc5fe5eb6d2439fe481 +Author: Translation System +Date: Sun Aug 19 14:43:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 528 of 842 messages translated (0 fuzzy). + +commit d98511b057b5942a64f484f815e0804fe209ffaa +Author: Translation System +Date: Sun Aug 19 14:43:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 544122555de127613e1dd2fae751dc2338306f53 +Author: Translation System +Date: Fri Aug 17 16:00:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit d98c3411ae08026394cf92d5c177da80366fd2c7 +Author: Translation System +Date: Fri Aug 17 15:20:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 827 of 842 messages translated (13 fuzzy). + +commit f8ff31de9ae8e2cb9c0a5b59ccfeac852a4d0902 +Author: Translation System +Date: Fri Aug 17 15:15:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 842 of 842 messages translated (0 fuzzy). + +commit 5d56d643eefddb01316fdbf0e74c00f57e58261a +Author: Jo-Philipp Wich +Date: Fri Aug 17 15:09:28 2012 +0000 + + po: resync base translations + +commit dce04bbcb2b2b41898281ed5de0622705bf17b1e +Author: Jo-Philipp Wich +Date: Fri Aug 17 15:06:46 2012 +0000 + + modules/admin-core, modules/admin-full: implement display support for dnsmasq dhcpv6 leases + +commit 044b011051086b9cb845e497c0a620cdecd038a6 +Author: Jo-Philipp Wich +Date: Fri Aug 17 11:39:04 2012 +0000 + + libs/core: also add gre0 to default interface ignore pattern + +commit d88dc89f38efa993002ca1d402e83d47c66d5b45 +Author: Jo-Philipp Wich +Date: Fri Aug 17 08:24:24 2012 +0000 + + modules/admin-full: also require luci.tools.proto from parent cbi model + +commit a3894bf21b6eaf8fc40c00485af7b70bcaff2714 +Author: Jo-Philipp Wich +Date: Fri Aug 17 08:19:48 2012 +0000 + + protocols/core: remove uneeded requires from luci.tools.proto + +commit bde145be541e7ba1ad9ed103f9dd82666295cacb +Author: Jo-Philipp Wich +Date: Fri Aug 17 08:18:06 2012 +0000 + + protocols/core: write override mac to wifi-iface for wifi interfaces + +commit a5c891adb2accad898d4e98ecde44c9ffbfea11d +Author: Translation System +Date: Fri Aug 17 06:44:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 173 of 177 messages translated (4 fuzzy). + +commit c96aa4028b75117510dca67df9aa1a4fde3acdb6 +Author: Translation System +Date: Fri Aug 17 06:44:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 172 of 177 messages translated (5 fuzzy). + +commit 3c40a2b70836aee855f04b32d1130b84fd3c84bb +Author: Translation System +Date: Thu Aug 16 12:37:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 155 of 159 messages translated (4 fuzzy). + +commit 4be1360c63606f237f016e631b118c860383e9e6 +Author: Jo-Philipp Wich +Date: Thu Aug 16 08:47:43 2012 +0000 + + protocols/core: remove bogus dependency from metric option of dhcp configuration + +commit 8cc7a34d31da465150f982b038ed18ea1d4e97ac +Author: Translation System +Date: Thu Aug 16 07:50:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 104 messages translated (1 fuzzy). + +commit 4b907343f47f3ed98d44d6e7ab8392d939193188 +Author: Translation System +Date: Wed Aug 15 16:51:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 105 of 105 messages translated (0 fuzzy). + +commit b70cdbdb7b182d3aa6df850c2250c5596658abf4 +Author: Daniel Golle +Date: Wed Aug 15 16:31:41 2012 +0000 + + support extant Antenna configuration + +commit 5861011d18b9646705b9ddbab25e5d00dd4ddf4d +Author: Translation System +Date: Wed Aug 15 16:27:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 06b7ce4380b701ba6f4f2ce2ea8310b9992bf327 +Author: Translation System +Date: Wed Aug 15 15:36:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit c3e0c7be90c5ea08455b7ba33ffbdfd0a266ae37 +Author: Translation System +Date: Wed Aug 15 15:36:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 63 messages translated (2 fuzzy). + +commit d83e1847c2258a62901756711692df4601d55144 +Author: Translation System +Date: Wed Aug 15 14:18:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 3607ea31db2962ff86d1f00134267ee5f214fc77 +Author: Translation System +Date: Wed Aug 15 14:18:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit bf591cc32e7c0f6e398cfaac83c91b9688a538f9 +Author: Jo-Philipp Wich +Date: Wed Aug 15 14:18:03 2012 +0000 + + po: sync diag_devinfo translations + +commit fb71a1b39bdb4775c310f7682814cb336ab09ee3 +Author: Jo-Philipp Wich +Date: Wed Aug 15 14:16:57 2012 +0000 + + applications/luci-diag-devinfo: fix lost description in netdiscover_devinfo.lua, patch by "BasicXP" + +commit 4edf243ffa0ab2abd550b6c92ca55a72aa8250c7 +Author: Translation System +Date: Wed Aug 15 13:41:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit a7a41a6c58692e3c5765ae3fe1dbfef4cf60d262 +Author: Translation System +Date: Wed Aug 15 13:41:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 88 of 92 messages translated (4 fuzzy). + +commit 41c11497fcff010d4cb363519aefa33564e5cdd3 +Author: Translation System +Date: Wed Aug 15 13:41:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit c77dac8fe588fff129cd8c712a5dc62d4bdc4b98 +Author: Translation System +Date: Wed Aug 15 13:41:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (1 fuzzy). + +commit 5b4ac624afe9f77705ec5d0378b67f50227d40ec +Author: Translation System +Date: Wed Aug 15 13:41:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit d388d1a70bd843db77df69376dcf20a4fe04e86e +Author: Translation System +Date: Wed Aug 15 13:41:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 62 messages translated (2 fuzzy). + +commit f32a8cdfe00f6734ae4dd22f4bf93cc417838ffd +Author: Translation System +Date: Wed Aug 15 13:41:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 31 messages translated (1 fuzzy). + +commit 366c3cd9cc83e34d1e24261e02a9e7f02b6f5b71 +Author: Manuel Munz +Date: Wed Aug 15 12:33:33 2012 +0000 + + meshwizard: ipv6 fixes, fix uhttpd setup + +commit e627e614d8d662d6a147ffbe7ae6a3f3dac1be71 +Author: Translation System +Date: Wed Aug 15 10:23:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 92ec5c734a365eaa45d21f76f3599e0d059b405e +Author: Translation System +Date: Wed Aug 15 10:23:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit d0c85dd3a9afbd0bb07b7227dfc97665f1eae75f +Author: Translation System +Date: Wed Aug 15 10:23:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 45bc09546937efc7a09e6b6b78617edd5422561e +Author: Translation System +Date: Wed Aug 15 10:23:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 3 messages translated (0 fuzzy). + +commit ef5f3fab98ecbd97d26f86bdaee81fe6bc97377a +Author: Translation System +Date: Wed Aug 15 10:23:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit f451ac1724d4a10c725b2ae155cd89a93c7deaec +Author: Translation System +Date: Wed Aug 15 10:23:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 15 messages translated (0 fuzzy). + +commit 9f27d2b785f1b9c1af9ac90e4a316203f8292a83 +Author: Translation System +Date: Wed Aug 15 10:23:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit f7ed129339d1a2a6e3f0090b2ef7816abeaf164f +Author: Translation System +Date: Wed Aug 15 10:23:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit fe3bf76c746be47e1ca670d54bf2cd68f6cdc080 +Author: Translation System +Date: Wed Aug 15 10:23:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit f3b50061b716418b9363551106200bb3a0e7e773 +Author: Translation System +Date: Wed Aug 15 10:23:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit 3459dbaaf024e0e7e7a57a768b22d81ddf8bf678 +Author: Translation System +Date: Wed Aug 15 10:23:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). + +commit 489792c60ed2eff433b775199d77305bc1b1b282 +Author: Translation System +Date: Wed Aug 15 10:23:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (1 fuzzy). + +commit a081b33528aa5fee811bbe6af941cc1c619c9588 +Author: Translation System +Date: Wed Aug 15 10:23:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit bbdeaf0f9ce7ed08a9974d94f318173d646375c9 +Author: Translation System +Date: Wed Aug 15 10:23:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit e66ff25089be8b2c022e6d45f3551c35a1a1eb22 +Author: Translation System +Date: Wed Aug 15 10:23:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 6ad5b53f06c94418554487d939230d11878dbac7 +Author: Translation System +Date: Wed Aug 15 10:23:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 97256e8c3967810832c2ed54df6d1e0d72d91c61 +Author: Translation System +Date: Wed Aug 15 10:23:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit b71639607abc00330fb4950a0d8d77a80e8dc472 +Author: Translation System +Date: Wed Aug 15 10:23:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 88335c970685e98884352df54200ee3ef17e250c +Author: Translation System +Date: Tue Aug 14 21:59:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 44 messages translated (1 fuzzy). + +commit 4f0430a59c16a160e91a68db2faf2b6408fb17dd +Author: Translation System +Date: Tue Aug 14 21:59:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 041b7fdf6aefc51b06ec9836a1380c8961d6d57b +Author: Translation System +Date: Tue Aug 14 21:59:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 821 of 837 messages translated (14 fuzzy). + +commit b5ae8394eba08ac40b8c156c17e3acd119d16961 +Author: Jo-Philipp Wich +Date: Tue Aug 14 16:44:01 2012 +0000 + + po: sync base translations after r9017 + +commit 22ffb83bdcd9ded86f79b3398d19ed6b5db23c63 +Author: Translation System +Date: Tue Aug 14 15:45:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 837 of 837 messages translated (0 fuzzy). + +commit e6dcd4630f6c0f550e6473fa4250cb9aafc1053b +Author: Jo-Philipp Wich +Date: Tue Aug 14 15:38:29 2012 +0000 + + themes/openwrt: allow line-wrap in tags (#470) + +commit b7026b156d54bf48b7f88b702df87e5ece2f41b5 +Author: Jo-Philipp Wich +Date: Tue Aug 14 15:31:26 2012 +0000 + + libs/web: export translatef() into templates + +commit 536d32950369342c4c1721ddc3a4bb8044e747ad +Author: Jo-Philipp Wich +Date: Tue Aug 14 15:09:11 2012 +0000 + + modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" + +commit 0183ac4c67eb84263fd35b934cb29cfd9e9e7d0d +Author: Translation System +Date: Tue Aug 14 13:53:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 834 of 837 messages translated (0 fuzzy). + +commit ff630c58c5a43cddbddbde7f1275a8dafadc565d +Author: Jo-Philipp Wich +Date: Tue Aug 14 13:08:41 2012 +0000 + + po: sync translations, patch by "BasicXP" + +commit a1415d74302e12459379437ca8d6af0ff4cf1921 +Author: Jo-Philipp Wich +Date: Tue Aug 14 13:08:18 2012 +0000 + + modules: make most remaining hardcoded strings translatable, patch by "BasicXP" + +commit 2c844d42d819f1d2b5f9827b3e079801f238938d +Author: Jo-Philipp Wich +Date: Tue Aug 14 12:45:12 2012 +0000 + + libs/sys: fix getiwinfo() for "radioX.networkY" notation if the target network is not yet committed to uci + +commit 6b128c028146d6a7a0ed630f4be07c1d67cf8fc1 +Author: Jo-Philipp Wich +Date: Tue Aug 14 12:45:06 2012 +0000 + + modules/admin-full: use format_wifi_encryption() in wifi_join.htm to make encryption translatable + +commit d7f865b6b2d6fa791bcf8508773fe69d91584901 +Author: Manuel Munz +Date: Mon Aug 13 19:29:56 2012 +0000 + + meshwizard: setup static ipv6 addresses + +commit 4b0b9841de379c6987e914dfd10c93ced11c4398 +Author: Manuel Munz +Date: Mon Aug 13 19:03:23 2012 +0000 + + contrib/freifunk-policyrouting: Make it work with trunk, remove unnecessary setup of network route for the local network at wan + +commit 489e69edfd103de532dfd291d3d30eca1db349c8 +Author: Jo-Philipp Wich +Date: Sat Aug 11 21:15:05 2012 +0000 + + proto/6x4: cast 6to4 adv_interface to string when saving to uci, fixes 6in4.sh not picking up the adv interfaces + +commit 20e12be8182a4330c3a9b38300490480ae82d240 +Author: Translation System +Date: Sat Aug 11 16:38:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit c11b7fdf19b38837f88cc4c59c75beb3e4dbf02d +Author: Translation System +Date: Sat Aug 11 16:38:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit c97048a49ca2e531f928e70688b464d1c75ce2c7 +Author: Translation System +Date: Sat Aug 11 16:38:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 68e8b7aab53c4dfd702430ea233f0c145a2969c8 +Author: Translation System +Date: Sat Aug 11 16:38:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit 5917bfa60e8d27080b605b86f657c9707aed275e +Author: Translation System +Date: Sat Aug 11 16:38:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit 16f842a7d5c473717d57b2f94b86a04d4564664a +Author: Translation System +Date: Sat Aug 11 16:38:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 796 of 815 messages translated (0 fuzzy). + +commit afdfab1f73613286c40e3f3cb8cdde7ffefe22d7 +Author: Translation System +Date: Sat Aug 11 16:38:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit e1f2da230c9d6cbf2e0961b935453b9bad2e5344 +Author: Translation System +Date: Sat Aug 11 16:38:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 3cbe59114c8d14aae213ba493d136f9712f57492 +Author: Translation System +Date: Sat Aug 11 16:38:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). + +commit 892ae4b0f924e983f8a3928ce4ccb7a6f587c2a8 +Author: Translation System +Date: Sat Aug 11 16:38:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit add10dd935003599e3383bc83a8b06356aca4f8b +Author: Translation System +Date: Sat Aug 11 16:38:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 57 messages translated (0 fuzzy). + +commit 1547f73438f5cc1d09f2004a0a93b565315067cc +Author: Translation System +Date: Sat Aug 11 16:38:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 83 of 96 messages translated (0 fuzzy). + +commit b6b7452a3a99bdd130fe222c156e62a0229cb999 +Author: Translation System +Date: Sat Aug 11 16:38:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). + +commit c6c56cebd3cad6bbe7b99e68c5b87ade67e1ab21 +Author: Translation System +Date: Sat Aug 11 16:38:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 065f8f8b264ee15c0a8a04438d317cc1a8d79eec +Author: Translation System +Date: Sat Aug 11 16:38:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 34 messages translated (0 fuzzy). + +commit 40a1bf5c4dd91c5268c9bf4c72f7e34c34f8644d +Author: Translation System +Date: Sat Aug 11 16:38:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 104 of 105 messages translated (0 fuzzy). + +commit 7c6eac9b77262b1533d5579bb87c5fde2cfe6e72 +Author: Translation System +Date: Sat Aug 11 16:38:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 17abfc2b101d44993fc4eba36453ee380fb6d0ea +Author: Translation System +Date: Sat Aug 11 16:38:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 398603c70047682c07e18ca8ac2e31dafc3aa7c0 +Author: Translation System +Date: Sat Aug 11 16:38:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 15e586ef241f758a736e792fdda0017cb265a508 +Author: Translation System +Date: Sat Aug 11 16:38:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 806 of 815 messages translated (0 fuzzy). + +commit 9f124ebf2857dfa8dbb8ac4f994bd29ff08e561e +Author: Translation System +Date: Sat Aug 11 16:38:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit a6380ee1d1bd45d2e17b821bb6e2245875b8beeb +Author: Translation System +Date: Sat Aug 11 16:37:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 8678008968e27a919c947f5c7d0309e379a7f573 +Author: Translation System +Date: Sat Aug 11 16:37:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 67 of 69 messages translated (0 fuzzy). + +commit 2635e45207d29d482516ca57ccd54f4f609ae81b +Author: Translation System +Date: Sat Aug 11 16:37:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 29 messages translated (0 fuzzy). + +commit c8b991f487a8201234003d6fff851b2d291f7cfd +Author: Translation System +Date: Sat Aug 11 16:37:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit fb6a9c7159470b6699280d340c0ade1dedad9dea +Author: Translation System +Date: Sat Aug 11 16:37:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 59d07b327f8d191bfce98069a73c1c94e2ff22df +Author: Translation System +Date: Sat Aug 11 16:37:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 24 messages translated (0 fuzzy). + +commit 863e5a2748a6c1eec139e88ade30e1a297b0e900 +Author: Translation System +Date: Sat Aug 11 16:37:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 9cac4c84a21f5b3cda70d2b903638fdfd29a1850 +Author: Translation System +Date: Sat Aug 11 16:37:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 105 messages translated (0 fuzzy). + +commit 310586e35cefe8a288764605059c76817317f8eb +Author: Translation System +Date: Sat Aug 11 16:37:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 98 of 126 messages translated (0 fuzzy). + +commit 86bc1ffcc850976d0b5946645a7bbc345945eeff +Author: Translation System +Date: Sat Aug 11 16:37:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 880ffbc71c2087d9b0154520ca15c2cdbb4e1200 +Author: Translation System +Date: Sat Aug 11 16:37:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 668 of 815 messages translated (2 fuzzy). + +commit df04ba4c6f5c11c2f4f867c7b55d4da72b20263a +Author: Translation System +Date: Sat Aug 11 16:37:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 346 of 815 messages translated (8 fuzzy). + +commit 6597a8bed8b0026f433070fc3b60e28f26f0e953 +Author: Translation System +Date: Sat Aug 11 16:37:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 771 of 815 messages translated (0 fuzzy). + +commit 700949ea5e56ccbb1ef0892882ae3f8fa15aa6cd +Author: Translation System +Date: Sat Aug 11 16:37:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 63 messages translated (0 fuzzy). + +commit 2ea0ee6faa70aafe69ec6b5c75e634bb830210cc +Author: Translation System +Date: Sat Aug 11 16:24:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 815 of 815 messages translated (0 fuzzy). + +commit 86e346f0cdd5ba11809532c14bcb76ae89cb28c8 +Author: Manuel Munz +Date: Sat Aug 11 08:43:48 2012 +0000 + + meshkit: do not accept ra's on wan when using auto-ipv6 + +commit 72ca7e03d853500577e0f15a59a0295b83bae3e7 +Author: Translation System +Date: Fri Aug 10 00:55:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 34 messages translated (0 fuzzy). + +commit 2b19425614a61f4dc5c56092c0d7d2c9be318f06 +Author: Translation System +Date: Thu Aug 9 23:55:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 104 of 105 messages translated (0 fuzzy). + +commit 086f086f9842cdd32e3e17ab734964c087518684 +Author: Translation System +Date: Thu Aug 9 23:52:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 813 of 815 messages translated (0 fuzzy). + +commit c2ff783bface72e5ce0b63bcfd658687d88f6f3d +Author: Jo-Philipp Wich +Date: Thu Aug 9 23:44:33 2012 +0000 + + po: resync base translations + +commit 396350aaf4cb2cc8285a4cfd33b063a65dc3a50a +Author: Jo-Philipp Wich +Date: Thu Aug 9 23:44:18 2012 +0000 + + modules/admin-full: rework help text for network_netlist widget + +commit c78e445583bb49907f18888b2747db5fd84e0f97 +Author: Jo-Philipp Wich +Date: Thu Aug 9 23:42:53 2012 +0000 + + libs/web: rework unspecified/create logic for checkboxes in network_netlist widget + +commit 968c7841d9552a047643696395f99e78a760952d +Author: Translation System +Date: Thu Aug 9 15:09:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit b35ab62adac0b69630daad0c71e502acbb81b49d +Author: Jo-Philipp Wich +Date: Thu Aug 9 11:25:25 2012 +0000 + + libs/web: support placeholder attribute for comboboxes, fix validation quirks with input->select transition in comboboxes + +commit 6c66d913367af8e468244762b83e274f5ea93e92 +Author: Jo-Philipp Wich +Date: Thu Aug 9 10:16:03 2012 +0000 + + applications/luci-firewall: javascript & validation fixes in quickaction forms + +commit a2e93572a9ce37a56e5e4ee138215cfa9391f22d +Author: Jo-Philipp Wich +Date: Thu Aug 9 10:03:32 2012 +0000 + + applications/luci-firewall: allow negations in all applicable fields (#468) + +commit 2026f5388100baf4f2a4d34fd4279a708672dfa5 +Author: Jo-Philipp Wich +Date: Thu Aug 9 10:03:28 2012 +0000 + + applications/luci-wol: use net.mac_hints() instead of net.arptable() and other sources + +commit 0eb010a754c18c51c3fde06de63bdec54f85950c +Author: Jo-Philipp Wich +Date: Thu Aug 9 10:03:25 2012 +0000 + + libs/sys: remove _parse_delimitted_table() and incorperate /etc/config/dhcp leases into mac_hints() + +commit 9bd814cf0e04d2b15c4a6e197d59e1e1be5bdb15 +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:25:03 2012 +0000 + + libs/sys: remove wifi.channels() + +commit 92fc96f6fd74f5301667c67552115d9d6f74ae4a +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:25:00 2012 +0000 + + modules/niu: remove usage of wifi.channels() + +commit 11aa47342394c538977981b0c68a6c5dd42bfb56 +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:22:18 2012 +0000 + + applications/luci-meshwizard: use wifi.getiwinfo() to find available channels + +commit e183e134b86025fa301f5a52310993fcdf8f442b +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:22:15 2012 +0000 + + modules/admin-full: remove usage of wifi.channels() + +commit d1fd6e702ee2ee9f2637c29dec2870ce308a9ba9 +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:16:46 2012 +0000 + + libs/sys: remove wifi.getiwconfig() and wifi.getiwscan() + +commit a521cddcf89bb47c1dd20581c428bc4566d478e4 +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:07:39 2012 +0000 + + modules/freifunk: use getiwinfo() instead of getiwconfig() + +commit 30597efafb3dcca1460d0e91bc3e67f5a9cdba3d +Author: Jo-Philipp Wich +Date: Wed Aug 8 20:07:36 2012 +0000 + + modules/admin-mini: use getiwinfo() instead of getiwconfig() + +commit a7f05a3341c04a0a09fc9af1455855dc04459e9a +Author: Jo-Philipp Wich +Date: Wed Aug 8 19:57:05 2012 +0000 + + modules/admin-mini: use iwinfo to perform scans + +commit adafc828193c924daedecbf59808d77e065d44d6 +Author: Jo-Philipp Wich +Date: Wed Aug 8 19:33:17 2012 +0000 + + modules/admin-full: remove an ancient cbi model that hasn't been used in years + +commit 64c7c32492c5ad3218ce839158ea1644595892c9 +Author: Translation System +Date: Wed Aug 8 15:33:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 458b07f8f37aca0a65bf8453269a32517954e9cb +Author: Translation System +Date: Wed Aug 8 15:33:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 34 messages translated (0 fuzzy). + +commit 65baa471a58010cf62937f67fe52d30e32deb3dc +Author: Translation System +Date: Wed Aug 8 15:33:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 1d6abdfc897e29142b361e36e6ac506c1bcb58dc +Author: Translation System +Date: Wed Aug 8 15:33:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit 7252aeb5c30287ec10471b877f0044865beab395 +Author: Translation System +Date: Wed Aug 8 15:33:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit d53a300f9b9ce2a1dfdd39b3f2f9d1aa2eebcece +Author: Translation System +Date: Wed Aug 8 15:33:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit c9adb5540e80784271e68e415058f33d227850ed +Author: Translation System +Date: Wed Aug 8 15:33:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 790 of 821 messages translated (0 fuzzy). + +commit c66823fdf3aed724cd44413392ef0d17404d86b5 +Author: Translation System +Date: Wed Aug 8 15:32:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit cdd1bb7e5773dab0b9a0576a0c8d682aebc9a867 +Author: Translation System +Date: Wed Aug 8 15:32:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 1d8389560ce89be9cc63718705610ec5c139a207 +Author: Translation System +Date: Wed Aug 8 15:32:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 10 messages translated (0 fuzzy). + +commit eaec73598d4a770c7ca03f0de27af9cc240588a2 +Author: Translation System +Date: Wed Aug 8 15:32:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 178ce931889aa72c583642099ab44de644bab820 +Author: Translation System +Date: Wed Aug 8 15:32:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 647 of 821 messages translated (0 fuzzy). + +commit fd379221c1ed2ab858da28a2c3050e325bbc8058 +Author: Translation System +Date: Wed Aug 8 15:32:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit b007aa48c3b276d01755e102d87020576bd9ca45 +Author: Translation System +Date: Wed Aug 8 15:32:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit e6f9f05037636bb519ebbdb8d1c2ff7cb4ffae7e +Author: Translation System +Date: Wed Aug 8 15:31:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit d5e15037da8e357d33900b028d30d9bcb96518f3 +Author: Translation System +Date: Wed Aug 8 15:31:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 164 of 177 messages translated (0 fuzzy). + +commit cbd8082142cba0ff201e87de0f9fedb153a94d82 +Author: Translation System +Date: Wed Aug 8 15:31:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 29 messages translated (0 fuzzy). + +commit ea8fd22082020a2151ff366cbed0847fd1d9d27d +Author: Translation System +Date: Wed Aug 8 15:31:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit c1075842c11d05aa0daeefd1d27190fa8e8083ed +Author: Translation System +Date: Wed Aug 8 15:31:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 57da87ad235e3736205f7e89e48a67c2e8c3595d +Author: Translation System +Date: Wed Aug 8 15:31:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 1fde4bec026b34deec4b3486a543100dddb2a606 +Author: Translation System +Date: Wed Aug 8 15:31:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 3dfd355b27c57087070e283e0fc9e2bbc0ad7cc7 +Author: Translation System +Date: Wed Aug 8 15:31:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 528 of 821 messages translated (0 fuzzy). + +commit 7b152b9eab9ad8cb803b5562aae9461c427aeeab +Author: Translation System +Date: Wed Aug 8 15:30:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 3f0b4a4a2cc24e5cfd4bd601a76281e001d94195 +Author: Translation System +Date: Wed Aug 8 15:30:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 5ba68c33e15f56dd45de6392c6dbac749cd6f7e1 +Author: Translation System +Date: Wed Aug 8 15:30:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit 0a657fa312c942fec2b9eb82679d3faa980862d0 +Author: Translation System +Date: Wed Aug 8 15:30:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 530a1dc0f31d7a643648e757bf95e6f825be7670 +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:30:05 2012 +0000 + + themes/bootstrap: another minor styling fix + +commit fc3d1f1b53783bba8108916760dc74147c80d223 +Author: Translation System +Date: Wed Aug 8 15:28:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 01b95745e6ebc99ba5448040761710411de79f23 +Author: Translation System +Date: Wed Aug 8 15:27:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 619 of 821 messages translated (7 fuzzy). + +commit bcb5513da931e4ba1ad421f58a1b121cef192c49 +Author: Translation System +Date: Wed Aug 8 15:26:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 352 of 821 messages translated (8 fuzzy). + +commit 1a74c679ed9876d76163e7c6659c8ab74f03d7be +Author: Translation System +Date: Wed Aug 8 15:25:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 105 messages translated (0 fuzzy). + +commit f0d510b2385781037c5ff19a70a72f39dcd3fd95 +Author: Translation System +Date: Wed Aug 8 15:24:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 808 of 821 messages translated (0 fuzzy). + +commit 1af021a97e2976976d8f539641f1207597170091 +Author: Translation System +Date: Wed Aug 8 15:23:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 11 messages translated (0 fuzzy). + +commit 5097ee092947dfc96a161ccbf0bbb6f787153f93 +Author: Translation System +Date: Wed Aug 8 15:23:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 92 messages translated (0 fuzzy). + +commit 388cdfc1ff16066f7b66c445213e3a05fb8c8022 +Author: Translation System +Date: Wed Aug 8 15:23:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 29 messages translated (0 fuzzy). + +commit 2167167d3ba56d8f3acaeb14111f804f700acf10 +Author: Translation System +Date: Wed Aug 8 15:23:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit c7794efbe8840d4e60e4803d2ad265797b58a66a +Author: Translation System +Date: Wed Aug 8 15:23:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 34 messages translated (0 fuzzy). + +commit 088fb415fee77a746587b3b2f281e27cfe2e0daf +Author: Translation System +Date: Wed Aug 8 15:23:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 63 messages translated (0 fuzzy). + +commit 5f3e1981f084e1aa99d68bbc335285b6486cccac +Author: Translation System +Date: Wed Aug 8 15:23:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 1f8b0dfb61157148b93a88ab180043d4182912be +Author: Translation System +Date: Wed Aug 8 15:23:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 2c9f76cc545c736a1ea8c59edf655ea49b33072c +Author: Translation System +Date: Wed Aug 8 15:23:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 821 of 821 messages translated (0 fuzzy). + +commit abae7880c6ca8aedd223180eff566292dc766319 +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:22:05 2012 +0000 + + po: sync firewall translation + +commit 3806a802e22a6e20119e5b626a244889afb45cc4 +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:20:13 2012 +0000 + + themes/bootstrap: add some missing classes and minor style fixes + +commit f0a99dd6c7e2a32868ea40d9e08b6c6b44d6ce5d +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:20:10 2012 +0000 + + modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist config + +commit acb289083c6cc94363db8adbb94cfee8ff34938a +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:20:07 2012 +0000 + + applications/luci-firewall: fix rule table formatting, add mac & ip hints to various ip related fields + +commit df8601c86415bd048b00ce992b2bf2a81e9c4b38 +Author: Jo-Philipp Wich +Date: Wed Aug 8 15:20:03 2012 +0000 + + libs/sys: introduce net.mac_hints(), net.ipv4_hints() and net.ipv6_hints() functions to obtain lists of peers from various sources (e.g. ethers, leases, arp cache) + +commit 4d2332c01c37be306ff356396bd1819deade0b7e +Author: Jo-Philipp Wich +Date: Wed Aug 8 11:29:46 2012 +0000 + + libs/web: add missing css class to cbi simpleform template + +commit bf7b19f33b2e0a784e5a0b63e5f4bc926d918d7e +Author: Jo-Philipp Wich +Date: Wed Aug 8 10:11:00 2012 +0000 + + modules/admin-full: remove session expiry workaround from setting + +commit c8ffc897e312355ce2cebdb7446529d0fb41bb08 +Author: Jo-Philipp Wich +Date: Wed Aug 8 09:48:53 2012 +0000 + + modules/rpc: adapt rpc controller to sauth api changes + +commit 7bca24db1b94547d94e0c2e66fa4a819eac7e198 +Author: Jo-Philipp Wich +Date: Wed Aug 8 09:48:50 2012 +0000 + + libs/web: adapt dispatcher to sauth api changes + +commit abef50b85238f9effd7e6d6b3195358a84e56ecc +Author: Jo-Philipp Wich +Date: Wed Aug 8 09:48:47 2012 +0000 + + libs/web: rework luci.sauth + - perform decoding/encoding transparently in read() and write() + - remove decode() and encode() helpers + - introduce reap() to kill expired sessions + +commit a58370ab74aebca6871b1524a655f7bb5086e0a6 +Author: Jo-Philipp Wich +Date: Tue Aug 7 19:11:56 2012 +0000 + + Rework authentication system + + The validity of authentication tokens was determined by the + mtime of respective authentication tokens on filesystem + stored in $sessionpath. + Talking about hardware without RTC or without a prior + connection to a time server, date/time usually around 1970 - + so is the mtime of the authentication token file in + $sessionpath. + + When now configuring an internet connection via LuCI, the + system might fetch the current date/time (e.g. via ntp) + which invalidates the token, returns "403 Forbidden" and + kicks the user out of the interface. + + This patch changes the authentication system to use time values + based on the uptime of the machine - rather than values based upon + gettimeofday() and {a|m}time values - and save them inside the token. + That way can always determine the difference between login + (last interaction respectively) and the current time, in- + dependant of the system clock jumping backwards/forwards. + + Warning: This patch removes the clean() function and respective calls. + This means, invalid tokens will NOT be determined and removed from + filesystem automatically anymore. + Before, every HTTP-call caused a scan for invalid tokens, + which is quite expensive. Instead consider using a cron job + deleting all stalled files periodically. + + Contributed by T-Labs, Deutsche Telekom Innovation Laboratories + + Signed-off-by: Mirko Vogt + +commit 69aa218335330e1e8c623fdc2e5e336b2b78056f +Author: Jo-Philipp Wich +Date: Tue Aug 7 19:11:52 2012 +0000 + + return "403 Forbidden" if authentication token was given, however is invalid + + Contributed by T-Labs, Deutsche Telekom Innovation Laboratories + + Signed-off-by: Mirko Vogt + +commit 0c4edd49b982007fff60f64a86d73aabf7f68784 +Author: Manuel Munz +Date: Thu Aug 2 18:32:41 2012 +0000 + + meshwizard: Fix olsrd plugin setup/renaming + +commit 6574b8147c8067c6f2df124557f58bd10b18aaae +Author: Manuel Munz +Date: Thu Aug 2 16:40:24 2012 +0000 + + contrib/meshwizard: enable auto-ipv6 in meshwizard, removed radvd config + +commit 71d4bb6f46eb55ff77cc0df734f2c649e1d795bd +Author: Manuel Munz +Date: Thu Aug 2 14:41:30 2012 +0000 + + contrib/meshwizard: IPv6 fixes + +commit d21dc5cfa6e7f6c1893967c87521b448698f6e73 +Author: Manuel Munz +Date: Thu Aug 2 10:32:07 2012 +0000 + + contrib/community_profiles: Update augsburg + +commit a1ce6b9a603221332ffc8aef22dde419d0c84439 +Author: Manuel Munz +Date: Thu Jul 26 09:45:48 2012 +0000 + + contrib/meshwizard: Allow to setup dropbear autorized_keys + +commit c8ae5c37c50ccce92b8874683ef1f3e12e401d81 +Author: Jo-Philipp Wich +Date: Tue Jul 24 11:55:14 2012 +0000 + + po: sync ushare translation + +commit b252792ad797e3af30f3c2c24e886baacb89852e +Author: Jo-Philipp Wich +Date: Tue Jul 24 11:54:29 2012 +0000 + + applications/luci-ushare: add description (#458) + +commit a798da5d8b54ed01ab7e80fcc04e184c6f7225a1 +Author: Jo-Philipp Wich +Date: Tue Jul 24 11:48:03 2012 +0000 + + libs/web: support creating networks in checkbox network widget (#457) + +commit 3c1c9d4400ff8b6773187dd195ed3594221ca0b2 +Author: Jo-Philipp Wich +Date: Tue Jul 24 11:37:38 2012 +0000 + + modules/admin-full: copy bssid when joining a network as client (#455) + +commit 746a5be1a896424b6e7db2cd0df107cb847831a8 +Author: Jo-Philipp Wich +Date: Mon Jul 23 08:53:50 2012 +0000 + + modules/admin-full: expose wmm option for mac80211 interfaces + +commit 46c84206f30c7e5f3bfa6fecf913c4fec86aa169 +Author: Jo-Philipp Wich +Date: Wed Jul 18 11:22:10 2012 +0000 + + libs/sys: workaround broken entries in /proc/net/ipv6_route, observed on brcm-2.4 + +commit 05a16326708a0c7cf6593f8ee75c79ff80c2e1f1 +Author: Jo-Philipp Wich +Date: Sun Jul 15 17:25:24 2012 +0000 + + contrib/package: make freifunk-watchdog more generic + + This change is based on a patch by "flyn" from https://dev.openwrt.org/ticket/11868 . + +commit dc7cf4417d7bdaa95227de2e476b8c82ae11be6a +Author: Manuel Munz +Date: Mon Jul 9 17:57:24 2012 +0000 + + contrib/meshwizard: allowssh and allowweb can be set for wan dhcp proto too now + +commit 1e7a41732fa299d5dc56d573a97c4ce97491b35c +Author: Manuel Munz +Date: Mon Jul 9 09:51:17 2012 +0000 + + modules:admin_full: remove empty directory in view + +commit fc862361804f67784c1fb7491366032aaf137f50 +Author: Manuel Munz +Date: Mon Jul 9 06:25:04 2012 +0000 + + applications/luci-openvpn: Change enable to enabled, #352 + +commit 16c77064425880f8172403e7fad76ec686d0dcc0 +Author: Manuel Munz +Date: Mon Jul 9 06:08:17 2012 +0000 + + applications/luci-tinyproxy: Change enable option to enabled, #404 + +commit 0e0c3d77850ae756f794cbbb1ee146062e3ad899 +Author: Manuel Munz +Date: Mon Jul 9 05:53:28 2012 +0000 + + contrib/community-profiles: Add weimar, #446 + +commit d0a6fbf397fc8cb15cb7415abcf2aa5ebe1f493f +Author: Manuel Munz +Date: Mon Jul 9 05:48:37 2012 +0000 + + mod-freifunk: Fix problem with osm map, OpenLayers.Control.MouseDefaults() was removed in OpenLayers 2.12 + +commit 13c3471eb3491a9656b955aa182c273ca6bfa6f8 +Author: Jo-Philipp Wich +Date: Fri Jul 6 01:21:27 2012 +0000 + + modules/admin-full: fix frequency display on index status page + +commit 13c82e07924454311171397d92a88bd59dc67839 +Author: Daniel Golle +Date: Thu Jul 5 04:37:12 2012 +0000 + + update arig.org.il community profiles + +commit 50ca6030d5865aa58fcfcf9107e5f51df0bfde4d +Author: Daniel Golle +Date: Thu Jul 5 04:22:16 2012 +0000 + + add IPv6 and MTU override for L2TP + + Signed-off-by: Daniel Golle + +commit df77c736bec5adb4dff59ea3501b02d24d4dd110 +Author: Jo-Philipp Wich +Date: Wed Jul 4 10:02:21 2012 +0000 + + protocols/ppp: add mtu options to all ppp protocols, add lcp options to pptp + +commit 30a0e92e224fc1da8517db9b71b7b2f0fb38a71b +Author: Jo-Philipp Wich +Date: Sun Jul 1 22:58:17 2012 +0000 + + build: i18n-sync.sh: also recreate base.pot + +commit e68ef54e88e18fc545c480d9b98d7c907a3948ed +Author: Jo-Philipp Wich +Date: Sun Jul 1 22:58:12 2012 +0000 + + po: resync translations + +commit 0b0df324bfdcf4bb9870a8edd82567f4091d6ff1 +Author: Jo-Philipp Wich +Date: Sun Jul 1 22:46:49 2012 +0000 + + build: fixup header order in i18n-update.pl to minimize diffs to pootle + +commit 4f5638af1d8dfbfba0d2fc1b5919a20f7835a26d +Author: Translation System +Date: Sun Jul 1 22:02:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 802 of 826 messages translated (0 fuzzy). + +commit 4236e2d958a3af398b287da04fc19d9abc3b6eac +Author: Translation System +Date: Sun Jul 1 21:59:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 105 messages translated (3 fuzzy). + +commit 430e0012e9a71e4e771e9d737b3e0d5defe5869b +Author: Translation System +Date: Sun Jul 1 21:58:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 240a4b1623e069b1416b789c39368cd0ea574139 +Author: Translation System +Date: Sun Jul 1 21:57:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 5007ecc01c0b73d7d9ccc31c7b8566e49d5aa2ee +Author: Translation System +Date: Sun Jul 1 21:47:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (0 fuzzy). + +commit 05451e77f16730b8105bee85b612d16308791562 +Author: Translation System +Date: Sun Jul 1 21:47:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 43 messages translated (0 fuzzy). + +commit a91e90da66c9fdc7d335127a53f7ec17955a1bff +Author: Translation System +Date: Sun Jul 1 21:46:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 64 messages translated (0 fuzzy). + +commit d61f5ff3a4923dd2b47f0d74843ea9b834e8d1ec +Author: Translation System +Date: Sun Jul 1 21:46:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 13 messages translated (0 fuzzy). + +commit 779771848d4983d759570871ff370baa2da83551 +Author: Translation System +Date: Sun Jul 1 21:46:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 34 messages translated (0 fuzzy). + +commit 952310cd964daa453953c5145f609a70255c6958 +Author: Translation System +Date: Sun Jul 1 21:46:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 9 messages translated (0 fuzzy). + +commit 1af00e8f67985bf8abe79ca9eeb7bf330f1d0590 +Author: Translation System +Date: Sun Jul 1 21:46:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 10 messages translated (0 fuzzy). + +commit 7bef0d054c9e3a34fbe87dd128e29d0356f80b1a +Author: Translation System +Date: Sun Jul 1 21:46:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 105 messages translated (0 fuzzy). + +commit d16ad3945e1aed9dd38c21f6f1083bf6daa85e13 +Author: Translation System +Date: Sun Jul 1 21:46:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 63 messages translated (0 fuzzy). + +commit 4161c2252de9655c2fd3af36ddb296f0f34330a5 +Author: Translation System +Date: Sun Jul 1 21:46:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 5 messages translated (0 fuzzy). + +commit 583c1a7921a6c2760a74aee5d37f3d0b3e7e9f35 +Author: Translation System +Date: Sun Jul 1 21:46:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit edf0084fd8a8fcc2ade66c6dc6247c5296cd7a5f +Author: Translation System +Date: Sun Jul 1 21:46:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 826 of 826 messages translated (0 fuzzy). + +commit cd554b998e779b2c1bce47e7c63ff5eb04a8b3f8 +Author: Translation System +Date: Sun Jul 1 21:46:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 31 messages translated (0 fuzzy). + +commit 82595526229822d243bfc2dc61c160524ac5224c +Author: Jo-Philipp Wich +Date: Sun Jul 1 20:40:02 2012 +0000 + + protocols/core: fix dhcp defaultroute option + +commit 5be59e6ae7a496a695c5dd533b0b48bb172ec821 +Author: Daniel Golle +Date: Sun Jul 1 20:05:05 2012 +0000 + + Cosmetic changes to the terminology in the UI: + Replace references to the device running LuCI as being a "router", as that is + not necessarily the case. + +commit 9b1f4dfee38395e99009be5f1276153d2d052506 +Author: Manuel Munz +Date: Sun Jul 1 00:01:38 2012 +0000 + + contrib/freifunk-policyrouting: Fix deletion of rules; add fallback option to use the mesh gateway if the own gateway is not available + +commit 76106a11b9a9bc58dee9e729954572e7f870a166 +Author: Translation System +Date: Fri Jun 29 12:56:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 02779313c67cbabc87bb2a2f7cea1f2ed91fe9e9 +Author: Translation System +Date: Fri Jun 29 12:56:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit 27b132a8cb6ea50ca283ea1b2944290ce4a0e567 +Author: Translation System +Date: Fri Jun 29 12:56:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). + +commit 5b0184f1bb6276a9db5ab2aeaf5b7f9c2ec75be2 +Author: Translation System +Date: Fri Jun 29 12:56:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 3eedb8d3e9d3807f991650e7d2f169aeed0fa064 +Author: Translation System +Date: Fri Jun 29 12:56:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 10 messages translated (0 fuzzy). + +commit ebfabb940cfdca94b13d0a9bbf21dff2c0e4c489 +Author: Translation System +Date: Fri Jun 29 12:56:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 47 messages translated (1 fuzzy). + +commit 25d8e95f27836d1c1866aa130bf3b9ba56a10508 +Author: Translation System +Date: Fri Jun 29 12:56:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 88937e33d85e8adad123118eeb825c4fb660390d +Author: Translation System +Date: Fri Jun 29 12:56:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit c098c59fd186984e06ff84254289829fe99d5c55 +Author: Jo-Philipp Wich +Date: Fri Jun 29 11:59:38 2012 +0000 + + libs/core: only consider enabled routes when finding wan interface + +commit 725acfbd1ce55eb4d9fb480030ce26c8689a9a26 +Author: Translation System +Date: Wed Jun 27 19:03:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 824 of 826 messages translated (0 fuzzy). + +commit 498aef3f22ae05c66bc1f3cd28fa64700938f2b9 +Author: Translation System +Date: Wed Jun 27 19:03:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit d206e32b79efee8ee81498e49ceb992b37da971f +Author: Translation System +Date: Wed Jun 27 19:03:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 89 of 92 messages translated (0 fuzzy). + +commit 71466c1b9ae70e793f9ed3bebee228874acd0d55 +Author: Translation System +Date: Wed Jun 27 19:03:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 104 of 104 messages translated (0 fuzzy). + +commit a26ea714aee190abf47be68b2439f1b239745aa6 +Author: Translation System +Date: Wed Jun 27 19:03:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit c9339470c1aecfd3dab115cd8902b6554f652013 +Author: Translation System +Date: Wed Jun 27 19:02:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 842a197bd3f7b45ea46178929b7b2fd86ea99511 +Author: Translation System +Date: Wed Jun 27 19:02:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 105 messages translated (0 fuzzy). + +commit f6504a787b26249f98cbddc9c7f5352f0d8a9b4b +Author: Translation System +Date: Wed Jun 27 19:02:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 70e25fd64008ec42bc2435b3bf254960469d7a0c +Author: Translation System +Date: Wed Jun 27 19:02:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 824 of 826 messages translated (0 fuzzy). + +commit 8e536a229e5e9361795ec72ef7fe4920f0e91af3 +Author: Translation System +Date: Wed Jun 27 19:02:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit 3932fff9e752d1fe558614b0cfd0d843926c4d7c +Author: Translation System +Date: Wed Jun 27 19:02:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 04c2809c543f7fa57f48da44a676e7529c13959b +Author: Translation System +Date: Wed Jun 27 19:02:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 76fadbe54686a6b71b7d398328cf114c84e595f7 +Author: Translation System +Date: Wed Jun 27 19:00:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 80 of 92 messages translated (0 fuzzy). + +commit 2069e100073e798dfc97d8324948f232706f0f64 +Author: Translation System +Date: Wed Jun 27 19:00:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit f96dd93be380797f980f9a30b9d3d091a24ff567 +Author: Translation System +Date: Wed Jun 27 19:00:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 44 messages translated (0 fuzzy). + +commit 232d6c22b49026914efe07c90fd2fa9d7075d54c +Author: Translation System +Date: Wed Jun 27 19:00:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 105 messages translated (0 fuzzy). + +commit f629143bf9ae1ad424b789399d3706485f2bb9a8 +Author: Translation System +Date: Wed Jun 27 19:00:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 458042bc1887243517054ea02de2d62ed93b831e +Author: Translation System +Date: Wed Jun 27 19:00:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 816 of 826 messages translated (0 fuzzy). + +commit 5d5552a8ca8c4d96d660b2e11c1774469a66635d +Author: Translation System +Date: Wed Jun 27 19:00:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit b3096a4a30cbed97c9e8f8b483fbb07472a92228 +Author: Translation System +Date: Wed Jun 27 18:59:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit ae518f5fcba28c589d8f8f04cbbd7571a1163b22 +Author: Translation System +Date: Wed Jun 27 18:57:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 8 messages translated (0 fuzzy). + +commit 0bdbb9e8c3c0cc3a2c8dba4958aadc47326610f6 +Author: Translation System +Date: Wed Jun 27 18:56:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit cee0612ce4a1451e0b572e4fd331892ccc11e2b5 +Author: Translation System +Date: Wed Jun 27 18:56:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit b2a569f5dee506705ae8e40510797b0469271342 +Author: Translation System +Date: Wed Jun 27 18:54:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 0 messages translated (0 fuzzy). + +commit 1398ef8850fb880a72ef72276babf866a3b10b87 +Author: Translation System +Date: Wed Jun 27 18:53:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit a376e95359788c3d05dde2115f2ee6255606df10 +Author: Translation System +Date: Wed Jun 27 18:53:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit c61b5f71952fab0d7d43f5bbadc6bb191cc4e86e +Author: Translation System +Date: Wed Jun 27 18:53:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 461056007f572d1d0981af1ffd236732bee1be5b +Author: Translation System +Date: Wed Jun 27 18:53:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 422 of 826 messages translated (0 fuzzy). + +commit ae19388e1c2eae17924395def7ffc629968ef323 +Author: Translation System +Date: Wed Jun 27 18:53:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit fc8bf2944902744be238e0e2dd10d6282fa8aaa6 +Author: Translation System +Date: Wed Jun 27 18:52:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 20 messages translated (0 fuzzy). + +commit c05b4b00ded7639b88df32ff991c2ca1d69e1ca1 +Author: Translation System +Date: Wed Jun 27 18:52:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 103 of 105 messages translated (0 fuzzy). + +commit 21d0376bd255ea5967d82fb635615e1cffc7abb8 +Author: Translation System +Date: Wed Jun 27 18:51:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 0988794304e844bb2e4dfe7dd6287f5ffeb94f8c +Author: Translation System +Date: Wed Jun 27 18:51:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit b0b1e3d3b1fe05fd8e8dde08437247ad31315bf2 +Author: Translation System +Date: Wed Jun 27 18:50:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 8 messages translated (0 fuzzy). + +commit 690ea26d7e4ec6fa90a87238062dfc42c04160cc +Author: Translation System +Date: Wed Jun 27 18:50:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 3944cdaac4d145b67668da055c15b931fd117e80 +Author: Jo-Philipp Wich +Date: Wed Jun 27 18:02:50 2012 +0000 + + build: add i18n-sync.sh, a script to automatically sync most translations + +commit e782a6f339ee66764e3b5ddc8cffcf9e8ed60860 +Author: Jo-Philipp Wich +Date: Wed Jun 27 18:02:40 2012 +0000 + + po: global resync + +commit 016a39fd8aa188e268e9051148f3baaeb0584ded +Author: Manuel Munz +Date: Wed Jun 27 17:54:16 2012 +0000 + + contrib/meshwizard: Only setup 6and4 for olsrd if ipv6 is available + +commit dbeb9c54997748ca73b54560db49b2341195b4da +Author: Manuel Munz +Date: Wed Jun 27 17:50:50 2012 +0000 + + contrib/meshwizard: Fix fetching of available wifi interfaces in system + +commit 5884b500e2540d6daa6ec777503aac2a002f2674 +Author: Jo-Philipp Wich +Date: Wed Jun 27 17:42:17 2012 +0000 + + po: resync mmc-over-gpio with sources + +commit b6cd0f852b431ea9a32353e7c091928ddfba0317 +Author: Manuel Munz +Date: Wed Jun 27 16:13:56 2012 +0000 + + contrib/meshwizard: check if ipv6 is available on the system + +commit e2dd594c3827c67c72e12a19ee38bf893bd3f10c +Author: Jo-Philipp Wich +Date: Wed Jun 27 14:11:48 2012 +0000 + + libs/sys: fix login with empty password after previous commit + +commit b1617b3718c3819a4eeeef5db62b9e05ffc96812 +Author: Jo-Philipp Wich +Date: Wed Jun 27 13:52:09 2012 +0000 + + libs/sys: fix luci.sys.checkpasswd() semantics + +commit d30109e350b9804bb2e1d33b987250ea10a05f6b +Author: Jo-Philipp Wich +Date: Wed Jun 27 10:12:20 2012 +0000 + + modules/admin-full: sort networks by zone and name in overview + +commit 9fab594101f3f80325ab63c3947f264cf267d017 +Author: Jo-Philipp Wich +Date: Tue Jun 26 22:58:24 2012 +0000 + + libs/core: improve luci.util.imatch() to not create temporary strings when iterating non-string values + +commit a99f570bf44774e10f68c43e284e06f42ba90815 +Author: Jo-Philipp Wich +Date: Tue Jun 26 22:19:30 2012 +0000 + + modules/admin-full: use get_wannet() and get_wan6net() to find wan networks on status page + +commit 0f3175ad42baa9c80606026d6a203cf9444b647b +Author: Jo-Philipp Wich +Date: Tue Jun 26 22:19:27 2012 +0000 + + libs/core: implement get_wandev(), get_wan6dev(), get_wannet() and get_wan6net() in luci.model.network + +commit c0451d8a72ac139efd85638ddc95a9935664b2ec +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:56:52 2012 +0000 + + modules/admin-full: remove support for configuring alias interfaces, they're useless now that ifaces can be part of multiple networks + +commit 35a992122fe09b9dbb4631783650305c56c09d02 +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:50:35 2012 +0000 + + po: sync base translations + +commit 254ad2dfd1bd5bcf42e7b53c3b1db13e46465933 +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:27 2012 +0000 + + modules/admin-full: when deleting wifi-ifaces, remove all empty leftover networks, not only the first one + +commit 61883f2c3fdad559dd1362ca76c258793cd32c82 +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:24 2012 +0000 + + libs/core: fix network is_empty() check for wifi-ifaces which are part of multiple networks + +commit d52859b37ea6b2ab92de9cf5cfa3882b5ee3ff11 +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:21 2012 +0000 + + modules/admin-full: remove notice about iface exclusiveness when adding new networks + +commit 2e924f7aa5d7c5c8ac2cc8f3490dfadf6fbfcccf +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:18 2012 +0000 + + modules/admin-full: extend wifi model to allow assigning multiple networks + +commit fe7424b68e920cd5472978beeaf32763a83bd391 +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:15 2012 +0000 + + libs/web: extend network_ifacelist widget to display all networks an iface is member of + +commit 699391a559dd91d5e0fc3feb28a7fc1edfc90cfb +Author: Jo-Philipp Wich +Date: Tue Jun 26 21:49:07 2012 +0000 + + libs/core: allow ifaces to be part of multiple networks in luci.model.network + +commit 92f0643e2cce43c6ef22af17754ad13c547ba9c9 +Author: Manuel Munz +Date: Mon Jun 25 10:02:53 2012 +0000 + + modules/freifunk: Add minlength datatype to location, #444 + +commit 6780f757d63e60f65a99ae4022f8b0d9c08fee94 +Author: Jo-Philipp Wich +Date: Mon Jun 25 09:51:59 2012 +0000 + + libs/web: implement minlength(), maxlength() and rangelength() datatypes + +commit 66eec98a57e6e277c97e0e48b3a56b4813affba4 +Author: Manuel Munz +Date: Sat Jun 23 09:07:51 2012 +0000 + + contrib/freifunk-common: Remove ff_rdate script, #439 + +commit a0d1420aa2bdf877e991db3e348c5097abfc6bcf +Author: Jo-Philipp Wich +Date: Thu Jun 21 19:43:25 2012 +0000 + + protocols/ppp: remove obsolete pptp buffering option + +commit 629e3db294769d1fa76a2271756e8d6611fa59de +Author: Jo-Philipp Wich +Date: Thu Jun 21 17:26:25 2012 +0000 + + Add L2TP support + + Signed-off-by: David Woodhouse + +commit 97140f94aec8afbbeb3958c510012959f7a12a05 +Author: Translation System +Date: Thu Jun 21 17:01:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 14b5d11a08c6600a82ac6f95e3231c80c24e0887 +Author: Translation System +Date: Thu Jun 21 17:01:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 803 of 825 messages translated (0 fuzzy). + +commit bd1a73f32363984e1099673965a91ac1c2562e3c +Author: Translation System +Date: Thu Jun 21 17:00:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 788 of 825 messages translated (0 fuzzy). + +commit 51b6a3b09bdedece4e5edc97f395d526ad9866b0 +Author: Translation System +Date: Thu Jun 21 16:59:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 58 of 825 messages translated (0 fuzzy). + +commit 06d18bb390bef40153635e07c14b787da14e921b +Author: Translation System +Date: Thu Jun 21 16:59:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 6beb8dcc22a137357ec6f44763f8bfb42ec937e2 +Author: Translation System +Date: Thu Jun 21 16:59:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 8aa1f7f08b9841044592830f7b40b47e20a2f9d6 +Author: Translation System +Date: Thu Jun 21 16:59:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 4ec5d31fec5f876a2003c4a8561373d76c3a5ad6 +Author: Translation System +Date: Thu Jun 21 16:59:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 81f3901ab0d9242c610e7d521424134f4e81d189 +Author: Translation System +Date: Thu Jun 21 16:59:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 42 messages translated (0 fuzzy). + +commit c254b6642c9bd04287b1d7c3162f1edfbf49c66e +Author: Translation System +Date: Thu Jun 21 16:59:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 92 messages translated (0 fuzzy). + +commit 4fc5acf98da1807f215bbaf742877b3d90fba073 +Author: Translation System +Date: Thu Jun 21 16:59:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 177 messages translated (0 fuzzy). + +commit 53262061f902ee91a77fa6af49f5f76fa5b7454f +Author: Translation System +Date: Thu Jun 21 16:59:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 64 messages translated (0 fuzzy). + +commit df8d05ad41f9b262f708d6f259362aaded46bb56 +Author: Translation System +Date: Thu Jun 21 16:59:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 20 messages translated (0 fuzzy). + +commit 25436e9e353194125e21a814243fd0f5afb1b480 +Author: Translation System +Date: Thu Jun 21 16:58:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 54 messages translated (0 fuzzy). + +commit 28c0e06410241ea08fdfb5152786b119bafd5c1a +Author: Translation System +Date: Thu Jun 21 16:58:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 721aae035bbf6366f35db5285059a8ffdf0a1bd0 +Author: Translation System +Date: Thu Jun 21 16:58:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 179 messages translated (0 fuzzy). + +commit 6e207318395f40ea5d388269efd09e98d690ec34 +Author: Translation System +Date: Thu Jun 21 16:58:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated (0 fuzzy). + +commit 2dd9fa586be32331a6c2f01653bda364387abe72 +Author: Translation System +Date: Thu Jun 21 16:58:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 108 messages translated (0 fuzzy). + +commit a4917566deb1be42ed48715d08ced7bd61261ac6 +Author: Translation System +Date: Thu Jun 21 16:58:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 7 messages translated (0 fuzzy). + +commit 75724b32af163c7767d646d7d191ff7c0661b417 +Author: Translation System +Date: Thu Jun 21 16:58:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit cd37de95e17a40f02738e8a9f032d28e5f4d818a +Author: Translation System +Date: Thu Jun 21 16:58:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 47 messages translated (0 fuzzy). + +commit 21a935e34371c83e78757483d4b3d52d5a5d96e8 +Author: Translation System +Date: Thu Jun 21 16:58:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 42 messages translated (0 fuzzy). + +commit 124f767e9adfc5bb7f4dda9c6da87c40c49d19be +Author: Translation System +Date: Thu Jun 21 16:58:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit d00076588f96cb9b9f08c2f4c489eddf0ed0b6ea +Author: Translation System +Date: Thu Jun 21 16:58:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 21 messages translated (0 fuzzy). + +commit 831d293675cf377532aaae95dc678fb4c30f447d +Author: Translation System +Date: Thu Jun 21 16:58:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 98 of 171 messages translated (0 fuzzy). + +commit a9f9d589b31b8bc243b2ba9331bd2d27d245c17e +Author: Translation System +Date: Thu Jun 21 16:58:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 651 of 825 messages translated (0 fuzzy). + +commit 51ea3202503832477be77905e5a1bc33a15d25fd +Author: Translation System +Date: Thu Jun 21 16:58:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 1091a253c325538be6aeff1c0a4633fac43833c1 +Author: Translation System +Date: Thu Jun 21 16:57:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 010aa0f4113a379eb7f27b79b23ed3a848e9503b +Author: Translation System +Date: Thu Jun 21 16:57:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 92 messages translated (0 fuzzy). + +commit d4ba1f10f0a422797dfb18824a11c6499c8df310 +Author: Translation System +Date: Thu Jun 21 16:57:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 44 messages translated (0 fuzzy). + +commit c4a7f9a254939d43da6ce54c28fdf22b035aa24b +Author: Translation System +Date: Thu Jun 21 16:57:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 138 of 154 messages translated (0 fuzzy). + +commit 6ea1532f89e1828347cac8200ceb122fa297ee98 +Author: Translation System +Date: Thu Jun 21 16:56:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 756 of 825 messages translated (1 fuzzy). + +commit a1c5bb9f904817da3119335615471ee597c83766 +Author: Translation System +Date: Thu Jun 21 16:56:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 53859fdc98c0a6c7d63398e7936d6e9088b2fda9 +Author: Translation System +Date: Thu Jun 21 16:44:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 566491e12c32b2de188a051ed1e747f40e2bfe3f +Author: Translation System +Date: Thu Jun 21 16:44:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 69 messages translated (0 fuzzy). + +commit 89128ea3997d25ec2a2a8ba63b1ca8bb8e3adead +Author: Translation System +Date: Thu Jun 21 16:44:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 177 messages translated (0 fuzzy). + +commit 243fe882d43feaa4f596b058e973372c3145c216 +Author: Translation System +Date: Thu Jun 21 16:44:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 64 messages translated (0 fuzzy). + +commit 0af68cb3b0364b46c10cb8d93809a0b749c8f363 +Author: Translation System +Date: Thu Jun 21 16:44:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 54 messages translated (0 fuzzy). + +commit d8cad4ec4bf692d576a47942cbae5eb5608041bb +Author: Translation System +Date: Thu Jun 21 16:44:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 27 messages translated (0 fuzzy). + +commit 448684f0fee83d76a0f50fe5e44cacb501fb3aa5 +Author: Translation System +Date: Thu Jun 21 16:44:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit dd7100d431f7cd161a53c0549b7e8f71b1e744f0 +Author: Translation System +Date: Thu Jun 21 16:43:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 223 messages translated (0 fuzzy). + +commit 3a18f3dccabf2df79fb119fd8a5f505a5c0ca6cc +Author: Translation System +Date: Thu Jun 21 16:43:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 59 messages translated (0 fuzzy). + +commit 3d2b716e53e3574fc010bc875ec3fff89aefe07c +Author: Translation System +Date: Thu Jun 21 16:39:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 59 messages translated (0 fuzzy). + +commit 8344acbe467e286105d6edf0e1687ff947dafdf0 +Author: Translation System +Date: Thu Jun 21 16:38:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 13 messages translated (0 fuzzy). + +commit 3b02154ecfe7f16bc5c6f09fd3533b9ee6791557 +Author: Translation System +Date: Thu Jun 21 16:38:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 11 messages translated (0 fuzzy). + +commit 40cd3654c9de1d4df3ed460d8e5331148e72c7e6 +Author: Translation System +Date: Thu Jun 21 16:38:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 4 messages translated (0 fuzzy). + +commit 3fe4eb45f84e25db3ba667f285a3978764b8480e +Author: Translation System +Date: Thu Jun 21 16:38:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 2 messages translated (0 fuzzy). + +commit 2466f533e73fbc91f4f18aa3433e933fbde24def +Author: Translation System +Date: Thu Jun 21 16:38:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 16 messages translated (0 fuzzy). + +commit af3f1bb0db4a13eba450821ac00e131164fb49ac +Author: Translation System +Date: Thu Jun 21 16:38:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 5 messages translated (0 fuzzy). + +commit 87da278b3d4e67ad29e2a73aabc5ffccf6cdf456 +Author: Translation System +Date: Thu Jun 21 16:38:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 69 messages translated (0 fuzzy). + +commit 3ae47b6212134c31f08a3dec54707e81ed120b9e +Author: Translation System +Date: Thu Jun 21 16:38:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 177 messages translated (0 fuzzy). + +commit d07e319870568df108f892490bd8ab99a443e31b +Author: Translation System +Date: Thu Jun 21 16:38:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 64 messages translated (0 fuzzy). + +commit b8b6a172c751a7706dbfddaa319f33abb26d2390 +Author: Translation System +Date: Thu Jun 21 16:38:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 7636f268075027db197716ea754177f1da3d9f10 +Author: Translation System +Date: Thu Jun 21 16:38:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 69 messages translated (0 fuzzy). + +commit 6d93140934b86743af5ec68e47d9fb0b5875ab40 +Author: Translation System +Date: Thu Jun 21 16:38:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 104 messages translated (0 fuzzy). + +commit 370f5328179e5b6c4f56e225ec1524af66a96318 +Author: Translation System +Date: Thu Jun 21 16:38:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 54 messages translated (0 fuzzy). + +commit 99854187dec50929ff3e9ea21345815cf2f6a573 +Author: Translation System +Date: Thu Jun 21 16:38:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 9 messages translated (0 fuzzy). + +commit f5999f1ebefe4dac437a0d8cb1509f26f74c41af +Author: Translation System +Date: Thu Jun 21 16:38:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 9 messages translated (0 fuzzy). + +commit 624d06decac87fe20832823682af76baf76a4e44 +Author: Translation System +Date: Thu Jun 21 16:38:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 12 messages translated (0 fuzzy). + +commit d05bd7c70da8105f2975f4d2629b244f59367eb9 +Author: Translation System +Date: Thu Jun 21 16:38:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 87 of 154 messages translated (0 fuzzy). + +commit 4a5ee609f8e8e77133eea67b2aaec8fd9b9cf27d +Author: Translation System +Date: Thu Jun 21 16:37:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit aec5dfa08fcb4c96f20cd6b0b479fbe7cc68b743 +Author: Jo-Philipp Wich +Date: Thu Jun 21 15:30:14 2012 +0000 + + po: sync base translations + +commit a00b558210c84cb592349216a40318261e693cc2 +Author: Jo-Philipp Wich +Date: Thu Jun 21 15:28:39 2012 +0000 + + 6rd configuration support. + + Signed-off-by: Stéphan Kochen + +commit 5898a32f557c7d7542734546eb6853f9b2c64f02 +Author: Jo-Philipp Wich +Date: Mon Jun 18 22:42:38 2012 +0000 + + contrib/package: make luci-lib-fastindex depend on liblua + +commit fb5d41c2a5aa751302375c0a31ca03d095145e93 +Author: Daniel Golle +Date: Mon Jun 18 19:42:39 2012 +0000 + + Only show the TX-power selector if the hardware supports more than one option. + Some mac80211 drivers (rt2x00) probably won't support limiting TX-power to a + user-defined value in the near future under certain conditions, so it makes + sense to not expose that option in order not to confuse the user. + + See http://patchwork.openwrt.org/patch/2187/ + to understand the situation. + + Signed-off-by: Daniel Golle + +commit 78fd18c8e99a7f0a07c9253b718bfbe6660710df +Author: Manuel Munz +Date: Mon Jun 18 11:12:38 2012 +0000 + + applications/luci-splash: when more than two clients where leased and another one got a lease luci-splash dropped the others, see #431. Thanks to andrenarchy for the patch + +commit 5bcf9d07fdb29b03f191f63a98f76e44e348868f +Author: Jo-Philipp Wich +Date: Sun Jun 17 11:18:58 2012 +0000 + + libs/core: fix various problems in the network model + +commit 740feed2fca54d96302fa635b98fc185c3c1b13d +Author: Jo-Philipp Wich +Date: Sun Jun 17 11:18:54 2012 +0000 + + contrib/uhttpd: use the backfire version for now + +commit 7add578817b9406700022b60aa75012037bc289a +Author: Jo-Philipp Wich +Date: Mon Jun 11 22:41:32 2012 +0000 + + protocols: merge pptp into ppp, adjust depends for kernel mode pptp + +commit 7c72d241faf37ae3fdfe3cb997ad75ef8d230a2c +Author: Jo-Philipp Wich +Date: Thu Jun 7 14:51:30 2012 +0000 + + protocols/core: fix defaultroute setting for DHCP interfaces + +commit a71e4414875f5e6373887323f07f2d6c70bc1afa +Author: Jo-Philipp Wich +Date: Wed Jun 6 10:44:55 2012 +0000 + + themes: only check password for uid=0 pages, nobody cannot read shadow (#426) + +commit ba02ccc1a54a6fd949dd0009a43917ecd3dbaef3 +Author: Manuel Munz +Date: Wed Jun 6 10:21:12 2012 +0000 + + contrib/meshwizard: Load olsrd config earlier + +commit 1b15e8f42c52652441fc9d8abf75139ff97ed33f +Author: Manuel Munz +Date: Tue Jun 5 23:13:46 2012 +0000 + + contrib/meshwizard: Add radvd config for interfaces, fix firewall rules for dhcpv6 + +commit 27b7784cddaf4d001375b267dfe4c3f739565b2c +Author: Manuel Munz +Date: Tue Jun 5 22:23:40 2012 +0000 + + contrib/freifunk-policyrouting: Almost works now. There is still the problem that localhost cannot use his own ipv6 gateway, this needs more investigation + +commit 163b224b25d003cc6ca555b305bdbc89b2dd61b6 +Author: Jo-Philipp Wich +Date: Tue Jun 5 15:57:22 2012 +0000 + + contrib/package: /etc/functions.sh => /lib/functions.sh + +commit 5ae5d3be63c7e5451859e226d2f61055fdc043e4 +Author: Jo-Philipp Wich +Date: Tue Jun 5 14:05:03 2012 +0000 + + modules/admin-full: allow to specify the DHCP pool start as IPv4 address (#420) + +commit 1fa82a793721a8cd1696e6053a0351188b706f31 +Author: Jo-Philipp Wich +Date: Sun Jun 3 17:19:13 2012 +0000 + + protocols/core: fix peerdns option for dhcp proto + +commit 84dc8244d7099eeded556dd054be13046c4eab14 +Author: Manuel Munz +Date: Sun Jun 3 09:05:13 2012 +0000 + + contrib/meshwizard: Cleanup olsrd config (Remove httpinfo and wlan interface + +commit 67e8793393935d07160d848801d4ce8c2feb6f45 +Author: Manuel Munz +Date: Sun Jun 3 08:46:46 2012 +0000 + + contrib/meshwizard: Fix getting of mac address when the interface is not up yet, fix typo in setup_olsrd.sh + +commit 5ff3e0d7ba083c08c7ff57ffabf6f6d3865fac90 +Author: Manuel Munz +Date: Sat Jun 2 20:44:58 2012 +0000 + + contrib/meshwizard: Add initial support for ipv6 config (with auto-ipv6-ib and dhcpv6) + +commit 09f83d2edfe7b98ad9f76688e4afac2ec0651b07 +Author: Manuel Munz +Date: Sat Jun 2 20:10:50 2012 +0000 + + contrib/freifunk-policyrouting: Add initial support for ipv6. More work is needed, but this first commit at least makes ipv6/olsrd working again when policyrouting is used. + +commit 71542a81127b2354739ce72d7c6a733e2a8f1007 +Author: Manuel Munz +Date: Sat Jun 2 18:01:34 2012 +0000 + + community-profiles: Add ipv6 options to augsburg profile + +commit 22ce33a5a6a2025a7949fa104a96785cbad99e2c +Author: Jo-Philipp Wich +Date: Thu May 31 17:24:13 2012 +0000 + + libs/core: fix ubus corner cases in network model + +commit 100b544f3be0ded52e03ff7c62001e8395d02045 +Author: Jo-Philipp Wich +Date: Thu May 31 16:16:32 2012 +0000 + + proto: fix feature detection of installed protocol handlers + +commit eb7a72f2513c79909386d1dce214b7ed184c398d +Author: Jo-Philipp Wich +Date: Thu May 31 10:05:31 2012 +0000 + + libs/core: use ubus to fetch interface and device status information, depend on libubus-lua + +commit e0797183feb485dcc0070f69a654c10b457cb61b +Author: Manuel Munz +Date: Wed May 30 18:26:09 2012 +0000 + + contrib/freifunk-common: add watch.sh script to simulate the watch command + +commit 5c4a6b5e7d6f31eb2038d6e144126e5938e5655a +Author: Manuel Munz +Date: Mon May 28 18:52:55 2012 +0000 + + contrib/meshwizard: add watchdog plugin in olsr config + +commit af094a27e2888b7cd5c1d53c58c0f05479bf833e +Author: Manuel Munz +Date: Mon May 28 01:31:44 2012 +0000 + + applications/olsr: Device was not properly shown for ipv6 adresses which used the short form, this should take care of that issue + +commit b3e5467ec6d9782bd2c2fa64869bfab8c54dd8aa +Author: Jo-Philipp Wich +Date: Wed May 23 22:22:22 2012 +0000 + + modules/admin-full: check /etc/ethers and /var/dhcp.leases for existence before trying to read them + +commit acde973d829c1579b304a3a8e6b227a8a73ffe27 +Author: Daniel Golle +Date: Sun May 13 18:13:27 2012 +0000 + + move arig.org.il community profiles into two seperate files + +commit be7347284044d5abf3d037a47eadca83151be3da +Author: Daniel Golle +Date: Sun May 13 14:11:49 2012 +0000 + + fix arig.org.il community profile networks + +commit 459c81ea6e9ab85d7357db6c09d8968d4a17ab6c +Author: Daniel Golle +Date: Sun May 13 14:07:52 2012 +0000 + + add arig.org.il community profile + +commit fb598739dec55ec6213540d7659aa9bdb25edf2b +Author: Manuel Munz +Date: Thu May 10 17:54:51 2012 +0000 + + themes/freifunk-generic: Fix typo introduced with last commit + +commit 8a053623233afe2a5338c1af8e026e06581ae85a +Author: Manuel Munz +Date: Thu May 10 15:04:01 2012 +0000 + + themes/freifunk-generic: Cosmetic css improvements + +commit 2076bc9dd04adbea7b397cd4384323d3d4958780 +Author: Manuel Munz +Date: Thu May 10 14:37:39 2012 +0000 + + themes/freifunk-generic: Fix buttons background, #415 + +commit 16ffd14cc20938bb743b3d587ec0fea7eab99205 +Author: Jo-Philipp Wich +Date: Sun May 6 18:57:18 2012 +0000 + + move luci specific index.html from package 'sgi-cgi' to 'admin-core' + + Contributed by T-Labs, Deutsche Telekom Innovation Laboratories + + Signed-off-by: Mirko Vogt + +commit 1ec71bbefe7689fecb1d3dfb4c0a37791f298712 +Author: Jo-Philipp Wich +Date: Sun May 6 18:04:45 2012 +0000 + + modules/admin-full: add mac address suggestions to mac filter settings + +commit a27481f35c97d74fca4ea654fdc2807145ad9502 +Author: Jo-Philipp Wich +Date: Sun May 6 09:48:06 2012 +0000 + + modules/admin-full: filter init scripts without START in startup model + +commit 216264b6e4eff411e6051bd993726cefdfbd44b5 +Author: Jo-Philipp Wich +Date: Sun May 6 09:47:57 2012 +0000 + + libs/sys: fix luci.sys.init.index() (#399) + +commit 98bf018c1b2c2b46b84da3039d79da636a6fc172 +Author: Manuel Munz +Date: Thu May 3 13:22:06 2012 +0000 + + luci-0.10: fix typo in profile for Franken + +commit 0f8d05f520eb169506410eb498efdbc5d2b49bb9 +Author: Manuel Munz +Date: Thu May 3 13:11:28 2012 +0000 + + contrib/community_profiles: Add profile for Freifunk Franken + +commit 97e4760ab6e20c9ef83abb4d213d674a1d3da810 +Author: Translation System +Date: Thu May 3 10:36:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 92 of 92 messages translated (0 fuzzy). + +commit b691db6c6770dddec2670c6aa0bb733e72dd66b4 +Author: Translation System +Date: Thu May 3 10:36:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 146 of 154 messages translated (0 fuzzy). + +commit 904b04f7343791c990f2565e58c27ea343126fcc +Author: Translation System +Date: Thu May 3 10:36:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit fbb6a86e6266ec5f1dc6d01820de865bb51e4ea9 +Author: Translation System +Date: Thu May 3 10:36:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 188dd1399d8c56fef14230dfdc4e41f3567096aa +Author: Translation System +Date: Thu May 3 10:35:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 8b124434706cf9916a15676175908863cd25832c +Author: Translation System +Date: Thu May 3 10:35:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 9074260a7c0a53092812edf4387200c6fafaabcd +Author: Translation System +Date: Thu May 3 10:29:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 791 of 817 messages translated (0 fuzzy). + +commit 38932ed5746c19cc0c30a6413e72d23b71c6b1a3 +Author: Translation System +Date: Thu May 3 10:28:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 817 messages translated (0 fuzzy). + +commit 37b371fe330773bec46f0899e6351fbaa404f38b +Author: Translation System +Date: Thu May 3 10:27:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 817 of 817 messages translated (0 fuzzy). + +commit 0404f2e70ff8936d0a27b435363c9210391bbd96 +Author: Translation System +Date: Thu May 3 10:26:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 817 of 817 messages translated (0 fuzzy). + +commit 929046cef4fba399f3bfdca62eba78444a6005ce +Author: Jo-Philipp Wich +Date: Thu May 3 08:52:57 2012 +0000 + + applications/luci-minidlna: fix status parsing + +commit 62ec28f0be1b951342e5770c80c4bc0bb7182622 +Author: Jo-Philipp Wich +Date: Fri Apr 27 18:10:51 2012 +0000 + + protocols/ppp: fix install state detection with netifd + +commit cf8b8f874981a06d4dd41494ea3fb98157b60a3b +Author: Jo-Philipp Wich +Date: Fri Apr 27 18:10:40 2012 +0000 + + protocols/6x4: fix install state detection with netifd + +commit 3ddb0b5ba757e2d89a59bb087c73fce5683a3840 +Author: Translation System +Date: Wed Apr 25 01:09:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 11 messages translated (0 fuzzy). + +commit 6ceaeb8629c4f838b59bedeeb6b4ad2bae0d0c5c +Author: Translation System +Date: Wed Apr 25 01:08:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 92 messages translated (0 fuzzy). + +commit 4b2d764b844396c975cfbc9e90e97e954a0ae1a1 +Author: Translation System +Date: Wed Apr 25 01:07:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 5b70e5eb9ea0e0d38573e6487adc89c2823b57ac +Author: Translation System +Date: Wed Apr 25 01:07:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 48e8ccd93b8758b9f22b6fa5f128298d7057bd96 +Author: Translation System +Date: Wed Apr 25 01:07:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit c2b453605aa6ec3450e8ed9fa074c2f7d574ad7a +Author: Translation System +Date: Wed Apr 25 01:07:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit e1effd453f399c5eb23014424affa5246febde85 +Author: Translation System +Date: Wed Apr 25 01:07:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 386408c20f4c47e97726e9d4c758140839962324 +Author: Translation System +Date: Wed Apr 25 01:07:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 66e485a7d3fbf9afc468fab2e91c39c4a691c025 +Author: Translation System +Date: Wed Apr 25 01:07:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit c7dc16b84d9014d5b8ae341ba49a8cf6adb771dc +Author: Translation System +Date: Wed Apr 25 01:01:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 7b8b7b73663b4df5c0b15e6ba9fa231e96a8a20f +Author: Jo-Philipp Wich +Date: Sun Apr 22 14:30:32 2012 +0000 + + po: fix embedded newlines in base.po translations + +commit c60254089ddac4aa5193b50d1671dec6eca7b482 +Author: Jo-Philipp Wich +Date: Sun Apr 22 14:29:00 2012 +0000 + + build: escape backslashes in i18n strings + +commit 4b235b57247f7646b2052be350bc7b879beb5e37 +Author: Translation System +Date: Sun Apr 22 13:56:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 817 messages translated (0 fuzzy). + +commit c1fb0659654392912fbc979390cc414bf0543c49 +Author: Translation System +Date: Sun Apr 22 13:53:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 11 messages translated (0 fuzzy). + +commit a8875f59c9d721ff55eaf7289df55597e3d2b435 +Author: Translation System +Date: Sun Apr 22 13:53:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 92 messages translated (0 fuzzy). + +commit ca9c2fdaa54d349e6ce4f6a9fca2d2176733816a +Author: Translation System +Date: Sun Apr 22 13:53:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 69 messages translated (0 fuzzy). + +commit a57d677e133f59d76dcdeeae65f129216d89184f +Author: Translation System +Date: Sun Apr 22 13:53:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 24 messages translated (0 fuzzy). + +commit ed3116c4549b22c63f9c1acc3c3410d6caa0b8e6 +Author: Translation System +Date: Sun Apr 22 13:53:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 114 of 154 messages translated (0 fuzzy). + +commit d81f44fba80cfbd90dbfb592e5fb930e3da27750 +Author: Translation System +Date: Sun Apr 22 13:51:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 49 of 177 messages translated (0 fuzzy). + +commit 1fa92f43c3fc9127b780e48bb24adf278e00d3fc +Author: Translation System +Date: Sun Apr 22 13:51:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 54 messages translated (0 fuzzy). + +commit 2f4f15899269b6901d2dee3d1d99aa7bdf2f0323 +Author: Translation System +Date: Sun Apr 22 13:51:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 59 messages translated (0 fuzzy). + +commit b3bcc241e12694ee29e6e9c022e8c4095f663f58 +Author: Translation System +Date: Sun Apr 22 13:51:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 791 of 817 messages translated (0 fuzzy). + +commit 50fd939238e28b36665414d1f9258a6cbae2d14d +Author: Translation System +Date: Sun Apr 22 13:51:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (0 fuzzy). + +commit 476ec9e5216fac6255c92bfe0917296f918ddac6 +Author: Translation System +Date: Sun Apr 22 13:51:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 11 messages translated (0 fuzzy). + +commit 4f3c7b8d0eca0f814229b82734bfdd1532402dfb +Author: Translation System +Date: Sun Apr 22 13:51:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 62de6d356c9723576209b6c928f129e80a1a07d2 +Author: Translation System +Date: Sun Apr 22 13:51:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 6b653fae42ca4a490637486a46bb77904b13f828 +Author: Translation System +Date: Sun Apr 22 13:50:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit b22c34d2a965f2cdbe2dcd4282733ef4c56a13b2 +Author: Translation System +Date: Sun Apr 22 13:50:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 177 messages translated (0 fuzzy). + +commit ffaa6675004d89a3baf37b0963230bfd852a4aa3 +Author: Translation System +Date: Sun Apr 22 13:50:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 92787df53363b61792edf8061545d7c9524e642c +Author: Translation System +Date: Sun Apr 22 13:50:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit a8e853b9c029f97b37b89b4f1d4a1a94a3c07bb2 +Author: Translation System +Date: Sun Apr 22 13:50:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 54 messages translated (0 fuzzy). + +commit 09376743fbab0956506328ca7fa0db97a49d2957 +Author: Translation System +Date: Sun Apr 22 13:50:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 15c195c43338bcd39f5971d19a429c7602df1937 +Author: Translation System +Date: Sun Apr 22 13:50:46 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 8f215bf49efec942fef33a60718828f43148d6b6 +Author: Translation System +Date: Sun Apr 22 13:50:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 51 of 179 messages translated (0 fuzzy). + +commit 1f20050f3d76478191b79306a063c02ba7baee3c +Author: Translation System +Date: Sun Apr 22 13:50:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 48 of 156 messages translated (0 fuzzy). + +commit 0b2469c0fa9fdad234f8daad69c7d325a81e20fa +Author: Translation System +Date: Sun Apr 22 13:50:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 12 messages translated (0 fuzzy). + +commit 86c9a6614c214f2310a09bbbae41f90839d60fdc +Author: Translation System +Date: Sun Apr 22 13:50:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 27 messages translated (0 fuzzy). + +commit b981eef8ab18b242f37ba56975dcf19aaac79a30 +Author: Translation System +Date: Sun Apr 22 13:50:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 24 messages translated (0 fuzzy). + +commit 94821638e1308f63d717d02822f360c85d1fecfe +Author: Translation System +Date: Sun Apr 22 13:50:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 39 of 154 messages translated (0 fuzzy). + +commit 3014310869da9e836ee6f33a1e4437609bd36353 +Author: Translation System +Date: Sun Apr 22 13:50:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 94da151eb2b4e47ad78cdeb3275d2c56265cf2e1 +Author: Translation System +Date: Sun Apr 22 13:50:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 630796c9e26ee49d11a79fcb9524ed3ea46f971e +Author: Translation System +Date: Sun Apr 22 13:50:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 171 messages translated (0 fuzzy). + +commit f548aced807b74ee29eaa038428e04569da5d168 +Author: Translation System +Date: Sun Apr 22 13:50:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 444 of 817 messages translated (0 fuzzy). + +commit e45d13a91e3e78de128bf512a7f5c3ce5b209e18 +Author: Translation System +Date: Sun Apr 22 13:50:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 49 of 222 messages translated (0 fuzzy). + +commit c63fb282f526c40a4af78554aefbc79bdaad8f77 +Author: Translation System +Date: Sun Apr 22 13:50:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 31 messages translated (1 fuzzy). + +commit 627d40f0f8c75e9983becda4f3e257c350b99058 +Author: Translation System +Date: Sun Apr 22 13:48:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 817 of 817 messages translated (0 fuzzy). + +commit edeadfdd5d2ff9d2080a7d5402d0e1552c4e26ff +Author: Translation System +Date: Sun Apr 22 13:48:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 31 messages translated (0 fuzzy). + +commit e48d1b40cf680882b25f5cd86c621a03786a5a02 +Author: Translation System +Date: Sun Apr 22 13:48:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 817 of 817 messages translated (0 fuzzy). + +commit c916388f0fcad8b55b2d6874bf5870fac5f6b726 +Author: Translation System +Date: Sun Apr 22 13:45:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 816 of 817 messages translated (0 fuzzy). + +commit 5169fbec33066768ce3fcc60feab3015855dbeb6 +Author: Translation System +Date: Sun Apr 22 13:41:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 817 of 817 messages translated (0 fuzzy). + +commit 811ceb92917e1afbfc9106198a202d6722a4b3af +Author: Jo-Philipp Wich +Date: Sun Apr 22 13:36:08 2012 +0000 + + po: sync base translation + +commit 86e17aa65773a07b1f48e14bb02b97d18a210ece +Author: Jo-Philipp Wich +Date: Sun Apr 22 13:35:58 2012 +0000 + + modules/admin-full: do not show protocol warning for empty interfaces, link to physical settings instead + +commit ec92cd0aea4bc9b3f2de443da31b956c5f43660f +Author: Translation System +Date: Thu Apr 19 16:11:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 92 messages translated (0 fuzzy). + +commit 682f62a992295f85a646a355656f771c909b8729 +Author: Translation System +Date: Thu Apr 19 16:10:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 223 messages translated (0 fuzzy). + +commit 1311cabf432e902a78d805d81e87debc9a3b6293 +Author: Translation System +Date: Thu Apr 19 16:04:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 223 messages translated (0 fuzzy). + +commit a0793d3353d09d61829b53f148af78dcc9cdfa63 +Author: Translation System +Date: Thu Apr 19 16:01:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 11 messages translated (0 fuzzy). + +commit 48f8cafcccaf877394dc8b2791ec7e2cc9d2bfec +Author: Translation System +Date: Thu Apr 19 16:01:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 42 messages translated (0 fuzzy). + +commit e45ec1de880fa25f0f10694fe1ecc63bc0240485 +Author: Translation System +Date: Thu Apr 19 16:01:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 92 messages translated (0 fuzzy). + +commit 3513c109c125a68a5bfd5fcced7ff41db4121f5e +Author: Translation System +Date: Thu Apr 19 16:01:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 4dea4fecbb31ca4a6bc776895f3377ecacad3a33 +Author: Translation System +Date: Thu Apr 19 16:01:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 42 messages translated (0 fuzzy). + +commit b9a9882edb08e11f75d5014a3aa769f4acb065af +Author: Translation System +Date: Thu Apr 19 16:01:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 790 of 815 messages translated (0 fuzzy). + +commit 536704e5a017e4401fefaf1a2e08af2bef586660 +Author: Translation System +Date: Thu Apr 19 16:01:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 9f947672f330713e72d279256c1c938236b2e175 +Author: Translation System +Date: Thu Apr 19 15:59:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 11 messages translated (0 fuzzy). + +commit 062313ce6e338e8609550d2a0ca07389ef725a53 +Author: Jo-Philipp Wich +Date: Thu Apr 19 15:52:23 2012 +0000 + + po: cz -> cs as required by pootle + +commit 5c8544a526597d47bfd083704751b605b82a052e +Author: Jo-Philipp Wich +Date: Thu Apr 19 15:49:57 2012 +0000 + + po: init czech translation + +commit d16880d11fbc4d2832920e025e6c6a133e400f3c +Author: Jo-Philipp Wich +Date: Thu Apr 19 15:49:51 2012 +0000 + + po: init turkish translation + +commit e6d5c4d5ae0a71f3e0e15d1e3841d4c4bffcc355 +Author: Manuel Munz +Date: Wed Apr 18 16:49:10 2012 +0000 + + applications/transmission: Fix nil value with trport, #397 + +commit ce9cf41fb3626a478ae562cc0ddc75c442588d81 +Author: Jo-Philipp Wich +Date: Tue Apr 17 11:42:56 2012 +0000 + + po: add translations for "watchcat" + +commit 77a0991868947c74f22abb89c5154035c0c19f4e +Author: Translation System +Date: Tue Apr 17 10:00:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit ee25be0e69280e4087084701c994ec849f3fc60a +Author: Translation System +Date: Tue Apr 17 10:00:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit dc269993c0dce723481ba09d264c3f8621c74aab +Author: Translation System +Date: Tue Apr 17 10:00:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit c480d58dc3c4dd409d79d777cdc141ca0a17d7eb +Author: Translation System +Date: Tue Apr 17 10:00:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit f91185037254e5fc553de167f68a02f8f3b62ec6 +Author: Translation System +Date: Tue Apr 17 10:00:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 813b44fc4cf33458f3f6fb920b876244934da558 +Author: Translation System +Date: Tue Apr 17 10:00:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 96b1da47dd863923e03976f3ec3cce48c4a07726 +Author: Translation System +Date: Tue Apr 17 10:00:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit bb347988c36b35a424620ee26d7f5765885a1307 +Author: Translation System +Date: Tue Apr 17 10:00:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 171 messages translated (0 fuzzy). + +commit ddac0b884cf717dcb083ee9fec309cc0f84e41de +Author: Translation System +Date: Tue Apr 17 10:00:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 113 of 222 messages translated (0 fuzzy). + +commit 9c7bc67c588c5f20219e31cb8055a353a753289d +Author: Translation System +Date: Tue Apr 17 10:00:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 1ee520bddc7b9171e579e576179cc61f1fb3fecb +Author: Translation System +Date: Tue Apr 17 09:56:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 104 messages translated (0 fuzzy). + +commit b6268b9f92fd154729c3664fd75e2917bcc4c9ca +Author: Translation System +Date: Tue Apr 17 09:56:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 133 of 154 messages translated (0 fuzzy). + +commit fc160b5cc365ecc3deca882bb448908fe4899f7e +Author: Jo-Philipp Wich +Date: Mon Apr 16 16:52:48 2012 +0000 + + contrib/package: add entry for watchcat application + +commit ca9314ee2203551fe2b28a976d7c6014b3b0957a +Author: Jo-Philipp Wich +Date: Mon Apr 16 16:49:04 2012 +0000 + + New application for watchcat + + Hi, + + This patch add a new luci-application for the watchcat package (in + feeds/packages/utils). + + Chris + +commit b6c98f9c579e8f18af57962d0e500b5b20bf6439 +Author: Jo-Philipp Wich +Date: Mon Apr 16 16:48:59 2012 +0000 + + Fix JSON NaN + + Hi, + + The attached patch fixes the JSON generation when dealing with NaN (not + a number), this makes the JSON parsing in the web browser succeed + (before it would get a "nan" which is not a valid JS value) + + Chris + +commit 84dadb80ab8b2af0f761c44d1cdc012ebc6d8a5b +Author: Manuel Munz +Date: Sun Apr 15 20:26:10 2012 +0000 + + applications/transmission: Add support for transmission. Patch by Gabor Varga. #392 + +commit 4525a7b59d1f4004896b4a09d1c71b77da2e75a6 +Author: Translation System +Date: Sun Apr 15 14:46:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 104 of 104 messages translated (0 fuzzy). + +commit c2363f06a4e8533cfd2243ab4caaad2cb031cd78 +Author: Translation System +Date: Sun Apr 15 14:39:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 79134a24cf438c8dce7c4a1cd0568916ffab486d +Author: Translation System +Date: Sun Apr 15 14:39:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 69 messages translated (0 fuzzy). + +commit 295548bbba4b01b8fd386130d577c872967c767a +Author: Translation System +Date: Sun Apr 15 14:39:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 112 of 815 messages translated (0 fuzzy). + +commit 63d2a0651a7e0bcf9bc104a62538b259033afc7e +Author: Translation System +Date: Sun Apr 15 14:39:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 31 messages translated (0 fuzzy). + +commit 599b743d81d7d0c7cbfd9e0ea74ad2324daa2263 +Author: Translation System +Date: Sun Apr 15 14:37:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 68 of 104 messages translated (0 fuzzy). + +commit b6bf3d3183de09528a5e78f2ea359af1571e5a01 +Author: Translation System +Date: Sun Apr 15 14:37:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 34939f0689f3c3d29f7430edcd1ff511d92b5807 +Author: Translation System +Date: Sun Apr 15 14:37:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 787 of 815 messages translated (0 fuzzy). + +commit a808a6c171502855e959201199f64a3e6672f2b2 +Author: Translation System +Date: Sun Apr 15 14:35:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 31 messages translated (0 fuzzy). + +commit 4f9363d70091bfb1883b1f6ab913554c02cbbad2 +Author: Jo-Philipp Wich +Date: Sun Apr 15 14:31:12 2012 +0000 + + applications/luci-radvd: allow the special value "infinity" for preferred lifetime options, resync translation + +commit fd28386e35a947cf9966ae6fd8d2dd5673279bad +Author: Jo-Philipp Wich +Date: Sun Apr 15 14:31:04 2012 +0000 + + libs/web: fix html output for complex datatypes containing apostrophes + +commit 23adee586a9f117a55c71fc34b74025b6686ed15 +Author: Jo-Philipp Wich +Date: Sun Apr 15 14:31:01 2012 +0000 + + po/de: base.po: fix typos + +commit 217812eb74cb9ed23f362a6ee7c59501801d4e65 +Author: Jo-Philipp Wich +Date: Sun Apr 15 14:30:58 2012 +0000 + + po/de: minidlna.po: fix typo + +commit 4711c01509812406c9371bfb4ca5da342488fdeb +Author: Jo-Philipp Wich +Date: Sun Apr 15 14:30:54 2012 +0000 + + libs/sys: introduce luci.sys.init.start() and luci.sys.init.stop(), also execute all init action with an empty environment + +commit 7fdb055265b7afad4ff1db8a9fb678cbbeb77a97 +Author: Manuel Munz +Date: Fri Apr 13 18:12:34 2012 +0000 + + libs/datatypes: Fix typo + +commit 3492cb5e3d2c78db5ebe6a967c7059fe1e560067 +Author: Manuel Munz +Date: Wed Apr 11 17:29:40 2012 +0000 + + contrib/community-profiles: Change defaults for Halle as requested by Tmk + +commit fb74c10842c05672c5a127f427fa979b3b8e6bac +Author: Translation System +Date: Mon Apr 9 20:56:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 79 of 179 messages translated (0 fuzzy). + +commit 5e431367b4125563a5d41a0ddafb7fd16e828d95 +Author: Translation System +Date: Mon Apr 9 20:56:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 88c914ffb7d13577adedb58b6f4235b79000fda8 +Author: Jo-Philipp Wich +Date: Mon Apr 9 15:19:51 2012 +0000 + + applications/luci-upnp: load language file in status template + +commit c7a3eeddf3eaa44b1232c55d2c0c3d2be561a257 +Author: Jo-Philipp Wich +Date: Mon Apr 9 15:19:47 2012 +0000 + + applications/luci-minidlna: load language file in status template + +commit 68b915d338fcac5e4f7b1d1303536433e6925d0b +Author: Translation System +Date: Mon Apr 9 13:41:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit 409d0b3b71dd1e2032c49ae13867096fbf839376 +Author: Translation System +Date: Mon Apr 9 13:25:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit cd456ff616e0c2c18afef2753c01b957bd3a66e2 +Author: Jo-Philipp Wich +Date: Mon Apr 9 13:12:25 2012 +0000 + + applications/luci-minidlna: fix possible nil indexing if album art option is unset, only show one filename in placeholder + +commit dd0fe4e12eedc8eb9c7000c51cac5d8da59c00c3 +Author: Translation System +Date: Mon Apr 9 13:05:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 106 of 108 messages translated (0 fuzzy). + +commit 12c150b98f2b52fca4e063ed981f0a71478ca5da +Author: Translation System +Date: Mon Apr 9 12:39:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit 76b51196f57e89bd66b7cc20011f69db21ed9662 +Author: Jo-Philipp Wich +Date: Mon Apr 9 12:35:49 2012 +0000 + + pplications/luci-minidlna: rework cbi model to use iface widget for interfaces and dynamic list for album art, introduce general and advanced tabs, sync translations + +commit e0ff8c39fab66b1f046b30726800f23309b10ba5 +Author: Translation System +Date: Mon Apr 9 11:46:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit b64ce3fdec10f100a9a52ee561a3b34e5853b46f +Author: Translation System +Date: Mon Apr 9 11:46:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 801 of 815 messages translated (0 fuzzy). + +commit dbcd0e58237ec0a56622783892791b92f7fd8197 +Author: Translation System +Date: Mon Apr 9 11:46:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 223 messages translated (0 fuzzy). + +commit 97278dc19902a1bf3efdef0e02179e8ea36d13b0 +Author: Translation System +Date: Mon Apr 9 11:44:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 31 messages translated (0 fuzzy). + +commit 026da5e2bf6102e9ecbc70a6ca18fa705493b1ce +Author: Translation System +Date: Mon Apr 9 11:42:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 357 of 815 messages translated (8 fuzzy). + +commit 5d6092dd42e32123263b2f34c7c03c1a6b18a7c4 +Author: Translation System +Date: Mon Apr 9 11:42:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 31 messages translated (0 fuzzy). + +commit 379f73538d260cc626b70650121bc06ea7caa0ac +Author: Translation System +Date: Mon Apr 9 11:42:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 49 of 179 messages translated (0 fuzzy). + +commit fa61973bfd1fa4674d8d9ce121b2734ada3217e8 +Author: Translation System +Date: Mon Apr 9 11:42:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 42 messages translated (0 fuzzy). + +commit f2712087744a0f28785a66aa32652e9d3489a521 +Author: Translation System +Date: Mon Apr 9 11:41:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 42 messages translated (0 fuzzy). + +commit 3291ed3c21c0282570d2173ca28b3d21f0e0c432 +Author: Translation System +Date: Mon Apr 9 11:40:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 160 of 179 messages translated (0 fuzzy). + +commit a5bd868e62fab96219195ca1aa99d7ef2da7b2fa +Author: Translation System +Date: Mon Apr 9 11:40:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 358 of 815 messages translated (0 fuzzy). + +commit b2aa3e5d6fbba04e186440efa688296ff44e336f +Author: Translation System +Date: Mon Apr 9 11:40:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 173 of 177 messages translated (0 fuzzy). + +commit 5c62a50c50250f9eedd853b0977709d10b2c2762 +Author: Translation System +Date: Mon Apr 9 11:39:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 815 of 815 messages translated (0 fuzzy). + +commit 1f0bd1c90fd15187f5b906ec7c07e63c32fffe9f +Author: Translation System +Date: Sun Apr 8 14:43:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit d4072a20fb8f6bd8cbb0bf6a6b26c99f0ba76a4f +Author: Translation System +Date: Sun Apr 8 14:32:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit e209d54e5fdcf5294b2573b0dcfa8d69b562a200 +Author: Translation System +Date: Sun Apr 8 12:19:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 815 of 815 messages translated (0 fuzzy). + +commit 46a864f099be725b70665ff6a7aef9eefbf7d911 +Author: Jo-Philipp Wich +Date: Sat Apr 7 23:43:21 2012 +0000 + + applications/luci-minidlna: remove redundant percent sign, sync translations + +commit 62d83c80eadcbb6b0cc8abc96c680b2f2cd9b077 +Author: Jo-Philipp Wich +Date: Sat Apr 7 23:39:27 2012 +0000 + + applications/luci-minidlna: fix whitespace in controller, add status display to cbi map + +commit 3353616e61d46ca34bbfcb7825a1ffba492ee525 +Author: Jo-Philipp Wich +Date: Sat Apr 7 23:38:53 2012 +0000 + + applications/luci-minidlna: add status output + +commit 393d85fcab7551f85dc94871faa63e71928b082e +Author: Translation System +Date: Fri Apr 6 19:04:48 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 20 of 20 messages translated (0 fuzzy). + +commit 6dc704275f9d9f02381f2ebf23bf81a0ff5eb826 +Author: Translation System +Date: Fri Apr 6 19:01:57 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 144 of 154 messages translated (0 fuzzy). + +commit b1bae9ee1285d699bc6c9133dc9cc8b0c6dc0a2d +Author: Translation System +Date: Fri Apr 6 18:57:24 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 11 of 11 messages translated (0 fuzzy). + +commit fcfe94ae4efd3c2476cde30c308cc185e8c82a03 +Author: Translation System +Date: Fri Apr 6 11:45:48 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 38 of 38 messages translated (0 fuzzy). + +commit 671357e5d900b305cb95427f714f0a29aea01bf2 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:53 2012 +0000 + + po: initialize language files for minidlna + + Generated with './build/i18-init.sh minidlna.pot' + + Signed-off-by: Gabor Juhos + +commit 0231c256554f51267bf82c34f142da5f341c6833 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:46 2012 +0000 + + build/i18n-init.sh: add git support + + Signed-off-by: Gabor Juhos + +commit ec79d9318d3693f5f3664c96251b630984742285 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:43 2012 +0000 + + build/i18n-init.sh: allow to use custom pattern for template files + + This allows to initialize language files for individual modules. + + Signed-off-by: Gabor Juhos + +commit c73aceb168c7be349b2dbabbfd864467e06d2b1d +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:41 2012 +0000 + + po/template: add a template for the minidlna app + + Generated with: + ./build/i18n-scan.pl applications/luci-minidlna/ >po/templates/minidlna.pot + + Signed-off-by: Gabor Juhos + +commit f2b97162de49c5423e41d13fafee993eff4a17a5 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:39 2012 +0000 + + contrib: create package for the minidlna application + + Signed-off-by: Gabor Juhos + +commit 9ccbf86b05cad6c6740a56bed2bca051822b3eb4 +Author: Jo-Philipp Wich +Date: Fri Apr 6 09:44:36 2012 +0000 + + applications: add an application for miniDLNA + + Signed-off-by: Gabor Juhos + +commit baf7d12e5c042051ca39a122f16fd25fde94012b +Author: Translation System +Date: Fri Apr 6 09:40:36 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 77 of 179 messages translated (0 fuzzy). + +commit 1ee0f1dfb090f00844d637fb80e8d9a09f667758 +Author: Translation System +Date: Fri Apr 6 09:40:02 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 800 of 815 messages translated (0 fuzzy). + +commit 9bde4204cfbb42fe04a9d72c18fd9e6855db806a +Author: Manuel Munz +Date: Wed Apr 4 15:40:01 2012 +0000 + + modules/freifunk: Fix model/system confusion in public_status + +commit ea0953c21c5b3dc01246f869008d444b3fee8e39 +Author: Translation System +Date: Tue Apr 3 00:38:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 60ab67c6932bac9bcff57286c6091b8f8ebc40f4 +Author: Jo-Philipp Wich +Date: Tue Apr 3 00:35:59 2012 +0000 + + po: add wshaper.pot template, initialize missing language files + +commit 3501cbea52d17bc19dea2bc90312ba8954d938a1 +Author: Jo-Philipp Wich +Date: Tue Apr 3 00:35:54 2012 +0000 + + build: rework checks in i18n-scan.pl + +commit ee09d98cd5abe75494b9f5cd9db4a2e2cb0b3c8b +Author: Jo-Philipp Wich +Date: Tue Apr 3 00:16:55 2012 +0000 + + po: rebase ahcp and base translations against updated templates + +commit 0b1a16d2972770ba4197eb0ce40d191679ce0366 +Author: Jo-Philipp Wich +Date: Tue Apr 3 00:13:32 2012 +0000 + + Revert "Commit from LuCI Translation Portal by user jow.: 370 of 812 messages translated (0 fuzzy)." + + This reverts commit 74da4b604009af61f99c91a3743bc5d22f1bcc73. + +commit 0fcef66fc0a6b530e55a1daec6bd6ddee893246f +Author: Jo-Philipp Wich +Date: Tue Apr 3 00:13:27 2012 +0000 + + Revert "Commit from LuCI Translation Portal by user jow.: 165 of 179 messages translated (0 fuzzy)." + + This reverts commit f3dd87ed07df51a8b0e110966de468ba1a7365f2. + +commit cc1cd3cc9efbe13cf89f110f3616ffdb93ebfb26 +Author: Translation System +Date: Tue Apr 3 00:04:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 70 of 179 messages translated (0 fuzzy). + +commit 503dc8035caea26963bd53681a4031c3d49ea2e1 +Author: Translation System +Date: Tue Apr 3 00:03:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 223 messages translated (0 fuzzy). + +commit acd68188fdaa843224f6f47a62be875315f94da8 +Author: Translation System +Date: Tue Apr 3 00:03:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit d919edf76fcf15cb1f36a3d642be846b9ad17f90 +Author: Translation System +Date: Tue Apr 3 00:03:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 72ce9a04abea394d4a2f8572db4d13062ec42568 +Author: Translation System +Date: Tue Apr 3 00:03:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit fd10921af48d7f9de0da6f20fe0a36b419732f07 +Author: Translation System +Date: Tue Apr 3 00:03:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 46a3d5a36e3ee6a81a5c68bafab5625f6f064e1e +Author: Translation System +Date: Tue Apr 3 00:03:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit 9e6922065195b650bfd695d2f19fb81eada018ca +Author: Translation System +Date: Tue Apr 3 00:03:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 5b84667d6d6947120cbb8a7836f8c4ca95da8146 +Author: Translation System +Date: Tue Apr 3 00:03:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 130bc2357421cbbadbcc6a4c508dbb01ee564e7d +Author: Translation System +Date: Tue Apr 3 00:03:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 785 of 812 messages translated (0 fuzzy). + +commit 0967f4c6621323b2e271a1c495cf538f46881bbf +Author: Translation System +Date: Tue Apr 3 00:03:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 223 messages translated (1 fuzzy). + +commit c9aa1c91612e5d6857c65c12e1e12733deaa1884 +Author: Translation System +Date: Tue Apr 3 00:03:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit df9e4bcb5fef54d478b2f24987e0ee37d3a1a3a0 +Author: Translation System +Date: Tue Apr 3 00:03:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 7fb83768df896ac8a6ec172eaf7a652cd200d7fc +Author: Translation System +Date: Tue Apr 3 00:03:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 163 of 177 messages translated (0 fuzzy). + +commit c808efb3944b538a7904122660e20219987fbdde +Author: Translation System +Date: Tue Apr 3 00:02:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit b6c32375cc5d080fd96374188feb8b9cc5e6d327 +Author: Translation System +Date: Tue Apr 3 00:02:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 54 messages translated (0 fuzzy). + +commit 63938137e85cede7d3332bb85e12b07a749339b4 +Author: Translation System +Date: Tue Apr 3 00:02:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 47 messages translated (0 fuzzy). + +commit cb909969af53f18032a82000f1f97f5edb796cbc +Author: Translation System +Date: Tue Apr 3 00:02:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit f0350b5f84f195d8095cad3ac3c7a0a755063e0c +Author: Translation System +Date: Tue Apr 3 00:02:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 505 of 812 messages translated (0 fuzzy). + +commit c85a7c65f38022e7d6d52aacd10fc3cd73c9fc9c +Author: Translation System +Date: Tue Apr 3 00:02:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 222 messages translated (0 fuzzy). + +commit dea23ca2488aa8d880f45b13a67bfa85f97a1fa6 +Author: Translation System +Date: Tue Apr 3 00:02:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 5cba0ffcd81e305b9c453e92b415e3bdad93f752 +Author: Translation System +Date: Tue Apr 3 00:02:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit a7e6d2b9b52ea2e6a0793c38e9f77838ebecf1c5 +Author: Translation System +Date: Tue Apr 3 00:02:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 443a05bb2a398eb2c944ce57057f13c783be44a6 +Author: Translation System +Date: Tue Apr 3 00:02:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 63 of 64 messages translated (0 fuzzy). + +commit 0477a867b5e75097df7519e3d64dbac57a9587b2 +Author: Translation System +Date: Tue Apr 3 00:02:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit e657ae65bbb23ed5af8586a63f197a692ace419f +Author: Translation System +Date: Tue Apr 3 00:02:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 88 of 108 messages translated (0 fuzzy). + +commit 12ec0b72295641346fff45f312daf2cba1055114 +Author: Translation System +Date: Tue Apr 3 00:02:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 59 messages translated (0 fuzzy). + +commit 87fadde4b916cf681dbc1314fda7ec062594dd03 +Author: Translation System +Date: Tue Apr 3 00:02:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 6ae4d0b5bf58b5fbf1274bc798c5dcefab3e8e7f +Author: Translation System +Date: Tue Apr 3 00:02:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit 1aa43ad7167a1fc85883cc22f631ac2728032e9f +Author: Translation System +Date: Tue Apr 3 00:02:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 179 messages translated (0 fuzzy). + +commit 4994478f46d71aa657e36023228a2a35cf4d65ed +Author: Translation System +Date: Tue Apr 3 00:02:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 150 of 156 messages translated (0 fuzzy). + +commit 5538871a6e5b69adc321b1d35908ec34a8a84902 +Author: Translation System +Date: Tue Apr 3 00:02:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit fe8bfb15ec4b5fdb8d488c8308ce175a7a5caf68 +Author: Translation System +Date: Tue Apr 3 00:02:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit 7518eac9ad66d282d1c890e42183389db9cd85bd +Author: Translation System +Date: Tue Apr 3 00:01:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 129 of 154 messages translated (0 fuzzy). + +commit cdc0a84881f23ef44cef6cf46c02566413b0a4d1 +Author: Translation System +Date: Tue Apr 3 00:01:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 42 messages translated (0 fuzzy). + +commit 74b43d9a4cd8d45540835cd3294defc663ac1ea3 +Author: Translation System +Date: Tue Apr 3 00:01:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 153 of 171 messages translated (0 fuzzy). + +commit 0468a809988cbbfcae2afc7ec6c98a2ddb523db1 +Author: Translation System +Date: Tue Apr 3 00:01:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 747 of 812 messages translated (1 fuzzy). + +commit e1a2883f29ba3b6ddfd0ccc3474b6bc3130ef836 +Author: Translation System +Date: Tue Apr 3 00:01:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 166 of 222 messages translated (0 fuzzy). + +commit b33f54e19f7b914f3ce7aaf18ce17e88402a662d +Author: Translation System +Date: Tue Apr 3 00:01:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit edeadf2cc94a67b94211582e7ca4fd7c292a0ff5 +Author: Translation System +Date: Tue Apr 3 00:01:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 177 of 177 messages translated (0 fuzzy). + +commit 1c5fa86afb03fa615ff82ed57afb3ae072bc410f +Author: Translation System +Date: Tue Apr 3 00:00:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 4 messages translated (0 fuzzy). + +commit ee88067b078a911d2211826a9fbd996c0014a3fc +Author: Translation System +Date: Mon Apr 2 23:59:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 79c41bf13eb59c1b20ffb9bc728d4b7d2e0d9995 +Author: Translation System +Date: Mon Apr 2 23:59:43 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit b24d794c0f8bbf02e42f511985c98dc18421fc80 +Author: Translation System +Date: Mon Apr 2 23:59:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 154 messages translated (0 fuzzy). + +commit 0107fb4ada5e89eed516b1649b2d2c6a1b806bb3 +Author: Translation System +Date: Mon Apr 2 23:59:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 42 messages translated (0 fuzzy). + +commit b64f75b536ded99dd482d7af36b632ad78ca6ebf +Author: Translation System +Date: Mon Apr 2 23:59:30 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 94 of 812 messages translated (0 fuzzy). + +commit 51a74169055dadeea7875e84e23be58b894871e5 +Author: Translation System +Date: Mon Apr 2 23:59:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 223 messages translated (0 fuzzy). + +commit fff2784500bdcfabd195bd19cf09028946b86c61 +Author: Translation System +Date: Mon Apr 2 23:58:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 13 messages translated (0 fuzzy). + +commit 6dcbe2d2a56867ad696bd64c103558bdfe43c415 +Author: Translation System +Date: Mon Apr 2 23:58:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit fa7e61808e596dfe3d8fbcf83712a777bbfc3db2 +Author: Translation System +Date: Mon Apr 2 23:58:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 69 messages translated (1 fuzzy). + +commit b4dd036b8c3eec75461bbe59b1e658792d4be9a3 +Author: Translation System +Date: Mon Apr 2 23:58:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 177 messages translated (2 fuzzy). + +commit 6895156237d85e7f6e524b0415465412ffde7837 +Author: Translation System +Date: Mon Apr 2 23:58:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 64 messages translated (0 fuzzy). + +commit 7bedfd3fa31f02b0bc8a8fdcc85c78c4bcabdfd2 +Author: Translation System +Date: Mon Apr 2 23:58:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 20 messages translated (0 fuzzy). + +commit fa2302937f6d22499997e622a3962c99a44e7e7d +Author: Translation System +Date: Mon Apr 2 23:58:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 108 messages translated (0 fuzzy). + +commit 2a4b3814508ed2d7799b13839464cfe31081b14b +Author: Translation System +Date: Mon Apr 2 23:58:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 23 messages translated (8 fuzzy). + +commit 728fb6e92e9fa1fcd4c47abc3cdffea543e82fac +Author: Translation System +Date: Mon Apr 2 23:58:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 54 messages translated (0 fuzzy). + +commit bcb795555aeabb974d926171c68c8253b0fa0448 +Author: Translation System +Date: Mon Apr 2 23:58:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 59 messages translated (0 fuzzy). + +commit 3c664d3f84a804dd55cfd41c505247000fc7c178 +Author: Translation System +Date: Mon Apr 2 23:58:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 32 messages translated (0 fuzzy). + +commit aca6013b5fcdeaf8aaeab9d13db1121d110e4286 +Author: Translation System +Date: Mon Apr 2 23:58:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit dcb786aac8f0bcf90b887a1f5e401fe28a91fa34 +Author: Translation System +Date: Mon Apr 2 23:58:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 9 messages translated (0 fuzzy). + +commit e0a1905c58d6496b13472db528b3a6eca411c9bf +Author: Translation System +Date: Mon Apr 2 23:58:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 179 messages translated (0 fuzzy). + +commit 11dc9a8fa3a78b48aca9ffcde817d9778a680b85 +Author: Translation System +Date: Mon Apr 2 23:58:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 156 messages translated (0 fuzzy). + +commit 7f8746a3c1d3d1313ba119dfb21a6b6e9cd951a8 +Author: Translation System +Date: Mon Apr 2 23:58:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 12 messages translated (3 fuzzy). + +commit 9402c661e3642674fdfe81fafb4adf524c0861eb +Author: Translation System +Date: Mon Apr 2 23:58:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 27 messages translated (0 fuzzy). + +commit e0499bb03e869a13625392cbf6fbc0e0fb6743cf +Author: Translation System +Date: Mon Apr 2 23:58:29 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 24 messages translated (0 fuzzy). + +commit 85a48e9fd8c2e50a55f755a55dde0f2780918856 +Author: Translation System +Date: Mon Apr 2 23:58:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit 45e7497b4940567e0d35626e214b98e23a0da7df +Author: Translation System +Date: Mon Apr 2 23:58:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 108 messages translated (0 fuzzy). + +commit be84d294fdc410621133f2f7ab9761248831c860 +Author: Translation System +Date: Mon Apr 2 23:58:25 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 71 of 154 messages translated (8 fuzzy). + +commit ad8dc71a579153275ce200b483df7821d7a4b835 +Author: Translation System +Date: Mon Apr 2 23:58:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 01f66c77946d5324036df96292e41e9b34be0f68 +Author: Translation System +Date: Mon Apr 2 23:58:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 42 messages translated (0 fuzzy). + +commit be75b98201f4ddb5074b8b4755c55040654501bd +Author: Translation System +Date: Mon Apr 2 23:58:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 4 messages translated (1 fuzzy). + +commit c1f9cb7cba66f41b04b12f63eb53d553ab7ccf6b +Author: Translation System +Date: Mon Apr 2 23:58:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 21 messages translated (2 fuzzy). + +commit 4758d4c3f2f45ebc3513828a56968282cf293b11 +Author: Translation System +Date: Mon Apr 2 23:58:17 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 171 messages translated (0 fuzzy). + +commit 8456cd93cfb8230709c8bb8cd450556a3332fff8 +Author: Translation System +Date: Mon Apr 2 23:58:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 628 of 812 messages translated (7 fuzzy). + +commit 1830e1c875896ca8926c18dff996c8a6814d3d9d +Author: Translation System +Date: Mon Apr 2 23:58:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 222 messages translated (0 fuzzy). + +commit fcf8b12e12985a2cd9bd092645eb349e290b7fea +Author: Translation System +Date: Mon Apr 2 23:58:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 29 messages translated (3 fuzzy). + +commit d43e3f462493ff5d2ca748fb83ab7189be4b6abe +Author: Translation System +Date: Mon Apr 2 23:57:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 29 messages translated (0 fuzzy). + +commit b434d781822016fd87a50d87bc91e73fc161539d +Author: Translation System +Date: Mon Apr 2 23:57:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit c024eca0fc232957077038dbdda0d630a11b4484 +Author: Jo-Philipp Wich +Date: Mon Apr 2 23:57:11 2012 +0000 + + build: rework i18n-scan.pl defined checks + +commit 4c48b568755f1288606ae36acf750125381ec77a +Author: Translation System +Date: Mon Apr 2 23:56:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 179 messages translated (0 fuzzy). + +commit b38c3450703e25b989e494847518a452516cb535 +Author: Translation System +Date: Mon Apr 2 23:56:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 155 of 156 messages translated (0 fuzzy). + +commit a1b625e4f3423a0b6f3486c1313d2fe44e6a9d9f +Author: Translation System +Date: Mon Apr 2 23:56:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 6a7e941475017eb15f935d8e39fd30c30a69a495 +Author: Translation System +Date: Mon Apr 2 23:56:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 784 of 812 messages translated (0 fuzzy). + +commit 57054dfb8294ccb34c064086d8a7f96810f36103 +Author: Translation System +Date: Mon Apr 2 23:54:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 808 of 812 messages translated (0 fuzzy). + +commit 5ca3a98a5715d86b399c213eb0a0349ffa33da15 +Author: Translation System +Date: Mon Apr 2 23:54:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 165 of 179 messages translated (0 fuzzy). + +commit f03835edc496d3747041f100e88acd6e9f6736a6 +Author: Translation System +Date: Mon Apr 2 23:54:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit 72fb29d216ec5724993f6936ebec002e3c83802e +Author: Translation System +Date: Mon Apr 2 23:54:00 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit bc536e31de059525c7a095b618d07b6edcf4849c +Author: Translation System +Date: Mon Apr 2 23:53:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 171 messages translated (1 fuzzy). + +commit 3831cadcdedaa606652952ddbd76b7535d03aa83 +Author: Translation System +Date: Mon Apr 2 23:53:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 370 of 812 messages translated (0 fuzzy). + +commit 836e4502545ee50475da2ce9f71c90039bf744a8 +Author: Translation System +Date: Mon Apr 2 23:53:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 80c3bf33790cd8324a71e3afd03fa262495853ee +Author: Translation System +Date: Mon Apr 2 23:53:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 169 of 179 messages translated (0 fuzzy). + +commit 3a941ea9b60a1dbf704f7bcfc784143637871188 +Author: Translation System +Date: Mon Apr 2 23:53:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 1c8badfe52dd4822060d1eb377c2b00cfffdde8d +Author: Translation System +Date: Mon Apr 2 23:52:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 52 of 223 messages translated (0 fuzzy). + +commit 14a9306e7d088455bd63bbf4ef65866e74f05ce2 +Author: Jo-Philipp Wich +Date: Mon Apr 2 22:50:40 2012 +0000 + + build/i18n-scan.pl: avoid a possible endless loop + + Issuing './build/i18n-scan.pl libs/core/' leads to this + endless loop with some perl implementations: + + <...> + Use of uninitialized value in concatenation (.) or string at../build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. + substr outside of string at ./build/i18n-scan.pl line 69. + <...> + + Experienced with this perl version: + "This is perl, v5.8.8 built for i386-linux" + + Fix it by undefining the 'sub' variable if it is an + empty string. + + Signed-off-by: Gabor Juhos + +commit c8b7a97580a0875c0f5fdded4fa5bf556cac35e0 +Author: Jo-Philipp Wich +Date: Mon Apr 2 22:50:37 2012 +0000 + + po/templates: update ahcp template + + Signed-off-by: Gabor Juhos + +commit 9f729c8d8cf5cc00100a299fba898a680217805c +Author: Jo-Philipp Wich +Date: Mon Apr 2 22:50:34 2012 +0000 + + applications/luci-ahcp: allow to translate AHCP service status string + + Signed-off-by: Gabor Juhos + +commit f0ebbd0c5a70d3fac48c8d619e1f98918a54dce2 +Author: Jo-Philipp Wich +Date: Mon Apr 2 22:50:30 2012 +0000 + + po/templates: update base template + + Signed-off-by: Gabor Juhos + +commit 1291f1dbb7d300e946ef3d502388ab5173e7f824 +Author: Jo-Philipp Wich +Date: Mon Apr 2 22:50:26 2012 +0000 + + admin-full: allow to use translations for 'Not connected' state + + This allows to use translated version of the 'Net connected' string in + the Status/Overview/Network section. + + Signed-off-by: Gabor Juhos + +commit e6056c0a821bab674ebea04fa3228eedb161a282 +Author: Translation System +Date: Mon Apr 2 15:41:19 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 803 of 827 messages translated (0 fuzzy). + +commit 66cd14abb8ff7fbe6cd7c9eeb2a3460e7eb7e9fe +Author: Translation System +Date: Mon Apr 2 15:41:11 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 31 of 31 messages translated (0 fuzzy). + +commit 6611eab6757592ca3b9da28196c479f1f0450f99 +Author: Translation System +Date: Mon Apr 2 15:41:00 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 21 of 21 messages translated (0 fuzzy). + +commit a5a0b0f2b40cb6ce363e7303099351b5492c7d54 +Author: Translation System +Date: Mon Apr 2 15:40:55 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated (0 fuzzy). + +commit dfd1c57f5187788278ebc2389e3198709ab2e3ea +Author: Translation System +Date: Mon Apr 2 15:40:51 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated (0 fuzzy). + +commit f26d041871865c17f5ac29de2f207e40c2636cb7 +Author: Translation System +Date: Mon Apr 2 15:40:47 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 137 of 154 messages translated (0 fuzzy). + +commit f031438283595c3bf8c5101427ac51116bd196af +Author: Translation System +Date: Mon Apr 2 15:39:11 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy). + +commit 3b71912615d99b460baa491da1e0844d741a8766 +Author: Translation System +Date: Mon Apr 2 15:39:01 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 1 of 1 messages translated (0 fuzzy). + +commit 7264dda22e656f2e25564332fdc416092cb6c430 +Author: Translation System +Date: Mon Apr 2 15:38:52 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 27 of 27 messages translated (0 fuzzy). + +commit b566b0b088f2c3effd644a74d37c5bd61b4457ed +Author: Translation System +Date: Mon Apr 2 15:38:44 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 12 of 12 messages translated (0 fuzzy). + +commit 93842d4d0f8d3b63d4a3911f14a4d5a9ad141a69 +Author: Translation System +Date: Mon Apr 2 15:38:05 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy). + +commit c5aeeed57c04b40290d8a3b3b69a2232e5b0ffd0 +Author: Translation System +Date: Mon Apr 2 15:37:57 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy). + +commit 8c554bd8babeb4fa581010c8b770141cf9847303 +Author: Translation System +Date: Mon Apr 2 15:37:39 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 23 of 23 messages translated (0 fuzzy). + +commit 77c7d86771d8fdda67a8ca9472717c0ab745cbe1 +Author: Translation System +Date: Mon Apr 2 15:37:30 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 69 of 69 messages translated (0 fuzzy). + +commit 68e349068c7fc778c707cb006041d30f97a55edd +Author: Translation System +Date: Mon Apr 2 15:37:16 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 20 of 20 messages translated (0 fuzzy). + +commit 097011cc35d2c873b0dab68afa1c10478194883d +Author: Translation System +Date: Mon Apr 2 15:36:59 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 146 of 177 messages translated (0 fuzzy). + +commit 739f90d547734ce18535cc724ce2bebc6e0fb953 +Author: Translation System +Date: Mon Apr 2 15:35:56 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated (0 fuzzy). + +commit 49f4bd8faaf7a38a551fdb673a85c434fdb52c15 +Author: Translation System +Date: Mon Apr 2 15:35:47 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 7 of 7 messages translated (0 fuzzy). + +commit b9351d61491fd3da8cc2520d096a34768bfaa9d2 +Author: Translation System +Date: Mon Apr 2 15:35:35 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 5 of 5 messages translated (0 fuzzy). + +commit 66284e32dca977b04a3003f6635dc4f94cc2685b +Author: Translation System +Date: Mon Apr 2 15:35:16 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 16 of 16 messages translated (0 fuzzy). + +commit c7bc9915102e5442ceb41d0bafae9559f9e2f569 +Author: Translation System +Date: Mon Apr 2 15:35:07 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 2 of 2 messages translated (0 fuzzy). + +commit 0e634e9620bfe2709d2afb2401ee5e6c8eaf1fed +Author: Translation System +Date: Mon Apr 2 15:34:58 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated (0 fuzzy). + +commit 9ed9c1fbb11d4b090588e118c959018f53da0410 +Author: Translation System +Date: Mon Apr 2 15:34:14 2012 +0000 + + Commit from LuCI Translation Portal by user juhosg.: 11 of 11 messages translated (0 fuzzy). + +commit 5d73b4cf8a0fe5657df23d9c4f1288973255f4d4 +Author: Jo-Philipp Wich +Date: Mon Apr 2 09:49:55 2012 +0000 + + contrib/package: add entry for hungarian translation + +commit 520528e2864984095ba79894dafa34edd4cf5b09 +Author: Jo-Philipp Wich +Date: Mon Apr 2 09:48:31 2012 +0000 + + i18n: package hungarian translations + +commit be563eac62c4ac07ae2c08b51c3ca723e293b484 +Author: Jo-Philipp Wich +Date: Thu Mar 29 16:27:21 2012 +0000 + + po: fix bad charsets in various translation files + +commit 2cc05cf87b1f33cdb487f29543af0be20bddaaef +Author: Jo-Philipp Wich +Date: Wed Mar 28 10:51:40 2012 +0000 + + po: initialize hungarian translations + +commit b152938cbde09ac411b1cd017b0821ec8c0210f7 +Author: Jo-Philipp Wich +Date: Tue Mar 20 00:06:49 2012 +0000 + + contrib: samba36 -> samba36-server, thanks swalker + +commit c3aff0c622de2cf3e9afe77f66acbde3384ff062 +Author: Jo-Philipp Wich +Date: Mon Mar 19 21:04:15 2012 +0000 + + modules/admin-full: since switch port numbers depend on model and current solar cycle, give up on making the human readable but just give the raw index + +commit f02a3330b10cde45ab319054865b022529bbf094 +Author: Jo-Philipp Wich +Date: Sun Mar 18 21:17:48 2012 +0000 + + contrib: depend on samba36 + +commit 1c47572662dfd74c53b85252efabee6c724dcb9b +Author: Translation System +Date: Wed Mar 14 13:05:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 8920dccdc305e32723837a72f796fc9dbf0e5707 +Author: Translation System +Date: Wed Mar 14 13:05:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit f09c5054ae566b50cf225d26ebddedc4696c076a +Author: Translation System +Date: Wed Mar 14 13:05:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit ce2e5c9243c13c9aa0878322a70b01b5d105e099 +Author: Translation System +Date: Wed Mar 14 13:05:42 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 0 of 1 messages translated (0 fuzzy). + +commit b348acf79e95971f2dcccba3d01cfaf11389ec35 +Author: Translation System +Date: Wed Mar 14 13:05:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 49183bb58984369b25aae650c2d2e9c98adc4e94 +Author: Translation System +Date: Wed Mar 14 13:05:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 197 of 812 messages translated (0 fuzzy). + +commit e9dc4bd1a2db6189eb637b4eba545b1f3f6f578d +Author: Translation System +Date: Wed Mar 14 13:05:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 69 messages translated (0 fuzzy). + +commit b638b1ba7a7d10e0f1eafec27b048d0c75f3113a +Author: Translation System +Date: Wed Mar 14 13:05:27 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 68 of 177 messages translated (0 fuzzy). + +commit 40092c0803edd163e341adadce6b04786fa627e7 +Author: Translation System +Date: Wed Mar 14 13:05:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 23 messages translated (6 fuzzy). + +commit f859dec4c43ffb3c24e360d0c54b9515e490e135 +Author: Translation System +Date: Wed Mar 14 13:05:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 54 messages translated (0 fuzzy). + +commit eb865c9bbd2aa2627be3ee42a05daaf9ce700b58 +Author: Translation System +Date: Wed Mar 14 13:05:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 156 messages translated (0 fuzzy). + +commit 1811658559d62dd5767fd38ed378e0526a3f0c38 +Author: Translation System +Date: Wed Mar 14 13:05:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit cd41385f15d9c18f7af41b4c2f6a1a4f178d7811 +Author: Translation System +Date: Wed Mar 14 13:05:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 108 messages translated (0 fuzzy). + +commit e6b2ccf2f64714b9b8dc72197d70b7220ac79f82 +Author: Translation System +Date: Wed Mar 14 13:05:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 56579f49d0d1282b0a91f52a5a46725ac61b4066 +Author: Translation System +Date: Wed Mar 14 13:05:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 42 messages translated (0 fuzzy). + +commit 1370f556775b7bdc731b66e47bd13ce7240bd8fa +Author: Translation System +Date: Wed Mar 14 13:05:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit d2d906c153eb50c77e29046807a723a5d3e37863 +Author: Translation System +Date: Wed Mar 14 13:05:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 503 of 812 messages translated (0 fuzzy). + +commit dcbffebb7ad00fe64c54cda565577283a813c936 +Author: Translation System +Date: Wed Mar 14 13:05:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit c2b788f4faf479d96943d239cd16e9313f529c95 +Author: Translation System +Date: Wed Mar 14 13:02:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 5 messages translated (0 fuzzy). + +commit 71addb6ebfd4a9b0a3fae9a5b6028be03ea904c9 +Author: Translation System +Date: Wed Mar 14 13:02:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit e2c7fb229f0d8ff1480008df61efe2dda6836359 +Author: Translation System +Date: Wed Mar 14 13:02:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 12 messages translated (4 fuzzy). + +commit 2572404aceeacc3ec8ecf23ad62c9b6d50dd6f7c +Author: Translation System +Date: Wed Mar 14 13:02:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy). + +commit aba1db4704eba13a8434496b202411d2eb901b24 +Author: Translation System +Date: Wed Mar 14 13:01:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 122 of 154 messages translated (0 fuzzy). + +commit c503b63ab36558e0a801b3da9f030ce7bc00f58b +Author: Translation System +Date: Wed Mar 14 12:59:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy). + +commit 5dd25cf43ee9d78d586d7d2d568d0b7e5cb9d5a2 +Author: Jo-Philipp Wich +Date: Tue Mar 13 23:18:13 2012 +0000 + + build: override sys.user.getpasswd and nixio.fs.access in sdk environment + +commit 005fd26cf6afbf536cda69a7d235de718520b541 +Author: Jo-Philipp Wich +Date: Tue Mar 13 22:45:26 2012 +0000 + + libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x + +commit e620bdac3e56250e9df991499d1451e5abd2502e +Author: Jo-Philipp Wich +Date: Tue Mar 13 22:11:27 2012 +0000 + + libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x + +commit 785f71ebaf33052e04128c1beca4125bf576cca5 +Author: Jo-Philipp Wich +Date: Tue Mar 13 21:10:18 2012 +0000 + + modules/admin-full: reorder compiler flags for luci-bwc, fixes build on Ubuntu 11.x + +commit fab386913f5cff028d1d92b6573757d0d1f576f6 +Author: Translation System +Date: Wed Mar 7 13:38:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 223 messages translated (0 fuzzy). + +commit eb333c176dd16c0ee59f5078dc47c6566f96253a +Author: Translation System +Date: Wed Mar 7 13:38:20 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 503 of 812 messages translated (0 fuzzy). + +commit 5eb7e093b1ffb89c7d986c8cbce347141011789a +Author: Translation System +Date: Wed Mar 7 13:38:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 222 messages translated (0 fuzzy). + +commit 8be11e507df4755b26f5675f13ad6da11f08af7e +Author: Translation System +Date: Wed Mar 7 13:38:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit f7b096581500b38ffb14f200ff1fd0c34435b137 +Author: Translation System +Date: Wed Mar 7 13:37:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 27 messages translated (0 fuzzy). + +commit 0b660836e1fee0caffff0371ccd1d2f9e90b10dd +Author: Translation System +Date: Wed Mar 7 13:37:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 633 of 812 messages translated (1 fuzzy). + +commit f5d3916c326d772b8bf69eec714ce719fd408c35 +Author: Translation System +Date: Wed Mar 7 13:36:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 174 of 177 messages translated (0 fuzzy). + +commit 2d1b2041de2b2ef855d4f4f0057cfec309c20784 +Author: Translation System +Date: Wed Mar 7 13:36:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). + +commit d6a069b02c49b618e416341e51ed1af6cccfa00c +Author: Translation System +Date: Wed Mar 7 13:36:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). + +commit 344af25daa1d8de97f52c6e3b5862ab67c827de9 +Author: Translation System +Date: Wed Mar 7 13:36:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 4e683dc282a1498cbad04763eb5c248edf07f4fd +Author: Translation System +Date: Wed Mar 7 13:36:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit 50f3ea262e507c3086846ac758f4bb27d5ea97a0 +Author: Translation System +Date: Wed Mar 7 13:22:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 782 of 812 messages translated (0 fuzzy). + +commit c703f14bce46a75127d475e6505c2dac69b9fbf5 +Author: Translation System +Date: Wed Mar 7 13:12:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy). + +commit 9a0fde25ce334ad6536cc93212ec1d58e9b27fe6 +Author: Translation System +Date: Wed Mar 7 13:12:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 39 of 222 messages translated (0 fuzzy). + +commit 64d8337985ae63c62b63bc75ba846ff20981e5ff +Author: Translation System +Date: Wed Mar 7 13:11:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 86 of 154 messages translated (0 fuzzy). + +commit 65606ca09a7f69c30dc4d749a9699d6ae84806b5 +Author: Jo-Philipp Wich +Date: Wed Mar 7 13:07:56 2012 +0000 + + contrib: drop luacurses, it was never used and fails the build on modern distros + +commit c3426d56b1551fd8233a5cd642db2009801b0ab5 +Author: Jo-Philipp Wich +Date: Wed Mar 7 13:06:17 2012 +0000 + + applications/luci-multiwan: use new uci disable option instead of disabling the init script + +commit b22f022f2c3652a5af3c1ef843a9b06eba851404 +Author: Jo-Philipp Wich +Date: Sun Mar 4 18:36:05 2012 +0000 + + modules/admin-full: add DNS resolution to connections status page, order connections descending by traffic + +commit e6bf801bad495bc15f8272af3ae653e50421c6c6 +Author: Jo-Philipp Wich +Date: Sun Mar 4 18:35:13 2012 +0000 + + modules/admin-full: scan three times to catch more networks in wifi join setup + +commit c77a8b16478ccf3cb98ad8a5dd3385627f1592b4 +Author: Jo-Philipp Wich +Date: Sun Mar 4 15:28:18 2012 +0000 + + modules/admin-full: revert r8324 + +commit 791838068399eb02b2c1d2ec39324a12b984df7b +Author: Jo-Philipp Wich +Date: Sun Mar 4 15:03:05 2012 +0000 + + modules/admin-core: autofocus password field in login form + +commit fd0f8e80c50f01020258c73c41e206c38b4ca824 +Author: Jo-Philipp Wich +Date: Sun Mar 4 14:15:09 2012 +0000 + + libs/web: fix wrong default focus in dynlist widgets (#388) + +commit 9de7ff8e69420b16078c51f6a1181d4438b653e9 +Author: Jo-Philipp Wich +Date: Sun Mar 4 14:06:30 2012 +0000 + + modules/admin-full: reverse time labels in realtime stats (#386) + +commit 7b402d19642d94458f89ddd51222069bbb25ca5e +Author: Jo-Philipp Wich +Date: Sat Mar 3 13:10:33 2012 +0000 + + modules/admin-full: remove per connection transfer stats, not exposed anymore in recent kernels + +commit 7e9d0c3c92e9d92b851b74a1c2d883773e9adc8d +Author: Manuel Munz +Date: Fri Feb 24 21:08:18 2012 +0000 + + contrib/freifunk-policyrouting: make sure olsr routing table entries are removed on boot when policy routing is disabled and wan is not connected and therefore there is no hotplug event fired + +commit 0453e50932ab03c172ef18727673a2d874d93c52 +Author: Jo-Philipp Wich +Date: Thu Feb 23 17:15:50 2012 +0000 + + modules/admin-full: display wifi rates in assoclist tables + +commit 94eaeba6bb2733b36b64bfc8a812abb4c69351f6 +Author: Manuel Munz +Date: Tue Feb 21 17:02:31 2012 +0000 + + contrib/community-profiles: Fix typo in weinstadt + +commit 777da819b01e0e2a3ed865d52a81ee67918bddc2 +Author: Manuel Munz +Date: Tue Feb 21 16:52:21 2012 +0000 + + contrib/community-profiles: Add Weinstadt + +commit 494cdd26c56e0c5b3f98ef2287c9f33363f573f7 +Author: Manuel Munz +Date: Tue Feb 21 09:40:50 2012 +0000 + + contrib/community-profiles: Add stuttgart (#383) + +commit 62df088b9bdc49230f5a056096cfa22b9b976053 +Author: Jo-Philipp Wich +Date: Sun Feb 19 20:22:17 2012 +0000 + + applications/luci-firewall: explicitely convert all translation values to strings, otherwhise table.concat() might choke on userdata (#372) + +commit 08d302727f22a84a9b18f6f0e5588369fa7a0893 +Author: Jo-Philipp Wich +Date: Sun Feb 19 19:12:09 2012 +0000 + + themes/bootstrap: the "about" page is long gone, link to luci.subsignal.org instead + +commit bbc2c69965517c66b04d068cc9e8dab2c396efa4 +Author: Jo-Philipp Wich +Date: Sun Feb 19 17:05:09 2012 +0000 + + applications/luci-statistics: avoid global vars, avoid nil indexing, get rid of counter variable + +commit ad7aecad88399b917b6a96952f3645c475e73c59 +Author: Patrick Grimm +Date: Sun Feb 19 15:11:23 2012 +0000 + + applications/luci-statistics: make host selectable if collectd-mod-network server is on + +commit 2ff0ec12ac2acc140680f457f0699b88676d8cfb +Author: Translation System +Date: Sun Feb 19 14:22:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 35 of 177 messages translated (2 fuzzy). + +commit d24c129db7a6fc43a69c29bae215600330d1dd8d +Author: Translation System +Date: Sun Feb 19 14:21:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 108 messages translated (0 fuzzy). + +commit 1acb5d01a1858b3d34d3f7af1c14e09772d3e9d3 +Author: Translation System +Date: Sun Feb 19 14:21:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 272 of 812 messages translated (7 fuzzy). + +commit 4f4270badaaeef7c459e16ee0dd7db0b04d9cb0c +Author: Translation System +Date: Sun Feb 19 14:21:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 29 messages translated (0 fuzzy). + +commit 3dcce4a04bce4e91a3453a450cb15cdb09b6df66 +Author: Translation System +Date: Fri Feb 17 12:51:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 2f220be6a6ca9a159aa10be605ca2c8ca1c45f57 +Author: Translation System +Date: Fri Feb 17 12:51:12 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 69 messages translated (0 fuzzy). + +commit 5159a3382f19b10a282986c9ebc80b706b4d7a3b +Author: Translation System +Date: Fri Feb 17 12:51:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 68 of 177 messages translated (0 fuzzy). + +commit 63b7452c7308b6dffb7027502cc9d34f24ba4af4 +Author: Translation System +Date: Fri Feb 17 12:51:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 89e0f2755e92b77b5501d2f4d59352ddb5163f52 +Author: Translation System +Date: Fri Feb 17 12:51:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 23 messages translated (6 fuzzy). + +commit 50ce8924b620894c24a11c44f5fd6fcb13b3b6b3 +Author: Translation System +Date: Fri Feb 17 12:51:06 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 54 messages translated (0 fuzzy). + +commit 6436bf548ffc7bd89e5e171c7af4129364b8683d +Author: Translation System +Date: Fri Feb 17 12:51:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 7b0d2e29e1d3211fdd69154823f1ed2e6747680f +Author: Translation System +Date: Fri Feb 17 12:51:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 156 messages translated (0 fuzzy). + +commit 9642bd991a4e8c6933e41e234d94bdcaa31b8fbd +Author: Translation System +Date: Fri Feb 17 12:50:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 108 messages translated (0 fuzzy). + +commit f5dd0e1ef1ef39d18a3de106866462a5929ac7ae +Author: Translation System +Date: Fri Feb 17 12:50:56 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit fa2320b56ee7a90b39c7a01353170fa8bf0c8b76 +Author: Translation System +Date: Fri Feb 17 12:50:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 79355b14b6942648e0430fba4d39a987c840ab5b +Author: Translation System +Date: Fri Feb 17 12:50:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 379 of 812 messages translated (0 fuzzy). + +commit b5b71a0f10aea044731bce78ea1a09a02bec4106 +Author: Translation System +Date: Fri Feb 17 12:50:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 01294d50ec8633cdbb37055903680b6f9e3f969e +Author: Translation System +Date: Fri Feb 17 12:50:47 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit a76b6bd02f5e51951aa732dad1c45e666e026eec +Author: Translation System +Date: Fri Feb 17 12:50:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 64 messages translated (0 fuzzy). + +commit 6ad871ce3c2b67ebaf5bf2bca0e487974c14a808 +Author: Translation System +Date: Fri Feb 17 12:50:40 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 69 messages translated (0 fuzzy). + +commit 37db8d37efce321f9ed37f51a1c352aaf4fb01d4 +Author: Translation System +Date: Fri Feb 17 12:50:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 59 messages translated (1 fuzzy). + +commit 5fc8a11c2e7ddef3fc4c26c2cda6a849908c73eb +Author: Translation System +Date: Fri Feb 17 12:50:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 32 messages translated (0 fuzzy). + +commit 35bb1962c2669c453be8402c1f93f75a82fa0792 +Author: Translation System +Date: Fri Feb 17 12:50:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 100 of 156 messages translated (0 fuzzy). + +commit b834a31994bdcd9a648ce161bb73f5fa98cd4adb +Author: Translation System +Date: Fri Feb 17 12:50:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 2df97ce3abf2819b2bd0b19cab812520a41433fe +Author: Translation System +Date: Fri Feb 17 12:50:26 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 55 of 171 messages translated (0 fuzzy). + +commit 858ccb5f35fd3dcc5590db0017a5f322206e657f +Author: Translation System +Date: Fri Feb 17 12:50:24 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 633 of 812 messages translated (1 fuzzy). + +commit 4ce5727f4ddfce8dc4903e25df26dd4f2694af8d +Author: Translation System +Date: Fri Feb 17 12:50:23 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 222 messages translated (0 fuzzy). + +commit c73232fae23354db90334f98d6a657be5f309823 +Author: Translation System +Date: Fri Feb 17 12:49:07 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 35 of 179 messages translated (5 fuzzy). + +commit ef09d8a1964983ec096f48639f750804d987edda +Author: Translation System +Date: Fri Feb 17 12:48:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 2 messages translated (0 fuzzy). + +commit afba491aa95d8402c65f5275c7e4dcea8261135f +Author: Translation System +Date: Fri Feb 17 12:48:16 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 21 messages translated (3 fuzzy). + +commit ad56d72b1738fef9cbac1898178ce9b5b2b97804 +Author: Translation System +Date: Fri Feb 17 12:47:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 11 messages translated (0 fuzzy). + +commit b8a0d5313b4e78360002ee2a3a7879283eb96a07 +Author: Translation System +Date: Fri Feb 17 12:47:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 4cc4d2cd761c8fb113c65070f56ef2e504961c59 +Author: Translation System +Date: Fri Feb 17 12:47:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2b78705f2e90b9e2355fea4a7b3edaced3f04c23 +Author: Translation System +Date: Fri Feb 17 12:46:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 24 messages translated (0 fuzzy). + +commit 561312a556e947a159a2cd64f130d47f1b68c3cb +Author: Translation System +Date: Fri Feb 17 12:46:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 0b3a21bd0006e749998edcd97e5727d7f93979a0 +Author: Translation System +Date: Fri Feb 17 12:46:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 992ec5b88e0e9279f9aba846571045a932a7a3fe +Author: Translation System +Date: Fri Feb 17 12:46:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 171 messages translated (0 fuzzy). + +commit 4ca2c70ed640a5f88dc9f74a6bc9c5923124b6d2 +Author: Translation System +Date: Fri Feb 17 12:45:39 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 151 of 177 messages translated (0 fuzzy). + +commit b3581f065057e157ad65b72de16e983e74f173e6 +Author: Translation System +Date: Fri Feb 17 12:45:33 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 59 messages translated (0 fuzzy). + +commit 64717a5d01e63bd2ad23fdd125caba53f5111123 +Author: Translation System +Date: Fri Feb 17 12:45:31 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 32 messages translated (0 fuzzy). + +commit 7c341cc7e0cf977c53bdf90a588e5c4948278ddf +Author: Translation System +Date: Fri Feb 17 12:45:22 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 723 of 812 messages translated (0 fuzzy). + +commit 5d4f35d9052b6dbab46d8d8bb6e8663d2df7d9af +Author: Translation System +Date: Fri Feb 17 12:45:21 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 222 messages translated (1 fuzzy). + +commit a4688676c600be373c0874a25cfde3302acbc726 +Author: Translation System +Date: Fri Feb 17 12:45:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 41 messages translated (0 fuzzy). + +commit 8d7b989930b8173c2f98ec80c9d11812e9a8f060 +Author: Translation System +Date: Fri Feb 17 12:45:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 139 of 177 messages translated (0 fuzzy). + +commit 6298aff8b6f4887f376e60fcc9545d46721acfcd +Author: Translation System +Date: Fri Feb 17 12:45:11 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 0b252776bd47d3e16b5b45773aa208299075a881 +Author: Translation System +Date: Fri Feb 17 12:45:09 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 108 messages translated (0 fuzzy). + +commit 9e0c2910d0de9ce7ee179920dcf99c9efa10918b +Author: Translation System +Date: Fri Feb 17 12:44:59 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 154 messages translated (0 fuzzy). + +commit de33c5a4e029f9c79518a7eff0584439cecf88b0 +Author: Translation System +Date: Fri Feb 17 12:44:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit 2dcefe57e296af39fd5f79efba1349f13c0f4025 +Author: Translation System +Date: Fri Feb 17 12:44:53 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 52 of 223 messages translated (0 fuzzy). + +commit ec978111ee091dd39feece591c8261c12f131a26 +Author: Translation System +Date: Fri Feb 17 12:44:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit b930de7b1953d90ce7f31709075a78684fc944e4 +Author: Jo-Philipp Wich +Date: Wed Feb 15 22:50:44 2012 +0000 + + themes/bootstrap: fix table description cells + +commit c07e6a6976e5636b821c5ccfa650641cef2e6c31 +Author: Jo-Philipp Wich +Date: Wed Feb 15 22:49:56 2012 +0000 + + modules/admin-full: filter IPv6 linklocal IPs in iface overview + +commit 1c10042f8c0cd55bcc90a98f1f62b31974179d4e +Author: Jo-Philipp Wich +Date: Wed Feb 15 22:08:51 2012 +0000 + + libs/web: fix delete action in tblsections, fix extedit buttons + +commit a0af7d7afedc243f9b3f5105399c071fafcad163 +Author: Jo-Philipp Wich +Date: Wed Feb 15 21:48:48 2012 +0000 + + themes/bootstrap: some whitespace fixes in CSS + +commit 36fa6575ed85c8106e5de0a553e4e6b1ce5e7db0 +Author: Jo-Philipp Wich +Date: Wed Feb 15 21:04:22 2012 +0000 + + themes: drop old Freifunk theme, unmaintained and redundant + +commit 522bfc944c6f731cc0fc64480607a48612572502 +Author: Jo-Philipp Wich +Date: Wed Feb 15 20:38:36 2012 +0000 + + themes/bootstrap: change CSS code formatting, spaces -> tabs, empty line between rule blocks + +commit 323a7bd6fad48328968beb155e0b32d61c63b941 +Author: Jo-Philipp Wich +Date: Wed Feb 15 20:30:32 2012 +0000 + + themes/bootstrap: add styling for uci changelog + +commit 30b2719c4a8ca09b11235d21445e72d28887f975 +Author: Jo-Philipp Wich +Date: Wed Feb 15 20:19:50 2012 +0000 + + themes/bootstrap: move pageaction buttons to the right, fixes display on pages with additional action on the left side, like "Return to overview" + +commit 4262d901246ef57a21bd0594d5e2dfb945f430da +Author: Jo-Philipp Wich +Date: Wed Feb 15 19:50:27 2012 +0000 + + themes: drop freifunk-hannover its abandoned and redundant + +commit 0ff4dcf277cbfd552343c31ffc313d52b1e2f161 +Author: Jo-Philipp Wich +Date: Wed Feb 15 18:30:25 2012 +0000 + + themes: drop oxygen and openwrt.org-oxygen, there unmaintained and not even packaged + +commit 93812e70a004f4917f7939b51d86aef8cb4f6fbd +Author: Jo-Philipp Wich +Date: Wed Feb 15 18:28:53 2012 +0000 + + themes: drop Fledermaus theme, its ugly and unmaintained + +commit b36781a78294f4594bff66fdd3d539c2388acc1e +Author: Jo-Philipp Wich +Date: Wed Feb 15 18:11:23 2012 +0000 + + contrib/package: add definition for Bootstrap theme + +commit 7c74bac8970e36d41693dce3257d7c2f3ee5950c +Author: Jo-Philipp Wich +Date: Wed Feb 15 18:08:44 2012 +0000 + + themes: add Bootstrap theme, created by David Menting / Nut & Bolt + This theme is clean, modern and based on Twitter Bootstrap. It's been tested on a TP-Link WR1043n and a Carambola under Firefox, Safari and IE8. + +commit 5d45927643f49b15769e7129a79a7a7a985f3f2a +Author: Jo-Philipp Wich +Date: Wed Feb 15 17:50:25 2012 +0000 + + libs/web: remove inline styles from firewall_zoneforwards and firewall_zonelist widgets + +commit f8d8f10aa892e2737cb2171e57b7883481edf9a7 +Author: Jo-Philipp Wich +Date: Wed Feb 15 17:49:44 2012 +0000 + + themes: add zone badge classes to remaining themes + +commit a23f1335d8c0777b8c77a29e9eee4726a62fca82 +Author: Jo-Philipp Wich +Date: Wed Feb 15 17:47:16 2012 +0000 + + themes/openwrt: add new CSS classes for zone badge widgets + +commit 7c9dd3ab8149d89c318a1e10668b4c69aa9b9d93 +Author: Jo-Philipp Wich +Date: Wed Feb 15 16:43:39 2012 +0000 + + libs/web: remove inline styles from network_netinfo widget + +commit 6a79dfc77e2e6904cb73d8a80dd069a86fe0bb54 +Author: Jo-Philipp Wich +Date: Wed Feb 15 16:43:02 2012 +0000 + + themes: CSS fix for iface badges + +commit 8d2af100a87810fd5f9a727adb255c29e1b73309 +Author: Jo-Philipp Wich +Date: Wed Feb 15 16:01:07 2012 +0000 + + modules/admin-full: remove inline style for inface boxes + +commit 481ddd09098242db05231a2e84c19c831d5cd033 +Author: Jo-Philipp Wich +Date: Wed Feb 15 16:00:23 2012 +0000 + + libs/web: remove inline styles for interface badges + +commit 6832010927ae4a2c287be9d49bd262d751efff5b +Author: Jo-Philipp Wich +Date: Wed Feb 15 16:00:00 2012 +0000 + + themes: add new classes to remaining themes + +commit 83de41903cd65ea5f74fdcea8df288e9bbfbbdf9 +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:52:49 2012 +0000 + + themes/openwrt: add new CSS classes for iface boxes and badges as used in the iface overview or the physical settings of networks + +commit 857dcdf727b7d36bb383caf608f98ecb3289198f +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:27:03 2012 +0000 + + libs/web: remove more inline styles from tblsection template, fixes action buttons in bootstrap theme + +commit 13beaf8b3d041d6ae79facca3bddba95534683ec +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:13:27 2012 +0000 + + libs/web: use new button classes for tblsection template + +commit 47b51b54e8bf5d40dee04e85c46551e49e575ddd +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:12:53 2012 +0000 + + libs/web: fix firewall_zoneforwards template for bootstrap theme + +commit 7bda8d6da3b4a931d5509a6bce0a38b36f23eefb +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:12:10 2012 +0000 + + modules/admin-full: use new button classes in iface overview template + +commit 4587911f077d91ee3779b3df19887d141a7f8239 +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:10:57 2012 +0000 + + themes: add new button classes to remaining themes as well + +commit f4894a0779fc7d06a65b05edafabf896ba0718f1 +Author: Jo-Philipp Wich +Date: Wed Feb 15 15:08:04 2012 +0000 + + themes/openwrt: add more button CSS classes + +commit 0babce52b9f9c75d3c396531edb3dfbfd97d751d +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:18:36 2012 +0000 + + contrib: fix packaging after lqtapifoss -> ltqtapi migration + +commit 1964491eaa6b1b0e12f52baa55dde0a44a82e755 +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:17:48 2012 +0000 + + applications: add luci-ltqtapi, provides port status monitoring and VoIP control for Lantiq boards + +commit dfd302bb1c2f0557921dcfb4330dbeaaa4ae427c +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:17:14 2012 +0000 + + applications: drop luci-lqtapifoss + +commit 63a75c6ea924120273f27a297fae4978ab81d83f +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:16:53 2012 +0000 + + libs/web: implement new phone digit datatype, useful for VoIP related config screens + +commit cd4e008cc1536f77d3b879ff9e56b74ce70c828a +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:15:14 2012 +0000 + + themes: implement new up and down button classes in remaining themes + +commit 8412034c3dfb337aa217f2223b5d70d0e7507c75 +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:08:12 2012 +0000 + + libs/web: use CSS class for sort buttons, drop inline style + +commit 8e44175a79f9085284d843d8fab3225ff18bf5eb +Author: Jo-Philipp Wich +Date: Tue Feb 14 15:07:50 2012 +0000 + + themes/openwrt: implement CSS classes for up and down buttons + +commit 75f849ca583119e510ff41a2ff3579517ee10526 +Author: Jo-Philipp Wich +Date: Tue Feb 14 14:11:57 2012 +0000 + + libs/web: fix invalid html after r8224 - the whitespace trimming removed the space between the attributes + +commit a3b0db7d8666b578cb1576158b62fcf952b9236f +Author: Patrick Grimm +Date: Mon Feb 13 00:44:56 2012 +0000 + + libs/web: fix line wrapping error + +commit 9305afaf0d5d8ef2adc9addddcffdcf3d5502a2c +Author: Patrick Grimm +Date: Sun Feb 12 22:50:48 2012 +0000 + + libs/web: replace
by for better css style in tables + +commit dd3f7d202266f6721bfd5f058b4e37950e9ff4e7 +Author: Patrick Grimm +Date: Wed Feb 8 18:36:26 2012 +0000 + + luci-olsr: fix html olsr status page + +commit 8d2e51bb94e30f1606d20dc22a7334abcb89c9b1 +Author: Jo-Philipp Wich +Date: Mon Feb 6 21:24:28 2012 +0000 + + contrib, i18n: fix portuguese-brazilian translation package + +commit 74bf635d8cd298c2eccb804c669d565341403d9a +Author: Patrick Grimm +Date: Sun Feb 5 17:56:08 2012 +0000 + + luci-splash: fix typo + +commit f4924111431e5f5b8808bc96000a55d999bc9dee +Author: Patrick Grimm +Date: Fri Feb 3 23:52:55 2012 +0000 + + luci-splash: create the tbody outside from tr loop + +commit 65e081954a2b70ccd3c5f613e0faef2b6f190b97 +Author: Patrick Grimm +Date: Thu Feb 2 21:55:37 2012 +0000 + + luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag. + +commit 1b7a550e010309b50a6dfb89594ce5605a195e32 +Author: Patrick Grimm +Date: Wed Feb 1 18:55:11 2012 +0000 + + luci-splash: Fix html typo + +commit 576ce3cc488f3f643961aeff5dcba7da8e2ba3af +Author: Translation System +Date: Mon Jan 30 12:58:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit d8a4468b7b8ca9587b7edbf52c631c825b6c1dcf +Author: Translation System +Date: Mon Jan 30 12:58:15 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 0a8e9ae457e1b76c6197ef50a38afdda8939bbd0 +Author: Translation System +Date: Mon Jan 30 12:58:10 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy). + +commit 61dc775350864dc635d3345d70db9acc7a55ade7 +Author: Translation System +Date: Mon Jan 30 12:58:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 379 of 812 messages translated (0 fuzzy). + +commit 3a54deaf881ba0ec567a447643ba06ef8a863fdc +Author: Translation System +Date: Mon Jan 30 12:58:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 13 messages translated (0 fuzzy). + +commit bedd4f95e972e8aca5ee5f497f2994160cc4b1a2 +Author: Translation System +Date: Mon Jan 30 12:57:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 64 messages translated (0 fuzzy). + +commit 34c81a383422c743d7d7a3babc8ae7fe18215ded +Author: Translation System +Date: Mon Jan 30 12:57:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 59 messages translated (1 fuzzy). + +commit 3dee992dbd6aeb5e9fd0a70eb195999240b3cf54 +Author: Translation System +Date: Mon Jan 30 12:57:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 32 messages translated (0 fuzzy). + +commit d0926b17e94510af4abcf4895175c1f4ae940730 +Author: Translation System +Date: Mon Jan 30 12:57:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit 2e2ecbad1c81206eebb3d4af0cce18b2d764e3d4 +Author: Translation System +Date: Mon Jan 30 12:57:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 154 messages translated (0 fuzzy). + +commit f587263d8659108735d8c5df8aacea1b14e647f0 +Author: Translation System +Date: Mon Jan 30 12:57:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 47 messages translated (0 fuzzy). + +commit ff916f1a05f2deba79c4da0140e122570acd77f5 +Author: Translation System +Date: Mon Jan 30 12:57:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 594 of 812 messages translated (1 fuzzy). + +commit fbe19cb00bcf68440c3bfa43582abe47e111e198 +Author: Translation System +Date: Mon Jan 30 12:57:32 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 37f3f3c76d7fdf5c36c119f6d73c1d280a4b4819 +Author: Translation System +Date: Mon Jan 30 12:54:28 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 779 of 812 messages translated (0 fuzzy). + +commit 559d15050c06c14f4d5b308ae11d1eee88e7b8a9 +Author: Translation System +Date: Mon Jan 30 12:52:57 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit a0ab40cb955f396988e03f687280dd9d8f8c423f +Author: Translation System +Date: Mon Jan 30 12:52:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 141 of 177 messages translated (0 fuzzy). + +commit 1d8dc3a04f1889a73cdda31a98942ec47b4f76bc +Author: Translation System +Date: Mon Jan 30 12:52:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 59 messages translated (0 fuzzy). + +commit dd93622156e68a2e621bd46bb3571999bbc22ed4 +Author: Translation System +Date: Mon Jan 30 12:52:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 32 messages translated (0 fuzzy). + +commit a5a472ab64692a961ab492099aa2089d6a9a96ad +Author: Translation System +Date: Mon Jan 30 12:52:44 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 27 messages translated (0 fuzzy). + +commit d29f8bff89d7f7b06c921f95c3befefbec7398ef +Author: Translation System +Date: Mon Jan 30 12:52:37 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 171 messages translated (130 fuzzy). + +commit 57a913be70e219512f68c8d4b9c4b1109b2bbcd9 +Author: Translation System +Date: Mon Jan 30 12:52:36 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 671 of 812 messages translated (0 fuzzy). + +commit 98c1040d8afb31411669b924cd92903643774f46 +Author: Translation System +Date: Mon Jan 30 12:52:35 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 222 messages translated (1 fuzzy). + +commit 54d786d1b2fe3be4efc9814625c28a9b2387228b +Author: Jo-Philipp Wich +Date: Tue Jan 24 21:02:45 2012 +0000 + + po: sync base translations + +commit 639f58d4040dcab9661aca285134e59ab4785b82 +Author: Jo-Philipp Wich +Date: Tue Jan 24 20:57:54 2012 +0000 + + modules/admin-full: add client_cert option in wifi configuration + +commit 0e53f91706c161ab083c75a14d45d15f1b3ae6db +Author: Translation System +Date: Sun Jan 22 20:27:34 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 32 messages translated (0 fuzzy). + +commit 1a0964d8402b8c08c45f32580bb28c079410bb84 +Author: Translation System +Date: Sun Jan 22 20:23:18 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 223 messages translated (0 fuzzy). + +commit de4e9850b9ce5beab2037309f67b43b6c3de8f16 +Author: Translation System +Date: Sun Jan 15 17:54:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 5225e718d4174c577f493e653224f2dd64306e4a +Author: Translation System +Date: Sun Jan 15 17:54:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 222 messages translated (0 fuzzy). + +commit 320d5c53ee8d9de81d6b610c3f83e0aaffa0e7df +Author: Translation System +Date: Sun Jan 15 17:50:14 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit ba931dcada1e3988bbb9c9b8a5c829ba14c16158 +Author: Translation System +Date: Sun Jan 15 17:50:13 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 155ba2ed9d046d85a2346ae5490b4e9e12329f3c +Author: Translation System +Date: Sun Jan 15 17:50:04 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 8a8c6323a3e5067038df5360a1a86e1d7a7f1b96 +Author: Translation System +Date: Sun Jan 15 17:50:03 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 4416b491ec7f20eaa6691c0043e6d7fb5cac4239 +Author: Translation System +Date: Sun Jan 15 17:50:02 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 175 of 179 messages translated (0 fuzzy). + +commit 9eb936973c7f046cec8b62cecdf2bae97f23516e +Author: Translation System +Date: Sun Jan 15 17:50:01 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 156 messages translated (0 fuzzy). + +commit 9f6a53058d791f04e987206d0e36772532f74f21 +Author: Translation System +Date: Sun Jan 15 17:49:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 3ef0d08ee51c2bafbc2904ce4ed5a73456c74ece +Author: Translation System +Date: Sun Jan 15 17:49:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit 9e6bfe4a366f95d512eab6838f3841723af15ef7 +Author: Translation System +Date: Sun Jan 15 17:49:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 1045c9eb69192221d93b501534653d93f99ba2b9 +Author: Translation System +Date: Thu Jan 12 12:23:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 142 of 177 messages translated (0 fuzzy). + +commit 88280ddecf58ba32cf0bc63e3e4e462cc502da32 +Author: Translation System +Date: Thu Jan 12 12:23:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 97 of 154 messages translated (0 fuzzy). + +commit dfce337b337d925cc3c68f6e94e2fbff8f08846f +Author: Translation System +Date: Thu Jan 12 12:23:41 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit b4ae090da9a211f57509e1c41d1ca111ca2be33b +Author: Translation System +Date: Thu Jan 12 12:23:38 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 4bf31a8792be56198ac5cb5b52580fc19d886b2f +Author: Jo-Philipp Wich +Date: Thu Jan 12 12:15:21 2012 +0000 + + modules/admin-full: redirect init script output in startup model actions + +commit 7db300b5e6a7030cbfeb4d2f7560dbff6d933edc +Author: Patrick Grimm +Date: Tue Jan 10 17:37:49 2012 +0000 + + Freifunk: Fix html typo + +commit 3ee2fcccca383afec32cd72de4e1667347665d20 +Author: Jo-Philipp Wich +Date: Mon Jan 9 05:48:27 2012 +0000 + + applications/luci-firewall: fix some datatype sepcifications after r8156 + +commit 15846f9124c647d22885d74eda59b281632c3b07 +Author: Translation System +Date: Mon Jan 9 01:33:08 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit aa68c4386d2c1aafd16add44385c524d8d506eb4 +Author: Translation System +Date: Mon Jan 9 01:33:05 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit ba4f5b7a7be8361703997ada6fd246a1b8865cc0 +Author: Translation System +Date: Mon Jan 9 01:32:58 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 12 messages translated (1 fuzzy). + +commit 588aa925dfd3b0232e6152bcc09c361f6e0aaa28 +Author: Translation System +Date: Mon Jan 9 01:32:54 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 154 messages translated (0 fuzzy). + +commit d71baa8cfb5a53564468581200180074ba5e31e2 +Author: Translation System +Date: Mon Jan 9 01:32:51 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 19bedf1d96468350635a9730959e40e575c5ddba +Author: Translation System +Date: Mon Jan 9 01:32:49 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 341 of 812 messages translated (0 fuzzy). + +commit 0fbecc0eb3d0b4b351fb23696667fb124afbd4d3 +Author: Translation System +Date: Mon Jan 9 01:32:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 222 messages translated (0 fuzzy). + +commit a647fff84ed09d6e39897f535d9e2e3a5868a822 +Author: Translation System +Date: Mon Jan 9 01:31:50 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 66 of 154 messages translated (0 fuzzy). + +commit deccd2c66164af229c87fde98e498221de4c6ba5 +Author: Translation System +Date: Mon Jan 9 01:29:19 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 222 messages translated (0 fuzzy). + +commit 001e15a0db45ab3f80f3819473dc094a792bb69d +Author: Jo-Philipp Wich +Date: Mon Jan 9 00:04:54 2012 +0000 + + [PATCH] Explicit Cache-Control for lucid.http static content + The Chrome web browser revalidates every resource if no explicit Cache-Control or Expires HTTP/1.1 header is sent. This makes the page loads appear to take a long time on pages with a few external resources, adding 300-500ms + per item. This includes the XHR json responses that set page images, like wireless signal indicators and the like-- the images are revalidated on every XHR response. As an example, the Network -> Interfaces page generates 16 + requests to the lucid http server: + + Main HTML + cascade.css + xhr.js + tabbg.png + cbi.js + loading.gif + ethernet_disabled.png + reload.png + reset.gif + edit.gif + remove.gif + add.gif + bridge.png + vlan.png + wifi.png + iface_status + + Of those, 14 should be pulled from cache but they are all valdiated. The lucid server returns the correct 304 (Not Modified) responses but it delays the apparent page load time because of the backlog it creates at the http + server. + + I would suggest setting explicit cache control on all files returned by the lucid http directory dispatcher. The "Expires" header is reportedly more widely supported, however this relies on the clock on the OpenWrt? system + being accurate, which may not be the case. The "Cache-Control: max-age=" allows the server to set a timeout in seconds. I've included a patch that sets revalidate interval to 1 year, which is the value recommended by google. + Reference: http://code.google.com/speed/page-speed/docs/caching.html + + Note this could create an issue if there are luci application which are generating files which change that are being served by the lucid http DirectoryPublisher?. I'm not sure if there is anyone doing that. If needed, this can + probably be created as an option to the DirectoryPublisher? config stanza for each vhost. + + Finally, this only affects the Google Chrome browser, as both IE9 and Firefox seem to have their own revalidation interval in the absence of explicit cache control which may be based on the last modified time of the resource. + Even in Chrome, this change doesn't take effect until the item is re-served with a 200 HTTP response so Chrome's cache should be cleared after this patch is applied. The patch can be extended to include cache control on 304 + responses, but I'd not worry about cluttering the code with it because the problem will solve itself once chrome redownloads the resource. + +commit a4996261eaa0b2057967e5eb855005a3403a6cb0 +Author: Jo-Philipp Wich +Date: Sun Jan 8 23:39:29 2012 +0000 + + libs/web: remove debugging code + +commit 875baa244a7bcc147fe16d8b9242a19f13bafe11 +Author: Jo-Philipp Wich +Date: Sun Jan 8 23:36:35 2012 +0000 + + libs/web: allow zero-length string literals when parsing datatypes + +commit 9fcdf0fe81f3c5142b8abd3f701dc3964549742a +Author: Jo-Philipp Wich +Date: Sun Jan 8 23:33:47 2012 +0000 + + libs/web: introduce recursive expression support for datatypes, introduce "or" and "and" datatypes + The commit adds a recursive parser for datatype expressions which allows nesting of validators, + this allows for complex expressions like "list(or(range(0,65535),'infinite'))" to allow a list of + values which are either integers between 0 and 65535 or the literal string "inifinite". + That change also deprecates combined datatypes like "ipaddr" ["or(ip4addr,ip6addr)"] or + "host" ["or(hostname,ip4addr,ip6addr)"] + +commit 3812f2908731c6ff5e59aec4e0c899dbff35c469 +Author: Jo-Philipp Wich +Date: Sat Jan 7 22:06:02 2012 +0000 + + libs/web: remove neg_ipaddr, neg_ip4addr and neg_network_ip4addr datatypes, can be represented with neg(type) + +commit e4dc649e82edf5aac0668b901eaa1641b388f02c +Author: Jo-Philipp Wich +Date: Sat Jan 7 21:55:52 2012 +0000 + + applications/luci-firewall: fix datatype validation for masq src/dest; allow list of negated ucinames, hostnames, ip-ranges or -addresses + +commit c043db651871e92b2cc8d5cde55655f72873931e +Author: Jo-Philipp Wich +Date: Fri Jan 6 16:42:02 2012 +0000 + + modules/admin-full: set password of logged in user instead of unconditionally using root, thanks Viktar Palstsiuk + +commit 1e0e458ff3a2ab0ff9b415c5b2ae1a4977aa1463 +Author: Jo-Philipp Wich +Date: Fri Jan 6 16:28:54 2012 +0000 + + modules/admin-full: fix wireless interface removal if not network was assigned to the iface, thanks Viktar Palstsiuk + +commit 862176ee072e2a3c37e8e72a627aba6735419d05 +Author: Translation System +Date: Fri Jan 6 13:32:48 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 154 messages translated (0 fuzzy). + +commit 82dd97b79d1ae6e84bc574a3861662ab14a8b681 +Author: Translation System +Date: Fri Jan 6 13:32:45 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 812 messages translated (0 fuzzy). + +commit 0b547cf6b450113b8bb6467c9a17da882896d489 +Author: Jo-Philipp Wich +Date: Thu Jan 5 19:21:07 2012 +0000 + + build: only consider directories containing a Makefile, fixes compilation crashes if a file or empty directory exists in modules/, applications/ etc. + +commit a4b9126070b19ee92d1387f0cf0f57f17fd85534 +Author: Translation System +Date: Sun Jan 1 17:33:55 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 117 of 154 messages translated (0 fuzzy). + +commit 078bf3dbd1d32dbeabeb88132f64b53ffbb2d71c +Author: Translation System +Date: Sun Jan 1 17:33:52 2012 +0000 + + Commit from LuCI Translation Portal by user jow.: 788 of 812 messages translated (0 fuzzy). + +commit ef65fbd9dcecf1ff264e2df7d17a20880f5473e3 +Author: Jo-Philipp Wich +Date: Sun Jan 1 17:20:16 2012 +0000 + + modules/admin-full: make luci-bwc dlopen() libiwinfo.so instead of lua/iwinfo.so + +commit 481cd6feb7583e42fda746d369ab6744af705fbb +Author: Jo-Philipp Wich +Date: Sun Jan 1 15:51:37 2012 +0000 + + libs/core: remove various uses of global vars in luci.ip + +commit 07e06f185aa2ac6fb05a074f95c7da77df4566b1 +Author: Jo-Philipp Wich +Date: Sun Jan 1 15:41:16 2012 +0000 + + themes/openwrt: fix input placeholder color for firefox, add css for internet explorer + +commit 0ce6a286f78108ed1b5ce52c8217f1494ceca257 +Author: Jo-Philipp Wich +Date: Sun Jan 1 15:31:25 2012 +0000 + + applications/luci-firewall: fix crash in rule formatting helper when a rule with an /128 ipv6 prefix is encountered + +commit 706eb828ad51f862e7582c5fe5355e1c73475de1 +Author: Jo-Philipp Wich +Date: Sun Jan 1 14:43:56 2012 +0000 + + modules/admin-full: allow space separated lists of macs in static lease form (#319) + +commit 33e088dd9d84edecca2df8d2682260d55ea9056a +Author: Jo-Philipp Wich +Date: Mon Dec 26 16:11:15 2011 +0000 + + protocols/6x4: fix turning off 6ro4 advertising on all interfaces + +commit 5b948f58ca6433f841eb613de48284a40f7dbd6f +Author: Translation System +Date: Thu Dec 22 19:05:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 116 of 154 messages translated (0 fuzzy). + +commit 28426c25fc52d92fe3992d4eeb76563a193716bd +Author: Jo-Philipp Wich +Date: Wed Dec 21 22:41:44 2011 +0000 + + modules/admin-full: fix crypto depends for ad-hoc and static wds modes (#271) + +commit 45d604fea3217ec0074335ce46a5a94bf70eb9d6 +Author: Jo-Philipp Wich +Date: Tue Dec 20 19:04:04 2011 +0000 + + modules/admin-core: use luci.model.uci.apply() in service control to restart dependencies of the current config as well + +commit 574eff4e8e943967e5c72f51dc6e2216cad7d755 +Author: Jo-Philipp Wich +Date: Tue Dec 20 19:02:14 2011 +0000 + + libs/core: rework luci.model.uci.apply() to return the commandline as table, suitable for passing to nixio.exec() + +commit 79231d68beedb5ba1bc25a210db0eaadfdc4e5ec +Author: Jo-Philipp Wich +Date: Tue Dec 20 18:31:47 2011 +0000 + + modules/admin-core: fix apply actions for configs with hyphens or underscore in the name + +commit 3553d308f65a037d7cef2f0c7546db44c23afa14 +Author: Jo-Philipp Wich +Date: Tue Dec 20 17:52:10 2011 +0000 + + [PATCH] Naive fix for bug #208 + For SimpleSection, use the section name (always "1") instead of the + section type in the CBI-like string used to identify the upload. This + allows upload fields to be placed in SimpleSections. The fix changes a + minimal number of lines, but does introduce some unnecessary confusion, + it may or may not be better than a more thorough/invasive fix. + + Set the enctype for the form element in the simpleform view to be + multipart/form-data because the default + application/x-www-form-urlencoded does not support input files. + + Signed-off-by: Kevin Locke + +commit 8358175f25c1d73002af5a3ae8f9a7d4711bf228 +Author: Jo-Philipp Wich +Date: Tue Dec 20 17:51:44 2011 +0000 + + libs/web: show input/forward hints in zonelist widget only if bnoth allowany and allowlocal are enabled + +commit abb201ab57ee0938f92685b6466da3b548529de6 +Author: Jo-Philipp Wich +Date: Tue Dec 20 17:35:50 2011 +0000 + + modules/admin-full: reuse sysupgrade facilities to create backup archive + +commit 5e4d4ff5ef91e639f83d995902eb8ee23b9d6666 +Author: Jo-Philipp Wich +Date: Tue Dec 20 15:24:14 2011 +0000 + + themes: add essential CSS class to other themes as well + +commit 4988cc6b59a9445362d01064417706eae5f80b54 +Author: Jo-Philipp Wich +Date: Tue Dec 20 15:09:38 2011 +0000 + + applications/luci-firewall: fix wrong location of cbi templates + +commit b89300eb67e43b9da28550547882338894017b43 +Author: Jo-Philipp Wich +Date: Tue Dec 20 03:57:40 2011 +0000 + + libs/web: prevent break between action buttons in tblsection template + +commit 187212326d452e4ae7478f8c73afad77c2d06183 +Author: Jo-Philipp Wich +Date: Tue Dec 20 03:19:13 2011 +0000 + + po: resync firewall translation + +commit 0f71faaf340b88f3178301a3063ab50aa39d4e8d +Author: Jo-Philipp Wich +Date: Tue Dec 20 03:14:54 2011 +0000 + + applications/luci-firewall: use option "name" instead of deprecated "_name", expose "extra" option, add enable/disable toggles for portforwards, snats and rules + +commit 48838ea0f76ff9909a3430784b5c40e5d49b4d4a +Author: Jo-Philipp Wich +Date: Tue Dec 20 03:00:17 2011 +0000 + + libs/web: fix placeholder attribute for DynList + +commit 161218a576672ad01dd29796da780fa211b28c9c +Author: Jo-Philipp Wich +Date: Tue Dec 20 02:56:03 2011 +0000 + + libs/web: fix undesired autofocus of DynamicList widget + +commit 6ae669da0676b77d6ed101f79cbd4cff1eec7616 +Author: Jo-Philipp Wich +Date: Tue Dec 20 02:44:32 2011 +0000 + + libs/web: improve ip6addr datype validation, accept both CIDR and IP/Mask notation + +commit 78332ec7230a17e111d6472c2a3adacc8dc48e54 +Author: Jo-Philipp Wich +Date: Tue Dec 20 00:16:32 2011 +0000 + + po: update firewall translations + +commit 5de0c58bd9da282de31934a2fe3b12240d5238a2 +Author: Jo-Philipp Wich +Date: Tue Dec 20 00:08:07 2011 +0000 + + applications/luci-firewall: make rule descriptions fully translateable + +commit 50380b9fb6eb971a6d5fc7cca4e06c0102b1d3d1 +Author: Translation System +Date: Mon Dec 19 21:53:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 222 messages translated (0 fuzzy). + +commit d942285d01489bbf8bb612ce1b4ced34d550f4c8 +Author: Jo-Philipp Wich +Date: Mon Dec 19 21:20:57 2011 +0000 + + themes/openwrt: add some new CSS classes used by firewall ui + +commit accf14f88d6844267a5def1721a022b3440a6e19 +Author: Jo-Philipp Wich +Date: Mon Dec 19 21:17:33 2011 +0000 + + po: resync firewall translation + +commit 033de64a0f66e727cb97c54403614917a49cc577 +Author: Jo-Philipp Wich +Date: Mon Dec 19 21:16:31 2011 +0000 + + applications/luci-firewall: complete rework firewall ui + - split zone setup, port forwards, traffic rules and firewall.user + - add quickadd forms for various common rules like port forwards + - add tool class for textual formatting and descriptions of rules + - simplify controller, remove old mini admin remainders + +commit 24c4cce3ae278c0511a65aded38ef83b2e49d3d4 +Author: Jo-Philipp Wich +Date: Mon Dec 19 20:09:20 2011 +0000 + + libs/web: add "any" option to firewall_zonelist widget + +commit 21a0fcc4c19981501e5ab87362d80f7dcb7ceeb8 +Author: Jo-Philipp Wich +Date: Mon Dec 19 18:55:59 2011 +0000 + + libs/web: rework DynamicList widget to support dynamic lists composed of comboboxes + +commit 375a476d27afae5c978b48a555fe32c94e2cf854 +Author: Jo-Philipp Wich +Date: Fri Dec 16 06:05:51 2011 +0000 + + libs/web: rework hostname match to not allow arbritary sequences of numbers and dots + +commit 3a0905f21cb1afe307402cb8ea1d89096f28c141 +Author: Jo-Philipp Wich +Date: Fri Dec 16 05:52:24 2011 +0000 + + libs/web: add list(...) datatype for space separated lists of arbritary datatypes + +commit ca7bc48ebc0b1f655088eaae89bd358556dc8824 +Author: Jo-Philipp Wich +Date: Fri Dec 16 02:10:37 2011 +0000 + + [PATCH] Abstract address UNIX sockets not binding properly (by capnbry@gmail.com, #366) + In #274, I stated abstract namespace and autobound abstract namespace datagram UNIX domain sockets work perfectly with nixio. However, I may have jumped the gun on that conclusion. Turns out they work perfectly for only one + concurrent connection. + + The problem is that when binding to an abstract address socket, which begins with a NULL byte, nixio strncpy's the name into the sockaddr_un structure, which effectively copies nothing. It then binds to an address of 180 NULLs, + which is completely legal, but obviously you run into problems when a second client tries to bind to the same address. + + The rules are as follows ( http://linux.die.net/man/7/unix) for the names: + + * If the name is blank, bind() should pass that the addrlen of sizeof(sa_family_t) and Linux will autobind a name that begins with null and is followed by 5 digits. + * If the first character of the name is non-null, the name is a pathname and is null-terminated. addrlen should be sizeof(sockaddr_un), but the length can also be the pathname len + sizeof(sa_family_t) as the value will be + null-terminated by the kernel unix socket driver + * If the first character is null, the address is abstract and the value should not be null-terminated and addrlen is pathname + sizeof(sa_family_t) + + The attached patch fixes bind/connect/sendto by shortening the addrlen passed to be pathname len + sizeof(sa_family_t), which generates the correct socket names for all 3 cases above. + It also fixes the address returned by recvfrom, which currently returns a blank string for any abstract address socket (as they begin with a null). + +commit 5c1ef9a0a60240a949be9ce1839c049471d7c5a1 +Author: Jo-Philipp Wich +Date: Fri Dec 16 01:25:07 2011 +0000 + + applications/luci-firewall: allow negated uci identifiers, hostnames and ip addresses in zone masq src/dest fields + +commit 757e9c2f1cb49b312322d29f8a4933ecedbbdaec +Author: Jo-Philipp Wich +Date: Fri Dec 16 01:18:34 2011 +0000 + + libs/web: add missing parts of previous commit + +commit cdcfb5502be8fd07bcf26d5cac8ac8c5d14ba209 +Author: Jo-Philipp Wich +Date: Fri Dec 16 01:18:15 2011 +0000 + + libs/web: implement "network" cbi datatype + +commit 286a822e7f9aaebb95fd443b798db45ed0a11240 +Author: Translation System +Date: Wed Dec 14 15:59:26 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 60 of 108 messages translated (0 fuzzy). + +commit 19539313b4056972b9a97af559dc971e6957ce1d +Author: Translation System +Date: Wed Dec 14 15:58:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 222 messages translated (0 fuzzy). + +commit a8024bc0da8a06c83a99dfe5478a7a2c5dc53742 +Author: Jo-Philipp Wich +Date: Wed Dec 14 15:48:59 2011 +0000 + + applications/luci-statistics: add iwinfo config + +commit c5811d52d0dbcf059418462ae983aaa09aa076b5 +Author: Jo-Philipp Wich +Date: Wed Dec 14 15:01:54 2011 +0000 + + libs/web: allow one-character hostnames + +commit 3bccd252811bde56656fd23719a9c6122e4e42ca +Author: Jo-Philipp Wich +Date: Tue Dec 13 15:57:32 2011 +0000 + + modules/admin-full: probe for EAP support in wpad/hostapd/wpa_supplicant and offer wpa/wpa2 only if it is present + +commit 1623363363b23bb95254269c44da0962e4cf5aa5 +Author: Jo-Philipp Wich +Date: Tue Dec 13 14:06:02 2011 +0000 + + applications/luci-statistics: add iwinfo support to stat-genconfig + +commit 9ee55fca4a89e86d2276ad138b549f1c80c51302 +Author: Translation System +Date: Mon Dec 12 14:43:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 787 of 812 messages translated (0 fuzzy). + +commit 67228e9c961cb6dd7cddfaae9b85133ed23f426b +Author: Jo-Philipp Wich +Date: Mon Dec 12 14:36:25 2011 +0000 + + po: fix swapped german translation of HT40+ and HT40-, thanks Daniel Golle + +commit c833c967505440717343dc5bd580dbb286e54b3f +Author: Jo-Philipp Wich +Date: Mon Dec 12 14:13:07 2011 +0000 + + applications/luci-statistics: fix controller (#7344) + +commit 45985e01de4777ee634e419ad374c3e4720471aa +Author: Translation System +Date: Sun Dec 11 16:25:14 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 5a973282ff627520965f22d95f8e79c285e4a0ff +Author: Translation System +Date: Sun Dec 11 16:25:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 59 messages translated (0 fuzzy). + +commit 07f619389a85141b7a50c7d03403605c625d61df +Author: Translation System +Date: Sun Dec 11 16:25:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit ddb8cea2500077dd71b5faa2cc008a814b40abb0 +Author: Translation System +Date: Sun Dec 11 16:24:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 76 of 77 messages translated (0 fuzzy). + +commit 76487bc7e4f7268b145be7a9417c7a7b41613433 +Author: Translation System +Date: Sun Dec 11 16:21:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit 71b906f179098cd25c6ac11737e1213e74262871 +Author: Translation System +Date: Fri Dec 9 18:43:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 222 messages translated (0 fuzzy). + +commit bd3a414f65a0fcdf056537f06b58fc26991d137a +Author: Jo-Philipp Wich +Date: Fri Dec 9 18:06:38 2011 +0000 + + contrib/package: make luci-app-statistics depend on collectd-mod-iwinfo + +commit 86a5b610feedada4b620fdf7f369d01c03166fa0 +Author: Jo-Philipp Wich +Date: Thu Dec 8 16:52:45 2011 +0000 + + protocols/core: change vendorclass option to vendorid to match actual OpenWrt implementation + +commit 3d2468cf34207d2104a51833b8dafd05f872dfc8 +Author: Jo-Philipp Wich +Date: Thu Dec 8 03:35:27 2011 +0000 + + modules/admin-full: fix System -> Administration menu if dropbear is not installed + +commit 84d97024ecda3ebc8d4a5fa9da4cb6a6811dcd47 +Author: Translation System +Date: Thu Dec 8 02:51:11 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 222 messages translated (0 fuzzy). + +commit 7965f35faf6c8acb59bf31706634e73498af1955 +Author: Translation System +Date: Thu Dec 8 02:49:22 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 64 messages translated (0 fuzzy). + +commit 8c3373c0fdf527c874703faf6355dab13af0e047 +Author: Jo-Philipp Wich +Date: Thu Dec 8 02:05:49 2011 +0000 + + po: fix charset in some ukrainian language files + +commit 38ce8c3c69dcf61d10c20f1413e544983c1fa5e6 +Author: Jo-Philipp Wich +Date: Thu Dec 8 02:02:54 2011 +0000 + + po: sync statistics translations + +commit fbc1bdf2d3237a827640c7980e24e1cfcd769104 +Author: Jo-Philipp Wich +Date: Thu Dec 8 00:58:48 2011 +0000 + + po: add pbx-voicemail translation template + +commit 1934b1630e1c3bb49534fd5b6c87bacc4d529be4 +Author: Jo-Philipp Wich +Date: Thu Dec 8 00:58:26 2011 +0000 + + po: initialize pbx-voicemail translations + +commit 6c487cde9ad77a5b6d6d3fed37229b2f9b83528b +Author: Jo-Philipp Wich +Date: Wed Dec 7 21:08:49 2011 +0000 + + applications/luci-statistics: drop support for wireless plugin, add iwinfo replacement + +commit b39ea9e637b2827d39fc49544af90df938fc3600 +Author: Jo-Philipp Wich +Date: Wed Dec 7 21:00:40 2011 +0000 + + applications/luci-statistics: remove plugin overview pages, jump to first plugin of each category instead + +commit 00a2d24d28783958be16a67cef24834fc13584a9 +Author: Iordan Iordanov +Date: Wed Dec 7 07:35:40 2011 +0000 + + 1) Changed "express" to "priority" when inserting the QoS rules. + +commit 5e83af45ae21ff3b4f77309c667b738ec0982e70 +Author: Jo-Philipp Wich +Date: Tue Dec 6 11:00:33 2011 +0000 + + modules/admin-full, po: s/libiwinfo/libiwinfo-lua/ + +commit df3ee4c199242599921d8874656619d07ea14102 +Author: Jo-Philipp Wich +Date: Mon Dec 5 19:36:50 2011 +0000 + + libs/core: fix undefined tostring() in network model + +commit 9fa385a7eca04165557422abed78a23c678381b5 +Author: Jo-Philipp Wich +Date: Mon Dec 5 19:34:47 2011 +0000 + + modules/admin-full: fix removal of wireless networks if radio is disabled + +commit 2221b44d98cb3f80d65d4be5d1a83b3b024bace8 +Author: Jo-Philipp Wich +Date: Mon Dec 5 18:35:00 2011 +0000 + + modules/admin-core: expose txpower offset in wifi json status + +commit fd130ead814c4137798b61f4114c64320c592925 +Author: Jo-Philipp Wich +Date: Mon Dec 5 18:34:22 2011 +0000 + + libs/core: expose txpower offset values in network model + +commit c47e0596dd078cf9c709338d2bf8e53d83b2cc73 +Author: Jo-Philipp Wich +Date: Mon Dec 5 18:29:04 2011 +0000 + + modules/admin-full: use new iwinfo capabilities to display shifted tx power values + +commit f6ee6322f9aa1152deb6f85735b18f0f85532e1f +Author: Jo-Philipp Wich +Date: Mon Dec 5 16:38:54 2011 +0000 + + From c63e369d57cb6862a8890c7b2ee1b6b449b2c42d Mon Sep 17 00:00:00 2001 + From: Gabor Juhos + Date: Mon, 5 Dec 2011 14:36:34 +0100 + Subject: [PATCH] libs/sys: read model name from /tmp/sysinfo/model if present + + Signed-off-by: Gabor Juhos + +commit e046455389f1030accf1341a6d75992c9b0a9447 +Author: Jo-Philipp Wich +Date: Mon Dec 5 14:09:24 2011 +0000 + + applications/luci-statistics: rework handling of index and detail graphs + Instead of coding the display logic into the graph models, simply annotate + graph models with .detail = true/false and let the renderer decide which + to pick when. + +commit 239672e76b6005c300682f467be4855a8b7fe648 +Author: Jo-Philipp Wich +Date: Sat Dec 3 14:10:49 2011 +0000 + + contrib: drop libiwinfo, moved to OpenWrt trunk + +commit 486770051bda52c6c763f82a68fa0ccfdbd1d908 +Author: Jo-Philipp Wich +Date: Sat Dec 3 00:22:25 2011 +0000 + + libiwinfo: reimplement iwinfo.lua in C and package it as "iwinfo" + +commit c3c574d8c9b1fa0e09d5277c2028215b82806a30 +Author: Jo-Philipp Wich +Date: Fri Dec 2 20:57:09 2011 +0000 + + contrib/package: depend on libiwinfo-lua + +commit 9c372e9c3656201ae2288da918471991aa5e1ab8 +Author: Jo-Philipp Wich +Date: Fri Dec 2 20:53:11 2011 +0000 + + libiwinfo: rename liblua files to lua + +commit 89d48861e000a60cc6bd411c3a94ee6fdc3896d2 +Author: Jo-Philipp Wich +Date: Fri Dec 2 20:48:08 2011 +0000 + + libiwinfo: major changes + - move own headers to include/iwinfo/ and shipped ones to include/iwinfo/api/ + - split into libiwinfo and libiwinfo-lua which contains only the binding + - provide a public api for libiwinfo + - install development headers and shared objects + +commit 714727c3445dc692b9923bcd3ca5b7565b906912 +Author: Iordan Iordanov +Date: Thu Dec 1 22:26:48 2011 +0000 + + 1) Added a couple more sounds. + +commit f932acab1040123bbf782c687023f307567883ae +Author: Iordan Iordanov +Date: Thu Dec 1 22:14:14 2011 +0000 + + 1) Added sounds needed for authentication app. + 2) Added license and attribution for sounds + 3) Added linking sounds into the asterisk sounds directory. + +commit 6f46d97b76adc5f63cf9fe6fa7511d492fed6efe +Author: Jo-Philipp Wich +Date: Thu Dec 1 16:18:37 2011 +0000 + + libiwinfo: clear buffer in nl80211_ifname2phy(), prevents running operations against the wrong phy + +commit 8fd3c49a13385615e039f567207036b92ebbe292 +Author: Iordan Iordanov +Date: Wed Nov 30 23:12:42 2011 +0000 + + 1) Now loading the func_timeout.so module used to set DISA timeouts. + +commit b7643eca81f537971e85f10efe8c724e35cf2036 +Author: Iordan Iordanov +Date: Wed Nov 30 22:56:53 2011 +0000 + + 1) Fixed a couple of directories which were different from Debian. + +commit 0a756738b737ad5cf0d7d6bc198dbf69f12d85a3 +Author: Jo-Philipp Wich +Date: Wed Nov 30 15:11:15 2011 +0000 + + i18n: remove empty directories + +commit bc709dd46dd2208e2e9a52fca7e819b92c9512ad +Author: Jo-Philipp Wich +Date: Wed Nov 30 15:10:55 2011 +0000 + + i18n, contrib: package ukrainian language support + +commit a1d21983aac6d81417700db6b7ccc5260d97f7be +Author: Iordan Iordanov +Date: Wed Nov 30 14:31:21 2011 +0000 + + 1) Removed tls certificates file, as it is not present on OpenWRT + 2) Added a config option asking msmtp to not verify the identity of the SMTP server (CA certs missing) + +commit ddaa9f4c4fccfb506ad9c0bc5290a654563d2201 +Author: Translation System +Date: Wed Nov 30 12:59:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 7772f9fa65cee9f6269e11152281ebc416c583ce +Author: Translation System +Date: Wed Nov 30 12:59:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit b4748a152044b3318d11404f5b024a12f8f14f27 +Author: Translation System +Date: Wed Nov 30 12:59:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 2 messages translated (0 fuzzy). + +commit d55a8cdd8ec4e39dde06b08363389d08f9e2e2a6 +Author: Translation System +Date: Wed Nov 30 12:59:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 179 messages translated (0 fuzzy). + +commit 135dfdd2fcdbabd88256b525d56bab54c81d677a +Author: Translation System +Date: Wed Nov 30 12:59:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 77 messages translated (0 fuzzy). + +commit 8f79584b4a180d9d1d1906da7a7f007f995fe6aa +Author: Translation System +Date: Wed Nov 30 12:59:17 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy). + +commit 27bb6b5aae59c88933e4f2a4a86b48ea43857632 +Author: Translation System +Date: Wed Nov 30 12:59:16 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 3450e058227c77de7d192bc8c58b989066ebd7f5 +Author: Translation System +Date: Wed Nov 30 12:59:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 812 messages translated (0 fuzzy). + +commit 85ec0bf51abd92d7ec95e4d7fec2bdb9811ed1bf +Author: Translation System +Date: Wed Nov 30 12:59:14 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 223 messages translated (0 fuzzy). + +commit f7f8ee7d3297cd5a1d9363f47dc889c38b67e26c +Author: Translation System +Date: Wed Nov 30 12:59:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 099e97532cca6925282e79ebe267cc3b25e7aa4f +Author: Jo-Philipp Wich +Date: Wed Nov 30 12:50:32 2011 +0000 + + libs/web: add assert() statements for unresolvable function case + +commit c5329d85d5a3f4ac14d0a07b298167876d979413 +Author: Manuel Munz +Date: Wed Nov 30 05:50:43 2011 +0000 + + applications/splash: Fix blacklisting mechanism, expose status on public freifunk page, add json output and autoupdate. + +commit f4b9de593d180a835fbf0ed549b1eceb3531a647 +Author: Translation System +Date: Mon Nov 28 17:46:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 0bbd8c52f74322e10ae5397378690824a3b86bec +Author: Translation System +Date: Mon Nov 28 17:45:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 4729aeeaf96564a376ee92df36b349ea6741e6a2 +Author: Translation System +Date: Mon Nov 28 17:45:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit a4107db8a538d4adc04f1ed205fa1e0755db4bdf +Author: Translation System +Date: Mon Nov 28 17:45:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 281c7fae609db4ae32f539f34926e829b19f99a9 +Author: Translation System +Date: Mon Nov 28 17:45:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 136 of 139 messages translated (0 fuzzy). + +commit 860e8bfd242180bac865afb1010d5a30e6d4b537 +Author: Translation System +Date: Mon Nov 28 17:45:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit a9d659fd1ca27969ea5d2ca683e379814c3908d2 +Author: Translation System +Date: Mon Nov 28 17:45:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit f2c00197c537f3c931c0e13a4d242f4929977cfd +Author: Translation System +Date: Mon Nov 28 17:45:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit 786e0b34e7479f71955b4ecfd00dd4be87158443 +Author: Translation System +Date: Mon Nov 28 17:45:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit 91daed054b284d0311f0aa16f4d5e4d790cf2f93 +Author: Translation System +Date: Mon Nov 28 17:45:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit 9440f355be32e6e3500fbdb5a2376635d5bb0b07 +Author: Translation System +Date: Mon Nov 28 17:45:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 6cf12bc7b213d7e7ccb5ebf8c823edf49f5928a1 +Author: Translation System +Date: Mon Nov 28 17:45:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 77 messages translated (1 fuzzy). + +commit 52e87469ac033ac7f60c717e84b516f8f60efb22 +Author: Translation System +Date: Mon Nov 28 17:45:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 42 messages translated (0 fuzzy). + +commit c515e0222bda8d5b799f191fb6f9c469828fe03e +Author: Translation System +Date: Mon Nov 28 17:45:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit f57219c8baa398b03513ad358b270f82273440f4 +Author: Translation System +Date: Mon Nov 28 17:45:34 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 809 of 812 messages translated (0 fuzzy). + +commit 4e4bcc1560ff4f97bd58046d419142ba7fb307a1 +Author: Translation System +Date: Mon Nov 28 17:45:33 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 184 of 222 messages translated (0 fuzzy). + +commit 22fbe2f1e3174afeff6ae714a1bb7b476c9ac2d4 +Author: Translation System +Date: Mon Nov 28 17:45:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 6f3a1ed1107f24cd38f5f12e60ce6ee8d05a6850 +Author: Jo-Philipp Wich +Date: Mon Nov 28 17:36:12 2011 +0000 + + po: init ukrainian translations + +commit 79c3de4ea660ca66d6b9b940ebd9680bb6462d67 +Author: Manuel Munz +Date: Mon Nov 28 16:08:16 2011 +0000 + + applications/luci-statistics: Sort menu items alphabetically + +commit e47c84ffaa01bcebd39cb5ee0acceaf5a9250b7c +Author: Manuel Munz +Date: Mon Nov 28 15:58:56 2011 +0000 + + applications/luci-statistics: Add olsrd to the default config + +commit f72e3fbea374163a1cb5d6bea1baf822012542f5 +Author: Manuel Munz +Date: Mon Nov 28 15:54:51 2011 +0000 + + applications/luci-statistics: Fix spelling + +commit da9929e2cb311b25fc7e4b85f313d347a16f1b63 +Author: Manuel Munz +Date: Mon Nov 28 15:50:57 2011 +0000 + + applications/luci-statistics: Saner defaults for processes to monitor and add helptext + +commit 44a18906e57a8f5da574e970c932f6aa0cb863a8 +Author: Manuel Munz +Date: Mon Nov 28 15:27:57 2011 +0000 + + applications/luci-statistics: Remove default listener and network server entries + +commit 431787975e230fb627c22f37616cd8d9423a3cbc +Author: Manuel Munz +Date: Mon Nov 28 15:19:11 2011 +0000 + + applications/luci-statistics: Add missing translations to exec cbi model + +commit bc42562317017282b1b967ab310c2e7f69179691 +Author: Manuel Munz +Date: Mon Nov 28 15:17:50 2011 +0000 + + applications/luci-statistics: Disable exec plugin by default, remove nonexistant scripts + +commit 8bea1337a9dbae7a7cac0da88c5e1bfc27f74f4c +Author: Manuel Munz +Date: Mon Nov 28 14:56:57 2011 +0000 + + applications/luci-statistics: Add dns graph-model + +commit f09ffc2850d43672d036f3e710a9880444fcd678 +Author: Jo-Philipp Wich +Date: Mon Nov 28 04:50:54 2011 +0000 + + applications/luci-statistics: add support for conntrack plugin + +commit 6acb5c2ab4093973d03657f9eea248c135f58cfc +Author: Manuel Munz +Date: Mon Nov 28 04:42:50 2011 +0000 + + applications/luci-statistics: Add support for memory plugin and initial support for conntrack + +commit 20c24b09b25b8c8d7d3b500f6001618a1c230d15 +Author: Jo-Philipp Wich +Date: Mon Nov 28 04:24:26 2011 +0000 + + applications/luci-statistics: remove the 10min rra from default config, saves some precious ram + +commit 466298351d8da9650c678df903f96422bf3779a9 +Author: Jo-Philipp Wich +Date: Mon Nov 28 04:19:38 2011 +0000 + + applications/luci_statistics: add missing translations to cbi models + +commit ee0ef6df98a0d3ca732639dfc4722a6ef39504a3 +Author: Jo-Philipp Wich +Date: Mon Nov 28 04:01:20 2011 +0000 + + applications/luci-statistics: add olsr plugin cbi model + +commit b96367228f89312a3de8d8845444dde40577ccbd +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:58:02 2011 +0000 + + applications/luci-statistics: add support for olsr and madwifi plugin parameters + +commit b2774f0cc64c3aec4328fe5869f410164a94cb89 +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:33:16 2011 +0000 + + applications/luci-statistics: display all instances on index pages, introduce is_index flag for models, add olsrd plugin menu + +commit 70a4a61664acc637cfa0dc28ea408577016bebb5 +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:28:05 2011 +0000 + + applications/luci-statistics: change i18n helper to accept model provided titles, remove magic translations + +commit 5d4191c848e568570ebd3b63358379c9861b2b02 +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:26:59 2011 +0000 + + applications/luci-statistics: move all models to the per-plugin level, provide titles and labels, provide model for disk plugin + +commit ef9df734c35e0d478dd7c9c03d301085fdfd3993 +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:25:28 2011 +0000 + + applications/luci-statistics: drop definitions.lua + +commit a0715ee8195431b070c33393c6718b379232e12b +Author: Jo-Philipp Wich +Date: Mon Nov 28 03:24:37 2011 +0000 + + applications/luci-statistics: remove support for per-datatype models and builtin definitions, drop dependency on definitions.lua, support user provided title for datasources + +commit 2cad3e038a153ad39230aff20c72fc32fa8d0c78 +Author: Iordan Iordanov +Date: Mon Nov 28 02:33:52 2011 +0000 + + 1) Added default rtpstart and end config values in pbx-advanced. + 2) Some rewording of instructions and descriptions. + 3) Changed the default hangup context name. + +commit 1c2449394db9b0c93847a9f52b286163960d14cb +Author: Iordan Iordanov +Date: Sun Nov 27 22:49:13 2011 +0000 + + 1) Revised a lot of wording + 2) Set default for SMTP authentication to off so the interface is + cleaner to begin with (when not configured). + +commit 3c3e3128bb209401c3d0f20a52599aaf8e29a113 +Author: Manuel Munz +Date: Sun Nov 27 21:48:30 2011 +0000 + + applications/luci-splash: Make splashtext translateable, show down-/upload limits and link to contact page + +commit ec846b538d8717c67fe299624f838b2339c71cc5 +Author: Iordan Iordanov +Date: Sat Nov 26 02:36:25 2011 +0000 + + 1) Fixed formatting of main page to accommodate larger fonts used in browser. + +commit 60e46ff416448164fc8c65940b908d61c9e6e85d +Author: Iordan Iordanov +Date: Sat Nov 26 02:29:26 2011 +0000 + + 1) Fixed wording in a few places. + 2) Fixed a bug in voicemail section of pbx-asterisk init script which was causing + the script to exit if no configuration for voicemail was found. + +commit c0a776877858ee5354b7acd73d84dccfda0a9513 +Author: Manuel Munz +Date: Fri Nov 25 16:18:43 2011 +0000 + + contrib/meshwizard: Allow setting of luci_splash general values + +commit 3170786db4c92203657bf8028c4ca8c99ec1556e +Author: Manuel Munz +Date: Fri Nov 25 16:16:46 2011 +0000 + + community-profiles/augsburg: Add Splash Up-Down-Limits + +commit c26f8aa30b98d923f14272e89ea2938713494a7e +Author: Iordan Iordanov +Date: Wed Nov 23 03:47:48 2011 +0000 + + 1) Added dependencies for luci-pbx. + 2) Added rule and dependencies for luci-pbx-voicemail. + +commit 15b17243b1b788fd98f9c49b10109a05c347ff86 +Author: Iordan Iordanov +Date: Tue Nov 22 04:23:46 2011 +0000 + + 1) Adding initial version of luci-pbx-voicemail package. + +commit 6663c0a935684e7caabdbae17185ed056287038e +Author: Iordan Iordanov +Date: Tue Nov 22 04:21:57 2011 +0000 + + 1) Checking in all necessary changes to acommodate the new luci-pbx-voicemail package. + - Creating configuration with pbx-asterisk + - TEMPLATE files + - Including record voicemail greeting context in user extensions. + - Redirecting incoming calls which were not picked up through the voicemail + recording context. + - Putting a configurable timeout before either hanging up if voicemail is disabled or + redirecting to voicemail if it is enabled. + + 2) Improved DISA by setting longer timeouts for start of input and digits. + +commit 3face708593d3de417b93472b827d05a8a5813fb +Author: Jo-Philipp Wich +Date: Sun Nov 20 18:18:46 2011 +0000 + + libs/nixio: link with libcrypto when using OpenSSL as digest backend + +commit 1178a7b23104ab77db81acf9a9d8c535ade71c9a +Author: Manuel Munz +Date: Fri Nov 18 17:03:32 2011 +0000 + + applications/olsr: Set defaults for values and check which IpVersion olsrd uses + +commit f9282116ca0199c9e42877b45c975276c40748d8 +Author: Manuel Munz +Date: Fri Nov 18 10:45:29 2011 +0000 + + contrib/freifunk-common: Remove location from /etc/config/freifunk, it is set in /etc/config/system for a while now + +commit 33bb31838dd8bc5e899131c2331e1b720075c6ca +Author: Jo-Philipp Wich +Date: Tue Nov 15 15:47:46 2011 +0000 + + modules/admin-full: allow bssid for sta wds as well + +commit 743296d42c9d78f386361df63ce77ef399a9cc27 +Author: Jo-Philipp Wich +Date: Tue Nov 15 15:44:01 2011 +0000 + + modules/admin-full: bssid is valid in mac80211 sta mode too + +commit a2526d91ab3df1b36b6a90323a132bae6b203ff6 +Author: Translation System +Date: Mon Nov 14 17:01:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 17c28fb41e85e631673cf4faf9fc2f4d164d4631 +Author: Translation System +Date: Mon Nov 14 17:01:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 44 messages translated (0 fuzzy). + +commit e002d3c449f51ec1f0202eda8af868f4070e396e +Author: Translation System +Date: Mon Nov 14 17:01:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit 4e10076326465b1d301861d33b6742592a2bb819 +Author: Translation System +Date: Mon Nov 14 17:01:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 59 of 59 messages translated (0 fuzzy). + +commit ff8c62f4f9f0fd3da821df417e646ba6eedb634b +Author: Translation System +Date: Mon Nov 14 17:01:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 179 of 179 messages translated (0 fuzzy). + +commit de26fcd15e62092a8695d65e43eb535c959ccd3e +Author: Translation System +Date: Mon Nov 14 17:00:57 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit ee4d14708abcc0c965edc6aad2001d890518e671 +Author: Translation System +Date: Mon Nov 14 17:00:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit c83d580ec539bcf72a1feb0dba8d3fd7f68615c0 +Author: Translation System +Date: Mon Nov 14 17:00:28 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy). + +commit 618208cb0d2fb741ee4abb6316856c92c052b1db +Author: Translation System +Date: Mon Nov 14 16:58:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 42 messages translated (0 fuzzy). + +commit ab8691f4c470a964ecd36eefe23954ad87e4b457 +Author: Translation System +Date: Mon Nov 14 16:57:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 640 of 812 messages translated (0 fuzzy). + +commit 3c15e1627189a6c796d3917b41212f0ee8d023e4 +Author: Translation System +Date: Mon Nov 14 16:55:09 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 38 of 42 messages translated (0 fuzzy). + +commit 72911f98e572962d059857e56d603e05588bcd9a +Author: Translation System +Date: Mon Nov 14 16:55:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 2229ca2e4f0be3a921c3ddbdc9432716333d3a42 +Author: Translation System +Date: Mon Nov 14 16:54:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit d89b1d41b95988c50bdc695452df44471e982d00 +Author: Translation System +Date: Mon Nov 14 16:54:46 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 155 of 156 messages translated (0 fuzzy). + +commit 907f65d877f42e774b29010f7777f96cb4ed9982 +Author: Translation System +Date: Mon Nov 14 16:54:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 786 of 812 messages translated (0 fuzzy). + +commit 2b97267e048f5bf77c4d673109e64c5c51562d59 +Author: Translation System +Date: Mon Nov 14 16:52:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit ed562ed3ed300d3fe42e6d9513748e77d3dae4d9 +Author: Translation System +Date: Mon Nov 14 16:52:27 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 43 of 44 messages translated (0 fuzzy). + +commit d44c914206c861095a3d19f4a91312c46edf4e61 +Author: Translation System +Date: Mon Nov 14 16:52:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (0 fuzzy). + +commit d4f6f3a36592e741beef26679e9b2487a62165e3 +Author: Translation System +Date: Mon Nov 14 16:52:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 179 messages translated (0 fuzzy). + +commit ce97fe58e120040d4ab8f5b9f7d3f7be49c3312c +Author: Translation System +Date: Mon Nov 14 16:52:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 77 messages translated (1 fuzzy). + +commit 1dee073db27e58faa186ae14f60b1d510a4f4502 +Author: Translation System +Date: Mon Nov 14 16:51:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 42 messages translated (0 fuzzy). + +commit c3076f552e8190239af9b99226b85e1282a462bc +Author: Translation System +Date: Mon Nov 14 16:51:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 809 of 812 messages translated (0 fuzzy). + +commit db8d17bcd02cc7e5a33e030330211d3f0ebc3970 +Author: Translation System +Date: Mon Nov 14 16:50:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 32 of 44 messages translated (0 fuzzy). + +commit 79866a289f8c86f65dab0907d09595dc6e02df5d +Author: Translation System +Date: Mon Nov 14 16:49:54 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 2833e9eb2c9be940ec5f308dc5d23e72f4d303d2 +Author: Translation System +Date: Mon Nov 14 16:49:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit e883e929e7c9204f7df95f7a5528117f0e9cc7f7 +Author: Translation System +Date: Mon Nov 14 16:49:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 170 of 179 messages translated (0 fuzzy). + +commit 01a12c4d5e73052b7acbfbad6b9226e7185ff814 +Author: Jo-Philipp Wich +Date: Sun Nov 13 22:00:40 2011 +0000 + + libiwinfo: clear buffer in nl80211_phy2ifname(), prevents running operations against the wrong phy if no interfaces are found (#347) + +commit 0ecbaa400e9bc3ee42032981fc8bdd614beace6b +Author: Jo-Philipp Wich +Date: Sun Nov 13 21:03:06 2011 +0000 + + modules/admin-full: don't make cipher mandatory + +commit 20ac6bbd4b84e7869226c2cb35c26c7923e2f907 +Author: Manuel Munz +Date: Sun Nov 13 13:48:48 2011 +0000 + + contrib/freifunk-gwcheck: Also copy files in root/ + +commit 256daa259bcfb7f1b38bf9c6b2959a0aaa239b1c +Author: Manuel Munz +Date: Sun Nov 13 13:45:17 2011 +0000 + + contrib/freifunk-gwcheck: Some fixes suggested by Patrick grimm + +commit 32be6cea9305168b303d1e54ec3e658826725ef2 +Author: Manuel Munz +Date: Sun Nov 13 12:34:09 2011 +0000 + + applications/luci-olsr: Fix rowstyle, make html valid + +commit 2392f40cd2147c2e5d2cf192a6bb4dbac067745f +Author: Manuel Munz +Date: Sun Nov 13 12:14:39 2011 +0000 + + applications/luci-olsr-services: Fix rowstyle, add proto and cleanups + +commit 52f6514541d6d6efa32b4eaf75f97a9d61b76db2 +Author: Jo-Philipp Wich +Date: Sat Nov 12 14:31:31 2011 +0000 + + modules/admin-full: prepare uci changelog template for revised libuci-lua changelog format to properly expose add_list operations + +commit cfe48c17d339d6749b25d060d2cf2b980572f2da +Author: Jo-Philipp Wich +Date: Sat Nov 12 11:27:10 2011 +0000 + + libs/core: fix removal of wifi networks without interface attached (OpenWrt #10400) + +commit e50dea1cf7301c0b8d7cc29f03de350a10bafab7 +Author: Iordan Iordanov +Date: Fri Nov 11 03:08:47 2011 +0000 + + 1) fixed a typo in the url string. + +commit 3890c691c2710d3e2ad619d0726afef7684e89a4 +Author: Jo-Philipp Wich +Date: Thu Nov 10 22:35:56 2011 +0000 + + libiwinfo: show noise and snr in assoclist + +commit c67d7b2a435d392afacc49f7d9f3e08a240e98b2 +Author: Manuel Munz +Date: Thu Nov 10 13:44:22 2011 +0000 + + admin-full: When creating the ntp timeserver section also add the default ntp servers + +commit 525da459d78596cfc8dce9ed2fc690fb395b5a55 +Author: Manuel Munz +Date: Thu Nov 10 12:57:13 2011 +0000 + + admin-full: Better fix for the last change (timeserver setup), add button to add the missing section + +commit a196198fb9e5860d3bd04b54e348bae7c436ebc6 +Author: Manuel Munz +Date: Thu Nov 10 12:25:58 2011 +0000 + + admin-full: Add timeserver section if it doesn't already exist in /etc/config/system (#329) + +commit ffdeb77e8461a112b98d29eacf4da28194256c2b +Author: Manuel Munz +Date: Thu Nov 10 11:40:18 2011 +0000 + + admin-full: Expose bogusnxdomain setting in DHCP / DNS configuration (#339) + +commit fbaef58943104e4b98c2506c7522fd81fe5c80e0 +Author: Jo-Philipp Wich +Date: Thu Nov 10 11:21:13 2011 +0000 + + libs/sys: update zoneinfo data to version 2011n (#345) + +commit 014b7ff1fd9d8ac370fe337c24609d626ab64022 +Author: Manuel Munz +Date: Wed Nov 9 18:47:55 2011 +0000 + + applications/luci-olsr-services: Update using javascript/json + +commit b1ef4c398bc2d35b333331ac5f823bc17bf56ff2 +Author: Manuel Munz +Date: Wed Nov 9 18:12:25 2011 +0000 + + applications/luci-olsr: Update all statuspages; use json reloading on overview, neighbors and topology pages + +commit b0dbb7bd3d6fcc54115191868c06769b92acda09 +Author: Jo-Philipp Wich +Date: Wed Nov 9 12:40:04 2011 +0000 + + contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam community (#343) + +commit df703958f849e401d36f2661132c872721c5fcd7 +Author: Jo-Philipp Wich +Date: Wed Nov 9 11:19:42 2011 +0000 + + applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198) + +commit 13f98b6d99ebd1880a1dc74685001e678477b322 +Author: Jo-Philipp Wich +Date: Tue Nov 8 23:12:38 2011 +0000 + + modules/admin-full: fix another html escape issue on interface overview page + +commit f8a2f2c059d47320bf43434cd04030a0f80e08ec +Author: Jo-Philipp Wich +Date: Tue Nov 8 22:35:24 2011 +0000 + + modules/admin-full: fix html escaping on interface overview page + +commit f812eb91ff5671c6fe597e2a48e1695ee258740e +Author: Jo-Philipp Wich +Date: Tue Nov 8 14:04:56 2011 +0000 + + libiwinfo: fix detection of wep encryption and open networks in nl80211 backend + +commit 6a3640cee27eedc55a6f8f5e4bac3041ab82a705 +Author: Manuel Munz +Date: Tue Nov 8 09:34:09 2011 +0000 + + modules/freifunk: Fix display of warning about diversity + +commit 6907d1f2cd2ba62fbf32542c905373790b209717 +Author: Jo-Philipp Wich +Date: Mon Nov 7 10:44:20 2011 +0000 + + modules/admin-full: do not hide toplevel network menu items, yet + +commit 905e682bb79ca68841e1bc0956371fe778f77958 +Author: Jo-Philipp Wich +Date: Mon Nov 7 10:38:41 2011 +0000 + + modules/admin-full: speed up network controller by using inreq flag + +commit 0b7eb82eb607b13d716067e2c9d240e659313d28 +Author: Jo-Philipp Wich +Date: Mon Nov 7 06:30:36 2011 +0000 + + modules/admin-full: add option to override the WPA cipher (#303) + +commit b93fe699073f9c51ae555235b0d37f056d048528 +Author: Jo-Philipp Wich +Date: Mon Nov 7 05:38:09 2011 +0000 + + libiwinfo: properly detect wep and unencrypted wifi iface state on madwifi + +commit 3a3b9ed806aab3da2264e8c641e3a5ef7be05a9c +Author: Iordan Iordanov +Date: Mon Nov 7 02:02:33 2011 +0000 + + 1) Added handling for no provider accounts configured (or enabled for incoming/outgoing calls), and no + users configured (or enabled for outgoing calls). + 2) Rewrote code to be more efficient by gathering all information about providers and users in one pass + at the start, and then using dictionaries with the data stored in them to build the sections. + 3) Added translate() statements for default messages displayed (like "Dials all numbers"). + 4) Rewrote default messages for the "Incoming Calls" and "Providers Used for Outgoing Calls" sections + to be more descriptive. + +commit 5aada3821b2fa870068bb1dc32ef2598899c0734 +Author: Jo-Philipp Wich +Date: Sun Nov 6 22:43:52 2011 +0000 + + themes/freifunk-generic: remove dist directory + +commit 7d81806393b7c1e9612ef22fb5b3275dbd0f2c01 +Author: Manuel Munz +Date: Sun Nov 6 17:13:30 2011 +0000 + + modules/freifunk: Show warning about diversity only if not using mac80211 + +commit 1ca513cf72a354a234d46958c16dbab3013e13bc +Author: Iordan Iordanov +Date: Sun Nov 6 05:51:34 2011 +0000 + + Worked out a better (proof of concept) solution to the warning mechanism when no Google/SIP accounts are configured or not configured for outgoing calls. + +commit dc6057a519f5f3f90d9d4697b4c9d93462785dea +Author: Iordan Iordanov +Date: Sun Nov 6 00:44:14 2011 +0000 + + Added a proof of concept of how a warning about no accounts having been configured can look. + +commit 6e632b72258d82ce2938d273973842c8d69f7018 +Author: Iordan Iordanov +Date: Sat Nov 5 19:29:55 2011 +0000 + + 1) Made spacing with \ syntax consistent across the board. + +commit 5e86b77294fd1c64b4f56407d156737d7a147e37 +Author: Jo-Philipp Wich +Date: Sat Nov 5 18:35:54 2011 +0000 + + build: i18n-scan.pl: cope with strings that contain escaped newlines, spotted in luci-pbx + +commit 5cd67479c341475f3dde4e13c527aae387abb679 +Author: Iordan Iordanov +Date: Sat Nov 5 18:34:12 2011 +0000 + + 1) Massive whitespace reorganization (untabified, and made consistent everything). + 2) Dropped some currently unneeded, commented-out, code from pbx-users.lua. + +commit f9765334339e7d4c264df9029e8f6d5d82c1506c +Author: Iordan Iordanov +Date: Sat Nov 5 17:23:36 2011 +0000 + + 1) Got rid of mysplit and replaced where it was called with luci.util.split(luci.util.trim(...), ...) calls. + +commit 773de62fd34de4e3dbce3f5148425dd4a84599bc +Author: Iordan Iordanov +Date: Sat Nov 5 16:50:14 2011 +0000 + + 1) Replaced trim with luci.util.trim in pbx-calls.lua + 2) Slight code cleanup in pbx.lua + +commit 0abb1420e7e03f17ac7d60d6eb7e7aab905da3eb +Author: Jo-Philipp Wich +Date: Thu Nov 3 19:44:17 2011 +0000 + + modules/admin-full: add missing html escaping for SSID in associated stations table of wireless overview + +commit a9160dfcf4436bb0ea84fdd529a246541a10639c +Author: Manuel Munz +Date: Thu Nov 3 11:08:12 2011 +0000 + + contrib/community-profiles: remove profile for dresden + +commit b58baed8a4787a991a39a08681d27675c604e2aa +Author: Jo-Philipp Wich +Date: Wed Nov 2 19:13:13 2011 +0000 + + protocols: cast dns option to string in order to retain compatibility + +commit eea1f8b6795593c659658f4ef74ae074ee3ab740 +Author: Jo-Philipp Wich +Date: Wed Nov 2 18:59:18 2011 +0000 + + modules/admin-full: when toggling a wifi-iface, first bring the radio down, then change the config, then bring it up again - prevents state vars from going out of sync + +commit 89fb9f90842941e36355cb4aa32bbef100756df7 +Author: Manuel Munz +Date: Wed Nov 2 13:37:23 2011 +0000 + + contrib/meshwizard: Fix variable for sharenet so policyrouting is setup correctly + +commit 16c26a51547ac5ba771af73b9f3b73e7639146aa +Author: Manuel Munz +Date: Wed Nov 2 10:34:04 2011 +0000 + + modules/freifunk: Fix error on freifunk/adminindex page when running on the Development Environment + +commit 0ef557b15c766817ed2e9f90634153cde121205e +Author: Manuel Munz +Date: Wed Nov 2 08:45:40 2011 +0000 + + modules/freifunk: Fix errors on index and contact pages when running the Development Environment + +commit 6d42a6a0e879f6303958762bb765bfe8de4b012f +Author: Iordan Iordanov +Date: Tue Nov 1 01:47:37 2011 +0000 + + Many improvements to pbx-calls.lua: + + 1) Now trimming whitespace from all input before checking validity (of extensions, users, providers). + 2) Now building valid outdoing providers and valid users array while rendering page since we're going + through all providers and users anyway to display the page (saves cycles). + 3) Now not displaying internal naming scheme of providers to users, but what they expect (us#erin%fo@host.org). + Before we used to show us_erin_fo@host_org, and it was ugly and needed explanations. + 4) Got rid of some no-longer-needed functions due to improvements mentioned in (2). + 5) + +commit da04e212dd75fc651f96ed54b0a6f6e697984c22 +Author: Jo-Philipp Wich +Date: Mon Oct 31 18:24:45 2011 +0000 + + contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4 + +commit 65187202b30d4dc8174bff5a6bc0fc13abf99cde +Author: Jo-Philipp Wich +Date: Mon Oct 31 04:03:02 2011 +0000 + + po: remove double escape in french statistics translation + +commit 2fd4244c7b2cd392cda372ed935bb84df19ede65 +Author: Jo-Philipp Wich +Date: Mon Oct 31 03:58:10 2011 +0000 + + po: add pbx.pot + +commit bf66a3c1f0039e63a06f3f5fdf86958058d14945 +Author: Jo-Philipp Wich +Date: Mon Oct 31 03:57:52 2011 +0000 + + po: add luci-pbx translation templates + +commit aa78b05204041e3d697368233354eb227dd10c4f +Author: Jo-Philipp Wich +Date: Mon Oct 31 03:51:48 2011 +0000 + + contrib/package: add package definition for luci-pbx + +commit 740ef9794d03850348a786ff361c9811440ebe69 +Author: Iordan Iordanov +Date: Mon Oct 31 03:18:45 2011 +0000 + + 1) Rewrote the function which formats output at specified indices to work with an variable number of indices. + 2) Reformatted the help text a bit. + +commit 62118b369bdc6db3c5d9d680e7f941ebe9235c27 +Author: Iordan Iordanov +Date: Mon Oct 31 01:00:22 2011 +0000 + + 1) Made pbx-asterisk executable. + 2) Removed a few unused templates. + 3) Removed old firewall rule-creation routine from pbx-asterisk. + 4) Updated text on main page. + +commit 96f494f4bae187c700e9d9ad77f77b4085908e9a +Author: Jo-Philipp Wich +Date: Sun Oct 30 15:00:54 2011 +0000 + + libs/web: dispatcher: fix access to template properties in attr() and ifattr() helpers (#10317) + +commit 10f21f5c7309f7ea105a2f20ae769c92de9eb325 +Author: Jo-Philipp Wich +Date: Sun Oct 30 02:59:55 2011 +0000 + + applications/luci-upnp: fix default value of log_output option (#333) + +commit c123f7299f882e2e24c1fc8677bf7896145dddb0 +Author: Manuel Munz +Date: Sat Oct 29 21:19:05 2011 +0000 + + contrib/meshwizard: Enable policyrouting when internet sharing is not enabled + +commit 785cba5563414167fd4d8d4cc63a84b02fa53cda +Author: Manuel Munz +Date: Sat Oct 29 20:33:46 2011 +0000 + + contrib/meshwizard: Remove original lan-dhcp entry if lan is used for olsrd and fix setup of olsrd hna entries + +commit 84cbbf39682ebfc5f662d820294c76988110d55c +Author: Jo-Philipp Wich +Date: Fri Oct 28 22:36:15 2011 +0000 + + libs/core: fix status reporting of standalone wifi iface in network model + +commit 7c68b7491f65e7428ffb71703791f4a5639fbc56 +Author: Translation System +Date: Fri Oct 28 21:33:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 9ac6839a5ec748364227c6c42d4c01d53f026127 +Author: Translation System +Date: Fri Oct 28 21:33:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 7880e0524bc5bd838fe0dfeca88690ea79f42e96 +Author: Translation System +Date: Fri Oct 28 21:33:04 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 2aeddde3cf870bb3d85129dbd2b36ee52ac23b06 +Author: Translation System +Date: Fri Oct 28 21:33:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit fa4b771b658fdc0cf816574ff2d685e088815dd8 +Author: Translation System +Date: Fri Oct 28 21:32:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 6994df9d22e8a65db56b38b02093269682571e17 +Author: Translation System +Date: Fri Oct 28 21:32:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit 7d15a3bc5ed4054436faff20c3078a9c18e3637c +Author: Translation System +Date: Fri Oct 28 21:32:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 2244fe26b928d1f5de582651808907bfd970bd87 +Author: Translation System +Date: Fri Oct 28 21:32:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit e5149a7ce04dd34414449bc52b9ce9ce0cfb6ca5 +Author: Translation System +Date: Fri Oct 28 21:32:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit 6c67a1b10a3bf4b22a440b6c95f0fb0c29fb994b +Author: Translation System +Date: Fri Oct 28 21:32:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 171 of 171 messages translated (0 fuzzy). + +commit 7cea810e3ba83abb7c4be36bb7eb8b499ddc3fb3 +Author: Translation System +Date: Fri Oct 28 21:32:46 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 224 of 224 messages translated (0 fuzzy). + +commit d111782497b5bbd604f149f4b0947f4c73744a25 +Author: Translation System +Date: Fri Oct 28 21:29:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 5ccf1e26629d2b41be92d0f86ed4382c1a605e5b +Author: Translation System +Date: Fri Oct 28 21:28:14 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit f2b8f4dffea0947c0d8cfdab5e5cc9dc094fe4c8 +Author: Translation System +Date: Fri Oct 28 21:28:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 136 of 139 messages translated (0 fuzzy). + +commit 3c8d783ad53da339ca54d5b15feee8b518bcc31f +Author: Translation System +Date: Fri Oct 28 21:28:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy). + +commit bbc3ec355f4542251a5c79412c6b09ac5f652b60 +Author: Translation System +Date: Fri Oct 28 21:27:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 55fbb77e641def4d7a88d2cac61945ae0e20847b +Author: Translation System +Date: Fri Oct 28 21:27:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 74 of 77 messages translated (1 fuzzy). + +commit cfba45d0576bbc1fcdf1cf821c58473d072ef617 +Author: Translation System +Date: Fri Oct 28 21:27:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 42 messages translated (0 fuzzy). + +commit 279d0a67a72f50121774793aff0bca8da67a6679 +Author: Translation System +Date: Fri Oct 28 21:27:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit c95a3ddf798c611737fe6e86ac65b9a316f9e168 +Author: Translation System +Date: Fri Oct 28 21:27:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). + +commit 1006754a25b1bfeb95bc7a81d4ff4602db971c2f +Author: Translation System +Date: Fri Oct 28 21:27:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 488ecdcc0a56b549a4b54e368cb420883351e66c +Author: Translation System +Date: Fri Oct 28 21:27:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit d6783e4bd2b0c19864ced4e8083bd8ba8fd397c0 +Author: Translation System +Date: Fri Oct 28 21:27:04 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit 281854c653f95ca980b64c2b6a8c3d1bb3197d83 +Author: Translation System +Date: Fri Oct 28 21:27:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 99b17eae02e042a56c54805e9c27f97174fd88df +Author: Translation System +Date: Fri Oct 28 21:27:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 9 messages translated (0 fuzzy). + +commit 6467be864981436a95b78b91abc697d37f50a146 +Author: Translation System +Date: Fri Oct 28 21:26:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit eccfc9d06648c4afe6378b30b0dc40a2a3330a83 +Author: Translation System +Date: Fri Oct 28 21:26:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 27 messages translated (0 fuzzy). + +commit d89696a7c74bcc544d25dd99698a90b254efbeff +Author: Translation System +Date: Fri Oct 28 21:26:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 77 messages translated (0 fuzzy). + +commit 569c8014f88de1064d31f4d7bf735efe3cae09d4 +Author: Translation System +Date: Fri Oct 28 21:26:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 49715b709fe54b531cdf4e0f5e4636fcc18f92e9 +Author: Translation System +Date: Fri Oct 28 21:26:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 222 messages translated (1 fuzzy). + +commit e4d8bc294658de14049a4e706bc95df1a12ef57b +Author: Jo-Philipp Wich +Date: Fri Oct 28 19:20:39 2011 +0000 + + modules/admin-full: luci-bwc: use 32 bit integer, fix endian problem leading to stalling graphs after random time periods + +commit 33caee55e4e3657511a49105a1a34a15fe994e0a +Author: Iordan Iordanov +Date: Fri Oct 28 03:44:23 2011 +0000 + + This is the initial release of luci-pbx as submitted to the mailing list. + +commit 84acc67709d4c60470e2727ff991170739d61537 +Author: Jo-Philipp Wich +Date: Thu Oct 27 17:15:00 2011 +0000 + + themes/openwrt: small css fix for tab menu rendering in webkit + +commit fc6ad21d33d0b4879738c394da15ea6c051d277a +Author: Manuel Munz +Date: Thu Oct 27 14:40:45 2011 +0000 + + contrib/freifunk-firewall: With the masq_src option in openwrt's firewall the natfix hack is no longer needed + +commit bbab73664240b87fc80eb57f3834566dcf3c794b +Author: Manuel Munz +Date: Thu Oct 27 12:45:10 2011 +0000 + + meshwizard: Fix setting of masqueraded networks + +commit 84db98f50e4ce473b3d446193b4e2bef31d53202 +Author: Manuel Munz +Date: Thu Oct 27 11:20:51 2011 +0000 + + themes/freifunk-generic: Fix modemenu id + +commit 6c3569db420a04b43577ea24965ec75f745fd339 +Author: Jo-Philipp Wich +Date: Thu Oct 27 11:02:33 2011 +0000 + + applications/luci-pbx: remove folder as long as it is empty, might cause build issuey + +commit b2a8563c650742b0ad222f9476c34a3370192998 +Author: Manuel Munz +Date: Thu Oct 27 10:29:42 2011 +0000 + + contrib/meshwizard: Add masq=1 to freifunk zone. This usually happened in setup of the lan interface, but if lan is an olsr interface it was missing + +commit f6d549b20cce0f13ac662c88843e5ef226262658 +Author: Manuel Munz +Date: Thu Oct 27 07:16:53 2011 +0000 + + contrib/meshwizard: Add lan config, rework wan config + +commit fa9c8e72e8cf35a11a4de050999235df1d274d54 +Author: Jo-Philipp Wich +Date: Thu Oct 27 00:46:29 2011 +0000 + + build: mkbasepot.sh: scan protocols/ as well + +commit fb1d15699ab84a2f052763ed3087b4a449261488 +Author: Jo-Philipp Wich +Date: Thu Oct 27 00:45:38 2011 +0000 + + po: sync base translations + +commit 327e4e773ab303d07d4d4dae43d220af03fc0e62 +Author: Jo-Philipp Wich +Date: Thu Oct 27 00:02:10 2011 +0000 + + modules/admin-full: don't bother with 4k vlan / no 4k vlan nuisances, simply enable it when available + +commit 0bc7760cdb8918e1c61ce0c8232de09738346f52 +Author: Jo-Philipp Wich +Date: Wed Oct 26 23:43:04 2011 +0000 + + modules/admin-full: unify style of headings accross system menus, remove orphaned template + +commit da527d2c4403ec414c871938e5470f23fc489e88 +Author: Jo-Philipp Wich +Date: Wed Oct 26 22:52:18 2011 +0000 + + modules/admin-full: remove associated network for the wifi-iface as well if it would be empty afterwards + +commit f3973132f2f7332894d1e5c92898d20db0d5953f +Author: Jo-Philipp Wich +Date: Wed Oct 26 22:29:57 2011 +0000 + + modules/admin-full: commit uci and restart corresponding radio when removing wifi networks + +commit c3e8976605175dc873653d9fd3d1ab5705593f00 +Author: Jo-Philipp Wich +Date: Wed Oct 26 22:12:50 2011 +0000 + + modules/admin-full: lock channel section in ap wifi config if there is a station on the same radio + +commit 017d24c7241ba2393498b3ceb637cb0883c9e114 +Author: Jo-Philipp Wich +Date: Wed Oct 26 21:54:51 2011 +0000 + + modules/admin-full: fix wifi join when "wwan" (or other iface) already exists but only contains the network we intend to replace anyway, also save firewall settings after wifi join + +commit d60d892385735ef274278cf63d363917eb3e6361 +Author: Jo-Philipp Wich +Date: Wed Oct 26 21:23:37 2011 +0000 + + libs/sys: recent busybox versions changed top output from %MEM to %VSZ, fix luci.sys.process.list() accordingly + +commit a4a93146515a28e6cc14560700c573b6cd788172 +Author: Manuel Munz +Date: Wed Oct 26 13:55:24 2011 +0000 + + contrib/meshwizard: Better formatting + +commit 5654bb7ef6e72734f1f3fcfd6ce2ee1382d8335a +Author: Manuel Munz +Date: Wed Oct 26 12:53:40 2011 +0000 + + contrib/meshwizard: Add wan configuration + +commit 334756a472e933c4fe407aaa9df66d56ccd3e94a +Author: Jo-Philipp Wich +Date: Wed Oct 26 03:04:41 2011 +0000 + + libs/web: fix possible dispatcher crash + +commit d409dd68fff8e51a697af91beb26a027ef780355 +Author: Jo-Philipp Wich +Date: Wed Oct 26 03:04:18 2011 +0000 + + modules/admin-full: switch back to alias() for / -> /admin/; chained firstchild() seems to be problematic yet + +commit a31debe8a311baf761adf90a2609cf619d335037 +Author: Jo-Philipp Wich +Date: Wed Oct 26 02:51:55 2011 +0000 + + themes/freifunk-generic: port to updated dispatcher api + +commit 7918c835865b80c6009bbe498db3f53d3d30cf3a +Author: Jo-Philipp Wich +Date: Wed Oct 26 02:51:34 2011 +0000 + + themes/freifunk: port to updated dispatcher api + +commit e12b8dbc1f8d4a0d820d89ab8ade4bc6f740bb63 +Author: Jo-Philipp Wich +Date: Wed Oct 26 02:17:45 2011 +0000 + + libs/web: move ifattr() and attr() helpers into dispatcher scope to make them avilable to all templates, remove duplicate exports in cbi tempalte scope + +commit 8c9aef1b2de7df6838b939c9eb314ad613bab3d9 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:58:12 2011 +0000 + + modules/admin-full: + - move crontab to system menu + - delete now empty services dispatcher + - move service menu declaration into index + +commit 76548e7dad6fd35a6ca19b4bee0f050a2ab5da56 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:50:58 2011 +0000 + + modules/admin-full: use firstchild() in index controller + +commit 7e882e8bd6bd4d5067ae8b642146bac96414ad72 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:48:33 2011 +0000 + + modules/admin-full: use firstchild() instead of fixed alias + +commit 6350803416ee13df2b12d559e800114f4f1db680 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:39:31 2011 +0000 + + modules/admin-full: remove now orphaned service index template + +commit 94225a83c951c6ce4146c6415dab2f0b4bf9276f +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:38:32 2011 +0000 + + modules/admin-full: use firstchild() in services controller + +commit 6516d7ba5b943ab741626d1d728893480116b317 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:27:00 2011 +0000 + + themes/openwrt: cleanup menu construction code, use node_visible() and node_childs() helper + +commit 5f7d2719b23f30ebfcfc0fff13a3e87f6427c587 +Author: Jo-Philipp Wich +Date: Wed Oct 26 00:24:17 2011 +0000 + + libs/web: dispatcher add node_childs() and node_visible() helper functions for templates + +commit 7b385564880cfb5e075d9d69f3b2a52d611c02ff +Author: Manuel Munz +Date: Tue Oct 25 22:49:54 2011 +0000 + + contrib/imagebuilder: Cleanups, seperate basic and network config of firewall and olsrd + +commit 6021cf3bdffaff58636e181fccf2343b0cf6a790 +Author: Jo-Philipp Wich +Date: Tue Oct 25 22:48:43 2011 +0000 + + libs/web: dispatcher: implement a "firstchild()" target which simply redirects to the first child of a node, useful for menus that are empty by default and may gain arbritary childs + +commit d033763924518a5c33a71b003a6aa5d3201ea3ea +Author: Iordan Iordanov +Date: Tue Oct 25 02:10:27 2011 +0000 + + Adding a directory for the PBX front-end (also as a test of the authentication). + +commit 621fff61a32d6533258a3fb2e09749a26b1cf5c6 +Author: Jo-Philipp Wich +Date: Mon Oct 24 21:39:47 2011 +0000 + + libs/nixio: remove forgotten stamp file + +commit cb82c3276962ad39dcde036cce7a0f7868b66a59 +Author: Manuel Munz +Date: Mon Oct 24 18:18:09 2011 +0000 + + applications/openvpn: Fix column ordering, depends need to be in the last column (but still don't work) + +commit 6245ad6a73090ac3668e8f4b9749614592294a08 +Author: Jo-Philipp Wich +Date: Mon Oct 24 01:10:34 2011 +0000 + + modules/admin-full: rework system menu area + +commit eb6e37ebb7b9d576e9eb9f1a0d140936d11ddf11 +Author: Manuel Munz +Date: Sun Oct 23 20:45:01 2011 +0000 + + Remove ffwizard from the makefile, too + +commit eeb63417a120c3affed24a42aae650c3a7d69b7a +Author: Jo-Philipp Wich +Date: Sun Oct 23 14:20:51 2011 +0000 + + contrib/package: complete rework of dependencies, should cure menuconfig issues + +commit e05ec347876342f26792d9d5ee0ada15064a1014 +Author: Manuel Munz +Date: Sun Oct 23 09:01:51 2011 +0000 + + applications: Remove ffwizard, is replaced by meshwizard + +commit 8cd46b595a1a1142b2f70fe7c6d1eb1512656235 +Author: Jo-Philipp Wich +Date: Sun Oct 23 04:21:14 2011 +0000 + + libs/web: cbi: support description attribute in nullsection instances + +commit a24d340ca4f3dd87135da8341e2c74542d907668 +Author: Jo-Philipp Wich +Date: Fri Oct 21 17:22:48 2011 +0000 + + libs/web: fix package name in error suggestion + +commit 2f4c6d83181e1e10ef7f16b42a7bbf9d797ccb39 +Author: Manuel Munz +Date: Fri Oct 21 13:34:02 2011 +0000 + + modules/freifunk: Add missing translation for 'Show on map' + +commit c0ce5f96f28b6db62470ad24799ee09af5a3f9d4 +Author: Manuel Munz +Date: Fri Oct 21 13:27:55 2011 +0000 + + modules/freifunk: Nicer layout of the contact page; make note a TextValue field in the admin interface + +commit cd1fa7c070eb3e700c4978c5c71cabcf1b693f6e +Author: Manuel Munz +Date: Tue Oct 18 18:59:58 2011 +0000 + + modules/freifunk: Fix small error + +commit 004e89c77648ec80e4a30ace6451acce61ad89e9 +Author: Manuel Munz +Date: Tue Oct 18 17:42:26 2011 +0000 + + applications/luci-splash: Fix double 'and' typo (325) + +commit 9c97cdb7b6edcc62d29a72ca64cd682503e693f6 +Author: Jo-Philipp Wich +Date: Tue Oct 18 13:20:43 2011 +0000 + + modules/admin-full: better handle interfaces with unsupported protocols + +commit 0efea1babc41a888c307af6d79cfd1447b32dde6 +Author: Jo-Philipp Wich +Date: Tue Oct 18 12:31:39 2011 +0000 + + themes/openwrt: add style for disabled cbi buttons + +commit de254ea5f1d394a0717a3a9f12f980645aa07094 +Author: Manuel Munz +Date: Tue Oct 18 09:39:39 2011 +0000 + + applications/luci-olsr: Fix typo (must be etx_float, not ext_float) (323) + +commit 3856cd539bbd9b90b9e8f7596957660da3bb4ce0 +Author: Translation System +Date: Tue Oct 18 09:39:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 160 of 179 messages translated (0 fuzzy). + +commit 0c1fa09bfe50a1692f2039bff5fc5af5ce97ef14 +Author: Translation System +Date: Tue Oct 18 09:38:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 147 of 179 messages translated (0 fuzzy). + +commit 4cde22a34c001173aff226d7a1deba38d94e8297 +Author: Translation System +Date: Tue Oct 18 09:35:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 0a9e8a9428b1a3ec401fa759938ffb4bffdfcb41 +Author: Translation System +Date: Tue Oct 18 09:35:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit 553a86ebb96f4fb58e120cdf6f6f6c9366b2aadf +Author: Translation System +Date: Tue Oct 18 09:35:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit e28d378af5405b0a344c11a637c5f295a8366bdc +Author: Translation System +Date: Tue Oct 18 09:35:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2587aaa6772132a88cc59376e178b1926c18312e +Author: Translation System +Date: Tue Oct 18 09:35:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 179 of 179 messages translated (0 fuzzy). + +commit 6bbb5d9415d8dd54d92f3b41fc921295787e1414 +Author: Translation System +Date: Tue Oct 18 09:35:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit cc8454bd227f4598e98af81527c5140661ed47dd +Author: Translation System +Date: Tue Oct 18 09:35:28 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit bf57ee85c40de6c18edf75aafe68937db5564cc2 +Author: Translation System +Date: Tue Oct 18 09:35:25 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 171 of 171 messages translated (0 fuzzy). + +commit 2bf5c9d8e10a45b2e4333912df8ad0e19b92cdf5 +Author: Translation System +Date: Tue Oct 18 09:35:22 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 736 of 736 messages translated (0 fuzzy). + +commit 43c1e89220cb66a28fba0fe451ec643d7b5b0084 +Author: Translation System +Date: Tue Oct 18 09:35:20 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 224 of 224 messages translated (0 fuzzy). + +commit 39890cfb1889f3ca3583f4eb859646c0177d78b8 +Author: Translation System +Date: Tue Oct 18 09:35:04 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 160 of 179 messages translated (0 fuzzy). + +commit 241c9bcbef193940ded379d5db508eb07cc88d01 +Author: Manuel Munz +Date: Tue Oct 18 09:23:27 2011 +0000 + + applications/luci-splash: Finish translation work and move translation strings to own file + +commit 212d2f3700eb0f3cc225b8bd512c70ca21c9540d +Author: Jo-Philipp Wich +Date: Mon Oct 17 22:39:36 2011 +0000 + + po: update template file missing in last commit + +commit 8c094ff45c41ef2211dbedcb4a8a201d9f92dfbc +Author: Jo-Philipp Wich +Date: Mon Oct 17 22:37:30 2011 +0000 + + applications/luci-olsr, po: fix typo in OLSR texts (#323) + +commit 9bb43aafe23cb0d4950b3f88a86a661de736b381 +Author: Translation System +Date: Mon Oct 17 22:30:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 179 messages translated (0 fuzzy). + +commit b9865c0177c2e92fd6741ba14cdb40cab8456daf +Author: Translation System +Date: Mon Oct 17 22:27:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 78 of 179 messages translated (0 fuzzy). + +commit 560f22d2a95856bb74a8591fc04ef5f5a154b14c +Author: Translation System +Date: Mon Oct 17 22:25:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 160 of 179 messages translated (0 fuzzy). + +commit 11cd236be5110cbcac90e57a22fb5a51243c1301 +Author: Translation System +Date: Mon Oct 17 22:23:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 160 of 179 messages translated (0 fuzzy). + +commit 0e7b45ef0dc35baab8d1fdc9229e32a532d72ab8 +Author: Manuel Munz +Date: Sun Oct 16 14:08:39 2011 +0000 + + applications/luci-p910nd: Better tcp port selection (#321) + +commit e4740d764bd573b484b4ea89526553b4477fa49f +Author: Manuel Munz +Date: Sun Oct 16 13:22:26 2011 +0000 + + modules/freifunk: This was moved to freifunk-common with r7554 + +commit e3468a126c7d1c8f83e34fadeaec26e5dd87706e +Author: Manuel Munz +Date: Sun Oct 16 13:19:49 2011 +0000 + + modules/freifunk: remove empty directory + +commit 9e31af191e865b2765ee4f6cc6d52d917cf7e0fd +Author: Manuel Munz +Date: Sat Oct 15 22:02:29 2011 +0000 + + applications/wshaper: Fix uci-defaults + +commit b0c01cfd1913d0adc8df67f606e24ea05007e830 +Author: Manuel Munz +Date: Sat Oct 15 20:47:42 2011 +0000 + + applications/wshaper: Rename uci-defaults/luci-wshaper to wshaper + +commit e3e8c0b35a89f1be8ffba0340221fc1392263a62 +Author: Manuel Munz +Date: Sat Oct 15 18:53:26 2011 +0000 + + contrib/package/luci/Makefile: Add luci-wshaper + +commit 87a3f2f12999abd7f88e186ee87f32255f4a339b +Author: Manuel Munz +Date: Sat Oct 15 18:47:42 2011 +0000 + + applications: Add luci-wshaper (#53) + +commit 594e333a7788c47e7c83b655a34f7be73d0551d9 +Author: Jo-Philipp Wich +Date: Sat Oct 15 05:27:06 2011 +0000 + + modules/admin-full: support installing multiple packages at once + +commit 00f23f60f6af76c9a1b772e2e41c94138f59bb3b +Author: Jo-Philipp Wich +Date: Sat Oct 15 05:10:58 2011 +0000 + + modules/admin-full: move realtime stats into submenu + +commit 620c216b3a996328ae2087f0eca6f2cb1c112131 +Author: Jo-Philipp Wich +Date: Sat Oct 15 04:32:14 2011 +0000 + + protocols/core: add back dns server options to dhcp and static protocols + +commit 632632f92bfe23a2c9f2fec04217cefa5db3eabb +Author: Jo-Philipp Wich +Date: Sat Oct 15 03:29:00 2011 +0000 + + themes/openwrt: add a link to password change page in password change prompt + +commit 64bc95cb473e348c15add5bd6a36b2be087c2a56 +Author: Jo-Philipp Wich +Date: Sat Oct 15 03:13:49 2011 +0000 + + modules/admin-full: make software page tabbed, show available list broken down by letters; greatly speeds up loading time + +commit f83cdb1b8bff33f47867af8941d4aabcda1575f4 +Author: Jo-Philipp Wich +Date: Sat Oct 15 03:10:19 2011 +0000 + + libs/ipkg: give caller more control over filter pattern + +commit 88d75f3257171bfe2ba61df5f1c5995a149251c6 +Author: Translation System +Date: Sat Oct 15 01:51:26 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 736 of 736 messages translated (0 fuzzy). + +commit 631c374b1646e798a868fed3b5134182da6112c2 +Author: Translation System +Date: Sat Oct 15 01:46:22 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 715 of 736 messages translated (0 fuzzy). + +commit 2cefc39769e4d75770604496ab62285f7e7a3ff6 +Author: Translation System +Date: Sat Oct 15 01:37:54 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 46 of 108 messages translated (0 fuzzy). + +commit a31e5178d69070b208ff92b14361e0d96045d234 +Author: Translation System +Date: Sat Oct 15 01:31:49 2011 +0000 + + i18n: sync + +commit 55297447cd92653c947934c587bf2b7c790afd2a +Author: Jo-Philipp Wich +Date: Fri Oct 14 22:25:07 2011 +0000 + + libs/ipkg: don't --autoremove; its dangeros. Attempting to uninstall kmod-ipt-nat with it will remove half of luci too, additionally opkg segfaults and corrupts the status database + +commit af4afea77f9abda7093bba594f203134ef1d6cff +Author: Jo-Philipp Wich +Date: Fri Oct 14 13:33:47 2011 +0000 + + modules/admin-full: fix JavaScript issues in live statistics + +commit 8e6336170d7c6a79115d5770694b0961386a13b2 +Author: Manuel Munz +Date: Fri Oct 14 00:11:19 2011 +0000 + + applications/openvpn: Fix translation of headers on advanced page and update/cleanup translations + +commit 986ae96887fb121db020cdf00ec63e870830e3af +Author: Jo-Philipp Wich +Date: Thu Oct 13 21:55:26 2011 +0000 + + luci: remove dependency on pppoa + +commit 7a1fcbd6da32115836197319514042012e038d9d +Author: Jo-Philipp Wich +Date: Thu Oct 13 16:26:59 2011 +0000 + + modules/admin-full: update iface status after saving uci changes + +commit 09c54d9ceb1b9f55899823e8bd332a9a9b0064db +Author: Jo-Philipp Wich +Date: Thu Oct 13 16:25:50 2011 +0000 + + protocols/pptp: fix string + +commit d845a4e450258253bbd7da35ac22f40c106d7761 +Author: Jo-Philipp Wich +Date: Thu Oct 13 12:48:55 2011 +0000 + + modules/admin-full: move RTS/CTS and Frag settings to device for mac80211 + +commit 916595758180d9b9e52bf753250b1efaef1b5845 +Author: Translation System +Date: Wed Oct 12 14:10:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit e5ebee256f5c98ed44cc3cddce81cb5bd832e7c9 +Author: Translation System +Date: Wed Oct 12 14:10:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit dcfb1f18696689f4224b93d400f731fb14214333 +Author: Translation System +Date: Wed Oct 12 14:10:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit ea342eee236c17a929e8dba1b6cac1992c38304b +Author: Translation System +Date: Wed Oct 12 14:10:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 897c9fe7e609e8d6d72838e4e313a84e149fea0c +Author: Translation System +Date: Wed Oct 12 14:10:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit eb1c31a7802e9c67858822bda08d95cb71cfd697 +Author: Translation System +Date: Wed Oct 12 14:10:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 139 of 139 messages translated (0 fuzzy). + +commit b0f7f9d9ceda9a9f5196ff2c36df84497ce0e5a8 +Author: Translation System +Date: Wed Oct 12 14:10:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 8aeed43bac500cd2f1eeb3fcc446bab5bb607fd6 +Author: Translation System +Date: Wed Oct 12 14:10:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 18da08f01f4cac934630d736ead7d1fa20bbb936 +Author: Translation System +Date: Wed Oct 12 14:10:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 17dce3989a54abcb63a75d5672a30941dd240fb0 +Author: Translation System +Date: Wed Oct 12 14:09:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit 3f5a327fad2cdf5e7a08d321471753561c5a637d +Author: Translation System +Date: Wed Oct 12 14:09:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 7b32b5992ed11d12a024064c61bd129d210a99ec +Author: Translation System +Date: Wed Oct 12 14:09:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit dbfc44a92576f9f55d6eb28eae4322e8e6ff6cb1 +Author: Translation System +Date: Wed Oct 12 14:09:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit d1fd20553d77260ab7d854a80e2b993574d8af73 +Author: Translation System +Date: Wed Oct 12 14:09:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 8ff53ca20ac23ba1ed88c22ca6885239e76133f0 +Author: Translation System +Date: Wed Oct 12 14:09:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit a521a8caeb8b702eca52eb3ea10a6f1a4c406b43 +Author: Translation System +Date: Wed Oct 12 14:09:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 92f0d33231868a255b06b7d77c47a2834e15e333 +Author: Translation System +Date: Wed Oct 12 14:09:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 41 of 42 messages translated (0 fuzzy). + +commit 85abee967f5f0cadd5cab517bb6455aaf9013bf6 +Author: Translation System +Date: Wed Oct 12 14:09:24 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 736 of 736 messages translated (0 fuzzy). + +commit 09fb03d629be274dfd736b15aa2d335f6ea75def +Author: Translation System +Date: Wed Oct 12 14:08:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 69 messages translated (0 fuzzy). + +commit 2d0577e6db9ab169d0c6aaf48c5d79f113922876 +Author: Translation System +Date: Wed Oct 12 14:06:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 108 messages translated (0 fuzzy). + +commit 29cb844300a1a1aad04253d4842b550e36780937 +Author: Translation System +Date: Wed Oct 12 14:05:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 154 of 156 messages translated (0 fuzzy). + +commit 55159bea66f6ff5082a9b6992f1469b4b9a703b1 +Author: Jo-Philipp Wich +Date: Tue Oct 11 13:56:00 2011 +0000 + + protocols: add missing Makefiles + +commit 20dddbba08d719f89f015a8f679fc3bb4b969b54 +Author: Jo-Philipp Wich +Date: Tue Oct 11 02:55:29 2011 +0000 + + contrib/package: luci: fix some recursive deps, package protocol support + +commit 345cbf2e46b8f27c03d326294235b5d1b5f3bd66 +Author: Jo-Philipp Wich +Date: Tue Oct 11 02:36:18 2011 +0000 + + contrib/package: freifunk-common: don't depend on self + +commit 1ffe61277e656943128cafc70e35ee05669d1cce +Author: Jo-Philipp Wich +Date: Tue Oct 11 02:07:15 2011 +0000 + + move protocol support into a new protocols/ subdir + +commit 9ebf90071996df0916d9617e6a935f669812a8b9 +Author: Jo-Philipp Wich +Date: Tue Oct 11 01:21:58 2011 +0000 + + modules/admin-full: expose switch title on vlan page + +commit cd46e1611ea331fcb295cb61c43ff64b0ba8772f +Author: Jo-Philipp Wich +Date: Tue Oct 11 01:20:36 2011 +0000 + + libs/web: handle .redirect property for SimpleForm widgets + +commit e134834014013571ddd409b80cabfce69e0c429f +Author: Jo-Philipp Wich +Date: Tue Oct 11 01:17:02 2011 +0000 + + modules/admin-full: make interface configuration modular + +commit 2c316a6aabb04d319637128d1c734817e48c8308 +Author: Jo-Philipp Wich +Date: Tue Oct 11 01:14:11 2011 +0000 + + libs/core: more fixes for network model + +commit be9f5d6872a936224ba7b10a7c756f151b106ec8 +Author: Jo-Philipp Wich +Date: Mon Oct 10 18:50:42 2011 +0000 + + libs/core: mark relay protocol as floating + +commit 2337ee9206a31c26a7250f927ddab0d2a4735d88 +Author: Jo-Philipp Wich +Date: Mon Oct 10 18:10:12 2011 +0000 + + libs/web: add network_netlist widget option to filter virtual networks + +commit 6bc73f7af9f15b5ff77bfe599c767f1cbf169445 +Author: Manuel Munz +Date: Mon Oct 10 16:08:00 2011 +0000 + + admin-status/overview: Use MAC-Address in table header of associated stations instead of BSSID (#312) + +commit 61778a32394378c6b120a290739984f3c9c812ce +Author: Manuel Munz +Date: Mon Oct 10 16:04:27 2011 +0000 + + modules/freifunk: Make display of ipv4 default route in public status work with freifunk-policyrouting enabled + +commit bb5986cf13b5cdfffc00ce721fe0829e3a5aca2d +Author: Manuel Munz +Date: Mon Oct 10 08:32:46 2011 +0000 + + modules/freifunk: Move contact page to first level menu + +commit 760dcec66720cb1bf0f5ef333f5caaa6baef4571 +Author: Jo-Philipp Wich +Date: Sun Oct 9 23:39:34 2011 +0000 + + modules/admin-full: only allow unique vlan ids, fix port labelling if CPU is at 0 + +commit 9e2e9a2b66cbb2f92c8525e4a1730f3ab8854a38 +Author: Jo-Philipp Wich +Date: Sun Oct 9 23:21:19 2011 +0000 + + modules/admin-full: remove PVID support, its not really useful and confusing, fix parsing of port count and cpu port, expose hardware name + +commit 21b2f45d025a708c0ebceb8a22161e00b8af9a1e +Author: Jo-Philipp Wich +Date: Sun Oct 9 22:36:13 2011 +0000 + + modules/admin-full: fix status reporting of inactive virtual interfaces + +commit 9e8de5189d99ac977554e7344280de0ef8b966ec +Author: Jo-Philipp Wich +Date: Sun Oct 9 22:28:14 2011 +0000 + + modules/admin-full: fix switch config page for models with multiple switches + +commit 96846f15181d5bac5f7527a5bcbc65bf4abc3f36 +Author: Jo-Philipp Wich +Date: Sun Oct 9 22:04:00 2011 +0000 + + libs/core: remove uneeded error import + +commit c7a95b6683078c1800087446a1c1ca660bb1dec0 +Author: Jo-Philipp Wich +Date: Sun Oct 9 22:02:46 2011 +0000 + + libs/core: add more heuristics to infer device name from switch name + +commit ce024e350a52d8e1520d10d3e5c648e44f63edfe +Author: Jo-Philipp Wich +Date: Sun Oct 9 21:16:59 2011 +0000 + + libs/core: add luci.model.network.get_protocol(protoname[, networkname]) + +commit 63608d2636baaab72037564f3c5885087f4a3454 +Author: Jo-Philipp Wich +Date: Sun Oct 9 20:14:25 2011 +0000 + + libs/web: sent origin section id encoded in cbi.cts. requests + +commit 4fb5f1aca642eb94442d37d02eb81185f1f1ef03 +Author: Jo-Philipp Wich +Date: Sun Oct 9 20:07:02 2011 +0000 + + libs/web: pass origin section id to :create() callback, needed when multiple, filtered TypedSection instances of the same type are used within a single Map + +commit b666015dc2d8394854be0259cd80f05994f66dd2 +Author: Jo-Philipp Wich +Date: Sun Oct 9 19:28:30 2011 +0000 + + modules/admin-full: rework interface add dialog, now handles floating protocols like PPP correctly + +commit be71f1c93a005d35c5b8ecdd00778f31e3785da9 +Author: Jo-Philipp Wich +Date: Sun Oct 9 19:25:43 2011 +0000 + + libs/core: fix bug in contains_interface() implementation of PPPoE protocol + +commit 0d4ec2bbba8479154e63824e5315a0e0e01087a2 +Author: Jo-Philipp Wich +Date: Sun Oct 9 18:43:11 2011 +0000 + + libs/web: add error message printing to nullsection template, fixes server side validation in SimpleForm instances + +commit 4e538d09e12a7120fc25435ccc76f8b2b16a8b1e +Author: Jo-Philipp Wich +Date: Sat Oct 8 21:43:50 2011 +0000 + + modules/admin-full: hide system software tab if opkg is not present + +commit c54c315cf17c5958fedb9e464be30f248d5dbeef +Author: Translation System +Date: Sat Oct 8 12:52:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 341 of 736 messages translated (12 fuzzy). + +commit 8c7c7f4e4611bd828e3c2259ef887ba3e988dc50 +Author: Translation System +Date: Sat Oct 8 12:51:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 5afa1e49909b317be97ec74c63c3e6c1fb3cae1f +Author: Translation System +Date: Sat Oct 8 12:51:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 87c8f07bb0197f3dff8da7a775637a6f0c7896aa +Author: Translation System +Date: Sat Oct 8 12:51:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 4b0f50457f3f8d05beb831a089b9b72f5f9f24f5 +Author: Translation System +Date: Sat Oct 8 12:51:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit c1bc51127e3c67af83539d4acead589c52407518 +Author: Translation System +Date: Sat Oct 8 12:51:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit c21cfc92b7edf02dab1afc10ab150864a87717ac +Author: Translation System +Date: Sat Oct 8 12:51:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit abef56ee69bc2bcda4ab25d507ee1b9095cde114 +Author: Translation System +Date: Sat Oct 8 12:51:45 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 562008dbabf6ff9a3e56990548976ccf5739c35c +Author: Translation System +Date: Sat Oct 8 12:51:43 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 140 messages translated (0 fuzzy). + +commit f242a113d8a5cbd0d8287f447344e92618bd37da +Author: Translation System +Date: Sat Oct 8 12:51:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 456f990d94c404eef87015833a52236f7cc36031 +Author: Translation System +Date: Sat Oct 8 12:51:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 52 of 108 messages translated (0 fuzzy). + +commit 6edb4979623b97d8f7cea24bdbbda24da548ffb0 +Author: Translation System +Date: Sat Oct 8 12:51:38 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 9244036207eda42800164325f0b4292d269df42b +Author: Translation System +Date: Sat Oct 8 12:51:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 0cac2ee9bb937c8a441a5fe9b0d04e11b8d912b6 +Author: Translation System +Date: Sat Oct 8 12:51:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 27 messages translated (0 fuzzy). + +commit 82828bfa9a8897cb7dab3671610eb9e6d81a7a88 +Author: Translation System +Date: Sat Oct 8 12:51:34 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit 55258ab01cd0882e55fd21836630cb6aec648ece +Author: Translation System +Date: Sat Oct 8 12:51:33 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 24 messages translated (0 fuzzy). + +commit 50b08fe29583965c4ef4ab88f16e3e67d88914c5 +Author: Translation System +Date: Sat Oct 8 12:51:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 07a3ded00af64b99d6f86db47cf494be4ce1d017 +Author: Translation System +Date: Sat Oct 8 12:51:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 62 of 77 messages translated (0 fuzzy). + +commit 250333211e0f9a7a8eaa4cf999fccd1bbc4318eb +Author: Translation System +Date: Sat Oct 8 12:51:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 47 messages translated (0 fuzzy). + +commit a5633868c6977c68cc40dcaea3afd62d4534ecd7 +Author: Translation System +Date: Sat Oct 8 12:51:28 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 42 messages translated (0 fuzzy). + +commit 0d6466a91db7f4c02ed75e9c3d3b2f77c172344a +Author: Translation System +Date: Sat Oct 8 12:51:27 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit b0b5868c8f8d12705a1598a26d2c46b1474c7497 +Author: Translation System +Date: Sat Oct 8 12:51:26 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 962ac146a906da6dce37883a4d05a2775e420257 +Author: Translation System +Date: Sat Oct 8 12:51:24 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 429 of 736 messages translated (0 fuzzy). + +commit f79969772c763b4fe08586b3d530ee7160b36409 +Author: Translation System +Date: Sat Oct 8 12:51:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 223 messages translated (0 fuzzy). + +commit 5b92417f6f90c190f23dfa61e05b5b3bd987fc2f +Author: Translation System +Date: Sat Oct 8 12:51:22 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 9dc514a5e7937f7a008b2357773504363e96e777 +Author: Translation System +Date: Sat Oct 8 12:51:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit aa7b97e510b6a0e141563cc7d67e5755692cd6e9 +Author: Translation System +Date: Sat Oct 8 12:51:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 56a20d9b14b4809b6dfed6810f98217e3eac1817 +Author: Translation System +Date: Sat Oct 8 12:51:17 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit a267fb1091d1b47ba2c0a5455649d28f0a2a8848 +Author: Translation System +Date: Sat Oct 8 12:51:16 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit deb7e33fedc0fc59ea200f2cb0f28225ca7b09ba +Author: Translation System +Date: Sat Oct 8 12:51:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 915371411e4c7439ece23a45ca316c9779dd14b3 +Author: Translation System +Date: Sat Oct 8 12:51:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit aca1167271bdfafe6ee2f762d281241a2f8a75a2 +Author: Translation System +Date: Sat Oct 8 12:51:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 86c4a4ad416350bc713d5202f2d5778fe86c1c94 +Author: Translation System +Date: Sat Oct 8 12:51:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 03ba85de8c061443d756f9890ada0d1df162af91 +Author: Translation System +Date: Sat Oct 8 12:51:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit 99f45cf44a29fd96eb51c297e5368babca280c4c +Author: Translation System +Date: Sat Oct 8 12:51:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 21f43c54e55d04b0f23be30877973a2c0357bc37 +Author: Translation System +Date: Sat Oct 8 12:51:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit 4680549fd8161968f28c3bf76a9cb0c699fec860 +Author: Translation System +Date: Sat Oct 8 12:51:04 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2ad73780a2931480a675ff08df8b27c13b4e62f9 +Author: Translation System +Date: Sat Oct 8 12:51:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 59155b809123a7632913faf191527a3c3f27b98e +Author: Translation System +Date: Sat Oct 8 12:51:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit cff146cb42b8d8e92b5d495bcaa6340a05db4a05 +Author: Translation System +Date: Sat Oct 8 12:50:57 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 77 messages translated (0 fuzzy). + +commit 2d86d6f9d2616dc17e52ff7dcae3c042cb477dd3 +Author: Translation System +Date: Sat Oct 8 12:50:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 66ada0c91681cd25bd070c98e486899793df0466 +Author: Translation System +Date: Sat Oct 8 12:50:54 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 784a0c9868a6a23db44b3f147b3fce211dfcc529 +Author: Translation System +Date: Sat Oct 8 12:50:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 448 of 736 messages translated (0 fuzzy). + +commit ee492f5a6f0d0c8eab1e4ae893ed7b51351a25b8 +Author: Translation System +Date: Sat Oct 8 12:50:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 33 of 224 messages translated (3 fuzzy). + +commit d384166bb348bfb7a310c342e93c06e93826379c +Author: Translation System +Date: Sat Oct 8 12:50:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit aae0bd27a37026e89f2f187a14e228044463c559 +Author: Translation System +Date: Sat Oct 8 12:49:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 42 messages translated (0 fuzzy). + +commit c6e619bb3264c174c46faa8626742690a96b8066 +Author: Translation System +Date: Sat Oct 8 12:49:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 55 of 69 messages translated (0 fuzzy). + +commit 8e8e0e7042f0cbe54e637179cf5f9b78710e70db +Author: Translation System +Date: Sat Oct 8 12:48:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 108 messages translated (0 fuzzy). + +commit 0e064563535096b8a074d94e2c663b23214e210e +Author: Translation System +Date: Sat Oct 8 12:48:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 142 of 156 messages translated (0 fuzzy). + +commit 6e2ebde8304834aeefb9216fa2ee56831048a412 +Author: Translation System +Date: Sat Oct 8 12:48:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 27 messages translated (0 fuzzy). + +commit 5ac50b5d91cc9b93efb23ba7d8f28f733fe4a494 +Author: Translation System +Date: Sat Oct 8 12:48:45 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 75 of 77 messages translated (0 fuzzy). + +commit 56ba43470cbeaf9b93e3017a78e620e29a297dd0 +Author: Translation System +Date: Sat Oct 8 12:48:41 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 713 of 736 messages translated (0 fuzzy). + +commit f3d5f8eb375b4647ec8e971fad440f7f70ccada7 +Author: Translation System +Date: Sat Oct 8 12:48:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 6ab3f26a88fed178976698108eaecbb4572139f5 +Author: Translation System +Date: Sat Oct 8 12:47:34 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 712 of 736 messages translated (0 fuzzy). + +commit 36fba69e5a0ad164acc7519d49908bde7af370f0 +Author: Translation System +Date: Sat Oct 8 12:43:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 737 of 737 messages translated (0 fuzzy). + +commit 4fb5136c09df2c978feed14c2105a33b136cfbd5 +Author: Manuel Munz +Date: Thu Oct 6 22:37:27 2011 +0000 + + applications/luci-openvpn: Add translations for advanced page, regenerate po/pot files, thanks Pierre Gaufillet (#219) + +commit 871091ee200d983d6e10f00583a9fc5acd188b71 +Author: Manuel Munz +Date: Thu Oct 6 19:39:58 2011 +0000 + + contrib/meshwizard: add helpers/restore_default_config.sh + +commit 712620451cbcf34bf2c39b4185000b1ebd69acf8 +Author: Manuel Munz +Date: Thu Oct 6 19:38:12 2011 +0000 + + contrib/meshwizard: Various fixes and cleanups + +commit d57f7a9397266fba3928193f233b2fb70ba42605 +Author: Jo-Philipp Wich +Date: Thu Oct 6 15:38:26 2011 +0000 + + i18n: initialize romanian language support + +commit 523f70c927beeb85bb59d3410206f9f2c810a156 +Author: Jo-Philipp Wich +Date: Tue Oct 4 18:05:59 2011 +0000 + + modules/admin-full: allow mac filter only for ap mode interfaces + +commit 1771b0c551fa192b6f3447a5a2114824ce5be21f +Author: Jo-Philipp Wich +Date: Tue Oct 4 13:32:18 2011 +0000 + + libs/core: rework class structure of network model, add per protocol is_installed() and opkg_package() utility functions to query availability + +commit 2fa0fa18150c100b0ed9080444286d1793b287df +Author: Manuel Munz +Date: Mon Oct 3 21:16:10 2011 +0000 + + contrib/meshwizard: Fix setting of values which contain spaces & cleanups + +commit 35137845dd427dd4da8ed7a4a8f27adc37ae1b22 +Author: Jo-Philipp Wich +Date: Mon Oct 3 13:57:11 2011 +0000 + + libs/core: clean up network model, make it modular and move protocol deviations into submodules, fix recognition of pptp and properly implement relayd protocol awareness + +commit f3690b2e0349b517b1d8841fe32639460c8ddf9f +Author: Jo-Philipp Wich +Date: Mon Oct 3 10:30:17 2011 +0000 + + modules/admin-full: fix various issues in iface cbi model + +commit ea68cd9665394fef2e5b58e381914e98012a7470 +Author: Manuel Munz +Date: Sun Oct 2 21:03:09 2011 +0000 + + community-profiles: Fix suffix for aachen + +commit 9db1614d89544be341496a21ed9383a7174d8d31 +Author: Jo-Philipp Wich +Date: Sun Oct 2 12:51:52 2011 +0000 + + po: fix broken XML in german qos translation + +commit 0a7165c83372af55c2f13c0cd5e03a42cfe3d7ab +Author: Jo-Philipp Wich +Date: Sun Oct 2 11:37:44 2011 +0000 + + modules/admin-full: increase button size on overview pages to accomodate for longer words in other langauges + +commit c45f6b670d4fba689a4fe0e2c9849840f2d13b14 +Author: Jo-Philipp Wich +Date: Sun Oct 2 10:25:32 2011 +0000 + + modules/admin-full: align wifi settings with recent hostapd.sh in OpenWrt (#261) + +commit 31ea36f7ab8319313317f9420b47f29812977850 +Author: Jo-Philipp Wich +Date: Sun Oct 2 10:23:32 2011 +0000 + + applications/luci-multiwan: add status indicators, patch by Etienne Champetier (#260) + +commit 86f63627b66a8ef73f079eda30db2d87772da9b6 +Author: Jo-Philipp Wich +Date: Sun Oct 2 10:03:43 2011 +0000 + + modules/freifunk: fix interval value after XHR.poll() change + +commit d47f6e00868ae987c160b5d5e0fa465c11a6ca5b +Author: Jo-Philipp Wich +Date: Sun Oct 2 09:59:07 2011 +0000 + + modules/freifunk: convert public status template to XHR.poll() + +commit 1ed800b00f661ab9bcd6a4ed24a492986afac2b2 +Author: Manuel Munz +Date: Sat Oct 1 18:50:05 2011 +0000 + + themes/freifunk-generic: Also add css like in r7584 + +commit 00376f2e852a064e49bff6fafe99716e963775d0 +Author: Manuel Munz +Date: Sat Oct 1 18:34:24 2011 +0000 + + themes/freifunk-generic: Fix last commit (remove |) + +commit 17f5feace1798e93de2962eab29ffb785a0f8074 +Author: Manuel Munz +Date: Sat Oct 1 17:29:00 2011 +0000 + + themes/freifunk-generic: Add changes from r7585 + +commit 0620210de4106a12c814d302139ecd8e2b79b8a3 +Author: Translation System +Date: Sat Oct 1 10:31:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 222 messages translated (0 fuzzy). + +commit 4a38f17d23c8167de8a1f43eec8d9bff564c5fc6 +Author: Translation System +Date: Sat Oct 1 10:24:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 37 of 42 messages translated (0 fuzzy). + +commit 9844456c94766d6ebe742f771cec5172e0b25969 +Author: Translation System +Date: Sat Oct 1 10:24:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 2b3c361aaae25d9b1b17e393b2abf86378bda2ff +Author: Translation System +Date: Sat Oct 1 10:24:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 245d26c5827ebea8474aa758bf95cf44716c0d6f +Author: Translation System +Date: Sat Oct 1 10:24:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 89 of 156 messages translated (0 fuzzy). + +commit 2400137446e41ad0d5a125b54260b1b556588afa +Author: Translation System +Date: Sat Oct 1 10:24:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 29 messages translated (0 fuzzy). + +commit 7981c2382d89e36fab1a6439fadea2b59d26d2ab +Author: Jo-Philipp Wich +Date: Sat Oct 1 09:33:36 2011 +0000 + + modules/admin-full: fix file uploads on wifi page + +commit 68bf126e8144aa89a9915d6fd940b7c4cecfc76f +Author: Jo-Philipp Wich +Date: Fri Sep 30 18:09:03 2011 +0000 + + themes/openwrt: hide modemenu if there is only one entry + +commit d77b8373648b7b7c5edda70da8b235730c1288c0 +Author: Jo-Philipp Wich +Date: Fri Sep 30 17:47:53 2011 +0000 + + themes/openwrt: add an AJAX activity indicator toggle to turn refreshes on and off + +commit 3b2d4ab1834693d802e0aad7037832da502eae3a +Author: Jo-Philipp Wich +Date: Fri Sep 30 17:44:11 2011 +0000 + + themes/base: xhr.js: implement running(), run() and halt() to check, start and stop the AJAX poll queue + +commit 7aca8f2381c9821bf9b208db45de04bad9f21311 +Author: Jo-Philipp Wich +Date: Fri Sep 30 14:14:58 2011 +0000 + + themes/openwrt: use new css class to straight out upper left corner in tabbed sections + +commit 43df5042781a5b5fa7e839ad2b09b2b1232a56db +Author: Jo-Philipp Wich +Date: Fri Sep 30 14:14:04 2011 +0000 + + libs/web: assign extra css class to typed or named sections with tabs + +commit 7906112adf2bd79b17bbf9f9c545641e542464b2 +Author: Jo-Philipp Wich +Date: Fri Sep 30 13:23:11 2011 +0000 + + modules/admin-core: add missing css class + +commit 42365325d6bf535fab2bec880ae5b74ee628a9ec +Author: Manuel Munz +Date: Fri Sep 30 08:44:22 2011 +0000 + + contrib/freifunk-common: Somehow uci-defaults/freifunk got lost, re-add it + +commit 95a97c8d32b9cbf98cedac56ba0c98716793ff8f +Author: Manuel Munz +Date: Thu Sep 29 09:43:33 2011 +0000 + + contrib/meshwizard: Check if luci/luci-splash is installed before trying to setup it + +commit 2d0171d72c03ba59b21cd0e7b24ee4a036197785 +Author: Manuel Munz +Date: Thu Sep 29 09:35:44 2011 +0000 + + modules/freifunk: Remove helper scripts, they moved to freifunk-common + +commit c3a028c76c294c0578b0449d75f9aeaad209c8d1 +Author: Manuel Munz +Date: Wed Sep 28 00:20:56 2011 +0000 + + modules/freifunk: Move profiles and common files into seperate packages, this will enable us to build freifunk images without luci. + +commit 876b191b20a01926657e4d3c618fd2f029f45f4d +Author: Jo-Philipp Wich +Date: Mon Sep 26 02:01:43 2011 +0000 + + contrib: drop zoneinfo, moved to OpenWrt feed + +commit f900cd92a069aa22d2558a7845aa48aa71604e07 +Author: Jo-Philipp Wich +Date: Mon Sep 26 01:16:10 2011 +0000 + + contrib/package: fix & update zoneinfo to version 2011i + +commit e415f27419700d3259f367d73d0afcba1593b66c +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:48:02 2011 +0000 + + modules/admin-full: switch live stats to XHR.poll(), lower update frequency to 3 seconds + +commit d46b42901a81a4b03e653b55f52c14f93391fc36 +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:46:31 2011 +0000 + + modules/admin-full: add missing svg template + +commit 079131a309f2b37dd34e6c73cd4afc7650cee5c1 +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:26:44 2011 +0000 + + applications/luci-upnp: rework status javascript to use XHR.poll() + +commit 97f74fe7665c4bc317d9590bcafc2c109c861a3d +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:26:19 2011 +0000 + + applications/luci-ahcp: rework status javascript to use XHR.poll() + +commit fa52f7f54bfb33297b6cb1af530d3d2b22350a85 +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:25:37 2011 +0000 + + applications/luci-ushare: allow multiple content directories + +commit fd052a6e648c309daacf0d0186f632f466e437d0 +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:24:34 2011 +0000 + + modules/admin-full: rework status javascript code to use XHR.poll() + +commit b2b3b181d830d4b10250c7a9a1d7014a314dc763 +Author: Jo-Philipp Wich +Date: Mon Sep 26 00:05:17 2011 +0000 + + themes/base: xhr.js: clean code style, implement XHR.get() and XHR.poll() convenience functions + +commit 2829139f35a6123b0e40c16cf2813fed808d61e6 +Author: Jo-Philipp Wich +Date: Sun Sep 25 23:29:21 2011 +0000 + + modules/admin-full: register missing wireless actions + +commit 730b2b0d07bfa2c8aeeb8877aaf2444e5ccbc7a4 +Author: Jo-Philipp Wich +Date: Sun Sep 25 23:08:47 2011 +0000 + + modules/admin-full: ... and another issue, also remove wifi up workaround, its done by "ifup" now + +commit 8eb93354138685a83a3ae9994be770ceb63bf9fe +Author: Jo-Philipp Wich +Date: Sun Sep 25 22:58:17 2011 +0000 + + modules/admin-full: fix two issues observed on a virgin install + +commit 1f1377fdc461ef8f4faad7a95a55a3eb9431eb38 +Author: Jo-Philipp Wich +Date: Sun Sep 25 20:59:51 2011 +0000 + + modules/admin-full: fix remaining status template + +commit 630d559c2663af690bb7101ff39745e395cb5378 +Author: Jo-Philipp Wich +Date: Sun Sep 25 20:58:19 2011 +0000 + + modules/admin-full: more javascript fixes + +commit 4a32a5751d868309b0cf1bd47d5deb92e127caf4 +Author: Jo-Philipp Wich +Date: Sun Sep 25 20:54:24 2011 +0000 + + applications/luci-upnp: javascript fixes + +commit 5f6ea74d22c414c93e2c6615b9e2eaa61bbff4bc +Author: Jo-Philipp Wich +Date: Sun Sep 25 20:52:26 2011 +0000 + + applications/luci-ahcp: javascript fix + +commit e3435a49e9ba289d6e43758fbcbc29804f7bbbc1 +Author: Jo-Philipp Wich +Date: Sun Sep 25 20:51:03 2011 +0000 + + modules/admin-full: various javascript fixes in templates + +commit ea6f5379dc147bdc83b687a8bbf011edd07d16fc +Author: Jo-Philipp Wich +Date: Sun Sep 25 11:59:21 2011 +0000 + + libs/web: network widget fixes + +commit a6dcb3f6a3af704b6331e2fe789e57f692bf9c7f +Author: Jo-Philipp Wich +Date: Sun Sep 25 11:58:24 2011 +0000 + + libs/core: more fixes in network model + +commit dc46ee35b85bd6dbda23593ee21bd4489041880c +Author: Manuel Munz +Date: Sat Sep 24 20:47:47 2011 +0000 + + contrib/freifunk-mapupdate: Add mygooglemapscoords.txt for compatibility with freifunk firmware + +commit 3484ece05ece2e3997f763cf679f82df16609f13 +Author: Manuel Munz +Date: Sat Sep 24 20:20:53 2011 +0000 + + Add gwcheck and mapupdate to selected packages in the freifunk community meta package + +commit 8d62398e854ba9e91059efb2e468a04d1ebaf5ef +Author: Manuel Munz +Date: Sat Sep 24 20:18:27 2011 +0000 + + modules/freifunk: Remove old ff_mapupdate script + +commit 42a129f669159eee467e1198bcd84f38257d14d3 +Author: Manuel Munz +Date: Sat Sep 24 20:15:26 2011 +0000 + + contrib/package: Add update script for freifunkmap + +commit bf49f78599a006a9d136d9fd83cecc5d8a5afb1a +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:49:17 2011 +0000 + + libs/web: align interface related widgets to changed network model api + +commit 575b32de8157dfd8a5857b8fb68325428afe8d7d +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:34:02 2011 +0000 + + modules/admin-full: fix small style glitch in uci revert template + +commit 47f011b947f3416c64f2352ca988de6004f49e5f +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:31:00 2011 +0000 + + libs/core: non-bridge handling fix in network model + +commit 3311da13e79247581e60a2043400017de15b5bb6 +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:21:02 2011 +0000 + + modules/admin-full: remove more dead code + +commit 7f8ce9ae4941bdd3d5fbf584bbd404c59ecb8963 +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:17:32 2011 +0000 + + po: resync base translations + +commit 1d40f7fbea14cfbce23519d41b98b182c47a0271 +Author: Jo-Philipp Wich +Date: Sat Sep 24 03:14:48 2011 +0000 + + modules/admin-full: remove redundant code + +commit 99f2e78b16f616ff59445c6404c99c211f1c1bbb +Author: Jo-Philipp Wich +Date: Sat Sep 24 01:12:35 2011 +0000 + + po: sync base translations + +commit 6047aea3c49b7da0d1f00bfcd7b3301bed23fb55 +Author: Jo-Philipp Wich +Date: Sat Sep 24 01:03:06 2011 +0000 + + modules/admin-full: rework interface overview + +commit 2dae492a362f7b1771d76b5a0be6bbb927a06c11 +Author: Jo-Philipp Wich +Date: Sat Sep 24 00:58:58 2011 +0000 + + modules/admin-full: rewrite interface state json backend to only utilize network model + +commit 9b18001b9f0ed4969e83b3f690db0d5b155c13c7 +Author: Jo-Philipp Wich +Date: Sat Sep 24 00:57:59 2011 +0000 + + libs/core: add "tunnel" interface type to network model, various optimizations + +commit baa1c0a365b7d9c0e2d95b43fdf4b2703e59bb57 +Author: Jo-Philipp Wich +Date: Sat Sep 24 00:56:29 2011 +0000 + + themes/base: add icons for tunnel interface type + +commit 63a8252dd02dfe5c7588c475399f3bcebc0fcd53 +Author: Manuel Munz +Date: Fri Sep 23 20:03:49 2011 +0000 + + modules/admin-full: Fix typo, #304 + +commit e37546729cf16219219c1393eea502048a0ee09d +Author: Manuel Munz +Date: Fri Sep 23 19:45:39 2011 +0000 + + contrib/freifunk-gwcheck: Fix uci-defaults, add olsrd-mod-dyn-gw-plain depency + +commit c4f19cbfd436b456c47a10ec22ae1cc09768f1a1 +Author: Manuel Munz +Date: Fri Sep 23 19:27:23 2011 +0000 + + contrib/freifunk-gwcheck: Improve uci-defaults + +commit 2b5c41037e2bee817bb0af3065c412a44bdec8c9 +Author: Manuel Munz +Date: Fri Sep 23 19:25:32 2011 +0000 + + modules/freifunk: Remove ff_olsr_test_gw + +commit d8e4734b23016cea5c5099f84a7f2ffbab8e6216 +Author: Manuel Munz +Date: Fri Sep 23 19:23:18 2011 +0000 + + contrib/package: Add freifunk-gwcheck to replace the gateway-check in modules/freifunk + +commit 9ed39e1431395bb84c486df94bc0a3660d7f0936 +Author: Manuel Munz +Date: Fri Sep 23 16:11:24 2011 +0000 + + modules/admin/full: Add parenthesis around luci.version, #302 + +commit 7d959a602420ad4a98b570fc312c58d945ddde1f +Author: Jo-Philipp Wich +Date: Thu Sep 22 18:22:04 2011 +0000 + + modules/admin-full: add missing class attributes + +commit 792501456127e2cf00b4e3bf03dd3f8d5a14129b +Author: Jo-Philipp Wich +Date: Thu Sep 22 18:21:38 2011 +0000 + + libs/web: add missing class attributes + +commit 5771ef47a13dbccad40c2c58c28626ecf8c44e7f +Author: Jo-Philipp Wich +Date: Thu Sep 22 17:51:42 2011 +0000 + + themes/openwrt: polish layout + +commit 8f25290a384c16cfc1de24349b7e87c3fefb71b7 +Author: Jo-Philipp Wich +Date: Thu Sep 22 17:48:58 2011 +0000 + + modules/admin-full: fix some small style quirks + +commit 737daee3e16a6ce3ec93446ba5e36554df5a7e82 +Author: Jo-Philipp Wich +Date: Thu Sep 22 17:05:14 2011 +0000 + + libs/web: cbi: dynamically update css class of last field after dependency update + +commit 688eb421cc9d29228cad8c960c7a22c91d24aae3 +Author: Jo-Philipp Wich +Date: Thu Sep 22 16:34:52 2011 +0000 + + libs/web: cbi: assign dedicated css class to last child + +commit 96dd29753cc2ada1d704fdcbd38385a4e685c463 +Author: Jo-Philipp Wich +Date: Thu Sep 22 16:33:28 2011 +0000 + + libs/web: cbi: provide a "last_child" property to allow for more layout control in form rendering + +commit 362c84480a24eaafca8973ba3ed63bb33ee1d009 +Author: Jo-Philipp Wich +Date: Thu Sep 22 13:43:39 2011 +0000 + + libs/web: add another missing class attribute + +commit f90a3d58685ba6179a0c8de2b8c07d13833ae379 +Author: Jo-Philipp Wich +Date: Thu Sep 22 13:35:59 2011 +0000 + + modules/admin-core: remove more empty directories + +commit 624b37dc574bd9b2ee177312d5deda1076f46c53 +Author: Jo-Philipp Wich +Date: Thu Sep 22 13:34:27 2011 +0000 + + modules/admin-core: remove empty directory + +commit b360dbc6dcd283d7ce70217701f57a4e2601ee99 +Author: Jo-Philipp Wich +Date: Thu Sep 22 13:25:48 2011 +0000 + + modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes + +commit edff83040d92b94835db3837a053041e1f9f025b +Author: Manuel Munz +Date: Thu Sep 22 13:15:40 2011 +0000 + + contrib/meshwizard: bump package version + +commit c35bdaf847adcc309077a657d081e7343e3c1912 +Author: Manuel Munz +Date: Thu Sep 22 13:14:22 2011 +0000 + + contrib/freifunk-policyrouting: Fix getting the name of interfaces + +commit 9ffd17e9208ef7350a9fb5723f5517ffba4cdcad +Author: Manuel Munz +Date: Thu Sep 22 13:11:33 2011 +0000 + + modules/freifunk: Add force=1 to dhcp default config + +commit 0f770a2c4fda70ca5f7a167b1f646ee4a463463f +Author: Translation System +Date: Thu Sep 22 12:23:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 0dd57031c4cfccf1ee9e31444bebc03344d803df +Author: Translation System +Date: Thu Sep 22 12:22:09 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit b4582dcdcd128ed385bc46bd0e0293bf47f79bf7 +Author: Translation System +Date: Thu Sep 22 12:22:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit a18b522e1eacb1689f7dd1dfd5484dc2e9dc537a +Author: Translation System +Date: Thu Sep 22 12:22:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 3601ea2f134a906015bea57e193bb0f8bc47f63e +Author: Translation System +Date: Thu Sep 22 12:22:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit aa96af08810dce1b0ef92c40e0209f7d393cda69 +Author: Translation System +Date: Thu Sep 22 12:21:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit e809ea21b908c27f23537029741596975ff7be67 +Author: Translation System +Date: Thu Sep 22 12:21:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 77 messages translated (0 fuzzy). + +commit 3bda6ac7072e783db5f95bb249f27ecc75cf5c1f +Author: Translation System +Date: Thu Sep 22 12:21:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 31 of 42 messages translated (0 fuzzy). + +commit 9a495477f949878fb5cee718da71cde7747a6aed +Author: Translation System +Date: Thu Sep 22 12:21:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 8437bf7c7fd39fd6f65d5c1d028cd26c03ea5d7e +Author: Translation System +Date: Thu Sep 22 12:21:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 18 of 223 messages translated (0 fuzzy). + +commit 6f011679a9d675cc0beaabe7f1a65710610fb425 +Author: Translation System +Date: Thu Sep 22 12:21:45 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 27856f6396204c6050570ae365c624cbbe3ee6a3 +Author: Jo-Philipp Wich +Date: Thu Sep 22 12:17:46 2011 +0000 + + po: sync base translation + +commit 01d99250aed1801fdcd05e332b0e53b9741871f3 +Author: Jo-Philipp Wich +Date: Thu Sep 22 02:49:03 2011 +0000 + + modules/admin-full: clear radio wide disable flag when toggling wifinet + +commit 659a8bdf014a617cd8f254e90d73bed07b4d1e15 +Author: Jo-Philipp Wich +Date: Thu Sep 22 02:43:38 2011 +0000 + + modules/admin-full: implement per-wifi-iface disable option + +commit 0252fb9da783b8e831108dd7248ed747d8b33229 +Author: Jo-Philipp Wich +Date: Thu Sep 22 01:41:26 2011 +0000 + + applications/luci-vnstat: filter inactive interfaces in preferences + +commit 59e95ddcadf5caac70d6f6228bf0c519297cc551 +Author: Jo-Philipp Wich +Date: Thu Sep 22 01:40:26 2011 +0000 + + modules/admin-full, libs/web: various interface handling fixes in network settings + +commit e2a1ffb59d689644e5fc7030838906f0ec9f30f6 +Author: Jo-Philipp Wich +Date: Thu Sep 22 01:39:35 2011 +0000 + + libs/core: various interface handling fixes in network model + +commit 63639d6076048d87caab5bccdf943de9276e2ec8 +Author: Manuel Munz +Date: Wed Sep 21 16:43:38 2011 +0000 + + contrib/meshwizard: Cleanup and add ssid_scheme option + +commit bc8eaf6875fb195484b0a86e71ea92dc63b82ded +Author: Jo-Philipp Wich +Date: Sat Sep 17 23:43:55 2011 +0000 + + modules/admin-full: finally sort out dhcp setup issues in interface settings + +commit baa7e82693c3cef220bc92c737a39f29c7317108 +Author: Manuel Munz +Date: Wed Sep 14 12:39:51 2011 +0000 + + modules/freifunk: Change ssid, remove dhcpoptions from evernet profile + +commit e81183ea87b472e54becb3d59e36270e58a12c42 +Author: Manuel Munz +Date: Wed Sep 14 12:36:08 2011 +0000 + + modules/freifunk: fixes for profile evernet + +commit b2b1efa00da733d9609729ae4179d2f17ab0d456 +Author: Manuel Munz +Date: Wed Sep 14 12:26:43 2011 +0000 + + modules/freifunk: Add profile for evernet + +commit 19c1fecdb3f9b3d6e0d3cde339f055aa09b45cb5 +Author: Matthias Uferer +Date: Wed Sep 14 12:04:23 2011 +0000 + + ssid von Leipzig auf gadow.freifunk.net geaendert + +commit 973c505460eb3c725375a1f4e50eb7b272720664 +Author: Jo-Philipp Wich +Date: Wed Sep 14 09:36:57 2011 +0000 + + themes/base: add icons for vlan type interfaces + +commit 0285631f5bf4297c8dacccf77d9495db5873bf99 +Author: Jo-Philipp Wich +Date: Wed Sep 14 09:36:55 2011 +0000 + + libs/core: also enumerate not-yet-spawned vlan interfaces in network model, differentiate switch and vlan interfaces + +commit a4ea7904b87954730929a90cc610c3da451f576f +Author: Jo-Philipp Wich +Date: Wed Sep 14 09:28:28 2011 +0000 + + modules/admin-full: fix initial state of network_ifacelist widget + +commit 537c929d636b1f147e23c2f21c56e3f8bf6f7534 +Author: Jo-Philipp Wich +Date: Wed Sep 14 09:28:16 2011 +0000 + + libs/web: track submit state in network_ifacelist widget, fixes deselecting all member ifaces in checkbox mode + +commit 69406a2ac48049402f106671a316a58dc8117631 +Author: Jo-Philipp Wich +Date: Tue Sep 13 08:25:59 2011 +0000 + + modules/admin-full: remove accidentally committed compat code + +commit 2bc02e44b41ffbfcc0ccad59d09409b6bee5bbef +Author: Jo-Philipp Wich +Date: Tue Sep 13 07:27:34 2011 +0000 + + modules/admin-full: add wireless live stats + +commit 5d10db24ef0fa5a0226aba88b26a41511c1cefcb +Author: Jo-Philipp Wich +Date: Sun Sep 11 12:55:26 2011 +0000 + + modules/admin-full: luci-bwc: attempt to dlopen() libiwinfo, use it to gather radio rate, signal and noise data if successful + +commit 7ea8865444ac0ea3521b2b82c2bff4c57914c540 +Author: Jo-Philipp Wich +Date: Sun Sep 11 12:50:05 2011 +0000 + + modules/admin-full: remove luci-bwc postinstall + +commit c520d46a85a61d067ee62618620c829c38c7c74e +Author: Jo-Philipp Wich +Date: Thu Sep 8 21:38:03 2011 +0000 + + themes/openwrt: remove textarea highlight + +commit 46f48453a84edfb0e0589da4b586ff03dd2a2990 +Author: Jo-Philipp Wich +Date: Thu Sep 8 19:08:43 2011 +0000 + + libiwinfo: further consolidation of nl80211 handling + +commit d33d6224e9567b6a7365173a05abe69a5be16b62 +Author: Manuel Munz +Date: Thu Sep 8 15:44:56 2011 +0000 + + modules/admin: Make sure luci_fixtime works on mini_fo (#262) + +commit 7cb54b6a51aee16fb099f78f569aa18799f71d1f +Author: Manuel Munz +Date: Thu Sep 8 15:02:55 2011 +0000 + + applications/openvpn: Change type for management_log_cache (#276) + +commit 09078482824d8f8457641dad294c5198536524ef +Author: Manuel Munz +Date: Thu Sep 8 13:55:54 2011 +0000 + + admin/status: Replace 'Active IP Connections' with 'Active Connections' as requested by #265. Also this saves a little space, because the string 'Active Connections' is in base.po already and can be reused. + +commit ecadf29314e1f52d2fde0e008c97b744c2013a79 +Author: Translation System +Date: Thu Sep 8 13:39:24 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 730 of 758 messages translated (0 fuzzy). + +commit c579fa04b990d0bd1a239a0cee6a906c7ede411f +Author: Translation System +Date: Thu Sep 8 13:36:01 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 1 of 4 messages translated (0 fuzzy). + +commit 1026d4373ca4dfb310dd2dbca016e5cb8df88698 +Author: Translation System +Date: Thu Sep 8 13:35:32 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 17 of 23 messages translated (6 fuzzy). + +commit 13f89edb2e83c213847edb0e30f98b921f84d30c +Author: Translation System +Date: Thu Sep 8 13:34:45 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 23 of 27 messages translated (0 fuzzy). + +commit 7a87f1839e1f04f7e844ea2e80468ef897b38b3f +Author: Translation System +Date: Thu Sep 8 13:34:15 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 98 of 126 messages translated (1 fuzzy). + +commit eca2f54069ed26d473418b59d0486ed15a473b76 +Author: Translation System +Date: Thu Sep 8 13:33:24 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 76 of 77 messages translated (1 fuzzy). + +commit 90ba816c57aa1467f9f68d40b7f2479d641a566f +Author: Translation System +Date: Thu Sep 8 13:31:56 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 22 of 42 messages translated (0 fuzzy). + +commit 1af11892e01d1a9dd59fba6eb1f2683ba07021a4 +Author: Translation System +Date: Thu Sep 8 13:31:38 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 3 of 4 messages translated (0 fuzzy). + +commit 9a93880d3e87908796b9d81490ddc6561e1c1639 +Author: Translation System +Date: Thu Sep 8 13:31:24 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 758 of 758 messages translated (0 fuzzy). + +commit cb14499f028dd1bfa571a965c58bc961761957a9 +Author: Translation System +Date: Thu Sep 8 13:31:15 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 17 of 222 messages translated (1 fuzzy). + +commit 1a511de0be0ebd21bd076c9d84074a7e3958b489 +Author: Manuel Munz +Date: Thu Sep 8 12:51:00 2011 +0000 + + Fix i18n problems with freifunk module and meshwizard + +commit 8bfa762e0cd5fcb4bb8159db578fd0b3fb23964a +Author: Jo-Philipp Wich +Date: Wed Sep 7 04:19:49 2011 +0000 + + libiwinfo: remove unused struct + +commit ebc7582205400edebbaf9d9d2ecdba4676096f76 +Author: Jo-Philipp Wich +Date: Wed Sep 7 04:17:00 2011 +0000 + + libiwinfo: rework nl80211 interface code, plug remaining memory leaks + +commit b1cc78085ef0ce0b9d7d00f86204311334627406 +Author: Jo-Philipp Wich +Date: Tue Sep 6 00:46:13 2011 +0000 + + libiwinfo: fix multiple memory leaks on nl80211 backend + +commit 818577658a1544f44c5b3b1ea0b65eaa650b5876 +Author: Jo-Philipp Wich +Date: Sun Sep 4 23:28:02 2011 +0000 + + po: fix bad " uses + +commit 46f04c4a377fbe27a93fe5bc06e21b0621f0809d +Author: Translation System +Date: Sun Sep 4 12:36:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 6 messages translated (0 fuzzy). + +commit df0d3e27cb5c2df4fdfff237298c66a129d8b65b +Author: Translation System +Date: Sun Sep 4 12:36:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 6288adf5fad02f21ae8b0ee9f40c994c7d24ce24 +Author: Translation System +Date: Sun Sep 4 12:36:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 380 of 758 messages translated (12 fuzzy). + +commit f887961af8cf9f53fb0b6fe2c99862bc5a754112 +Author: Translation System +Date: Sun Sep 4 12:36:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 28 of 29 messages translated (1 fuzzy). + +commit 66cca958e0c3b2313c4ff379304d479f8126ecbd +Author: Translation System +Date: Sun Sep 4 12:28:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 758 of 758 messages translated (0 fuzzy). + +commit 794094caa20d922d968b4615f44a189f25f48a5e +Author: Jo-Philipp Wich +Date: Sun Sep 4 12:07:43 2011 +0000 + + libs/web: add "neg()" cbi datatype to negate arbritary types, e.g. "neg(hostname)" would allow "!example.com" + +commit 704824c9566b2d36d6102078250013f71ce054f6 +Author: Jo-Philipp Wich +Date: Sun Sep 4 10:13:13 2011 +0000 + + po: fix two other errors in spanish base translation + +commit 9ba61d3e7abafd25bd354632795d4c1eb60ea2a7 +Author: Jo-Philipp Wich +Date: Sun Sep 4 00:09:38 2011 +0000 + + po: fix syntax errors on spanish base translation + +commit 669844796e3c076ad904facb5e99de54248e57cb +Author: Jo-Philipp Wich +Date: Sat Sep 3 18:31:00 2011 +0000 + + po: fix charsets + +commit 83f0fb4e8ea7a5cd618146a07c3b52f2b2937b42 +Author: Jo-Philipp Wich +Date: Sat Sep 3 17:33:55 2011 +0000 + + po: sync base translation, fix some redundant escapes + +commit 5b761168adb8cd319c13a09d59b32c85fee85cb1 +Author: Translation System +Date: Sat Sep 3 17:23:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 14f5eddde99085cd26635625118593cd8a0e4ff5 +Author: Translation System +Date: Sat Sep 3 17:23:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 8b3d8a5707bcc0d2d235bdd447d59cdcbe83a087 +Author: Translation System +Date: Sat Sep 3 17:23:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 139 of 139 messages translated (0 fuzzy). + +commit 6fffcb3ab85dd59782b752992676591b953f1124 +Author: Translation System +Date: Sat Sep 3 17:23:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 476bc33771ba0714c862c24bd55b176b3b147b64 +Author: Translation System +Date: Sat Sep 3 17:23:46 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 69 messages translated (0 fuzzy). + +commit e0b21c2f6d1b5e7c3196f8e7c6335c7209045bb3 +Author: Translation System +Date: Sat Sep 3 17:23:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 64 of 108 messages translated (0 fuzzy). + +commit 9f09765f42ae61ef27cc649db9813572549ed52e +Author: Translation System +Date: Sat Sep 3 17:23:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit 3365621ed25dc61e4878e23fa05d1f28e97c33c3 +Author: Translation System +Date: Sat Sep 3 17:23:38 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit c98b264be2aaeceda006f8897a464d7c0f3e6dda +Author: Translation System +Date: Sat Sep 3 17:23:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 94 of 156 messages translated (0 fuzzy). + +commit 3a8e49b87bae45debc6e62d0a5ff3a49a9a72851 +Author: Translation System +Date: Sat Sep 3 17:23:34 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit ff6e425c429d3e2f84a4a6b1d226bab315ad7f80 +Author: Translation System +Date: Sat Sep 3 17:23:33 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 22 of 27 messages translated (0 fuzzy). + +commit fddadabdcad0bae8c71872144ea63dd4a320ac59 +Author: Translation System +Date: Sat Sep 3 17:23:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit a90e97e2ceb09ac2a73f9984fe21f1aec8cec586 +Author: Translation System +Date: Sat Sep 3 17:23:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 126 of 126 messages translated (0 fuzzy). + +commit bee8cab3ecfc8af37a43138dbdbce19ad6a270eb +Author: Translation System +Date: Sat Sep 3 17:23:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 6ce5c5447df98339b1068595619dc9e4c70e003c +Author: Translation System +Date: Sat Sep 3 17:23:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 47 messages translated (0 fuzzy). + +commit 6b23fb450003e68df08374938b37923b8d5c1971 +Author: Translation System +Date: Sat Sep 3 17:23:20 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 50 of 171 messages translated (0 fuzzy). + +commit 4de7f3769632d3d7ac5e5f8b9b1f25f6539faf6d +Author: Translation System +Date: Sat Sep 3 17:23:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 721 of 760 messages translated (1 fuzzy). + +commit a89dd82083df22508b5aa6580825badc0093a9df +Author: Translation System +Date: Sat Sep 3 17:23:16 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 97fef652ae1bffb8065a352839ca0077931e7d13 +Author: Translation System +Date: Sat Sep 3 17:22:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 98b3befe80c032a9aae84e73d833f08e84b2ef97 +Author: Translation System +Date: Sat Sep 3 17:22:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit a9de2a2ba48eaada2ec75e1537d35e298995aa16 +Author: Translation System +Date: Sat Sep 3 17:21:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 27058aa3e7c073ff8dfc0c93f38c82a0da3ee080 +Author: Translation System +Date: Sat Sep 3 17:21:57 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 63030f0a02c1446113e5653c3101aefd365487b1 +Author: Translation System +Date: Sat Sep 3 17:21:54 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 69 messages translated (0 fuzzy). + +commit 6cb5651fe87204e495c203951abb0f82003f960b +Author: Translation System +Date: Sat Sep 3 17:21:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 9edc60952f7839fc476d7e995d61b8137630b565 +Author: Translation System +Date: Sat Sep 3 17:21:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). + +commit ba1894f95601480c5c7ccb6582b482b5865ceaa4 +Author: Translation System +Date: Sat Sep 3 17:21:45 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit edf3e74b64c93f51d4bc926fe5de9ab700653c2b +Author: Translation System +Date: Sat Sep 3 17:21:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 91a396b33f2f206e93787d9b658d9887ec462349 +Author: Translation System +Date: Sat Sep 3 17:20:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 7cbc1fcf8d00ec1c290e7d8a0a203dd915ebb7a2 +Author: Translation System +Date: Sat Sep 3 17:20:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 7510da6115909be35e426544d70dacaa2f689ccc +Author: Translation System +Date: Sat Sep 3 17:20:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 26 of 42 messages translated (0 fuzzy). + +commit ad5275f8ef8fe6e958bb6a38fcd596f57b37a306 +Author: Translation System +Date: Sat Sep 3 17:20:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 27 messages translated (0 fuzzy). + +commit c1d91bbbc362ad698416cddeda9933246197d2e2 +Author: Translation System +Date: Sat Sep 3 17:20:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit eceb36040c80d11c315bccc4a97c5745d0e9a3ba +Author: Translation System +Date: Sat Sep 3 17:19:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 93f336d3ce5afedfb8c88103be2925b4a3c0c06f +Author: Translation System +Date: Sat Sep 3 17:19:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 732 of 760 messages translated (0 fuzzy). + +commit 9c0e2905bd3f46f28d2b5045a6759c08353a2a5a +Author: Translation System +Date: Sat Sep 3 17:19:30 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 21 messages translated (0 fuzzy). + +commit a33a74ed43805e28ce1552ab26a0700163f2fd5f +Author: Translation System +Date: Sat Sep 3 17:19:27 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 29 messages translated (7 fuzzy). + +commit 9d3e25ab09d06b43f6b8d2875002e688713cb86f +Author: Translation System +Date: Sat Sep 3 17:19:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy). + +commit 4f1fb0521122d263c259cdee9aeab2af28f6872d +Author: Translation System +Date: Sat Sep 3 17:19:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 5662ba3c9798274244e5a3a406ed96c560a7ede2 +Author: Translation System +Date: Sat Sep 3 17:18:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 77232130b30c0949d2a712ab82811b6ed8133783 +Author: Translation System +Date: Sat Sep 3 17:18:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 136 of 139 messages translated (0 fuzzy). + +commit 3c491c313824c1612724da8480e51c064bfc3135 +Author: Translation System +Date: Sat Sep 3 17:18:52 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy). + +commit 6495d70e527071fad827b72b685f6e1997ab7f6b +Author: Translation System +Date: Sat Sep 3 17:18:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit f5ef8a6169720f861803c56a739497cd7c2a3028 +Author: Translation System +Date: Sat Sep 3 17:18:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 89 of 190 messages translated (0 fuzzy). + +commit 69d0eac6a9b3421b9b038a5ded288bf2c5d61949 +Author: Translation System +Date: Sat Sep 3 17:18:43 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 77 messages translated (1 fuzzy). + +commit 99a00d605c5541070f3b0204cb55e330182aaeac +Author: Translation System +Date: Sat Sep 3 17:18:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 42 messages translated (0 fuzzy). + +commit ca6589b35356bfd79bae3f38e66d88e0fa2f2582 +Author: Translation System +Date: Sat Sep 3 17:18:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit b69839eb4f487acbc6470c855efbe1b5324e32ff +Author: Translation System +Date: Sat Sep 3 17:18:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit e5bcd10a4f635d6e88bdb799006170d37bccf2f7 +Author: Translation System +Date: Sat Sep 3 17:17:28 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 461 of 760 messages translated (0 fuzzy). + +commit 0fbfbebfb39bfdb79d29265b50a2e7e28edd8db3 +Author: Translation System +Date: Sat Sep 3 17:17:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 2 messages translated (0 fuzzy). + +commit 42060cc3889521e2133fc3e35d9f7388edda4d03 +Author: Translation System +Date: Sat Sep 3 17:16:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 5 messages translated (0 fuzzy). + +commit 06555ebaaff13e53812cf2d8a360d41ee95fc123 +Author: Translation System +Date: Sat Sep 3 17:16:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 20 messages translated (1 fuzzy). + +commit 18753c5ca4766abe0f34ecbbffc6c70c06dacabb +Author: Translation System +Date: Sat Sep 3 17:16:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 23 messages translated (8 fuzzy). + +commit f3899b6189860dc982cc49c5b674011748bb1160 +Author: Translation System +Date: Sat Sep 3 17:16:24 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 27 messages translated (0 fuzzy). + +commit 5ade0aedefc64fdd68c5c2c15f6f94705794d9b1 +Author: Translation System +Date: Sat Sep 3 17:16:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 80257a0ab41cd0e9c05c3d8b60d0592a05d7bc83 +Author: Translation System +Date: Sat Sep 3 17:15:43 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 56 of 69 messages translated (1 fuzzy). + +commit 12792b6fd00acd81243dce35868e61902337753e +Author: Translation System +Date: Sat Sep 3 17:15:33 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 14ae30882e918d80756c1d7e7e954f551e91420d +Author: Translation System +Date: Sat Sep 3 17:15:27 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 54 messages translated (0 fuzzy). + +commit 39f04d200f2f2a7b1143c6d060ce953b80df995a +Author: Translation System +Date: Sat Sep 3 17:15:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 190 of 190 messages translated (0 fuzzy). + +commit 95253086bfc7f2cf5db651845f5c78328b0e3c21 +Author: Translation System +Date: Sat Sep 3 17:15:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 158f709af34f0ead5bfcacfefcf2f49caf610673 +Author: Jo-Philipp Wich +Date: Sat Sep 3 17:07:38 2011 +0000 + + build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, http://trac.fonosfera.org/fon-ng/changeset/1867) + +commit de9048ff8c9ff89d5a1ff11380319a7a64444abf +Author: Jo-Philipp Wich +Date: Thu Sep 1 23:21:22 2011 +0000 + + modules/admin-full: simplify and fix progname change + +commit 8bbf59dcc6bd33a2353d56da5390c3c869c57c3a +Author: Jo-Philipp Wich +Date: Thu Sep 1 22:54:29 2011 +0000 + + modules/admin-full: rework realtime stats to start luci-bwc on demand, kill daemon after ten seconds of inactivity + +commit 37df666e0a3e566d0c15f65d497c5be32e6d4d6d +Author: Jo-Philipp Wich +Date: Thu Sep 1 16:07:02 2011 +0000 + + libs/web: fix some missing escapes in iface and netlist widgets + +commit 3b9fbb12b8bae108e9b5ca4d790c685c2ebdc520 +Author: Manuel Munz +Date: Sun Aug 28 16:18:21 2011 +0000 + + modules/admin_system: Add note to step2 of firmware flashing telling the user if configuration is kept or not, thanks hnyman (#298) + +commit cc7b8fcc6f6501b738db7ab6c5d4646221fc85d0 +Author: Manuel Munz +Date: Sun Aug 28 16:13:14 2011 +0000 + + modules/freifunk: Changes to duesseldorf profile (#297) + +commit 7619f3051ef3f2b374886ddaf8e5e1b5fd6587e3 +Author: Manuel Munz +Date: Sun Aug 28 14:11:43 2011 +0000 + + contrib/meshwizard: Set community homepage in /etc/config/freifunk + +commit 53fa83c31385749b3a10a92e10e64a7866e3c387 +Author: Manuel Munz +Date: Sun Aug 28 13:42:04 2011 +0000 + + modules/freifunk: Fix carbodebit profile + +commit 8538b6f30d126347c2a1f43ee333db4ccd42e7af +Author: Manuel Munz +Date: Sun Aug 28 10:29:33 2011 +0000 + + modules/freifunk: Try to get the location from /etc/config/freifunk if it isn't found in /etc/config/system + +commit 02219b66b7acc2cc4688c68e651ceccfbf6c396b +Author: Manuel Munz +Date: Sun Aug 28 10:13:22 2011 +0000 + + modules/freifunk: Add firewall.freifunk include to /etc/config/freifunk + +commit 045907af40f169578387c1debe5038d46e18e5f0 +Author: Manuel Munz +Date: Wed Aug 24 16:40:28 2011 +0000 + + modules/freifunk: luci-theme-freifunk-generic is the default, so no need to specify it here. + +commit 6d8f26ac69ab11d470a1ed07578ac83c7e19f3ac +Author: Manuel Munz +Date: Wed Aug 24 16:07:11 2011 +0000 + + modules/freifunk: Add profile for guifibages + +commit b17ac898577bdf50d415d167f426ac392e8ab64a +Author: Manuel Munz +Date: Wed Aug 24 16:00:55 2011 +0000 + + Revert last commit + +commit 8176dcead8f0814a85d542a967f128a0f62eb897 +Author: Manuel Munz +Date: Wed Aug 24 15:57:13 2011 +0000 + + modules/freifunk: Add extrapackages to be included when images are built using the imagebuilder. + +commit fbcbde824b6326ed4fce0d9498b6d334e539e5c3 +Author: Manuel Munz +Date: Wed Aug 24 14:27:04 2011 +0000 + + modules/freifunk: Add theme to profiles to get rid of the imagebuilder-profiles, only augsburg for now, others will follow if this is sucessfull + +commit 3e34c9bdd84879c4c096119b141ad6dcb1980e95 +Author: Manuel Munz +Date: Wed Aug 24 10:48:05 2011 +0000 + + themes/openwrt: Fix footer position, thanks for the fix (#272) + +commit bbd5aa1831fb49aee6843a951b202d9d09082008 +Author: Jo-Philipp Wich +Date: Mon Aug 22 20:52:31 2011 +0000 + + applications/luci-statistics: cope with rules having no target in iptables plugin config + +commit 015d95e3f4e702ba8040abaeeddbf0057dba562d +Author: Manuel Munz +Date: Sat Aug 20 20:39:46 2011 +0000 + + contrib/meshwizard: The last change broke correct bssid_generation, should work again + +commit 2a287a2049ddb404d4b96391721627655865a671 +Author: Jo-Philipp Wich +Date: Sat Aug 13 21:59:09 2011 +0000 + + libiwinfo: fix encryption info on station interfaces in mac80211 AP-STA setups + +commit 86c32d917c41f7ead059908c43e08aa704df1d61 +Author: Jo-Philipp Wich +Date: Sat Aug 13 21:12:19 2011 +0000 + + applications/luci-statistics: fix translation issues in controller + +commit 5bc4c852da7ee6517ff29700a6667710e040eb20 +Author: Jo-Philipp Wich +Date: Sat Aug 13 09:52:50 2011 +0000 + + libs/core: fallback to trunk version + +commit 287c33e211af94badd79a8391ab23e173dabeb94 +Author: Jo-Philipp Wich +Date: Sat Aug 13 09:52:12 2011 +0000 + + themes: get rid of "v" prefix in version display + +commit 4b3bb979ceeaa282f45ec758dd27d6163c8672cf +Author: Jo-Philipp Wich +Date: Fri Aug 12 13:50:59 2011 +0000 + + contrib/package: be trunk + +commit 1d76d8a2158ec397322e54da0b6ad3ca4cadb621 +Author: Jo-Philipp Wich +Date: Fri Aug 12 13:16:27 2011 +0000 + + applications, modules: remove i18n handling from controller modules as it moved to the themes now + +commit a8ac3b344f5dee7a79455faa0c699e561464cf4d +Author: Jo-Philipp Wich +Date: Fri Aug 12 13:11:29 2011 +0000 + + libs/web: add _() function to dispatcher, used for marking translatable menu entries + +commit 986c4b5bc1cb228024fd11d4d866986577d3a52f +Author: Jo-Philipp Wich +Date: Fri Aug 12 12:34:13 2011 +0000 + + libs/web: eliminate another uneeded require in dispatcher + +commit 6151812920880233d953dd840e4f0bee59321ae7 +Author: Jo-Philipp Wich +Date: Fri Aug 12 12:33:35 2011 +0000 + + themes: filter menu entry title through translate() + +commit c1d69d0146f05c41a9ab0e8951947e57b3b77174 +Author: Jo-Philipp Wich +Date: Fri Aug 12 11:13:39 2011 +0000 + + libs/web: optimize access to translate() api by directly reusing the luci.i18n instance loaded in dispatcher - this saves one extra function call, one extra require and one extra table lookup for _each_ translation string + +commit 0cb07428181f485ce666ad55a528d6a831b062a7 +Author: Jo-Philipp Wich +Date: Fri Aug 12 11:05:59 2011 +0000 + + [PATCH] Allow smarter node creation based on visibility during createtree + As I've brought up on the mailing list thread "High latency caused by full tree creation", there is a large amount of delay per LuCI request which is spent building the node tree in createtree(). Most nodes created aren't + needed for the view presented to the user and only serve to consume memory and CPU time during a page load. + + My idea is to provide an easy mechanism for index()ers to determine which needs to be created and what isn't. Due to the constraints of the standard LuCI web interface, this optimization needs to establish a few rules: + + * The page requested must have its node created + * All parents of the page being requested must be created, so the children inherit the track + * All the top-level nodes "Status", "System", "Services", "Network" (and others added by extensions) must be created in order to have their top-level tabs in the UI + * All peers of second-level nodes need to be created as well for the same reason, to display their links on the subindexes + + To make this easy to implement in each controller, the attached patch adds an "inreq" field to each created node to indicate if it lies on the request path. To satisfy the "top level node" requirement, we always + add the top level node, then check its inreq property if the top-level node is not "in request", then the controller can exit index() early. + +commit b3861e0ec70ad94f925f196564e6a20e509ab9c4 +Author: Jo-Philipp Wich +Date: Fri Aug 12 11:04:42 2011 +0000 + + [PATCH] Wasted memory use storing path copies in node tree + When creating the node tree, every node stores a copy of its full path table. e.g. for node("admin.network.wireless"), node.path = { "admin", "network", "wireless" } + + This value is not used anywhere, and likely may be from before the addition of the treecache lookup table? In any instance, I've searched high and low and see nothing ever referencing any node's path via the path member. It + eats a good chunk of memory though and as such I believe it should be removed. + + I've tested every page in the admin-full module after removing it and all seem to function properly. + +commit 69ba2e55a130a86ebd8988ab404a91e42a27dac9 +Author: Jo-Philipp Wich +Date: Fri Aug 12 10:27:48 2011 +0000 + + libs/nixio: add missing file in previous commit, revert unrelated change + +commit 2b33717dc402bdd8f1ab9e3f89ecc09d52b2df60 +Author: Jo-Philipp Wich +Date: Fri Aug 12 10:26:33 2011 +0000 + + libs/nixio: implement getproto(), getprotobyname() and getprotobynumber() + +commit 4e78f77d631309608d9e31733c67650804f068de +Author: Jo-Philipp Wich +Date: Thu Aug 11 23:23:11 2011 +0000 + + libs/lucid: fix process function leak (#285) + +commit 0d73b6d411026fbd9a949b493ff4cb1080547835 +Author: Jo-Philipp Wich +Date: Thu Aug 11 23:21:06 2011 +0000 + + libs/nixio: allow building without shadow password support + +commit 11ff9204cf9b2fd451bf8e0e0dd3fe3f078c2808 +Author: Jo-Philipp Wich +Date: Thu Aug 11 23:15:05 2011 +0000 + + libs/nixio: fix possible issue with nonblocking bind() + +commit 5d0a48b5e007e2ff8291fff07a40e7b382fdf980 +Author: Translation System +Date: Sun Aug 7 15:04:50 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 2 of 4 messages translated (0 fuzzy). + +commit 13f4ea8a533f653fcb99ec98e82724da4099bf32 +Author: Translation System +Date: Sun Aug 7 15:04:34 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 9 of 222 messages translated (8 fuzzy). + +commit a44351890bd57d42f889b97c8157246a13f94877 +Author: Translation System +Date: Sun Aug 7 14:48:29 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 760 of 760 messages translated (0 fuzzy). + +commit 7c9cecad3a43754065ca5bc20e15f7c3e7f2ebb5 +Author: Manuel Munz +Date: Fri Aug 5 17:24:27 2011 +0000 + + modules/freifunk: Add profile for carbodebit (fr) + +commit 2c480459e090f0db422bc2f9d127af519d298c2c +Author: Manuel Munz +Date: Fri Aug 5 17:21:26 2011 +0000 + + contrib/meshwizard: fix for last commit + +commit 51fa41e9424caba43413e21e50283d34398a48a4 +Author: Manuel Munz +Date: Fri Aug 5 17:16:38 2011 +0000 + + contrib/meshwizard: Add option in community profiles to set the same bssid for every channel with bssidscheme 'all' + +commit 563598a9768f18257c8f5a65c77d1ddaf899414e +Author: Jo-Philipp Wich +Date: Sun Jul 31 12:37:22 2011 +0000 + + modules/admin-full: fix "undefined" netmask display on main status page + +commit 01cd04fc7813b515be6772cc1f59939b30d7ff07 +Author: Jo-Philipp Wich +Date: Sat Jul 30 20:02:58 2011 +0000 + + applications/luci-firewall: fix turning off nat reflection + +commit 753dbfff7a093619ff80b7a537fb948d7e38b7cd +Author: Jo-Philipp Wich +Date: Sat Jul 30 19:42:05 2011 +0000 + + applications/luci-diag-devinfo: add index() stubs to controller files (#281) + +commit 7dc764e861dd704ce554f2f5275761e348b07c3c +Author: Jo-Philipp Wich +Date: Fri Jul 22 14:49:52 2011 +0000 + + libiwinfo: fix segfaults in nl80211 hwmodelist and freqlist operations if called on a not existing phy + +commit ff892ab41a3bce6b8043c2597d537cd803f517f9 +Author: Jo-Philipp Wich +Date: Fri Jul 22 13:59:29 2011 +0000 + + libs/lucid: perform full gc cycle prior to forking, massively improves memory consumption + +commit 7b316be27b5ccfe2ca57b88c5d72d241d794611c +Author: Jo-Philipp Wich +Date: Fri Jul 22 13:56:02 2011 +0000 + + modules/admin-full: properly set device option for newly created vlan sections + +commit 224dc2daa2038f35beec665bf687ec0fa9544d29 +Author: Jo-Philipp Wich +Date: Thu Jul 21 15:26:55 2011 +0000 + + applications/luci-wol: cope with host entries that have multiple MACs assigned + +commit 390da8e4b1f3f16d996acd0874121e5afdd1aa6f +Author: Translation System +Date: Thu Jul 21 10:32:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 2e618aaf294832b8b7cbfaa31d82f16d350b30c6 +Author: Jo-Philipp Wich +Date: Thu Jul 21 01:04:53 2011 +0000 + + libs/web: more verbose faults + +commit d970d7bd27cf9f4b6cdbec5737ed72291c0896d2 +Author: Jo-Philipp Wich +Date: Wed Jul 20 23:57:32 2011 +0000 + + libs/web: make dispatcher faults more verbose + +commit f614287fd363741c10570fd04510daebfdbf9cbc +Author: Translation System +Date: Wed Jul 20 13:48:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (1 fuzzy). + +commit 8ed24beea71ac579ff508481c98bd31dbf09ed62 +Author: Translation System +Date: Wed Jul 20 13:48:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 16 messages translated (0 fuzzy). + +commit e0e717965b200248fc38fc33d91cd04117332816 +Author: Translation System +Date: Wed Jul 20 13:48:33 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 23 of 42 messages translated (0 fuzzy). + +commit 2450b3635d13c8dc77a215fffd73fc901be943d6 +Author: Translation System +Date: Wed Jul 20 13:48:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 69 messages translated (0 fuzzy). + +commit 53fc4d83ff1c97598474d58d27f84fa8149116ab +Author: Translation System +Date: Wed Jul 20 13:48:29 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 139 messages translated (0 fuzzy). + +commit d9b43835188714788a7a2a3be8e891da1da14118 +Author: Translation System +Date: Wed Jul 20 13:48:26 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 20 messages translated (0 fuzzy). + +commit 507ff854bd58f9a1da5a3e5445a0c8f56d3d84ea +Author: Translation System +Date: Wed Jul 20 13:48:22 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 19 of 108 messages translated (0 fuzzy). + +commit 2e807b8db4a9aba39d953daf7f98099692f9f578 +Author: Translation System +Date: Wed Jul 20 13:48:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 15 of 23 messages translated (0 fuzzy). + +commit da49e190d89c795d9db63154a4b8b6e0c349cb8d +Author: Translation System +Date: Wed Jul 20 13:48:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 54 messages translated (0 fuzzy). + +commit 94ebc7663de22b897cec108d6573d2f9680d95a1 +Author: Translation System +Date: Wed Jul 20 13:48:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 156 messages translated (0 fuzzy). + +commit aa4dad9749f32c3e6a8aec3860920fe4dc2b4ea7 +Author: Translation System +Date: Wed Jul 20 13:48:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 27 messages translated (0 fuzzy). + +commit bff8c6f1871b82a877bf1eb721fa7de3ba155a67 +Author: Translation System +Date: Wed Jul 20 13:48:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 24 messages translated (0 fuzzy). + +commit 4cd69da09f7225c9eb8c36076c9f9191c3b44ace +Author: Translation System +Date: Wed Jul 20 13:48:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 47 messages translated (0 fuzzy). + +commit c387bbc4810266f8e4dae4a9d75cc76fe26b1576 +Author: Translation System +Date: Wed Jul 20 13:48:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 34 of 42 messages translated (0 fuzzy). + +commit 8d4e42352898c309becc22f303b64764c2b324f1 +Author: Translation System +Date: Wed Jul 20 13:48:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 48 of 171 messages translated (0 fuzzy). + +commit 5e3b79a358f9cc4ac7f85eac15400125e2b02cfd +Author: Translation System +Date: Wed Jul 20 13:47:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 222 messages translated (0 fuzzy). + +commit a9ca6b3768700a3cce5692fcaf170bdc80b9f768 +Author: Translation System +Date: Mon Jul 18 14:58:24 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 718 of 760 messages translated (0 fuzzy). + +commit 8d5e8d932468eec2c4689519301faef0f08eeb88 +Author: Translation System +Date: Mon Jul 18 14:57:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 10 of 760 messages translated (0 fuzzy). + +commit 9d909f666a466e95847ca5c7b9ed35f5b9f286b9 +Author: Translation System +Date: Mon Jul 18 14:57:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 57 of 223 messages translated (2 fuzzy). + +commit 240c9b82bd02690c892c73d3a4ff2c1ad349ba42 +Author: Translation System +Date: Mon Jul 18 14:56:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 54 of 69 messages translated (1 fuzzy). + +commit 02cbf3206dd320c4e118da5459b6000cc26c5b7b +Author: Translation System +Date: Mon Jul 18 14:56:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 185 of 190 messages translated (5 fuzzy). + +commit 62f503329ebb554063dcc66530150727d34d7c53 +Author: Translation System +Date: Mon Jul 18 14:56:05 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 77 messages translated (0 fuzzy). + +commit 253eafb57752f8a33e2465e336625a83885e61f4 +Author: Jo-Philipp Wich +Date: Mon Jul 18 14:50:39 2011 +0000 + + libs/web: fix index cache rebuild triggering (#275) + +commit 518dc0fef9961bf135b1780062b346cd66192c85 +Author: Jo-Philipp Wich +Date: Sun Jul 17 09:04:43 2011 +0000 + + libs/nixio: Fix recvfrom() return values for unnamed unix sockets, patch by capnbry@gmail.com (#274) + +commit 9fdb4acec0617a31ad54c0393d4002fb77536cdc +Author: Jo-Philipp Wich +Date: Sun Jul 17 08:28:56 2011 +0000 + + modules/admin-full: fix 4k vlan option + +commit 76e5b68bb921fdbb95cec4a42cb3c69800e6ac41 +Author: Jo-Philipp Wich +Date: Sun Jul 17 05:46:54 2011 +0000 + + modules/admin-full: don't expose "reset" and "enable" options for switches, do not set any default state for "enable_vlan" + +commit 691b93686dbf4e3356bbc18e0210686c030d367c +Author: Translation System +Date: Tue Jul 12 12:05:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 11 messages translated (0 fuzzy). + +commit 9eb882a87fafd2eae9dbe3a8057d39d36b3f49f9 +Author: Translation System +Date: Tue Jul 12 12:05:11 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit cfc62dbfd99f244566d269ad08e57b244bbd66bd +Author: Translation System +Date: Tue Jul 12 12:05:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 21065c9038d7f413dd1bdb81c0fbc007569c0a20 +Author: Translation System +Date: Tue Jul 12 12:05:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 597024aafb50a959c33fd1dbb57aa524b0d742e3 +Author: Translation System +Date: Tue Jul 12 12:05:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 6 messages translated (0 fuzzy). + +commit 10cf881d971122ef84e27b5c045b49109192aa6a +Author: Translation System +Date: Tue Jul 12 12:05:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 19befc11d7e9de2c896f94aef9ebca948eb2c832 +Author: Translation System +Date: Tue Jul 12 12:04:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 2a56dad8b4c266316e1430794492780e620530ab +Author: Translation System +Date: Tue Jul 12 12:04:58 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 176 of 190 messages translated (0 fuzzy). + +commit 533dc565db9ce78ba1e6b69ae30b73678dc8eacf +Author: Translation System +Date: Tue Jul 12 12:04:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 975d655d6759190c0a35c73261ec051772e7280b +Author: Translation System +Date: Tue Jul 12 12:04:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 8770b070fa0255826a7b586fd0b5f7bb4fc9a656 +Author: Translation System +Date: Tue Jul 12 12:04:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 77 of 77 messages translated (0 fuzzy). + +commit 3a41c32afee2b97d61d1a43cf7c6c379fbd1ff54 +Author: Translation System +Date: Tue Jul 12 12:04:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit da28528261ce502a8a913d879bf008d87e9f2560 +Author: Translation System +Date: Tue Jul 12 12:04:46 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit 7297d0439baf2c99cc05b3d2057a0de020410e03 +Author: Translation System +Date: Tue Jul 12 12:04:45 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 30 of 171 messages translated (0 fuzzy). + +commit 20d87a858e92ab1762348415181d2805a24fd7aa +Author: Translation System +Date: Tue Jul 12 12:04:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 721 of 760 messages translated (1 fuzzy). + +commit ceccb38e4be5cd61d8f6b3c8940b330a19a6d54f +Author: Translation System +Date: Tue Jul 12 12:04:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit db880f01db831a52fdf80cbd1e7a3c4b1e43c060 +Author: Translation System +Date: Tue Jul 12 12:01:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 21 messages translated (0 fuzzy). + +commit 647765eefdb453630f234c7343577ed2290b3fb8 +Author: Translation System +Date: Tue Jul 12 12:01:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 29 messages translated (3 fuzzy). + +commit c649081f3588cf7f2adcd663f3f06f53e1aaee60 +Author: Translation System +Date: Tue Jul 12 11:59:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 140 of 140 messages translated (0 fuzzy). + +commit ff952f2ec67f460c3351104d7ae59bee558aa48b +Author: Translation System +Date: Tue Jul 12 11:58:57 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 72 of 108 messages translated (0 fuzzy). + +commit f7f0978ef532926bfd509f7119a45c2ac9c012fe +Author: Translation System +Date: Tue Jul 12 11:58:28 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 223 messages translated (0 fuzzy). + +commit 7e484b857b9584f7cbc5083845ef9e81062e9f4f +Author: Jo-Philipp Wich +Date: Mon Jul 11 13:11:12 2011 +0000 + + applications/luci-firewall: properly handle zone removal + +commit 1a221ddfb9315a35af654363dde38650be5ad3d9 +Author: Jo-Philipp Wich +Date: Mon Jul 11 12:14:55 2011 +0000 + + libs/core: fix multiple errors in zone delete handling of firewall model + +commit 3faeaddc5e270c828382a5a45f17ce0db6daeff0 +Author: Matthias Uferer +Date: Tue Jul 5 12:28:40 2011 +0000 + + wait 40 seconds before rdate because of + olsr has to create the whole routing-table first + +commit 528faebb01f6a37f2f72480605da722326e6699e +Author: Manuel Munz +Date: Mon Jul 4 22:45:10 2011 +0000 + + contrib/meshwizard: Allow setting system config values via the community profiles + +commit d7a4505cadf3c40975932e664f6128f067747c7a +Author: Matthias Uferer +Date: Mon Jul 4 20:12:00 2011 +0000 + + space inserted to the link + +commit d1bede91e75c148d8eff61a5287506de16fa749f +Author: Matthias Uferer +Date: Mon Jul 4 18:10:15 2011 +0000 + + smaller fonts for mobile use + +commit f57f25fcb88a21bde5b899283731e924602718d5 +Author: Matthias Uferer +Date: Mon Jul 4 18:05:23 2011 +0000 + + found a little bug and corrected - there was no translation for: It is + operated by + +commit 6c9605c48bec0e5cffd506ce30db7bc37ec4c067 +Author: Translation System +Date: Mon Jul 4 09:45:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 29 messages translated (0 fuzzy). + +commit 19f94464c6a172a98520f702ece4d0ecdb0828ce +Author: Jo-Philipp Wich +Date: Sat Jul 2 15:47:27 2011 +0000 + + modules/admin-full: fix off-by-one in conloglevel option (#263) + +commit ca0de8445cd7883e0872510880076c75dbe29845 +Author: Jo-Philipp Wich +Date: Fri Jul 1 13:49:45 2011 +0000 + + applications/luci-splash: semd a WISPr response, allows iPhone to detect Captive Portal while normal browsers are redirected + +commit eb8908bcea3ad891492864aa22e2db5e02b395c3 +Author: Jo-Philipp Wich +Date: Fri Jul 1 11:33:46 2011 +0000 + + applications/luci-splash: fix two other redundant lock wait calls + +commit a0001338e8e684e2fa916311d73e86f203d3b442 +Author: Jo-Philipp Wich +Date: Fri Jul 1 11:26:35 2011 +0000 + + applications/luci-splash: fix possible race condition + +commit 6d65042743d6ce3a386b661778a425ea0a568c8f +Author: Jo-Philipp Wich +Date: Fri Jul 1 01:48:57 2011 +0000 + + modules/admin-full: fix "No information available" in admin status assoclist + +commit d3db8d1d25065f442c29a789e3abdb8108f9bc1c +Author: Jo-Philipp Wich +Date: Fri Jul 1 01:23:02 2011 +0000 + + modules/admin-full: fix dhcp section creation logic on interfaces page + +commit 62f74fcae05b87a141d67f9b811c17a0df6412aa +Author: Manuel Munz +Date: Wed Jun 29 12:31:07 2011 +0000 + + contrib/meshwizard: Delete /tmp/luci-indexcache to make sure the app shows in menu after install + +commit 4c139d3b936b49d736392da67bab40c868093278 +Author: Manuel Munz +Date: Wed Jun 29 11:28:28 2011 +0000 + + contrib/meshwizard: Enable luci_splash and set local_restrict for wan firewall zone + +commit cdba10c64c6919470f4af8b7ecc93b755a372e2d +Author: Manuel Munz +Date: Tue Jun 28 00:03:30 2011 +0000 + + contrib/meshwizard: Fix renamed interface name for splash, too + +commit 8b6deb3029ecc8a7f759da31a8f59780ecb6871a +Author: Jo-Philipp Wich +Date: Mon Jun 27 22:49:58 2011 +0000 + + modules/freifunk: override channel 01 bssid for gadow, leipzig and l59 profiles + +commit 1ecef7e52ed8551ffb625056f8b8cd7222e4a178 +Author: Translation System +Date: Mon Jun 27 12:48:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 520 of 760 messages translated (2 fuzzy). + +commit e70c051063fb061dc69f5b2d73b6d08ed4c60e2d +Author: Jo-Philipp Wich +Date: Mon Jun 27 01:26:37 2011 +0000 + + libiwinfo: compile with -D_GNU_SOURCE, fixes eglibc compatibility + +commit 230c5205c73dadf01c73094c1cd0696d49706ab7 +Author: Translation System +Date: Sun Jun 26 13:50:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit c29a9a750ac9a7601038951796bbc6ec0c557ac8 +Author: Translation System +Date: Sun Jun 26 13:50:32 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy). + +commit 5fb93e29469f55f222b75d22c209f28b5137f16b +Author: Translation System +Date: Sun Jun 26 13:50:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 8049c77f030d98b7765bcc71570494905fbaa2c8 +Author: Manuel Munz +Date: Sat Jun 25 23:51:15 2011 +0000 + + contrib/freifunk-p2pblock: Fix depencies + +commit c5f0100abfc9c0376f1b002a7e06a4c00781ebeb +Author: Jo-Philipp Wich +Date: Sat Jun 25 23:24:23 2011 +0000 + + modules/admin-full: add "auto" option to interface settings (#235) + +commit 69e6abaeab942b1c503b1fae9a7cd10ffe8822f4 +Author: Jo-Philipp Wich +Date: Sat Jun 25 23:17:10 2011 +0000 + + applicaitons/luci-qos: make classification rules sortable (#259) + +commit ded8dae503049a640c197c64705d33aaf669c062 +Author: Jo-Philipp Wich +Date: Sat Jun 25 22:57:18 2011 +0000 + + libs/httpclient: return server response line in error case (#249) + +commit e7b9b7798d720e8c857dc9fe043a793d1d658fb0 +Author: Jo-Philipp Wich +Date: Sat Jun 25 22:34:46 2011 +0000 + + modules/admin-full: fix reversed allow/deny macfilter logic (#105) + +commit 2d28a55a53b7764711d401d7d040cfd71caebe77 +Author: Jo-Philipp Wich +Date: Sat Jun 25 22:14:00 2011 +0000 + + modules/admin-full: relocate mac80211 mac filter settings to wifi-iface (#247) + +commit 54e834f00383164d714549b626a361675b49ecbf +Author: Jo-Philipp Wich +Date: Sat Jun 25 21:54:50 2011 +0000 + + themes/freifunk-generic: properly pass redirect url to uci changes menu + +commit d7120e7559fdfdacd8c6862704d7d1281d5d2261 +Author: Jo-Philipp Wich +Date: Sat Jun 25 21:51:12 2011 +0000 + + modules/admin-full: defer writing of interface related dhcp options until an actual save occurs, prevents "unsaved changes" upon opening the interface settings page + +commit dc918263585e89a684a7680bb0357525ed28cd74 +Author: Jo-Philipp Wich +Date: Sat Jun 25 20:47:53 2011 +0000 + + themes/freifunk-generic: add missing CSS classes, tweaks + +commit 3654347541e4da8511045d8f6f83954789cf6ac4 +Author: Jo-Philipp Wich +Date: Sat Jun 25 20:47:00 2011 +0000 + + modules/admin-full: only display back button in changes page if a redir url is given + +commit 88f82cb438715b017287d37ba68903fdcf41c833 +Author: Translation System +Date: Sat Jun 25 13:54:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 17e0bb7b327d566c60115a71b15df71226254b71 +Author: Translation System +Date: Sat Jun 25 13:54:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 5 messages translated (2 fuzzy). + +commit 4934de3d7ce650cd718a41a94e0ab6f09401e4d0 +Author: Translation System +Date: Sat Jun 25 13:54:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy). + +commit 6d7b84b26802b5acc159c3c9f4cf42323a63911e +Author: Translation System +Date: Sat Jun 25 13:54:11 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (1 fuzzy). + +commit 00a226fdcb95da2ed831c523ef94959aa4f9b0e7 +Author: Translation System +Date: Sat Jun 25 13:54:10 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 9 messages translated (1 fuzzy). + +commit ccbadb05afc1f3fb398e3b2cabee964177ffe581 +Author: Translation System +Date: Sat Jun 25 13:54:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 12 messages translated (3 fuzzy). + +commit c750152635a726a1b7b3658dd7199e21d0b40c39 +Author: Translation System +Date: Sat Jun 25 13:54:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit cecb26c965387d2bfda26f781a1205d9f65f04ed +Author: Translation System +Date: Sat Jun 25 13:54:04 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit fe23ebf82880ffd376f8a16eb0a4e24fe836b189 +Author: Translation System +Date: Sat Jun 25 13:53:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 29 messages translated (3 fuzzy). + +commit f9366292f261ccc48b6865e8b0e3c514a77f09e5 +Author: Manuel Munz +Date: Fri Jun 24 18:03:13 2011 +0000 + + contrib/meshwizard: use renamed interface name for masq_src entry for wlan interfaces + +commit 8df0c46d125edcc01dbacf2773f58fe8a4cba44a +Author: Manuel Munz +Date: Fri Jun 24 14:29:20 2011 +0000 + + contrib/meshwizard: set ucitrack entry properly + +commit 0394e75a561291037a765942715c5641cc170604 +Author: Jo-Philipp Wich +Date: Fri Jun 24 12:54:40 2011 +0000 + + po: initalize meshwizard.po for hebrew + +commit 4dd8d0fecee9bb44815b25a2678242828afa03d1 +Author: Jo-Philipp Wich +Date: Fri Jun 24 11:51:49 2011 +0000 + + contrib/package: register hebrew language package + +commit f7c56ac2eac02b1eeaa75aaa777664ffd6f1eeb7 +Author: Jo-Philipp Wich +Date: Fri Jun 24 11:51:14 2011 +0000 + + i18n: add hebrew language module + +commit 225d28e5edb2731ea2d07d5b9e9d7ea0f3affefe +Author: Jo-Philipp Wich +Date: Fri Jun 24 11:50:53 2011 +0000 + + po: init hebrew translation files + +commit a9b87ff8e539af3a2e90d04af25f666631c1a94d +Author: Manuel Munz +Date: Fri Jun 24 09:43:38 2011 +0000 + + contrib/meshwizard: Use reboot instead of service restarts + +commit 02333f730c419e994b5171d08238abbd45cc368a +Author: Manuel Munz +Date: Thu Jun 23 19:10:51 2011 +0000 + + contrib/package/meshwizard: Use the newly introduced symbolic names for masquerading setup + +commit ab87896104be09072ccccad305588d46370ab5ad +Author: Manuel Munz +Date: Thu Jun 23 15:52:00 2011 +0000 + + Add new meshwizard (WIP) + +commit e88fd858a1c0d3dbac4703224dc63cb498839432 +Author: Jo-Philipp Wich +Date: Thu Jun 23 10:14:26 2011 +0000 + + modules/admin-full: display raw opkg output, the error codes are useless with recent versions + +commit 307f307a8ee6de0773fdaaeb8afdaf5cd11c1f46 +Author: Jo-Philipp Wich +Date: Thu Jun 23 10:12:03 2011 +0000 + + libs/ipkg: capture stdout, stderr when running opkg commands + +commit 38f09f5b531e9fcde018e6c28a88ff9ac9de645d +Author: Translation System +Date: Wed Jun 22 22:15:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 657 of 760 messages translated (1 fuzzy). + +commit 6ea9dfd2257e266d5c760322890d859c7d64c7e0 +Author: Translation System +Date: Wed Jun 22 22:08:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit d5c9a01cb089ab4f4cd511b7a4eac4cd51e81519 +Author: Translation System +Date: Wed Jun 22 22:08:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 6 messages translated (0 fuzzy). + +commit 34ff68278370267b25f6079f0c97c0401d84bdac +Author: Translation System +Date: Wed Jun 22 22:08:09 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 897b2c371a4649d482e07f0ee2d5ace24173a93b +Author: Translation System +Date: Wed Jun 22 22:08:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 52 of 108 messages translated (0 fuzzy). + +commit 2df45382c3edd379289dcdbc3567820ba4217e8f +Author: Translation System +Date: Wed Jun 22 22:07:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit 14a5392f0b3749d86be01c3624049c9f3a9b9727 +Author: Translation System +Date: Wed Jun 22 22:07:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit ad8276a3a997db313e37206c0546ee89fdf3c79e +Author: Translation System +Date: Wed Jun 22 22:07:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 73 of 77 messages translated (1 fuzzy). + +commit 0a7fc3fe270315292842ae964be1d33b79e05ede +Author: Translation System +Date: Wed Jun 22 11:20:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 7 of 139 messages translated (0 fuzzy). + +commit b562b2986c78dbbf0d968059cbdb8cb04faef330 +Author: Translation System +Date: Wed Jun 22 11:20:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 126 messages translated (0 fuzzy). + +commit 534907e0a6d897e93dd45697ad08536c158ac4ee +Author: Translation System +Date: Wed Jun 22 11:20:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 410 of 760 messages translated (21 fuzzy). + +commit 20e6d711f7d60fd591a4a4b4d1a7beb8a5f90f5a +Author: Translation System +Date: Tue Jun 21 11:09:00 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 12 messages translated (0 fuzzy). + +commit ccf082dc9c6eb8e9516182e792933a20fce76fb0 +Author: Translation System +Date: Tue Jun 21 11:08:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 352 of 760 messages translated (23 fuzzy). + +commit 2fd0cf4cb2614337ab169c165febb5d40842bbec +Author: Translation System +Date: Mon Jun 20 19:34:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 21 messages translated (0 fuzzy). + +commit 69108f34379521e04cd2652604eea3fc7c6d8564 +Author: Translation System +Date: Mon Jun 20 19:34:21 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 293 of 760 messages translated (28 fuzzy). + +commit 50665ccedae6a659eb3a3b3b19affdc7384b9122 +Author: Translation System +Date: Mon Jun 20 19:34:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 13 of 29 messages translated (0 fuzzy). + +commit cc4ebcc4b91ccadc1fed5dc3e5c58ef0061f526b +Author: Translation System +Date: Sat Jun 18 13:14:19 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 11 messages translated (0 fuzzy). + +commit 72713d6a9a39251ffaee86f02e2010b69b3037b0 +Author: Translation System +Date: Sat Jun 18 13:14:16 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit 3daacb482206f50574b08a4319449131639c3c31 +Author: Translation System +Date: Sat Jun 18 13:14:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 190 messages translated (0 fuzzy). + +commit e48df838f4fdfee8490fb2ca583c26ef0869327b +Author: Translation System +Date: Sat Jun 18 13:13:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 718 of 760 messages translated (0 fuzzy). + +commit c8c3802b58609aa6cffb57d99dd2d45af9340a33 +Author: Translation System +Date: Sat Jun 18 13:13:56 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 29 messages translated (0 fuzzy). + +commit 6d6ff9012a057421085bd8f74fae2475acbb380a +Author: Translation System +Date: Sat Jun 18 13:13:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit e54870c767888b451b8d713ed673aec5a11b3bdb +Author: Translation System +Date: Sat Jun 18 13:13:11 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit eaab70ea4b3807780c0c47621b8a804ddaf793ea +Author: Translation System +Date: Sat Jun 18 13:13:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 3f967ad667be3bb510bc707c1fc512e75d748322 +Author: Translation System +Date: Sat Jun 18 13:12:17 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 59715e4961e92e41c5fc91328d0746baa3ede76c +Author: Translation System +Date: Sat Jun 18 13:12:15 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy). + +commit 6067100b7064ca4c3938c08260f74ab8faafa101 +Author: Translation System +Date: Sat Jun 18 13:12:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated (0 fuzzy). + +commit bfcd3d69f8b83c95e838d1e79d53131254c938ef +Author: Translation System +Date: Sat Jun 18 13:12:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 8cc14903b743a3f3c26cf3270451162b898f3c7f +Author: Translation System +Date: Sat Jun 18 13:12:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy). + +commit 116b9fb253acfde7d9ace12fd6de0728d30f78c9 +Author: Translation System +Date: Sat Jun 18 13:11:57 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy). + +commit 0d5dfb5123396af3d78b06cd25777f5a805a0856 +Author: Translation System +Date: Sat Jun 18 13:11:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 6b5e711614723e54e2b84f62b52601c16b13e136 +Author: Jo-Philipp Wich +Date: Fri Jun 17 14:20:08 2011 +0000 + + modules/admin-full: filter installed packages from installable list + +commit 70e5124557fc642e1e5fec681524f481e64c358a +Author: Jo-Philipp Wich +Date: Fri Jun 17 12:34:28 2011 +0000 + + modules/admin-full: display IPv4 routes in CIDR notation, filter FE80::/10 entries in IPv6 route listing + +commit 648af42197fcd76481af57f1fb21d3c6d84720c7 +Author: Jo-Philipp Wich +Date: Fri Jun 17 10:53:24 2011 +0000 + + applications/luci-firewall: use neg_network_ip4addr datatype for masq_{src,dest} + +commit 354aeb44f67d716d44fa7c03617e48265a28dd3f +Author: Jo-Philipp Wich +Date: Fri Jun 17 10:52:49 2011 +0000 + + libs/web: add new datatypes min(...), max(...) and neg_network_ip4addr + +commit 64c6f8f4b64265a04c54af95432736464adc5ae4 +Author: Matthias Uferer +Date: Fri Jun 17 02:55:40 2011 +0000 + + Freifunk Gadow Profile added + +commit 3c27fb3a172c9fa8cb4aeb9bc5480ceeb04a1740 +Author: Matthias Uferer +Date: Fri Jun 17 02:54:50 2011 +0000 + +commit d5c5df221dd815d2bfb28b0cf8d65b7177160e29 +Author: Matthias Uferer +Date: Fri Jun 17 01:32:10 2011 +0000 + + better viewing (line-height) + without extra iphone menu styling + +commit 2acd1d6dae839a46f0f0db587a579833c3e92e32 +Author: Jo-Philipp Wich +Date: Fri Jun 17 01:00:46 2011 +0000 + + themes/freifunk-generic: add CSS for mobile devices + +commit 7dbb07ff6f6c6ef26af7c02c26edb507f88d5471 +Author: Jo-Philipp Wich +Date: Fri Jun 17 00:28:52 2011 +0000 + + applications/luci-firewall: relax masq_{src,dest} validation to allow for interface names + +commit be2ae705faab82f3ea4172bfdc5c49a638f277af +Author: Jo-Philipp Wich +Date: Thu Jun 16 23:00:57 2011 +0000 + + applications/luci-splash: use an HTML redirect on initial splash, fixes iPhone captive portal detection + +commit aa3caed0b5ba4218c8665747cdd70b5fbd476d94 +Author: Jo-Philipp Wich +Date: Wed Jun 15 23:14:38 2011 +0000 + + modules/admin-full: fix WPA-EAP and WPA2-EAP settings in STA-WDS mode + +commit f5df53faaae9138be33cfd7cf83089221bad6e22 +Author: Jo-Philipp Wich +Date: Tue Jun 14 22:14:35 2011 +0000 + + [PATCH] po/ja/base.po: Update and fix Japanese translation + o Re-add some translation whice rejected last time by conflicts. + o Delete some lines because which were my own local modefications. + o Revert commented lines at the end of base.po file which deleted by accidental commit. + + Signed-off-by: Kentaro Matsuyama + +commit 24c04dd3b2c564bfd67a514d3c063732ab497785 +Author: Translation System +Date: Tue Jun 14 21:11:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit e6636e57a4b291b0983a2087e4f803260f94af3e +Author: Translation System +Date: Tue Jun 14 21:08:20 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 253 of 760 messages translated (32 fuzzy). + +commit 5933bf487311b395bbfc6f3beb240284b4183fb8 +Author: Translation System +Date: Tue Jun 14 21:06:44 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit faf0c83a05c503476e8edff3f1f509de2440ce1e +Author: Translation System +Date: Tue Jun 14 21:06:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 25 of 29 messages translated (4 fuzzy). + +commit 1a5919cb52c18f7ec2e0b4112051b0cc054cf0c1 +Author: Translation System +Date: Tue Jun 14 21:04:02 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit d4053ad4925dbd932a584b34665a1c5bc7ab6ce1 +Author: Jo-Philipp Wich +Date: Mon Jun 13 23:07:54 2011 +0000 + + themes/base: fix error r7144, location.host already includes the port number and is widely supported, remove the location.hostname fallback and port number handling + +commit a0d62ab9bf0770649ac06ebfaee87e50d249e9af +Author: Jo-Philipp Wich +Date: Mon Jun 13 21:57:58 2011 +0000 + + themes/base: use location.host, fallback to location.hostname in xhr.js, fixes AJAX with numeric IPv6 access + +commit 5221623290797f0134f168491893962e80cc59dd +Author: Translation System +Date: Mon Jun 13 20:51:47 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 2 messages translated (0 fuzzy). + +commit c77585c5f86a9ebb60586825c5a06e358ef9ccbe +Author: Translation System +Date: Mon Jun 13 20:51:38 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 9 messages translated (0 fuzzy). + +commit 2bf5887194b1191af94070b1ad43ab9cfcfa1e61 +Author: Translation System +Date: Mon Jun 13 20:51:35 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit ed1b36646133552e926a7613d8be3170ff300667 +Author: Translation System +Date: Mon Jun 13 20:51:31 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 66 of 77 messages translated (1 fuzzy). + +commit 2d4e1f6543efd6d06b6bc99321bccfd733de8810 +Author: Translation System +Date: Mon Jun 13 20:51:27 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 757 of 760 messages translated (0 fuzzy). + +commit b5c3290f20c76d5bf3497801b4331fd1d5d9874d +Author: Translation System +Date: Mon Jun 13 20:50:20 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 6c5b469aebe4e09737b9b43872b21f9131b8c113 +Author: Translation System +Date: Sat Jun 11 13:50:01 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit aa3d6ac5f48b42c6c842a19e300c75317c6fe47a +Author: Translation System +Date: Sat Jun 11 13:49:42 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 760 of 760 messages translated (0 fuzzy). + +commit 1cb2263feabd105e45a7ad49273aacd950423121 +Author: Translation System +Date: Sat Jun 11 13:49:39 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 1a06d6f886afa0c89adec6bec080be760695a88f +Author: Translation System +Date: Sat Jun 11 00:07:50 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy). + +commit 580c011b73a8cf546f1ed04a45a2640e4bd33be6 +Author: Translation System +Date: Sat Jun 11 00:06:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 53 of 54 messages translated (1 fuzzy). + +commit e3bff93242291e708925e1036019e086b9745dc6 +Author: Translation System +Date: Fri Jun 10 23:57:08 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 928a04e454ec6cf5b060a2e17dc81f77ffcf3d4f +Author: Translation System +Date: Fri Jun 10 23:48:37 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy). + +commit e62e189b74742bf067e0ebefba392426f346461d +Author: Translation System +Date: Fri Jun 10 23:43:06 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). + +commit 501362c0197406fa7fbeee0c617279ce02500f92 +Author: Jo-Philipp Wich +Date: Fri Jun 10 21:56:30 2011 +0000 + + po: some *.po files are incorrectly marked charset=ASCII, fix it + +commit 6659ebc112e518a552e2d4388d842d3800bb27d8 +Author: Jo-Philipp Wich +Date: Fri Jun 10 19:00:31 2011 +0000 + + po: update Japanese translations, patch by Kentaro Matsuyama + +commit 5d256a9a7a220cfac1af02724087813fd585e18c +Author: Jo-Philipp Wich +Date: Fri Jun 10 18:46:24 2011 +0000 + + po: revert some polish translations + +commit 307982e80ee88bf983bfeb5fc19621132cbcb89f +Author: Jo-Philipp Wich +Date: Fri Jun 10 18:37:57 2011 +0000 + + po: sync changes from translation portal + +commit 9e60919b55e9f90d4dc7dfaf8a082445229b397a +Author: Translation System +Date: Fri Jun 10 18:35:13 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy). + +commit 7b896edcdb1c77e267815c3b0b6d492f04a73b48 +Author: Jo-Philipp Wich +Date: Fri Jun 10 16:50:52 2011 +0000 + + po: sync base translations + +commit 4950ef22c182d27f3ce15fa55381309d125f9e6c +Author: Jo-Philipp Wich +Date: Fri Jun 10 16:49:11 2011 +0000 + + po: initialize translation for luci-app-ahcp + +commit c76c01ea663acf0050cbccfad3fa486bc1cdb878 +Author: Jo-Philipp Wich +Date: Fri Jun 10 16:47:25 2011 +0000 + + contrib/package: add Makefile entry for luci-app-ahcp + +commit 2dd1080cd670da260a36dbcc1d83ecedc8d9a332 +Author: Jo-Philipp Wich +Date: Fri Jun 10 16:47:00 2011 +0000 + + applications: add luci-ahcp, support for the AHCP server package + +commit 1d2f948280aeff5071ab890e4ac50fa2caf436f9 +Author: Jo-Philipp Wich +Date: Fri Jun 10 14:15:10 2011 +0000 + + modules/admin-full: add AHCP client support + +commit 73853abf8f7a399d4f1f459839ad28829b29f1b9 +Author: Manuel Munz +Date: Fri Jun 3 23:09:54 2011 +0000 + + applicatiopns/openvpn: Add descriptions for openvpn options, thanks Joe + +commit db0412666f5e3cc6326f64182241c9eccee8929d +Author: Manuel Munz +Date: Fri Jun 3 23:07:02 2011 +0000 + + applications/openvpn: Add script_security and topology options (#251) + +commit 1d70d03c08a061eff901a65d952526246989181b +Author: Manuel Munz +Date: Wed Jun 1 11:56:38 2011 +0000 + + libs/core: Allow the use of commands with arguments or of multiple commands for exec in /etc/config/ucitrack + +commit cbdf1e095cf2263eba7e208d68217833cd77135f +Author: Manuel Munz +Date: Mon May 30 21:55:28 2011 +0000 + + themes/openwrt and freifunk-generic: Add css to color cbi-table-rows while hovering them, closes https://dev.openwrt.org/ticket/9248 + +commit 56d82f0472b59eb9a0e7560676d030c353f41fde +Author: Jo-Philipp Wich +Date: Tue May 24 10:31:38 2011 +0000 + + po: update Norwegian base translation, thanks Lars Hardy + +commit 45cdccc72e40d522fd5bfaf026ac41ac62940503 +Author: Jo-Philipp Wich +Date: Mon May 23 13:19:38 2011 +0000 + + po: further updates to chinese translation - thanks axishero (#238) + +commit 3c7686676e204cba146c5bffaa021c1d86a5e5f2 +Author: Jo-Philipp Wich +Date: Sat May 21 21:24:34 2011 +0000 + + po: add missing po files + +commit 7d73e79c49b7ae4af35f1d6d00d7d84c5343d3f0 +Author: Jo-Philipp Wich +Date: Sat May 21 21:22:47 2011 +0000 + + build: add i18n-init.sh, a helper script to initalize missing *.po files + +commit eca993e98f56a7b7410f04f3deec1106edf1d013 +Author: Jo-Philipp Wich +Date: Sat May 21 21:06:49 2011 +0000 + + po: fix errors in translation templates + +commit 953e2edbfe7f68d2e9a2b02c40b6a42fa6c250c3 +Author: Translation System +Date: Sat May 21 20:33:55 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 16 messages translated (0 fuzzy). + +commit 980f093982e99d089a820eefbf162c76de3a9e3d +Author: Translation System +Date: Sat May 21 20:33:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 6 messages translated (0 fuzzy). + +commit a116b478ec712aaaf7435f0e4c8dc7c7347f4ca2 +Author: Translation System +Date: Sat May 21 20:33:46 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 40 of 42 messages translated (2 fuzzy). + +commit 427219ea8b4812235f5867191e7ac110e446f864 +Author: Translation System +Date: Sat May 21 20:33:34 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy). + +commit 18f996313bd435591169599a9d32cfb594689177 +Author: Translation System +Date: Sat May 21 20:33:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 108 messages translated (0 fuzzy). + +commit d1044633e1acc67b4e94d7664dc2be0e716d77a2 +Author: Translation System +Date: Sat May 21 20:33:18 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 8 of 23 messages translated (0 fuzzy). + +commit 634973ef24a0704aa2001c7063ccac51d1ac0ba1 +Author: Translation System +Date: Sat May 21 20:33:12 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). + +commit 48890c3245fb6f0baa1793632a87bb2bbcd9caf1 +Author: Translation System +Date: Sat May 21 20:33:03 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 17 of 190 messages translated (0 fuzzy). + +commit b344f48e4b4987b1edab64fffd8d308a51c8d006 +Author: Translation System +Date: Sat May 21 20:32:53 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 6 of 12 messages translated (0 fuzzy). + +commit db737a15a03bd16125a78c96d48e5e421bc164f6 +Author: Translation System +Date: Sat May 21 20:32:40 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy). + +commit 78e63df09c2ea38515d423302d485cb7af7f1a93 +Author: Translation System +Date: Sat May 21 20:32:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). + +commit 409132178013fcb83058ea55b5bbf1b5a3eac29f +Author: Translation System +Date: Sat May 21 20:31:59 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 36 of 77 messages translated (0 fuzzy). + +commit f9266228adc8c9edfdd007d33e52176972de8a5f +Author: Translation System +Date: Sat May 21 20:31:48 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 21 messages translated (0 fuzzy). + +commit 8647485dcb1e4528924a5a371f7b70e6b4ae4bf3 +Author: Translation System +Date: Sat May 21 20:31:36 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 511 of 751 messages translated (2 fuzzy). + +commit 95d9e6ed2c9f81ac4da0117705dc93465351bc6b +Author: Translation System +Date: Sat May 21 20:31:23 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 44 of 222 messages translated (0 fuzzy). + +commit 8431916f7d74ad26529918f8c9732fedaaa311ab +Author: Jo-Philipp Wich +Date: Sat May 21 16:29:31 2011 +0000 + + libs/sys: redirect stdout to /dev7null when calling initscripts + +commit f9f1b0ea33589bc0b2236eaec01c609360cb9b01 +Author: Jo-Philipp Wich +Date: Fri May 20 11:56:42 2011 +0000 + + modules/admin-full: readd jumbo frame passthrough support + +commit 2b25a8b5ad97eccb5b2b5bdd46d6aa8462b025bb +Author: Jo-Philipp Wich +Date: Fri May 20 11:49:09 2011 +0000 + + modules/admin-full: throw more work-arounds, exceptions, hacks and detections at switch config page + +commit ac1d185381dad79bdad5306aa5b37a49976b59d0 +Author: Jo-Philipp Wich +Date: Thu May 19 23:58:20 2011 +0000 + + modules/admin-full: fix backup section cutoff in system page if rdate is nil (#242) + +commit 5b464e500b80ae26d1a741bb3880c62877c95975 +Author: Jo-Philipp Wich +Date: Thu May 19 23:51:50 2011 +0000 + + modules/admin-full: fix wrong logic in r7078 + +commit f8ef4ff722377e41a6a8f57caed287c25846bf8d +Author: Jo-Philipp Wich +Date: Thu May 19 12:22:18 2011 +0000 + + modules/admin-full: allow vlan 0 for /proc/switch interface + +commit 3086947b6706b75f2c1270deaecfe8d110847b28 +Author: Translation System +Date: Wed May 18 11:26:55 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 154 of 156 messages translated (0 fuzzy). + +commit 912f6f30f09d2c422338ba0a857ecf51e1af7075 +Author: Manuel Munz +Date: Wed May 18 11:20:48 2011 +0000 + + po: Sync olsr translations + +commit 3cfa3918b1757d01718f1aeedccaf267b7a8708f +Author: Manuel Munz +Date: Tue May 17 23:22:07 2011 +0000 + + themes: Add .cbi-input-invalid to css for themes which were missing it + +commit 761510551d7450349753c54796adafde0513ed00 +Author: Manuel Munz +Date: Tue May 17 23:06:12 2011 +0000 + + applications/luci-olsr: Better datatype verification for ipv6 prefix. + +commit 0a3877049b42c7645a6358ddaf4516b6b091a524 +Author: Manuel Munz +Date: Tue May 17 17:00:21 2011 +0000 + + applications/luci-olsr: Add dataype verdification, placeholders and helptexts to the olsrhna page + +commit 2cd7e95524af6022dab40a2d57db84bca74f8f55 +Author: Jo-Philipp Wich +Date: Mon May 16 11:51:57 2011 +0000 + + po: remove accidentally slipped through backup file from previous commit + +commit 1740d7370e6617422d756830669fa70d23bb36b7 +Author: Jo-Philipp Wich +Date: Mon May 16 11:50:15 2011 +0000 + + po: update Chinese translations (#238) + +commit 01db32fdcfe6989e18621da644b2a2f4709eb574 +Author: Manuel Munz +Date: Sat May 14 12:55:22 2011 +0000 + + luci-splash: XHTML failed validation, fix it + +commit a9f9ae98ea0bc8cbe7ad5f0fc6ecc399c739126f +Author: Manuel Munz +Date: Sat May 14 10:25:40 2011 +0000 + + freifunk-p2pblock: Fix wrong module naming + +commit 0dceaed8d4fbce2cedd0489053391457add7580d +Author: Manuel Munz +Date: Sat May 14 02:42:33 2011 +0000 + + freifunk-p2pblock: Fix depencies + +commit 9a4e1468ae5139170d261b52dc76723d57847d73 +Author: Translation System +Date: Sat May 14 00:55:12 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 34 of 47 messages translated (0 fuzzy). + +commit 0f17de5cdf62e271b911d5f4e2e8bc1f60c4a513 +Author: Translation System +Date: Fri May 13 10:40:07 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 107 of 108 messages translated (1 fuzzy). + +commit 60df750ce626ed503c982256530f1dec1c77b256 +Author: Translation System +Date: Fri May 13 09:48:38 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 152 of 152 messages translated (0 fuzzy). + +commit 6ded6d549734901a64dde37a32feea03305192d1 +Author: Translation System +Date: Fri May 13 07:42:11 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 69 of 69 messages translated (0 fuzzy). + +commit 6c25939f76a35e2b50d3e054cc33f0e4e835e1ed +Author: Translation System +Date: Fri May 13 07:15:49 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy). + +commit 83f47b6a931734d36f5973371d59ff8804f0fee0 +Author: Jo-Philipp Wich +Date: Fri May 13 07:12:34 2011 +0000 + + po: remove obsolete livestats translations + +commit cd27d6acfa6c3c5a5a2d35e3c8c08494510b5e6d +Author: Translation System +Date: Fri May 13 07:09:41 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy). + +commit a9a9c1555c994f669502270f30725c22d5fd276e +Author: Translation System +Date: Fri May 13 06:22:51 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 16 of 54 messages translated (0 fuzzy). + +commit 235ab3994ce63394d981bab84c7feaee4fc36755 +Author: Translation System +Date: Thu May 12 16:54:26 2011 +0000 + + Commit from LuCI Translation Portal by user soma.: 39 of 54 messages translated (1 fuzzy). + +commit aa149c4d98631134e9ca770458e116e962181985 +Author: Translation System +Date: Thu May 12 15:55:54 2011 +0000 + + Commit from LuCI Translation Portal by user jow.: 14 of 54 messages translated (17 fuzzy). + +commit 10cba176245ed1f43fda263911e50b78a33681de +Author: Manuel Munz +Date: Wed May 11 07:56:50 2011 +0000 + + po/no: Update norwegian translations, thanks to Lars Hardy + +commit 0f500fd05223e8876114c2f467a994a75c00eebc +Author: Jo-Philipp Wich +Date: Tue May 10 00:08:23 2011 +0000 + + po: sync upnp translation, update german + +commit 425d820a96c4b3431c96ade56efacd81e73b5deb +Author: Jo-Philipp Wich +Date: Mon May 9 23:47:52 2011 +0000 + + po: update german base translation + +commit 995674d28ac6285833747a8e7023e435724d0a41 +Author: Jo-Philipp Wich +Date: Mon May 9 23:11:34 2011 +0000 + + modules/admin-core: remove "about" template + +commit fd0510049a0283a86f61d8c74fa549f06da38407 +Author: Jo-Philipp Wich +Date: Mon May 9 12:51:01 2011 +0000 + + modules/admin-full: fix possible error in led page + +commit df63ade849ad056112466f4c4653f8e4cbdacf9f +Author: Manuel Munz +Date: Mon May 9 00:44:11 2011 +0000 + + themes/openwrt.org: css fixes for IE6, only one half of the page was displayed. Thanks zjhzzyf. (#226) + +commit 30e79c0ff3c32690aaca24b8d308bda041779767 +Author: Manuel Munz +Date: Sun May 8 22:56:29 2011 +0000 + + luci-olsr: Add options for SmartGateway. + +commit cb5319f3120a7fea4b5e2ff46723ff57ffbdc4b2 +Author: Manuel Munz +Date: Sun May 8 21:24:24 2011 +0000 + + freifunk-firewall: Fix local_restrict lan protection, it didn't work on rc4 nor on backfire branch + +commit 360673a6eb42f21df82cad5b57f07a493181c536 +Author: Manuel Munz +Date: Fri May 6 07:54:50 2011 +0000 + + po/zh_CN: Sync chinese translations, thanks axishero + +commit 4383153c26c485a28365bc726cf3eab7dbb82201 +Author: Jo-Philipp Wich +Date: Wed May 4 23:02:43 2011 +0000 + + po: remove initmgr translations + +commit 81039c38a9c2c640fe47b0c8144e1ea2c73cc4b1 +Author: Jo-Philipp Wich +Date: Wed May 4 22:53:42 2011 +0000 + + po: merge initmgr translations into base, fix fuzzy entries where possible + +commit 52166c68f89223b64ff1d627b37deb60786d7e95 +Author: Jo-Philipp Wich +Date: Wed May 4 22:05:25 2011 +0000 + + po: sync base translation + +commit 3b481cbc79e20852cff62fb50a0788a1500123f0 +Author: Jo-Philipp Wich +Date: Wed May 4 22:03:07 2011 +0000 + + trunk: remove luci-app-initmgr, its part of admin-full now + +commit 73112f9c44b0dc333b6ec1878009e0e69c8db500 +Author: Jo-Philipp Wich +Date: Wed May 4 21:37:41 2011 +0000 + + modules/admin-full: fix system/admin from form() to cbi() type to add missing apply button (#234), integrate services/initscripts as system/startup + +commit ec0fbaff3e6f475805ab62d4ed27d293dae97965 +Author: Jo-Philipp Wich +Date: Wed May 4 21:23:55 2011 +0000 + + modules/admin-full: move system/processes to status/processes + +commit 9424177aca293101c7262ddfcbc6a6aecdf6b3c4 +Author: Jo-Philipp Wich +Date: Wed May 4 21:09:04 2011 +0000 + + build: uvl is dead, remove it + +commit f6f65ed9578cfe35883193541c72a509853c17eb +Author: Jo-Philipp Wich +Date: Wed May 4 21:06:26 2011 +0000 + + applications/luci-upnp: register with status page + +commit fc84bd87ecbc0e077dc4e624b3139c7e3adb8b0f +Author: Jo-Philipp Wich +Date: Wed May 4 21:04:31 2011 +0000 + + modules/admin-full: add a simple plugin mechanism to status page + +commit 6e6bac2a4aa52cc3b6ebe2112e15ba274d6a7234 +Author: Jo-Philipp Wich +Date: Wed May 4 12:56:06 2011 +0000 + + libs/web: remove license comments from cbi templates, saves around 50% of their size + +commit 97e49204f8bb125326b58d4cd25299e3ab03d00f +Author: Jo-Philipp Wich +Date: Wed May 4 08:55:57 2011 +0000 + + applications/luci-radvd: fix various issues + +commit 65a7a7121c55f0a4fd1691ac6681a409751afdb0 +Author: Jo-Philipp Wich +Date: Tue May 3 22:24:45 2011 +0000 + + themes/openwrt: don't link to /about anymore, the page was dropped long ago + +commit 6e14fd0bc2c2823b5d57207734eb551310f3ebaa +Author: Jo-Philipp Wich +Date: Tue May 3 22:22:26 2011 +0000 + + modules/admin-full: join maps in merged dnsmasq page + +commit 0ecee984afd0b64e2030b547edc9fbdf038164c7 +Author: Jo-Philipp Wich +Date: Tue May 3 22:06:29 2011 +0000 + + modules/admin-full: merge services/dnsmasq and network/dhcpleases into network/dhcp + +commit a3850aa3c7ffbee487cfc9a7903b0561e532f335 +Author: Jo-Philipp Wich +Date: Tue May 3 21:52:19 2011 +0000 + + applications/luci-vnstat: move to status menu + +commit c8f8dec0e31f536e2e69b485a0f999f6c1e94210 +Author: Jo-Philipp Wich +Date: Tue May 3 21:48:57 2011 +0000 + + modules/admin-full: remove support for httpd and lucittpd configuration, it just takes space + +commit 69f8196472142549c549e014c3ff17e5c400610a +Author: Jo-Philipp Wich +Date: Tue May 3 03:40:12 2011 +0000 + + po: sync base translations + +commit 32d667edbbeab29005000ea6cb0b1604cf4228c4 +Author: Jo-Philipp Wich +Date: Tue May 3 03:35:56 2011 +0000 + + modules/admin-full: merge system/password, system/sshkeys and service/dropbear into system/admin + +commit b95ec6c93a3475731ff31feadd2abfa44ac24d10 +Author: Jo-Philipp Wich +Date: Tue May 3 03:31:30 2011 +0000 + + libs/web: fix another invalid entity + +commit 6697e282afa58f2ccacbdafc9ad84abb30cdee36 +Author: Jo-Philipp Wich +Date: Tue May 3 03:20:15 2011 +0000 + + trunk: s/ / /g + +commit f845d2fe42c3c4d1fcaf3a22dde1fe024ef4afd4 +Author: Jo-Philipp Wich +Date: Sat Apr 30 16:13:30 2011 +0000 + + modules/admin-full: fix formatting quirk on wifi overview page + +commit 087f4b2752b1d5d1e3f10bfb82ba4259aeec85e1 +Author: Jo-Philipp Wich +Date: Sat Apr 30 10:16:35 2011 +0000 + + libiwinfo: fix signal, bitrate and assoclist for nl80211 wds ap mode + +commit 4d7777f44da724d54553f9f26cdd6d6cb7c777af +Author: Manuel Munz +Date: Fri Apr 29 16:51:54 2011 +0000 + + i18n/zh_CN: Improvements to firewall.po, thanks axishero + +commit ae33c64a37c8a8d6dc1e38678e967f2e457bc33a +Author: Jo-Philipp Wich +Date: Fri Apr 29 16:41:35 2011 +0000 + + libiwinfo: + - don't assume madwifi and nl80211 backends if no backend given + - only print intersection of group and unicast ciphers in crypto description + - fix crypto detection on madwifi in client mode + - bump pkg revision + +commit 8879c55bb39b31a03de5d798a436d73b30a011d6 +Author: Jo-Philipp Wich +Date: Thu Apr 28 10:27:00 2011 +0000 + + applications/luci-vnstat: fix crash if dbdir is defined but not existing yet + +commit 254c8d368ec37d76fe73f540be7af119b00acb1a +Author: Jo-Philipp Wich +Date: Mon Apr 25 19:56:10 2011 +0000 + + modules/admin-full: revert accidental change in r7003 + +commit 542cc1da5bcdb1e77508c7847d18479e3c2b64b4 +Author: Jo-Philipp Wich +Date: Mon Apr 25 19:54:32 2011 +0000 + + modules/admin-full: implement "dev" option for USB device led triggers (#224) + +commit 4adfa3d84170582e32a5c30490089faee8fd2e6f +Author: Jo-Philipp Wich +Date: Mon Apr 25 19:17:27 2011 +0000 + + po: apply further Chinese translation improvements from #225 - thanks gzanan! + +commit 84cb0bce77e26d38b7327532ca2e0774e8b3465f +Author: Jo-Philipp Wich +Date: Mon Apr 25 19:11:42 2011 +0000 + + modules/admin-full: add option for RTL8366 jumbo frame passthrough to vlan page + +commit e9a357ed781d1334f0200f00617475e4f3a047b7 +Author: Jo-Philipp Wich +Date: Mon Apr 25 18:23:05 2011 +0000 + + modules/admin-full: fix text quirk on status overview page + +commit 0a252c0f8abbd7e66952f67d3858fd376584b704 +Author: Jo-Philipp Wich +Date: Mon Apr 25 17:45:59 2011 +0000 + + modules/admin-full: add macfilter options to mac80211 wifi config + +commit 3f66d479313df08bc5709bdd098324c13b3e2eed +Author: Manuel Munz +Date: Fri Apr 22 13:57:51 2011 +0000 + + po: Update chinese translations, thanks axishero + +commit d4ff2a003cb514465d6c8110760e2b95e669651f +Author: Manuel Munz +Date: Fri Apr 22 10:17:03 2011 +0000 + + i18n: Chinese translation is done by too many people to name them all, just use 'by Chinese Translators' + +commit b64c942d31070b79c1a892fedb3275fb3a4aa935 +Author: Manuel Munz +Date: Thu Apr 21 14:17:29 2011 +0000 + + i18n: Enable chinese translation, thanks zjhzzyf (#223) + +commit 2405dd85f4fdf3fe8c7f33fdc3dfbb6aa56965ae +Author: Manuel Munz +Date: Thu Apr 21 09:47:25 2011 +0000 + + i18n: Remove unneeded tabs at the end of the uci-default files + +commit f2a274816bcdadf16aa7e8536bc02eab13815d87 +Author: Manuel Munz +Date: Mon Apr 18 16:38:47 2011 +0000 + + po/zh_CN: Add translations, thanks xeye (#221) + +commit fdf625ea67dadc19252bbd3977fa1214ad151d0b +Author: Jo-Philipp Wich +Date: Sun Apr 17 11:39:17 2011 +0000 + + libs/json: Fix a typo and a logic error in json.lua to make luci.json.encode() work like expected (#220) + +commit 3a12f82014cbac58080ef19673e0ff86fcae1112 +Author: Manuel Munz +Date: Wed Apr 13 19:29:30 2011 +0000 + + themes: Update fledermaus, freifunk-bno, freifunk-hannover and freifunk + +commit 0c281f4e8618d70b8fd8abb25d0fe5a9acac769f +Author: Manuel Munz +Date: Wed Apr 13 16:22:54 2011 +0000 + + modules/freifunk: Show remote update in menu only when /usr/sbin/remote-update from the package remote-update is present (#160) + +commit 707701df743e2d17b54a947aed8053f22ed98c53 +Author: Manuel Munz +Date: Wed Apr 13 15:14:42 2011 +0000 + + applications/luci-samba: Add textbox to edit the template for config generation (#122) + +commit bb2d7517eb3d2229331e11aab5c6c900259e0742 +Author: Manuel Munz +Date: Wed Apr 13 00:33:42 2011 +0000 + + luci-firewall: Add support for negations for ip addresses/nets (#218) + +commit 5a1e9354b41155b9604362c9a1ef8d7a899ba2b2 +Author: Manuel Munz +Date: Mon Apr 4 12:04:42 2011 +0000 + + modules/freifunk: Hardcoding timezone was not a good idea + +commit 288a63f919ccbf443254359318b6cd7628d6959d +Author: Manuel Munz +Date: Mon Apr 4 11:50:09 2011 +0000 + + modules/freifunk: Show date/time in a bit nicer format (#184) + +commit e853a98c3e6691d82596f0f31d90bda46d7ac196 +Author: Jo-Philipp Wich +Date: Thu Mar 24 21:08:28 2011 +0000 + + modules/admin-full: use crypto mode "wep-open" instead of just "wep" in connection wizzard + +commit ad45ebf430d52e58549fe22407228addb5bad36f +Author: Jo-Philipp Wich +Date: Thu Mar 24 20:56:23 2011 +0000 + + modules/admin-full: fix wep key handling in sta mode connection wizzard + +commit c1ca9106b85de3fb105ca97aa71b89bc43c3f7a0 +Author: Jo-Philipp Wich +Date: Fri Mar 18 16:50:18 2011 +0000 + + modules/admin-full: properly display interface stats for networks with underscores + +commit f54ef008f8ee721ab174ef2daa2c55da04ed32c1 +Author: Jo-Philipp Wich +Date: Thu Mar 17 18:14:23 2011 +0000 + + applications/luci-upnp: improve some more labels + +commit 70806677535f222bf115151da58a891506bb0adf +Author: Jo-Philipp Wich +Date: Thu Mar 17 18:02:23 2011 +0000 + + applications/luci-upnp: add a note that up and download speeds are informational only + +commit 39fae00e61657ddac25da320f239a95ec9e79c3e +Author: Jo-Philipp Wich +Date: Thu Mar 17 17:46:55 2011 +0000 + + applications/luci-upnp: sync with OpenWrt trunk changes + +commit 8ea7eb86151cacf4bb653658267ffdfbadbab09d +Author: Jo-Philipp Wich +Date: Thu Mar 17 17:40:40 2011 +0000 + + libs/web: fix "port" datatype to allow port 0 + +commit ea7f4ccb9fb531d69e6c50e76e37c59d853357e5 +Author: Manuel Munz +Date: Wed Mar 16 21:13:04 2011 +0000 + + po/de: Fix unclear translation for dnsmasq start + +commit ff5a74c25fa9d12670f297fab204a61f9976305e +Author: Jo-Philipp Wich +Date: Tue Mar 15 17:55:14 2011 +0000 + + modules/admin-full: fix index page (#213) + +commit 1bce159bb138f02a4eac4002b533020e692b4fd7 +Author: Jo-Philipp Wich +Date: Tue Mar 15 09:24:02 2011 +0000 + + modules/admin-full: rename index page node from "Interfaces" to "overview" + +commit daadcb9ea2edc6d6c99b379b40ea9f8a56864a04 +Author: Manuel Munz +Date: Mon Mar 14 19:34:23 2011 +0000 + + Add freifunk-policyrouting and luci-app-freifunk-policyrouting + +commit f5bfd8b75be995e7e7d106343475172a38f4802f +Author: Jo-Philipp Wich +Date: Sun Mar 13 22:15:53 2011 +0000 + + modules/admin-full: move former active connections arp info to the routes overview page + +commit 6ea0204a554536367dd762b8b96b5de57171afa9 +Author: Jo-Philipp Wich +Date: Sun Mar 13 22:12:42 2011 +0000 + + modules/admin-full: merge "Active Connections" and "Realtime Connections" + +commit 380726158d37052a8301973affa6281dd1aa6ebc +Author: Jo-Philipp Wich +Date: Sun Mar 13 22:08:32 2011 +0000 + + libs/sys: ignore TIME_WAIT connections in luci.sys.net.conntrack() + +commit 8cab9e2b8fcb6116d49b116bbb747069551d094c +Author: Jo-Philipp Wich +Date: Sun Mar 13 21:56:31 2011 +0000 + + libs/web: explicitely cast input value of %m pattern to float in order to avoid throwing an exception in toFixed() with very low values + +commit 831654f504c7a9ef8efc9286e1f09cf942ce05c8 +Author: Jo-Philipp Wich +Date: Sun Mar 13 19:23:38 2011 +0000 + + modules/admin-full: remove status -> interfaces + +commit 2321cd2afe89035478faf341fb62ea449e6c08ba +Author: Jo-Philipp Wich +Date: Sun Mar 13 19:08:40 2011 +0000 + + modules/admin-full: add some links to index page + +commit 02a7db92524ba1fd67f2a38a286b748b19fd8e67 +Author: Jo-Philipp Wich +Date: Sun Mar 13 19:07:27 2011 +0000 + + modules/admin-full: hide relay options for other protocols, resolve option conflict + +commit e0d763785e66cc251ae39189b230ae62a08f070e +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:52:03 2011 +0000 + + modules/admin-full: don't count TIME_WAIT connections in luci-bwc + +commit 026945ae09515980f972228442c857e1f9cb4f7f +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:39:36 2011 +0000 + + modules/admin-full: display source and destination ports in conntrack view (#211) + +commit 637e3cd0e38eb1d700be02384ab37b1a3056bf3b +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:29:06 2011 +0000 + + modules/admin-full: do not use private wifinet properties in network controller + +commit c7cf8ef8c14dce298b26185355b9ca2e458b7a92 +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:25:54 2011 +0000 + + modules/admin-full: use luci.tools.status for remaining wifi status displays + +commit 8e5590037def3b905cc5b3fcb25c940ea8579b6b +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:22:52 2011 +0000 + + libs/core: add luci.model.network.wifinet.id() + +commit bc6e9ec07ee32cb098c04f5014824789b958701e +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:10:43 2011 +0000 + + modules/admin-core: add wifi_network() to luci.tools.status + +commit 986d8b00a22f6616fd9cb0279ddb75f9acbbee47 +Author: Jo-Philipp Wich +Date: Sun Mar 13 17:09:26 2011 +0000 + + libs/core: add txpower() and country() to luci.model.network.wifinet + +commit 18677e216b26acc148387c5414756a5b94c8a17c +Author: Jo-Philipp Wich +Date: Sun Mar 13 14:00:45 2011 +0000 + + modules/admin-full: use luci.tools.status in network controller + +commit 5112af896f1bc06b4f83d16d4e625440aecd9ba0 +Author: Jo-Philipp Wich +Date: Sun Mar 13 13:57:21 2011 +0000 + + modules/admin-full: add dhcp and wifi status info + +commit adc2ba97d13c175a257832143176ffdeb7839e8d +Author: Jo-Philipp Wich +Date: Sun Mar 13 13:54:43 2011 +0000 + + modules/admin-core: add tools.status helper class + +commit 63bfe23eabacdaec291f4f832ee6658c6079d44b +Author: Jo-Philipp Wich +Date: Sun Mar 13 11:13:52 2011 +0000 + + modules/admin-full: use %m format in interface overview + +commit a8688343d6dcddfaeae2ed3c696c752ab276a23e +Author: Jo-Philipp Wich +Date: Sun Mar 13 11:12:11 2011 +0000 + + libs/web: add %m pattern to String.format() + +commit 9836e949a58484a83d40a10570c3dab919770d6a +Author: Jo-Philipp Wich +Date: Sat Mar 12 19:25:03 2011 +0000 + + libs/sys: disregard ::/0 routes on "lo" in luci.sys.net.defaultroute6() + +commit 945076c895cce30a862c68bd32205b74f30098cd +Author: Manuel Munz +Date: Sat Mar 12 17:13:36 2011 +0000 + + modules/freifunk: OSM in basics fixed thanks to Andreas Pittrich + +commit 3b4450a58bbdd026306cc3778314998c08f6c753 +Author: Jo-Philipp Wich +Date: Fri Mar 11 23:11:34 2011 +0000 + + libs/core: allow resolving of virtual interfaces via get_interface(), should fix wan status display with 6to4, 6in4 tunnels or pppoe connections + +commit 64144ed331aaab8aac2875cb01c799e45260d716 +Author: Jo-Philipp Wich +Date: Fri Mar 11 17:57:30 2011 +0000 + + contrib: fix rebuild triggering by assembling PKG_CONFIG_DEPENDS before including package.mk + +commit 8a898ec19992f9287b5704dfe291084c9a88715b +Author: Vasilis Tsiligiannis +Date: Sun Mar 6 11:16:14 2011 +0000 + + modules/admin-full: Fix description of Hermes wireless controllers + +commit 108321b5dfc598c0dd939c1e26a912b466079df1 +Author: Vasilis Tsiligiannis +Date: Sun Mar 6 11:16:07 2011 +0000 + + modules/admin-full: Orinoco and HostAP drivers are 802.11b only + +commit 098d4cb353d8d04e38d0c32691ca3362875659d0 +Author: Jo-Philipp Wich +Date: Sat Mar 5 06:36:05 2011 +0000 + + themes: add new image button CSS classes, patch by Kevin Locke (#207) + +commit 1db9f295fa3e98a1f1472d2a8eda881333db5a43 +Author: Jo-Philipp Wich +Date: Sat Mar 5 06:35:26 2011 +0000 + + libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke (#207) + +commit 32aec7a4f3f1aaabd8cff223346db560ddacb387 +Author: Manuel Munz +Date: Thu Mar 3 21:01:17 2011 +0000 + + modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk to allow connections from rfc1918 ip space to public ips + +commit c3357a031cc90c41481661aafba0c987956fe8fb +Author: Manuel Munz +Date: Mon Feb 28 12:50:15 2011 +0000 + + modules/freifunk: Change domain suffix to ffbt in profile for Bayreuth + +commit 2d0e20c4610687477e850936a6fa6e3dbe2bd5d5 +Author: Manuel Munz +Date: Mon Feb 28 12:38:48 2011 +0000 + + modules/freifunk: Change domain suffix to ffac in profile for Aachen + +commit be0da6a545fff52cb22137c8383d569dccdc97e2 +Author: Vasilis Tsiligiannis +Date: Sat Feb 26 22:30:58 2011 +0000 + + modules/admin-full: Detect hostap Prism2/2.5/3 hardware + +commit fc965936de41effba180ef7ecf60b9f14d46ad9d +Author: Vasilis Tsiligiannis +Date: Sat Feb 26 22:30:52 2011 +0000 + + libiwinfo: Fix frequency-to-MHz coversion + +commit 1417ae9a98dbec2e9b2a9a2f576eedc9766e8215 +Author: Translation System +Date: Sat Feb 26 14:10:43 2011 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 363 of 694 messages translated (27 fuzzy). + +commit 2859e514743c4a699b7a584025b6e00c61846d1c +Author: Jo-Philipp Wich +Date: Sat Feb 26 01:37:29 2011 +0000 + + modules/admin-full: add relay protocol support + +commit efcc1bfbf1516d46c890bb846dbbacc783846732 +Author: Jo-Philipp Wich +Date: Sat Feb 26 01:34:58 2011 +0000 + + libs/core: make general network model aware of the relay pseudo bridge protocol + +commit 43672158c186600a27dd7ba48fc9611495da2b8b +Author: Manuel Munz +Date: Wed Feb 23 23:15:25 2011 +0000 + + modules/freifunk: change netmask in leipzig profile + +commit 3e1696510692a815527adf0aefd89f998d78806c +Author: Jo-Philipp Wich +Date: Tue Feb 22 09:52:49 2011 +0000 + + modules/admin-full: add field validation for hostnames in leases and hosts pages + +commit 02a67572f8cbbcbbea7be0b5d4f8125415d896bc +Author: Jo-Philipp Wich +Date: Mon Feb 21 12:46:03 2011 +0000 + + modules/admin-full: restart radvd if needed + +commit 74c6fb4cd795e7486ed0cb7a3cc04fd26bead536 +Author: Jo-Philipp Wich +Date: Sun Feb 20 18:35:28 2011 +0000 + + libs/core: mark radvd as affected by network restarts + +commit 72fac8f90f8471647ba0e63485b1056c7e5efc9a +Author: Jo-Philipp Wich +Date: Sun Feb 20 14:42:35 2011 +0000 + + libs/core: ensure that luci.model.network.network._ip() always returns a table if a list was requested + +commit a9db1f2b7423a2a95c3832ca3df7c3a2d5e621d2 +Author: Jo-Philipp Wich +Date: Sat Feb 19 21:56:32 2011 +0000 + + contrib/package: revert r6919 + +commit 5920ece73f36b5ebc3676eb546283446fd06e68e +Author: Jo-Philipp Wich +Date: Sat Feb 19 21:18:06 2011 +0000 + + contrib/package: avoid duplicate quoting of openwrt release var (#202) + +commit 1a87c7b347da6dfdec72df261140c5b46088fdc5 +Author: Manuel Munz +Date: Sat Feb 19 14:54:16 2011 +0000 + + modules/freifunk: Change default netmask to 255.255.0.0, change non-working dns, show error when user tries to edit profiles but there is no profile set yet + +commit f9563981b85a91b8d5b338de0c7b6fc2a20da88c +Author: Manuel Munz +Date: Sat Feb 19 11:17:59 2011 +0000 + + modules/freifunk: Add profile for Aachen + +commit 9e09f62fc6bbdf5456486b19f8fdb46772a52eef +Author: Jo-Philipp Wich +Date: Thu Feb 17 19:17:01 2011 +0000 + + applications/luci-splash: fix init script enabling on build host + +commit 788b55d9f8d40d03e78083ad149784143d7acfe7 +Author: Manuel Munz +Date: Thu Feb 17 15:47:27 2011 +0000 + + themes/freifunk-generic: Change link in footer that was pointing to nowhere after the About page was removed some time ago + +commit 71f54f529f198ca777c98eb13c58ed4a6db5fc1f +Author: Jo-Philipp Wich +Date: Wed Feb 16 20:14:25 2011 +0000 + + build: add nixiodocs make target, remove uvldocs target + +commit 45367dab207323ca09dff6f628df3b89d35f888d +Author: Jo-Philipp Wich +Date: Wed Feb 16 19:57:39 2011 +0000 + + build: fix bashism in hostenv.sh + +commit 521099ad9896f41dfab51484c01942264c26b6bb +Author: Jo-Philipp Wich +Date: Wed Feb 16 19:56:41 2011 +0000 + + applications/luci-ffwizzard: prevent infinite shell loop when compiling LuCI SDK + +commit 08f46b2a11d95146dabab31ad6e5e9a30d3bf977 +Author: Manuel Munz +Date: Tue Feb 15 21:05:20 2011 +0000 + + po/de/base: Add missing space + +commit 0bd747d7b4d62be5cb67f236a7adcc026dc11a10 +Author: Manuel Munz +Date: Tue Feb 15 20:48:32 2011 +0000 + + themes/freifunk-generic: Make 'tr.cbi-section-table-descr th' bold + +commit ca6e80f04450af313e15ba98c4e408c04defeb2f +Author: Manuel Munz +Date: Tue Feb 15 20:36:24 2011 +0000 + + po/de/base: Remove html markup from translations for status/iptables. + +commit 58d319ea5ffa27bb949c1b70b9d845804a3ece33 +Author: Manuel Munz +Date: Mon Feb 14 18:54:00 2011 +0000 + + libs/sys: Filter model string from /proc/diag/model + +commit 9215f16c9f8277ca47a5c9976f0c253f756ff446 +Author: Manuel Munz +Date: Mon Feb 14 18:01:20 2011 +0000 + + po: Move p2pblock translations from freifunk into own translation files + +commit 09ab3902dd284c4d89611b479b9ad4462384cd9a +Author: Jo-Philipp Wich +Date: Mon Feb 14 17:05:08 2011 +0000 + + modules/admin-full: remove cpu info + +commit 6153e3e737c6033d032a6459e646d49dc1979601 +Author: Manuel Munz +Date: Mon Feb 14 16:19:29 2011 +0000 + + po: refresh freifunk + +commit 31ebd0e37820c3a890a69dead01edecd5d91ad9d +Author: Jo-Philipp Wich +Date: Mon Feb 14 15:36:04 2011 +0000 + + libs/sys: better handle bogomips parsing + +commit f49fcbd40e8727195488577e59b76caaac2b7b24 +Author: Manuel Munz +Date: Mon Feb 14 12:22:41 2011 +0000 + + modules/freifunk: Minor i18n fixes + +commit 9503882e761d37a70dca49446c67086fffe13444 +Author: Manuel Munz +Date: Mon Feb 14 01:27:19 2011 +0000 + + themes/freifunk-generic: Add possibility to use custom logo/header + +commit c3e4cd62a70679bc79c8d1f218eeea934460d00a +Author: Manuel Munz +Date: Sun Feb 13 11:21:18 2011 +0000 + + modules/freifunk: make ff_rdate more efficient + +commit 63371656cba7d338c75ad3ed4361ace055b12f3f +Author: Jo-Philipp Wich +Date: Sat Feb 12 23:27:10 2011 +0000 + + applications/luci-firewall: fix "any" icmp type for ip6tables + +commit db1454cf48dbf4787088809973912f804db21eb4 +Author: Manuel Munz +Date: Sat Feb 12 19:52:48 2011 +0000 + + modules/freifunk: change ff_rdate to use /etc/config/timeserver + +commit 518d981c9274c66820d1e4651b375a9cbec8fd7c +Author: Manuel Munz +Date: Sat Feb 12 19:49:35 2011 +0000 + + modules/freifunk: rdate config not needed anymore + +commit f3b5d641f0863170196c1402d87cfe5132af2513 +Author: Manuel Munz +Date: Sat Feb 12 19:48:26 2011 +0000 + + applications/ffwizard: rdate config not needed anymore + +commit 489279bb9a4d9984315bc0e0f97a56fea800bbcd +Author: Manuel Munz +Date: Sat Feb 12 19:39:54 2011 +0000 + + web: Relax hostname validation for length + +commit 4b0d5f9205de41d772e5f393123ceafed1c92c6c +Author: Jo-Philipp Wich +Date: Sat Feb 12 19:39:30 2011 +0000 + + libs/sys: fix call to nixio.uname() + +commit 68b51e15273380e9e3531762124e535f472d90d5 +Author: Jo-Philipp Wich +Date: Sat Feb 12 19:32:36 2011 +0000 + + libs/sys: fix parsing of model and cpu info, consider 2000::/3 as IPv6 default route if no ::/0 route exists (#200) + +commit f04acc4b948a45bcfbd22f219df001f96064edf7 +Author: Manuel Munz +Date: Sat Feb 12 19:30:59 2011 +0000 + + modules/admin-full: Fixes for rdate config + +commit 819fa18e163ab4f29f5978be80f892b6c883e518 +Author: Manuel Munz +Date: Sat Feb 12 19:10:19 2011 +0000 + + modules/admin-full: Switch to the new rdate timeserver config in /etc/config/timeserver (#132) + +commit 094e2c8c815fe2eea83b9ab99ec3a63e753994fb +Author: Jo-Philipp Wich +Date: Sat Feb 12 19:10:17 2011 +0000 + + libs/core: use is6linklocal() + +commit cc275d166e8bc4c343aa6e3656c91019f7ec9ab7 +Author: Jo-Philipp Wich +Date: Sat Feb 12 19:09:36 2011 +0000 + + applications/luci-radvd: use is6linklocal() + +commit 4eb853d2d26e00c0b9403d289eb35b493f4992f7 +Author: Jo-Philipp Wich +Date: Sat Feb 12 19:00:54 2011 +0000 + + libs/core: whitespace fix in previous commit + +commit e351f43f0c8ab59cc7df238881dcc335ef3ba36c +Author: Jo-Philipp Wich +Date: Sat Feb 12 18:59:33 2011 +0000 + + libs/core: add is4linklocal(), is4rfc1918() and is6linklocal() to luci.ip + +commit e3a39de81a4f818ba5e4896bfc4c073885488981 +Author: Manuel Munz +Date: Sat Feb 12 17:07:56 2011 +0000 + + contrib/freifunk-firewall: use extrapositioned negation + +commit 1f9e2e6e771a478d19a6629499d4bcf88721a024 +Author: Manuel Munz +Date: Sat Feb 12 13:53:29 2011 +0000 + + applications/luci-olsr: Add config option to disable resolving of IP addresses to names in status pages + +commit 408a58f6f6b0d419bc6b81eb93f32c701e19118a +Author: Manuel Munz +Date: Sat Feb 12 11:09:13 2011 +0000 + + web: Improve hostname validation + +commit 2b72c2093fa76e94bc249cba52c9b5b8b207e06e +Author: Manuel Munz +Date: Fri Feb 11 23:47:04 2011 +0000 + + po/de: Add german translations for olsr + +commit 5ec6e221b535a99828d09e49bb8fadf29f88707d +Author: Manuel Munz +Date: Fri Feb 11 21:47:18 2011 +0000 + + po: Update olsr, again + +commit 9bd98dd867589fb7967b179f7de55e52324c85eb +Author: Manuel Munz +Date: Fri Feb 11 21:43:46 2011 +0000 + + applications/luci-olsr: Add missing translation to smartgw + +commit fc40d9a462fa36a468625911c4ce64a62807d23b +Author: Manuel Munz +Date: Fri Feb 11 21:12:44 2011 +0000 + + modules/freifunk: Make menu use i18n + +commit 5e7ac4ea898310b4c4876486d589b33c91cf1a8f +Author: Manuel Munz +Date: Fri Feb 11 21:11:37 2011 +0000 + + po: Update freifunk and olsr + +commit 4e416a64175e3fec62c19822c5fb356e39e37ee7 +Author: Manuel Munz +Date: Fri Feb 11 19:05:55 2011 +0000 + + modules/freifunk: Add profile for Bayreuth + +commit 64980e8158b22b5a42b1620bd8511c0ba9af838e +Author: Manuel Munz +Date: Fri Feb 11 18:54:51 2011 +0000 + + applications/ffwizard: Fix whitespace errors + +commit 6881739f0a2ab74432f1b04be51a28c2a7ea1303 +Author: Manuel Munz +Date: Fri Feb 11 18:51:35 2011 +0000 + + po: Add translations for ffwizard + +commit 2815def1321a3b35c87463a2777d3717a46eb9f5 +Author: Manuel Munz +Date: Fri Feb 11 18:48:40 2011 +0000 + + applications/ffwizard: Fixes for i18n + +commit 0d478ab9621ad17060646c93532e88bbe0b20769 +Author: Jo-Philipp Wich +Date: Fri Feb 11 05:01:18 2011 +0000 + + modules/admin-full: rework index page + +commit ce687057021e213a5e5bb3226bfe80a19965e9cb +Author: Jo-Philipp Wich +Date: Fri Feb 11 04:50:56 2011 +0000 + + libs/core: add new convenience functions to luci.model.network + +commit 6aa6b3b7ebae9f295c06d1fa859c1cf9bf2e979b +Author: Manuel Munz +Date: Thu Feb 10 14:58:44 2011 +0000 + + applications/luci-olsr-services: Move services away from mod-freifunk and make it seperate app instead. + +commit 3a53e9425a11803408bb2c160fec025bf445b6d8 +Author: Jo-Philipp Wich +Date: Thu Feb 10 01:28:34 2011 +0000 + + libiwinfo: build correctly if only kmod-brcm-wl-mini or -mimo is selected + +commit 6411e58b09493b387b1dbd61a959085de81e392b +Author: Manuel Munz +Date: Wed Feb 9 20:16:16 2011 +0000 + + modules/freifunk: Fix html error, closes #197 + +commit 2cb4a823a2ba7b889fb64227033b47cbe5abbb11 +Author: Jo-Philipp Wich +Date: Tue Feb 8 17:41:33 2011 +0000 + + modules/admin-full: fix checkbox default states + +commit b818354c9420fe8a9bc811352c4a1f21474a2b23 +Author: Jo-Philipp Wich +Date: Sun Feb 6 04:12:41 2011 +0000 + + libs/core: fix lookups bridge interface -> network in luci.model.network + +commit c473bb1d75ff7faa07b89db53b7d8dd526e91904 +Author: Jo-Philipp Wich +Date: Sun Feb 6 02:08:39 2011 +0000 + + themes/openwrt: add extra CSS for IE8 ... + +commit 1f653ab141be18e8ae61aa85937b721a39db3670 +Author: Jo-Philipp Wich +Date: Sun Feb 6 01:58:55 2011 +0000 + + modules/admin-full: IE 8 JavaScript fixes... + +commit 59992443bc0bc57b9601940824cbe1f285be07b9 +Author: Jo-Philipp Wich +Date: Sat Feb 5 18:20:48 2011 +0000 + + libiwinfo: fix integer overflow in dbm to mw conversion, also allow odd dbm numbers + +commit 8cd629e14820d30c3f4ecd981b35c58b99cf592d +Author: Manuel Munz +Date: Thu Feb 3 15:17:50 2011 +0000 + + modules/freifunk: Fix problem with public_status html + +commit 617e93a623f6961c6e43515db2bf6dc3946facb1 +Author: Jo-Philipp Wich +Date: Wed Feb 2 23:47:54 2011 +0000 + + modules/admin-full: fix default state option on led control page + +commit 8ab48be60630037fafeb21eb2f82147e0f45e511 +Author: Manuel Munz +Date: Wed Feb 2 10:55:38 2011 +0000 + + modules/freifunk: i18n for basics.lua and helptext for latlon (#177) + +commit 2414ae3f9a2a305afc3b754b3e5f3e29c953aa95 +Author: Jo-Philipp Wich +Date: Sun Jan 30 16:11:43 2011 +0000 + + modules/admin-full: allow multiple dropbear instances again + +commit 7433b822ba39fe21a7472d51ea6cce4480e73a8c +Author: Jo-Philipp Wich +Date: Sun Jan 30 01:30:22 2011 +0000 + + modules/admin-full: fix wireless bridging from within wifi config page + +commit b1b49f746aada0700e47658daeb62e8fa72044f3 +Author: Jo-Philipp Wich +Date: Sun Jan 30 01:06:35 2011 +0000 + + po: resync base translations + +commit bc1553f9aa00b45649a6f4c1bcc84f944876d303 +Author: Jo-Philipp Wich +Date: Sun Jan 30 01:04:03 2011 +0000 + + po: sync upnp translations + +commit e9362b83f18ef7b2e53caf778efb83da62f6aef5 +Author: Jo-Philipp Wich +Date: Sun Jan 30 00:59:56 2011 +0000 + + applications/luci-upnp: add option to enable NAT-PMP + +commit 80c2b4cf4602b04fe2e22d7fa3d36e426af13abc +Author: Jo-Philipp Wich +Date: Sat Jan 29 22:50:13 2011 +0000 + + modules/admin-full: add ip6tables status output (#193) + +commit c3c22f792b4e2576713c9609f804c42975e09dbc +Author: Jo-Philipp Wich +Date: Sat Jan 29 22:47:40 2011 +0000 + + libs/sys: fix ip6tables parsing issue + +commit b477dae3079294c592f156e67e89579bea742800 +Author: Jo-Philipp Wich +Date: Sat Jan 29 18:34:00 2011 +0000 + + libs/sys: add ip6tables support to luci.sys.iptparser + +commit 825329ed419ca4e401ca454c3960b2d3d2044794 +Author: Jo-Philipp Wich +Date: Sat Jan 29 18:05:17 2011 +0000 + + po: restore base.pot after r6809 + +commit 3be5b9fa0655497854ec24bf9340f2e1f2c8a7da +Author: Jo-Philipp Wich +Date: Sat Jan 29 17:58:22 2011 +0000 + + modules/admin-full: use new Flag default facility to improve handling of peerdns and defaultroute bools + +commit be5b1015b2a3d87384ece96eba7d3c2a4a217fd4 +Author: Jo-Philipp Wich +Date: Sat Jan 29 17:54:00 2011 +0000 + + libs/web: improve cbi handling of Flag values, support usage of .default attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs + +commit ece62bd9abc158ab6b26a7e19ef89af789dff87d +Author: Manuel Munz +Date: Sat Jan 29 14:20:32 2011 +0000 + + applications/ffwizard: Fix ffwizard_error page + +commit 09eace41dbe3dc4bab107b82a06c05bc0980a2a7 +Author: Manuel Munz +Date: Sat Jan 29 13:24:55 2011 +0000 + + po: Fix translations to match up with r6816 again + +commit 3d0d60f3fb199296f461510c6dfcd4d300418ad4 +Author: Manuel Munz +Date: Sat Jan 29 13:01:03 2011 +0000 + + admin_uci: Fix spelling, close #191 + +commit 258bfb7b8171766a9d529dc0d925b71164ca98c5 +Author: Jo-Philipp Wich +Date: Sat Jan 29 03:56:16 2011 +0000 + + applications/luci-radvd: fix some variable clashes in overview model + +commit a3c3168b1c4941e91c5cb3b5572a93f6dee8edec +Author: Jo-Philipp Wich +Date: Sat Jan 29 03:40:05 2011 +0000 + + applications/luci-radvd: add missing model + +commit 7e9b472ea9ecce7712a638d1be1cd80af9ba9726 +Author: Jo-Philipp Wich +Date: Sat Jan 29 03:33:48 2011 +0000 + + revert accidentally committed changes + +commit ae8769ce7b7c5af48aebfe100503eb64581d3c1b +Author: Jo-Philipp Wich +Date: Sat Jan 29 03:32:06 2011 +0000 + + po: sync radvd translations + +commit a707d2cb84459d8f92eebadec86eeefb16c0548e +Author: Jo-Philipp Wich +Date: Sat Jan 29 03:27:37 2011 +0000 + + applications/luci-radvd: sync with OpenWrt trunk changes + +commit c2b107ed46571a1494d74d4c1af3bb22b8b2f821 +Author: Manuel Munz +Date: Sat Jan 29 01:19:22 2011 +0000 + + modules/freifunk: Oops, forgot to fix that one before commiting, working again now + +commit 77475804e0ae65eb6924b64094c77c31911c7bb3 +Author: Manuel Munz +Date: Fri Jan 28 23:31:10 2011 +0000 + + modules/freifunk: i18n + +commit 2006a2a82744c66a71e5a6048df9c35600cd474b +Author: Manuel Munz +Date: Fri Jan 28 22:56:17 2011 +0000 + + applications/ffwizard: Internationalize and code cleanup + +commit 487f3c77996541674d6558b318789742c929937b +Author: Manuel Munz +Date: Thu Jan 27 13:56:06 2011 +0000 + + applications/ffwizard: Fix whitespace errors + +commit 3813d639debd6c73f46590a29215c2ccd079843e +Author: Manuel Munz +Date: Thu Jan 27 13:52:37 2011 +0000 + + applications/ffwizard: Do not disable diversity because we don't know which antenna is connected. Instead show a warning on admin/freifunk/adminindex when diversity is enabled and tell the user to change that. + +commit 01ad52f27a4887f9548ae7c2d2a9afe7cf6ee5f4 +Author: Jo-Philipp Wich +Date: Wed Jan 26 19:12:51 2011 +0000 + + build: better not use a local var, it breaks various shells + +commit 8055a5e18399be474ea4ed8f67cca3010b9a6f30 +Author: Jo-Philipp Wich +Date: Wed Jan 26 16:21:15 2011 +0000 + + libs/web: remove a stray non breaking space in DummyValue template + +commit d6122bddf0695a54c79b6a68a456e37bb3d427c1 +Author: Manuel Munz +Date: Wed Jan 26 13:07:36 2011 +0000 + + contrib/package/luci: There was a depency problem in ffwizard + +commit c36fd44de2db30c08848bf326365a1e372b7879c +Author: Manuel Munz +Date: Tue Jan 25 21:04:57 2011 +0000 + + applications/ffwizard: Massive changes to the ffwizard to make it more generic. Also introduces changes to the community profiles. ffwizard replaces ffwizard-leipzig now. It is not completely finished yet, but should work in most cases. + +commit 9c03a76fc28dac4efe4714f0e61bb41bf2784ef7 +Author: Jo-Philipp Wich +Date: Tue Jan 25 12:51:41 2011 +0000 + + libs/sys: properly handle passwords with apostrophes + +commit dc0688dbbcd46fac5a661bb0e5f5e8fbeb3ffbf4 +Author: Jo-Philipp Wich +Date: Mon Jan 24 07:37:06 2011 +0000 + + modules/admin-full: fix txpower related config issues with atheros and broadcom drivers + +commit 5b77c42e560f68e37b3c03cf45defe78215f9c5f +Author: Jo-Philipp Wich +Date: Sun Jan 23 20:23:43 2011 +0000 + + applications/luci-firewall: support NOTRACK rules + +commit d0a994096448d56122fe7f9a3b1f482e3f318a61 +Author: Jo-Philipp Wich +Date: Sun Jan 23 18:35:17 2011 +0000 + + applications/luci-qos: revert accidentally committed tbl layout change + +commit 2ae8c99606ac46854df19cf6cff8ed4e613d42df +Author: Jo-Philipp Wich +Date: Sun Jan 23 18:28:35 2011 +0000 + + libs/web: readd add/remove icons to dynamic list widgets + +commit e20ac8fed4a745dea19b4674e335ae45e830c5f5 +Author: Jo-Philipp Wich +Date: Sun Jan 23 02:04:55 2011 +0000 + + build: set LUA_PATH when invoking LuaSrcDiet + +commit db7d37f0aff4142314ebeffead921b3a9df0e491 +Author: Jo-Philipp Wich +Date: Sun Jan 23 01:55:12 2011 +0000 + + build: use maximum compression for LuaSrcDiet + +commit 03ad47080cc869051af58f91769da4faf503e151 +Author: Jo-Philipp Wich +Date: Sun Jan 23 01:49:54 2011 +0000 + + contrib, build: bundle LuaSrcDiet and make it available in build targets + +commit 02977e53298dbcede2e4932b270f4ac23b51e014 +Author: Jo-Philipp Wich +Date: Sat Jan 22 00:09:43 2011 +0000 + + modules/admin-full: properly escape title is uci changes menu entries, fixes 3rd party templates still displaying the menu + +commit fe1b37a230b4be3aa286889c70371bd713b59ae8 +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:44:41 2011 +0000 + + applications/luci-qos: list all L7 patterns in all subdirs (#187) + +commit 68c596d98e50121dc3c20a8280a399581055d11f +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:29:00 2011 +0000 + + modules/admin-full: revert wifi_join.htm from previous commit + +commit 6942e4ab1b5f465caab9ad95ed938f75fa05cd1a +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:27:48 2011 +0000 + + modules/admin-full: rework wifi status templates + +commit 5d426cf4acd3c2fb70cd9939d3171d560e588c61 +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:26:49 2011 +0000 + + modules/admin-full: rework wifi CBI maps + +commit b8c1487f6d109f589324c2c40d2b26c6058adffa +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:25:40 2011 +0000 + + modules/admin-full: add menupoints for wifi networks + +commit 510a023d7731b0576ea6b6f07f137850a8473226 +Author: Jo-Philipp Wich +Date: Thu Jan 20 23:24:02 2011 +0000 + + libs/core: reuse existing, empty networks in add_network() + +commit 4957eed8e87a5af55599557cab21651b5e745fca +Author: Manuel Munz +Date: Thu Jan 20 13:44:01 2011 +0000 + + applications/ffwizard: Check if services are executable before reloading them + +commit ad44fb2814afdec99b496329bd8963b98b26c47c +Author: Manuel Munz +Date: Thu Jan 20 13:38:40 2011 +0000 + + applications/ffwizard: Reload services instead of rebooting the router + +commit 0f4a0cd85adb7116714ac3a9ea37a82f070125f1 +Author: Jo-Philipp Wich +Date: Thu Jan 20 12:49:42 2011 +0000 + + modules/admin-full: fix diagnostics page in IE + +commit 71fbed1bc89538e4ccf28305139b77abc6f684a9 +Author: Jo-Philipp Wich +Date: Thu Jan 20 12:38:32 2011 +0000 + + applications/luci-firewall: make rules and redirections sortable + +commit 8193a249f19526adfb9809eed666fa211b18b9b5 +Author: Jo-Philipp Wich +Date: Thu Jan 20 12:35:42 2011 +0000 + + libs/web: fix row sorting in IE + +commit 94e437c2f02fbca2b88a0f9d7e12bfd1a4d864a4 +Author: Manuel Munz +Date: Thu Jan 20 02:06:48 2011 +0000 + + applications/wizard: Enforce hostname to conform to rfc952 and rfc1123 + +commit df5329a5cbc46710392d12e72e28549a9c6bf691 +Author: Jo-Philipp Wich +Date: Thu Jan 20 00:47:03 2011 +0000 + + libs/web: fix row ordering for named sections + +commit 7a5b6e34af277fe7c532830f7b2bae46b6af076d +Author: Manuel Munz +Date: Thu Jan 20 00:34:48 2011 +0000 + + applications/ffwizard: Show password field only when it is the default (as in /rom/etc/passwd) + +commit 1805fb7b14dde735cf1938f5a536b32a0efab82f +Author: Manuel Munz +Date: Thu Jan 20 00:21:08 2011 +0000 + + themes/freifunk-generic: show warning when no root password is set + +commit a30ea6c2a38587f6b123a39b0086b64d62f5d9b9 +Author: Jo-Philipp Wich +Date: Thu Jan 20 00:19:05 2011 +0000 + + libs/web: add missing cells to tblsection template + +commit 80e1900b03b2a5315c791f9240f9d7641ae67562 +Author: Jo-Philipp Wich +Date: Thu Jan 20 00:01:55 2011 +0000 + + libs/web: implement sortable rows for uci reordering + +commit c176c70d5bfec1061f894c31dd6f2fd826c2d8cf +Author: Jo-Philipp Wich +Date: Wed Jan 19 23:57:00 2011 +0000 + + libs/web: add up & down arrow icons + +commit 181797a2a94ba9a139cc700ae7ede9b6ca605048 +Author: Manuel Munz +Date: Wed Jan 19 22:03:36 2011 +0000 + + applications/ffwizard: Just realized we still need to set the bssid for ch. 10. + +commit 6838970c59841907fdcdd5843073a5d038fa42f9 +Author: Manuel Munz +Date: Wed Jan 19 21:56:07 2011 +0000 + + applications/ffwizard: Rework wireless interface configuration + +commit 32e908a51c27b58a23d955a964c68fd1fa07d3ad +Author: Jo-Philipp Wich +Date: Wed Jan 19 21:37:01 2011 +0000 + + libs/sys: fix luci.sys.wifi.channels() + +commit 5841fce7c69677a582c4325ed0731d3a21382e2c +Author: Jo-Philipp Wich +Date: Wed Jan 19 18:42:06 2011 +0000 + + modules/admin-full: allown symbolic hostnames for pptp server option + +commit 9714667b2a9629116f279b2d6d5cd7a4e45d3815 +Author: Jo-Philipp Wich +Date: Tue Jan 18 20:51:24 2011 +0000 + + build: readd both po2lua and lua2po helper scripts... + +commit c78c91b9a97aaa1a7e2f10e90faf05b0e3017b38 +Author: Jo-Philipp Wich +Date: Tue Jan 18 20:47:18 2011 +0000 + + build: partly revert r6748 + +commit ab62c83aa9f804530018c5031c5be683b2f5eb69 +Author: Jo-Philipp Wich +Date: Tue Jan 18 20:01:02 2011 +0000 + + applications/luci-initmgr: move startup.lua to correct directory + +commit 72309b798ecde93d08c4fb890116128a53c26c8c +Author: Jo-Philipp Wich +Date: Tue Jan 18 19:10:50 2011 +0000 + + build: restore i18n-lua2po.pl and remove i18n-po2lua.pl + +commit 36a2fbae7bcf50a1942ae5797651b2659846fff3 +Author: Jo-Philipp Wich +Date: Tue Jan 18 18:01:53 2011 +0000 + + modules/admin-core: fix stray servicectl button in modemenu + +commit bf41f6ecfbaabcb61638735ff96f3748a4abe9e1 +Author: Jo-Philipp Wich +Date: Tue Jan 18 15:28:45 2011 +0000 + + libiwinfo: fail after 5 tries when there's no response from wpa_supplicant + +commit 5858bd3c137c3ad9d46e7fc4b85cb6c8e483d2d2 +Author: Manuel Munz +Date: Sat Jan 15 18:13:19 2011 +0000 + + modules/freifunk: When olsrd was loaded but there were no neighbors then the page for services was showing an error. + +commit 4ab2d1017e3e3b925d06713eb196f1dc99ae5da8 +Author: Jo-Philipp Wich +Date: Fri Jan 14 23:23:37 2011 +0000 + + build: fix some errors in i18n-scan.pl, support bracketed Lua string notation + +commit 3e9e883c1583ba85132cec7a4598d92ad7152a64 +Author: Manuel Munz +Date: Fri Jan 14 23:12:41 2011 +0000 + + applications/luci-olsr: Fix mistake in getting olsrd version + +commit c0dfd5bbe924e9205c7ed82815255a5041f3ed2c +Author: Jo-Philipp Wich +Date: Fri Jan 14 23:02:27 2011 +0000 + + po: remove bad string from base translations + +commit a99a61acc5f57215ee1a331117ffb63146dd3a16 +Author: Jo-Philipp Wich +Date: Fri Jan 14 22:52:14 2011 +0000 + + po: resync base translations + +commit 939218ae82e4cb36d1780b854f86e7bae4c2b9d6 +Author: Jo-Philipp Wich +Date: Fri Jan 14 22:51:21 2011 +0000 + + build: properly handle i18n tags with whitespace strip tokens in i18n-scan.pl + +commit 86a13c6ab9ec4f485e1cc9d89475ba73e2c9e261 +Author: Jo-Philipp Wich +Date: Fri Jan 14 22:50:50 2011 +0000 + + libs/web: fix an untranslated string + +commit 723914264ed4826d782bd1e081d72e2e5c1b4968 +Author: Jo-Philipp Wich +Date: Fri Jan 14 22:43:15 2011 +0000 + + modules/admin-full: make "Join Network" translateble, thanks noodlex + +commit ea4abe564ba7f1b808afeaac93847e43aae59720 +Author: Manuel Munz +Date: Fri Jan 14 19:59:29 2011 +0000 + + po: Add new translations for initmgr/local startup scripts + +commit c75eeab65b703aff68119e561d34e88fe4964585 +Author: Jo-Philipp Wich +Date: Fri Jan 14 19:58:53 2011 +0000 + + applications/luci-vnstat: rework model, use uci config + +commit 5355d11e2c9716ec16b4bedfc4f137f727d3d968 +Author: Jo-Philipp Wich +Date: Fri Jan 14 19:57:30 2011 +0000 + + libs/web: some fixes for network_ifacelist widget + +commit cd34034b871b5391b14866a2fc761f00069bce2e +Author: Manuel Munz +Date: Fri Jan 14 19:54:37 2011 +0000 + + applications/initmgr: i18n-scan didn't like the sring formatting with brackets + +commit d5511036aa88bb244899aadb9f29891e1fe63ca5 +Author: Manuel Munz +Date: Fri Jan 14 19:50:05 2011 +0000 + + applications/luci-initmgr: Changed header + +commit feb14f784289ca919821c2f78aa69cb75de8e5a6 +Author: Manuel Munz +Date: Fri Jan 14 19:44:03 2011 +0000 + + applications/initmgr: Add subpage for editing /etc/rc.local + +commit 483826c99475bcf0d5becdf9e176fcf65f188ebd +Author: Jo-Philipp Wich +Date: Fri Jan 14 17:56:30 2011 +0000 + + applications/luci-vnstat: add postinstall + +commit 093f677a30e7059e4683b8a15cb5c8fb3e3287d8 +Author: Jo-Philipp Wich +Date: Fri Jan 14 17:54:00 2011 +0000 + + applications/luci-mmc-over-gpio: fix postinst after r6728 + +commit 6811edb3d9fe289190fbc7337d372027a655daf8 +Author: Jo-Philipp Wich +Date: Fri Jan 14 17:48:44 2011 +0000 + + applications: revise uci-defaults scripts + +commit ba949a84f61729b1cbfecd2780b9c4d5095c2d51 +Author: Jo-Philipp Wich +Date: Fri Jan 14 17:47:55 2011 +0000 + + applications/luci-vnstat: add uci-defaults script + +commit 180dbe580b351d06a6d014cdb3c3f20d6ea90af9 +Author: Jo-Philipp Wich +Date: Fri Jan 14 15:33:16 2011 +0000 + + applications/luci-vnstat: fix crash if database dir does not exist + +commit c499b8375630bc8471964f7904f5654b5822541c +Author: Manuel Munz +Date: Fri Jan 14 01:44:41 2011 +0000 + + po/de/base: Fix little typo + +commit 716fd7a2d187fc1836574a6e7ab784bec49e3d34 +Author: Jo-Philipp Wich +Date: Thu Jan 13 23:26:19 2011 +0000 + + libs/nixio: fix sendto(), implement support for unix domain sockets (#140) + +commit a2e224b6aae19d1df020e2bf6cb3c62a2576f1b5 +Author: Jo-Philipp Wich +Date: Thu Jan 13 22:30:50 2011 +0000 + + po: resync base translation + +commit 9ab82c3446fb9b8c8837cec157c3880180bccfc2 +Author: Jo-Philipp Wich +Date: Thu Jan 13 22:29:01 2011 +0000 + + build: remove uvl setup from sdk preloading + +commit 6718931452254e03ec74eed17f9c14ea58b3ade8 +Author: Jo-Philipp Wich +Date: Thu Jan 13 22:27:14 2011 +0000 + + modules/admin-full: remove old welcome page + +commit 13fbce85b4353c1d8cc65b26cee02ec43b24528b +Author: Jo-Philipp Wich +Date: Thu Jan 13 22:21:16 2011 +0000 + + modules/admin-full: make logout a toplevel item, remove overview menu + +commit ce71032408ea5ccbda9754fcbcb83daab20997db +Author: Jo-Philipp Wich +Date: Thu Jan 13 22:13:35 2011 +0000 + + modules/admin-full: merge Overview -> User Interface into System -> System page + +commit 6e59e510dd3bc5cb0bcdd3fc6293feef105a103e +Author: Jo-Philipp Wich +Date: Thu Jan 13 21:48:38 2011 +0000 + + build: add mkbasepot.sh, convenience script to rebuild base.pot (it sources multiple project parts) + +commit 4bbd85fe42686085af8d08f086b071e40fb26bf9 +Author: Jo-Philipp Wich +Date: Thu Jan 13 20:54:57 2011 +0000 + + libs/web: properly handle .default property for ListValue fields with integer keys + +commit 1db135a32f73ce9445f8f498123dbb632f4b5bca +Author: Jo-Philipp Wich +Date: Thu Jan 13 20:03:40 2011 +0000 + + applications/luci-radvd: expose ignore option, assign column widths + +commit bd8ac05d56d89f0db6a1e06fefa9a8ce8776547d +Author: Jo-Philipp Wich +Date: Thu Jan 13 20:02:16 2011 +0000 + + libs/web: introduce width property for fields in tblsections + +commit 9245e86d5daa9088a02a42152fb3b9021e28fa4a +Author: Manuel Munz +Date: Thu Jan 13 14:07:55 2011 +0000 + + applications/ffwizard: show heartbeat config only when heartbeat is installed + +commit 71515db03a6bfb0bf4a7ee9d3f4eb103b43776ea +Author: Manuel Munz +Date: Thu Jan 13 13:15:31 2011 +0000 + + applications/ffwizard: addnhosts for dnsmasq was not set properly when using 6and4 olsrd mode + +commit fde45180c9f1ec9b63efd42c44a3fb543f989716 +Author: Manuel Munz +Date: Wed Jan 12 20:58:34 2011 +0000 + + modules/freifunk: Add suffix to augsburg profile + +commit 60f7c2f5160e9fc4ff675f1383c7a77d457b11cd +Author: Manuel Munz +Date: Wed Jan 12 20:57:25 2011 +0000 + + applications/ffwizard: Do v6 config only when v6 is enabled and add support for suffix from community profiles + +commit 5416c05aec0d77314b3c82ce6f1a60199b6a8e4d +Author: Manuel Munz +Date: Wed Jan 12 18:29:19 2011 +0000 + + applications/wizard: Repair depencies + +commit 932e4e017bcddd7ceca52c2701d5b798834d9c51 +Author: Manuel Munz +Date: Wed Jan 12 17:42:23 2011 +0000 + + freifunk-firewall: tcp_westwood and ip_conntrack_max stopped working after 2.6.13 and should be set in /etc/config/firewall as advanced options. + +commit 2d14ee545bb37d2b8dddb76179365b4b0e499499 +Author: Manuel Munz +Date: Tue Jan 11 13:15:38 2011 +0000 + + modules/freifunk: Fix js in public_status.htm + +commit 8feae0cba8454cba3b122d5351f2e2f336905134 +Author: Jo-Philipp Wich +Date: Mon Jan 10 23:23:32 2011 +0000 + + modules/admin-full: rework wep/wpa key handling + +commit 84c6b17d78c5cfab8977b4037b717cadde99b4de +Author: Jo-Philipp Wich +Date: Mon Jan 10 23:08:10 2011 +0000 + + modules/admin-full: display kernel version + +commit f43cdc0e357382e74ebf824e3d0b032e2e658d52 +Author: Jo-Philipp Wich +Date: Mon Jan 10 18:40:35 2011 +0000 + + modules/admin-full: add enable_vlan4k option to switch page + +commit f61147a82b21024c7a030bb53d4eff5db19e3b9b +Author: Jo-Philipp Wich +Date: Mon Jan 10 15:48:49 2011 +0000 + + modules/admin-full: fixup newlines when storing sysupgrade.conf + +commit 8b1167fb91864e16a4e6b9d73cd607174b203d9d +Author: Jo-Philipp Wich +Date: Mon Jan 10 00:43:21 2011 +0000 + + po: sync translations after qos changes + +commit a5bf797403c930b6556b8423f5ee2200ba40b462 +Author: Manuel Munz +Date: Mon Jan 10 00:35:54 2011 +0000 + + po/de/base: Fix spelling + +commit 50cbeae61c7c87df6930b3c0dccc8615f7d2306f +Author: Jo-Philipp Wich +Date: Mon Jan 10 00:09:42 2011 +0000 + + applications/luci-qos: clarify kb/s vs. kbit/s + +commit 12df938e98b2ceb9a6edd50f0cf4febb8aebd45f +Author: Jo-Philipp Wich +Date: Mon Jan 10 00:00:03 2011 +0000 + + applications/luci-qos: cope with reorganized L7 patterns + +commit 69a377e302436f61cda073791255628d52a3e692 +Author: Jo-Philipp Wich +Date: Sun Jan 9 22:52:49 2011 +0000 + + modules/admin-full: fix broadcast address option + +commit aed262df1fb9c8dc6db85665bd69bcfb0723b7ab +Author: Manuel Munz +Date: Sun Jan 9 18:16:30 2011 +0000 + + modules/freifunk: Add profile Rosbach, change Jena essid and dns servers + +commit 2a3bb74162066c03f89b94d411c5e7dfdad3a2cb +Author: Patrick Grimm +Date: Sun Jan 9 17:42:07 2011 +0000 + + applications/luci-ffwizard: Fix typo + +commit 3010388ce937e56bf08380a5ffa118f61d148165 +Author: Patrick Grimm +Date: Sun Jan 9 17:18:07 2011 +0000 + + applications/luci-ffwizard: initial + +commit ea7a4bee1803813ea5fd76162c9ae9d3ac4671c8 +Author: Jo-Philipp Wich +Date: Mon Jan 3 00:16:45 2011 +0000 + + modules/freifunk: do some minor code cleanups and html fixes in public status page + +commit c4f70ce38a049acdfefb632f7778806192dcfe01 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:55:21 2011 +0000 + + modules/rpc: remove uvl bindings + +commit b5adeb6ba328a0a55b4c6dfe5e3db9344058e7b1 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:39:48 2011 +0000 + + applications/luci-asterisk: drop uvl schema + +commit d4004518887bccee372c9edbac057028a3368dcf +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:39:12 2011 +0000 + + applications/luci-diag-devinfo: drop uvl schemas + +commit c6bbb37d097646d0d7f596f76688581a9eb5552c +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:38:41 2011 +0000 + + applications/luci-firewall: remove uvl schema + +commit 0ffdf02ee4d88fa64e4b7b79b475c7eb2663782c +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:37:56 2011 +0000 + + applications/luci-upnp: drop uvl schema + +commit a945f69b4c87edc0e03774c02245823fd4f04405 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:37:00 2011 +0000 + + applications/luci-splash: drop uvl schema + +commit 6f0696f247967bcd9fd49d74244f9c439406911d +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:36:25 2011 +0000 + + applications/luci-multiwan: drop uvl schema + +commit dcc50f9e22e30a4bb02096f1a3cb8d74fd5313a4 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:36:05 2011 +0000 + + applications/luci-ntpc: drop uvl schema + +commit b000154c7cd48c1498d0ca3bf7b6a554a9e25f60 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:35:14 2011 +0000 + + applications/luci-ddns: drop uvl schema + +commit 9aa39938e2ff8f9943fa15bc2e379c007c318450 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:34:10 2011 +0000 + + applications/luci-coovachilli: remove uvl schema + +commit 3d03be7d30397e3ec7532b60fb8421b364e741b8 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:33:02 2011 +0000 + + applications/luci-qos: remove uvl schema + +commit 54883f4039e7f7973ed5f0981a1cb457fcacaaee +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:32:18 2011 +0000 + + applications/luci-openvpn: remove uvl schema + +commit 68c1616ac62a6d5a68cd574bd25985119268edb1 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:31:41 2011 +0000 + + applications/luci-samba: remove uvl schemas + +commit b06772e9fd5097e588948caf1627d587f1855a39 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:30:58 2011 +0000 + + modules/admin-core: remove uvl schemas + +commit bb00d3081a034bdf31426c77de9b25db0cce2196 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:27:25 2011 +0000 + + contrib: remove references to uvl from LuCI feed makefile + +commit 052f65950cc195adc1589566ca9725de0ad83c63 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:26:37 2011 +0000 + + libs: drop uvl and uvldoc + +commit 800a2630497e1ec2c61199b3bc645d778c714529 +Author: Jo-Philipp Wich +Date: Sun Jan 2 19:20:23 2011 +0000 + + build: remove some obsolete support scripts + +commit 73578276afa8d64128d10a4b0ff9b7246b178cc3 +Author: Jo-Philipp Wich +Date: Sun Jan 2 18:16:54 2011 +0000 + + libs/lmo: skip all entries with identical key and value when generating lmo archives + +commit 330c013475ee061585e944098c9855166874db53 +Author: Jo-Philipp Wich +Date: Sun Jan 2 17:54:12 2011 +0000 + + libs/sys: update zonedata to version 2010i + +commit 9fd0276848ae1294a2d5984de887ce6c59d674d2 +Author: Jo-Philipp Wich +Date: Sun Jan 2 17:52:06 2011 +0000 + + build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and tzoffset.lua libs + +commit c8bac066234103a6fd87c4d32f08fd1622be5ba3 +Author: Jo-Philipp Wich +Date: Sun Jan 2 17:29:19 2011 +0000 + + build: make zoneinfo2lua.pl script more convenient + +commit d9736ece54d502709a06b759bcdbebe9af56b4ef +Author: Manuel Munz +Date: Sun Jan 2 16:20:25 2011 +0000 + + applications/luci-olsr: Save RAM while getting the default route, very good hint from jow :) + +commit d3d750b6503322482cd638528b13ccc87dc41602 +Author: Manuel Munz +Date: Sun Jan 2 12:09:54 2011 +0000 + + applications/luci-olsr: Make the default gateway yellow in neigbors overview, thanks patrick at lunatiki dot de + +commit 50c69527e538c057fb652d49cf6582603ee5da79 +Author: Manuel Munz +Date: Sun Jan 2 12:08:56 2011 +0000 + + applications/luci-olsr: General code cleanup, thanks patrick at lunatiki dot de + +commit 8ee6d915ee10fed7ad229cfd143d7b446cb18480 +Author: Jo-Philipp Wich +Date: Fri Dec 24 21:39:44 2010 +0000 + + libs/core: fix some issues in network model + +commit 0f9f2a42a4b54e497090940d18a852c15b2a1b8a +Author: Jo-Philipp Wich +Date: Fri Dec 24 21:39:26 2010 +0000 + + libs/core: bring get_first() boolean casting in line with get_bool() + +commit 1b94b364980a5fa35f21eb861cc4c720390a2276 +Author: Jo-Philipp Wich +Date: Fri Dec 24 20:30:12 2010 +0000 + + po: update japanese translations, contributed by Kentarou Matsuyama + +commit f383dc0229138d7b9fce3280730c66d6f7c1b8f5 +Author: Jo-Philipp Wich +Date: Fri Dec 24 20:28:00 2010 +0000 + + libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file fds into executed subprocesses + +commit 9dcf1d9e603ecf66fc67f3f110168a3e0a4f57fa +Author: Manuel Munz +Date: Tue Dec 21 22:07:57 2010 +0000 + +commit 309d6adb9a2e700246412a11eb2a31f09e40e2db +Author: Manuel Munz +Date: Fri Dec 17 03:40:54 2010 +0000 + + po/freifunk: Add translations for olsr-overview page + +commit 56bff936e759d85cd6de765b1f4cf4f485497ab8 +Author: Manuel Munz +Date: Fri Dec 17 03:35:17 2010 +0000 + + modules/freifunk: Fix a problem that happened when ipv6 was not enabled by adding checks + +commit 1a2165b0bd10694db696daa79ea1e388ecae4ef2 +Author: Manuel Munz +Date: Fri Dec 17 02:16:21 2010 +0000 + + modules/freifunk: Delete cgi-bin-{nodes,status}.html because they were moved to applications/luci-olsr + +commit 210d77543369ab3f44e5aa4894ed82134019c1b5 +Author: Manuel Munz +Date: Fri Dec 17 02:14:28 2010 +0000 + + applications/luci-olsr: Add overview page, move old index to neigbors + +commit f68906c20fa82065196d37e243c5819f7ff18ea9 +Author: Jo-Philipp Wich +Date: Thu Dec 16 15:59:25 2010 +0000 + + libs/web: fix error in wep key validation + +commit d2b8dbe8118b756e517e49de81afe0a1a737b921 +Author: Manuel Munz +Date: Wed Dec 15 18:32:33 2010 +0000 + + po/freifunk: Forgot to remove one entry in template + +commit 6951da02ce0b5ffa5593d31173cee92d1b33ee3d +Author: Manuel Munz +Date: Wed Dec 15 16:35:19 2010 +0000 + + modules/freifunk: Make status page update dynamically with javascript and small cosmetic changes. + +commit d0c8c5b5327484dbd88c924d5f44a33c11af8893 +Author: Manuel Munz +Date: Wed Dec 15 16:26:02 2010 +0000 + + po: Add 'used' to base and remove translations that are already in base + +commit 4f65a012952bc4f0996e7e39087ac62ebf490ff8 +Author: Manuel Munz +Date: Wed Dec 15 01:04:38 2010 +0000 + + libs/sgi-uhttpd: move exectime inside handle_request + +commit 4e3cc9a8861347be2c96cb70adbde2a4f9fac75f +Author: Manuel Munz +Date: Wed Dec 15 00:42:56 2010 +0000 + + libs/sgi-uhttpd: Add variable exectime to measure script execution time + +commit 406531a84c5560d1ea290bd4c6e15f47f587d303 +Author: Manuel Munz +Date: Wed Dec 15 00:36:33 2010 +0000 + + themes/freifunk-generic: Prevent crash when exectime is not set. + +commit ce53878706b8d2682a5eb04c234b0601817edd87 +Author: Manuel Munz +Date: Mon Dec 13 13:08:27 2010 +0000 + + applications/luci-app-olsr-viz: Add entry in contrib/package/luci/Makefile + +commit 031a62ce9764c08671cece985c363790b1499420 +Author: Manuel Munz +Date: Mon Dec 13 12:12:42 2010 +0000 + + themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup + +commit 39578a6b72782d8d39b0450346bf0fa1bbb909a1 +Author: Jo-Philipp Wich +Date: Sun Dec 12 20:16:13 2010 +0000 + + libs/web: change "module" variable to "modname" in dispatcher.lua, solves apidoc artefacts + +commit 725c424a759ca55017a50947fa871b44c7a8b8ef +Author: Manuel Munz +Date: Sun Dec 12 15:08:56 2010 +0000 + + applications/luci-olsr: If InterfaceDefaults are set for a value and it is unset in the interface section then show the value from InterfaceDefaults instead of the olsrd default value. This aims to fix #175 + +commit 99881d9cb66c49c0011360d54e8c9c14d271a859 +Author: Manuel Munz +Date: Sun Dec 12 15:01:39 2010 +0000 + + libs/core: Create get_first() in uci model + +commit 80b5a4b6f88b8ecbcb27bfd062b37e249e78ced9 +Author: Manuel Munz +Date: Sat Dec 11 17:14:13 2010 +0000 + + build/: Replace -or with -o #133 + +commit 7210e6470849e003e3cb2df80ca8b4f3966a6239 +Author: Manuel Munz +Date: Sat Dec 11 17:08:03 2010 +0000 + + applications: Add luci-olsr-viz (ported from fff-1.7.4) + +commit 75e1a4cfbcedaa0185c087b3fae35e847500c3fa +Author: Manuel Munz +Date: Sat Dec 11 03:41:08 2010 +0000 + + applications/luci-splash: Fix typo + +commit 3f8bc05e5b79db2ec03a7215dfa2d9359619882b +Author: Manuel Munz +Date: Sat Dec 11 03:38:35 2010 +0000 + + applications/luci-splash: Add cache control + +commit 99b89b182c4e754e4927f46e880ac09a1ae62222 +Author: Manuel Munz +Date: Tue Dec 7 19:33:50 2010 +0000 + + po/de/base.po: Fix typo + +commit 4177be46fdfcf33cd900ba3517941cea8ce1f7db +Author: Manuel Munz +Date: Tue Dec 7 19:18:24 2010 +0000 + + themes/freifunk-generic: Minimal fine tuning for position of input buttons + +commit 03baaa144f11b3016d33dc0b39a0551626a73014 +Author: Manuel Munz +Date: Tue Dec 7 11:27:22 2010 +0000 + + modules/freifunk: Revert last change + +commit 3f7179869fbbef1ff94b4855a06c0a739c2b6568 +Author: Manuel Munz +Date: Tue Dec 7 11:13:39 2010 +0000 + + modules/freifunk: Wifi status was not showing on brcm47xx. + +commit 698f7fde5e2dad85fdaefa8eb6d84d73de70a83f +Author: Manuel Munz +Date: Mon Dec 6 01:22:11 2010 +0000 + + themes/freifunk-generic: Don't show js-warnings on Freifunk and Splash pages + +commit 655a313479d76c453d08af0fc649ebc7b010a436 +Author: Manuel Munz +Date: Mon Dec 6 00:40:25 2010 +0000 + + themes: remove obsolete css (memorybar etc.) + +commit 617aa2f91cbec692fc3f74566677b7b265f1f8f8 +Author: Manuel Munz +Date: Mon Dec 6 00:30:03 2010 +0000 + + themes/freifunk-generic: Add warning box when js is disabled + +commit 7996c4f92cc5d538277e21626a2f984561fe04a9 +Author: Manuel Munz +Date: Sun Dec 5 23:47:08 2010 +0000 + + applications/luci-olsr: Fix problem with float values + +commit 37f83d57e3fe8e005b7091b4db0ba42f39329ac4 +Author: Jo-Philipp Wich +Date: Sun Dec 5 22:39:20 2010 +0000 + + contrib/package: make collections depend on libiwinfo + +commit 748fc464bec012972fec7e4e5ce7b81b9acdfc26 +Author: Manuel Munz +Date: Sun Dec 5 19:06:18 2010 +0000 + + applications/luci-olsr: Add smartgw status page + +commit 0a047ca8b86e25d37d7f731e7e28ae4100b9ce52 +Author: Manuel Munz +Date: Sun Dec 5 18:55:05 2010 +0000 + + modules/freifunk: forgot to make new variables local in last patch + +commit a5e14ba6b2a1517660726a9664327a16d129c2f7 +Author: Manuel Munz +Date: Sun Dec 5 18:53:00 2010 +0000 + + modules/freifunk: Prevent injections + +commit 8027502b3595f7810d29abdf1adac6476461ddda +Author: Jo-Philipp Wich +Date: Sun Dec 5 18:22:30 2010 +0000 + + libs/httpclient: fix cookie handling (#141) + +commit 246603437f16184f12cbdec88a4a2e52e33c74c8 +Author: Jo-Philipp Wich +Date: Sun Dec 5 18:01:47 2010 +0000 + + po: restore rrdtool translations + +commit 1208a34bb4be0de0b4e09fad188b9fc319008b45 +Author: Jo-Philipp Wich +Date: Sun Dec 5 17:58:26 2010 +0000 + + applications/luci-statistics: repair rrdtool i18n handling + +commit 99bf12fb631b5633e8654123aa9e3a40a168a605 +Author: Jo-Philipp Wich +Date: Sun Dec 5 17:37:59 2010 +0000 + + libs/web: add field validation for add section name inputs + +commit b49c904552d26352f188816bfcf404b1301371b2 +Author: Jo-Philipp Wich +Date: Sun Dec 5 16:42:36 2010 +0000 + + applications/luci-polipo: add a simple status frame + +commit 8a37f5600685b44848116e9670d14a7c255564e4 +Author: Manuel Munz +Date: Sun Dec 5 15:02:44 2010 +0000 + + applications/luci-olsr: Add Hostnames, show v6 infos. Most parts of this are from patrick(at)lunatiki(dot)de again, thanks. + +commit 7d9af5b7bb60b1e2dfeb37e7d37106cc3c12517f +Author: Jo-Philipp Wich +Date: Sun Dec 5 14:12:41 2010 +0000 + + applications/luci-tinyproxy: load correct translation + +commit 543c7e944f79affac6af1af33e01a5bbf341103f +Author: Jo-Philipp Wich +Date: Sun Dec 5 04:08:51 2010 +0000 + + contrib: mark luci-essentials as broken + +commit 5dd3b57bbbe526b2043da2a0c44fd7389af5834d +Author: Jo-Philipp Wich +Date: Sun Dec 5 03:57:29 2010 +0000 + + libs/core: always use internal network ids for admin links to wifi networks (#172) + +commit ea294f0b645a04db24a7dc75057cec48f6493bd7 +Author: Jo-Philipp Wich +Date: Sun Dec 5 03:21:52 2010 +0000 + + libs/core: ignore sit0 in network model + +commit 69b019acf37b69d1becad27e1a8b7a3818d61253 +Author: Jo-Philipp Wich +Date: Sun Dec 5 03:09:27 2010 +0000 + + po: resync polipo translation + +commit 33aa8d36d0abd3e684661167aef218e1e776d8bb +Author: Jo-Philipp Wich +Date: Sun Dec 5 03:09:06 2010 +0000 + + applications/luci-polipo: fix polipo page + +commit bf2a9c3c5e384f196693b92782cd66b0c9f29b86 +Author: Jo-Philipp Wich +Date: Sun Dec 5 02:01:38 2010 +0000 + + applications/luci-olsr: redirect to interface config when adding a new if + +commit b375106e826efd8c20fb17c3997a9e2be259f0c4 +Author: Jo-Philipp Wich +Date: Sun Dec 5 01:57:21 2010 +0000 + + contrib: remove olsrd-luci + +commit 7e32981740ef29e492bf986e26bcfce6dcd662c8 +Author: Jo-Philipp Wich +Date: Sun Dec 5 01:56:40 2010 +0000 + + contrib: make remove dependency to custom olsrd + +commit 52b69bbcff6a0e60d57adf89617b16237bb70625 +Author: Jo-Philipp Wich +Date: Sun Dec 5 01:55:02 2010 +0000 + + applications/luci-olsr: rework ui + +commit 6c84824d793a9621290485804b0dc370afdefe7b +Author: Jo-Philipp Wich +Date: Sun Dec 5 00:54:18 2010 +0000 + + libs/web: handle empty tables in Map.set() + +commit 090ce4f17e13e81a459e1ef0e9d6db974d97579c +Author: Jo-Philipp Wich +Date: Sun Dec 5 00:19:09 2010 +0000 + + libs/web: add float and ufloat datatypes for field validation + +commit 8c9acb01f4e345a096042a994e1655b21689a3cf +Author: Jo-Philipp Wich +Date: Sat Dec 4 23:25:14 2010 +0000 + + libiwinfo: fix scan issues in nl80211, encryption detection fixes for madwifi + +commit 2530590e50ec8c0fddc9f9ce03c0b65b5476a8bd +Author: Jo-Philipp Wich +Date: Fri Dec 3 22:24:08 2010 +0000 + + modules/admin-full: 6to4 now supports multiple internal networks + +commit 2a0903bc5018fe17fab8abaac6d24acfa382c869 +Author: Jo-Philipp Wich +Date: Fri Dec 3 12:41:12 2010 +0000 + + libs/web: fix dynamic list handling + +commit 02ad68a4062b336c962513d3e75aeca7a5348dbb +Author: Jo-Philipp Wich +Date: Thu Dec 2 12:21:18 2010 +0000 + + modules/admin-full: add supported bands to wifi overview adapter titles + +commit 4e1bf37c4345bffa149f144a0c435df9b7fc4e1a +Author: Jo-Philipp Wich +Date: Wed Dec 1 21:17:39 2010 +0000 + + modules/admin-full: add uptime to iface status templates + +commit a493e28e91248d6c4e9dbf4682d882a22647d914 +Author: Jo-Philipp Wich +Date: Wed Dec 1 21:16:49 2010 +0000 + + modules/admin-full: utilize luci.model.network, add uptime in iface_status action + +commit 9d83aafb789a5c4ffdefcc3e336354485e80fc38 +Author: Jo-Philipp Wich +Date: Wed Dec 1 21:15:59 2010 +0000 + + libs/core: fix nil access, implement luci.model.network.network.uptime() + +commit de3ea4e95687812e6aeb2f109f5c9fbac0bd4a08 +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:59:36 2010 +0000 + + libs/web: remove debug code from cbi.js + +commit d7ff116d8a793d47eeca319339bdb75c69445d4c +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:54:52 2010 +0000 + + modules/admin-full: use String.format('%t', ...) in lease status template + +commit 9abe328f9a85db356d0be69887d594edaa748c34 +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:53:29 2010 +0000 + + libs/web: add %t format to String.format(), fix float formatting + +commit 438df402b04b9a086c6cdecc48b2f72473c6d5a5 +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:30:43 2010 +0000 + + themes/openwrt: increase content width to 96%, more space on small resolutions + +commit 22aa83de00ca5f89f54d2e07137e9faea29cf667 +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:07:17 2010 +0000 + + modules/admin-full: resolve scope issue in previous commit + +commit 9be4231a10d6482282ed7f290b9b30ec49558d1a +Author: Jo-Philipp Wich +Date: Wed Dec 1 20:03:13 2010 +0000 + + modules/admin-full: hide rdate if not present in config + +commit 12f0c3cdd6336e79360846bd233189f2cd281fce +Author: Manuel Munz +Date: Wed Dec 1 12:31:07 2010 +0000 + + modules/freifunk: show warning when libiwinfo is not installed. + +commit 86c1ce3f9ab611447ad7991cf3d5a7fc7def0d9f +Author: Manuel Munz +Date: Tue Nov 30 21:57:25 2010 +0000 + + applications/luci-olsr: Prepare for the switch to olsrd-0.6.x + +commit c956319f01be752621673e5e190efe84d572039e +Author: Jo-Philipp Wich +Date: Tue Nov 30 19:57:38 2010 +0000 + + libiwinfo: properly detect open network reported by wpa_supplicant + +commit ced440f886cead1ae33eb1021c34131c20221dfd +Author: Jo-Philipp Wich +Date: Mon Nov 29 15:17:39 2010 +0000 + + applications: remove luci-app-livestats + +commit e55f2e12a8b87db8e2da4819f0d828819b687914 +Author: Jo-Philipp Wich +Date: Mon Nov 29 15:14:50 2010 +0000 + + applications/luci-ddns: fix selection of custom update_url + +commit 143131ea77822c3fa84a093f796aae1ee46120dc +Author: Jo-Philipp Wich +Date: Mon Nov 29 14:14:17 2010 +0000 + + modules/admin-full: track non-tcp or udp connections, use /proc/net/nf_conntrack on newer systems + +commit a3207ded531e9c1288f58642922fd0686aea8a8e +Author: Jo-Philipp Wich +Date: Sun Nov 28 20:25:03 2010 +0000 + + libs/web: fix filtering of overlong utf8 sequences + +commit ceff3fc35cb86259370146aac00a5db6bd8434a6 +Author: Jo-Philipp Wich +Date: Sun Nov 28 18:01:07 2010 +0000 + + modules/admin-full: implement connection graph, cross browser fixes + +commit 750b02349417205cfbdfc4a0c49a858f72ab0aa5 +Author: Jo-Philipp Wich +Date: Sun Nov 28 14:40:43 2010 +0000 + + modules/admin-full: implement load graph + +commit 45cedb0fbd1da30558246214f69f4dba969d47e4 +Author: Jo-Philipp Wich +Date: Sun Nov 28 06:51:33 2010 +0000 + + modules/admin-full: fix ordering + +commit 9c6efa15544b5523d69f06f6b798c970eeb2932d +Author: Jo-Philipp Wich +Date: Sun Nov 28 06:50:38 2010 +0000 + + modules/admin-full: hide special interfaces like imq0, mon.wlan0 etc. + +commit ea8465e98b52a35661b45070b2b9b7850801e69e +Author: Jo-Philipp Wich +Date: Sun Nov 28 06:45:10 2010 +0000 + + modules/admin-full: remove leftover debug html + +commit ae3825387bd9b47813e0b862db38959e7000cb02 +Author: Jo-Philipp Wich +Date: Sun Nov 28 06:41:45 2010 +0000 + + modules/admin-full: add SVG based realtime bandwidth status + +commit f45d5fb952aecd48080c0b48580d0b2113769e2b +Author: Manuel Munz +Date: Sat Nov 27 18:44:47 2010 +0000 + + modules/freifunk: Fix whitespace errors + +commit 16b42cd2743dfc3b8baba76277eeee781391ee94 +Author: Manuel Munz +Date: Sat Nov 27 18:35:44 2010 +0000 + + modules/freifunk: Add latlon to all profiles and add profiles for Dresden, Neuss, Pberg, Piraten Bergisches Land and Piraten Dresden. Thanks to patrick(at)lunatiki(dot)de + +commit aaeec06e3ec88e3126008339fc42e81fcfb50d44 +Author: Jo-Philipp Wich +Date: Sat Nov 27 18:24:38 2010 +0000 + + modules/admin-full: display an error if libiwinfo is not installed + +commit 34ee1629766969e514dc878ebc53208926bdaf16 +Author: Jo-Philipp Wich +Date: Sat Nov 27 18:18:06 2010 +0000 + + libs/web: render aggregated messages + +commit 6e97be1e9233fe7d99818bba394c2649a4433cc7 +Author: Jo-Philipp Wich +Date: Sat Nov 27 18:17:15 2010 +0000 + + libs/web: add the ability for maps to push error messages to the global page header + +commit aec41da4e09672a48cf7ce25fb0bbfc8d742957d +Author: Manuel Munz +Date: Sat Nov 27 17:16:09 2010 +0000 + + applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan for olsrd-mod-mdns. Thanks to patrick(at)lunatiki(dot)de + +commit b2f060169cf3bba91e2c2cc945007b49fc4ed641 +Author: Jo-Philipp Wich +Date: Sat Nov 27 17:09:17 2010 +0000 + + contrib: derive iwinfo default selection from luci-lib-sys, not core + +commit e29167801238586e90b9437877a2caf21c5f1552 +Author: Jo-Philipp Wich +Date: Sat Nov 27 16:57:39 2010 +0000 + + libs/sys: protect iwinfo loading and return stub if module is not present + +commit 37ac71b816b395e4ed9a16b02fa04eafea81a6a9 +Author: Jo-Philipp Wich +Date: Sat Nov 27 16:32:12 2010 +0000 + + contrib: remove hard dependency on libiwinfo, madwifi scan fixes + +commit e8490c385facaca9ceb2b15303f3ebc3a0b3c722 +Author: Jo-Philipp Wich +Date: Sat Nov 27 16:29:33 2010 +0000 + + libs/sys: lazy load iwinfo + +commit 0cdf9d7ead3027da368910f6e08a784948681cc4 +Author: Jo-Philipp Wich +Date: Sat Nov 27 05:26:48 2010 +0000 + + applications/luci-firewall: minor tweaks on config pages + +commit 2e0fbbadc546e37baf13416e66aa5173ca604f5c +Author: Jo-Philipp Wich +Date: Sat Nov 27 04:55:38 2010 +0000 + + modules/admin-full: rework fstab pages, include extroot options + +commit 21c441c5d1be85f0939484bb26f3f70e3ea453b7 +Author: Jo-Philipp Wich +Date: Fri Nov 26 16:50:11 2010 +0000 + + modules/admin-full: honour keep settings choice on firmware upgrade + +commit 0ba2c5c66135d9f38e14deda5c97d6f5965d6a0c +Author: Jo-Philipp Wich +Date: Fri Nov 26 16:41:30 2010 +0000 + + modules/admin-full: remove debug code for firmware upgrade + +commit d0038577759fed19d7cb7d1e0d8aa9951829e55d +Author: Manuel Munz +Date: Fri Nov 26 14:14:41 2010 +0000 + + modules/freifunk: Argh, accidentally reverted translation string. + +commit 1c0f48fed622ceb1298091cf2db954b809ad8f84 +Author: Manuel Munz +Date: Fri Nov 26 14:12:35 2010 +0000 + + modules/freifunk: Optimize variable init and fix whitespace issues + +commit 4451d551a460c7d36828dc26bdf62360a4496e5a +Author: Manuel Munz +Date: Fri Nov 26 13:43:20 2010 +0000 + + modules/freifunk: fix typo + +commit f71776c1cda35263e70659c5ea54a8d5822dba97 +Author: Manuel Munz +Date: Fri Nov 26 11:01:08 2010 +0000 + + modules/freifunk: Rewrite status as view and use iwinfo + +commit f1c6b2974b390ded27dda7b6d3165111a1387cea +Author: Manuel Munz +Date: Thu Nov 25 16:29:42 2010 +0000 + + modules/freifunk: Add profile for Bern. (#169) + +commit de791e99170dde3ce1349b66a9eeba74ec1569bf +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:53:04 2010 +0000 + + themes/openwrt: increase menu font size + +commit 5b67f92b6fb535fe77ee180c376c0393a3b36ecf +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:51:56 2010 +0000 + + themes/openwrt.org: minar style tweaks + +commit 2d5d5a860c25d36493a18b7d8fcce81b13cfc122 +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:15:44 2010 +0000 + + modules/admin-core: remove luci-flash + +commit 3b5123937e901ee70cf5b602d7efcf83d23dc0ee +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:14:10 2010 +0000 + + libs/sys: remove luci.sys.flash() + +commit 77ae07c88f9d27d60c7d98a81d83386d60d36645 +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:06:22 2010 +0000 + + modules/admin-full: pass along backlink in uci pages + +commit e17e66be6ee85e545cc9b3d4dabaa3e03354eb63 +Author: Jo-Philipp Wich +Date: Thu Nov 25 08:05:21 2010 +0000 + + themes/openwrt: pass backlink to uci changes menu + +commit 5b05e6d020f1d56cc5cf9da7ed218ebefb17f9b1 +Author: Jo-Philipp Wich +Date: Wed Nov 24 20:14:44 2010 +0000 + + modules/admin-full: style fixes on diagnostics page + +commit 23da14d3031ff796adedfd8bf122b4dae48fcdbc +Author: Jo-Philipp Wich +Date: Wed Nov 24 20:09:37 2010 +0000 + + modules/admin-full: add diagnostics page with ping / traceroute / nslookup + +commit c897d47af216560479aa232bd103fe1f5efb01e2 +Author: Jo-Philipp Wich +Date: Wed Nov 24 13:42:20 2010 +0000 + + modules/admin-full: fix backup generation + +commit 305b25486af424d89ccfc2fd7607579f90735602 +Author: Jo-Philipp Wich +Date: Wed Nov 24 05:05:39 2010 +0000 + + applications/luci-wol: fix XSS + +commit 168f025719868f6fc723fa87c27e71bad5027aa6 +Author: Jo-Philipp Wich +Date: Wed Nov 24 04:19:23 2010 +0000 + + applications/luci-wol: add static lease macs to suggestion list + +commit cbe2cb545ce847ddb488ecf52141f560f6cab9ed +Author: Manuel Munz +Date: Wed Nov 24 01:07:45 2010 +0000 + + applications/luci-splash: Use conffiles to store splashtext on sysupgrade + +commit a411c56c8776a7f9844a9c4baebfb08cec00afd7 +Author: Manuel Munz +Date: Tue Nov 23 23:40:54 2010 +0000 + + modules/freifunk/services: Use cbi table style + +commit a0cc210a688db0e68719ffe10c2fc94415ddd96d +Author: Manuel Munz +Date: Tue Nov 23 23:32:18 2010 +0000 + + theme/freifunk-generic: fix html markup and clean/modify css + +commit 6d02d50d461356343b742a2914b85e2d6d0ba5e1 +Author: Jo-Philipp Wich +Date: Tue Nov 23 23:19:40 2010 +0000 + + libs/web: fix IPv6 live validation + +commit f3d0ba58e526bb52d19811848caed002ea642ad8 +Author: Jo-Philipp Wich +Date: Tue Nov 23 22:38:01 2010 +0000 + + modules/admin-full: disable hosts page if dnsmasq is not installed + +commit 5486d7f8e6002e04d69ffec74491b43488f6d3d1 +Author: Manuel Munz +Date: Tue Nov 23 01:20:20 2010 +0000 + + themes/freifunk-generic: Add changes from r6523 for new button types + +commit 0ef9ecc1d79e33d13481d4a8a95b97bff697428a +Author: Manuel Munz +Date: Tue Nov 23 01:14:28 2010 +0000 + + theme/freifunk-generic: save 80B by using short form for black + +commit 9dc9b63282b8f7083ac4f682ac76fae3c521debb +Author: Jo-Philipp Wich +Date: Tue Nov 23 01:13:13 2010 +0000 + + themes/openwrt: suppress password warning on low privilege pages which have no access to /etc/passwd + +commit 450bdd5a401388ed709a178ef4561d87c21c323b +Author: Manuel Munz +Date: Tue Nov 23 01:02:21 2010 +0000 + + Add possibility to show execution time in the footer + +commit 1aa676d501f806109d626665cd82390c175fd029 +Author: Jo-Philipp Wich +Date: Tue Nov 23 00:11:00 2010 +0000 + + modules/admin-full: make menus work with no dnsmasq or firewall installed + +commit 9c3db58ee44dfd411336d7d460d0f7a6a10f0ee3 +Author: Jo-Philipp Wich +Date: Mon Nov 22 00:32:54 2010 +0000 + + libs/web: combine apply actions of all maps on a page, prevents concurrent XHR + +commit cf6bda5c9634c60ee7237b95c7e283872c20d122 +Author: Manuel Munz +Date: Sun Nov 21 19:17:22 2010 +0000 + + Move redirects to modules/freifunk (#151) + +commit f377dd86f48a3aab1fde8155b0bdf260fdd21c28 +Author: Jo-Philipp Wich +Date: Sun Nov 21 14:29:10 2010 +0000 + + contrib: remove stray reference to openwrt-light theme + +commit 43a72918db4ed34126a2929f38d593f353fe04aa +Author: Jo-Philipp Wich +Date: Sun Nov 21 03:23:48 2010 +0000 + + applications/luci-radvd: fix removal of section in overview page + +commit b1b2e79afeb038225723a2ca023c77f7c67d19f2 +Author: Jo-Philipp Wich +Date: Sun Nov 21 03:09:13 2010 +0000 + + contrib: register radvd package + +commit d02dfa81beccbeb945171fc1bfb82d8e4adc9f06 +Author: Jo-Philipp Wich +Date: Sun Nov 21 03:06:49 2010 +0000 + + po: init radvd translations + +commit a2eefbab4d1ba7bc2aa1779fa8f83616c3c9a209 +Author: Jo-Philipp Wich +Date: Sun Nov 21 03:03:55 2010 +0000 + + applications: add radvd frontend + +commit f72aa0c4c8d9ef8a17e521a940c6fbb1f902ef26 +Author: Jo-Philipp Wich +Date: Sun Nov 21 02:27:13 2010 +0000 + + libs/web: implement "unspecified" option for netlist widget + +commit 7892bcec29eb20ccbf6da166cac347b6a402a44a +Author: Jo-Philipp Wich +Date: Sun Nov 21 00:46:14 2010 +0000 + + libs/web: add network_netinfo widget + +commit 6b3e6fb854594d9b709945e8f0c88ebb7798be8c +Author: Jo-Philipp Wich +Date: Sun Nov 21 00:21:49 2010 +0000 + + libs/web: add "back to overview" button to page actions if .redirect is set on the corresponding map + +commit cd4c263de080990664fe458e224d2a56423ad695 +Author: Jo-Philipp Wich +Date: Sun Nov 21 00:20:42 2010 +0000 + + themes/openwrt: add CSS for link-type buttons + +commit 25754119d45d3cf8695ae0ee8c8332d69f9985c3 +Author: Jo-Philipp Wich +Date: Sun Nov 21 00:14:03 2010 +0000 + + libs/web: expose cbi map redirect property to page templates + +commit bcdc4c16b2c0ff69c14e0ad5a8e4209fbf4ee269 +Author: Jo-Philipp Wich +Date: Sat Nov 20 21:31:59 2010 +0000 + + applications/luci-tinyproxy: add status page + +commit 50432a2354cd0b894d246be4c5b4b7619ad51590 +Author: Jo-Philipp Wich +Date: Sat Nov 20 19:17:11 2010 +0000 + + po: update tinyproxy translations + +commit 59d99ff567f0cd6c751bcc48f9984b851efdc0ba +Author: Jo-Philipp Wich +Date: Sat Nov 20 19:16:39 2010 +0000 + + po: resync tinyproxy.pot + +commit 4c23e51101941657e535e1e5bb0ad6457fb1e8c9 +Author: Jo-Philipp Wich +Date: Sat Nov 20 19:16:14 2010 +0000 + + applications/luci-tinyproxy: rework configuration page + +commit be385bfcc63a4e75698ea7b564b0c1f5e50ba4ed +Author: Jo-Philipp Wich +Date: Sat Nov 20 18:35:44 2010 +0000 + + libs/web: better server side handling of DynList values + +commit d79895c0c3d8ac11e34a59a60e11d304c01fb08f +Author: Jo-Philipp Wich +Date: Sat Nov 20 18:24:17 2010 +0000 + + libs/web: fix DynList template for empty values + +commit ff58e81d18a23fcbdfea89044b0600bcdd2d06da +Author: Jo-Philipp Wich +Date: Sat Nov 20 18:08:18 2010 +0000 + + libs/web: skip empty values in DynList widget + +commit aa0f710867cc4333df4efa3fdb45ae2ed51e9c50 +Author: Jo-Philipp Wich +Date: Sat Nov 20 17:23:44 2010 +0000 + + applications/luci-firewall: some fixes on redirection page + +commit 26d33454f0f151cad9ad2504c5f7b5740bb3d2a6 +Author: Jo-Philipp Wich +Date: Sat Nov 20 17:00:21 2010 +0000 + + contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI if luci-lib-core is selected as m + +commit 7a7874d14e8d03dd29bd02c597ab4f85d75e45c7 +Author: Jo-Philipp Wich +Date: Fri Nov 19 17:35:06 2010 +0000 + + libs/web: give cbi tabcontainers a CSS class + +commit b4e6abe5bf3eae0d6da100358b2b71101dab4802 +Author: Manuel Munz +Date: Thu Nov 18 19:53:33 2010 +0000 + + modules/freifunk: Fix ff_mapupdate and close #128 + +commit 9c8d860e69ee8781d0f00db805cf1038763782f4 +Author: Manuel Munz +Date: Thu Nov 18 18:08:23 2010 +0000 + + applications/luci-statistics: Add ping interval option, closes #136 + +commit 895c65738100e29ce28ec9e65d060ce8e7cb3952 +Author: Jo-Philipp Wich +Date: Thu Nov 18 14:54:46 2010 +0000 + + modules/admin-full: fix swapped RX/TX in iface overview (#165) + +commit d41175aaa459ae867ed50247d972a1ad7f0e6bb1 +Author: Manuel Munz +Date: Thu Nov 18 14:01:29 2010 +0000 + + i18n/base: Add translations for external protocol server port + +commit 14128c29e43b6a77ca03763e4226f000c1c87783 +Author: Manuel Munz +Date: Thu Nov 18 13:49:52 2010 +0000 + + modules/admin-full/system: Add option for log_port + +commit 572e426a01e90c4e54fed8e863a2e5e182557725 +Author: Manuel Munz +Date: Thu Nov 18 13:12:51 2010 +0000 + + applications/luci-statistics: Add double quote around host and port. Closes: #154 + +commit 8c71e234dcfc78b6053912d89e2e25731671f9a3 +Author: Manuel Munz +Date: Thu Nov 18 10:31:51 2010 +0000 + + modules/freifunk: Add netmask to marburg community template + +commit 610629769ae9b5e6b74fd3f1d5812b8ba3bbc105 +Author: Manuel Munz +Date: Thu Nov 18 10:30:17 2010 +0000 + + modules/freifunk: fix community template for augsburg + +commit 779375e84b55a6a543b1d6032f3bd4d313d84840 +Author: Jo-Philipp Wich +Date: Thu Nov 18 10:23:23 2010 +0000 + + themes/base: fix xhr.js for https:// access + +commit e9174fbba153ae7ba53f81ef15f1ed95e655c702 +Author: Manuel Munz +Date: Thu Nov 18 09:42:23 2010 +0000 + + themes/freifunk-generic: Add xhr.js in header + +commit c30a8a9d52120daeff79ddbd28e40f34d440adc9 +Author: Manuel Munz +Date: Thu Nov 18 09:28:16 2010 +0000 + + modules/freifunk: Fix/add some translations + +commit 00c2ca662286cc602460d1eabd162bea7c54436a +Author: Manuel Munz +Date: Thu Nov 18 09:19:51 2010 +0000 + + app-luci-olsr: Fix translations + +commit f3218c456a853e8ec53715525ee97a279083493b +Author: Jo-Philipp Wich +Date: Thu Nov 18 07:21:14 2010 +0000 + + themes/base: several IE related fixes in XHR class + +commit dfc723af3ec8a47871fa27b9b9fb837895453777 +Author: Jo-Philipp Wich +Date: Thu Nov 18 04:48:32 2010 +0000 + + applications/luci-firewall: filter carriage returns in received custom rules text + +commit 40254276927f08fd24b874e287795ff86cc2b7d8 +Author: Jo-Philipp Wich +Date: Thu Nov 18 04:25:07 2010 +0000 + + modules/admin-full: layout tweaks + +commit aa4e848841402844611b12002df04f8226b272fa +Author: Jo-Philipp Wich +Date: Thu Nov 18 04:24:07 2010 +0000 + + themes/openwrt: layout tweaks + +commit c1092f58460bd4bb55f6ddc1c809b4ccd64966b8 +Author: Jo-Philipp Wich +Date: Thu Nov 18 04:11:41 2010 +0000 + + themes/base: forgot to scale down one image + +commit 963b9b47d51e2118e7f7dfa90ba4976d599e5afc +Author: Manuel Munz +Date: Thu Nov 18 03:44:42 2010 +0000 + + modules/freifunk: Fix german translation, again. + +commit e73df4fb450c64ecdb5b053240064410a527d85c +Author: Jo-Philipp Wich +Date: Thu Nov 18 03:41:13 2010 +0000 + + modules/admin-full: use big wifi icons + +commit 2501996b34c61fcdcdf5209f04124bee7f5fb9fc +Author: Jo-Philipp Wich +Date: Thu Nov 18 03:40:13 2010 +0000 + + themes/base: scale down icons + +commit 30771b229713ff340ce8bf8993f3019cd384ad82 +Author: Manuel Munz +Date: Thu Nov 18 03:34:12 2010 +0000 + + modules/freifunk: Fix german translation + +commit e8a9cad684d875a2f2c6dcb94149409049d42492 +Author: Manuel Munz +Date: Thu Nov 18 03:29:17 2010 +0000 + + modules/freifunk: Make the public index page editable + +commit 543e129ab56f1c96962a0c9a3d8fe2279f5cd2db +Author: Manuel Munz +Date: Thu Nov 18 03:26:27 2010 +0000 + + modules/freifunk: Fix small error for wireless protocol + +commit 8e62643c6a1f26090bbd85de9861d7411d084b4d +Author: Manuel Munz +Date: Thu Nov 18 03:10:44 2010 +0000 + + modules/freifunk: Add community profile for Marburg + +commit 9888d28aa6db8412c01f3adac62240a8647d6a22 +Author: Manuel Munz +Date: Thu Nov 18 03:07:36 2010 +0000 + + themes/freifunk-generic: fix problem with save&apply + +commit 8dde0803afb55f3621d0b2d31d7f3af476d42e3f +Author: Jo-Philipp Wich +Date: Thu Nov 18 03:07:21 2010 +0000 + + libs/web: fix apply xhr for IE... + +commit 90cda51a51633d7fd1e7560927e0b180ecc5e2a0 +Author: Jo-Philipp Wich +Date: Thu Nov 18 03:01:29 2010 +0000 + + themes/openwrt: IE 7 fixes + +commit a5dc680dee61a618306b71f7e1b29b53cd5e4bc0 +Author: Jo-Philipp Wich +Date: Thu Nov 18 01:34:56 2010 +0000 + + modules/admin-full: IE fixes + +commit bc82b2fe59c0033ed12f66a8ed591406ddab836b +Author: Jo-Philipp Wich +Date: Thu Nov 18 01:32:30 2010 +0000 + + applications/luci-upnp: IE fixes + +commit e895fc8b3945cf948d668f3d686a1746d724a69e +Author: Manuel Munz +Date: Wed Nov 17 23:10:07 2010 +0000 + + Freifunk: Add german translations for services and editable splash + +commit 5da3e251c074b0c88e08bb0000518f6febee4744 +Author: Manuel Munz +Date: Wed Nov 17 22:59:08 2010 +0000 + + Freifunk: Make the splash page editable + +commit b05459541234cf4902a57dea0865185210140ad5 +Author: Manuel Munz +Date: Wed Nov 17 22:45:36 2010 +0000 + + Freifunk: Add page to show services announced by olsrd + +commit f00bf93f0739040b68fd53499652bcb00307fb8e +Author: Manuel Munz +Date: Wed Nov 17 22:34:21 2010 +0000 + + Add luci-theme-freifunk-generic + +commit 01039b7fb66c4afa065a49b0b98889c0cb51ead8 +Author: Jo-Philipp Wich +Date: Wed Nov 17 15:24:13 2010 +0000 + + applications/luci-upnp: xhr fix + +commit 184523b6e7f534c45e4a4a3d2151100cdba57b16 +Author: Jo-Philipp Wich +Date: Wed Nov 17 15:23:21 2010 +0000 + + modules/admin-full: xhr fixes + +commit 4121f34ac005ed0af727267fd96d9f5492664cce +Author: Jo-Philipp Wich +Date: Wed Nov 17 15:09:18 2010 +0000 + + libs/web: make apply_xhr less aggressive, only rerequest status if previous response returned + +commit e077f36436dda2461ffeeb44fac3f55f21e94850 +Author: Jo-Philipp Wich +Date: Wed Nov 17 14:31:14 2010 +0000 + + libiwinfo: fix several nl80211 issues, detect used WEP mode in madwifi + +commit b095337a949fd57e2fa87e690d47ce6709ea1b88 +Author: Jo-Philipp Wich +Date: Wed Nov 17 02:36:08 2010 +0000 + + po: solve another bunch of typos in the german base translation + +commit 9468ae1a0058f0dc5fae52e644dbc38da271ca10 +Author: Jo-Philipp Wich +Date: Wed Nov 17 02:31:02 2010 +0000 + + po: update german initmanager translation + +commit 145d769a93f7709624b8e744de0bbdbb863c81cf +Author: Jo-Philipp Wich +Date: Wed Nov 17 02:16:44 2010 +0000 + + po: fix a typo in german firewall translation + +commit 12510baaccddadbb2163fa99a1bb00b9532a2058 +Author: Jo-Philipp Wich +Date: Wed Nov 17 02:16:14 2010 +0000 + + applications/luci-firewall: fix translation loading + +commit 7396c686032320ca2714d5bc0deb35de63ee9990 +Author: Jo-Philipp Wich +Date: Wed Nov 17 02:09:19 2010 +0000 + + po: another base translation update + +commit ba226fda1ba8a5e0e12043384bbd05b3f4ed3059 +Author: Jo-Philipp Wich +Date: Wed Nov 17 01:57:53 2010 +0000 + + modules/admin-full: add missing translations to switch config page + +commit 218ca5d73114466f0b48a5ac40c13ce9e9a4db1d +Author: Jo-Philipp Wich +Date: Wed Nov 17 00:06:40 2010 +0000 + + modules/admin-full: fix disabling of rebind protection in dnsmasq config + +commit bc17d19369f27372ec87d3c3ee31598a53c82370 +Author: Jo-Philipp Wich +Date: Tue Nov 16 23:35:11 2010 +0000 + + po: resync base translations + +commit 99b2e5221aa86c8c15e2cc0aef3af61d5c1df5a9 +Author: Jo-Philipp Wich +Date: Tue Nov 16 23:34:57 2010 +0000 + + po: add more missing entries to base.pot + +commit 752db69f53e14d21927c1f3d87d4b944aa70bcd1 +Author: Jo-Philipp Wich +Date: Tue Nov 16 23:28:29 2010 +0000 + + po: add cbi entris to base.pot + +commit 85d947809f091054d39359df992dceca75466878 +Author: Jo-Philipp Wich +Date: Tue Nov 16 22:11:48 2010 +0000 + + po: resync base translation, update german translation + +commit 1962ec397b2a61e42bfb33e8390a609a322a79a1 +Author: Jo-Philipp Wich +Date: Tue Nov 16 22:09:00 2010 +0000 + + po: update base translation + +commit 4fb54c620559dd6eb22e429bdbf3aba1e81c30e8 +Author: Jo-Philipp Wich +Date: Tue Nov 16 22:06:49 2010 +0000 + + po: update german base translation + +commit a6bfc44945a38d440a26abaa26fc989815f43f2a +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:49:39 2010 +0000 + + po: update german firewall translation + +commit 94b744202036414b3d146df7241cd69ea6eec073 +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:13:44 2010 +0000 + + po: resync firewall translations + +commit 255cc1d2e746c6356897cd1901e1a97c3bf59b23 +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:13:20 2010 +0000 + + po: resync firewall.pot + +commit c45f3545cfd1f78b37cbe41925063f4c449163e0 +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:12:30 2010 +0000 + + applications/luci-firewall: change po name to firewall + +commit 141aea7e42f86bec142633aacd6c8681dde3e86d +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:12:05 2010 +0000 + + po: rename luci-fw.po to firewall.po + +commit 7bec44b4b360d57b339520e8618f29cc184cbfb9 +Author: Jo-Philipp Wich +Date: Tue Nov 16 20:06:15 2010 +0000 + + po: add german vnstat translation + +commit d329021027b62247c5e237961d26785b11a2db10 +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:55:30 2010 +0000 + + po: initialize vnstat.po for all languages + +commit 6a45317158fd36b48236461c67b4f2f878a4994a +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:50:46 2010 +0000 + + po: resync vnstat.pot + +commit 7a183b75ecff62cb931681cefc2950f1e39545ff +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:49:50 2010 +0000 + + contrib: fix a typo in luci makefile + +commit 9b9ac7d024e6bb91b4bef7cea843125bb46b00b9 +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:44:57 2010 +0000 + + themes: drop openwrt-light + +commit fd99cf08af610c93eef383587cf104dea38bccf3 +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:44:33 2010 +0000 + + contrib: remove luci-light collection, throw out admin-mini of default collection, remove openwrt-light theme as it is now nerly identical to default + +commit 5bf39be4c6df089d57d521ece83712ddf4c5a0f9 +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:32:49 2010 +0000 + + po: resync base translations + +commit d327b975550eed16c34f89763fea4d5bd63e43df +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:28:06 2010 +0000 + + po: resync base.pot + +commit 37c749025d2b5f9db121ebab24f2062d80ff5ca1 +Author: Jo-Philipp Wich +Date: Tue Nov 16 19:06:51 2010 +0000 + + modules/admin-full: rework static routes config, add metric, mtu and live validation + +commit c20dcb3612de13eeb870de31d83e816d93bdc830 +Author: Jo-Philipp Wich +Date: Tue Nov 16 18:48:02 2010 +0000 + + libs/web: add range(min,max) datatype validator + +commit b17848e82e0a7fa482900559aaf5c3a11d3f07d9 +Author: Jo-Philipp Wich +Date: Tue Nov 16 18:05:17 2010 +0000 + + libs/web: treat .rmempty like .optional for live field validation + +commit 1c243cc3b16fc33334ad958fb3e798237ff133b8 +Author: Jo-Philipp Wich +Date: Tue Nov 16 17:29:21 2010 +0000 + + contrib: fix dependency on luci-theme-base + +commit 1293c6ac2490801bad2a7a2cfe4049fad0326f3b +Author: Jo-Philipp Wich +Date: Tue Nov 16 16:30:07 2010 +0000 + + libs/px5g: fix compilation on OpenWrt trunk + +commit 39a48ea2699eeb51eefa8ed92de91258a04bc8a1 +Author: Jo-Philipp Wich +Date: Tue Nov 16 15:10:23 2010 +0000 + + contrib: remove asterisk-xip + +commit ce8855055915b91d6a388f9967c0244f8be8921b +Author: Jo-Philipp Wich +Date: Tue Nov 16 00:04:28 2010 +0000 + + modules/admin-full: fix wifi join + +commit 3386d649ea5c7b98ab654e0ae9c7228615b476b2 +Author: Jo-Philipp Wich +Date: Mon Nov 15 23:00:53 2010 +0000 + + modules/admin-full: readd atm bridge config + +commit 125eb141deaedbc75f9738d1aa45087ca74a6eb8 +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:11:18 2010 +0000 + + modules/admin-full: rework interface add model + +commit d26e671b78bec5448a1dfc534f461f6d658127a2 +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:09:47 2010 +0000 + + modules/admin-full: add missing svn property to previous commit + +commit 75e807e28912c89123df5a042a0a5df0b3bc936a +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:08:42 2010 +0000 + + modules/admin-full: new interface overview page, other template changes + +commit e3eef6dec687a168cd9bfbfcb360e6b9d7471dd0 +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:07:03 2010 +0000 + + applications/luci-upnp: template change + +commit b6ee173c5903eaac6ee79368bfbdbded5f4f87e7 +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:04:56 2010 +0000 + + modules/admin-full: new network actions + +commit b30437329760a0dc2a92a41172802986e499a148 +Author: Jo-Philipp Wich +Date: Mon Nov 15 22:03:45 2010 +0000 + + libs/core: network model fixes + +commit 0f7d2d2525ac5f543b9b1060c2e9da349a7cb3d3 +Author: Jo-Philipp Wich +Date: Mon Nov 15 21:27:13 2010 +0000 + + contrib: libiwinfo: swap include paths in TARGET_CFLAGS, fixes build issues if libnl-1.1 is enabled in OpenWrt + +commit 251088304ebe4862e2749d7615ca3993cbeff24a +Author: Jo-Philipp Wich +Date: Mon Nov 15 14:41:30 2010 +0000 + + modules/admin-full: template tweaks + +commit bb1af307f771d9c4e25cfa5d64ca50502a0f2f40 +Author: Jo-Philipp Wich +Date: Mon Nov 15 14:40:28 2010 +0000 + + themes/base: add json decoding to xhr.js + +commit 19d1578077f3364a02e83f561eea0fd95d523f0b +Author: Jo-Philipp Wich +Date: Mon Nov 15 12:42:24 2010 +0000 + + modules/admin-full: hide 6to4 options for other protocols + +commit 07bc8396a97ceb1a513d14f2fb9872d2174edc35 +Author: Jo-Philipp Wich +Date: Mon Nov 15 12:31:41 2010 +0000 + + modules/admin-full: add 6to4 configuration support + +commit 3ac93d53eae01e0bcb37f6055bc8b2ec86799a38 +Author: Jo-Philipp Wich +Date: Mon Nov 15 12:30:26 2010 +0000 + + libs/core: make network model 6to4 aware + +commit 59e3062cafcef9c6c59603404576da146623f0fb +Author: Jo-Philipp Wich +Date: Mon Nov 15 12:28:25 2010 +0000 + + libs/web: add support for exclude property to ifacelist and netlist widgets + +commit 442438fe9d3952e17f257b7dcefa6fb7fd279afe +Author: Jo-Philipp Wich +Date: Sat Nov 13 20:52:00 2010 +0000 + + modules/admin-full: fix join/edit links in wifi overview + +commit fa3b7ce070ca154b67d4653f1149a33ea7bef448 +Author: Jo-Philipp Wich +Date: Sat Nov 13 20:50:20 2010 +0000 + + libs/web: allow percent sign in urls + +commit cb1dee09e12ff5c62dfc1367f02f2ea6804fecfd +Author: Jo-Philipp Wich +Date: Sat Nov 13 13:58:30 2010 +0000 + + modules/admin-full: add a missing escape in packages template + +commit 0aa85e71313390dd07e1a6fb8c4d87b62c1f69a6 +Author: Jo-Philipp Wich +Date: Sat Nov 13 13:50:54 2010 +0000 + + libs/web: stricter validation in build_url(), prevents some XSS + +commit 5a03beffcb753780f3442ce3899713d08aeb0562 +Author: Jo-Philipp Wich +Date: Sat Nov 13 12:16:51 2010 +0000 + + libs/core: switch to C pcdata() implementation, its up to 7 times faster while also ensuring safe UTF-8 + +commit 8ac568acb018702b2d8234b74773877e470e4ae5 +Author: Jo-Philipp Wich +Date: Fri Nov 12 22:48:17 2010 +0000 + + libs/web: fix sanitize_utf8(), passes all testcases now + +commit 09e71acf6baa4597bc0948046c3983a8ac2bda09 +Author: Jo-Philipp Wich +Date: Fri Nov 12 22:37:50 2010 +0000 + + libs/web: add UTF-8 validation and pcdata escaping C routines to template parser + +commit 98d72baa347c26ebff9f24764564f836276638b1 +Author: Jo-Philipp Wich +Date: Thu Nov 11 14:29:59 2010 +0000 + + themes/openwrt: add various CSS fixes + +commit cd33db14ba1664f5cd257eed9545f81b6b2d58df +Author: Jo-Philipp Wich +Date: Thu Nov 11 14:02:46 2010 +0000 + + contrib: fix packaging of lucid, lucid-http and lucid-rpc + +commit de96d289a08422cc725b1a9c95e3d51916e8f631 +Author: Jo-Philipp Wich +Date: Thu Nov 11 13:47:56 2010 +0000 + + contrib: fix typo in Makefile + +commit f66c97159ef5b75548588ff9b171b820debfc3a8 +Author: Jo-Philipp Wich +Date: Thu Nov 11 13:43:40 2010 +0000 + + contrib: remove reference to not existing luanet library + +commit 59eb5ff576e56e3947369df1b866c8e922f4b965 +Author: Jo-Philipp Wich +Date: Tue Nov 9 19:53:01 2010 +0000 + + modules/admin-full: fix typo introduced with r6406 + +commit 472ffe69a9919a73991a2670762d3bce0b59c9f3 +Author: Jo-Philipp Wich +Date: Tue Nov 9 19:43:13 2010 +0000 + + libs/core: restore original implementation of copcall() and coxpcall(), solves issues with RPC UCI endpoint + +commit 639664a40e207b76838b657324b23ed425d19148 +Author: Jo-Philipp Wich +Date: Tue Nov 9 19:33:09 2010 +0000 + + modules/admin-full: add missing translation calls to wifi overview + tempalte + +commit 97e27a0bcf5eb9c388a05f73dc13867ef8703e4c +Author: Jo-Philipp Wich +Date: Mon Nov 8 22:40:04 2010 +0000 + + modules/admin-full: properly handle disabled radios in live overview + +commit b9c9b7ffeb5e9670590e9dfc1a5a35caf6e11212 +Author: Jo-Philipp Wich +Date: Mon Nov 8 21:52:09 2010 +0000 + + modules/admin-full: add assoclist to wifi status JSON response + +commit e75c0911a3596be125c9eed1b53271e86546f6d1 +Author: Jo-Philipp Wich +Date: Mon Nov 8 21:51:24 2010 +0000 + + modules/admin-full: live status for wifi overview page + +commit 614f878fb494eb7ba111e51ee8c99e736ae64397 +Author: Jo-Philipp Wich +Date: Mon Nov 8 18:48:05 2010 +0000 + + modules/admin-full: add requested network id in wifi status JSON response + +commit 091857d3a8daf894948987b591010a05f74ef70d +Author: Jo-Philipp Wich +Date: Mon Nov 8 18:29:30 2010 +0000 + + modules/admin-full: fix missing translation call in previous commit + +commit b6d80f297b448416f692bd7a95357a4a31a9391b +Author: Jo-Philipp Wich +Date: Mon Nov 8 18:27:34 2010 +0000 + + modules/admin-full: abandon flash_keep and switch to /etc/sysupgrade.conf + +commit 16262c2be04e035f3403fddac6144272092e8dc0 +Author: Jo-Philipp Wich +Date: Mon Nov 8 18:13:40 2010 +0000 + + libs/web: implement rawhtml property for DummyValue switches, allowes passing arbritary markup + +commit c6a63e1794d347daba1ff469814c5ebeab47b769 +Author: Jo-Philipp Wich +Date: Mon Nov 8 11:32:56 2010 +0000 + + applications/luci-firewall: add missing zone model + +commit b93adb7603103e66c896b53ce5bf220e3b589ee3 +Author: Jo-Philipp Wich +Date: Mon Nov 8 09:45:13 2010 +0000 + + libs/core: restart miniupnpd when firewall is reloaded + +commit ff9398b605d85accf27c8f0a5c33e1678f3f1885 +Author: Jo-Philipp Wich +Date: Mon Nov 8 09:29:48 2010 +0000 + + modules/admin-full: fix bad colspan in lease status template + +commit cb3caa6e3087380291a7fee8ca05d35d89744f27 +Author: Jo-Philipp Wich +Date: Sun Nov 7 23:31:19 2010 +0000 + + modules/admin-full: live status, validation for dhcp leases + +commit e910619bbd67fe259ae5c709bbc78b7fd256fe84 +Author: Jo-Philipp Wich +Date: Sun Nov 7 22:38:37 2010 +0000 + + modules/admin-full: rework dnsamasq page, get rid of options, add tabs, better help texts + +commit 447cc08a8a8204dc5d20b760557d1a3b2f0b687b +Author: Jo-Philipp Wich +Date: Sun Nov 7 20:01:56 2010 +0000 + + applications/luci-firewall: support local destination in rules, add placeholders + +commit d26ceda459234aa239f43a3744181ddbe5a6adfe +Author: Jo-Philipp Wich +Date: Sun Nov 7 20:01:12 2010 +0000 + + libs/web: support local destination in zonelist widget + +commit bfb0bb3f8d0b66198cbabbc79c005cded57738e8 +Author: Jo-Philipp Wich +Date: Sun Nov 7 19:34:41 2010 +0000 + + applications/luci-upnp: update model + +commit b8f810092b585e0e21e6c6a2e6a6e8e27b335b66 +Author: Jo-Philipp Wich +Date: Sun Nov 7 19:30:55 2010 +0000 + + applications/luci-upnp: enable/disable service, live status, allow removing single forwards + +commit 9663c7cf2e56c59db2888caae25098d32ef91bcd +Author: Jo-Philipp Wich +Date: Sun Nov 7 19:28:07 2010 +0000 + + modules/admin-full: switch to luci.http.write_json() + +commit 561673c0a12c5d3371efb8c4f64cc60e8fb89682 +Author: Jo-Philipp Wich +Date: Sun Nov 7 19:27:15 2010 +0000 + + libs/web: add luci.http.write_json() + +commit fcd9579fd49010cff0bda80dd9d8fda1f88c0083 +Author: Jo-Philipp Wich +Date: Fri Nov 5 22:05:11 2010 +0000 + + libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152) + +commit 19cae040036f3e1e6b468b854efd6d4ca9228604 +Author: John Crispin +Date: Thu Nov 4 11:38:07 2010 +0000 + + adds a very simple application for configuring the tapi support on ifxmips based units + +commit 6ba128551c3400e1b325362770d8a92902e699c0 +Author: Jo-Philipp Wich +Date: Wed Nov 3 00:21:14 2010 +0000 + + contrib/package: mark luci as unsafe for parallel build (i18n compiler issue) + +commit 7d32285ef4bf2aa628356d85adc597eef6b8cdd8 +Author: Jo-Philipp Wich +Date: Wed Nov 3 00:18:45 2010 +0000 + + themes/openwrt: remove artwork, it takes too much space + +commit e4b1a11597b73e6b2ed0c9d0fa16efac924b92a0 +Author: Jo-Philipp Wich +Date: Wed Nov 3 00:08:51 2010 +0000 + + themes/openwrt: remove obsolete javascript + +commit 61d0b4e734017499288e19d2339c5a29c3927910 +Author: Jo-Philipp Wich +Date: Wed Nov 3 00:01:10 2010 +0000 + + themes/openwrt: rework menu and header area + +commit b04c13bdccc05830e899c724c5314b159508c458 +Author: Jo-Philipp Wich +Date: Mon Nov 1 19:45:54 2010 +0000 + + applications/luci-firewall: complete rework + +commit 26ba050939c9006757beb49ec53c61a25dca16eb +Author: Jo-Philipp Wich +Date: Mon Nov 1 19:42:01 2010 +0000 + + themes/openwrt: CSS fix + +commit 4ede70c0cebed30a479b37b34cc7a1a60bf0fc24 +Author: Jo-Philipp Wich +Date: Mon Nov 1 19:39:57 2010 +0000 + + libs/web: introduce firewall_zoneforwards widget + +commit 75ccb1c5a89f23f6f6c99f9bcc77272e86dc2097 +Author: Jo-Philipp Wich +Date: Mon Nov 1 19:39:02 2010 +0000 + + libs/core: some firewall model enhancements + +commit aab6378bc31be9b50c34135d4d3bbca00fcd732d +Author: Jo-Philipp Wich +Date: Mon Nov 1 01:51:26 2010 +0000 + + libs/core: several fixes for firewall model + +commit 5b63f544f520a6d441713940a017a312f1e5e32d +Author: Jo-Philipp Wich +Date: Sun Oct 31 22:38:07 2010 +0000 + + libs/core: return ordered list in luci.model.network.get_interfaces() + +commit 0364054107f1b60453c421dd2613be6edb903621 +Author: Jo-Philipp Wich +Date: Sun Oct 31 22:01:38 2010 +0000 + + modules/admin-full: various fixes in interface cbi model + +commit 3407c007d8190fc67b653e67d08849a82831dffd +Author: Jo-Philipp Wich +Date: Sun Oct 31 21:43:21 2010 +0000 + + libs/core: fix bug in firewall model + +commit ea81c6ad5371f52ef6581c82d13f14a702eb1b0a +Author: Jo-Philipp Wich +Date: Sun Oct 31 21:41:57 2010 +0000 + + libs/web: use the value of the .enabled property in flag widget html + +commit 0a7bfa4f780a91d78bbe66bb8802a8857c957871 +Author: Jo-Philipp Wich +Date: Sun Oct 31 21:41:27 2010 +0000 + + libs/web: support entering custom ifnames in iface list widget + +commit 0a8fa4e4a53d5b75961d286cf503536a51b072d6 +Author: Jo-Philipp Wich +Date: Sun Oct 31 21:38:36 2010 +0000 + + libs/core: support not-yet-existing interfaces in network model + +commit b3b708a585759ca506e857ce5030d83ddd190b1e +Author: Jo-Philipp Wich +Date: Sun Oct 31 19:34:45 2010 +0000 + + libs/web: add support for post commit redirects in cbi maps + +commit 141095fa7ff67dbe49bc0c775895fb276dfaf976 +Author: Jo-Philipp Wich +Date: Sat Oct 30 18:26:46 2010 +0000 + + libs/core: fix luci.model.firewall.rename_zone() + +commit 29f0b48ddc46564e6d9bf3e64c763128e0235b10 +Author: Jo-Philipp Wich +Date: Sat Oct 30 18:18:18 2010 +0000 + + libs/web: fix type in datatypes.lua + +commit 46222415352ac3b5a99570178a4ed46b759c2e82 +Author: Jo-Philipp Wich +Date: Sat Oct 30 18:12:39 2010 +0000 + + libs/web: introduce "uciname" datatype for cbi validation + +commit fc5b9e27f0bdc9483f88f368bf3a3090c63bbd39 +Author: Jo-Philipp Wich +Date: Sat Oct 30 17:57:49 2010 +0000 + + libs/web: use imatch() in model related widgets, support multivalues in netlist widget + +commit 95886d45851f34baf0d66a31f217661f21a81f88 +Author: Jo-Philipp Wich +Date: Sat Oct 30 17:56:06 2010 +0000 + + libs/core: use imatch() in firewall and network model + +commit ddd1ba088ed3b93b3485e34d05c427d43306c744 +Author: Jo-Philipp Wich +Date: Sat Oct 30 17:54:25 2010 +0000 + + libs/core: introduce luci.util.imatch() + +commit 4f2248fadb73503731f81826f589f782dbb986ac +Author: Jo-Philipp Wich +Date: Sat Oct 30 17:21:27 2010 +0000 + + libs/web: add placeholder support to DynamicList widgets + +commit 96e7553fa44c1f82bdd2dbb6b7501920fd09ff7f +Author: Jo-Philipp Wich +Date: Sat Oct 30 14:50:01 2010 +0000 + + contrib: make luci-lib-core depend on liblua-uci (#148, #150) + +commit 1208895c18275dd1ab2b31f0fd47d15036878888 +Author: Jo-Philipp Wich +Date: Sat Oct 30 04:50:04 2010 +0000 + + libs/core: remove luci.model.uci.bind + +commit c0f5518bdb9aebe8c9ea66aef79fe143abe9f91a +Author: Jo-Philipp Wich +Date: Sat Oct 30 04:48:55 2010 +0000 + + libs/core: reuse existing uci context in network model if possible. fix some bugs + +commit 08dfc28786bab0ad873153236bad1d9a0ea5a97e +Author: Jo-Philipp Wich +Date: Sat Oct 30 04:47:37 2010 +0000 + + libs/core: rework firewall model + +commit 82b7e4e72b3a7c3311606cc003272f8e8ff1f116 +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:51:15 2010 +0000 + + libs/web: add html5 placeholder attribute support to cbi options + +commit b9dfdb9d0db4463a168a22293cb4c48fb92823c5 +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:34:20 2010 +0000 + + modules/admin-full: correctly update title on wifi config page + +commit 2b7ba80b8a441356f3b1b3a51cc120843c6c1b68 +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:33:06 2010 +0000 + + libs/core: fix various bugs in network model + +commit 87fd9de5b6e5cc2d319c896f4ab7b3ad0c56ae7e +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:31:43 2010 +0000 + + modules/admin-full: fix usage of network model in network controller + +commit 3b1f2e90216131575ab65adfc204635106b8c23e +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:30:49 2010 +0000 + + modules/admin-full: various vlan fixes + +commit bc78f7e08d1feeda45b33a616bd69bd138897cb3 +Author: Jo-Philipp Wich +Date: Sat Oct 30 02:30:09 2010 +0000 + + libs/web: implement forcewrite attribute for cbi options + +commit 85a5d628ecded0d773ed09ec5e3509b3d8f818d4 +Author: Jo-Philipp Wich +Date: Sat Oct 30 01:03:20 2010 +0000 + + libs/web: live validation fixes + +commit a3e66af2a3e2e291ba3f737ac11365c5acc5d9c9 +Author: Jo-Philipp Wich +Date: Sat Oct 30 00:46:41 2010 +0000 + + modules/admin-full: convert controller to new network model + +commit 185eacba4bcfde2cad64a574e47e6e3b8cd7a75b +Author: Jo-Philipp Wich +Date: Sat Oct 30 00:45:43 2010 +0000 + + modules/admin-full: convert cbi maps to new network model + +commit ba84656d6e00accb9a2fda49f2d0772fe6c8d0aa +Author: Jo-Philipp Wich +Date: Sat Oct 30 00:44:34 2010 +0000 + + modules/admin-full: convert admin templates to new network model + +commit 595020f919253e56758539d0c7155d490f73bfe6 +Author: Jo-Philipp Wich +Date: Sat Oct 30 00:42:58 2010 +0000 + + libs/web: convert cbi widgets to new network model + +commit df01f3e431fc30bf164306653ce216b37d240fb6 +Author: Jo-Philipp Wich +Date: Sat Oct 30 00:40:07 2010 +0000 + + libs/core: merge luci.model.wireless into luci.model.network + +commit 33378709a9ff5483e20b32bcd81260f408ba70fb +Author: Jo-Philipp Wich +Date: Thu Oct 28 18:30:15 2010 +0000 + + libs/core: rework network model + +commit 6fa65fa9ec7a85a4fda885b385dc988cfb258dc2 +Author: Jo-Philipp Wich +Date: Thu Oct 28 18:20:15 2010 +0000 + + applications/luci-splash: add missing insmod for act_police, fix a crash in cli util + +commit 21de97b23523aa365c929ce72a0fbeee7ba7b333 +Author: Jo-Philipp Wich +Date: Thu Oct 28 17:26:48 2010 +0000 + + libs/core: implement substate() in uci model for creating bound state cursors + +commit 28b5b2b6378ef683b1aa5d6e033d7fae2b184df5 +Author: Jo-Philipp Wich +Date: Thu Oct 28 16:58:05 2010 +0000 + + applications/luci-splash: make it work with uhttpd + +commit 6a48025d6816ba34b473c93c938d47015d88d613 +Author: Jo-Philipp Wich +Date: Wed Oct 27 12:18:56 2010 +0000 + + libiwinfo: fix nl80211_get_channel() and nl80211_get_frequency() + +commit 5e0536d61a277ad97c2476b908008f54dc76c1f5 +Author: Jo-Philipp Wich +Date: Wed Oct 27 11:50:08 2010 +0000 + + modules/admin-full: add wep-open and wep-shared support + +commit 6e5620cc471f0ba3fe5b25b5fcd18e46d2f0e6af +Author: Jo-Philipp Wich +Date: Tue Oct 26 03:37:32 2010 +0000 + + libiwinfo: fix freq/channel detection for secondary bss + +commit 6c7535292be50625ce01d10d2c7e2512e605cf9f +Author: Jo-Philipp Wich +Date: Mon Oct 25 23:19:00 2010 +0000 + + applications/luci-vnstat: minor tweaks + +commit f6b77ef7f09fcce65f716abe683c27a9c0a11160 +Author: Jo-Philipp Wich +Date: Mon Oct 25 22:26:08 2010 +0000 + + modules/admin-full: add realtime iface status to config page + +commit cd63354f7e0eb7bac4416cbb90ae70f43b4c4194 +Author: Jo-Philipp Wich +Date: Mon Oct 25 17:06:56 2010 +0000 + + modules/admin-full: fix inconsistency in iface config + +commit 70706cf388f8ac100778831e9ef9d7b1eb74c752 +Author: Jo-Philipp Wich +Date: Mon Oct 25 17:04:03 2010 +0000 + + libs/web: rework DynamicList widget + +commit eecec8b0f2a2cd86827115c1479de974ece00850 +Author: Jo-Philipp Wich +Date: Sun Oct 24 17:21:54 2010 +0000 + + libiwinfo: move duplicated coded into iwinfo_utils.[ch] + +commit 6ef55ba3276ba85cb30d07c528266d92067725d4 +Author: Jo-Philipp Wich +Date: Sat Oct 23 17:50:24 2010 +0000 + + libiwinfo: madwifi fixes, use direct ioctl calls for vap creation, ifup and ifdown, fix available txpower display + +commit 50bd4a979be2f56e9872f3a4dcd3c17fc4334957 +Author: Jo-Philipp Wich +Date: Sat Oct 23 01:37:05 2010 +0000 + + libiwinfo: probe for vap availability in mbssid_support(), fix return type, fix description string for no crypto + +commit b64f2d60797392dba7ce62b7a435643295062143 +Author: Jo-Philipp Wich +Date: Sat Oct 23 00:44:16 2010 +0000 + + libiwinfo: bump release + +commit b18db85cd2aedf5cb9f9d94812c4387be4f8adfc +Author: Jo-Philipp Wich +Date: Sat Oct 23 00:43:48 2010 +0000 + + libiwinfo: do survey without bringing down the ap if possible + +commit ed2a631f4d37d6f1164cc88058f5ecdf39c68235 +Author: Jo-Philipp Wich +Date: Thu Oct 21 20:54:08 2010 +0000 + + contrib: fix package definition of luci-theme-openwrt-light (#146) + +commit a4c5bc28df3b00430d038de1369df3c78db3b6e1 +Author: Jo-Philipp Wich +Date: Thu Oct 21 20:52:37 2010 +0000 + + modules/admin-full: add support for 6in4, enable live validation + +commit 63089ef8be99dbbc4e64e859359e6cd9a562dcf1 +Author: Jo-Philipp Wich +Date: Thu Oct 21 20:51:32 2010 +0000 + + libs/web: annotate form object with cbi state when using section add/remove buttons + +commit 98b4da49b0f7af5bc52e8a7da8eaa759e5fda0e2 +Author: Jo-Philipp Wich +Date: Thu Oct 21 20:50:18 2010 +0000 + + libs/web: fix ip6addr js validation, fixes for live validation + +commit 0d3fc50989009ca85c0d39bb043bf1317fa5cf60 +Author: Jo-Philipp Wich +Date: Thu Oct 21 16:28:12 2010 +0000 + + libiwinfo: correctly map BSS vars when parsing hostapd config + +commit 5e45e4107b6f944942cfc31a4f408395a3361835 +Author: Jo-Philipp Wich +Date: Wed Oct 20 22:43:29 2010 +0000 + + libs/web: fix tab highlighting with multiple tabs + +commit 7a7120a4479bc14b7951a3d4d6915b71edfe9015 +Author: Jo-Philipp Wich +Date: Wed Oct 20 22:42:15 2010 +0000 + + modules/admin-full: move pppoa related options into ATM tab + +commit 98d1bef6816c5a7562e625b6e65b42f4342f1132 +Author: Jo-Philipp Wich +Date: Wed Oct 20 21:48:44 2010 +0000 + + modules/admin-full: add configuration support for ATM bridges + +commit 96ec7d4d616748e3e72a97a6d51971bbb4ba5879 +Author: Jo-Philipp Wich +Date: Tue Oct 19 21:32:13 2010 +0000 + + modules/admin-full: only offer hwmodes actually supported by the wiphy + +commit 5039b43e953c16c8510ff89b2c90470882ec55c3 +Author: Jo-Philipp Wich +Date: Tue Oct 19 20:58:48 2010 +0000 + + libiwinfo: implement hwmodelist() + +commit 687861c498f15b76eed192401911c0b00c714597 +Author: Jo-Philipp Wich +Date: Tue Oct 19 04:13:33 2010 +0000 + + libs/core: fix network counting in luci.model.wireless + +commit 7ae988f34299f882f5e4c7bb55fdbba3d09dd162 +Author: Jo-Philipp Wich +Date: Tue Oct 19 04:08:15 2010 +0000 + + modules/admin-full: rework wifi configuration + +commit 1a3533cb8693ef81e9ce9e638e4fb24fa67b67fd +Author: Jo-Philipp Wich +Date: Tue Oct 19 04:06:46 2010 +0000 + + libs/web: add String.serialize() and String.format() to cbi.js + +commit db46443478b27646fe58730ab2900d549509d0e1 +Author: Jo-Philipp Wich +Date: Tue Oct 19 04:03:36 2010 +0000 + + libs/web: support different caption for button widgets + +commit cca45d0bdbd73919ef5e9637273c54bcbd1b7a82 +Author: Jo-Philipp Wich +Date: Tue Oct 19 03:56:53 2010 +0000 + + libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo() + +commit 66736c857476550c68720a4cf933ab2f6d04031d +Author: Jo-Philipp Wich +Date: Tue Oct 19 03:52:55 2010 +0000 + + libiwinfo: add restricted flag for freqlist + +commit f01178a19a94abfd98442cec532fcd43e91009b0 +Author: Jo-Philipp Wich +Date: Sat Oct 16 19:48:11 2010 +0000 + + freifunk-watchdog: copy with API change in latest uci + +commit 8d127fc6c51563fdffb3cc9dabc89a9ecb924b03 +Author: Jo-Philipp Wich +Date: Sat Oct 16 16:26:17 2010 +0000 + + contrib: use LUCI_ prefix for internal vars + +commit 8581ad781b69b7343ea0e7ac2bf96f8b81bf3b91 +Author: Jo-Philipp Wich +Date: Sat Oct 16 16:20:30 2010 +0000 + + contrib: use luci-lib- prefix for all libraries + +commit e34a8238a0c56fa385112735dd0a18c4061bbaa7 +Author: Jo-Philipp Wich +Date: Sat Oct 16 16:12:34 2010 +0000 + + contrib: further consolidate Makefile + +commit 1330922a6936a67b5d2082896d95f27b43b7dcb1 +Author: Jo-Philipp Wich +Date: Sat Oct 16 15:29:14 2010 +0000 + + contrib: massive Makefile rework + +commit 6738c80c0a239e94784ad2b56bd6b279e90d8dc4 +Author: Jo-Philipp Wich +Date: Sat Oct 16 15:25:19 2010 +0000 + + themes: rename openwrt.org to openwrt + +commit 4ad99af940a90592b51729aa44a155f8053fd85b +Author: Jo-Philipp Wich +Date: Sat Oct 16 15:24:07 2010 +0000 + + applications: rename luci-fw to luci-firewall + +commit dd2abf2ea44b02bff72812de593a9e3976fe7f15 +Author: Jo-Philipp Wich +Date: Fri Oct 15 21:56:44 2010 +0000 + + libs/web: move XHR apply callback into subtemplate + +commit 670648ad214ed26e74b25801e04f1430662de470 +Author: Jo-Philipp Wich +Date: Fri Oct 15 21:53:28 2010 +0000 + + modules/admin-full: rework changes/apply/revert pages + +commit 79674ec6ab2cd034f33c3ffffc2cae3a94631928 +Author: Jo-Philipp Wich +Date: Fri Oct 15 21:49:40 2010 +0000 + + themes/openwrt.org: new CSS classes + +commit f7ab1fbc5606adfff36f5605f159be568a31690e +Author: Jo-Philipp Wich +Date: Fri Oct 15 16:12:07 2010 +0000 + + libs/web: add export() to template namespace, allows templates to export symbols to the calling view namespace, this is useful for includes defining shared procedures or variables + +commit 44cd848b28557555fe7ffd9f105964f18b5a9db3 +Author: Jo-Philipp Wich +Date: Fri Oct 15 07:23:41 2010 +0000 + + i18n: remove misplaced etc folder in Norwegian language package + +commit 71a60bb85ba96f5694f2103b5f897b285eaf7927 +Author: Jo-Philipp Wich +Date: Fri Oct 15 07:23:16 2010 +0000 + + i18n: remove reundant content in Norwegian language package + +commit 85113773d2db349a44e4c8ba27941fc5a8f631e2 +Author: Jo-Philipp Wich +Date: Thu Oct 14 23:38:54 2010 +0000 + + modules/admin-full: add port PVID support to switch page + +commit 26966de4139d67284390510d221fa6be54ec0a0d +Author: Jo-Philipp Wich +Date: Thu Oct 14 23:23:51 2010 +0000 + + po: add norwegian wol.po + +commit 1e48a21b6e70575ba946730b04d72b07ff3c260d +Author: Jo-Philipp Wich +Date: Thu Oct 14 23:23:06 2010 +0000 + + i18n: add uci-defaults script and Makefile to norwegian i18n package + +commit fbaabd7d93e72506756e18988f98fca139e202e6 +Author: Jo-Philipp Wich +Date: Thu Oct 14 23:21:25 2010 +0000 + + libs/web: cbi: add new on_before_save and on_after_save hook, implement :reset_values() for options supporting :value() + +commit 4f8f03bc4f59f558430a7a4347de20464fe1668d +Author: Jo-Philipp Wich +Date: Thu Oct 14 00:44:59 2010 +0000 + + i18n: add norwegian package + +commit 15c019a4c89d7a1ed8e1ffa16d33651a8c02a0f7 +Author: Jo-Philipp Wich +Date: Thu Oct 14 00:42:00 2010 +0000 + + po: add norwegian language files + +commit df3955f5c6924a9d42ae48d72e57b4995009d29c +Author: Jo-Philipp Wich +Date: Thu Oct 14 00:24:01 2010 +0000 + + modules/admin-full: make vlan page work with extend vlan ids + +commit 8038cbf00489fcd0d8406602e5155d2e63b6ad7f +Author: Jo-Philipp Wich +Date: Thu Oct 14 00:18:28 2010 +0000 + + libs/web: fix various issues in cbi option error handling, call validator for missing options to obtain error message + +commit ba5e6a9e630fcb9b278172c3f4ca1aaf5803ba71 +Author: Jo-Philipp Wich +Date: Tue Oct 12 23:12:30 2010 +0000 + + modules/admin-full: big vlan rework, now supports tagging, integrity checking and 4k vlans + +commit 17575b4d75cd9fede5ef0f3bfc7f9244fdb2ac06 +Author: Jo-Philipp Wich +Date: Tue Oct 12 23:08:54 2010 +0000 + + libs/web: rework cbi field validation, let validators return custom error messages, properly handle errors in multiple sections + +commit eea83264264264929d6f198d7bd19446228acdf1 +Author: Jo-Philipp Wich +Date: Tue Oct 12 06:45:41 2010 +0000 + + libiwinfo: remove unused variable + +commit 1423d3556eeaf140730ba5e7170356cc4cd1b1ae +Author: Jo-Philipp Wich +Date: Tue Oct 12 06:43:46 2010 +0000 + + libiwinfo: reuse existing temporary interface for scanning + +commit 62fe7c0e77d4ebc7e21b54f4526d5ff2dad9617a +Author: Jo-Philipp Wich +Date: Tue Oct 12 06:25:50 2010 +0000 + + libiwinfo: support scanning on radioX pseudo interfaces + +commit 551224f51cfd6976fb5671005328f1c0d43c31e6 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:29:12 2010 +0000 + + libs: remove uci folder + +commit 5c2000a1572afd0df74339775dfa8b61e287a53e +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:28:49 2010 +0000 + + libs: merge libs/uci into libs/core + +commit 2472cd5613cf5dfc5760c084c8094bead7ddb507 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:23:00 2010 +0000 + + libs: remove http folder + +commit b6358aaea4e997d2d2466139e702c7951bd29d7b +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:22:38 2010 +0000 + + libs: merge libs/http into libs/web + +commit 719fd249aa6a3bbcb4efd3c130e92741cd1a4852 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:19:10 2010 +0000 + + libs: remove obsolete iwinfo, its independant now + +commit aff68f53751c706dd623eb794106eab59991e69d +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:17:08 2010 +0000 + + libs: remove cbi folder + +commit ede4aca4b95c9e664e4830fd43c54b627b122538 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:15:32 2010 +0000 + + libs: merge libs/cbi into libs/web + +commit 7b23839dce0c09953142a5af946ab642027bc3c5 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:06:34 2010 +0000 + + modules/admin-full: fix arp lookup in wifi overview + +commit a11d6e2a612c46e0593488d0e5f07d0b0ff19136 +Author: Jo-Philipp Wich +Date: Tue Oct 12 05:04:49 2010 +0000 + + modules/admin-full: rework wifi form, now with driver data + +commit dabf916db20da0013033efb763b632aecaea20a5 +Author: Jo-Philipp Wich +Date: Tue Oct 12 04:56:36 2010 +0000 + + libiwinfo: support txpwrlist(), freqlist() and countrylist() for radioX pseudodevices in nl80211 backend, implement __gc methamethod + +commit ed1d776849fc3a30c6f0b9eb07c73e2e1ab59f21 +Author: Jo-Philipp Wich +Date: Tue Oct 12 02:27:13 2010 +0000 + + libiwinfo: ensure that country names are ascii, return txpower list even when no channel is set, bump version + +commit 7c8824f0faf082f03037b554a4b57da863661fcb +Author: Jo-Philipp Wich +Date: Tue Oct 12 01:49:20 2010 +0000 + + libiwinfo: fix two segfaults in nl80211 backend + +commit bbcaef2c6c9eb87c68d994179f890df3ab625544 +Author: Jo-Philipp Wich +Date: Mon Oct 11 23:38:18 2010 +0000 + + contrib/package: mark luci trunk as 0.10+svnXXXX + +commit 5c54090fff91ec1ee25840635a806041c058c5a6 +Author: Jo-Philipp Wich +Date: Mon Oct 11 23:23:02 2010 +0000 + + themes/openwrt.org: display a warning if no root password is set + +commit 051186345c250be79861e2e58419d35f873996a4 +Author: Jo-Philipp Wich +Date: Mon Oct 11 23:22:25 2010 +0000 + + libs/sys: implement luci.sys.user.getpasswd() + +commit f372cbda9a3f40d889b0f4a9da399dfdf1435518 +Author: Jo-Philipp Wich +Date: Mon Oct 11 23:10:24 2010 +0000 + + themes/openwrt.org: display error if Java Script is disabled + +commit a5e34813e36ce3e11bad13d65dca92ef1c1eb913 +Author: Jo-Philipp Wich +Date: Mon Oct 11 22:56:58 2010 +0000 + + libs/uci: prevent concurrent luci-reload instances, write currently processed init script to status file + +commit f735ef30bdf397b0b590f89cc5c77e7783232ca5 +Author: Jo-Philipp Wich +Date: Mon Oct 11 22:55:49 2010 +0000 + + libs/cbi: don't run apply on render, this is a quick hack and will be reworked soon + +commit 2c22ea7b77d48aac031b2d3f27ba66cf8d419f59 +Author: Jo-Philipp Wich +Date: Mon Oct 11 22:54:35 2010 +0000 + + libs/cbi: interface with service control backend to trigger service reload asynchronously + +commit e2db48ab36fb47ff07286299e26604b511fa06e7 +Author: Jo-Philipp Wich +Date: Mon Oct 11 22:53:02 2010 +0000 + + modules/admin-core: add service control module for interfacing with luci-reload + +commit 2c416f1cb6e5a18644c956f15c9f13ff5ca428d3 +Author: Jo-Philipp Wich +Date: Mon Oct 11 22:52:24 2010 +0000 + + themes/base: add JavaScript XMLHTTPRequest support library and load icon + +commit 2c9b1c4a1b74271fd149ea0035cec1acf9754966 +Author: Jo-Philipp Wich +Date: Sun Oct 3 18:32:29 2010 +0000 + + [libiwinfo] apply FD_CLOEXEC on internal ioctl and netlink sockets + +commit e3570b7b0d04205b53f45c8e6ad29379fb2674db +Author: Jo-Philipp Wich +Date: Wed Sep 29 08:27:16 2010 +0000 + + [libiwinfo] fixup ccode in wl_get_country() + +commit b1484bf49e5fbf6627f53eadf977fca44d95fec9 +Author: Jo-Philipp Wich +Date: Tue Sep 28 06:58:51 2010 +0000 + + [libiwinfo] remove cruft from broadcom header + +commit 07fafab9c16ec600d6621c9c67d7474c63ff705b +Author: Jo-Philipp Wich +Date: Tue Sep 28 06:54:04 2010 +0000 + + [libiwinfo] introduce country() and countrylist() (ISO3166 to driver code mapping) + +commit 16d65c96b035a10aa93a96e5a789ebef9ca3a76d +Author: Jo-Philipp Wich +Date: Mon Sep 27 15:38:35 2010 +0000 + + [libiwinfo] + - fix compilation of WL backend + - conditionally compile backends according to selected wifi drivers + +commit 197d043107329b070d2716eaf8414a32445e1a95 +Author: Jo-Philipp Wich +Date: Mon Sep 27 14:48:06 2010 +0000 + + [libiwinfo] properly register txpower() function of madwifi backend + +commit c3b79ead2ef3df23a4f24cbd0b71ff1792b70655 +Author: Jo-Philipp Wich +Date: Mon Sep 27 13:59:51 2010 +0000 + + [libiwinfo] fix crash in iwinfo cli when operating on monitor interfaces + +commit 2540d278c59e4d1b33efccc4ffab8c7240ba598d +Author: Jo-Philipp Wich +Date: Mon Sep 27 13:29:05 2010 +0000 + + [libiwinfo] remove unneeded Makefile + +commit cfca51a681f726664bee55a005f5d47e2c0c5ca4 +Author: Jo-Philipp Wich +Date: Mon Sep 27 13:25:56 2010 +0000 + + [libiwinfo] fix typo in Makefile + +commit 653c9e782f54f3ab980b678227d0429259ce038b +Author: Jo-Philipp Wich +Date: Mon Sep 27 13:12:46 2010 +0000 + + [contrib] introduce libiwinfo, splitted apart from LuCI for general usage + - added NL80211 interface for b43 / ath5k / ath9k + - introduces txpower() and encryption() methods + - introduces iwinfo cli frontend for data access + - supports scanning in AP mode (experimental) and through wpa_supplicant + +commit 01e8069ee0e6eaa02391d8ac6cafe338191b5d00 +Author: Translation System +Date: Fri Jul 2 17:09:19 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 7 of 23 messages translated (8 fuzzy). + +commit 6d804beac30d3cffc66c90da4e21d89e4159aca8 +Author: Craig M. Coffee +Date: Fri Jul 2 02:54:13 2010 +0000 + + [applications] multiwan: removed LAN interface setting + +commit 4238397afe189fde587f9466afd192b7f5be7ef4 +Author: Translation System +Date: Thu Jul 1 18:28:28 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 6 of 23 messages translated (8 fuzzy). + +commit 95f5cde66c52af748994db915f736176ade5c278 +Author: Translation System +Date: Thu Jul 1 18:24:48 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 3 of 4 messages translated (0 fuzzy). + +commit 2f11de9217ef48f90770db429af1e9721828d5d5 +Author: Translation System +Date: Thu Jul 1 18:24:14 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 1 of 1 messages translated (0 fuzzy). + +commit c10a2994b1b813b323bf3c919e982f272a99c89a +Author: Translation System +Date: Thu Jul 1 18:23:33 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 13 of 222 messages translated (0 fuzzy). + +commit 31fb5c0184899955e6392a4286a203cf8d43df5c +Author: Translation System +Date: Thu Jul 1 13:29:30 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 38 of 190 messages translated (0 fuzzy). + +commit d65b5aa9e91806e8bdbc2a0c09f27a9ed3fdaa8c +Author: Vasilis Tsiligiannis +Date: Thu Jul 1 11:42:26 2010 +0000 + + po: olsr: update template and refresh translations + +commit 0c602e80e869c40e204a191964d338df41d005fd +Author: Vasilis Tsiligiannis +Date: Thu Jul 1 11:42:16 2010 +0000 + + [applications] luci-olsr: Add some missing translations + +commit 8caa92b1c80c75413eb8ae3d8d3fc1efcd916301 +Author: Vasilis Tsiligiannis +Date: Thu Jul 1 09:52:41 2010 +0000 + + po: base: Use luci-0.9 branch definitions for r6199 + +commit 581d0cbff378abefe1924ee34e481a14fa25305f +Author: Vasilis Tsiligiannis +Date: Thu Jul 1 09:52:27 2010 +0000 + + po: base: Add some missing LED related translations + +commit 66a5b8146fc86b452b5a7de372fb91ce2ace0574 +Author: Vasilis Tsiligiannis +Date: Thu Jul 1 09:52:12 2010 +0000 + + Force postinst script exiting with return code 0 + +commit 59dacc67065563f85257299a2f1ce37d811f1039 +Author: Translation System +Date: Wed Jun 30 22:15:26 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 425 of 501 messages translated (33 fuzzy). + +commit b6a5953b052f4ac624bba8e2fae0d97344ecd90d +Author: Vasilis Tsiligiannis +Date: Wed Jun 30 22:09:47 2010 +0000 + + po: base: Add some missing translations to admin-full module + +commit fed2b1846c843c7a89e8bfe8b2c8f2ac0f6ce130 +Author: Translation System +Date: Wed Jun 30 15:26:44 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 6 of 6 messages translated (0 fuzzy). + +commit a155b5fa158cb354bcbabdd59d65ac9647ec3138 +Author: Craig M. Coffee +Date: Mon Jun 28 07:09:31 2010 +0000 + + [applications] luci-multiwan: Added Lan Interface configuration option + +commit a3e2691a73da98ec394e8be59a727942dcdc352b +Author: Craig M. Coffee +Date: Sat Jun 26 08:12:52 2010 +0000 + + [applications] luci-multiwan: Changed ListValue to Value for protocols, updated text in po for ports and protocols + +commit 05a61e4632ade292d673c5237bafc03abd7531e0 +Author: Steven Barth +Date: Thu Jun 10 07:46:36 2010 +0000 + + nixio: Add set_verify_locations for TLS + +commit 928099d53ce7d083d8110a079cd826803f33d2e4 +Author: Jo-Philipp Wich +Date: Sun May 30 23:42:16 2010 +0000 + + applications/luci-fw: add an "any" option for traffoc rule protocols + +commit 2c1f56af57237d52838bddaf91e0cbd262a5cf81 +Author: Craig M. Coffee +Date: Wed May 26 01:52:49 2010 +0000 + + [applications] multiwan: Changed Load Balancer text options easier to read. + +commit ad2ff611913f99526ec82780724e7a178330b4ae +Author: Steven Barth +Date: Sun May 23 16:35:59 2010 +0000 + + nixio: Add nixio.gettimeofday() per user request + +commit 3e923e0a23e80695620bc48a0e8aa81b43ca6e18 +Author: Jo-Philipp Wich +Date: Sat May 15 18:46:58 2010 +0000 + + applications/luci-qos: fix disabling + +commit eb6678c59a010bd685cf6158bcc14336fd3debd7 +Author: Jo-Philipp Wich +Date: Sat May 15 18:36:47 2010 +0000 + + [i18n] add missing Makefile for malay language + +commit 0f503431a99204666bfebb7f4242dd5f93b42f2e +Author: Craig M. Coffee +Date: Sat May 15 18:28:19 2010 +0000 + + [applications] luci-multiwan: relocated default route selection to bottom of configuration page + +commit dc217653e24f67b6f2d69687c073a2c97d78ed30 +Author: Craig M. Coffee +Date: Fri May 14 12:52:44 2010 +0000 + + [applications]: multiwan: Added Fast Balancer Option, added mini menu + +commit b2254ac625a398ae7e2825363cc520a3bef39f50 +Author: Benoît Knecht +Date: Wed May 12 21:40:07 2010 +0000 + + i18n: add Malay language + + Thanks to Teow Wai Chet for the initial translation. + +commit b677168058ffa74808d41cabea0b4822b7dd31aa +Author: Craig M. Coffee +Date: Tue May 4 21:24:09 2010 +0000 + + [applications] luci-multiwan: updated po/en/multiwan.po + +commit a71faff81a4bf37aa723a476a1b06b15e08566e0 +Author: Craig M. Coffee +Date: Thu Apr 29 04:56:20 2010 +0000 + + applications/luci-multiwan: Changed no value, to "auto" instead. + +commit a56bae9900a3d6bf36965eb0abfc736b5ef77abf +Author: Craig M. Coffee +Date: Thu Apr 29 04:12:01 2010 +0000 + + applications/luci-multiwan: Removed resolv.conf config option and added + dns server settings + +commit 4dc420efd355a732119cbbc01bff7ff9a32f80a7 +Author: Jo-Philipp Wich +Date: Tue Apr 27 07:25:20 2010 +0000 + + libs/cbi: fix crash with tabless sections + +commit eca5a0abf07d6c4a08278bec9c578bdf294929c8 +Author: Jo-Philipp Wich +Date: Tue Apr 27 00:27:37 2010 +0000 + + libs/cbi: + - skip client side field validation if corrsponding field was removed due to dependencies + - human readable error strings in uci section summary + - implement field validation for dnyamic lists + - render optional fields when section has tabs + +commit c4ac5b8eb86782b2fc8f16678b341c5f95f3f189 +Author: Jo-Philipp Wich +Date: Mon Apr 26 22:38:54 2010 +0000 + + contrib/package: luci-cbi does not depend on luci-uvl anymore + +commit f1ebca9388e5d55c56d1b708ab0f85d1d628a940 +Author: Jo-Philipp Wich +Date: Mon Apr 26 22:37:09 2010 +0000 + + libs/cbi: add wep and wpa key datatype validators + +commit e75cb4f5ba4030bffb18eec9ca039678b5a508f4 +Author: Jo-Philipp Wich +Date: Mon Apr 26 22:27:18 2010 +0000 + + libs/cbi: drop UVL, introduce server side datatype validation + +commit ee36ef41700af6941ed8d2ad8b0d94e68e43e9a6 +Author: Jo-Philipp Wich +Date: Mon Apr 26 21:42:10 2010 +0000 + + libs/cbi: implement realtime client side input validation for Value and DynamicList fields + +commit d311e5ebcd30bdca656af89c20cea9de34934a79 +Author: Craig M. Coffee +Date: Mon Apr 26 20:21:39 2010 +0000 + + [applications] multiwan: Update po file associated with 6124 + +commit d1ec08a66f3052a891ae54b3c6e1ec4ff2254b29 +Author: Craig M. Coffee +Date: Mon Apr 26 20:15:53 2010 +0000 + + [applications] luci-multiwan: Updated menu wording, and default for load balancer. + +commit 7101b77da6eb0f73260f11a217e3f186a0364dcd +Author: Jo-Philipp Wich +Date: Mon Apr 26 00:27:37 2010 +0000 + + themes/openwrt.org: add css class for invalid fields + +commit 8e590d6650351a0d138b9dd6b7f06bd8e912c330 +Author: Jo-Philipp Wich +Date: Mon Apr 26 00:00:33 2010 +0000 + + libs/cbi: always reset class name in validation handler + +commit dcf53bd886f6a0ee34c02d4ed9d7b6cc85904a5c +Author: Jo-Philipp Wich +Date: Sun Apr 25 23:50:25 2010 +0000 + + libs/cbi: add field validation handlers + +commit 5879873fca3fdbfbbb3ad4e5c59fd2ba4decadc3 +Author: Jo-Philipp Wich +Date: Sun Apr 25 23:34:24 2010 +0000 + + libs/cbi: add datatype validators for upcoming client side field validation + +commit d902b228344030aa20f62b5294596726924e2be1 +Author: Jo-Philipp Wich +Date: Wed Apr 21 23:04:58 2010 +0000 + + applications/luci-vnstat: fix menu label + +commit f375c498f2058b9d8244a628ca78ef5110b2be79 +Author: Jo-Philipp Wich +Date: Wed Apr 21 22:57:07 2010 +0000 + + applications: add luci-vnstat, frontend for the VnStat traffic monitor + +commit 34b3ae2a428f75165001dc0ef19cd33bc7f2323a +Author: Jo-Philipp Wich +Date: Wed Apr 21 21:25:58 2010 +0000 + + applications/luci-wol: handle command execution in write hook and use message facility to output info + +commit 3cb299dc1077b7edee16e48255073603a3c694d8 +Author: Jo-Philipp Wich +Date: Wed Apr 21 19:41:46 2010 +0000 + + libs/cbi: try to load fully qualified model path first, drop support for .lua.gz models + +commit b748a908b86e97eaf7b0cee3c93dae9309739a5d +Author: Benoît Knecht +Date: Tue Apr 20 14:40:30 2010 +0000 + + po: livestats: update template and refresh translations + +commit aab74df06771fe70a1e2ee543071cbafe4a317a1 +Author: Benoît Knecht +Date: Tue Apr 20 14:40:27 2010 +0000 + + livestats: minor changes of the translatable strings + +commit 02558ad587a7a33bc20687279b21be43b8065b84 +Author: Benoît Knecht +Date: Tue Apr 20 14:40:25 2010 +0000 + + livestats: group pages together in a 'Realtime Status' menu item + +commit ab48417fdaa7f8a1aaae60a1008eedf84b09363b +Author: Benoît Knecht +Date: Tue Apr 20 10:42:51 2010 +0000 + + po: initmgr: French translation + +commit 1cb8a0940a9040ba28891b9dca575f324229987a +Author: Benoît Knecht +Date: Tue Apr 20 10:42:50 2010 +0000 + + po: initmgr: refresh translations + +commit 02420e2766dad839c820de8c9564c1f83fa39d90 +Author: Benoît Knecht +Date: Tue Apr 20 10:42:47 2010 +0000 + + po: initmgr: update translation template + +commit 382a33f40a76cedc945ae6895a1341118ca48e4e +Author: Jo-Philipp Wich +Date: Mon Apr 19 18:07:30 2010 +0000 + + modules/admin-full: fix crash on network interface overview page + +commit 175cd0342fe950ac0daca5696578aef048d0fda7 +Author: Benoît Knecht +Date: Mon Apr 19 16:49:39 2010 +0000 + + po: wol: French translation + +commit 3034185c59c738dd7b405812b5fd6e842ece404a +Author: Benoît Knecht +Date: Mon Apr 19 16:49:37 2010 +0000 + + po: wol: generate English translation + +commit 478aad51539ad49d5983d4b1871e5ec5864ae27f +Author: Benoît Knecht +Date: Mon Apr 19 16:49:36 2010 +0000 + + po: wol: sort messages in the POT file as they appear in the Lua file + +commit cde6e129d4759e7a5089b8779c416b1a85206217 +Author: Jo-Philipp Wich +Date: Sun Apr 18 22:55:59 2010 +0000 + + modules/admin-full: merge rewritten package management from luci-0.9 + +commit dc9394f94d29f88e956403c105ee2c27da3ae137 +Author: Jo-Philipp Wich +Date: Sun Apr 18 22:35:30 2010 +0000 + + applications/luci-wol: fix copyright + +commit c4ef5ff259967852a00a4444642f50aaef050c67 +Author: Jo-Philipp Wich +Date: Sun Apr 18 22:31:33 2010 +0000 + + contrib: add WoL application to menuconfig + +commit 99fd48ebdd8b5213fbf3e2867d3c35b2193de7a0 +Author: Jo-Philipp Wich +Date: Sun Apr 18 22:29:11 2010 +0000 + + po: add translation template for Wake-on-LAN application + +commit 6df0adb6d1111b11ba25857b0bf9b303666c693e +Author: Jo-Philipp Wich +Date: Sun Apr 18 22:27:30 2010 +0000 + + applications: add WoL application + +commit 4c4d9b869bfa05b7b75c649374b34355e739f12a +Author: Jo-Philipp Wich +Date: Fri Apr 16 19:05:05 2010 +0000 + + libs/web: don't fail if no langauge is set in luci config + +commit 0b0c2e3c1a55c9626f36b330f283817fceded710 +Author: Jo-Philipp Wich +Date: Fri Apr 16 14:21:56 2010 +0000 + + applications/luci-multiwan: convert translations to trunk format + +commit be09c6ca6ef2b82a29530667e1acef382791b1d5 +Author: Jo-Philipp Wich +Date: Fri Apr 16 14:06:42 2010 +0000 + + applications: add frontend for the MultiWAN agent + +commit daca626e86ff51e72f6423f3fb69e1a1d16d7c59 +Author: Jo-Philipp Wich +Date: Fri Apr 16 13:38:27 2010 +0000 + + build: add runuhttpd sdk target + +commit cf018eae4c9a8eb614ab18d9ed7d73723ca2335b +Author: Benoît Knecht +Date: Thu Apr 15 11:22:26 2010 +0000 + + po: luci-fw: updated French translation + +commit 44f93c4f82202bd649effba30b42fc380a5efa8d +Author: Benoît Knecht +Date: Thu Apr 15 11:22:24 2010 +0000 + + fw: correct capitalization of some strings + +commit e7b856f159b9fdb0d7f492ce00b1456b634f9e09 +Author: Daniel Dickinson +Date: Thu Apr 15 00:15:35 2010 +0000 + + admin-mini: Fixed firmware flash; was referring to admin-full upgrade instead of mini + +commit 7dae7841d36e0aff2dd0903cc20fb222579841ed +Author: Benoît Knecht +Date: Wed Apr 14 11:57:28 2010 +0000 + + po: ntpc: add French translation strings + +commit 87132522210abf835ecb6935b99d73b114f47fc9 +Author: Benoît Knecht +Date: Wed Apr 14 11:36:15 2010 +0000 + + po: ntpc: refresh translation files + +commit f431c7e184ef7799d03722ec57833878d01757a9 +Author: Benoît Knecht +Date: Wed Apr 14 11:36:13 2010 +0000 + + ntpc: clean-up translation strings + +commit cb68f5e12bb874dede6555b72ae93a36f2a153e0 +Author: Benoît Knecht +Date: Wed Apr 14 08:58:11 2010 +0000 + + po: hd-idle: refresh translation files + + Also add French translation strings. + +commit ae05491d07bd0e738d563a7729d53c4da46ff31e +Author: Benoît Knecht +Date: Wed Apr 14 08:58:08 2010 +0000 + + hd-idle: clean-up translation strings + +commit f271588cd760680fab9b8864a080c749e21679ad +Author: Jo-Philipp Wich +Date: Tue Apr 13 20:42:26 2010 +0000 + + applications/luci-statistics: fix translations of cbi models and controller + +commit 9ed5a0d6fa01962d97333e5ba8c57c3e008410f2 +Author: Benoît Knecht +Date: Tue Apr 13 12:58:34 2010 +0000 + + admin-full: add table headers on the 'Network' page + + Match the headers of the admin-mini version. + +commit 4cf6abae1a20272490c5972b5eaa1907b2c06390 +Author: Benoît Knecht +Date: Tue Apr 13 07:29:58 2010 +0000 + + splash: fix exception when listing whitelist entries + + Fixes ticket #123. + +commit c8d6a460bd23e4d364603297f48d5d812ea0148d +Author: Steven Barth +Date: Mon Apr 12 14:03:57 2010 +0000 + + Add Freifunk {Heppen,Bens}heim as requested by Marcus Raphael Bickel + +commit 242bb719736b9c51dad4dc585a1fe1abf431ee2a +Author: Benoît Knecht +Date: Mon Apr 12 13:55:17 2010 +0000 + + statistics: fix '»' being displayed as '»' + +commit 17ea8f2cf86ca9d62206a269bb491901d4ae69f0 +Author: Benoît Knecht +Date: Mon Apr 12 13:38:19 2010 +0000 + + po: ddns: update translations + + Using the new template, update all the translations. The French + translation has also been reviewed. + +commit db1b5a4a8de56b9d68762366f98e1017f987c352 +Author: Benoît Knecht +Date: Mon Apr 12 13:38:16 2010 +0000 + + ddns: small corrections of the description strings + +commit 0e746150500bcef82fa0218c4f81c716b08db985 +Author: Benoît Knecht +Date: Mon Apr 12 13:38:14 2010 +0000 + + ddns: add translations and clean-up POT template + + Some strings were hardcoded in English; make them translatable and add + them to the translation template. + +commit 85aa773b65fc458e754768b401f034f23e43ebdf +Author: Benoît Knecht +Date: Mon Apr 12 13:38:13 2010 +0000 + + ddns: move 'update_url' just below 'service_name' + +commit 85821b20f615a9c1e47b280a9f6f4f4f5e98ae83 +Author: Jo-Philipp Wich +Date: Wed Apr 7 21:59:00 2010 +0000 + + modules/admin-full: brcm-2.4 now supports hwmode, add support + +commit 74f118ab5c48dce01f2ac97c5739c3e1740a101e +Author: Jo-Philipp Wich +Date: Mon Apr 5 17:38:05 2010 +0000 + + libs/nixio: save uhttpd certs as well + +commit be7dc732ef8d413599711bf14b8806f302c9ba59 +Author: Jo-Philipp Wich +Date: Mon Apr 5 17:37:26 2010 +0000 + + modules/admin-core: remove left over references to luci_hosts and luci_ethers + +commit ccbaa90b25ed6b114ac77133fddee132a7fb9bb7 +Author: Jo-Philipp Wich +Date: Mon Apr 5 01:19:42 2010 +0000 + + [PATCH] i18n: write the language name in its own language + For consistency, in the drop-down menu for language selection, use the + native word instead of the English one. + +commit 1521f47593b6e0f467018ce62eb16fe77b0bf36e +Author: Jo-Philipp Wich +Date: Mon Apr 5 01:17:44 2010 +0000 + + [PATCH 2/2] po: luci-fw: refresh the translation files + Updates all translations based on the new po/templates/luci-fw.pot. + +commit 03c4a61b2ad1267bb0b37cc74badb7e6c44c6867 +Author: Jo-Philipp Wich +Date: Mon Apr 5 01:16:25 2010 +0000 + + [PATCH 1/2] firewall: add description strings + The luci-fw application was lacking some important description strings. + This adds them and updates the associated translation template. + +commit 08ceafc2e965cef633ea918d6561e30cadf8ca95 +Author: Jo-Philipp Wich +Date: Sun Apr 4 17:28:15 2010 +0000 + + modules/admin-{mini,full}: display client hostnames in lease overview + +commit 5fa8fd228edef6cba30d637780717576d4057246 +Author: Jo-Philipp Wich +Date: Sat Apr 3 19:30:46 2010 +0000 + + build: get version from /etc/openwrt_release if applicable + +commit 9dbc3a879ba2fd80bf6526c8c848bec18ab64da9 +Author: Jo-Philipp Wich +Date: Sat Apr 3 18:53:35 2010 +0000 + + libs/lucid: make lucid work without nixio tls support + +commit 58529e7b7b30f87e47e23a208d07ed0d8acb81bf +Author: Jo-Philipp Wich +Date: Sat Apr 3 17:52:35 2010 +0000 + + modules/admin-core: trap signals in luci-flash + +commit 4344b64f3427582de2d036b4c61fcaaa420adc03 +Author: Jo-Philipp Wich +Date: Sat Apr 3 13:54:51 2010 +0000 + + applications/luci-ddns: make update url depend on custom service entry + +commit 0e1a4ca16059c3d1439bc389e3fb00aff5c81ad2 +Author: Jo-Philipp Wich +Date: Tue Mar 30 01:01:27 2010 +0000 + + [PATCH 2/2] po: qos: refresh translation files (from Benoît Knecht) + This patch refreshes the translation files with the new strings and + updates the French translation. + +commit 291972cbf99ed6a248486101f3d98c9af71f19a4 +Author: Jo-Philipp Wich +Date: Tue Mar 30 00:59:40 2010 +0000 + + [PATCH 1/2] qos: add description strings (from Benoît Knecht) + This patch adds the description strings for QoS and updates the + translation template. + +commit 8ffb0e9925281eb32d525196a81c68232518665e +Author: Jo-Philipp Wich +Date: Mon Mar 29 21:34:45 2010 +0000 + + applications/luci-ddns: merge mini and full models, read services from /usr/lib/ddns/services, patch by joda (#99) + +commit dce144a2f43c6f39f66af023d88a65f10ce0d034 +Author: Jo-Philipp Wich +Date: Mon Mar 29 18:40:46 2010 +0000 + + contrib/package: fix typos in package descriptions + +commit 9785264f7929728a26649e38c0533d661d83524b +Author: Jo-Philipp Wich +Date: Sun Mar 28 20:55:33 2010 +0000 + + contrib/package: add luci-medium collection (admin-full + openwrt-light) + +commit 53f812b11a63dd5c47f6bfefc0611238269f4ae9 +Author: Steven Barth +Date: Sun Mar 28 19:42:09 2010 +0000 + + nixio: Fix interface data for layer 3+ interfaces + +commit 61b9022e51798f389739d1aaf68a0e0231fc4ea7 +Author: Jo-Philipp Wich +Date: Sun Mar 28 17:55:35 2010 +0000 + + modules/admin-mini: sync backup code with admin-full + +commit 876b33a1dd3baa9afc3b4fca4d13db47012423d5 +Author: Jo-Philipp Wich +Date: Sun Mar 28 17:42:05 2010 +0000 + + modules/admin-mini: add missing ltn12_popen() + +commit 564649cb9286ad4f24c1d5446591deb16de8965e +Author: Jo-Philipp Wich +Date: Sat Mar 27 23:51:39 2010 +0000 + + modules/admin-full: create rdate section in /e/c/system if there is none + +commit 4fa474cf2b8c0ec99366c76625e4c78c389d6cb1 +Author: Jo-Philipp Wich +Date: Sat Mar 27 22:19:16 2010 +0000 + + applications/luci-statistics: make it work under uhttpd + +commit 8016c9649fe8cf313300bcc87076e2ca54402354 +Author: Jo-Philipp Wich +Date: Sat Mar 27 21:48:35 2010 +0000 + + modules/admin-core: fix a long standing encoding issue with query strings in the login form + +commit 1c8dffdffe1981f32e5df7e87c02b0423b6db6cc +Author: Jo-Philipp Wich +Date: Sat Mar 27 20:56:28 2010 +0000 + + contrib/package: make luci depend on uhttpd, add luci-ssl collection + +commit 7af6503b1e70b5f6d80db7433904bc6baefb08a3 +Author: Jo-Philipp Wich +Date: Sat Mar 27 19:28:08 2010 +0000 + + contrib/package: make sgi-uhttpd and uhttpd tls support optional + +commit 7667c0610e27b3c25eb7a5715c89ee490ca4a3b0 +Author: Jo-Philipp Wich +Date: Sat Mar 27 19:21:31 2010 +0000 + + contrib/package: add option to disable nixio tls support + +commit c0d0953bd7ad56837cb679b11ce200b63c664a4a +Author: Jo-Philipp Wich +Date: Sat Mar 27 19:16:54 2010 +0000 + + libs/nixio: make TLS support optional + +commit 6003886675069a36b0be692ea657d442b08e266e +Author: Jo-Philipp Wich +Date: Sat Mar 27 17:41:14 2010 +0000 + + modules/admin-full: accept any input in vlan setup as long as it contains a number + +commit d9cbd92d993dc39a05f7c7888e21ac0cfa3c9b19 +Author: Jo-Philipp Wich +Date: Sat Mar 27 17:29:19 2010 +0000 + + modules/admin-full: add rdate frontend + +commit 903bea9683aa6f6843c9cd3697d40ca15989f104 +Author: Jo-Philipp Wich +Date: Sat Mar 27 14:54:06 2010 +0000 + + modules/admin-{mini,full}: prevent crash in iface overview page if ifconfig does not return information + +commit e20c891d1cc164e8083bd478864a3b7798517ffa +Author: Jo-Philipp Wich +Date: Sat Mar 27 03:02:16 2010 +0000 + + applications/luci-qos: fix cbi + +commit 54f6010652334ec243fe5f1fa9d444b75c53c083 +Author: Jo-Philipp Wich +Date: Sat Mar 27 02:55:23 2010 +0000 + + applications/luci-p2pblock: fix postinstall + +commit 73aadcd119083eccba8de9d5b4a2514f50987fed +Author: Jo-Philipp Wich +Date: Sat Mar 27 02:44:56 2010 +0000 + + modules/admin-core: correct date format in luci_fixtime, save time on shutdown (OpenWrt #6921) + +commit 96381bf0d870cd8e17034dffd926364c835c7f27 +Author: Jo-Philipp Wich +Date: Sat Mar 27 02:41:00 2010 +0000 + + applications/luci-ntpc: cbi fixes + +commit eaaaa39c1733540c1bc19b0c1fd9f1c5083aaa75 +Author: Jo-Philipp Wich +Date: Sat Mar 27 02:01:36 2010 +0000 + + modules/admin-{mini,full}: start sysupgrade in background + +commit 11527683bf98eabcbff2507aa894bd71a96167e8 +Author: Jo-Philipp Wich +Date: Thu Mar 25 16:08:33 2010 +0000 + + contrib/package: remove px5g, uhttpd - moved to OpenWrt core packages + +commit e47ac7cabc225eae353fd7c347f123a76897ef4d +Author: Jo-Philipp Wich +Date: Thu Mar 25 14:50:26 2010 +0000 + + applications/luci-samba: forgot to commit a change of #117 + +commit e5880104ec64cb8e674177910721d5f5394fad02 +Author: Jo-Philipp Wich +Date: Thu Mar 25 14:06:35 2010 +0000 + + i18n: add translations for samba (#117) + +commit a29163c2aeb474cd8c7f135802e21440301a904a +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:47:21 2010 +0000 + + modules/admin-full: handle dnsmasq 'server' uci option (#115) + +commit c9cbd9fe29942b3c09c36938e724cc7dd3111568 +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:46:17 2010 +0000 + + themes, i18n: fix double encoded entities (#114) + +commit 88f92d1dd8e003490d81ca7512c7bd2d9acd4714 +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:44:46 2010 +0000 + + i18n: update french base translation (#112) + +commit 103e532246f60ae9f3368fc3be454695ad21cd6e +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:42:54 2010 +0000 + + modules/admin-full: apply timezone immediately (#103) + +commit 3b4292d9971dd216281b9cfe02899f999f862ac4 +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:41:55 2010 +0000 + + themes/base: allow closing menus by clicking into the body (#97) + +commit 2b726957366b83a118469151f5704c524f2f1914 +Author: Jo-Philipp Wich +Date: Thu Mar 25 13:40:33 2010 +0000 + + applications/luci-livestats: Correct units for the S/N ratio (dB) (#82) + +commit f115f8f514453fd61e4768563b27a2ef0487d342 +Author: Jo-Philipp Wich +Date: Thu Mar 25 10:56:09 2010 +0000 + + contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls as well + +commit f59e82ca535c4f58ebe2f65ff6a91fc45b047bce +Author: Jo-Philipp Wich +Date: Thu Mar 25 10:00:28 2010 +0000 + + uhttpd: pass FPIC to source Makefile + +commit af4611d4e02c8a5b0c72cae08c1d944528d63787 +Author: Jo-Philipp Wich +Date: Thu Mar 25 02:04:50 2010 +0000 + + uhttpd: move Lua and TLS support into loadable plugins + +commit a6722be769be20d3e06d0ca77eac1bd3af6f9593 +Author: Jo-Philipp Wich +Date: Wed Mar 24 00:02:26 2010 +0000 + + modules/admin-mini: luci_ethers -> dhcp conversation + +commit 61f22c5b3979f6c0796646968cded799bcf19c57 +Author: Jo-Philipp Wich +Date: Tue Mar 23 00:20:39 2010 +0000 + + contrib/package: switch default TLS provider to CyaSSL + +commit 969b971d0dc99101004e08347ae8f2d73f685a88 +Author: Jo-Philipp Wich +Date: Tue Mar 23 00:12:29 2010 +0000 + + contrib/package: resolve recursive theme-base - luci-web dependency + +commit 02867f8ebba934118b23ac4e4308019efb6bd1f6 +Author: Jo-Philipp Wich +Date: Tue Mar 23 00:05:25 2010 +0000 + + contrib/package: remove lucid from default package selections + +commit 2f34a51f830cf0cf98d4da1813ffed83984b2bcd +Author: Jo-Philipp Wich +Date: Mon Mar 22 23:20:21 2010 +0000 + + uhttpd: fix default cert names in init script + +commit 76b3ad7317b8d4ab401374ce73bad4ce7a134d03 +Author: Jo-Philipp Wich +Date: Mon Mar 22 23:10:48 2010 +0000 + + uhttpd: add ssl cert generation to init script + +commit bc7bf3a857636b46c76b39d2c0322fa43f295bbb +Author: Jo-Philipp Wich +Date: Mon Mar 22 21:27:00 2010 +0000 + + contrib/package: backport px5g from luci2 + +commit d817ebf0070cd6c70b49fb3c4e13becb0544e429 +Author: Jo-Philipp Wich +Date: Sun Mar 21 20:52:41 2010 +0000 + + uhttpd: properly initialize sigaction, restore SIGTERM for childs + +commit fa712a0bc9ac90b2172877dc9835c38945838b39 +Author: Jo-Philipp Wich +Date: Sun Mar 21 20:06:50 2010 +0000 + + uhttpd: deliver SIGTERM to child when parent leaves I/O loop + +commit d87fefbda608d1bbf296cc7fbb766e72b8b94c13 +Author: Jo-Philipp Wich +Date: Sun Mar 21 18:02:49 2010 +0000 + + contrib/package: add package definition for luci-sgi-uhttpd + +commit be8a41822c51088fc1ed04e27c77bea3e885df1b +Author: Jo-Philipp Wich +Date: Sun Mar 21 17:59:37 2010 +0000 + + libs: add uhttpd gateway interface + +commit 5fc3a1ceb01b2f55734373f70a311651092fefa8 +Author: Jo-Philipp Wich +Date: Sun Mar 21 17:50:00 2010 +0000 + + uhttpd: make Lua handler more CGI like and fork child away + +commit 0dd0fdad5589965489cdbf4baf01f3b62f1c24b7 +Author: Jo-Philipp Wich +Date: Sun Mar 21 04:18:20 2010 +0000 + + uhttpd: expose uh_http_sendc() to Lua, move server functions into uhttpd namespace + +commit 927d47528fbd27c1374c8e88d3efc0f1ed706bd6 +Author: Jo-Philipp Wich +Date: Sun Mar 21 03:46:03 2010 +0000 + + uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 spec + +commit 23052d8f013188302dd9faee47f6911e4ed0e1e1 +Author: Jo-Philipp Wich +Date: Sun Mar 21 02:35:28 2010 +0000 + + uhttpd: complete init script and sample configuration + +commit 79dde1ad3fd240ec084b4b9c160c95e6c82336ee +Author: Jo-Philipp Wich +Date: Sun Mar 21 02:27:29 2010 +0000 + + uhttpd: terminate I/O loops if socket writes fail + +commit 707f9dd2d0979f655e583031d81284aff499f1ac +Author: Jo-Philipp Wich +Date: Sun Mar 21 01:40:50 2010 +0000 + + uhttpd: relax cgi timeout + +commit cee885295be70eb77323d0f12dc35252efc24d29 +Author: Jo-Philipp Wich +Date: Sun Mar 21 01:15:36 2010 +0000 + + uhttpd: finish basic auth support, read realms from /etc/httpd.conf + +commit 95b9bb0f69fa4ed2bc2c414a614d1723b1e59e21 +Author: Jo-Philipp Wich +Date: Sat Mar 20 23:51:51 2010 +0000 + + uhttpd: add basic auth infrastructure + +commit 1ecf7ac9fa9499d79ccebf805090b2fd1310f3d9 +Author: Jo-Philipp Wich +Date: Sat Mar 20 14:34:50 2010 +0000 + + uhttpd: do lua lookup first, otherwise fs resources might shadow the virtual url + +commit 074690aa549db034b9d1599b9fa38dfd577db868 +Author: Jo-Philipp Wich +Date: Sat Mar 20 14:31:05 2010 +0000 + + uhttpd: rename struct uh_path_info to path_info, drop wdir member + +commit 35e6a59ef269829e4838aa748dfd93c5441083c2 +Author: Jo-Philipp Wich +Date: Sat Mar 20 14:10:03 2010 +0000 + + uhttpd: everybody loves licences, add one + +commit c153eeaef2216f6e3a0b06f50661f4abda0699c6 +Author: Jo-Philipp Wich +Date: Sat Mar 20 13:55:54 2010 +0000 + + uhttpd: treat cgi scripts without any headers as text/plain responses, required for X-Wrt + +commit 0f18174879e121e5c5a64de0e3cb88a9c78e2b37 +Author: Jo-Philipp Wich +Date: Sat Mar 20 13:45:50 2010 +0000 + + uhttpd: + - rework url parsing and path resolving + - handle more cgi quirks + - change request dispatching + - clean up cflags + +commit 66ffcefa5555b35fc2e71429d9be16ac6de82801 +Author: Jo-Philipp Wich +Date: Fri Mar 19 14:51:12 2010 +0000 + + uhttpd: explicitely use gmt times + +commit 7740fd666589d0422359e4fa7b95eebb9ad8b7e5 +Author: Jo-Philipp Wich +Date: Fri Mar 19 13:36:17 2010 +0000 + + uhttpd: fix off-by-one in last commit + +commit 008fbe53e3cfb0984ff7521ccb3ea8d568876e06 +Author: Jo-Philipp Wich +Date: Fri Mar 19 13:32:24 2010 +0000 + + uhttpd: accept wrongly terminated cgi headers, needed for X-Wrt + +commit 42d15c0e27b62c8a7a154837c8d6ce920219ea3e +Author: Jo-Philipp Wich +Date: Fri Mar 19 09:30:23 2010 +0000 + + uhttpd: fix usage message + +commit 5f343a22e1a3cfe8736484ae9f239613e6647f9f +Author: Jo-Philipp Wich +Date: Fri Mar 19 09:22:15 2010 +0000 + + uhttpd: add init script and uci configuration + +commit 60f7191ff4609ebd056eb4a326f29a49b3c32fb5 +Author: Jo-Philipp Wich +Date: Fri Mar 19 01:50:56 2010 +0000 + + uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibility + +commit a7282c83787272d98a3c6bc8f5313987c0ae3d96 +Author: Jo-Philipp Wich +Date: Fri Mar 19 01:36:30 2010 +0000 + + uhttpd: add a workaround to use CyaSSL's openssl/ssl.h header, it is not 100% OpenSSL compatible after all + +commit 77f310f5db4b9cd5a98adbf198c3eb9d36632cb7 +Author: Jo-Philipp Wich +Date: Fri Mar 19 01:35:26 2010 +0000 + + uhttpd: make missing certs only fatal if tls sockets were requested + +commit 0799c5f9ea70ddc5cc958cea74a6e066fea12f80 +Author: Jo-Philipp Wich +Date: Thu Mar 18 22:39:48 2010 +0000 + + libs/uvl: convert luci.uvl.validation to new luci.uvl.error api + +commit 30f7206c590f545df01fe328ac065ae91cb55372 +Author: Jo-Philipp Wich +Date: Thu Mar 18 22:36:59 2010 +0000 + + libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error api + +commit 3403abe05fc62efda046fe65c0b43ce785ab1f4d +Author: Jo-Philipp Wich +Date: Thu Mar 18 20:10:13 2010 +0000 + + uhttpd: only enable Lua runtime if a handler was specified + +commit 87329b4522760f0a4a9a7962a52faf76d2db6f55 +Author: Jo-Philipp Wich +Date: Thu Mar 18 17:45:50 2010 +0000 + + contrib/package: add uhttpd, a drop-in replacement for busybox httpd + +commit 1661add529c525939a27ae47c1429bfe50615211 +Author: Jo-Philipp Wich +Date: Thu Mar 18 17:25:25 2010 +0000 + + libs/uvl: local symbol error shadows error class declaration, drop it + +commit c91c64b9276e8c5cab09970bdb41d19a8c6fd4d4 +Author: Jo-Philipp Wich +Date: Thu Mar 18 17:03:14 2010 +0000 + + libs/uvl: fix syntax error introduced with r5861 + +commit e301256632f4f1a6763eff687aa8bfa40b9f2c59 +Author: Jo-Philipp Wich +Date: Thu Mar 18 17:00:23 2010 +0000 + + libs/cbi: change usage of uvl error api after r5861 + +commit 3d426e48d4b9e55b9a8fdb7f873df3d5b7e5bba2 +Author: Jo-Philipp Wich +Date: Thu Mar 18 16:58:58 2010 +0000 + + libs/uvl: rework error handling to prevent triggering lvm issues + +commit 2fede7361f53c3e1e81974676565ccf3937c23a9 +Author: Jo-Philipp Wich +Date: Thu Mar 18 15:19:11 2010 +0000 + + libs/core: disable runtime byte code stripping, it causes lvm errors (OpenWrt #6235, LuCI #110) + +commit 9a6d72238d015580723edf92912be1e34a1fb687 +Author: Jo-Philipp Wich +Date: Mon Mar 15 15:23:50 2010 +0000 + + trunk: remove libs/lpk and libs/luanet + +commit 2a9ffa6d28432aaf58d620adfa891c8ff403d131 +Author: Vasilis Tsiligiannis +Date: Sat Mar 13 20:13:41 2010 +0000 + + Fix language selection broken after po file merges + +commit 7867017972adb7e332a398df03f7de29820e9314 +Author: Jo-Philipp Wich +Date: Tue Mar 9 21:22:17 2010 +0000 + + modules/admin-full: don't expose ht capabilities in wifi config + +commit acc4524a8468085f52e6dce1e82f5414cc1d5114 +Author: Jo-Philipp Wich +Date: Tue Mar 9 11:37:12 2010 +0000 + + moodules/admin-core: add luci_{ethers,hosts} -> dhcp config migration + +commit 95d316a55c541b3576593867f3998f913a7ac8ef +Author: Jo-Philipp Wich +Date: Tue Mar 9 02:13:24 2010 +0000 + + themes/openwrt-light: merge tab support from openwrt.org theme + +commit dc672daf3bc08e5013b8b521004c71309887f803 +Author: Jo-Philipp Wich +Date: Tue Mar 9 01:19:28 2010 +0000 + + module/admin-full: add missing mode+wds -> ap/sta-wds reverse mapping for mac80211 interfaces + +commit 1ac4b1324650068f86d2a0cfed5ecbebe3d8d7dc +Author: Jo-Philipp Wich +Date: Mon Mar 8 23:41:50 2010 +0000 + + trunk: remove underscores in app names (Openwrt ticket #6654) + +commit 087776d3b4a26704dd907b9562c50326e77cf9b9 +Author: Jo-Philipp Wich +Date: Mon Mar 8 19:33:26 2010 +0000 + + contrib/package: rename luci-kamikaze to luci, add initmgr to default collection + +commit de585fe48424a9d62cea08b1c27e36d706367d08 +Author: Jo-Philipp Wich +Date: Mon Mar 8 19:05:34 2010 +0000 + + applications/luci-initmgr: add start/stop/reload actions, move to services menu + +commit 7b276a5f4861da8e2e6692b5afa648d6dff1c5bb +Author: Jo-Philipp Wich +Date: Mon Mar 8 18:56:03 2010 +0000 + + libs/sys: fix unwanted invocation of initscripts when probing index of rcS + +commit 362dfd03e5a0de9ca80f7f18450b73480d03d892 +Author: Jo-Philipp Wich +Date: Mon Mar 8 17:02:09 2010 +0000 + + contrib/package: remove conffile entries for luci_hosts and luci_ethers + +commit eeb9fd748b3e0bb5c7642cbbf8b3fa51000672d1 +Author: Jo-Philipp Wich +Date: Mon Mar 8 04:49:43 2010 +0000 + + applications/luci-initmgr: fix disabling of init scripts + +commit 538af500a6c2ce72f5ffd86bae086bac7e17d1e7 +Author: Jo-Philipp Wich +Date: Mon Mar 8 02:43:58 2010 +0000 + + libs/uci: reload luci-statistics when changing system properties + +commit 5c7ec5827a892c7d008aeac1ee549e8fbcde1d12 +Author: Jo-Philipp Wich +Date: Mon Mar 8 02:16:38 2010 +0000 + + modules/admin-full: only show mount point config if /e/c/fstab is present + +commit 7ab8b51bd1a1d91e5ee18a0bf2db2a6cda031944 +Author: Jo-Philipp Wich +Date: Mon Mar 8 01:49:58 2010 +0000 + + applications/luci-statistics: increase default graph width to 600px + +commit 2269eb3ef07f2113095967757fbb8443cb51bdec +Author: Jo-Philipp Wich +Date: Mon Mar 8 01:47:10 2010 +0000 + + libs/ipkg: call opkg with --autoremove + +commit 928f16618e551a4189269f972d8e659a80deb366 +Author: Jo-Philipp Wich +Date: Mon Mar 8 01:23:31 2010 +0000 + + libs/uci: purge luci_ethers and luci_hosts from ucitrack + +commit 95691ca53c7756e452954da35e2522335b2a727c +Author: Jo-Philipp Wich +Date: Mon Mar 8 01:18:22 2010 +0000 + + trunk: drop luci_hosts, now covered by /etc/config/dhcp + +commit 3c39da44fbbdd418fd8c2d3e35aa0fa907887fb0 +Author: Jo-Philipp Wich +Date: Mon Mar 8 00:52:21 2010 +0000 + + modules/admin-full: workaround integer overflow in ipv6 route display + +commit 6a02931893ff7ecabf1f48597f783a18ebab92cd +Author: Jo-Philipp Wich +Date: Mon Mar 8 00:49:39 2010 +0000 + + libs/sys: workaround for Lua number overflow in ipv6 route metrics + +commit 59b3711e704bac69101b1192782f4fa76db3dcdb +Author: Jo-Philipp Wich +Date: Sun Mar 7 21:51:45 2010 +0000 + + libs/ipkg: add overlay_root(), determines the overlay used by opkg + +commit fe8e9abc0f441e243eedb7160343011b07951235 +Author: Jo-Philipp Wich +Date: Sun Mar 7 20:14:07 2010 +0000 + + libs/ipkg: pass some force flags to opkg invokations for non interactive mode + +commit cfae86909fac7783e36f42db7b31778e6304305d +Author: Jo-Philipp Wich +Date: Sun Mar 7 18:43:48 2010 +0000 + + contrib/package: remove leftover reference to libcyassl-luci + +commit 1973a023292d88fb87b3c9aa9d9f6495599f0be6 +Author: Jo-Philipp Wich +Date: Sun Mar 7 18:42:12 2010 +0000 + + trunk: drop uvc_stremaer support, package was removed upstream + +commit 66fc0c4692401a5fc1e3633b58408fb5e7a20f63 +Author: Steven Barth +Date: Sun Mar 7 17:46:58 2010 +0000 + + Go back to OpenWrt libcyassl + +commit 72e3b2c7e5766cad42b7e4cf9ab0b3e3f3c7328e +Author: Jo-Philipp Wich +Date: Sun Mar 7 16:33:29 2010 +0000 + + modules/admin-full: don't display vlan config if there is no switch on the device + +commit 10c5dbef18800a6c2b163875a86e99c4c01d6343 +Author: Jo-Philipp Wich +Date: Sun Mar 7 15:24:18 2010 +0000 + + modules/freifunk: update settings for Mainz community profile (#111) + +commit 1322fdc8d285a47a62639261011f5d4823c10111 +Author: Jo-Philipp Wich +Date: Sat Mar 6 19:13:03 2010 +0000 + + modules/admin-full: rewrite vlan setup for new swconfig style config format + +commit cb0718b9f7ca294d49dca050cc08e35134ceefa0 +Author: Jo-Philipp Wich +Date: Sat Mar 6 19:10:30 2010 +0000 + + libs/cbi: implement .sectiontitle callback for tblsections to allow custom per-row titles + +commit bf8a7d61cfbd899fbb679c37143d6301e7ed2881 +Author: Jo-Philipp Wich +Date: Tue Mar 2 00:47:47 2010 +0000 + + [build] drop -Werror, newer gcc versions emit more warnings, stuff might break on some targets + +commit 8338e5e8f5984b99add8bd30d0060e44bcdb915f +Author: Jo-Philipp Wich +Date: Sun Feb 28 23:38:22 2010 +0000 + + libs/ipkg: add callback based list_all() and list_installed() + +commit 979fa033eab95320eda0b18ad6e4af0c67397dd6 +Author: Jo-Philipp Wich +Date: Sun Feb 28 20:59:23 2010 +0000 + + applications/luci-statistics: init fixes + +commit 56b3fb4ef779b9f3fa76ad6786b02ad02eff975a +Author: Jo-Philipp Wich +Date: Sun Feb 28 00:19:58 2010 +0000 + + applications/luci-statistics: make it run ootb again + +commit de8a2d07675c3e48c249878437063e62f68f10d7 +Author: Jo-Philipp Wich +Date: Sat Feb 27 23:21:14 2010 +0000 + + modules/admin-full: add extended mac80211 wireless options for 11n, patch by Dennis Bartsch + +commit c9d652c4eb781eb8b20b17ae0a4546295fd6c4ff +Author: Daniel Dickinson +Date: Sat Feb 27 10:37:08 2010 +0000 + + luci-app-voice-diag, luci-app-diag-devinfo: Fix dependencies for the network + and SIP device discovery packages. + +commit d2943f04da4726a305e88019a9fea3c11f83b811 +Author: Daniel Dickinson +Date: Sun Jan 24 22:30:09 2010 +0000 + + Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from header.htm + +commit b55daf67215e342d4f73a62188424927750dd229 +Author: Translation System +Date: Fri Jan 8 13:13:36 2010 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 43 of 43 messages translated (0 fuzzy). + +commit 11a3137b1c6a5a60d29369e62016f626285512a0 +Author: Jo-Philipp Wich +Date: Tue Dec 29 18:12:21 2009 +0000 + + contrib/uci: bump to latest git version + +commit 88c1b01cafd0443bb0427ec8c4fe500ec7010e0b +Author: Jo-Philipp Wich +Date: Tue Dec 29 18:11:39 2009 +0000 + + build: fix typo in hostenv.sh introduced in r5654 + +commit 7d0134fedc14794d68c9e9fe9dba60744d8ed8af +Author: Jo-Philipp Wich +Date: Tue Dec 29 18:09:17 2009 +0000 + + build: emulate nixio.sysinfo() on Darwin + +commit 859f99845ebd1653048e69c02c8e392e7bf096f4 +Author: Jo-Philipp Wich +Date: Tue Dec 29 17:55:10 2009 +0000 + + libs/nixio: fix uninitialized variable warning on Darwin in splice.c + +commit 74630d681464a8c351c2c5393e336df3c918dd6d +Author: Jo-Philipp Wich +Date: Tue Dec 29 17:50:35 2009 +0000 + + libs/lucid-http: fix regressions with recent git uci + +commit a7ec41b283ddba3c109a19319d13f574dc3c6bc0 +Author: Jo-Philipp Wich +Date: Mon Dec 28 23:28:44 2009 +0000 + + build: adjust hostenv.sh for OS X + +commit 6ea063dc11d38fa1f2b7c57eb8193fd8034d736e +Author: Jo-Philipp Wich +Date: Mon Dec 28 23:07:04 2009 +0000 + + libs/nixio: properly cast len argument for OS X sendfile() + +commit 6ffdb72a4df3c06f56d594fdd56cce69c1ef664c +Author: Jo-Philipp Wich +Date: Mon Dec 28 22:03:42 2009 +0000 + + libs/nixio: fix compile on OS X + +commit 0ddedc638cc78d3e073ebb2dc6f31c2e12e0d247 +Author: Jo-Philipp Wich +Date: Sat Dec 26 00:09:47 2009 +0000 + + libs/cbi: don't filter bridge ports in firewall zone widget + +commit 9a6b4312493d750fe89c5b253f357e7399448c89 +Author: Jo-Philipp Wich +Date: Fri Dec 25 00:44:38 2009 +0000 + + modules/admin-full: move alias-broadcast and alias-dns to advanced tab + +commit fc962c347c29cc9bb20d8587217f411035224201 +Author: Jo-Philipp Wich +Date: Fri Dec 25 00:42:51 2009 +0000 + + modules/admin-full: redirect back to overview page if trying to configure not existing wireless network + +commit 913ab50e2be49011b5cea03ee0efe67765325ad3 +Author: Jo-Philipp Wich +Date: Fri Dec 25 00:42:17 2009 +0000 + + modules/admin-full: link to wifi network adding in overview + +commit 4804facec264a6fddc8b8d6b88fd1aa965227264 +Author: Jo-Philipp Wich +Date: Fri Dec 25 00:41:55 2009 +0000 + + modules/admin-full: (re-)implement adding of wireless networks + +commit ea46eda74b17919b2d315625de15bd77f8d083b0 +Author: Jo-Philipp Wich +Date: Thu Dec 24 23:26:23 2009 +0000 + + contrib/fwd: add makwefile to make sdk happy + +commit b9b4d9a2ab2c74b284ecbaa6afae52f7792659f7 +Author: Vasilis Tsiligiannis +Date: Thu Dec 24 21:34:57 2009 +0000 + + libs/iwinfo: Respect IW_TXPOW_DBM flag over IW_TXPOW_MWATT when both are set + +commit f790aae15a343a99bedf6fa482787d2c311af90d +Author: Vasilis Tsiligiannis +Date: Thu Dec 24 21:34:52 2009 +0000 + + libs/core: Fix wireless network ids + +commit af418dfc1b459ee944b67cb8dcfa9a78c573e682 +Author: Jo-Philipp Wich +Date: Thu Dec 24 00:53:56 2009 +0000 + + contrib/package: collectd-mod-rrdtool1 was renamed, fix dependency + +commit 748b9b94627df9068bd8ae7461d5258430b1709e +Author: Vasilis Tsiligiannis +Date: Wed Dec 23 09:33:58 2009 +0000 + + libs/ipkg: Remove deprecated -force-defaults option when executing opkg + +commit 1bd931ba98dd5244a03b97e21889f7b956f2a0c7 +Author: Translation System +Date: Mon Dec 21 23:17:18 2009 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 20 of 21 messages translated (1 fuzzy). + +commit dcc617fc48f6198f933332472ec6b4b0a6823222 +Author: Jo-Philipp Wich +Date: Mon Dec 21 02:50:30 2009 +0000 + + modules/admin-full: cope with missing wireless or dnsmasq config, hide menu points if config is not present + +commit 85eec9c21f5be8ce2b5e0d8b8b6e2f31a4f19f12 +Author: Jo-Philipp Wich +Date: Sun Dec 20 18:35:05 2009 +0000 + + libs/http: don't calculate etag twice in If-None-Match, fix typos in inline-doc + +commit 21328113ddcd07a1711ce0a14c6c4abe6d1de503 +Author: Jo-Philipp Wich +Date: Sun Dec 20 18:18:43 2009 +0000 + + libs/http: fix incorrent treatment of If-None-Match (#100) + +commit 9fbd8df110874ad6324e9be5862e8558a30880bc +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:57:31 2009 +0000 + + contrib/fwd: remove debug prints, add syslog info + +commit d77076aa1653133e78619351ed41f721d4f59dd2 +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:38:13 2009 +0000 + + contrib/fwd: multi-call binary, iface monitoring, initial ipc integration + +commit 19980872755027ab9fe3ca514d2053ab7b2a4c70 +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:37:26 2009 +0000 + + contrib/fwd: renamed struct fwd_{addr,network}_list to struct fwd_{network,addr} + +commit ce40fff288e28c5d758789d25cb76f1f617e105b +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:35:02 2009 +0000 + + contrib/fwd: adept rule generator to data changes, implement fwd_chgif() stub + +commit 1105290f048ae510633189b4cf5e9e9285eab0e0 +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:32:43 2009 +0000 + + contrib/fwd: reorganize internal data model + +commit f2b04c54005072d1b94a4012ebedba8c32a053e3 +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:31:01 2009 +0000 + + contrib/fwd: initial IPC work + +commit 1c2d85856bfcc6766073ac7466ead76b225e8ccf +Author: Jo-Philipp Wich +Date: Sun Dec 20 02:30:32 2009 +0000 + + contrib/fwd: add utility functions + +commit ea9a0495b7b45d3c21ceb9bb7254f42826cc6a35 +Author: Jo-Philipp Wich +Date: Thu Dec 17 01:35:50 2009 +0000 + + contrib/fwd: generic drop target belongs into the drop chain + +commit ba9cae9b9083ea6b4d1fe3d9431ceabdbea5479f +Author: Jo-Philipp Wich +Date: Thu Dec 17 01:31:13 2009 +0000 + + contrib/fwd: add fwd_xt_parse_frag(), fwd_xt_append_rule() and fwd_xt_insert_rule() - completes xtables api + +commit 47f94ba62cc7e062910446818281a8500f62ac03 +Author: Jo-Philipp Wich +Date: Thu Dec 17 01:15:44 2009 +0000 + + contrib/fwd: remove leftover debug printf + +commit 9903178ee7f107dc04a4ecf48eccde12353622f4 +Author: Jo-Philipp Wich +Date: Thu Dec 17 01:07:44 2009 +0000 + + contrib/fwd: implement fwd_ipt_delif() and fwd_ipt_clear_ruleset() + +commit 5abef1380ef5c4271aa1d26339306dccf04c9ab2 +Author: Jo-Philipp Wich +Date: Wed Dec 16 22:58:19 2009 +0000 + + contrib/fwd: reset invert flag after running xt parse handler + +commit 0f791a7fb6a67cf30d91775e4ae768679e14d610 +Author: Jo-Philipp Wich +Date: Wed Dec 16 02:02:45 2009 +0000 + + contrib/fwd: rewrite rule generate to use xtables api + +commit a833e120b7f8a835f07e6d9bb5c37df149580468 +Author: Jo-Philipp Wich +Date: Tue Dec 15 20:57:35 2009 +0000 + + contrib/fwd: make fwd_xt_parse_{match,target} variadic, properly parse inverts + +commit b957d3f56ddc8bcebed21e3c334f6b9b973627c0 +Author: Jo-Philipp Wich +Date: Tue Dec 15 11:22:56 2009 +0000 + + contrib/fwd: update main, not really useful yet + +commit 7001c02a38ce75eac28efea6ac0a415133dba535 +Author: Jo-Philipp Wich +Date: Tue Dec 15 11:21:42 2009 +0000 + + contrib/fwd: simplify ruleset, initial xtables integration + +commit 3e97fcfe4b82e1c547234de2002275fa49933136 +Author: Jo-Philipp Wich +Date: Tue Dec 15 11:16:45 2009 +0000 + + contrib/fwd: update xtables api, reuse iptc handle from caller, fix segfault when reusing matches + +commit d91beb059087bc166fbfaa4354b0291945198a53 +Author: Jo-Philipp Wich +Date: Mon Dec 14 02:25:55 2009 +0000 + + contrib/fwd: initial xtables binding + +commit 1a403dfcd6ffd4f14e4ffa9d6c3037d07066ee5a +Author: Jo-Philipp Wich +Date: Sun Dec 13 21:32:59 2009 +0000 + + modules/freifunk: add community profile for Oldenburg + +commit 8f3bd113c39502fcbdaab28aea5f7135c9c0263a +Author: Jo-Philipp Wich +Date: Sun Dec 13 21:17:02 2009 +0000 + + contrib/package: fix memory leaks in olsrd 0.5.6-r7 stable + +commit bbaf959e9bd5a6ec8d3e7ebf382ced9cd03c3a88 +Author: Jo-Philipp Wich +Date: Wed Dec 9 23:59:11 2009 +0000 + + contrib/fwd: properly handle rules with proto=tcpudp + +commit 2e9ac3b3420350737aa37d01c0418bede10ab401 +Author: Jo-Philipp Wich +Date: Wed Dec 9 02:15:59 2009 +0000 + + contrib: fwd - initial C implementation of the uci firewall + +commit e8220d96a52be888db8611e2908cb3ba97dfe2f8 +Author: Steven Barth +Date: Tue Dec 8 12:13:26 2009 +0000 + + httpclient: Add basic auth support + +commit a6860ba0c85194f638832de1ce9aa6d27689db08 +Author: Jo-Philipp Wich +Date: Fri Dec 4 23:16:06 2009 +0000 + + applications/luci-upnp: OpenWrt r18491 changes the enable/disable behaviour, adept to it + +commit b2a7b2497806ac300b24a618279bd08a072903c2 +Author: Jo-Philipp Wich +Date: Wed Dec 2 12:36:03 2009 +0000 + + themes/base: implement close delay for popup menus (#95) + +commit 83c12d548cd3c69e94884ca264af37db680ae950 +Author: Jo-Philipp Wich +Date: Sun Nov 29 16:10:42 2009 +0000 + + modules/freifunk: mainz is now on 10.37.0.0, resolves conflict with ljubilana + +commit 8df506a4e26f1bd217d265f804ea14b56ebc0922 +Author: Jo-Philipp Wich +Date: Sun Nov 29 15:11:36 2009 +0000 + + moduls/freifunk: split ljubljana into kiberpipa and wlanljubljana, thanks Mitar! + +commit e822874a710a00ee8b6de988ece12ba76e193236 +Author: Steven Barth +Date: Sun Nov 29 13:46:04 2009 +0000 + + NIU: + Add WDS bridge client mode + Extending / repeating WDS network in AP wizard + Better 802.11s support + +commit 2aa4534db4c01851fa38293766f326cf4089c032 +Author: Steven Barth +Date: Sun Nov 29 13:45:56 2009 +0000 + + Move mtu_fix to the right place (fixes #94) + +commit 87491bf031881a4f5b828aaf6826cf98bda1252e +Author: Steven Barth +Date: Sat Nov 28 10:24:19 2009 +0000 + + nixio: Improve number handling with non-double Lua setups + +commit 7f9c9d208e2465e80cba92dcc8d450022a8cfd1e +Author: Jo-Philipp Wich +Date: Fri Nov 27 16:52:34 2009 +0000 + + modules/niu: fix possible sdk crash in overview page + +commit bddc2053b4d020a1982c8bfb86dde5a88dc47be6 +Author: Jo-Philipp Wich +Date: Thu Nov 26 00:24:59 2009 +0000 + + libs/cbi: fix dependency handling of radio buttons + +commit 46fea6f6ccfa6fc37e434fd5f092bf0bd8ece483 +Author: Jo-Philipp Wich +Date: Wed Nov 25 02:20:34 2009 +0000 + + applications/luci-fw: don't allow removing common settings + +commit 3a16b20c966f6931cc378f8e6b950483c958907f +Author: Jo-Philipp Wich +Date: Wed Nov 25 02:20:09 2009 +0000 + + applications/luci-splash: don't allow removing common settings... + +commit 19b690c7d543c3eedcaef938d730a8e6564cf757 +Author: Jo-Philipp Wich +Date: Wed Nov 25 02:19:37 2009 +0000 + + modules/admin-full: creating new ifaces was completely broken in trunk & 0.9, fix it + +commit 58c85cfbb901d83bb39ff6b8ee74f73a08335779 +Author: Steven Barth +Date: Tue Nov 24 12:06:57 2009 +0000 + + More Makefile + +commit 9692e933ef37766fc7ad58a530047e3e95d835ae +Author: Steven Barth +Date: Tue Nov 24 10:43:08 2009 +0000 + + Revised Makefiles a bit + +commit f541da8051673a9a1b7ddd358620edcbe034de6e +Author: Jo-Philipp Wich +Date: Mon Nov 23 20:46:44 2009 +0000 + + modules/freifunk: fix netmask for Ljubljana profile + +commit bd2ddbdc92e998968f13588495e464efe191d913 +Author: Steven Barth +Date: Mon Nov 23 20:46:44 2009 +0000 + + NIU: Minor fixes + +commit 1f83b916ac83eff03e582084dd99579689570360 +Author: Steven Barth +Date: Mon Nov 23 19:36:37 2009 +0000 + + NIU: Minor fixes + +commit 8b80a623c3526fa40d215f28f0a3cd1312edebea +Author: Steven Barth +Date: Mon Nov 23 15:37:54 2009 +0000 + + NIU: Allow automatic unbridging of LAN ethernet for WAN use + +commit edb5427181412a69be73b7ccda199841d1e0092b +Author: Steven Barth +Date: Mon Nov 23 14:10:14 2009 +0000 + + Correct order of wizard buttons + +commit 952836d1ef0b2e78a6c6909a87d33644941b638c +Author: Steven Barth +Date: Mon Nov 23 13:52:53 2009 +0000 + + NIU: + Allow DHCP for Local Network (preparing WDS client) + Use niulib-wrapper for finding available interfaces + +commit 840d8c89b582e89824982d5388af761062e8e7b3 +Author: Steven Barth +Date: Mon Nov 23 13:19:53 2009 +0000 + + CBI: + Ensure revalidation + +commit 565cc95f0db46e4d1e0bb947115af2d762c3b859 +Author: Steven Barth +Date: Mon Nov 23 13:09:52 2009 +0000 + + CBI: Free dependencies + +commit 8163cc8e67495af36e38945394234f3beb653d29 +Author: Jo-Philipp Wich +Date: Mon Nov 23 08:17:25 2009 +0000 + + modules/niu: convert MHz to GHz in channel selection + +commit 945f8910c1158195f8655858df1ce393ffa630d7 +Author: Jo-Philipp Wich +Date: Mon Nov 23 08:11:46 2009 +0000 + + libs/iwinfo: add freqlist() to dummy backend + +commit 5a2e23318e8daddeb251c546c47c485b0abcbb9f +Author: Jo-Philipp Wich +Date: Mon Nov 23 08:07:30 2009 +0000 + + modules/niu: fix usage of mbssid_support() in niulib + +commit 836b4d9dbaf9b2859f58baa76cdc0a212d4592ef +Author: Jo-Philipp Wich +Date: Sun Nov 22 23:55:12 2009 +0000 + + applications/luci-olsr: link to /cgi-bin-nodes.html on neighbour in status display + +commit f530c141d89f803a5f2638114bd72df145d5908f +Author: Jo-Philipp Wich +Date: Sun Nov 22 22:25:32 2009 +0000 + + contrib/package: remote-update: combined images now include the fs type in the file name + +commit 39ee74e598cf72e628c89c5cbb9ba7c1f5723182 +Author: Jo-Philipp Wich +Date: Sun Nov 22 21:14:14 2009 +0000 + + modules/freifunk: add profiles for Seefeld and Duesseldorf, reformat uci + +commit 4cf6fdcdbeddb60f512961aad345447972ab94e4 +Author: Steven Barth +Date: Sun Nov 22 20:33:16 2009 +0000 + + NIU: + Implemented WiFi-WAN + Overall improvements + +commit cba506cb709999b41c8da5c18b61c9a984b3d62a +Author: Steven Barth +Date: Sun Nov 22 20:33:00 2009 +0000 + + CBI: + Allow skipping of non-routing wizard steps + +commit 19758fae439cffad8adaf64f2e8f74ae452816ee +Author: Steven Barth +Date: Sun Nov 22 20:32:56 2009 +0000 + + CBI: + Implement reverse dependencies + Allow wiazrd steps without buttons + +commit bbfdc9ea830aa14bd3d3ee7a394ba19fe707c9aa +Author: Jo-Philipp Wich +Date: Sun Nov 22 19:56:40 2009 +0000 + + modules/freifunk: add community profile for Mainz + +commit 4739f33d8cfdeee5fd41ada2e583825dc9bea7d2 +Author: Jo-Philipp Wich +Date: Sun Nov 22 12:00:29 2009 +0000 + + modules/admin-full: make dnsmasq addnhosts option a dynamic list + +commit a1ab9b51109d551edbff50a26c1ce127cfc5cbdc +Author: Jo-Philipp Wich +Date: Sat Nov 21 02:10:13 2009 +0000 + + libs/iwinfo: support txpwrlist() for madwifi master devices + +commit 0f9ee2bea2dfebbc34ba138b96fd2f51a0343a6e +Author: Jo-Philipp Wich +Date: Sat Nov 21 01:40:48 2009 +0000 + + libs/iwinfo: support freqlist() on madwifi master devices + +commit 1ee7f5ed7944704a20e0d7472f33fa57750edf87 +Author: Jo-Philipp Wich +Date: Sat Nov 21 00:22:35 2009 +0000 + + contrib/package, applications/luci-olsr: implement NatThreshold to minimize gateway flapping + +commit f61586c62ba0cb652293d24f88f152753d256503 +Author: Jo-Philipp Wich +Date: Thu Nov 19 23:58:28 2009 +0000 + + contrib/package: fix broadcom arch detection in remote-update + +commit 7c9847ab1283f1e407caf428f26d0380df02c562 +Author: Steven Barth +Date: Tue Nov 17 19:53:55 2009 +0000 + + IWINFO: Somehtings wrong with scanning and this header, seems to work with this change (taken from wireless-tools) + +commit 23e0a7da6a698072871081364e8c7edf76a36f32 +Author: Steven Barth +Date: Tue Nov 17 16:12:53 2009 +0000 + + CBI: Allow lazy loading of wizard pages (improving RAM usage) + +commit 2176dae3a0a648805f7de447e4af7ead8b7655dd +Author: Steven Barth +Date: Mon Nov 16 16:58:48 2009 +0000 + + NIU: + +PortFw + +QoS + Reorganize Network + +commit efe5fc77f9c76ca75ae0e4c1735065589d5047c8 +Author: Steven Barth +Date: Sun Nov 15 21:49:52 2009 +0000 + + NIU: Cleanup + +commit c27128946b4950af78a5fd35c12a1bf7531cc1f4 +Author: Steven Barth +Date: Sun Nov 15 21:42:51 2009 +0000 + + NIU: Moar wifi options + +commit 6a51fbe67309fe074eb818ee81f3907bc576da0e +Author: Steven Barth +Date: Sun Nov 15 19:02:39 2009 +0000 + + Minor fixes + +commit 98f1d09a06dd917fa8576f3e677af17ccf736c85 +Author: Steven Barth +Date: Sun Nov 15 19:02:34 2009 +0000 + + AP configuration + +commit 70f77f481a04e53f071bea93a8b77ce104f236db +Author: Steven Barth +Date: Sun Nov 15 19:02:25 2009 +0000 + + If AP-WDS supports 802.11i then also allow the required options to be set + +commit c7ff38c7789857bad6be4e0bdf72f6742b1e5c51 +Author: Jo-Philipp Wich +Date: Sun Nov 15 17:09:40 2009 +0000 + + modules/admin-full: adjust usage of luci.sys.wifi.channels(), fix some i18n + +commit 21c3e370626fb49395ccba43df540e5ee068e0bd +Author: Jo-Philipp Wich +Date: Sun Nov 15 17:06:33 2009 +0000 + + libs/sys: mhz are not floats + +commit 2a68a29c5789d8c950d887d123d21de644c6a1c7 +Author: Jo-Philipp Wich +Date: Sun Nov 15 15:53:35 2009 +0000 + + libs/iwinfo: conditionally compile wl.o or madwifi support, make it depend on $(CRAP) + +commit 89ece183ef93a16afcbbdf3dca5398d34c233aa6 +Author: Steven Barth +Date: Sun Nov 15 15:46:27 2009 +0000 + + Merge luci.sys.wifi.channels to iwinfo + +commit 1b77a6f4c49b29b83e3063d9deca1a38e97ad897 +Author: Jo-Philipp Wich +Date: Sun Nov 15 15:21:03 2009 +0000 + + libs/iwinfo: add *_get_freqlist() + +commit 2bfa17e6f415a5d99a2f65dc37e4b8ceac1c3b6a +Author: Steven Barth +Date: Sat Nov 14 19:24:12 2009 +0000 + + NIU: + Initial wireless + DDNS: Show current address only if domain name is saved + Minor tweaks + +commit 319f820388d2a6e634053b7e11104e8755d4d498 +Author: Jo-Philipp Wich +Date: Sat Nov 14 18:43:50 2009 +0000 + + libs/lmo: revert r5539, breaks target builds + +commit 6fd3c1f367d4f9eeddb938e83afeae8e1f08bcc3 +Author: Steven Barth +Date: Sat Nov 14 18:41:16 2009 +0000 + + Publish nixio.fs in index-scope + +commit 7baa5604664d973c31fb08105a78908ec9a07ed9 +Author: Steven Barth +Date: Sat Nov 14 18:41:13 2009 +0000 + + NIU: DDNS + +commit 730a9b6f69ecd1ce26b0e1c9bcd51ccf42f56f31 +Author: Steven Barth +Date: Sat Nov 14 13:41:37 2009 +0000 + + NIU: + Redesign dashboard Level 1 + Network / System status on dashboard + Rework "LAN IP has changed" warning + Fix Routing table not hiding when requested + +commit b882bdeb04adc817a477009c689ec3b79151bf71 +Author: Steven Barth +Date: Sat Nov 14 13:41:31 2009 +0000 + + Avoid unnecessary compiling + +commit 0784b7b9d512602f519aa7c0e826f97ef5ca25ff +Author: Steven Barth +Date: Fri Nov 13 18:26:06 2009 +0000 + + NIU: + WAN Ehternet / DSL complete. + Custom Routes complete. + Conntrack introduced. + Overall minor fixes. + +commit 43820b99ecac96b1f5c3abe44eb446cdea5d41b4 +Author: Steven Barth +Date: Fri Nov 13 18:25:59 2009 +0000 + + JSON: Add encode / decode shortcut + +commit 7da7ada00b6e8849e9a64bfe825b25d119879c74 +Author: Steven Barth +Date: Thu Nov 12 17:45:08 2009 +0000 + + NIU: More restructuring, Add: change password, hostname + +commit e8255eab66184ab843012e0523567261a58fea90 +Author: Jo-Philipp Wich +Date: Wed Nov 11 23:17:46 2009 +0000 + + contrib/package: add standard package collections to simplify choosing the right components + +commit dc108a304328332016331d284d0ca1638e2c1720 +Author: Jo-Philipp Wich +Date: Wed Nov 11 22:55:09 2009 +0000 + + modules/admin-core: force exit 0 in postinst to suppress opkg error messages + +commit c12a9a079535c7fd2c3ccc1ac7b718781bc1b1ef +Author: Jo-Philipp Wich +Date: Wed Nov 11 22:41:29 2009 +0000 + + contrib/package: bump olsrd to 0.5.6-r7, refresh patches + +commit a3c4c0b87b856d602f961344b4a43d8603f9db3c +Author: Jo-Philipp Wich +Date: Wed Nov 11 13:48:30 2009 +0000 + + modules/freifunk: remove custom rc.local handling + +commit 7aed1e4b9d3d608389a8b15ea800b8e75be967ef +Author: Steven Barth +Date: Tue Nov 10 16:02:48 2009 +0000 + + NIU: More pages + +commit 4c08e29387ea675b230d87d4f4226b18389265cf +Author: Jo-Philipp Wich +Date: Tue Nov 10 01:42:18 2009 +0000 + + libs/cbi: add option to reveal/hide value for password fields + +commit 284f85fb4e185bf743c404161d0a83be858420c6 +Author: Steven Barth +Date: Mon Nov 9 11:22:29 2009 +0000 + + CBI: Fix subdependencies + +commit ca6a1fc3bc97f75aefec751aba48526e39d7d38b +Author: Jo-Philipp Wich +Date: Mon Nov 9 01:10:08 2009 +0000 + + modules/admin-full: remove dhcp network page and move leases there + +commit 603ea189d7748ff4edd6b3e03e3de11e6b22e5ac +Author: Jo-Philipp Wich +Date: Mon Nov 9 01:09:31 2009 +0000 + + modules/admin-full: switch static lease page to /etc/config/dhcp, add better labels and hostname column + +commit b1b86e27a0525a4f96663479d209529bd6785dee +Author: Jo-Philipp Wich +Date: Mon Nov 9 00:35:14 2009 +0000 + + modules/admin-full: better labels for wifi config page + +commit e5586034482305620bdaa9988006926122279622 +Author: Jo-Philipp Wich +Date: Mon Nov 9 00:34:31 2009 +0000 + + modules/admin-full: merge per-network dhcp server settings to iface config page + +commit 6965f4ac2b57ef397b65cd30c9a1b7f14daea980 +Author: Jo-Philipp Wich +Date: Mon Nov 9 00:33:45 2009 +0000 + + libs/cbi: auto-hide apply messages and make title and description optional for Map and SimpleForm instances + +commit 5c4cd0c4d6543fa0428b6c7eb5d2c131d29befba +Author: Jo-Philipp Wich +Date: Mon Nov 9 00:32:36 2009 +0000 + + libs/cbi: fix some logic errors in firewall zone picker widget + +commit c70edf0f94cbe0cb25ce6c9011e0ecc15c2c1573 +Author: Jo-Philipp Wich +Date: Mon Nov 9 00:32:05 2009 +0000 + + libs/cbi: implement on_parse hook for maps + +commit ee4fd290a0c4c4ef2ebdbe82e4c3c972016ded16 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:52:47 2009 +0000 + + contrib: make lua host build dependency conditional + +commit a50452e3e37bd3c79b4e69447420c8cd4cc2388b +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:38:22 2009 +0000 + + modules/admin-full: rewrite wifi join wizzard + +commit 6090617a9b97e386070f6f70b7c23aa404cc4149 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:36:20 2009 +0000 + + modules/admin-full: include iface name in headline of iface config page + +commit ee85b3b76b38abc65a744e30ef4b505e5a9f9456 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:35:03 2009 +0000 + + libs/core: i18n fixes for wds mode + +commit c07a7b5a02d8d97f0647fbcbdc6882d87714b33b +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:34:31 2009 +0000 + + libs/core: implement add_network() and del_network() in wireless model + +commit 936d82ea5abf6914b69eed57b561911e0830fc3c +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:32:29 2009 +0000 + + libs/uci: fix bug in property_bool() of luci.model.uci.bind class + +commit 392bfd38f86f7f5ea23878dbdf96cfe6bd8a2655 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:31:41 2009 +0000 + + libs/cbi: implement SimpleForm on_cancel hook in main class + +commit 9199b2ca02510d796be62d9b1fea46aff6dbe05d +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:31:19 2009 +0000 + + libs/cbi: fix bug in form prefill of zone picker widgets + +commit 6ba1aef019e891bf10bd4bdcb34cd61cf813f881 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:30:35 2009 +0000 + + libs/cbi: + - support hidden fields for SimpleForm, NamedSection and TypedSection instances + - add support for on_cancel event in SimpleForm instances + +commit dc93bf1fcc3f64a0ab653c7c4904fe739c9e25b6 +Author: Jo-Philipp Wich +Date: Sun Nov 8 02:29:05 2009 +0000 + + libs/cbi: properly handle .default for dummy values + +commit 9d8ebba1df4a66aa2c870d3f8e9b71f1a60a23ca +Author: Jo-Philipp Wich +Date: Fri Nov 6 13:19:11 2009 +0000 + + modules/freifunk: add community profile for Ljubljana + +commit a5a9625a457cd377418810cd86276d4597cc589a +Author: Steven Barth +Date: Mon Nov 2 15:59:46 2009 +0000 + + NIU: Backup system settings + +commit 86e00cb771b81dce8d9629326a5c25b92a024d04 +Author: Steven Barth +Date: Mon Nov 2 15:59:44 2009 +0000 + + LuCId: Watch threads in debug mode + +commit ffae6adf662a943a73430b8156b47005f987cb0d +Author: Steven Barth +Date: Mon Nov 2 15:40:53 2009 +0000 + + Avoid lacking fds + +commit c45930e05e7de9fcb572c063fb503e6c98e53272 +Author: Steven Barth +Date: Mon Nov 2 14:21:55 2009 +0000 + + LuCId: Only count our own threads + +commit 45e20225a51f66b8ba001c98a2c534bc251143ee +Author: Jo-Philipp Wich +Date: Sun Nov 1 22:59:34 2009 +0000 + + modules/freifunk: update profile for Jena + +commit bea6a5b7f63aa82e1b42d003294b30031d045ff3 +Author: Jo-Philipp Wich +Date: Sun Nov 1 22:19:05 2009 +0000 + + modules/admin-full: properly cover static wds mode on madwifi + +commit a60f781bdf6ff4b4d117fd1dfe54c8a664c5bfaf +Author: Jo-Philipp Wich +Date: Sun Nov 1 19:49:07 2009 +0000 + + libs/cbi: fix formatting issue in zone picker widget + +commit 76597985edea575860d01533a56954ebdc11307e +Author: Jo-Philipp Wich +Date: Sun Nov 1 18:33:26 2009 +0000 + + po: general cleanup and reformat + +commit 1bc570101b676a09400b75b07fa2d8a820c4a819 +Author: Steven Barth +Date: Sun Nov 1 18:29:15 2009 +0000 + + nixio: Device stats are unsinged from kernel and likely to overflow so use pushnumber instead of pushinteger. + +commit 51f67c74ad930ea0721f27303006b49bf6df56f3 +Author: Jo-Philipp Wich +Date: Sun Nov 1 18:28:41 2009 +0000 + + po: complete and cleanup german base translation + +commit 35c150b4bbfe2fb58b94152d4b41a8f54dc94d76 +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:59:58 2009 +0000 + + po: PPTP != HTTP + +commit 2fd7db664b8e381cecd3abf368f555f833fe898e +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:50:17 2009 +0000 + + po: fix fuzzy and missing strings in english base translation + +commit e3c28e07af5c48a2711002fa4f0d89527ae56134 +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:39:31 2009 +0000 + + modules/admin-full: fix syntax error in i18n tag + +commit cd12b21d3bd774e8127cce8903cafb7a301c1f8d +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:39:06 2009 +0000 + + po: more repair work + +commit 9b888c18e372a28f612e5bad06aed6398527d394 +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:30:15 2009 +0000 + + libs: fix some more translation errors + +commit 58ba2de8e108b8223d55cfb85fa41dadeb049627 +Author: Jo-Philipp Wich +Date: Sun Nov 1 17:27:56 2009 +0000 + + libs/lmo: fix logic errors in po2lmo + +commit 249ebe3622a766fd2b36effcbe49ea1ae4c6a53a +Author: Jo-Philipp Wich +Date: Sun Nov 1 14:30:02 2009 +0000 + + i18n: fix references to po files + +commit f5a760168b3dba6b9b0d5d93ab6b6ed4e229cb73 +Author: Jo-Philipp Wich +Date: Sun Nov 1 14:24:04 2009 +0000 + + all: remove references to old i18n files + +commit c0ba2e06c65e98360d9a98570286a9c0cb82dc67 +Author: Jo-Philipp Wich +Date: Sun Nov 1 14:12:25 2009 +0000 + + themes: now load base instead of default i18n + +commit 55bc26a2a51f2032d7f65ef00b5fdd28fff10402 +Author: Jo-Philipp Wich +Date: Sun Nov 1 14:09:36 2009 +0000 + + po: merge admin-core, cbi, default, sysauth, uvl and wifi into base.po + +commit 8de4c45a59c63f72abbe11c00f3572bdd4457f21 +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:46:46 2009 +0000 + + modules/admin-full: i18n fix on network page + +commit 3e6d86c80e61116fd09d12c46ab3f0abb0ee6457 +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:44:31 2009 +0000 + + libs/cbi: i18n markup fix for filebrowser widget + +commit 641da07639ad57ab10ea88b3e57728c622db12c0 +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:44:11 2009 +0000 + + modules/admin-full: fix error i18n handling in opkg page + +commit 1bf7b68a66fac46547921b31588b3726e8fc3927 +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:35:24 2009 +0000 + + themes: i18n markup fixes + +commit 151a4874bef7ca64bd61c0728aa5872c869570c4 +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:26:59 2009 +0000 + + po: fix a message id + +commit eb33651ebb48950c18d5e1e901e8968a4958058e +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:24:33 2009 +0000 + + applications/luci-diag-devinfo: fix empty i18n tag + +commit 0a452588a1c8034a3d826a20b3b006270fe3070b +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:19:57 2009 +0000 + + modules/admin-full: fix i18n for led page + +commit 5f0ecfe984f0e69095a4e888913fe2da38b13ccc +Author: Jo-Philipp Wich +Date: Sun Nov 1 13:19:03 2009 +0000 + + libs/uvl: fix i18n handling for errors + +commit a3cf64006bc32dbfb38f8c083667df0ebfffe04c +Author: Jo-Philipp Wich +Date: Sun Nov 1 12:29:10 2009 +0000 + + po: repair some message ids + +commit b786f4ade447d4c0ce87b30953348e06630828fa +Author: Jo-Philipp Wich +Date: Sun Nov 1 11:54:14 2009 +0000 + + libs/cbi: fix some default translations + +commit b50e08149c4e3dff9c5ebc6f3448a56f508d8d1c +Author: Jo-Philipp Wich +Date: Sun Nov 1 01:37:03 2009 +0000 + + all: yet another round of translation fixes + +commit e3ac0fd78d7fe7660954348675094d02d5f42aa0 +Author: Jo-Philipp Wich +Date: Sun Nov 1 01:05:28 2009 +0000 + + build: fix corner case when extracting i18n tokens from templates + +commit 4ad686d73208a760ed8d2beaad03198e455d7623 +Author: Jo-Philipp Wich +Date: Sun Nov 1 01:01:47 2009 +0000 + + build: allow multiple search directories in i18n-scan.pl + +commit 58b3b2156fa807332a102e7145d18eec62c69f4b +Author: Jo-Philipp Wich +Date: Sun Nov 1 00:48:15 2009 +0000 + + build: update i18n-scan.pl, now reliably finds template and Lua i18n tokens + +commit 202ac9d3632b3b6deecf3098374fe3e91c1e0aab +Author: Jo-Philipp Wich +Date: Sat Oct 31 23:21:52 2009 +0000 + + po: update templates + +commit 2099afdbbc40afba71f0689ae29868a8b1341c7b +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:33:52 2009 +0000 + + modules/admin-full: fix static routes page + +commit 5cc835e507585b33d47ab310a044245da0a792b9 +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:32:35 2009 +0000 + + modules/admin-full: fix last commit + +commit 63e023e56adfa13255ff792c0df52b3623eed7a7 +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:30:54 2009 +0000 + + modules/admin-full: fix dhcp page + +commit fc268c46b21871a08b426a350308285180c743f2 +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:22:36 2009 +0000 + + applications/luci-upnp: fix miniupnpd page + +commit e60a81aa8cab93d695e8b5cf71d9db87d9aad07d +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:13:22 2009 +0000 + + applications/luci-ddns: fix dyndns config page + +commit 58749afc728c28ba93bb7764408404a699fafc28 +Author: Jo-Philipp Wich +Date: Sat Oct 31 22:04:43 2009 +0000 + + modules/admin-full: fix dnsmasq page + +commit 4ef4776c9acd871825a9df3731a81006f7b8014d +Author: Jo-Philipp Wich +Date: Sat Oct 31 21:09:02 2009 +0000 + + all: various i18n realted fixes + +commit 400831c9368bb5990da75bdff36fce9e324529f1 +Author: Jo-Philipp Wich +Date: Sat Oct 31 20:27:29 2009 +0000 + + themes: fix typo in last commit + +commit 0694d421eb6b45a8f0ee6c2b158dbb77883f263d +Author: Jo-Philipp Wich +Date: Sat Oct 31 20:25:56 2009 +0000 + + themes: entity fixes for theme headers + +commit eeed712024f1779c35a2bb85caf1fb4b366a0385 +Author: Jo-Philipp Wich +Date: Sat Oct 31 20:03:27 2009 +0000 + + all: next round of translation fixups + +commit cffba70b2ebff664e385f077d30cf701cab49a70 +Author: Jo-Philipp Wich +Date: Sat Oct 31 19:26:07 2009 +0000 + + all: translation fixes in templates + +commit b2671410bf5468443d6eb49f525d6c3e3fd7e28f +Author: Steven Barth +Date: Sat Oct 31 17:27:07 2009 +0000 + + NIU: Fixes, System + +commit bd43ccc886b54dbfa3e6fc41d1a132d289884a87 +Author: Jo-Philipp Wich +Date: Sat Oct 31 17:14:04 2009 +0000 + + po: further fixups + +commit 427a984a3af3c0a3a5f6118addd31756909d7c93 +Author: Jo-Philipp Wich +Date: Sat Oct 31 17:08:24 2009 +0000 + + po: fixup entity coding problems + +commit b0b28b970fe5efede10dff0f1e379fbab5b333ca +Author: Jo-Philipp Wich +Date: Sat Oct 31 17:02:21 2009 +0000 + + all: automatic <%:...%> -> <%_...%> fixup + +commit 50a26ced119e05fa0441107de9b586f2376b8411 +Author: Jo-Philipp Wich +Date: Sat Oct 31 16:48:31 2009 +0000 + + libs/cbi: remove auto-i18n, does not work anymore + +commit ccc8c1dae7f1da2a0443f8553a8146c54a4324fd +Author: Jo-Philipp Wich +Date: Sat Oct 31 16:46:13 2009 +0000 + + libs/lmo: fix po2lmo to cope with new po format + +commit 760b917114778a0441f235743a9dc6de353c27f8 +Author: Steven Barth +Date: Sat Oct 31 16:30:44 2009 +0000 + + System loads are floats + +commit 810e05293009b51461652b3e3d2d4ebd6427c02b +Author: Jo-Philipp Wich +Date: Sat Oct 31 16:04:26 2009 +0000 + + po: repair and reformat files, filtered through msguniq & msgcat + +commit 7c765875884d6866c53b63757731b079bace2e9b +Author: Jo-Philipp Wich +Date: Sat Oct 31 15:54:11 2009 +0000 + + all: change most translate statements to new format, some need manual cleanup + +commit dc7138e424dfd454951ed5ed4eeddbf842457e87 +Author: Jo-Philipp Wich +Date: Sat Oct 31 15:52:50 2009 +0000 + + po: substitute keys with english text, cleanup and unify translations + +commit 8f2a3f1dccee6a0b7ca99ac24458aa9c8987e131 +Author: Jo-Philipp Wich +Date: Sat Oct 31 15:42:07 2009 +0000 + + libs/web: prepare template parser, dispatcher and i18n class for upcoming po format change + +commit 7f92fa405cee6b2657325a4b7554be88b217fb9f +Author: Jo-Philipp Wich +Date: Fri Oct 30 21:05:38 2009 +0000 + + libs/core: fix type in luci.model.wireless + +commit 20f2edcce0092203b1d30f59a9ada5385eb7d1f4 +Author: Jo-Philipp Wich +Date: Fri Oct 30 19:43:13 2009 +0000 + + libs/uci: fix property_bool() in luci.model.uci.bind + +commit dab004b0afd18393f0cb09c82188052d2fe1cfb1 +Author: Jo-Philipp Wich +Date: Thu Oct 29 02:35:23 2009 +0000 + + modules/admin-full: do not generate submenu items per wifi-device anymore + +commit 91856a9242125388336d88140c840938704e9053 +Author: Jo-Philipp Wich +Date: Thu Oct 29 02:23:58 2009 +0000 + + modules/admin-full: support deleting wireless networks and fix wireless join + +commit 2a1f1a1d7beacb1cc69c3259139c2ca2ca750c92 +Author: Jo-Philipp Wich +Date: Thu Oct 29 02:23:18 2009 +0000 + + modules/admin-full: change workflow of wifi config page; display only one network (choosen in wifi overview) and add a hook for section remapping + on uci commit + +commit 66fe827403545c31236048d666e76d3f2b5738fe +Author: Jo-Philipp Wich +Date: Thu Oct 29 02:22:00 2009 +0000 + + modules/admin-full: migrate wifi overview page to wireless model + +commit 0b71cdaaad609fa825553a28fc9cdf28e0c4db89 +Author: Jo-Philipp Wich +Date: Thu Oct 29 02:20:44 2009 +0000 + + libs/core: extend and fix luci.model.wireless + +commit 1a9b5381c0099469a1c21190fee39b9cb47c4bba +Author: Jo-Philipp Wich +Date: Wed Oct 28 20:44:46 2009 +0000 + + libs/core: fixes luci.model.wireless + +commit e93a3e0c749960deefdde6fb3d0e1a1ee3696b89 +Author: Steven Barth +Date: Wed Oct 28 17:38:11 2009 +0000 + + CBI: Delegators: Don't proceed when step is not completed yet + +commit 1e9b205464d0611db5fe7e036c3628ebe484c803 +Author: Steven Barth +Date: Wed Oct 28 17:38:09 2009 +0000 + + More NIU + +commit 9c22efeddbc4144f1bb015fa09d2f0946dc086e5 +Author: Steven Barth +Date: Wed Oct 28 16:43:37 2009 +0000 + + Fix last commit + +commit 2c21491acab96672bcfde6a6c4f64d18bbc7a23d +Author: Steven Barth +Date: Wed Oct 28 16:40:09 2009 +0000 + + Update Cyassl + +commit 5d9fcbd1c1566b02d1fbce30fec080b5778f092d +Author: Steven Barth +Date: Wed Oct 28 16:40:05 2009 +0000 + + Add etherhosts as combination of luci_ethers and luci_hosts + +commit 910f48117f6934fe95253643ce6b39fdcd6b8bec +Author: Jo-Philipp Wich +Date: Tue Oct 27 23:21:11 2009 +0000 + + libs/cbi: add on_init, on_before_commit, on_after_commit, on_before_apply, on_after_apply hooks + +commit c582cbcb61e231c5993b94476d19c04fbd8d2e35 +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:43:34 2009 +0000 + + libs/iwinfo: treat wifiX as wireless iface in dummy backend + +commit bec91e4cafbe830e96cb9a3b3199d5c75da3c011 +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:42:40 2009 +0000 + + libs/cbi: fixes for widget templates + +commit 839e150ea931b2989ea3cf9b4b86bcc17360decc +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:42:04 2009 +0000 + + modules/admin-full: save wireless uci as well after iface add + +commit 0698926009eaf0733618cee81c4358aa30af75c9 +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:41:18 2009 +0000 + + modules/admin-full: introduce a new tab for firewall related stuff in iface config page + +commit 2e8d0a9b6be2d8136024d6ccf94560ac00f2ca1a +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:40:12 2009 +0000 + + modules/admin-full: use network picker widget in wifi config pages + +commit 09fa7f18c925747c55d8ce09623a20d2df5a9563 +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:38:15 2009 +0000 + + libs/uci: support custom initalizers in luci.model.uci.bind + +commit 99d425aeedf5801a0ca8c6f741e591456bd1ab0e +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:34:06 2009 +0000 + + libs/core: fixes for luci.model.firewall, luci.model.network and luci.model.network.wireless + +commit 7bf9452985c79f3efdc98c720f29753cdb160edc +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:33:26 2009 +0000 + + libs/core: add luci.model.wireless + +commit c739ad36f6cfbf268c12e9d17947a681f67f8a32 +Author: Jo-Philipp Wich +Date: Tue Oct 27 21:32:10 2009 +0000 + + contrib: merge r5422 to trunk + +commit 7a76f6b68fc2808c7fabb43a7a6e23932cad8e5f +Author: Steven Barth +Date: Tue Oct 27 16:48:03 2009 +0000 + + Forgotten files + +commit 6122dc723a36ec88e18949d93f3ec50c36eab4b8 +Author: Steven Barth +Date: Tue Oct 27 16:47:42 2009 +0000 + + NIU: More LAN settings, initial WAN + +commit 92bbfc8ca837a6c447fc8402789123cfa81c92ed +Author: Steven Barth +Date: Mon Oct 26 17:55:08 2009 +0000 + + Be a bit more non-standard + +commit 36e18e87ef0f9fc81124c9e0ee46127ee755af19 +Author: Steven Barth +Date: Mon Oct 26 17:40:44 2009 +0000 + + CBI: Cancelaction and event callbacks for Delegators + LuCId: Send Keep-Alive headers to avoid browser quirks + +commit c47765a6118b2a6eb0d74b95f5cb4abda23fe6db +Author: Steven Barth +Date: Mon Oct 26 17:40:39 2009 +0000 + + NIU: Initial + +commit 9bb9cc378bd91e5983936326260316cd6c4332a9 +Author: Steven Barth +Date: Mon Oct 26 13:33:44 2009 +0000 + + UCI contrib patch handling + +commit 6e7c32fa7d5dcd0d02aac85dbe1ed10a75a72ee9 +Author: Steven Barth +Date: Mon Oct 26 13:24:36 2009 +0000 + + Build fixes + +commit 64d9a00a9934cd06401f4b9ec2e14950a4423a87 +Author: Felix Fietkau +Date: Mon Oct 26 04:52:07 2009 +0000 + + nixio: store stats and other number information as integer, which works better when lua number support is downgraded from double to float + +commit 2181825db596a12d23f56fa8fbfebd94f99b13c4 +Author: Jo-Philipp Wich +Date: Mon Oct 19 21:13:14 2009 +0000 + + contrib/package: olsrd-luci: forgot to update Makefile + +commit 9ec9fc679a574613e9447184ae3f51e6d877b5f2 +Author: Jo-Philipp Wich +Date: Mon Oct 19 21:05:11 2009 +0000 + + contrib/package: bump to olsrd 0.5.6-r6 plus most recent fixes + +commit af8424549d01651b188e2569cab5169d2e933bc0 +Author: Jo-Philipp Wich +Date: Mon Oct 19 12:17:41 2009 +0000 + + contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we switch to upstream combined images + +commit 536430d0eeecf5c75651ff625b97c9fa4fc646b4 +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:37:29 2009 +0000 + + libs/cbi: change widgets using model.network to new api + +commit 09c5e7241ad345229fe2eea5379cc8716171abb0 +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:30:17 2009 +0000 + + libs/core: implement special treatment of wireless in network model + +commit d8facca1b3441419ee976003c24cab0601b0b408 +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:24:08 2009 +0000 + + po: russian translation fix + +commit 98187975f9ec118501b0867dc5ab39c234027ea3 +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:22:03 2009 +0000 + + libs/uci: fix attempt to assign empty tables in uci bind class + +commit f7ab20f6e3a2720e166b4827b1a7570deadb43cf +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:20:48 2009 +0000 + + libs/lucid: enable tls in sdk + +commit a7b1ebe096b91251a0f441e7cdb85434d61f6a60 +Author: Jo-Philipp Wich +Date: Thu Oct 15 16:20:29 2009 +0000 + + libs/iwinfo: don't treat every iface as dummy wireless, do some heuristics on the ifname + +commit e2147feb6388a02088b47631331e01d23668d06e +Author: Jo-Philipp Wich +Date: Wed Oct 14 00:02:38 2009 +0000 + + libs/cbi: fix error in previous commit + +commit 5ce9bd5fc852ddacb99161fc35839c3a5fbe916d +Author: Jo-Philipp Wich +Date: Tue Oct 13 23:59:50 2009 +0000 + + libs/cbi: support horizontal display for radio button groups + +commit 42e1f743b394c95637b99feac7a93161c5215381 +Author: Jo-Philipp Wich +Date: Sat Oct 10 22:18:50 2009 +0000 + + libs/cbi: fix dynamic tab hiding + +commit b47afa09346e39d0ff66a03b3f66ad2888b4d5d8 +Author: Jo-Philipp Wich +Date: Sat Oct 10 21:13:39 2009 +0000 + + modules/admin-full: rename iface_add_s1.lua + +commit 6cb0300cddf588eb83eea7ca03a7a7ac6d68b74a +Author: Jo-Philipp Wich +Date: Sat Oct 10 21:12:57 2009 +0000 + + modules/admin-full: drop delegator for iface join, not needed + +commit e282a2f76f1fbc8a59372be9f27ce4eeddcde34f +Author: Jo-Philipp Wich +Date: Sat Oct 10 19:00:52 2009 +0000 + + thomes/openwrt.org: small css change + +commit 6c842380c379c411138a6fbd7145c59c9ccfd1f9 +Author: Jo-Philipp Wich +Date: Sat Oct 10 18:50:24 2009 +0000 + + modules/admin-full: addremove in inface config pages makes no sense anymore + +commit f3bcaf2909db80ec4bc0ee4ea5141d3e46176994 +Author: Jo-Philipp Wich +Date: Sat Oct 10 15:59:46 2009 +0000 + + modules/admin-full: prepare iface join wizzard + +commit 54f1cfe729621ef18fb9e450a2389ab6db4f1f7c +Author: Jo-Philipp Wich +Date: Sat Oct 10 15:51:30 2009 +0000 + + po: translation fix for firewall zone desc + +commit 3fb80187f8f48ab8ac0243a487db067c667662e9 +Author: Jo-Philipp Wich +Date: Sat Oct 10 14:53:39 2009 +0000 + + libs/core: fixes for network model + +commit 17f2921341f3503677f407d88885a1cb41ad6380 +Author: Jo-Philipp Wich +Date: Sat Oct 10 14:51:59 2009 +0000 + + libs/cbi: add network picker widget + +commit 988de587ee5e159f4991f8ab855c75b9cfcee847 +Author: Jo-Philipp Wich +Date: Sat Oct 10 14:47:37 2009 +0000 + + libs/cbi: various widget fixes + +commit 0533309ef29e3ff3239d3fa2a8c561178137856e +Author: Jo-Philipp Wich +Date: Sat Oct 10 04:48:57 2009 +0000 + + libs/core: fix firewall model + +commit 03a6d3fcd440ffc7ccac8314602f923ac565476b +Author: Jo-Philipp Wich +Date: Sat Oct 10 04:46:26 2009 +0000 + + libs/core: extend network model, only allow one zone per network + +commit 368ce414d3523b3c8e58c7d9c573cd3de6f50d85 +Author: Jo-Philipp Wich +Date: Sat Oct 10 04:44:03 2009 +0000 + + modules/admin-full: move advanced ppp options to extra tab, only keep important settings on general view + +commit 626225288e7566f04bb9c376609028385f2fe1a3 +Author: Jo-Philipp Wich +Date: Sat Oct 10 04:19:28 2009 +0000 + + themes/openwrt.org: add css for tab highlight + +commit c199fb44c0b7d7cddec5d6c504edfd03db4e5c84 +Author: Jo-Philipp Wich +Date: Sat Oct 10 04:18:16 2009 +0000 + + libs/cbi: hide tabs that have zero fields after dependency update + +commit 5c4a002a46b91c6b6129907cdf96f210561786a3 +Author: Jo-Philipp Wich +Date: Fri Oct 9 00:45:47 2009 +0000 + + libs/cbi: allow underscores in AbstractSection.create() + +commit 9ebb038a94f3d1ac6eb3737353e9a60744375e9e +Author: Jo-Philipp Wich +Date: Thu Oct 8 10:31:31 2009 +0000 + + modules/admin-full: use interface picker in iface config page + +commit a5b315694d36c1bc64208d389e2bd600d0e9c191 +Author: Jo-Philipp Wich +Date: Thu Oct 8 10:26:57 2009 +0000 + + libs/cbi: add interface picker widget + +commit a037d9438357a30e443b5b6ee84abe936d5255f1 +Author: Jo-Philipp Wich +Date: Thu Oct 8 10:25:52 2009 +0000 + + libs/core: luci.model.network: implement contains_inteface(), fix bugs + +commit 740bb20850378d5f3c3abd4cbe35720174d2c5e5 +Author: Jo-Philipp Wich +Date: Thu Oct 8 10:07:51 2009 +0000 + + libs/uci: optimize get & set performance in luci.model.uci.bind, fix ambiguous case in uciop() + +commit 667e05a8b46068bab16ea36afe17b75a2f2cfd44 +Author: Jo-Philipp Wich +Date: Thu Oct 8 09:32:00 2009 +0000 + + libs/core: add luci.model.network oop abstraction layer + +commit 6c64745e2c424693247f4dba8eae494a51cf7005 +Author: Jo-Philipp Wich +Date: Thu Oct 8 01:26:09 2009 +0000 + + libs/cbi: comply with changed firewall interface + +commit c7f225b1338762f1bd08aa39f24c7790fa94c754 +Author: Jo-Philipp Wich +Date: Thu Oct 8 01:24:37 2009 +0000 + + modules/admin-full: adept ifaces model to changed firewall model interface + +commit 9fcd1f2f59ba07882e2925f53703e8cfad943800 +Author: Jo-Philipp Wich +Date: Thu Oct 8 01:22:21 2009 +0000 + + libs/core: luci.model.firewall: make top level functions instance methods to keep interface consistent, implement rename_zone() + +commit 0ee2d670c771925304d1ded7293f52c734ff82fa +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:48:02 2009 +0000 + + modules/admin-full: only remove network if zones actually change + +commit d3e65f3e1d70dd45e1587e3a308a10925091cc90 +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:46:01 2009 +0000 + + libs/cbi: auto-select appropriate option if create field is focused + +commit 4854a46c680066a7914a521552d84c9df90c7d6c +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:36:22 2009 +0000 + + modules/admin-full: use firewall picker in interface config pages + +commit 2e6995ea4d663c4daac362e6d2e1c686b947dc7f +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:28:12 2009 +0000 + + po: add strings for zone picker + +commit 33c8b37310e0643ad1645b5c1ee9017fefc77778 +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:27:39 2009 +0000 + + libs/cbi: i18n for zone picker + +commit f4ce1270519637a95fa2f64e236da2112d1cbe63 +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:17:40 2009 +0000 + + libs/cbi: add a firewall zone picker widget + +commit 470184bd571baeaf15711bfe937b0b46022a07ac +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:14:07 2009 +0000 + + libs/core: add luci.model.firewall, oop abstraction for uci firewall + +commit 6ef4b7f7e850eb0b0d9475eb648fff337ac1af72 +Author: Jo-Philipp Wich +Date: Thu Oct 8 00:11:16 2009 +0000 + + libs/uci: add luci.model.uci.bind class for easier oop-uci integration + +commit f6164c6955d6704b587c16f1572c9806c7f11c07 +Author: Jo-Philipp Wich +Date: Wed Oct 7 23:12:27 2009 +0000 + + contrib/uci: apply patch series during host uci build + +commit da2b40c9e3ecbc3e1a231d78606e6193aab5544e +Author: Jo-Philipp Wich +Date: Wed Oct 7 19:50:20 2009 +0000 + + libs/cbi: fix wrong value handling in FileUpload widgets (#85) + +commit b6544574cf7e3dd05702b3b04d3da9deb6ad985f +Author: Jo-Philipp Wich +Date: Wed Oct 7 17:35:38 2009 +0000 + + applications/hd-idle: fix crash in cbi model + +commit a0dbf69b83e932370562948146f08195c6cf130d +Author: Jo-Philipp Wich +Date: Sun Oct 4 18:11:47 2009 +0000 + + contrib/package: reap zombies in freifunk-watchdog, fix a warning + +commit 32acbdde47c5b0064da6618e693c8a77e48d3aec +Author: Jo-Philipp Wich +Date: Sat Oct 3 18:57:54 2009 +0000 + + contrib/package: drop sysupgrade-atheros, went upstream + +commit 8c675f6a6ccd30c79fbc2d624b9ce2e6d7375d66 +Author: Jo-Philipp Wich +Date: Fri Oct 2 01:34:54 2009 +0000 + + modules/admin-full: only render ipv6 options if ipv6 is available + +commit 247b38ae393cc234e7d42f8506abc0ff3966ec3e +Author: Jo-Philipp Wich +Date: Tue Sep 29 23:10:04 2009 +0000 + + modules/admin-full: introduce tabs in interface configuration + +commit 3b36102ace6d28510e55a85dda6e699e0a5454c1 +Author: Jo-Philipp Wich +Date: Mon Sep 28 16:53:30 2009 +0000 + + themes/base: add icons for wifi, ethernet, switch, bridge and signal + +commit eed55531107c6642efc0dc93211325d9b7318022 +Author: Jo-Philipp Wich +Date: Sun Sep 27 03:04:36 2009 +0000 + + modules/admin-full: fix some problems with b43 + +commit 37b3416c5d3eb6d3f9e3ca776e8d7afb2caf33e2 +Author: Jo-Philipp Wich +Date: Sat Sep 26 18:53:01 2009 +0000 + + modules/admin-full: prevent crash in wifi model if no tx power list is available + +commit 64b6f98653d16f2baffd3c282e75d6129b9f9dee +Author: Jo-Philipp Wich +Date: Sat Sep 26 14:00:23 2009 +0000 + + modules/admin-full: make wireless survey work on actual hardware, add a warning if wpa-supplicant is required but not installed, fix some typos + +commit 93215e86d815584cf806e712664cb9bd5bf95af2 +Author: Jo-Philipp Wich +Date: Sat Sep 26 13:58:36 2009 +0000 + + libs/iwinfo: fix dummy scanresults + +commit 4d3ddb03a308629abc4f9c37686c5d2351ce5950 +Author: Jo-Philipp Wich +Date: Sat Sep 26 11:10:01 2009 +0000 + + modules/admin-full: initial work on site survey and network join + +commit 7bd891326df0eb265a9f26fadf1c5a1764a8faa4 +Author: Steven Barth +Date: Thu Sep 24 16:40:32 2009 +0000 + + Fix Save & Apply for lists + +commit 48465cebabb7ebf34f1471eecfff9f9011b5b442 +Author: Jo-Philipp Wich +Date: Wed Sep 23 18:04:29 2009 +0000 + + libs/iwinfo: find/autocreate madwifi vap if scan on wifi0 is requested + +commit 79022dcc636bebe01f6042f68fd8b09a58b6802c +Author: Jo-Philipp Wich +Date: Wed Sep 23 18:03:36 2009 +0000 + + libs/iwinfo: add some required includes + +commit 9fde34000dca2a7bd58f48e1c37e389bb98136a6 +Author: Jo-Philipp Wich +Date: Wed Sep 23 18:03:09 2009 +0000 + + libs/iwinfo: probe madwifi first, poking wifi0 with wl ioctls results in bus error + +commit 3c8728390f2b258a7e6d006bc05a84b793dd12db +Author: Jo-Philipp Wich +Date: Tue Sep 22 16:44:21 2009 +0000 + + modules/admin-full: add doth (802.11h) and wmm (802.11h) options for broadcom + +commit 8eb738326c7e2d38eed8ca99792dceb96887ec64 +Author: Jo-Philipp Wich +Date: Thu Sep 17 11:12:01 2009 +0000 + + modules/freifunk: migrate /etc/config/freifunk to the new format if it was restored by sysupgrade + +commit e98e960954d697611eba233d778054aae89798f4 +Author: Translation System +Date: Sun Sep 13 14:01:28 2009 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 5 of 8 messages translated (3 fuzzy). + +commit 92090674b156726342c10046b601a8972eebe764 +Author: Translation System +Date: Sun Sep 13 13:54:51 2009 +0000 + + Commit from LuCI Translation Portal by user acinonyx. 37 of 212 messages translated (2 fuzzy). + +commit d9e8e6320b9b908a0610a43052b30dea218109ac +Author: Jo-Philipp Wich +Date: Fri Sep 11 16:40:10 2009 +0000 + + modules/freifunk: add definition for freifunk hamburg + +commit 9b50dd9cba080ffd37a427e080785d56e2bba5c9 +Author: Steven Barth +Date: Fri Sep 11 10:46:06 2009 +0000 + + Fix requestpath, export authuser + +commit 0fbcef99a3e7659b2c0a340778cba30d3288eeb0 +Author: Jo-Philipp Wich +Date: Fri Sep 11 01:55:10 2009 +0000 + + libs/http: map *.xsl files to application/xml + +commit c152de01eb8f2a4057a2efdfd673fb9654bdad77 +Author: Jo-Philipp Wich +Date: Thu Sep 10 09:19:18 2009 +0000 + + libs/iwinfo: add channels to the dummy scan results + +commit a90e6dc95f25e64e40f79f68c65932125e81d62c +Author: Jo-Philipp Wich +Date: Thu Sep 10 09:08:38 2009 +0000 + + libs/iwinfo: add fake scan results to the dummy module + +commit d6caf509ad742ce4e9845e6a4d28502102f0cedb +Author: Jo-Philipp Wich +Date: Thu Sep 10 08:15:49 2009 +0000 + + libs/web: drop unneeded requires in template class + +commit cf1e1534bc5284ea753a61233c5e6ee8a11ac13d +Author: Jo-Philipp Wich +Date: Thu Sep 10 08:11:25 2009 +0000 + + libs/web: add missing local variable declaration + +commit aa93e160923ae0873fac5ea061935cf4338dc047 +Author: Jo-Philipp Wich +Date: Thu Sep 10 08:05:56 2009 +0000 + + libs/web: drop the Lua template parser, the C implementation is faster in almost every case, even without caching + +commit d32f3dca5c9814d60c5b945da828d9e43f93c9f4 +Author: Jo-Philipp Wich +Date: Tue Sep 8 12:18:32 2009 +0000 + + modules/freifunk: fix mesh network range for augsburg + +commit ff9f4dbda8fb6a86b5b72d8c29688f85194b685c +Author: Jo-Philipp Wich +Date: Sun Sep 6 10:27:10 2009 +0000 + + modules/admin-full, modules/admin-mini: fix psk-mixed dependency (#81) + +commit 8c2e4407e82a04540a0af20908163c14f29ebe68 +Author: Jo-Philipp Wich +Date: Fri Aug 28 23:42:26 2009 +0000 + + modules/freifunk: tweak profiles for new wizard + +commit 60fd43ae237017e2ab988a69c0fd8d3f8f854ab5 +Author: Jo-Philipp Wich +Date: Fri Aug 28 23:41:25 2009 +0000 + + applications/luci-ffwizard-leipzig: + - rewrite generator for dhcp subnets, can now work with any ip + - add option for wan security + - make ip input a single field + - remember lat and lon values accross invocations + +commit 71e58913546a4d4babb18fd73415e758f92685fb +Author: Jo-Philipp Wich +Date: Thu Aug 27 17:53:52 2009 +0000 + + modules/admin-full, modules/admin-mini: prevent addremove in system page + +commit 30f881974cd25ff5b430545db7152cab021e9cd6 +Author: Jo-Philipp Wich +Date: Thu Aug 27 01:23:08 2009 +0000 + + libs/nixio: protect splice calls with ifdef SPLICE_F_MOVE, fixes compile error with openwrt trunk x86/glibc + +commit 2c46f1058da3021ed8b07a7936f6c469d31b65a8 +Author: Jo-Philipp Wich +Date: Thu Aug 27 00:05:11 2009 +0000 + + contrib/package: freifunk-firewall: introduce per-zone option "local_restrict" to only grant access to the default gateway in this zone while rejecting other hosts in the target subnet + +commit e66ab6bd2ca3bf51f6951e9b293b7742cd1a86a1 +Author: Jo-Philipp Wich +Date: Wed Aug 26 01:35:42 2009 +0000 + + libs/iwinfo: return bitrate in kilobits to properly handle .5 rates + +commit 3b42dc16889bc10889e9f8cd56e0ab93b105086b +Author: Jo-Philipp Wich +Date: Mon Aug 24 16:11:15 2009 +0000 + + libs/iwinfo: fixes for brcm-2.4 + +commit 0f242f2f503258c1902a9ea7317b04231360ec88 +Author: Jo-Philipp Wich +Date: Mon Aug 24 14:23:49 2009 +0000 + + libs/iwinfo: add signal and quality values to scan results + +commit 0e88acfd4ef3abd5af048fda14810a207681c913 +Author: Jo-Philipp Wich +Date: Mon Aug 24 13:51:49 2009 +0000 + + libs/iwinfo: ignore proprietary ciphers or auth suites - we can't handle them anyway + +commit 335e519dd64bbc8b0c938945745a92d86c2ff9fc +Author: Jo-Philipp Wich +Date: Mon Aug 24 13:31:20 2009 +0000 + + libs/iwinfo: fixes for wpa/wep detection in wifi scan + +commit 12f582bcc7dc8ab447c01e2cfa939caa7dfa321b +Author: Jo-Philipp Wich +Date: Mon Aug 24 05:54:38 2009 +0000 + + libs/iwinfo: implement wifi scans + +commit 1c8db37e8b93855530102ded098daa95076f981b +Author: Jo-Philipp Wich +Date: Sat Aug 22 17:56:48 2009 +0000 + + contrib/package: target name was stripped from base-files package name upstream, determine arch from kernel apckage instead + +commit 2903acf1f2b2a1dd7dbca14cd5b0ee9b2cf7be5e +Author: Jo-Philipp Wich +Date: Thu Aug 20 01:53:24 2009 +0000 + + libs/cbi: preserve tab state across page reloads + +commit a0d353e3327a0b25f55800626a6143127b36de6b +Author: Jo-Philipp Wich +Date: Wed Aug 19 23:31:33 2009 +0000 + + modules/admin-full: only allow multiple wireless interfaces if the driver actually supports it + +commit cca896a02bda07d823898bcfab667859c60dcd07 +Author: Jo-Philipp Wich +Date: Wed Aug 19 23:24:24 2009 +0000 + + modules/admin-full: only show antenna selection if diversity is off, use radio buttons for antenna selection + +commit bda237d0fdb070a6703e529d801adbf40205f47d +Author: Jo-Philipp Wich +Date: Wed Aug 19 23:17:55 2009 +0000 + + libs/cbi: remove redundant line break in listvalue template + +commit a7e524bb7f1e230ed8e69ddcc42875704b98eaef +Author: Jo-Philipp Wich +Date: Wed Aug 19 22:51:56 2009 +0000 + + modules/admin-full: use driver supported values in txpower control + +commit 9e04d7e6d1015f8fe60289a347bade858fa0fa09 +Author: Jo-Philipp Wich +Date: Wed Aug 19 22:23:16 2009 +0000 + + libs/lmo: fix typo in previous commit + +commit 83e4af43aa71b2958a429c9f2ebd4a3dd1815841 +Author: Jo-Philipp Wich +Date: Wed Aug 19 22:10:24 2009 +0000 + + libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_lookup() + +commit 68f335b8d6e3f96c0e35d2b2021d5995e0f536e7 +Author: Jo-Philipp Wich +Date: Wed Aug 19 21:36:10 2009 +0000 + + libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogic + +commit 47dc4ded767f863f03279bc099d28ba0f0661c2a +Author: Jo-Philipp Wich +Date: Wed Aug 19 20:52:46 2009 +0000 + + libs/iwinfo: unify LUA_WRAP_ASSOCLIST and LUA_WRAP_TXPWRLIST macros + +commit 7f6538004335d2a09180817a88bd61745d59732a +Author: Jo-Philipp Wich +Date: Wed Aug 19 15:40:58 2009 +0000 + + libs/iwinfo: add dummy.txpwrlist() + +commit 91ceab5b19a7b8c8b748a27e7bd8cb2cd4a44132 +Author: Jo-Philipp Wich +Date: Wed Aug 19 04:03:00 2009 +0000 + + libs/iwinfo: implement *_get_txpwrlist() to obtain valid tx power levels + +commit 8e31e6bed28d3c154f7fd101d5907359a4d3eabd +Author: Jo-Philipp Wich +Date: Wed Aug 19 01:55:15 2009 +0000 + + libs/iwinfo: add dummy.mbsssid_support() stub + +commit ec57f9f5371f548e3742641ec3b1757a7f89a0fc +Author: Jo-Philipp Wich +Date: Wed Aug 19 01:45:44 2009 +0000 + + contrib/uci: fake an active wireless network in the shipped uci + +commit 2cabcb4be083e1b5d48b531f29a232477d261703 +Author: Jo-Philipp Wich +Date: Wed Aug 19 01:23:12 2009 +0000 + + libs/iwinfo: use dummy if $(SDK) is set + +commit 405d42a40c186134fcb605bd99fe9e6293164a3e +Author: Jo-Philipp Wich +Date: Wed Aug 19 01:22:23 2009 +0000 + + build: introduce $(SDK) to test whether we run a target build or the sdk + +commit f12f7c5b5ad36b07f5cb73200625fb49704791d7 +Author: Daniel Dickinson +Date: Tue Aug 18 08:37:29 2009 +0000 + + Make luci-app-diag and friends use conditional dependencies + +commit 552fbe241c3d261748930b0f7f5a3249216b8e8a +Author: Daniel Dickinson +Date: Tue Aug 18 08:09:23 2009 +0000 + + Bug fix: various cbi files in luci-diag-devinfo were missing 'require's for + files referenced from controller. + +commit 03e738cc708a75bd5f3e4cab4f0b577e0d7b7908 +Author: Translation System +Date: Mon Aug 17 22:15:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit 387e58ef70f8b551ca5d548c582808c0f024503e +Author: Translation System +Date: Mon Aug 17 22:15:07 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit ae067e31c2f7f261c9e1770f255cc343d5c3a22e +Author: Translation System +Date: Mon Aug 17 22:14:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 190 of 190 messages translated (0 fuzzy). + +commit f54022e0cb2f026b692963117444f5364a1c52fd +Author: Translation System +Date: Mon Aug 17 22:14:49 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit dd8d9839ddfd4fc4d4a8a05d7d2050868e43e17b +Author: Translation System +Date: Mon Aug 17 22:14:45 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 128 of 128 messages translated (0 fuzzy). + +commit f0a87b1dd9beb404ad18563128711f3e828a8a70 +Author: Translation System +Date: Mon Aug 17 22:14:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 414 of 414 messages translated (0 fuzzy). + +commit 1429d6297c874b5ade4e3aef04eb5fa589735062 +Author: Translation System +Date: Mon Aug 17 22:14:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 251 of 251 messages translated (0 fuzzy). + +commit a4bc2e3d794c6db55923f67eb5ab38ec0a16b62b +Author: Jo-Philipp Wich +Date: Sun Aug 16 17:46:45 2009 +0000 + + modules/admin-full: add "disable" label to prism2 maclist as well + +commit f7eb9361d7065b91c12096449eb6b0faceac95d9 +Author: Jo-Philipp Wich +Date: Sun Aug 16 17:39:47 2009 +0000 + + modules/admin-full: label empty option "disable" in mac filter policy field + +commit 42b162eaad030639bccf105e604aff6e53bdea0a +Author: Jo-Philipp Wich +Date: Sun Aug 16 17:30:30 2009 +0000 + + modules/admin-full: merge mode and wds options for madwifi + +commit 59e5f62542bbbb33b5b3044bcbb8a116e49dfb29 +Author: Jo-Philipp Wich +Date: Sun Aug 16 05:11:27 2009 +0000 + + i18n: add language package for vietnamese + +commit 920adf013448a20cb803680a6a0958691256b1c5 +Author: Translation System +Date: Sun Aug 16 05:06:03 2009 +0000 + + add initial vietnamese translation + +commit 192cb5ef3659555890a563c7d82f5800b7e2e87d +Author: Jo-Philipp Wich +Date: Sun Aug 16 04:58:12 2009 +0000 + + i18n: prepare vietnamese + +commit 843641d98e2d4f356f011aca2aade498a7dc69bd +Author: Jo-Philipp Wich +Date: Sun Aug 16 04:51:28 2009 +0000 + + modules/admin-mini, modules/admin-full: fix language selection, broke with lua->lmo transition + +commit aed5544dc99466bcd3002bfe7715341c5ca4b760 +Author: Jo-Philipp Wich +Date: Sun Aug 16 04:13:21 2009 +0000 + + modules/admin-full: convert wireless config page to use cbi tabs + +commit a81e62298285bb283aa87c49e9b663f2da2c198e +Author: Jo-Philipp Wich +Date: Sun Aug 16 03:30:34 2009 +0000 + + themes/openwrt.org: add reference css for cbi tabs + +commit 7c0ea176236eb4232303fbc60aabb2e0448a169f +Author: Jo-Philipp Wich +Date: Sun Aug 16 03:29:46 2009 +0000 + + libs/cbi: implement tabbing to split large sections and group options in tabs + +commit 892ed55ba08d3d5553e621e57d69a3eb8ffa4efc +Author: Jo-Philipp Wich +Date: Thu Aug 13 17:14:25 2009 +0000 + + libs/cbi: attach pcdata() to template scope and use it + +commit 6b1be858be3f462d0e81a3fc6c3483041115c046 +Author: Jo-Philipp Wich +Date: Thu Aug 13 14:36:18 2009 +0000 + + libs/cbi: properly escape values in dynlist widget (#79) + +commit 8f580be880db9c79613434d4dfce65e864281944 +Author: Malte S. Stretz +Date: Thu Aug 13 13:43:20 2009 +0000 + + libs/lucid: revert main state on startup to prevent accumulation. + + A proper SIGTERM handling needs support in nixio first. + +commit b48418f314cafaf9df29ba51c7219d3ba6947535 +Author: Malte S. Stretz +Date: Thu Aug 13 11:54:45 2009 +0000 + + ignore more build directories and files + +commit e4c3008b57a2c6ed0ac33a6200535630ece70b8b +Author: Malte S. Stretz +Date: Thu Aug 13 11:47:27 2009 +0000 + + ignore host and docs directory + +commit bd1c23f10f36c3be891b1a63f733c3464746b0f8 +Author: Malte S. Stretz +Date: Thu Aug 13 11:46:03 2009 +0000 + + libs/uci: more detailed api docs + +commit 4a6846f0937b6f18c6ffe201910d53eb3ec442ef +Author: Jo-Philipp Wich +Date: Thu Aug 13 04:55:48 2009 +0000 + + build: fix cursor_state() in setup.lua + +commit cdfe9d6c7bcb678406eccaa389a4b2cea53d7c64 +Author: Jo-Philipp Wich +Date: Thu Aug 13 00:39:08 2009 +0000 + + build: initialize host/var/state/ as well + +commit 6dffa9ea56317a4bb6ecf58fd00b9fcd513cfa93 +Author: Jo-Philipp Wich +Date: Thu Aug 13 00:33:46 2009 +0000 + + build/setup.lua: override luci.model.uci.cursor_state() and clean up code + +commit e795b1b2048a3e0b4b5ad9f72724a2b508ed54c5 +Author: Malte S. Stretz +Date: Thu Aug 13 00:06:08 2009 +0000 + + contrib: bump uci to current version 0.7.5 + +commit 6bbbd9095afa9730854db5332eefc9d71d4a089d +Author: Markus Wigge +Date: Wed Aug 12 14:05:31 2009 +0000 + + added start/stop button column to selectively start and stop + OpenVPN connections + +commit f72c9704aeb762a6b51fc73ddf428c16872405ea +Author: Jo-Philipp Wich +Date: Tue Aug 11 16:00:26 2009 +0000 + + applications/openvpn: properly handle invalid names when defining new instances + +commit 59d70787b46bcff4e2032f5b82bd68c0b62f3e7c +Author: Markus Wigge +Date: Tue Aug 11 15:41:53 2009 +0000 + + - fixed path to OpenVPN PID file + - fixed syntax for translatef call + +commit 20cadd41ca926b233e0ff5ee2e11a8fb2e5e1fb5 +Author: Jo-Philipp Wich +Date: Tue Aug 11 14:20:57 2009 +0000 + + libs/iwinfo: make lua wrapper functions static + +commit 444e39b0936f26ddfed35b13d095de2c41ec611a +Author: Jo-Philipp Wich +Date: Tue Aug 11 13:56:16 2009 +0000 + + libs/iwinfo: implement *_get_mbssid_support() check + +commit 9d1cfdd35993fae618cdfe3b7a8d88b362d74cdd +Author: Jo-Philipp Wich +Date: Mon Aug 10 13:33:00 2009 +0000 + + libs/iwinfo: add dummy module for the sdk, use dummy on Darwin + +commit fdef7c57b1ad8955add04fbfb4505d488f51d46d +Author: Steven Barth +Date: Mon Aug 10 09:16:32 2009 +0000 + + luanet doesn't compile on Darwin + +commit a85dd8ee6e2cfb83c0e602ec0f0b86e3a0b37298 +Author: Jo-Philipp Wich +Date: Mon Aug 10 00:38:02 2009 +0000 + + libs/iwinfo: forgot to clear string buffer in wrapper function + +commit 1e4efd1355defe008bd29a2473b6b541e3e9c07b +Author: Jo-Philipp Wich +Date: Sun Aug 9 15:02:43 2009 +0000 + + contrib: make luci-sys depend on luci-iwinfo + +commit 2a9a87e89172c147c1dc222f67221f825755e9aa +Author: Jo-Philipp Wich +Date: Sun Aug 9 14:24:43 2009 +0000 + + libs/iwinfo: implement *_get_frequency() - operating freq in mhz + +commit 398c125336f035a9a5a23b476f597b2e22fb672a +Author: Jo-Philipp Wich +Date: Sun Aug 9 02:50:20 2009 +0000 + + libs/sys: implement luci.sys.wifi.getiwinfo() oop interface + +commit d1fb1f9d69c865956d1a92aba6d69712ea24c741 +Author: Jo-Philipp Wich +Date: Sun Aug 9 02:45:31 2009 +0000 + + contrib: add iwinfo to the package feed + +commit d2c7747851945f77dd6327bd0afb7415be5d1c4d +Author: Jo-Philipp Wich +Date: Sun Aug 9 02:45:05 2009 +0000 + + libs/iwinfo: fix broadcom signal calculation in master mode + +commit 87460e8a05faef9c4bb2c68735eef4f5c5ac15d0 +Author: Jo-Philipp Wich +Date: Sun Aug 9 02:02:46 2009 +0000 + + libs: introduce iwinfo - wireless information abstraction for proprietary broadcom, madwifi and mac80211 drivers. + +commit 68fb58dbcafe7f86b47821fc826f157bb9ef0924 +Author: Jo-Philipp Wich +Date: Sat Aug 8 00:42:19 2009 +0000 + + modules/admin-{mini,full} fix wpa psk mixed mode setting for atheros/prism2/mac80211 drivers + +commit 5676686863a56aa8518ca9328fbed9036ce7c823 +Author: Jo-Philipp Wich +Date: Fri Aug 7 15:16:14 2009 +0000 + + libs/web: restore protected call to Template(), was accidentally removed in r4889 + +commit 6ff82a0142472a1eabca9db2fcbebfb73ae5c8b2 +Author: Jo-Philipp Wich +Date: Fri Aug 7 12:24:30 2009 +0000 + + libs/sgi-cgi: fix udata vs. string in cgi backend + +commit 12bda8b969a2f0c0f89fbd720d83c883c976f526 +Author: Translation System +Date: Fri Aug 7 06:59:40 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 36 of 39 messages translated (0 fuzzy). + +commit 228be389a88b5b1802cbcb4c69e2405d679645f5 +Author: Translation System +Date: Fri Aug 7 06:59:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 5f029a5fdc1a92278727543e128b61472ec3f666 +Author: Translation System +Date: Fri Aug 7 06:59:34 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 103 of 104 messages translated (0 fuzzy). + +commit e3890e53ffaf64989549943c8522f1b0d5f696f2 +Author: Translation System +Date: Fri Aug 7 06:59:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 2df48167769bd16c3a9f073be55df70435bb98d4 +Author: Translation System +Date: Fri Aug 7 06:59:30 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 393 of 414 messages translated (19 fuzzy). + +commit 9cbed44a646ae3daacce79709f864878b1456c3a +Author: Translation System +Date: Fri Aug 7 06:58:56 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 37 of 39 messages translated (0 fuzzy). + +commit 2c85258dfb6defb15491af8d2f924c0c79c6671b +Author: Translation System +Date: Fri Aug 7 06:58:52 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 2d8276d8a9264d4e08948c901b783fcef1a8cb7b +Author: Translation System +Date: Fri Aug 7 06:58:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 5 messages translated (0 fuzzy). + +commit 33d797088c4057b84c71734c121c85f2fbc312df +Author: Translation System +Date: Fri Aug 7 06:58:35 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 7 messages translated (0 fuzzy). + +commit 42171917b39c7b01f963b51c7ea848588b4651d6 +Author: Translation System +Date: Fri Aug 7 06:58:33 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 45 messages translated (0 fuzzy). + +commit 5ae99941bd694b0f2abc7e4e7f7980877ab39dc7 +Author: Translation System +Date: Fri Aug 7 06:58:31 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit c6e5ef51b779205fac93159fb942a318ba7f0219 +Author: Translation System +Date: Fri Aug 7 06:58:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 8 messages translated (0 fuzzy). + +commit 4e9f9ca380a1912ebcfc8b06e1e890a8cdd9088d +Author: Translation System +Date: Fri Aug 7 06:58:27 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 177 messages translated (0 fuzzy). + +commit 96ca4b0cb2e4834d90882472dae623bb0ca2f17b +Author: Translation System +Date: Fri Aug 7 06:58:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit c794a9979d03189319896260e04774d511d6b159 +Author: Translation System +Date: Fri Aug 7 06:58:23 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 251 messages translated (0 fuzzy). + +commit bb6b9db0b735d6ede544459788bffe0013e31e6e +Author: Translation System +Date: Fri Aug 7 06:58:20 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 330 of 414 messages translated (26 fuzzy). + +commit 2afa74f7bc063a78f2145f23ce49c9154b9afe07 +Author: Translation System +Date: Fri Aug 7 06:57:54 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit 4a59b820a7e5d467fbe414effdb9cf7ba7ce2af8 +Author: Translation System +Date: Fri Aug 7 06:57:48 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 8f3abe58225cb5060b7901f1aebfccfff68c545b +Author: Translation System +Date: Fri Aug 7 06:57:45 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 19 messages translated (2 fuzzy). + +commit ca5c99e253d737ab1c023466911bd958d8329a9e +Author: Translation System +Date: Fri Aug 7 06:57:42 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 9 messages translated (0 fuzzy). + +commit 3441cf7b716649b549213deaa59da14d511a3f85 +Author: Translation System +Date: Fri Aug 7 06:57:35 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 927c3e6e217e6943d56360a8b1d54fb9b6bc6184 +Author: Translation System +Date: Fri Aug 7 06:57:33 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 9d890325f8c603e0165031d6a8669318166bfd7f +Author: Translation System +Date: Fri Aug 7 06:57:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit dcda6994e53a860df8d5312112c725213612d38c +Author: Translation System +Date: Fri Aug 7 06:57:18 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 8 messages translated (0 fuzzy). + +commit 61c6a5a91c60336e04cbf36daa160b9d8b69db71 +Author: Translation System +Date: Fri Aug 7 06:57:16 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 177 messages translated (0 fuzzy). + +commit 3151059b9e27606cf5a14018a919b96ea1b261d9 +Author: Translation System +Date: Fri Aug 7 06:57:14 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 28dab0074e49ca55665265df4c7a81a650f5f5dc +Author: Translation System +Date: Fri Aug 7 06:57:12 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 251 messages translated (0 fuzzy). + +commit 136c02933ff6f36d19719e237b8613f857af656f +Author: Translation System +Date: Fri Aug 7 06:57:10 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 412 of 414 messages translated (0 fuzzy). + +commit e966ab136b74a52d94ad52f0beb3b3bfd8f69af8 +Author: Translation System +Date: Fri Aug 7 06:56:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 330 of 414 messages translated (26 fuzzy). + +commit fea0a5dfe7520ee5bd207f988a74b52d91e58983 +Author: Translation System +Date: Fri Aug 7 06:56:23 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 620cf2e24ec8c90d590ea7213e87af1a68b4af03 +Author: Translation System +Date: Fri Aug 7 06:56:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 57d9f12bada71c9c87deb6e60acc4acddefe5d14 +Author: Translation System +Date: Fri Aug 7 06:56:15 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 103 of 104 messages translated (0 fuzzy). + +commit 9936a9e050211cd691999e276a57fca0ce87552b +Author: Translation System +Date: Fri Aug 7 06:56:12 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit 63703f81444178270d29f46d4396849e00df315f +Author: Translation System +Date: Fri Aug 7 06:56:09 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 19 messages translated (2 fuzzy). + +commit fa476c1056c1cb1461b1185c16ed54cbb8604861 +Author: Translation System +Date: Fri Aug 7 06:56:04 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit a1492f000382a18f752c2e6d71ee176356535e9c +Author: Translation System +Date: Fri Aug 7 06:56:01 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). + +commit d66b8f53cdaf504367ae3cf8828c91f6b1a0ef01 +Author: Translation System +Date: Fri Aug 7 06:55:59 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 62fc154da1e4c200d4319806f9ad205a4e6b036a +Author: Jo-Philipp Wich +Date: Fri Aug 7 01:10:03 2009 +0000 + + applications/luci-fw: make source port optional and hidden by default, most users are confused by this + +commit ea1374c96cd248d340ea083f5685c4efde7ca9c3 +Author: Jo-Philipp Wich +Date: Wed Aug 5 02:06:09 2009 +0000 + + contrib/package: remove dependency on remote-update in community package, this prevented building on x86 and others + +commit 67150c34a103fe89a0e32d16169f958e2758ca56 +Author: Jo-Philipp Wich +Date: Wed Aug 5 00:52:51 2009 +0000 + + libs/web: template: fix spurious nil or false values that broke various templates + +commit 01c4048021b3dc108f8f5630801fcd87286447dd +Author: Jo-Philipp Wich +Date: Tue Aug 4 10:38:52 2009 +0000 + + libs/core: fix loading of nixio.bit in luci.ip + +commit f637ea27ae6e978702a024e6bd56c5583e626eee +Author: Jo-Philipp Wich +Date: Mon Aug 3 18:30:07 2009 +0000 + + contrib/package: allow pipe signs for service descriptions in olsrd init script + +commit 86cd67ebc31d8777b3e128f72c1133ea7c777439 +Author: Jo-Philipp Wich +Date: Sat Aug 1 20:40:55 2009 +0000 + + [PATCH] make luci.ip.IPvX a bit more forgiving + Signed-Off-By: Malte S. Stretz + +commit 68af07222ca541569d046d086c1f61510ca63a05 +Author: Jo-Philipp Wich +Date: Fri Jul 31 23:22:10 2009 +0000 + + libs/cbi: fix default property of ListValue fields + +commit 9827e9110582aa90e145da120f8ed2e1c1ed157a +Author: Steven Barth +Date: Fri Jul 31 19:57:07 2009 +0000 + + Performance improvements, where did that get lost? + +commit 4e534b50e502add811c4d44796546b3a9deeaf20 +Author: Jo-Philipp Wich +Date: Fri Jul 31 17:19:55 2009 +0000 + + contrib/package: bump pkg revision as well + +commit cc8da1a01855c8a0b8ff6d4e909d742c12700f7b +Author: Jo-Philipp Wich +Date: Fri Jul 31 17:19:23 2009 +0000 + + contrib/package: increase load threshold of freifunk watchdog to 15.0 + +commit 8b65a44fe8977908d2b7206feb601b696f276c44 +Author: Steven Barth +Date: Fri Jul 31 17:08:59 2009 +0000 + + Typo + +commit f648ab3445df562bc3d4c607d86f19f5bc65794e +Author: Steven Barth +Date: Fri Jul 31 17:08:18 2009 +0000 + + Fix cookie logout + +commit f311d13ca16e079e6e9c68bc1c62fb6e94400ee5 +Author: Jo-Philipp Wich +Date: Fri Jul 31 00:13:24 2009 +0000 + + libs/cbi: fix error reporting in map loading + +commit 45d9fe0b165467b808bf2fa56edb9e9ebaa89c7b +Author: Jo-Philipp Wich +Date: Fri Jul 31 00:02:53 2009 +0000 + + application/luci-statistics: fix i18n binding, use string() instead of translate + +commit d8eb5b292d92b7f26c1b6e554eba4505e923ad35 +Author: Jo-Philipp Wich +Date: Fri Jul 31 00:02:07 2009 +0000 + + modules/admin-full: fix syntax error in system controller + +commit 4c8ea12a281ca3c9ca6e90f37e4ad8b9155cef82 +Author: Jo-Philipp Wich +Date: Fri Jul 31 00:01:34 2009 +0000 + + modules/admin-mini: fix syntax error in system controller + +commit 2561ed9b7ad5330e8af97047ef420f9bc0b413d0 +Author: Steven Barth +Date: Thu Jul 30 16:58:37 2009 +0000 + + Fix errorhandling in Delegators + +commit d7a90e994a1aa214e881c06e7e5d0a3f272a63ce +Author: Steven Barth +Date: Thu Jul 30 16:05:12 2009 +0000 + + Fix delegators + +commit 12400496cc4a15fe1e7afbe0795f9ab3f4207790 +Author: Jo-Philipp Wich +Date: Thu Jul 30 12:11:08 2009 +0000 + + libs/lmo: remove cast in first lseek(), not needed since it's a constant expression + +commit 1172027f5a2fb440395491311db70c21f0dd0e37 +Author: Steven Barth +Date: Thu Jul 30 11:26:27 2009 +0000 + + Disable Basic-Auth in SDK + +commit 8c8ecd1fa90cc83ebe35cd2c1b46133c72a8b5f7 +Author: Jo-Philipp Wich +Date: Thu Jul 30 11:06:12 2009 +0000 + + libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break strict-aliasing rules) + +commit a6309fbeb8fb176230551740f7f1d2630c4fd71c +Author: Daniel Dickinson +Date: Thu Jul 30 05:48:03 2009 +0000 + + * Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK. + This is part of the luci-app-diag-core, luci-app-voice-core, + luci-app-voice-diag group. + +commit a9ae676c6122a544d6f4b02af1c1b47cf8e75571 +Author: Jo-Philipp Wich +Date: Thu Jul 30 03:30:24 2009 +0000 + + libs/lmo: explicitly cast values to off_t for lseek() + +commit 50cf0212abdd50768d7b64667b97bf21b28d8fcc +Author: Steven Barth +Date: Wed Jul 29 07:48:11 2009 +0000 + + Kill abandoned files + +commit 26d792d914fdf78a3f0d2bbc46d6927375e27e93 +Author: Jo-Philipp Wich +Date: Wed Jul 29 04:29:22 2009 +0000 + + libs/core: properly handle udata values in overloaded string format operator + +commit ae4694243d9e5502382bd5f1b3e8ac3397c47f21 +Author: Jo-Philipp Wich +Date: Wed Jul 29 03:28:14 2009 +0000 + + libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE instead (#76) + +commit aded4e0a06988beadd9ea17b8ef312126212d54d +Author: Jo-Philipp Wich +Date: Tue Jul 28 18:24:07 2009 +0000 + + modules/freifunk: fix yet another syntax error in public status model + +commit db4cdc81e7333b6a364986e007a1e8f513892769 +Author: Jo-Philipp Wich +Date: Tue Jul 28 12:09:38 2009 +0000 + + modules/freifunk: fix syntax error introduced in r5150 + +commit 9016ae7ad9042b9426c1421be18e4a421ed47499 +Author: Steven Barth +Date: Tue Jul 28 11:59:13 2009 +0000 + + Increase timeout for HTTP, fixing some browser problems + +commit 45cf10a665c6b7434cd44659426217d80865b3e1 +Author: Steven Barth +Date: Mon Jul 27 12:28:34 2009 +0000 + + Add luci.lucid.running() + +commit 17e7f67a7c0bbfa26154005a49faf74b3573ff5d +Author: Steven Barth +Date: Mon Jul 27 12:09:46 2009 +0000 + + Add native support for homepages + +commit ce98fdd80f549ab72c25c5cd799d4946433e4e2c +Author: Steven Barth +Date: Mon Jul 27 10:27:39 2009 +0000 + + Optimize util.threadlocal, Add luci.store as global threadlocal store + +commit 7b5cdb36b5c8d4e412eeda80f8a04a2208a329bf +Author: Steven Barth +Date: Mon Jul 27 10:27:35 2009 +0000 + + Code style + +commit 8acc6307bf52e5e67f41597e062cb9151162f80e +Author: Jo-Philipp Wich +Date: Sun Jul 26 23:23:32 2009 +0000 + + libs/web: fix template parsing of default texts in i18n expressions + +commit 047d4e45f6d26d54d2019ff3d12e372fae3f2e22 +Author: Jo-Philipp Wich +Date: Sun Jul 26 23:11:36 2009 +0000 + + libs/web: fix file handle leak in template parser + +commit 1b557b0b7b2ebed0b8752ec3b676e801c6ba9043 +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:48:09 2009 +0000 + + libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua strings instead of udata objects + +commit debfd75f3384cac10939c62c2f884ae3c1a8cb4e +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:43:51 2009 +0000 + + modules/freifunk: fix same problem + +commit 2c3d33006cbe4b9d65d4c9922c44f548e6cd43b6 +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:39:21 2009 +0000 + + modules/admin-mini: fix the same issue in admin-mini + +commit 5f70d9f4f43a8275a6e960b7cff6f8c140b332ac +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:37:24 2009 +0000 + + modules/admin-full: fix udata vs. string in system.lua model + +commit 96bc583cfcca29e114897f51153ee82422a4a1a4 +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:34:54 2009 +0000 + + libs/web: convert given argument to string in i18n.translatef() + +commit 2f7fb7e05cd591b234bd67d134f4942864a5aa57 +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:34:06 2009 +0000 + + libs/nixio: d'oh ... import tostring() as well + +commit 136b7253b1d9ecc0743a884c422618f8872186d7 +Author: Jo-Philipp Wich +Date: Sun Jul 26 22:32:13 2009 +0000 + + libs/nixio: convert data to string in writeall(), this is required for numeric and udata arguments + +commit 3efff022f21d115f6f5b9c5474700e26a51d85a0 +Author: Jo-Philipp Wich +Date: Sun Jul 26 21:24:48 2009 +0000 + + libs/uvl: fix some memory wasting + +commit 0371fc26d8950833446c9521bae8df226b5f7daf +Author: Steven Barth +Date: Sat Jul 25 12:45:38 2009 +0000 + + Reintroduce prefisx support - was gone somewhere + +commit a77f1b91aeb9d6770a2fa5bc83a6100119e825d1 +Author: Steven Barth +Date: Sat Jul 25 10:47:26 2009 +0000 + + Allow Basic-Auth pass-through + +commit b8ab3b9dacab9c6d4344c60fdb4046087a24f233 +Author: Steven Barth +Date: Sat Jul 25 07:27:05 2009 +0000 + + Add: luci.http.splice to allow direct copying of data from a file + descriptor + +commit 3194662054cebfefc48c7ff3d3a5d7a3aa988b9a +Author: Jo-Philipp Wich +Date: Sat Jul 25 03:37:03 2009 +0000 + + libs/lmo: return entries as udata and only create strings on demand + +commit 639f965c4f22c0f17ffadfbcfe1d72ac082a233c +Author: Jo-Philipp Wich +Date: Sat Jul 25 02:58:04 2009 +0000 + + libs/web: use C templates by default + +commit 4ef3ac9694dae9f1c7afa57bd525b54e88d7c608 +Author: Jo-Philipp Wich +Date: Sat Jul 25 02:57:13 2009 +0000 + + libs/core: support udata util.striptags(), optimizie copcall implementation + +commit ed4b7a5fbb020f6ced1ce4333eafdfb6654d244b +Author: Jo-Philipp Wich +Date: Sat Jul 25 00:55:24 2009 +0000 + + libs/lucid-http: make chunksinks cope with string-like udata + +commit 43aca0def5b0faeeec0bf3a54f1019c83a5ef112 +Author: Steven Barth +Date: Fri Jul 24 18:23:59 2009 +0000 + + Merge from fonosfera + +commit 4d75b511579ab4d833783318451a79327ce756ce +Author: Steven Barth +Date: Fri Jul 24 17:34:40 2009 +0000 + + FIx lsat commit + +commit 2164bdf6518261391097be96b2d873c078977434 +Author: Steven Barth +Date: Fri Jul 24 17:33:32 2009 +0000 + + luci.fs compat + +commit 2655871d397d70eabe10cc45fb822d6e44923499 +Author: Steven Barth +Date: Fri Jul 24 15:45:29 2009 +0000 + + Revert external tree usage + +commit 6d8143f573d7db1fd31c9dff9d8b3433f92edbf1 +Author: Steven Barth +Date: Fri Jul 24 15:33:10 2009 +0000 + + Typo + +commit f1e1f7a4517d0f31bb753c990134bdb2ed6ad07c +Author: Steven Barth +Date: Fri Jul 24 15:33:06 2009 +0000 + + Revert "libs/lucid-http: prepare external indexing and tree building in luci handler" + + This reverts commit e70104be85933a0d6cef5b8639f3a042e6d76896. + +commit 7aacb0561d69fde5f65c27a8351b1a850fe884ac +Author: Jo-Philipp Wich +Date: Thu Jul 23 22:48:29 2009 +0000 + + applications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to egon_ffj and patrick for spotting this + +commit 3c35ce382d79ef1eb2399db9d13ee8452361a234 +Author: Jo-Philipp Wich +Date: Thu Jul 23 12:38:52 2009 +0000 + + modules/freifunk: set country code 276 by default, for ch12, 13 with madwifi + +commit 60f6a9125179a53885b696ae7a29d204eb42eb4b +Author: Jo-Philipp Wich +Date: Thu Jul 23 12:11:47 2009 +0000 + + contrib/package: select openwrt.org theme by default but do not make it a hard depncy + +commit 97743c13872fc3a650ff133cd0e2e26da23e3f99 +Author: Jo-Philipp Wich +Date: Thu Jul 23 11:32:22 2009 +0000 + + libs/web: disable memory debuggin in trunk as well + +commit 8b001ee84320284f9d27329eac8fe49d4ac02994 +Author: Jo-Philipp Wich +Date: Thu Jul 23 03:25:27 2009 +0000 + + libs/web: dispatcher.lua: add support for external tree building and indexing + +commit 281c92b1d6fa2065baa7c9e5f5cec926a2ea68e6 +Author: Jo-Philipp Wich +Date: Thu Jul 23 03:23:48 2009 +0000 + + libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is found + +commit 60aaab2ede82e0099cd6b3c4dae6b1357cc86234 +Author: Jo-Philipp Wich +Date: Thu Jul 23 03:22:45 2009 +0000 + + libs/lucid-http: prepare external indexing and tree building in luci handler + +commit a4f6748205c6afd17811c9548aaae6b17476e6d8 +Author: Jo-Philipp Wich +Date: Thu Jul 23 03:21:18 2009 +0000 + + libs/core: util.lua optimize get() and set() accessors of threadlocals + +commit 3f1393006eadecf0068156c20a9e36ad9abd50f7 +Author: Jo-Philipp Wich +Date: Thu Jul 23 03:19:46 2009 +0000 + + libs/core: debug.lua use integers for memory size and peak value + +commit 3e0b6b681c1d62465d285859d3496f0667d35018 +Author: Jo-Philipp Wich +Date: Thu Jul 23 01:41:06 2009 +0000 + + libs/web: use new parser in non-caching mode + +commit 80a2dd2cc27e2fc0c55f03f01a1d460a91954ab6 +Author: Jo-Philipp Wich +Date: Thu Jul 23 00:41:44 2009 +0000 + + libs/web: add template parser reimplemented in C + +commit 9cf0abcb073454cc405a4757b04446dcdc98d399 +Author: Translation System +Date: Mon Jul 20 05:15:56 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 56 of 56 messages translated (0 fuzzy). + +commit 7233abb800c26f9bde0d921f7760bfa4a170222c +Author: Translation System +Date: Mon Jul 20 01:42:36 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 128 of 128 messages translated (0 fuzzy). + +commit 4dd0a793b6c1922bf13ad4761401122f6f65dbc3 +Author: Jo-Philipp Wich +Date: Sun Jul 19 16:12:26 2009 +0000 + + libs/lmo: check for integer, not number in lmo.archive.get() + +commit 1738eddc7d259b2e6ddeb793f18b8fba83c961f7 +Author: Jo-Philipp Wich +Date: Sun Jul 19 16:10:10 2009 +0000 + + libs/lmo: ensure integer return value in lmo.hash(), fix module open function + +commit 306b2d865a0f93faf389b86f6fee5041d3c881b2 +Author: Jo-Philipp Wich +Date: Sun Jul 19 02:39:10 2009 +0000 + + libs/nixio: don't close stdin, stdout or stderr during garbage collection + +commit 074b5dfc4ab98edaaec7133fa03f505686c9f357 +Author: Jo-Philipp Wich +Date: Sun Jul 19 00:38:52 2009 +0000 + + fix fallout from nixio.fs transition + +commit 8fcd841aa9af96c8a4a4d3c1a555d2d1ed42332c +Author: Jo-Philipp Wich +Date: Sun Jul 19 00:24:58 2009 +0000 + + convert luci.fs users to nixio.fs api + +commit 6abba6163290b58cd9ebae98d8459ac38ef52a4b +Author: Jo-Philipp Wich +Date: Sat Jul 18 21:58:41 2009 +0000 + + libs/nixio: allow calls to nixio.util.consume() with no iterator given + +commit 4bc6b85bb7d1932c5d3df84b7fefeaecbffd213c +Author: Jo-Philipp Wich +Date: Sat Jul 18 21:55:14 2009 +0000 + + libs/nixio: add destination table argument to nixio.util.consume() + +commit 5f000ef19e7e06a5e31b1afd87d7d5654be36fc9 +Author: Jo-Philipp Wich +Date: Sat Jul 18 18:26:44 2009 +0000 + + libs/core: record peak values in luci.debug + +commit 08840ce7d52d1fd4e593397429eb60025ab89f94 +Author: Translation System +Date: Sat Jul 18 05:37:56 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 104 of 104 messages translated (0 fuzzy). + +commit c8db087f5bc0c832e7a673d3d15b10cbc93bbd82 +Author: Translation System +Date: Sat Jul 18 05:16:08 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 45 of 45 messages translated (0 fuzzy). + +commit 01f18d35885c710e2b250ccb17b5c032c96a04dc +Author: Translation System +Date: Sat Jul 18 05:05:38 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 414 of 414 messages translated (0 fuzzy). + +commit 820f11932f548182ebb32704e1df83b78e69b19e +Author: Jo-Philipp Wich +Date: Fri Jul 17 20:27:05 2009 +0000 + + [PATCH] add tools to scan network for any device, or for sip devices, and output device information, thanks cshore + +commit 768bf67b867df0fde2715308eef482cb677a8566 +Author: Jo-Philipp Wich +Date: Fri Jul 17 18:33:01 2009 +0000 + + libs/web: optimize code generation in luci.template + +commit 62b2c39a5d7bf67df1c5d483db820673dc3c13aa +Author: Jo-Philipp Wich +Date: Fri Jul 17 17:36:08 2009 +0000 + + i18n: package spanish translation + +commit 63633c117fc7c9846ee365348d9bcce823aa6fd0 +Author: Translation System +Date: Fri Jul 17 04:24:54 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 43 of 43 messages translated (0 fuzzy). + +commit a3726364822b9dba1c6793c2e2b7dff538a59bbf +Author: Translation System +Date: Fri Jul 17 03:56:31 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 102 of 212 messages translated (0 fuzzy). + +commit b92d0f96843531b45a89d43c8c8a1a530b2ab862 +Author: Translation System +Date: Fri Jul 17 03:07:48 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated (0 fuzzy). + +commit a9127e6d597e9689a41187514cb94ea77c60b1c0 +Author: Translation System +Date: Fri Jul 17 03:07:46 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated (0 fuzzy). + +commit 6ce8b6002a6c45d483f4199d8b190bc79fb1407c +Author: Translation System +Date: Fri Jul 17 03:07:43 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated (0 fuzzy). + +commit 2e02d881d75fc77f55a0ddd98ffc5c1978fbda8c +Author: Translation System +Date: Fri Jul 17 03:07:40 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy). + +commit 8c17ebde05965454d46174968f89f44f53f0fef0 +Author: Translation System +Date: Fri Jul 17 03:07:38 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 32 of 32 messages translated (0 fuzzy). + +commit 3e0898627f05dfa6cbc93858ee53ba615ca275cc +Author: Translation System +Date: Fri Jul 17 03:07:36 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated (0 fuzzy). + +commit 8ab1c4d892aa9afdd35e308efbf03f49bbaafdc6 +Author: Translation System +Date: Fri Jul 17 03:07:32 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 212 messages translated (0 fuzzy). + +commit 5ab3a9a255fee213aca210ad34baeaee3cf04341 +Author: Translation System +Date: Fri Jul 17 03:07:30 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated (0 fuzzy). + +commit 6b3b76a9ee3f52a3af010c7bf14fbe54412b0846 +Author: Translation System +Date: Fri Jul 17 03:07:28 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 69 messages translated (0 fuzzy). + +commit 35e2b4d45cc9d65ad59af28d9632d6bb9be6a5c9 +Author: Translation System +Date: Fri Jul 17 03:07:26 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 19 of 19 messages translated (0 fuzzy). + +commit 40e2fa57af661a254c7ce7c629926339d8450be1 +Author: Translation System +Date: Fri Jul 17 03:07:19 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 43 messages translated (0 fuzzy). + +commit 7bd05fb39f32ed8610c2f578d4dcd333f1345117 +Author: Translation System +Date: Fri Jul 17 03:07:17 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 4 of 4 messages translated (0 fuzzy). + +commit 1e31d912187843dbc779ac30c426d43fe69d9d89 +Author: Translation System +Date: Fri Jul 17 03:07:14 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 190 messages translated (0 fuzzy). + +commit 11684e6491052e082e6b218e8f0750800c3a4601 +Author: Translation System +Date: Fri Jul 17 03:07:10 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 128 messages translated (0 fuzzy). + +commit 4b72ba445ca26cdbbb8b04cb34f7a3d7c9626997 +Author: Translation System +Date: Fri Jul 17 03:07:07 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 9 of 9 messages translated (0 fuzzy). + +commit 95bbc3f9dc46cf2aaad25de1a980297117081a17 +Author: Translation System +Date: Fri Jul 17 03:07:05 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated (0 fuzzy). + +commit 5745c577d9d1d1b94ffe89fe9b2ec1cf1f5f4835 +Author: Translation System +Date: Fri Jul 17 03:07:01 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 56 messages translated (0 fuzzy). + +commit 60b82fbd5c3a35f1b924ef14c0c0b376f50da272 +Author: Translation System +Date: Fri Jul 17 03:06:57 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy). + +commit 3d48d570fd34b23878bd0da555668cbaa2687021 +Author: Translation System +Date: Fri Jul 17 03:06:55 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated (0 fuzzy). + +commit fead7e921ab67894f5f84b9217b6b881d7669074 +Author: Translation System +Date: Fri Jul 17 03:06:52 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy). + +commit 9e265121251a1623152501d878f22bd51a87d902 +Author: Translation System +Date: Fri Jul 17 03:05:08 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 46 of 104 messages translated (0 fuzzy). + +commit 9c743f987574ca40743a154fb455885f6867d825 +Author: Translation System +Date: Fri Jul 17 03:05:05 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated (0 fuzzy). + +commit ca15ed75a639c0be35148b6a959ae4fcc299858e +Author: Translation System +Date: Fri Jul 17 03:04:58 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 177 messages translated (0 fuzzy). + +commit 438f6988ef470f4b5b59b40779ff84fc56418a30 +Author: Translation System +Date: Fri Jul 17 03:04:49 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated (0 fuzzy). + +commit 4adbeae092ab334c56e764a0f891a89c352fa637 +Author: Translation System +Date: Fri Jul 17 03:04:46 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 0 of 251 messages translated (0 fuzzy). + +commit 171f7f77003682934347812fa414cad8b436b918 +Author: Translation System +Date: Fri Jul 17 03:04:42 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 2 of 414 messages translated (0 fuzzy). + +commit 7fb628d2d143150d3e08e8b1011f7befc9321679 +Author: Translation System +Date: Thu Jul 16 01:32:09 2009 +0000 + + Commit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated (0 fuzzy). + +commit dae7f3f4d5e066c945ed8352bf60dee37eb97657 +Author: Steven Barth +Date: Tue Jul 14 15:21:00 2009 +0000 + + nixio: + Add Rockspec + Add bswap to nixio.bit + Fix nixio.bit documentation + +commit 7ac3bac56921c889d29636b0e957324553457e88 +Author: Jo-Philipp Wich +Date: Sat Jul 11 23:07:41 2009 +0000 + + libs/lmo: fix possible resource leak if lua runs out of memory but file is already opened + +commit a531bb7bea02dcaae9293ea5b6fcf3b675f29aac +Author: Jo-Philipp Wich +Date: Sat Jul 11 17:30:43 2009 +0000 + + libs/lmo: implement lmo.archive.get() and lmo.archive.foreach() + +commit 81628421079357ff3a70ad5aaeb4f0e372b632f4 +Author: Steven Barth +Date: Sat Jul 11 10:21:27 2009 +0000 + + Fix getifaddrs() for BSD + +commit 0864f5f88b45f896808b191c3409063582606477 +Author: Steven Barth +Date: Sat Jul 11 08:06:47 2009 +0000 + + nixio: Mark axTLS as discouraged, fix changelog + +commit 72a0ee36b6d08510d378397e28dacb746df5f40a +Author: Steven Barth +Date: Sat Jul 11 07:54:57 2009 +0000 + + nixio: Update documentation to prepare 0.3 release + +commit 21be73a478f5409a13f10d56041af32c78709bbd +Author: Steven Barth +Date: Sat Jul 11 07:01:32 2009 +0000 + + nixio: Fix accidental closing of file descriptors after dup with two + parameters resulting in strange behaviour when spawning processes + +commit a29c4ce658fbdcc1d507646b14b22de0cf4890fc +Author: Jo-Philipp Wich +Date: Fri Jul 10 22:45:50 2009 +0000 + + applications/luci-splash: speedup splash dispatching + +commit c5e52b76437355f833b03be7167234d29236a85f +Author: Jo-Philipp Wich +Date: Fri Jul 10 22:05:01 2009 +0000 + + modules/admin-full: cleanup requires in conntrack template + +commit 75e8d0bf4b4ec4ce84aa429b7dae7c2e75bb733e +Author: Jo-Philipp Wich +Date: Fri Jul 10 22:02:30 2009 +0000 + + modules/admin-full: reimplement conntrack page as template + +commit 07c0f405f3341cdfa11a8437c592fec5ff699f81 +Author: Jo-Philipp Wich +Date: Fri Jul 10 22:01:35 2009 +0000 + + libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.conntrack() + +commit 6940edbdce86a6fec722b93875bf46d14b00c475 +Author: Jo-Philipp Wich +Date: Fri Jul 10 19:11:37 2009 +0000 + + modules/admin-full: speedup route status page by reimplementing it as template + +commit 60613ef05cd3ca9086c5e5c9ac292f5630f3f533 +Author: Jo-Philipp Wich +Date: Fri Jul 10 17:38:01 2009 +0000 + + libs/core: trigger garbage collection in coxpcall() if 80% of the allocated memory pool are filled + +commit 7dcb05fd1c4abb4281f6e8eb35616c3a545c961e +Author: Steven Barth +Date: Fri Jul 10 17:06:19 2009 +0000 + + Session-IDs are lowercase now + +commit 7ba12e9c5eafd809237fa69464e8b601926e9513 +Author: Steven Barth +Date: Fri Jul 10 16:39:30 2009 +0000 + + Move memory limit to lucid, reincrease thread limit + +commit 128437f67103c980a8c963bf2510fe38ba1f4e54 +Author: Jo-Philipp Wich +Date: Fri Jul 10 16:30:43 2009 +0000 + + libs/core: optimize strip_bytecode() memory usage by avoiding string concatenation + +commit 3fac20036472e2ceda6a3c44265e6fc823d0d244 +Author: Jo-Philipp Wich +Date: Fri Jul 10 16:05:10 2009 +0000 + + libs/lucid: lower threadlimit to 2 + +commit 263d7228fce62ff1fff0b214f846f3c11f453e11 +Author: Jo-Philipp Wich +Date: Fri Jul 10 16:04:07 2009 +0000 + + libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves yet another ~60KB + +commit deb9868dbd80b2ea7fa01c8d9d1b358645ff87ba +Author: Jo-Philipp Wich +Date: Fri Jul 10 16:01:53 2009 +0000 + + libs/core: make use of global memory limits if supported + +commit 98a688583433396afc6e491b9a2e28d2e38e484e +Author: Jo-Philipp Wich +Date: Fri Jul 10 13:49:24 2009 +0000 + + libs/sys: optimize luci.sys.net.defaultroute6() + +commit 223963e419e7dc0e660301050e6b42ee2a0002cb +Author: Steven Barth +Date: Fri Jul 10 13:33:48 2009 +0000 + + Optimise luci.sys + +commit 6ea0b5eb454457c3328ae002b3d32bb1555f5891 +Author: Jo-Philipp Wich +Date: Fri Jul 10 13:15:43 2009 +0000 + + libs/core: make memory tracer work with c and r events, avoid string allocations for debug output + +commit 7372c00dda800ee887ec63a6c3e0c3838da7897d +Author: Steven Barth +Date: Fri Jul 10 13:04:07 2009 +0000 + + Fix LuCId behaviour if thread-limit is reached + +commit 2dcd2eb9b2e3f2e437850f0645ffe9baf72efbdc +Author: Jo-Philipp Wich +Date: Thu Jul 9 17:01:50 2009 +0000 + + applications/luci-splash: do explicit check for state new + +commit 7d7fcecb7498f214d5fd5ee4c3f1d6b287932307 +Author: Jo-Philipp Wich +Date: Thu Jul 9 16:55:41 2009 +0000 + + applications/luci-splash: fix mac status query + +commit 6bfe0624b69defeba37cadffc6afa5ccb9577add +Author: Jo-Philipp Wich +Date: Thu Jul 9 15:53:08 2009 +0000 + + libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of KB memory usage + +commit ec1e3f8c0e0cd3b82e1f5a6efbf4adc790785f60 +Author: Jo-Philipp Wich +Date: Thu Jul 9 15:26:23 2009 +0000 + + build: re-add removed clean statement + +commit 36542cbe1d07358e90063b70c99b8d0928d0265c +Author: Jo-Philipp Wich +Date: Thu Jul 9 15:05:29 2009 +0000 + + libs/web: use lmo in luci.i18n + +commit f2b1b113dea96215b42727c2c00c757d2809a837 +Author: Jo-Philipp Wich +Date: Thu Jul 9 15:05:02 2009 +0000 + + build: embed lmo in the build process + +commit d9d3c714351b82cfd387fc6f83d89591909312a2 +Author: Jo-Philipp Wich +Date: Thu Jul 9 15:04:27 2009 +0000 + + libs: introduce lmo - Lua Machine Objects, an implementation of binary hash tables + +commit fb64c146094fc1f8d1cb33da171aa00e8b549dea +Author: Translation System +Date: Wed Jul 8 23:11:24 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 2 of 7 messages translated (0 fuzzy). + +commit a8a6635aa7906e899869faec8058d64a34b0c1a3 +Author: Translation System +Date: Wed Jul 8 23:11:22 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 19 of 45 messages translated (0 fuzzy). + +commit f219019b66210506688fd9dda962c7668ef95f37 +Author: Translation System +Date: Wed Jul 8 23:11:08 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 33 of 104 messages translated (0 fuzzy). + +commit 23ec891b5c1ab478e960b11ced8db25df2cda6c1 +Author: Translation System +Date: Wed Jul 8 23:11:05 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 8 messages translated (0 fuzzy). + +commit 203fc5c5150da6c4ef2f90b98ef63b99f6b0daf2 +Author: Translation System +Date: Wed Jul 8 23:10:59 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 17 messages translated (0 fuzzy). + +commit fc98d393499b481cf2c375fd90358cbe2ec972d3 +Author: Translation System +Date: Wed Jul 8 23:10:55 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 5 messages translated (0 fuzzy). + +commit b7b3515179c1c895457b1420d5ab64f5403301a9 +Author: Jo-Philipp Wich +Date: Tue Jul 7 17:30:26 2009 +0000 + + modules/freifunk: fix some quirks in the map + +commit 73fe2dc72bb7ceacb7dfdf8f97e8a378ad423bf2 +Author: Jo-Philipp Wich +Date: Tue Jul 7 04:09:48 2009 +0000 + + contrib/package: fix brcm-2.4 arch dependency in remote-update package + +commit c07dc54ef64a508084058cef9d576e5a56a32517 +Author: Jo-Philipp Wich +Date: Tue Jul 7 04:00:20 2009 +0000 + + contrib/package: make freifunk-community depend on remote-update + +commit 96a8d3d0d81f00252345328432bc65c26c8ae0d2 +Author: Jo-Philipp Wich +Date: Tue Jul 7 03:59:49 2009 +0000 + + contrib/package: move remote-update to own package + +commit 601c020b4eda3b9848ae03f8380588e82c053758 +Author: Jo-Philipp Wich +Date: Tue Jul 7 03:01:37 2009 +0000 + + modules/freifunk: add external config for Freifunk Potsdam + +commit e056f7fa511be1c254127e80e26285c7de93109a +Author: Jo-Philipp Wich +Date: Tue Jul 7 03:01:16 2009 +0000 + + modules/freifunk: add community profiles for Jena and Potsdam + +commit 5dc524c40cff73f79ba2496a3172230aecbac494 +Author: Jo-Philipp Wich +Date: Tue Jul 7 02:33:43 2009 +0000 + + modules/freifunk: allow port 17990/tcp (wprobe) in default firewall rules + +commit ac7b572ffd101f644e5d4813d533ad22816ba1b5 +Author: Jo-Philipp Wich +Date: Tue Jul 7 00:38:47 2009 +0000 + + modules/freifunk: increase flashing timeout, can take up to 25 minutes on a Fonera 2 ... + +commit 7db1b5882ebbbd77cc9915015db660225e606980 +Author: Translation System +Date: Mon Jul 6 22:31:55 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 54 of 54 messages translated (0 fuzzy). + +commit 238404ee8354330822f820d74b33d8314be69a45 +Author: Jo-Philipp Wich +Date: Mon Jul 6 22:26:46 2009 +0000 + + libs/lucid: only execute handlers if daemon is below the thread limit, this allows to hold connections without having to fork immediately + +commit 644bc4ac3a727b23a849d61b5f26b5b79b25f8f4 +Author: Jo-Philipp Wich +Date: Mon Jul 6 21:38:51 2009 +0000 + + libs/lucid: lower thread limit to 10 due to oom issues on different devices + +commit d807510dad8acd247d00ddf921a52d0da4418ca0 +Author: Jo-Philipp Wich +Date: Mon Jul 6 21:23:12 2009 +0000 + + applications/luci-splash: remove debug flag from init script + +commit a9a4bc69fb0a3ae61545fdcec19bf33b1dd367f2 +Author: Translation System +Date: Mon Jul 6 21:21:33 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 54 of 54 messages translated (0 fuzzy). + +commit 9fcb439ea8b4c94ece5bd1db8867d946be294ad9 +Author: Jo-Philipp Wich +Date: Mon Jul 6 21:17:04 2009 +0000 + + po: fix traffic label default value in freifunk.pot + +commit b0771c43ea996b6f3c3a38ef7c6f5b28eaf04a89 +Author: Jo-Philipp Wich +Date: Mon Jul 6 21:14:59 2009 +0000 + + applications/luci-splash: + - rewrote init script, cli + - introduce download traffic counters + - adept user interface + +commit 9525fb76bd4870bbf1513aa9c48c80d5c7b9fbe2 +Author: Translation System +Date: Sun Jul 5 10:03:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 6 of 39 messages translated (0 fuzzy). + +commit 6794f3d800c8b62c63cdfec0d3810cf7a336e332 +Author: Translation System +Date: Sun Jul 5 10:03:20 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 8a61a39b38ead6418abeb2125e33c8ab22e42612 +Author: Translation System +Date: Sun Jul 5 10:03:18 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 53 of 212 messages translated (0 fuzzy). + +commit 0b91304995ec887c240db30e92ddd7c41bb255b7 +Author: Translation System +Date: Sun Jul 5 10:03:15 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 10 of 17 messages translated (0 fuzzy). + +commit 69f77f9d8d33ca539cd3f56e28c4c2dfbc6fdb81 +Author: Translation System +Date: Sun Jul 5 10:03:14 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 15 of 190 messages translated (0 fuzzy). + +commit ff3d6b0ce193612d711ac6c933274fbf9aeff9af +Author: Translation System +Date: Sun Jul 5 10:03:12 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 5539ecd1bffc0c008293ae57b137e3d4006f749b +Author: Translation System +Date: Sun Jul 5 10:03:10 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 56 messages translated (0 fuzzy). + +commit 8a1fd1690e82d7fb3e396f13cb47a0a3f1d080e7 +Author: Translation System +Date: Sun Jul 5 10:03:08 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 1 of 5 messages translated (0 fuzzy). + +commit 972d61e294b5852f379a4f47ced42c0ae955b235 +Author: Translation System +Date: Sun Jul 5 10:03:06 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 7 messages translated (0 fuzzy). + +commit 62a12fab41f916433f65f3eedc7716f9052c86b1 +Author: Translation System +Date: Sun Jul 5 10:03:04 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 13 of 45 messages translated (0 fuzzy). + +commit 05bd5f2af5dbf7486490b4a68d251c822d4db6d3 +Author: Translation System +Date: Sun Jul 5 10:03:02 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 65 of 104 messages translated (0 fuzzy). + +commit 7a4275f827f459bd79fc138c2f11f988af18e953 +Author: Translation System +Date: Sun Jul 5 10:03:00 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 1 of 8 messages translated (0 fuzzy). + +commit 85ce31a851ab0d438efe11cfc7eb6d7230d4308a +Author: Translation System +Date: Sun Jul 5 10:02:58 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 17 messages translated (0 fuzzy). + +commit b805e565c03186bac11aa4d3e35d91fa631117a6 +Author: Translation System +Date: Sun Jul 5 10:02:56 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 6 of 251 messages translated (0 fuzzy). + +commit 5f2fc17ee723e993eb5daa9d7f6ad60ac8f2640d +Author: Translation System +Date: Sun Jul 5 10:01:02 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 23 of 177 messages translated (25 fuzzy). + +commit 69838aea8079713fea6fce628da2e08eaf497227 +Author: Translation System +Date: Sun Jul 5 09:58:36 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 4 messages translated (0 fuzzy). + +commit 7dee3bbf3d3a7f8512129ba68dc13475c34cd669 +Author: Translation System +Date: Sun Jul 5 09:58:33 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 43 of 43 messages translated (0 fuzzy). + +commit ecd3da69761a740e7502277748b711ba18d3abd7 +Author: Translation System +Date: Sun Jul 5 09:58:31 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 19 of 19 messages translated (0 fuzzy). + +commit a7dd23815643b634550e6f317e15ac882a0b4887 +Author: Translation System +Date: Sun Jul 5 09:58:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 69 of 69 messages translated (0 fuzzy). + +commit 223a33cd5d4504f4a72d514b548307cc0522c372 +Author: Translation System +Date: Sun Jul 5 09:58:27 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit bb2b31fa5ecb161d66ae245795f3610269b161d8 +Author: Translation System +Date: Sun Jul 5 09:58:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 212 of 212 messages translated (0 fuzzy). + +commit 48ed876ea361c0a41f1bc9d807b23371bae6a5cd +Author: Translation System +Date: Sun Jul 5 09:58:23 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 52999248e0629d8ebaed975031d7500d0de1ac97 +Author: Translation System +Date: Sun Jul 5 09:58:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). + +commit f7d5f9fd52a9e7e950b8a9f53e1bd402164bd876 +Author: Translation System +Date: Sun Jul 5 09:58:19 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 04718c9de47c79affa35b35bb917269fb2b4d65e +Author: Translation System +Date: Sun Jul 5 09:58:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit f8745daa94391c24e19c68bf2dfe7dcee71e5057 +Author: Translation System +Date: Sun Jul 5 09:58:15 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 29161722a5c3dc5d177de3a8d7584db940ca2147 +Author: Translation System +Date: Sun Jul 5 09:58:13 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit b69c370e44e4cf5021b80352097efd59a38b4393 +Author: Translation System +Date: Sun Jul 5 09:58:11 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit bb979d5a7b4b21eb0d96442c8679d6c20a35c82f +Author: Translation System +Date: Sun Jul 5 09:57:56 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 190 of 190 messages translated (0 fuzzy). + +commit 5cd6fd07cc2dc3a4baa81d94b19dbbdde436c948 +Author: Translation System +Date: Sun Jul 5 09:57:54 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 128 of 128 messages translated (0 fuzzy). + +commit f3b349fd46896ea969fe2f857225842efc332038 +Author: Translation System +Date: Sun Jul 5 09:57:52 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 9 messages translated (0 fuzzy). + +commit 200e579d1d03cac9e3ca21db45e9c9a3d694fe14 +Author: Translation System +Date: Sun Jul 5 09:57:50 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 8d51dd462f49b36133f8b4bcd597999ac97f178a +Author: Translation System +Date: Sun Jul 5 09:57:48 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit fdd4ef7f39d99a214877c12b0b5203b84ad09b1a +Author: Translation System +Date: Sun Jul 5 09:57:46 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 9681b31080497e60d803ff5bff92415169ce6ef5 +Author: Translation System +Date: Sun Jul 5 09:57:44 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 908e7ba917323cc0b3f8ff55f5eb193b97f324ba +Author: Translation System +Date: Sun Jul 5 09:57:42 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 8c57301218bdb8bf9705ecbae907daee7dc98788 +Author: Translation System +Date: Sun Jul 5 09:57:39 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 45 of 45 messages translated (0 fuzzy). + +commit 9be3afb71578636c494070739f81f829b9a2b928 +Author: Translation System +Date: Sun Jul 5 09:57:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit 32f5279f3b4cadeef56c19a2f03b9504ad565afb +Author: Translation System +Date: Sun Jul 5 09:57:34 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 8db83be1590a92ee3832c89a44d33672bdb64930 +Author: Translation System +Date: Sun Jul 5 09:57:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 177 of 177 messages translated (0 fuzzy). + +commit 00901157b747f53c8a241ece07d6c4c9afcda67e +Author: Translation System +Date: Sun Jul 5 09:57:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit f6b6afd3ab65da44c23d2580a031d096994c745f +Author: Translation System +Date: Sun Jul 5 09:57:27 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 251 of 251 messages translated (0 fuzzy). + +commit fafd1659c3ff3e2c0f2817e5b604cc3666fa8e49 +Author: Translation System +Date: Sun Jul 5 09:57:08 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 414 of 414 messages translated (0 fuzzy). + +commit c12975f0235ef4e69b65a6a159d17c425f2452fa +Author: Jo-Philipp Wich +Date: Thu Jul 2 22:35:54 2009 +0000 + + contrib/package: switch to official release tar balls in olsrd-luci makefile + +commit 361cbfa9e139f68cdd079e2a87701fdc5ab944fd +Author: Jo-Philipp Wich +Date: Wed Jul 1 14:17:59 2009 +0000 + + modules/admin-full: fix backup generation (#74) + +commit 8cddaabf815b1fa87a40dc72ec23e865a77600af +Author: Jo-Philipp Wich +Date: Wed Jul 1 01:53:42 2009 +0000 + + modules/freifunk: prepare ar71xx support in remote-update + +commit 9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 +Author: Jo-Philipp Wich +Date: Wed Jul 1 01:52:56 2009 +0000 + + contrib/package: extend sysupgrade support to ar71xx target (untested) + +commit 0179c5ea05fcb01eebfceda5e5fe4373d7f8b163 +Author: Jo-Philipp Wich +Date: Wed Jul 1 00:41:42 2009 +0000 + + modules/admin-{full,mini}: draw newlines in sysupgrade status output + +commit 58a5b15c0bcf27bebf1ecb5505f3a8cfa99864d2 +Author: Jo-Philipp Wich +Date: Tue Jun 30 18:05:07 2009 +0000 + + libs/nixio: add sysupgrade hook to include /etc/nixio/ (generated certs) into saved file list + +commit 205a1b311168b633ca314dfcbb02d3a73b75be8b +Author: Jo-Philipp Wich +Date: Tue Jun 30 18:01:20 2009 +0000 + + contrib/package: fixup ssl library dependencies for nixio + +commit 684635915be8aeac194d59e136b61d2cf4979283 +Author: Jo-Philipp Wich +Date: Tue Jun 30 14:49:53 2009 +0000 + + modules/freifunk: fix i18n + +commit d13eeb17e82237b3436b49656da45c77ebd852d6 +Author: Jo-Philipp Wich +Date: Tue Jun 30 14:02:52 2009 +0000 + + contrib/package: remove compressed build target from Makefile + +commit 846c17f0f8f89732fe9f53c8b419cdd53868bc9e +Author: Jo-Philipp Wich +Date: Tue Jun 30 05:10:44 2009 +0000 + + contrib/package: remove dependency on base-files from sysupgrade-aheros + +commit 2dd9bcf540d8af5825b299a4856131ab27eb4d16 +Author: Translation System +Date: Tue Jun 30 04:48:04 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 54 of 54 messages translated (0 fuzzy). + +commit 365df886ed5cb2e86c55c708a226052275121bc4 +Author: Translation System +Date: Tue Jun 30 04:43:38 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 54 of 54 messages translated (0 fuzzy). + +commit fbca28420172e9cb1304736b38bc9a446a214508 +Author: Jo-Philipp Wich +Date: Tue Jun 30 04:41:20 2009 +0000 + + po: add new strings fro remote-update + +commit 105713ff8fec7e6110f6eff120c7765e560bbac8 +Author: Jo-Philipp Wich +Date: Tue Jun 30 04:41:00 2009 +0000 + + modules/freifunk: add webpages for remote-update + +commit 55a4c40c03d5e00942f525b70e613c33e783ce99 +Author: Jo-Philipp Wich +Date: Tue Jun 30 01:43:15 2009 +0000 + + modules/freifunk: complete remote-update usage text + +commit 4803e8ec249a452d6d748be671d1541367868bfd +Author: Jo-Philipp Wich +Date: Tue Jun 30 01:29:33 2009 +0000 + + modules/freifunk: add remote-update cli utility + +commit ba66381047835cd18e7c8e6db89e42662106e89a +Author: Jo-Philipp Wich +Date: Sat Jun 27 15:59:20 2009 +0000 + + applications/luci-statistics: switch controller to nixio.fs + +commit c23a386eb73b16c26ef8fcb98b879f48b6a5f512 +Author: Jo-Philipp Wich +Date: Sat Jun 27 15:24:58 2009 +0000 + + applications/luci-statistics: prepare lucid configuration on firstboot + +commit 6411c89b4ccfc148062a80abe18c9729fbb35462 +Author: Jo-Philipp Wich +Date: Sat Jun 27 15:01:50 2009 +0000 + + applications/luci-statistics: adept datatree class to nixio.fs api + +commit 6bc9c000e840de5099099ebce0fbf611ea8db7d7 +Author: Jo-Philipp Wich +Date: Sat Jun 27 14:35:21 2009 +0000 + + applications/luci-statistics: add workaround for nixio io bug during config creation + +commit c443a549be7b869ae2664028dc781a2ca24ff91f +Author: Jo-Philipp Wich +Date: Thu Jun 25 21:25:19 2009 +0000 + + applications/luci-splash: do not splash non-splash clients + +commit 3834452df405470d7856ec52224b9607ae2df82a +Author: Translation System +Date: Thu Jun 25 10:59:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit 2a96fa898432de0bbddfc98d44a555276a4361a6 +Author: Translation System +Date: Thu Jun 25 10:59:35 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit f4678ae8b6f78c99535c5b858609716952fe6a54 +Author: Translation System +Date: Thu Jun 25 10:59:33 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 781db82e4f8fcc5b3c3380ebc29ce8d70b23719a +Author: Translation System +Date: Thu Jun 25 10:59:31 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit af31f7c7b9564207183643b478037e5b9f994141 +Author: Translation System +Date: Thu Jun 25 10:59:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 5085d42302b992e7291b9381cb3b7a2280bac3a4 +Author: Translation System +Date: Thu Jun 25 10:59:27 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). + +commit c89a13d2bd909ac7d8a97f496a257cf13751f890 +Author: Translation System +Date: Thu Jun 25 10:59:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit e81fab270baa578544110b67c30157fc4e22f5c6 +Author: Translation System +Date: Thu Jun 25 10:59:23 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 212 of 212 messages translated (0 fuzzy). + +commit 127c06cbae1ff07e7f9d37d7c7816352f3d7c793 +Author: Translation System +Date: Thu Jun 25 10:59:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit e0c98ba49d81cb311fb8d21c21d30c4510788f40 +Author: Translation System +Date: Thu Jun 25 10:59:19 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 69 of 69 messages translated (0 fuzzy). + +commit 84d7849aa91968814ef50158b7911e39b5c77c49 +Author: Translation System +Date: Thu Jun 25 10:59:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 18 of 19 messages translated (1 fuzzy). + +commit 8b2700cd6b3fe64c5fde880f270ad9d2d2e71270 +Author: Translation System +Date: Thu Jun 25 10:59:15 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 43 of 43 messages translated (0 fuzzy). + +commit 27c2a07dbc403d4dc5a8d69785b7f8626af6d537 +Author: Translation System +Date: Thu Jun 25 10:59:13 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 4 messages translated (0 fuzzy). + +commit 4b8c006bf82758a06246cf8316acca01a369a4d3 +Author: Translation System +Date: Thu Jun 25 10:59:11 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 190 of 190 messages translated (0 fuzzy). + +commit e49356c1b19c6bdc143ced7b208c06c2f05b2e78 +Author: Translation System +Date: Thu Jun 25 10:59:09 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 118 of 128 messages translated (10 fuzzy). + +commit 9e06b257054bf3ae8bf06490ad9262d4faa1b60b +Author: Translation System +Date: Thu Jun 25 10:59:07 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 9 messages translated (0 fuzzy). + +commit ce06f4550d9faf283bd2ce63e09c3b39b97988f0 +Author: Translation System +Date: Thu Jun 25 10:59:04 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit e940141041e0d7af90da0cdff6deb2e8acfd10ea +Author: Translation System +Date: Thu Jun 25 10:58:58 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit 54aba8b7e060568967868f346385abf43933d888 +Author: Translation System +Date: Thu Jun 25 10:58:43 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 48b8f82eed28d92b04713c4e789c932fe3b489b2 +Author: Translation System +Date: Thu Jun 25 10:58:38 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit b213c6290e6c1e25087780f278306e04fca41d2f +Author: Translation System +Date: Thu Jun 25 10:58:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit a01aa8f66647e9c3e0790b39bef654e4f1805120 +Author: Translation System +Date: Thu Jun 25 10:58:26 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 21 of 45 messages translated (0 fuzzy). + +commit 840731f088d1077857363ffb7b3d1c65f159e24e +Author: Translation System +Date: Thu Jun 25 10:58:22 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit 359fcab938f4f158721eb0db3b1b042b15bef416 +Author: Translation System +Date: Thu Jun 25 10:58:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 62e8a8f1c2d6974247005c69a4bc4d467cb806b2 +Author: Translation System +Date: Thu Jun 25 10:58:12 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 31 of 251 messages translated (6 fuzzy). + +commit 9bd8124ae66dbf56d6fd530407fd49ffc7d802e2 +Author: Translation System +Date: Thu Jun 25 10:58:09 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit e02f1d96f0fd1c21b51a94e31c0e71072b1ac666 +Author: Translation System +Date: Thu Jun 25 10:58:05 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 412 of 414 messages translated (0 fuzzy). + +commit ba8399f94bd89ebadaca3a54ddf2633d11800b74 +Author: Translation System +Date: Thu Jun 25 10:55:57 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 38 of 104 messages translated (0 fuzzy). + +commit aa0a485ec0e2753e5655773080179fa5587d05c2 +Author: Translation System +Date: Thu Jun 25 10:55:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 45 messages translated (0 fuzzy). + +commit 5247b5419e1748bc6018dd4f447f716787719deb +Author: Translation System +Date: Thu Jun 25 10:55:48 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 98 of 414 messages translated (0 fuzzy). + +commit ff2a946432f533263d513f9ee6fdf45c2e1db463 +Author: Jo-Philipp Wich +Date: Wed Jun 24 20:59:12 2009 +0000 + + contrib/package/olsrd-luci: update to olsrd v0.5.6-r5 + +commit 35874fad2b140e7bab2609051dc9ed3eb27848f1 +Author: Jo-Philipp Wich +Date: Tue Jun 23 19:17:53 2009 +0000 + + contrib/package/sysupgrade-atheros: add more sanity checks + +commit c6a29c1a08f3e6bfcf5550a8428d7f444b2c1498 +Author: Jo-Philipp Wich +Date: Mon Jun 22 19:33:30 2009 +0000 + + contrib/package/freifunk-watchdog: + - lower watchdog poll interval to 10 seconds (fixes reboot porblems on rb532) + - prevent unneeded config reloads (happens when no wireless device is active) + - remove not working watchdog stop workaround (no driver can cope with 3600) + - bump pkg revision + +commit 216937af29f22e6a9ee7f2124bb8e22d57f961e3 +Author: Jo-Philipp Wich +Date: Mon Jun 22 10:20:06 2009 +0000 + + themes: properly format load values in theme headers + +commit 30b216f774c2404a965807ddb93a4a4b2aaeac04 +Author: Steven Barth +Date: Sun Jun 21 13:42:26 2009 +0000 + + Drop support for luaposix and bitlib (obsoleted by nixio) + Mark luci.fs as deprecated + +commit 2baab00b19fc6eb4e0aca4da035292e37d94a640 +Author: Steven Barth +Date: Sun Jun 21 13:42:12 2009 +0000 + + Ignore checkpasswd locally + +commit a2c71bf739b220db58a063e976e7d3b2b320a53b +Author: Steven Barth +Date: Sun Jun 21 13:41:18 2009 +0000 + + nixio: Resolve namespace clashes + +commit 8616bbc8725ad3091190cd89913ca7a936e44063 +Author: Jo-Philipp Wich +Date: Sun Jun 21 11:18:09 2009 +0000 + + contrib/package/sysupgrade-atheros: fix postinstall + +commit 522f324ae36a181d4ab83b76814699aa47c0f0f4 +Author: Jo-Philipp Wich +Date: Sat Jun 20 21:47:01 2009 +0000 + + contrib/package: make sysupgrade-atheros depend on the atheros target + +commit 94322a831539b23fbf0433bf2fe2bbe92c3122da +Author: Jo-Philipp Wich +Date: Sat Jun 20 20:27:32 2009 +0000 + + contrib/package: add experimental sysupgrade support for the atheros target + +commit 4f6fca3be9238b6b125f0a97345996a72c17e1ce +Author: Jo-Philipp Wich +Date: Sat Jun 20 20:11:56 2009 +0000 + + contrib/package/freifunk-watchdog: don't kill watchdog daemon before sysupgrade, prepares support for atheros platforms + +commit 2dd2698e6754aef6011de3dbde445756ae713183 +Author: Jo-Philipp Wich +Date: Sat Jun 20 16:30:10 2009 +0000 + + contrib/package/freifunk-p2pblock: do not start if no wan interface is present (spotted on the fonera) + +commit 623b431c0ebf88fda906ec763ef97701c229229a +Author: Steven Barth +Date: Sat Jun 20 11:27:44 2009 +0000 + + axTLS does not need dropbearkey/convert anymore (obsoleted by px5g) + +commit ab236ad6dafb1f11fc468c5742409d2a8ecc31e5 +Author: Steven Barth +Date: Sat Jun 20 07:29:01 2009 +0000 + + Cleanup + +commit a90206c089832d54b1f5ffde940af2e07e10fed3 +Author: Steven Barth +Date: Sat Jun 20 07:24:09 2009 +0000 + + Drop webuci (obsolete) + +commit 7355eccc2114b17754a028cb98fc3eee18a232b6 +Author: Steven Barth +Date: Sat Jun 20 07:22:59 2009 +0000 + + Cleanup + +commit a060a9e135ce0bf94496935aea5a4981ca0da750 +Author: Steven Barth +Date: Sat Jun 20 07:20:56 2009 +0000 + + Fix SDK build process + +commit 341f757255caa08ee2922a3f32a00849e306f23c +Author: Steven Barth +Date: Sat Jun 20 07:14:36 2009 +0000 + + Merge fixes / improvements + +commit e2f2d1a63406da4fb5ff870394035bf60760398a +Author: Steven Barth +Date: Sat Jun 20 07:14:26 2009 +0000 + + Drop axtls in contrib (obsolete) + +commit 6088f2b3fe5384f8f0bae1a7842ff8ed98a0f1ee +Author: Jo-Philipp Wich +Date: Wed Jun 17 12:56:55 2009 +0000 + + modules/admin-full, modules/admin-mini: set appropriate mime type for luci-flash output + +commit 2f9cbf7d055e404382ea38932c16e63f2ac9f28b +Author: Jo-Philipp Wich +Date: Wed Jun 17 12:48:18 2009 +0000 + + modules/admin-mini: merge r4865 to admin-mini + +commit 901499b8666572a6d60ea5100672a54dffdd85eb +Author: Jo-Philipp Wich +Date: Wed Jun 17 12:47:20 2009 +0000 + + modules/admin-full: fix status output of luci-flash with lucid + +commit 286b11c50881f8fe01dd269ebd7540f0b90a878b +Author: Jo-Philipp Wich +Date: Tue Jun 16 23:12:33 2009 +0000 + + contrib/package: properly escape postinstall of freifunk-firewall + +commit e2e59b6895fdce3618e9b04515e0a99c7b63fbb4 +Author: Jo-Philipp Wich +Date: Tue Jun 16 23:05:11 2009 +0000 + + contrib/package: fix postinstall of freifunk-firewall + +commit ac45654a16e7c5e2416e3566e049de586cebc2f5 +Author: Jo-Philipp Wich +Date: Tue Jun 16 22:40:31 2009 +0000 + + contrib/package: reorganize menu structure and move everything to an own LuCI category, remove bitrot + +commit b193ca54de0cc3a24f1f2ff9962d8eb4d411a325 +Author: Jo-Philipp Wich +Date: Tue Jun 16 22:39:27 2009 +0000 + + contrib/package: set svn properties on firewall package + +commit 604afe9bc91dca43e735d0609b60f365769419e9 +Author: Jo-Philipp Wich +Date: Tue Jun 16 22:38:38 2009 +0000 + + contrib/package: add separate freifunk-firewall package + +commit 720e460893b2d83d76715786075e03787216750a +Author: Jo-Philipp Wich +Date: Tue Jun 16 22:38:08 2009 +0000 + + modules/freifunk: remove firewall addon data + +commit 992bc68b2b9d95d7fa46eeef42a67cd51291701d +Author: Jo-Philipp Wich +Date: Tue Jun 16 21:41:29 2009 +0000 + + applications/luci-splash: + - use kilobyte/s for rate limiting + - reject traffic instead of silently dropping it + - allow unsplashed access to the mesh + - add possibility to specify non-splashed destination networks + - reorganize iptables rules + +commit 65cde286cc146be7dea165c2cb34732cb8953a57 +Author: Jo-Philipp Wich +Date: Tue Jun 16 19:30:22 2009 +0000 + + drop obsoleted lucittpd packages + +commit 8c359115f9d515d358403897f34c69757adf7af6 +Author: Jo-Philipp Wich +Date: Tue Jun 16 14:41:43 2009 +0000 + + libs/lucid-http: use SERVER_ADDR as fallback + +commit b3a7ff9f8f0569e2c091f1738e7231be242a6dab +Author: Steven Barth +Date: Tue Jun 16 14:27:43 2009 +0000 + + Catchall workaround for strange sockaddresses by Jow + +commit b8c3aa96d40747feb41ceb72e747a3ee0fa84bf9 +Author: Jo-Philipp Wich +Date: Tue Jun 16 13:27:36 2009 +0000 + + modules/freifunk: add a rc.local.d hook to fix config quirks after migration + +commit 988eeb8ff1409ac4afe6c95bd65d9b1f54f55768 +Author: Jo-Philipp Wich +Date: Mon Jun 15 20:07:59 2009 +0000 + + libs/nixio: wrap $(CC) in quotes, command could break if ccache is used (CC:=ccache mips-openwrt-linux-uclibc-gcc) + +commit 22c2ed1717db56853e6222aa2de406afeeb587d8 +Author: Steven Barth +Date: Mon Jun 15 19:13:00 2009 +0000 + + Disable ASM math more sensible + +commit 8546622f654632277ee561aa8062ece67eb158ca +Author: Steven Barth +Date: Mon Jun 15 19:11:38 2009 +0000 + + Redefine splice() flags for crappy uclibc versions + +commit af4c152ed37f130154d3b5b4369d1571b9a716c6 +Author: Jo-Philipp Wich +Date: Mon Jun 15 16:06:44 2009 +0000 + + contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together + +commit bdf0a4b520bdeb2c892f7eaadf3242c1b824bf11 +Author: Steven Barth +Date: Sun Jun 14 09:02:40 2009 +0000 + + GSoC: Add RPC client + +commit c47be2e727d1bb3e2e3aa415ec96be2a5f8a45b7 +Author: Steven Barth +Date: Sun Jun 14 08:51:43 2009 +0000 + + GSoC: Documentation #2 + +commit f9263e00c1371eff6ace0252143236d6bf6f2ce2 +Author: Steven Barth +Date: Sat Jun 13 18:16:34 2009 +0000 + + GSoC: Documentation #1 + +commit 120a7f558e27f2ca11b3dae251528d7100ca259d +Author: Steven Barth +Date: Sat Jun 13 08:56:43 2009 +0000 + + GSoC: Add LuCId RPC-Slave + +commit 90ce9746c230510f690407b7ccc1330bdca48bbd +Author: Jo-Philipp Wich +Date: Thu Jun 11 11:10:01 2009 +0000 + + build: make building more strict, abort on errors in gccbuild phase + +commit 63160370ee1d21f59360bffb03c7c871da9a2e09 +Author: Jo-Philipp Wich +Date: Thu Jun 11 00:12:25 2009 +0000 + + trunk: remove bitrot + +commit 97afc4b49544b4b4d11c78a04977d6afb54f802f +Author: Steven Barth +Date: Thu Jun 11 00:04:55 2009 +0000 + + Mark Broadcom 2.4 as crap, to allow conditional CFLAGS + +commit 5c26ca647b437cc4c38a651cf3d47afe16e6efc8 +Author: Jo-Philipp Wich +Date: Wed Jun 10 23:39:40 2009 +0000 + + applications/luci-splash: add rate limiting options for splash clients + +commit a75d30402813ad1eb5399f42c7d8996ee9b1e3dc +Author: Steven Barth +Date: Wed Jun 10 23:29:10 2009 +0000 + + Revert "libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to copy() for now (#70)" + + Fixed in nixio + +commit 690927bf6bb1fa52780266b3b7884c70d465632f +Author: Steven Barth +Date: Wed Jun 10 23:28:16 2009 +0000 + + Some sendfile() under Linux 2.4 is broken + +commit 2ef4b11de93165bd197b1583997f5c78d6bc64e5 +Author: Jo-Philipp Wich +Date: Wed Jun 10 23:04:07 2009 +0000 + + build: fix po->lua conversion, last po entry was always missing + +commit ef92e3677c5efebf5a546b1ec2983425b8a87a22 +Author: Translation System +Date: Wed Jun 10 22:53:22 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 104 of 104 messages translated (0 fuzzy). + +commit 0649e94571a72922682d1eeb03319d6ef6541fe4 +Author: Jo-Philipp Wich +Date: Wed Jun 10 22:43:11 2009 +0000 + + libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to copy() for now (#70) + +commit 8c7ad9624c2bcaf573bed1bbf27d1ef38736679a +Author: Jo-Philipp Wich +Date: Wed Jun 10 18:24:18 2009 +0000 + + Revert r4822, problem is caused by sth. else + +commit 408cb9371220052d711a741f2836a346472d5840 +Author: Jo-Philipp Wich +Date: Wed Jun 10 17:48:41 2009 +0000 + + libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around by not deamonizing lucid + +commit b733587e181d5195d2562f9883b39213dcee529d +Author: Jo-Philipp Wich +Date: Wed Jun 10 17:35:23 2009 +0000 + + libs/px5g: fix "x509write.c:717: warning: 'ret' might be used uninitialized in this function" + +commit a0eb16cc03a5a18e572ffc01ef84114384da2443 +Author: Jo-Philipp Wich +Date: Wed Jun 10 17:26:47 2009 +0000 + + libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler don't knows it and it seems to be C++ specific + +commit a72a8e4474e8442849063e7a9d03609758410707 +Author: Jo-Philipp Wich +Date: Wed Jun 10 16:28:56 2009 +0000 + + contrib/package: add qos related dependencies to luci-splash + +commit 0193ffd4df7dd3ec2e4433c32de8fbc338fe2273 +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:48:58 2009 +0000 + + applications/luci-splash: only load required modules + +commit 97eb513e0ea724b5bde3ffa2bd17c581796ac05a +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:41:36 2009 +0000 + + applications/luci-splash: fix typo in init script + +commit e648e1a45fcf3fee161152b1691c1c65710c6bed +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:36:31 2009 +0000 + + applications/luci-splash: cope with non-numeric (invalid) limit_up & limit_down values in luci-splash cli + +commit ceb49b0390f668da0dc94cbd0fd006d451104f8a +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:34:52 2009 +0000 + + applications/luci-splash: we don't need to know down_burst in luci-splash cli + +commit 5e9fcc76c02914aa75649492b97aa7d37358c068 +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:31:42 2009 +0000 + + applications/luci-splash: luci-splashd is obsolete, remove start & stop for it (again) + +commit 05db82eba9a680a4272544a465a02d45a7417d89 +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:30:16 2009 +0000 + + applications/luci-splash: tc delete operations may fail, make them silent + +commit 06001d99b1f6e9f70d3e5e1c0e01c76573bf7d39 +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:19:28 2009 +0000 + + applications/luci-splash: remove left-over code + +commit e385f91ff6b0faeea8a9ef04d306bbb888b42513 +Author: Jo-Philipp Wich +Date: Tue Jun 9 12:15:31 2009 +0000 + + applications/luci-splash: add optional QoS rate limiting for splash clients + +commit 30a15ca081bd84df1c6ac8e4edb500860ff85e86 +Author: Jo-Philipp Wich +Date: Mon Jun 8 20:40:18 2009 +0000 + + modules/admin-full: fix exception in interface status page for devices with an empty ifname for wan (#71) + +commit e35dccbc7556e95803efc067dbf8a2a4d2bfd552 +Author: Jo-Philipp Wich +Date: Mon Jun 8 20:20:12 2009 +0000 + + libs/luanet: fix error in base64 decoder, patch from fonosfera + +commit 9b767cf8dfc1c404f0deb0d8eff704b2e6adeb37 +Author: Jo-Philipp Wich +Date: Mon Jun 8 20:00:50 2009 +0000 + + applications: enable related init scripts on opkg install, otherwise users would have to use the shell + +commit c639bda253aa13270f06cf5103200b9b65feee45 +Author: Jo-Philipp Wich +Date: Mon Jun 8 18:36:40 2009 +0000 + + contrib/package/olsrd-luci: fixup md5sum, seems to have changed after olsrd repo was moved to new server + +commit add961da278e8a498fdf5be1419638d3fdcca722 +Author: Jo-Philipp Wich +Date: Sun Jun 7 22:08:59 2009 +0000 + + contrib/package/freifunk-p2pblock: fix default configuration + +commit 64740c12f89db09261f4d8fc01f48317ee025ef7 +Author: Translation System +Date: Sun Jun 7 20:18:45 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 45 of 45 messages translated (0 fuzzy). + +commit a7d6717e67e245a3d493269ba97f2e07ac189b4f +Author: Translation System +Date: Sun Jun 7 20:18:33 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 45 of 45 messages translated (0 fuzzy). + +commit 3f5f0673b2588b95d0abff06eda564c83890c46b +Author: Jo-Philipp Wich +Date: Sun Jun 7 20:09:48 2009 +0000 + + po: add p2pblock strings to freifunk po template + +commit 21857143294373293b059447c6b089474bd5e631 +Author: Jo-Philipp Wich +Date: Sun Jun 7 20:07:51 2009 +0000 + + contrib/package: add package definition for p2pblock + +commit 74fd320885823ababc05c3962dadb96f615c02ed +Author: Jo-Philipp Wich +Date: Sun Jun 7 20:06:23 2009 +0000 + + applications: add luci-p2pblock, frontend for freifunk-p2pblock + +commit 22a9d2ba01f0794f894f7eb0849dfab8915aec1f +Author: Jo-Philipp Wich +Date: Sun Jun 7 20:05:54 2009 +0000 + + contrib/package/freifunk-p2pblock: don't execute start action if init script is disabled + +commit 9594eed525807ad8810ac30481b60a0cebd9a895 +Author: Jo-Philipp Wich +Date: Sun Jun 7 17:57:17 2009 +0000 + + contrib/package: rename config for p2pblock to freifunk_p2pblock + +commit f242ed5aba13e432c16e29b606c2c9a899e5fad2 +Author: Steven Barth +Date: Sun Jun 7 13:51:18 2009 +0000 + + HTTPd: No keep-alive after POST request, because we do not check state + of incoming data + +commit 95aa9593c52ce2c73c3803221819ec8353656d2e +Author: Jo-Philipp Wich +Date: Sun Jun 7 13:44:50 2009 +0000 + + modules/admin-full: filter options column through pcdata() in iptables status page + +commit 2863c0e2ed9904c322fbf0f6c5d3f90ec2fdb030 +Author: Jo-Philipp Wich +Date: Sun Jun 7 13:37:07 2009 +0000 + + modules/admin-full: style fixes for iptables status page, restrict options column to 30% of the table width + +commit a2d8fc3d2f994bff983c08014652fd3aee4d3431 +Author: Jo-Philipp Wich +Date: Sun Jun 7 13:29:17 2009 +0000 + + applications/luci-splash: use RETURN target for count rules + +commit d0a25be29e1a2db4e1364d4808aba19626134ed2 +Author: Steven Barth +Date: Sun Jun 7 13:25:25 2009 +0000 + + Moar Makefile fixes + +commit 8adf9fbd4dc6129a55f8b0b38fc93b7a3213230c +Author: Jo-Philipp Wich +Date: Sun Jun 7 13:18:53 2009 +0000 + + libs/sys: don't convert searched target to uppercase in IptParser, breaks searches for targets referencing custom chains + +commit c4313711b230e48db0a95d5ac7a84af2879cf0bb +Author: Steven Barth +Date: Sun Jun 7 13:09:56 2009 +0000 + + Rename private cyassl build + +commit 1d313c270777db34eeeae103ab3ae16ef636b603 +Author: Jo-Philipp Wich +Date: Sun Jun 7 13:00:26 2009 +0000 + + modules/admin-full: cope with empty targets in iptables status page + +commit 99c213eff8a779463e3dbf695c9b4616a7beca42 +Author: Jo-Philipp Wich +Date: Sun Jun 7 12:48:28 2009 +0000 + + libs/sys: properly parse iptables rules with not target set + +commit f4c6554f4c9cd4998d12a8891c0a43af747993e2 +Author: Steven Barth +Date: Sun Jun 7 12:38:37 2009 +0000 + + Revert "adjust axtls level" + + This reverts commit b123c99304822a1f1502d00df4915e2707940df3. + +commit eb5a7b36abed9c42011237db4bfe932e0b74ae99 +Author: Steven Barth +Date: Sun Jun 7 12:24:30 2009 +0000 + + adjust axtls level + +commit b97eae4b69740e3a765ed201594b9e97d94f3f72 +Author: Steven Barth +Date: Sun Jun 7 12:09:14 2009 +0000 + + better warnings + +commit e458fc8add1370e232d111d90632bc83b20ca80a +Author: Jo-Philipp Wich +Date: Sun Jun 7 11:57:52 2009 +0000 + + modules/freifunk: fix typo in firewall include + +commit d52b0d11f51cfdcfda77d53b8b9e4c697b1a77cc +Author: Jo-Philipp Wich +Date: Sun Jun 7 11:52:24 2009 +0000 + + modules/freifunk: restart p2pblock on firewall restarts if it's enabled + +commit 5ae86ebc3f8ee13ef7c267e2de16fbe6664f8cf0 +Author: Jo-Philipp Wich +Date: Sun Jun 7 11:48:37 2009 +0000 + + contrib/package: add freifunk-p2pblock firewall addon + +commit dc850f5f96b8d09d3be3687e2b4cb2f75f1d7d8d +Author: Steven Barth +Date: Sun Jun 7 11:38:34 2009 +0000 + + Enable key generation + +commit 82729b60f5b9bc4e2d8fd57a32fd51eee1515a63 +Author: Steven Barth +Date: Sun Jun 7 11:38:30 2009 +0000 + + PX5G: no autogeneration + +commit a261caf40b85450df34635cdbd2216e168f81014 +Author: Steven Barth +Date: Sun Jun 7 11:38:23 2009 +0000 + + LuCId: PX5G integration + +commit c766f9750f8d0ff1aa6e40da4df3f3e4faba8eb5 +Author: Steven Barth +Date: Sun Jun 7 11:38:20 2009 +0000 + + LuCId: DER certificate / key support + +commit 0ebce1d6088a3a503ab038fd5ab81357ccabe625 +Author: Steven Barth +Date: Sun Jun 7 10:15:12 2009 +0000 + + nixio: Add support for DER certificates, PX5G fix Certmaster + +commit 4934c979788a7da5a68c6a21b89734e20b5044a5 +Author: Steven Barth +Date: Sat Jun 6 20:50:43 2009 +0000 + + GCC: serious business, srsly + +commit 0bf57f624564bae569dc49d243ad069f802d3127 +Author: Steven Barth +Date: Sat Jun 6 20:34:47 2009 +0000 + + Add PX5G Keymaster + +commit 4d4f8f4d79577d0962e0b76db98d67865b69e6a0 +Author: Steven Barth +Date: Sat Jun 6 20:34:33 2009 +0000 + + nixio: Fix axTLS configuration, prepare px5g integration + +commit 4dbb045c981cdc07800592cda6363a348ab88612 +Author: Jo-Philipp Wich +Date: Sat Jun 6 15:56:21 2009 +0000 + + themes/freifunk-hannover: add missing images + +commit 0d2004141917f65c3a4c7b0bc0e8005d3a47b8c8 +Author: Steven Barth +Date: Sat Jun 6 13:03:31 2009 +0000 + + nixio: Add support for DER keyfiles + +commit c07ab17d59f9f897ce427eaf5910135d03079ece +Author: Steven Barth +Date: Sat Jun 6 10:09:52 2009 +0000 + + nixio: Use correct datatypes for base64 encode + +commit d1b7f94ce07f7741a96e017eb995d9dfcf84c0f3 +Author: Translation System +Date: Sat Jun 6 09:53:02 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 36 of 36 messages translated (0 fuzzy). + +commit fab450cbd81b24b863179f964185ff735cc6fdb2 +Author: Translation System +Date: Sat Jun 6 09:49:59 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 36 of 36 messages translated (0 fuzzy). + +commit 138041057f3b0c44d9343cb5de06cf44ebdf8563 +Author: Jo-Philipp Wich +Date: Sat Jun 6 09:44:59 2009 +0000 + + po: update freifunk.pot with new splash strings + +commit 970dabd1dbbd9f693020a3b434cea1d23d6ec3d4 +Author: Jo-Philipp Wich +Date: Sat Jun 6 09:41:02 2009 +0000 + + applications/luci-splash: merge splash rework to trunk + +commit e684a57a09c8710b026b9b45293b055ad5f5bcce +Author: Jo-Philipp Wich +Date: Fri Jun 5 19:52:48 2009 +0000 + + contrib/package: drop build dependency for libnotimpl, obsoleted by recent uclibc versions + +commit 177477ea96a2cfb0ac5236b8cb634e2780f44614 +Author: Jo-Philipp Wich +Date: Fri Jun 5 17:44:13 2009 +0000 + + modules/freifunk: there's a race-condition between splash and natfix during boot which often prevents proper splash-whitelisting, delay splash-startup by three seconds + +commit 5c9985ba7a9b1bd0a368c2f59f5aaaef855f4161 +Author: Jo-Philipp Wich +Date: Wed Jun 3 22:55:27 2009 +0000 + + contrib/package: drop xrelayd and luaxyssl, obsoleted by polarssl and nixio + +commit 1dcfe0d19a8c47d87b8afbe800abdfb9bdbfed67 +Author: Vasilis Tsiligiannis +Date: Tue Jun 2 21:09:43 2009 +0000 + + [applications] luci-olsr: Fix enable option for interfaces + +commit ae5cc08ac8769118f672720ac76300fe4d2b6765 +Author: Vasilis Tsiligiannis +Date: Tue Jun 2 21:09:38 2009 +0000 + + luci-olsr: Fix Net list netmask parsing + +commit fbc438cf3a665b7ba55d39837a7228dd16deae10 +Author: Vasilis Tsiligiannis +Date: Tue Jun 2 21:09:33 2009 +0000 + + Add diversity option for prism2 cards + +commit 8a3f3e860a7e0595007c344e0fdbbba334d2f404 +Author: Steven Barth +Date: Mon Jun 1 18:30:41 2009 +0000 + + Fix query string detection + +commit 217af86e3560b585524481e6d98b94b6dfe6a7f3 +Author: Jo-Philipp Wich +Date: Mon Jun 1 18:10:37 2009 +0000 + + lucid: fix separation of query string and url in server handler + +commit 6a2bb359fdb3bb6a2a2545f46d70e83d608ca49b +Author: Jo-Philipp Wich +Date: Sat May 30 22:38:46 2009 +0000 + + applications/luci-splash: properly fix mac address detection in mixed IPv4/IPv6 environments (thanks stargieg) + +commit e96429a425d9eb2a2021e77cda0a93a54c064fee +Author: Jo-Philipp Wich +Date: Sat May 30 02:20:36 2009 +0000 + + contrib/package: fix cyassl download location (#69) + +commit 2de56737c7f8975c90a2d84552f10f1014e1ff9f +Author: Jo-Philipp Wich +Date: Sat May 30 01:31:07 2009 +0000 + + applications/luci-ffwizard-leipzig: enable init scripts for olsr and luci_splash if they're selected (required if ff-support was installed as package) + +commit 9679bc26bf6b1d0287623ab1685e0a622cf3621e +Author: Jo-Philipp Wich +Date: Sat May 30 01:20:07 2009 +0000 + + modules/admin-full: purge indexcache after installing or removing packages + +commit 44171fde222868b68a880aec8bb375a1acc0e2fc +Author: Jo-Philipp Wich +Date: Sat May 30 00:44:04 2009 +0000 + + modules/admin-full: fix bridge info on interface status page if multiple bridges are present on the system + +commit 242f8edabf7e314d5403904157af18d1131f6599 +Author: Jo-Philipp Wich +Date: Fri May 29 23:03:15 2009 +0000 + + modules/admin-full: fix cbi dependency of stp flag + +commit 49b494bb64ecb4731bbb02ef47aa4e2925dc1058 +Author: Jo-Philipp Wich +Date: Fri May 29 22:56:23 2009 +0000 + + modules/admin-core: fix typo in network schema + +commit 3490fba80564a87a0a77c05b973088e45e64888d +Author: Jo-Philipp Wich +Date: Fri May 29 22:54:47 2009 +0000 + + modules/admin-core: extend network schema to cover stp option + +commit 147a0ca54b2a0816d06d980e5a4ff1e6af6de69b +Author: Translation System +Date: Fri May 29 22:40:53 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 414 of 414 messages translated (0 fuzzy). + +commit abaec5999baf108543bb873bf5d0a48dc8909799 +Author: Translation System +Date: Fri May 29 22:37:07 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 414 of 414 messages translated (0 fuzzy). + +commit 7cc1874db7b0ecb9d093f89471d2a760c8a68fc9 +Author: Jo-Philipp Wich +Date: Fri May 29 22:32:42 2009 +0000 + + modules/admin-full: add stp option in interface configuration + +commit 341bc48a7e0113dd18136822f24873c2c4f2d165 +Author: Jo-Philipp Wich +Date: Fri May 29 21:22:23 2009 +0000 + + modules/admin-core: extend wireless schema to cover psk mixed mode in encryption enum + +commit 1a33ff8c67a9897de7b7a08de8348b0cab5f8cba +Author: Jo-Philipp Wich +Date: Fri May 29 20:18:32 2009 +0000 + + modules/admin-{mini,full}: rename "mode" to "hwmode" + +commit 601deffafc9e2388f6bf4e78de090d076416e96f +Author: Jo-Philipp Wich +Date: Fri May 29 19:54:18 2009 +0000 + + modules/admin-{mini,full}: fixup wpa-mixed dependencies, make key a password field, fix bssid dependency for broadcom ad-hoc mode in admin-mini + +commit 53e5655810611cf68f58e247f323308313cee1e5 +Author: Translation System +Date: Thu May 28 19:12:47 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 190 of 190 messages translated (0 fuzzy). + +commit d294f134443f2ab59219cf602eca5eeb6d2d59c8 +Author: Steven Barth +Date: Thu May 28 13:50:05 2009 +0000 + + sync lucid + +commit 20d2e99010f067cd45a7bcfa93fe10862882b3a8 +Author: Steven Barth +Date: Thu May 28 13:50:00 2009 +0000 + + nixio: Rework TLS support, added support for CyaSSL + +commit d0bb8964dd9690d7b3ae423c598e95f7fb81ae99 +Author: Translation System +Date: Thu May 28 11:38:35 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 246 of 251 messages translated (2 fuzzy). + +commit f4ccae2f4d66d5db6b1d8db349bfab21d73d0341 +Author: Steven Barth +Date: Thu May 28 08:48:14 2009 +0000 + + Disable checkkey for now: Something is wrong with dropbearkey + +commit 658b3db2da59440ee8fd24cfee5d849a11055261 +Author: Steven Barth +Date: Thu May 28 07:21:22 2009 +0000 + + Würg around some nasty axTLS keying bugs + +commit b3825387988fc9280843028b9a967eb03dd378d3 +Author: Translation System +Date: Thu May 28 00:30:40 2009 +0000 + + Full sync of current translations + +commit 2bd86ec208521b48a79710d4be798a5ac25ebb4e +Author: Jo-Philipp Wich +Date: Thu May 28 00:24:04 2009 +0000 + + libs/web: if current language is a regional dialect, fall back to generic language, then english (e.g. pt_BR -> pt -> en) + +commit f20034cd8251ec676d24365c6d1eb1bcfd440028 +Author: Jo-Philipp Wich +Date: Wed May 27 20:44:20 2009 +0000 + + applications/luci-ffwizard-leipzig: setup olsr hosts file after recreating nameservice config + +commit ec396f390728b5097f5bd4e363406fe71d5491d0 +Author: Steven Barth +Date: Wed May 27 20:16:43 2009 +0000 + + Revert "axtls: change cipher profile" + +commit 1301d50f6231e639648ff36f0152fb803361ebcd +Author: Steven Barth +Date: Wed May 27 20:13:26 2009 +0000 + + axtls: change cipher spec again + +commit 2edb0fd9a86242b85510a8c9ec9d5d62a66b5ddb +Author: Steven Barth +Date: Wed May 27 20:08:41 2009 +0000 + + axtls: change cipher profile + +commit 494fbd16b0224699662364f8664e7296d3f21f64 +Author: Steven Barth +Date: Wed May 27 19:13:19 2009 +0000 + + Disable old SSL handshake + +commit af3748a9e52a3139d3ee22cd291cd66852ed2d8b +Author: Steven Barth +Date: Wed May 27 19:13:10 2009 +0000 + + disable keep-alive for now + +commit 693366bdd8cca7227976b3d3889bb0cf4dcfe9db +Author: Steven Barth +Date: Wed May 27 19:12:58 2009 +0000 + + http/1.1 detection + +commit fa25902656c6deaa1b1d8b8276d2c6cdf5686e5e +Author: Steven Barth +Date: Wed May 27 18:26:07 2009 +0000 + + HTTP-Timeout to 5 seconds + +commit e00ca14463e586425316760f92b53632cf92a336 +Author: Steven Barth +Date: Wed May 27 18:21:29 2009 +0000 + + Fix webroot + +commit 3c8d981618f6f329ddf822ccea1bee661b99a992 +Author: Translation System +Date: Wed May 27 15:45:39 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 43 of 43 messages translated (0 fuzzy). + +commit 58b427f03401a306d3e7117a0aad9cb9a26122e9 +Author: Translation System +Date: Wed May 27 15:42:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 212 of 212 messages translated (0 fuzzy). + +commit 190cb3405edc537eda88adfe3cb5ac12dfc6e060 +Author: Translation System +Date: Wed May 27 15:41:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 176 of 177 messages translated (1 fuzzy). + +commit 06a3956a2ff31943bbd8c989df9033617135f703 +Author: Steven Barth +Date: Wed May 27 13:20:35 2009 +0000 + + LuCId fixes + +commit 632abafabf6a1f3011fffd9cff9f5b65258ec1d2 +Author: Jo-Philipp Wich +Date: Wed May 27 08:59:02 2009 +0000 + + modules/admin-{mini,full}: sort by keys in language selection + +commit f8771c17dca6e9a357581595ade7dae0dc543cb9 +Author: Jo-Philipp Wich +Date: Wed May 27 08:35:37 2009 +0000 + + add language packages for portuguese and catalan + +commit f9a9e8ef89c6274db6e826c2392bb822312b216f +Author: Translation System +Date: Wed May 27 06:12:11 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit 50871d19bc29608a63c460ed6288edcc1e98d06a +Author: Translation System +Date: Wed May 27 06:12:09 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit a85dac1dd42d41b8892c3f84dda07a67a66dd03c +Author: Translation System +Date: Wed May 27 06:12:07 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 08bf6193582dbe0e08c3af1e1fb83728d9aed83f +Author: Translation System +Date: Wed May 27 06:12:05 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit d723504e8da0c1700238c74af332479aba8d0949 +Author: Translation System +Date: Wed May 27 06:12:03 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). + +commit 92b6f01a63511ec6013c00311c4e8ca031389679 +Author: Translation System +Date: Wed May 27 06:09:22 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 88a352141ce60b883852ee5404a20779e956c4c8 +Author: Translation System +Date: Wed May 27 06:09:19 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 69 of 69 messages translated (0 fuzzy). + +commit 7ae024960b3535310a5c8ec6dc13d1c32b5c27bd +Author: Translation System +Date: Wed May 27 06:09:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 18 of 18 messages translated (0 fuzzy). + +commit ae70062c7fc391fe20a3c30906c8de3daf751a9a +Author: Translation System +Date: Tue May 26 22:46:41 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 9 messages translated (0 fuzzy). + +commit 046f2fd56e829f141b6ffbbbb49651f80bd11bce +Author: Translation System +Date: Tue May 26 22:45:25 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit a14fbf280540739a7f5f199f207775bbf5087d92 +Author: Translation System +Date: Tue May 26 22:43:13 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit 76c842871f0889806132b696d642d852ae5513eb +Author: Translation System +Date: Tue May 26 22:33:05 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit b7d0d318343c45ab89e7195e9d34b5a649ca9417 +Author: Translation System +Date: Tue May 26 22:29:01 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 188 of 190 messages translated (2 fuzzy). + +commit a464067bd5e67a3199d12e6bebfbf69a74550c9e +Author: Translation System +Date: Tue May 26 22:28:22 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 5 of 5 messages translated (0 fuzzy). + +commit 8bd89e54c8a65ec453c71a8ee55b6ca6aefd4181 +Author: Translation System +Date: Tue May 26 22:03:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit 2a29b405c352fa868029578e72a9adbae796d68d +Author: Translation System +Date: Tue May 26 22:03:51 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 121d97475ce933d09b773b13400e2b2db5e12fde +Author: Translation System +Date: Tue May 26 22:03:48 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 117 of 190 messages translated (0 fuzzy). + +commit 856fd24bc06b0dce4660b5c13b39df247bc8893e +Author: Translation System +Date: Tue May 26 22:03:45 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 4 messages translated (0 fuzzy). + +commit ece07eac67cf153052869cae57c17511c1ed08e6 +Author: Translation System +Date: Tue May 26 22:03:42 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 127 of 128 messages translated (1 fuzzy). + +commit cbad47a0f8571aa5de7781ffe7686a925fb5c319 +Author: Translation System +Date: Tue May 26 22:03:39 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 5 messages translated (0 fuzzy). + +commit 132c1f4f515c19b663dd87cf99a9d00fe711492a +Author: Translation System +Date: Tue May 26 22:03:36 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 0e8b884cfdc8191369b97a3e4ad256421001ddcf +Author: Translation System +Date: Tue May 26 22:03:34 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 21 of 21 messages translated (0 fuzzy). + +commit 49698871d0266148faee1f1c424f8eccb2b33b86 +Author: Translation System +Date: Tue May 26 22:03:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit 07caf9d1248eed0ad9d5e2970337c3c0d6cee3bb +Author: Translation System +Date: Tue May 26 22:03:29 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit a5e9a2d3dd76ffe30d512874fab7eed5b14498a0 +Author: Translation System +Date: Tue May 26 22:03:26 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 64244a4f9e1ced9195653ddc07d13ca76695dd84 +Author: Translation System +Date: Tue May 26 22:03:24 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 117 of 251 messages translated (11 fuzzy). + +commit e03ca43ac9dd99c7b9823862d0dd99656491135f +Author: Translation System +Date: Tue May 26 22:03:20 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 407 of 412 messages translated (5 fuzzy). + +commit e79a2f7216c7be0f1aa12cbbeca2732b3587b094 +Author: Steven Barth +Date: Tue May 26 18:33:38 2009 +0000 + + whitespace + +commit 76457655ef5f098420af793740f03f6e2bdc80a0 +Author: Jo-Philipp Wich +Date: Tue May 26 18:30:00 2009 +0000 + + modules/freifunk: fix wrong call to translate in controller + +commit 9fd4e54cbbdbfb005fe798902e7a0cd7a612c830 +Author: Steven Barth +Date: Tue May 26 17:50:26 2009 +0000 + + temporary fixup + +commit 9cd14dbc5005f8241161b8f3f8ffcb4f0752a8ab +Author: Steven Barth +Date: Tue May 26 17:44:38 2009 +0000 + + lucid init + +commit 73eae62580d4f78ade009415ba6533f502f29e5e +Author: Steven Barth +Date: Tue May 26 17:44:27 2009 +0000 + + Fix redirector + +commit f7deae100d6d36c1e8d6fef17316ca03aaf7214c +Author: Steven Barth +Date: Tue May 26 17:44:02 2009 +0000 + + LuCId + +commit de9849b2d9c2ef6779a869edb382e2cdb48474ba +Author: Translation System +Date: Tue May 26 17:19:16 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 412 of 412 messages translated (0 fuzzy). + +commit 22ba017d254733b38e3f0d3dc4ae6c1a21211a28 +Author: Translation System +Date: Tue May 26 17:01:40 2009 +0000 + + Sync portuguese + +commit 5cc669bafab3ffaae5c782b8230321431cd71fb4 +Author: Translation System +Date: Tue May 26 16:44:19 2009 +0000 + + Prepare chinese, spanish and polish + +commit e3e5aecce569f6fe41554f9609f459ea3ec1b7a1 +Author: Translation System +Date: Tue May 26 16:41:48 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 171 of 412 messages translated (0 fuzzy). + +commit 0fc8c5966a6110b295c38ef4735494b21551df57 +Author: Translation System +Date: Tue May 26 16:41:17 2009 +0000 + + Prepare catalan + +commit 0f04128625bc03b50347b40a518087cb0ee1a1dc +Author: Translation System +Date: Tue May 26 16:31:23 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 18 of 19 messages translated (1 fuzzy). + +commit 5f1da2536d9f53293469a94ff23735724f9d2136 +Author: Translation System +Date: Tue May 26 16:31:03 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 118 of 128 messages translated (10 fuzzy). + +commit eb87a316b7b0a74e828ef0b37682648ca85ab2c4 +Author: Translation System +Date: Tue May 26 15:40:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 190 messages translated (0 fuzzy). + +commit 1447b9b0c2c673ac1da5fd0ec90b48847b91c006 +Author: Translation System +Date: Tue May 26 15:40:33 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). + +commit 074235934686e41ba0a5ac043ec019453814aef0 +Author: Translation System +Date: Tue May 26 15:40:26 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 5df32eda620cb046c4a5e7c6c3aa4985c989d48b +Author: Translation System +Date: Tue May 26 15:40:24 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 43 messages translated (0 fuzzy). + +commit 5815bca1ddb2f39dd050b978ad663ac24486ce94 +Author: Translation System +Date: Tue May 26 15:40:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit b39f5b804234bff51edc138234da336d25631117 +Author: Translation System +Date: Tue May 26 15:40:17 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). + +commit f66847a327962a18c251dc605ef8fe4efc076765 +Author: Translation System +Date: Tue May 26 15:40:15 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 212 of 212 messages translated (0 fuzzy). + +commit cdcafed7000192495c4f23ca3705bd27b68869de +Author: Translation System +Date: Tue May 26 15:40:12 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 55a8b2b610e56eb5d32fbb849d834d520a711697 +Author: Translation System +Date: Tue May 26 15:40:10 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 39 of 39 messages translated (0 fuzzy). + +commit dcf6d03ebb1298fcaa59ecc2f2d560e32c61cdb5 +Author: Translation System +Date: Tue May 26 15:40:08 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 37 of 39 messages translated (0 fuzzy). + +commit cdb6f8e09c9e4914317e930b9b0374b14fbd6172 +Author: Translation System +Date: Tue May 26 15:40:04 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 69 of 69 messages translated (0 fuzzy). + +commit e37692ee4a604723ee9f0cf61f4b96b1adb4810c +Author: Translation System +Date: Tue May 26 15:40:02 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit c8d2c85dac9936341a882ab14f5b290089c95096 +Author: Translation System +Date: Tue May 26 15:39:59 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit e9ac75f6394ef7ce6990038d4f69ca433a0bd86d +Author: Translation System +Date: Tue May 26 15:39:57 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit b14a11f76203221e28efae283a1f4a0eec871bed +Author: Translation System +Date: Tue May 26 15:39:55 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 4 messages translated (0 fuzzy). + +commit 692a6644db0d31317dc797ce983abd25ecbc8ca5 +Author: Translation System +Date: Tue May 26 15:39:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). + +commit 4e8303e8516a575892c56159cee69164e8fa5ecc +Author: Translation System +Date: Tue May 26 15:39:51 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 9 messages translated (0 fuzzy). + +commit 668ee0206b231c9781b7d5e6d28460c11d2930fc +Author: Translation System +Date: Tue May 26 15:39:49 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). + +commit 337b285e4faebda36f6c7d9b37c3979ece196879 +Author: Translation System +Date: Tue May 26 15:39:47 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 7 of 7 messages translated (0 fuzzy). + +commit 659660bccad325f490c359992b5dadc9fd7089cf +Author: Translation System +Date: Tue May 26 15:39:45 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 21 of 21 messages translated (0 fuzzy). + +commit bef388067ab27bf6803a1174082ea1be228ab466 +Author: Translation System +Date: Tue May 26 15:39:43 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit 519f6d45da34f8200ce3a560d1c734c987b593cf +Author: Translation System +Date: Tue May 26 15:39:41 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 5e2021227bce9153ba078dd29af6802931614b7e +Author: Translation System +Date: Tue May 26 15:39:39 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 177 messages translated (0 fuzzy). + +commit e3bf91a3d2c321d460fe59afcdba67c51a2c621c +Author: Translation System +Date: Tue May 26 15:39:37 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit d3030e7c2012da9f8087b82bd10fb75f947486c8 +Author: Translation System +Date: Tue May 26 15:39:35 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 251 messages translated (0 fuzzy). + +commit 82b6810cb4f82e214c67acecb39df4739f82a294 +Author: Translation System +Date: Tue May 26 15:39:32 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 382 of 412 messages translated (30 fuzzy). + +commit e2193405ad81f8123d74921d143cd87bf65eebea +Author: Jo-Philipp Wich +Date: Mon May 25 14:09:49 2009 +0000 + + contrib/package/olsrd-luci: bump pkg revision + +commit 7ae3fc5478312e6213d33b6300626eeb8cde9a5f +Author: Jo-Philipp Wich +Date: Mon May 25 13:53:31 2009 +0000 + + modules/freifunk: add map + +commit d70ff10fd6b7606e3c6b76ea3f407a4391cec9ab +Author: Jo-Philipp Wich +Date: Mon May 25 12:12:47 2009 +0000 + + modules/freifunk: add missing quote in init script + +commit d2ce28a71edaafc540d12c9ccc648e4442fc82c2 +Author: Steven Barth +Date: Mon May 25 10:31:16 2009 +0000 + + Fix non-HEAD HTTP-Responses + +commit 4209a47b6e48030fd37b006146c5a0e0dc922ad3 +Author: Steven Barth +Date: Mon May 25 10:31:12 2009 +0000 + + Extend CBI Delegators, fix some CBI issue + +commit e9e22aca73d27410572871ae2870c41b96b11a8a +Author: Steven Barth +Date: Mon May 25 10:31:08 2009 +0000 + + Fix: Mountpoints cannot be disabled + +commit 282e08a0c796d0b1ab66dc335f833d02f83ee10c +Author: Steven Barth +Date: Mon May 25 10:31:02 2009 +0000 + + Fix LuCI-Frickel-Splashd + +commit b910def5ac4b5e248057d6bb2a8ab191b2402054 +Author: Jo-Philipp Wich +Date: Sun May 24 20:11:41 2009 +0000 + + contrib/package/olsrd-luci: re-add nameservice plugin functionalities, refresh patches + +commit 6ca3b275fc9bd83ccc9a4decf6d04d819f0efcf9 +Author: Jo-Philipp Wich +Date: Sun May 24 19:28:04 2009 +0000 + + modules/freifunk: implement map update for GlobalMap + applications/luci-ffwizard-leipzig: add lat and lon fields + +commit ee690abb0f482f0fd3f0b744f98b05699c08c8e4 +Author: Steven Barth +Date: Sun May 24 17:17:53 2009 +0000 + + CBI Delegators (Wizards) + Example CBI-Map: + + d = Delegator() + d.allow_back = true -- Back-button + d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1 + d:add("step2", load("mywizard/form2")) + + return d + +commit d41f3de31eaa92c9ff536adfbe31202c230bc098 +Author: Jo-Philipp Wich +Date: Sun May 24 15:23:05 2009 +0000 + + modules/admin-core: fix wireless uci schema + +commit 1ff74a66f66ff7908b52a782d41c04c568e436ca +Author: Jo-Philipp Wich +Date: Sun May 24 13:59:42 2009 +0000 + + themes: add freifunk hannover theme + +commit e7f9911ba21231899788759f9332b4b9937dffde +Author: Jo-Philipp Wich +Date: Sun May 24 01:10:13 2009 +0000 + + contrib/package/olsrd-luci: bump to hg rev 54e88033741d and enable mintcvtime workarounds + +commit 7008dd1902013c252c81085e3645c8f43e96edab +Author: Translation System +Date: Sat May 23 21:58:07 2009 +0000 + + Commit from LuCI Translation Portal by user stargieg. 273 of 412 messages translated (46 fuzzy). + +commit 8c4f847ea5b95aaf0e716beaf736b4e2b67655ae +Author: Steven Barth +Date: Sat May 23 17:21:36 2009 +0000 + + GSoC Commit #1: LuCId + HTTP-Server + +commit 0ad58e38b42dca2f46bc492b7f889b5031a9c6a1 +Author: Translation System +Date: Sat May 23 17:18:43 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 4 of 251 messages translated (12 fuzzy). + +commit 8be5f6f3b7f62e05cbb16412c9a6096c5620a253 +Author: Jo-Philipp Wich +Date: Sat May 23 14:55:38 2009 +0000 + + po: add portuguese (forked from portuguese-brazilian) + +commit faaf4e925cc6fa0c15125d7628fa8e36822e1a71 +Author: Jo-Philipp Wich +Date: Sat May 23 01:59:09 2009 +0000 + + modules/admin-full: fix madwifi turbo modes + +commit 7590cd25f4bdc1c54088dadab973037c96f3b4d3 +Author: Jo-Philipp Wich +Date: Thu May 21 21:33:24 2009 +0000 + + - Add support for hostap driver + - Retrieve channels from all available wireless interfaces + - Add channel "auto" to channel list + + Thanks Vasilis Tsiligiannis + +commit b2994995af60a64f1d16bec4f22b95df7cb05259 +Author: Translation System +Date: Thu May 21 17:45:47 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 409 of 412 messages translated (3 fuzzy). + +commit 0ad6b0668d195687c991d097149f1b28fae60c81 +Author: Translation System +Date: Thu May 21 17:33:14 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 39 of 39 messages translated (0 fuzzy). + +commit ce74c78c1ca26e6fde136c11847fe527c4a5e6ca +Author: Translation System +Date: Thu May 21 17:33:07 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 212 of 212 messages translated (0 fuzzy). + +commit 1c45d3d559ae6937d3378e1d638c86eb39ff9126 +Author: Translation System +Date: Thu May 21 17:32:51 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 69 of 69 messages translated (0 fuzzy). + +commit 3e5b3eeeef6c0db8bf8d4455a27038a50803471e +Author: Translation System +Date: Thu May 21 16:02:53 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 92 of 190 messages translated (98 fuzzy). + +commit 17c56fffbfb13364948834ed1952d4f66df02a76 +Author: Translation System +Date: Thu May 21 15:30:49 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 80 of 190 messages translated (89 fuzzy). + +commit fb4b858769d1db3cb2ba828d601e41f2ff62166b +Author: Translation System +Date: Thu May 21 03:59:38 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 80 of 190 messages translated (87 fuzzy). + +commit 7ddbf9f0f3e6fb8493f3c06286354985254065b3 +Author: Jo-Philipp Wich +Date: Tue May 19 17:55:24 2009 +0000 + + po/de/openvpn.po: remove bad entry + +commit e67d515c3e09c9f7a89df68273e4c79cd87baf89 +Author: Jo-Philipp Wich +Date: Tue May 19 17:54:31 2009 +0000 + + po: remove duplicate strings from olsr.po files + +commit 1a7b4fa5102c590568a29f7f16c9515177821c1f +Author: Translation System +Date: Tue May 19 17:51:03 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 17 of 19 messages translated (2 fuzzy). + +commit ce854f1e4094c56d290ff86fadaee28d8df0af0e +Author: Translation System +Date: Tue May 19 17:49:12 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 18 of 19 messages translated (1 fuzzy). + +commit b189101512786ec6f6664c19e260afaa4c2f9482 +Author: Translation System +Date: Tue May 19 17:48:44 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 18 of 19 messages translated (1 fuzzy). + +commit bcbaad34e1e9ab77f18786179a8a8124b327bb47 +Author: Jo-Philipp Wich +Date: Tue May 19 17:32:27 2009 +0000 + + build/i18n-update.pl: disable fuzzy maching for po updates, does not work well with our key format + +commit 4d7042045a5df17ca8bc1f2c42b31a0e945ad60c +Author: Jo-Philipp Wich +Date: Tue May 19 17:27:36 2009 +0000 + + po: update qos translations + +commit 1f3666f7225eb33d932a7ae067dbca05e57ad9ca +Author: Jo-Philipp Wich +Date: Tue May 19 17:21:07 2009 +0000 + + build: add i18n-update.pl to refresh *.po files from *.pot templates + +commit 79b473f5d5cac0fd6ee711ae1faab2142b91616a +Author: Jo-Philipp Wich +Date: Tue May 19 16:59:51 2009 +0000 + + po/templates/qos.pot: add missing string from r4540 + +commit e6fda55583f8a5abca3319bd7d9efec3df4e4ae3 +Author: Translation System +Date: Tue May 19 14:54:58 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 399 of 412 messages translated (13 fuzzy). + +commit 3764ecfea4f21fb15b137c9c61f7d7c515c95596 +Author: Jo-Philipp Wich +Date: Tue May 19 14:40:30 2009 +0000 + + po/fr: normalize html entities + +commit ad07ac7723dc85b86022da3becd9d14943a7467d +Author: Translation System +Date: Tue May 19 14:16:23 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 399 of 412 messages translated (13 fuzzy). + +commit 538b60e8ce2760a667968f39b0d743eaa5d78c3b +Author: Translation System +Date: Tue May 19 13:40:08 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 43 messages translated (19 fuzzy). + +commit 09667c55a4f7a1f5becb5a4231110cf731dd566a +Author: Translation System +Date: Tue May 19 13:31:14 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 9 of 43 messages translated (19 fuzzy). + +commit 4274b69a125dfbb49aff57920bd8d5511e8219f7 +Author: Jo-Philipp Wich +Date: Tue May 19 02:50:52 2009 +0000 + + build: also prepare i18n directories + +commit de7842fdd3beaa694cc0cba2275962ab11f1e07b +Author: Jo-Philipp Wich +Date: Tue May 19 02:41:14 2009 +0000 + + build: add variable to restrict po language and use it for the core i18n packages + +commit ce6aec0a91e65b16cf42d9f908e06b63d91be931 +Author: Jo-Philipp Wich +Date: Tue May 19 02:35:25 2009 +0000 + + i18n: remove obsolete lua i18n files + +commit 7bf803250be75dac62c6e048fa675c93c9093b9a +Author: Jo-Philipp Wich +Date: Tue May 19 02:18:28 2009 +0000 + + build: integrate po files in the build system + +commit 2d0ead91d7e4a6ccdbf3029baf3aca66a7729b9b +Author: Translation System +Date: Tue May 19 01:19:14 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 38 of 39 messages translated (1 fuzzy). + +commit 6b40eb60490094781cf29d6b5bfa13c89ec63ce4 +Author: Translation System +Date: Tue May 19 01:19:07 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 21 of 21 messages translated (0 fuzzy). + +commit f375a2435ca89a4fc407431494609e9e469b92f5 +Author: Translation System +Date: Tue May 19 01:19:00 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 104 of 104 messages translated (0 fuzzy). + +commit 93e5ac5864b4e4d543d47e249424dbda2be4b134 +Author: Translation System +Date: Tue May 19 01:18:53 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). + +commit 4fd98dc8b5196b69db5c72c3deaa9130b258f237 +Author: Translation System +Date: Tue May 19 01:18:50 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 177 messages translated (0 fuzzy). + +commit af6004c0f6a46105f42c6ffcc5b6b53ea99f401e +Author: Translation System +Date: Tue May 19 01:11:34 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). + +commit 817bfafb2bbde38050a966d95b7c0f07a4fe300d +Author: Translation System +Date: Tue May 19 01:11:26 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 0 of 251 messages translated (0 fuzzy). + +commit 2e247ac597ec91728c6e4e5fcdba391c1d495ccb +Author: Translation System +Date: Tue May 19 01:11:21 2009 +0000 + + Commit from LuCI Translation Portal by user keksdosenmann. 379 of 412 messages translated (12 fuzzy). + +commit 094613bac41bee91836ce7c7ce946cb76ad1db01 +Author: Jo-Philipp Wich +Date: Tue May 19 00:41:25 2009 +0000 + + po/pt_BR/rrdtool.po: convert to utf8 + +commit 07746c43f8a86d23e5671b1030a6c39cfccf4718 +Author: Jo-Philipp Wich +Date: Tue May 19 00:38:51 2009 +0000 + + po: clean up templates, strip non-ascii chars + +commit 7d4709fc3a1ef04d9a6ad69b98e7e39fd68f0a91 +Author: Translation System +Date: Mon May 18 23:09:11 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 17 of 17 messages translated (0 fuzzy). + +commit ac0218aa5dc981bf315bf58240c0f92482584514 +Author: Translation System +Date: Mon May 18 22:56:17 2009 +0000 + + Commit from LuCI Translation Portal by user jow. 13 of 190 messages translated (0 fuzzy). + +commit b2dd5c0742cee63c43f9cac0297dada5e9339caf +Author: Jo-Philipp Wich +Date: Mon May 18 21:21:56 2009 +0000 + + po: rename pt-br to pt_BR + +commit dcdc7c294c3a889b51ef28f26b3f6e070ca3a3ed +Author: Jo-Philipp Wich +Date: Mon May 18 21:11:17 2009 +0000 + + po/de/rrdtool.po: convert to utf-8 + +commit 1f8ea5acc172fe0bb6b16703d04eefc3f11a5a40 +Author: Jo-Philipp Wich +Date: Mon May 18 20:58:39 2009 +0000 + + po: remove english substitutes, required to see real translation progress + +commit 705f06ef0eb281212780951f82bb90a127eb88ca +Author: Jo-Philipp Wich +Date: Mon May 18 20:54:32 2009 +0000 + + build: revert r4542 + +commit 3f3fd8bfe37faa113c88e4a8eba145141dcc2aef +Author: Jo-Philipp Wich +Date: Mon May 18 20:31:06 2009 +0000 + + trunk: add po files, generated from current translations + +commit cc6b30f8b5210ba3ede437f48a6c72187b97b929 +Author: Jo-Philipp Wich +Date: Mon May 18 20:29:33 2009 +0000 + + build: substitute missing i18n entries with english strings to ease translation + +commit 8a0dd339fbc4b2bcc96cc6f5081d428dc30519f8 +Author: Jo-Philipp Wich +Date: Mon May 18 20:26:35 2009 +0000 + + build: change i18n-lua2po.pl to produce a suitable directory layout + +commit e4d13b45ee6e5005f8e03e2be7415f28b10a64cc +Author: Jo-Philipp Wich +Date: Mon May 18 16:16:18 2009 +0000 + + [PATCH] Add halfduplex option for qos-scripts + Signed-off-by: Vasilis Tsiligiannis + +commit 7df655af2adc2c04554e60bc8a181ccc831919e4 +Author: Jo-Philipp Wich +Date: Sun May 17 20:00:02 2009 +0000 + + build: remove debugging code from i18n-scan.pl + +commit 5193631c04142200494761440eda67514c11d649 +Author: Jo-Philipp Wich +Date: Sun May 17 19:39:32 2009 +0000 + + build: add script to extract i18n tags from sources and generate *.po snippets + +commit 62fade570951964115136f2cd47487633cd529be +Author: Jo-Philipp Wich +Date: Sun May 17 01:56:15 2009 +0000 + + libs/core: make sure that bitlib is loaded, fixes some sdk problems + +commit 112d053284baf321a8529690f6483709ae6f4acb +Author: Jo-Philipp Wich +Date: Sun May 17 01:51:59 2009 +0000 + + modules/admin-full: add sanity checks to interface status page + +commit 6a9d7ac70c824b18aecdbf858e07612e066e094e +Author: Jo-Philipp Wich +Date: Sat May 16 17:59:30 2009 +0000 + + contrib/package/freifunk-watchdog: reset hysteresis counter if test condition is normal + +commit dc4b478e7b96b2bc0435643e95472a9004274e50 +Author: Jo-Philipp Wich +Date: Sat May 16 17:30:01 2009 +0000 + + contrib/package/freifunk-watchdog: nuke cronjob if wd is disabled and stop is invoked + +commit 07b6a704c4e121d603307bcf5d036651e23d3532 +Author: Jo-Philipp Wich +Date: Sat May 16 17:19:06 2009 +0000 + + merge r4529 to trunk + +commit 82b15b30abd1ed278550bdeb38168462d0b91674 +Author: Jo-Philipp Wich +Date: Fri May 15 14:24:22 2009 +0000 + + modules/freifunk: duplicate olsr watchdog interval + +commit 8de14bbfbf6070899849226d85b8a9bc1dee449e +Author: Jo-Philipp Wich +Date: Thu May 14 21:19:05 2009 +0000 + + build: make po target depend on host target + +commit 4fbecc4874340a2e844a2deecdc49ea2cfa1f620 +Author: Jo-Philipp Wich +Date: Thu May 14 21:10:40 2009 +0000 + + build: add "po" target to Makefile + +commit 6948b6bc70456ab137463dc1b8520e6abc9480e3 +Author: Jo-Philipp Wich +Date: Thu May 14 20:52:18 2009 +0000 + + build: add script for po to lua conversation + +commit 35e9998ec7fa1a0dd657b81ef8a93aec2433b02b +Author: Jo-Philipp Wich +Date: Thu May 14 20:16:00 2009 +0000 + + build/i18n-lua2po.pl: generate *.pot files if target language is unspecified, don't substitute undefined msg strings with english + +commit 6202881b5663f23095a3fed2f531899cdae4df53 +Author: Jo-Philipp Wich +Date: Thu May 14 19:44:04 2009 +0000 + + build: add lua-po conversation script + +commit 3de89c4f9f9ac46dc79f415aa01436ebf9a9b81c +Author: Jo-Philipp Wich +Date: Wed May 13 23:46:56 2009 +0000 + + modules/admin-full: + - move routes and conntrack info to status menu + - move static routes to own 2nd level menu point + - fix i18n in upgrade page + +commit f2e4a6665b257fbcdfd3d7fef0f00a28590738c8 +Author: Jo-Philipp Wich +Date: Wed May 13 18:50:12 2009 +0000 + + libs/sys: fix checking for empty table + +commit 4856c1ea23d96f74b28921245e673ad6b95ab662 +Author: Jo-Philipp Wich +Date: Wed May 13 18:45:13 2009 +0000 + + libs/sys: fix typo in last commit + +commit 98996e380a7301ec5127de83e047d0bf8cf3df43 +Author: Jo-Philipp Wich +Date: Wed May 13 18:42:53 2009 +0000 + + libs/sys: implement luci.sys.wifi.channels() + modules/admin-full: only display available channels + +commit 750a6910ed31451b88f8958c3982113d22c9de79 +Author: Jo-Philipp Wich +Date: Wed May 13 10:10:30 2009 +0000 + + applications/luci-splash: fix crontab setup at boot time + +commit 81a3c7b2d2c5260eebf386585cde2281553b6ba4 +Author: Jo-Philipp Wich +Date: Wed May 13 00:44:27 2009 +0000 + + contrib/package/freifunk-watchdog: add sysupgrade hook to terminate ffwatchd before system upgrade + +commit 2399dafe57885b88f3daa37c5ab2e5a6fbe19ccb +Author: Jo-Philipp Wich +Date: Wed May 13 00:19:03 2009 +0000 + + contrib/package/freifunk-watchdog: workaround CONFIG_WATCHDOG_NOWAYOUT, trap signals + +commit 89afc3a1d5b86c064e7da32c542d931cb73eca2b +Author: Jo-Philipp Wich +Date: Tue May 12 22:16:24 2009 +0000 + + contrib/package/freifunk-watchdog: + - poll /dev/watchdog if available + - also monitor dropbear + +commit 153d28729894409f19c2455df9ea158ddd1815cd +Author: Jo-Philipp Wich +Date: Sat May 9 22:20:58 2009 +0000 + + contrib/package: make luci-app-splash depend on iptables-mod-nat-extra + +commit f3c9a529cd719b7bd9d9a3ba8da894c7d0cd1393 +Author: Jo-Philipp Wich +Date: Sat May 9 21:27:58 2009 +0000 + + modules/freifunk: increase default txpower to 15dbm + +commit 90ed6c4c96d0f36d06e869a8b258634211f3e795 +Author: Jo-Philipp Wich +Date: Sat May 9 19:58:49 2009 +0000 + + i18n: sync greek translation + +commit f1e6f9647ac308f9ba0ba4b2dacd7438c20cb5d3 +Author: Jo-Philipp Wich +Date: Sat May 9 18:21:32 2009 +0000 + + modules/admin-mini: merge last commit + +commit aac40a4dfa36c7f8204d39a26bf8d32cdca0f5ab +Author: Jo-Philipp Wich +Date: Sat May 9 18:18:22 2009 +0000 + + modules/admin-full: determine storage space from /proc/partitions if there's no /proc/mtd + +commit 64600a27ee42298c44867e9af67ac69797e7b5e1 +Author: Jo-Philipp Wich +Date: Sat May 9 17:55:24 2009 +0000 + + libs/luanet: add wifi channel enumeration + +commit 011a89028cb83544d2224359f5a20543cf39e4d0 +Author: Jo-Philipp Wich +Date: Sat May 9 16:23:39 2009 +0000 + + contrib/package: unmask openvpn app, is not broken anymore + +commit 512dee5264db22969e81566ff7d17d4363df4511 +Author: Jo-Philipp Wich +Date: Sat May 9 16:20:54 2009 +0000 + + contrib/package: make watchdog dependency conditional + +commit f9228e93e5eb8c76555f9a1875d1c7d3f4638d73 +Author: Jo-Philipp Wich +Date: Sat May 9 16:19:09 2009 +0000 + + contrib/package: make freifunk-community depend on freifunk-watchdog + +commit 604cd8de6658e17cdb2830bc49697940875117ee +Author: Jo-Philipp Wich +Date: Sat May 9 15:46:06 2009 +0000 + + applications/luci-ffwizard-leipzig: set crond less verbose + +commit 95814fcd1af5061071a96305f28f43f537911290 +Author: Jo-Philipp Wich +Date: Sat May 9 15:28:37 2009 +0000 + + contrib/package/freifunk-watchdog: better handle checking for uci updates + +commit b385476f7ed531532acc9fe356dad18988db8109 +Author: Jo-Philipp Wich +Date: Sat May 9 04:02:19 2009 +0000 + + themes/freifunk: update layout + +commit 9136ac1fcf5696df0a680107ed260919eb6ff01a +Author: Jo-Philipp Wich +Date: Sat May 9 03:23:42 2009 +0000 + + modules/admin-mini: merge new upgrade pages + +commit 510292bedffeccc6066bc9a58e0e7e5eaa3ca506 +Author: Jo-Philipp Wich +Date: Sat May 9 03:18:23 2009 +0000 + + i18n: bump translations for upgrade pages + +commit b75a258aecab4f863446e078b10f10ad4ddbfcab +Author: Jo-Philipp Wich +Date: Sat May 9 02:46:39 2009 +0000 + + build: add script to extract i18n tags from templates + +commit fd31bb2fcc2f0ee8d2b2684756443e17be3d4a38 +Author: Jo-Philipp Wich +Date: Sat May 9 02:26:13 2009 +0000 + + modules/admin-full: fixes for upgrade pages: + - do not show a size warning if media size is unknown + - handle unsupported platforms gracefully + - i18n tag cleanup + +commit 2fabf92cf03cde1290705c2b0041349fa3bbb827 +Author: Jo-Philipp Wich +Date: Sat May 9 02:06:33 2009 +0000 + + modules/admin-full: rewrite firmware upgrade pages + +commit abbcf0789630cc3019b9113e60141545ad1267eb +Author: Jo-Philipp Wich +Date: Sat May 9 02:05:48 2009 +0000 + + modules/admin-core: enable verbose output in luci-flash + +commit d99ce2f89a26bc3565013a92a0f1b285fa7dfdd9 +Author: Jo-Philipp Wich +Date: Thu May 7 17:23:25 2009 +0000 + + contrib/package/olsrd-luci: disable icmp redirects on startup and re-enable on stop + +commit 8cebaa45d6cd56347d18ab7c18fe6d6cf0040d0b +Author: Jo-Philipp Wich +Date: Thu May 7 14:20:09 2009 +0000 + + [PATCH] Don't try to pivot to new ramfs if already running on one + This patch allows the luci-flash script to continue with the upgrade if + openwrt is already running on a ramfs. This allows the use of luci-flash + as an _installer_ when running from an iso image. A user could boot the + system from a bootable cd and write an image to the hard disk or CF from + the Flash Firmware page. + + Signed-off-by: Vasilis Tsiligiannis + +commit e4d0d97fbbbe578a9d1d4524ccc61949b98305b0 +Author: Jo-Philipp Wich +Date: Thu May 7 14:18:43 2009 +0000 + + [PATCH] Add regdomain, country and outdoor options for madwifi + Signed-off-by: Vasilis Tsiligiannis + +commit 00f1c31b8bd70585b9954aaa41ce6f6b46e543bd +Author: Jo-Philipp Wich +Date: Thu May 7 14:17:58 2009 +0000 + + [PATCH] Change fast frames option from value to flag type + Signed-off-by: Vasilis Tsiligiannis + +commit f48b4a3744c5b084a7009c1635f7b4315de22f6c +Author: Jo-Philipp Wich +Date: Wed May 6 18:24:03 2009 +0000 + + contrib/package/freifunk-watchdog: fixup build and package dependencies, fix hysteresis counter if both bssid and channel are wrong + +commit 09f9c54357f61586cbded4feaf90be8ac9df8726 +Author: Jo-Philipp Wich +Date: Tue May 5 19:59:03 2009 +0000 + + themes/fledermaus: get rid of wobbly descriptions + +commit 34f8367c780bb3b9135e9882df6d1a180742aad4 +Author: Jo-Philipp Wich +Date: Mon May 4 20:02:47 2009 +0000 + + contrib/package: introduce hysteresis in watchdog + +commit 970fe52726932081b11c4c19276d0bf3222b0f70 +Author: Jo-Philipp Wich +Date: Mon May 4 17:21:46 2009 +0000 + + contrib/package: fix running check + +commit 214511aafc65d340174c93703efd1e158b076be1 +Author: Jo-Philipp Wich +Date: Mon May 4 16:54:45 2009 +0000 + + contrib/package: add freifunk watchdog daemon + +commit d9fd5a4c9e422f038260e645b227c416a2edf350 +Author: Jo-Philipp Wich +Date: Sun May 3 18:14:37 2009 +0000 + + applications/olsrd-luci: fix enable interface checkbox in webif + +commit ceaca7e7cee59348f636ef6656e96f32037f5b8b +Author: Jo-Philipp Wich +Date: Fri May 1 14:16:28 2009 +0000 + + modules/freifunk: silence grep errors if /etc/crontabs/root does not exist + +commit b3ea7cd0ed31535a1faf5c962a9a9fabeea17267 +Author: Jo-Philipp Wich +Date: Fri May 1 14:09:21 2009 +0000 + + modules/freifunk: fix syntax error in freifunk init + +commit c2dff916a6186ac227c238d72a1d8d0c65d9fe03 +Author: Jo-Philipp Wich +Date: Fri May 1 13:19:49 2009 +0000 + + modules/freifunk: setup config and cron jobs for rdate; sync time on boot + +commit 67fbe1b33c2195cc763309ba7467100f56676467 +Author: Steven Barth +Date: Fri May 1 11:28:34 2009 +0000 + + Remove Luasocket - obsoleted by nixio + Remove old luasocket based LuCI Httpd - obsoleted by lucittpd + Remove lpeg - not in use + Rewrite luci-splashd using nixio + +commit 78d8ad784bdc06d07e2fcac409f2052b1d13d5f3 +Author: Jo-Philipp Wich +Date: Thu Apr 30 20:33:01 2009 +0000 + + modules/freifunk: set ipv4 broadcast to 255.255.255.255 by default + +commit cd4fa227cccab39fcee6c7590cc7b21cdf70f8e9 +Author: Steven Barth +Date: Thu Apr 30 12:58:04 2009 +0000 + + httpclient: Send the correct Host-Header if we are following a redirect + +commit 438180ead424ad61d2ad47c5f9d4b5da7ec4e1de +Author: Jo-Philipp Wich +Date: Wed Apr 29 13:19:23 2009 +0000 + + modules/admin-{core,full}: cover new openwrt option "cronloglevel" + +commit 7a3715c5c576c5b64884bca7802f9ddd04c4fe72 +Author: Jo-Philipp Wich +Date: Wed Apr 29 06:25:56 2009 +0000 + + trunk/contrib: use local checkout in Makefile to determine latest revision + +commit 5a97114a8aa15be5cc4354da15415c7f7eedd2a1 +Author: Jo-Philipp Wich +Date: Tue Apr 28 21:58:14 2009 +0000 + + i18n: update japanese translation + +commit 76a6ffc9cfd69181d3fe664c9c421462a6c4883d +Author: Jo-Philipp Wich +Date: Mon Apr 27 21:36:41 2009 +0000 + + luci: add greek translation, thanks Vasilis Tsiligiannis! + +commit 61d6197be8a5fab5c2aec3ec15ae57436a7235c6 +Author: Jo-Philipp Wich +Date: Mon Apr 27 00:33:43 2009 +0000 + + contrib: remove userspace-nvram, went upstream + +commit 40dfa066abfff16f14db2c1c42fe746f1895de39 +Author: Jo-Philipp Wich +Date: Mon Apr 27 00:25:46 2009 +0000 + + modules/admin-core: sync uci schema + +commit 9cc54c7f15d4a11a1eab5136a255896559511df6 +Author: Jo-Philipp Wich +Date: Mon Apr 27 00:12:25 2009 +0000 + + modules/admin-{mini,full}: rename option "hwmode" to "mode" since hwmode is now used for hostapd and mode for madwifi... + +commit d81b3548a92a7a9db95d2587d6d15aebdc9b8652 +Author: Steven Barth +Date: Sun Apr 26 19:10:36 2009 +0000 + + nixio: + Added binding for getifaddrs(): List network interfaces, their flags, + addresses and statistics + Cleanups + +commit a8da3a09a3fb34327cf02306726dad640e309f20 +Author: Jo-Philipp Wich +Date: Fri Apr 24 23:38:45 2009 +0000 + + contrib/userspace-nvram: + - fix checksum calculation + - better handle invalid cli invokation + - get rid of hard coded erase size + - fix data type of crc8 function + +commit 18193fa5e9790e5c48ac42bb99f7477be2aed7f9 +Author: Jo-Philipp Wich +Date: Tue Apr 21 21:59:59 2009 +0000 + + contrib: add a userspace port of the Broadcom NVRAM kernel api, allows NVRAM manipulation on bcm47xx + +commit a2b916ab736802050b19562b7c163e3f3bb1566f +Author: Steven Barth +Date: Tue Apr 21 16:26:45 2009 +0000 + + Merge nixio 0.2 + +commit 085a0a9ec040fc3ea5ee537d2cee724aa775747b +Author: Markus Wigge +Date: Thu Apr 16 16:37:51 2009 +0000 + + removed dependancy to openwrt.org theme. + Now it is possible to select a different (custom) theme as the only + available theme on the router. + +commit 43173b1f31f36d22db5f4918587d80acfe10b9cd +Author: Markus Wigge +Date: Thu Apr 16 15:18:24 2009 +0000 + + - removed init- and config-files shipped with the openvpn package + - changed the description for the management port option + - changed PKI options from "Value" to "FileUpload" + - added "pkcs12" option to basic theme + - cleaned the recipes by removing defaults and adding + approved config options we use for some years now. + - ... more to come. + +commit e152620080cf0a279e2fa5219913ec6539c65733 +Author: Jo-Philipp Wich +Date: Thu Apr 16 10:41:55 2009 +0000 + + build: also find and remove .gitignore files when installing sources + +commit 383cac453bf2a7e2c133b112429ba4833ba88c2d +Author: Jo-Philipp Wich +Date: Thu Apr 16 10:36:29 2009 +0000 + + libs/cbi: workaround git deficiencies + +commit f7a726ec9e186c400b234fb5d963d7271b9a3a03 +Author: Jo-Philipp Wich +Date: Tue Apr 14 22:32:57 2009 +0000 + + build/mklar.pl: + - fix heisenbug with file list padding + - call luac if available + - include non-lua files + - include cbi models and controllers + +commit e4fd058c2e454d60d04890327bf029b0a06feca6 +Author: Jo-Philipp Wich +Date: Mon Apr 13 15:47:19 2009 +0000 + + build: add mklar.pl script to generate lar archives from luci source tree + +commit df11154ba3b73defc5357794dfa84be31f1aec4b +Author: Jo-Philipp Wich +Date: Mon Apr 13 15:32:04 2009 +0000 + + contrib/lar: get rid of hardcoded buffer size in larlib + +commit 15798344bfadcece86352c938a8532590cbb3ab2 +Author: Jo-Philipp Wich +Date: Mon Apr 13 15:18:34 2009 +0000 + + contrib/lar: refresh openwrt patch + +commit 78d14512abbd04ca13d092774e3303637721cbae +Author: Jo-Philipp Wich +Date: Mon Apr 13 15:18:12 2009 +0000 + + contrib/lar: remove bitrot from lar.h + +commit eb4a870be600f3f8704737278ef75c7d050f7172 +Author: Jo-Philipp Wich +Date: Mon Apr 13 15:10:01 2009 +0000 + + contrib/lar: + - add lua binding for lar library + - introduce mmap() support for lua + +commit 725b3862ca1c6b0a960cf48a9e310eb11c0a087d +Author: Jo-Philipp Wich +Date: Sun Apr 12 22:13:29 2009 +0000 + + contrib/package/olsrd-luci: remove hostname from default config + +commit 6e56fe21ab7f4c6aa4b5b4b646e9a633ec5c91de +Author: Jo-Philipp Wich +Date: Sun Apr 12 20:03:27 2009 +0000 + + modules/freifunk: add some utility scripts from white russian firmware + +commit ccd5ed7cec5bd2cd8121d22648074be905d793ab +Author: Jo-Philipp Wich +Date: Sun Apr 12 19:54:46 2009 +0000 + + applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled + +commit 8dac35f7cd4a7a4f61ca4ce620a7d4e85b20c33a +Author: Jo-Philipp Wich +Date: Sun Apr 12 19:30:57 2009 +0000 + + application/luci-ffwizard-leipzig: don't write system hostname to olsrd config, will be taken from system config + +commit 38a52d9a29d41fe804c6b34158fd7d92a3296ea9 +Author: Jo-Philipp Wich +Date: Fri Apr 10 19:32:00 2009 +0000 + + libs/sys: sync zoneinfo to tzdata 2009d + +commit 59a3cf86050753ae63aa44a9b1b5d6931ff86887 +Author: Jo-Philipp Wich +Date: Thu Apr 9 14:09:39 2009 +0000 + + applications/luci-livestats: properly escape essids (closes OpenWrt ticket #4888) + +commit 0acedfff3eef973b011eab71801124d4891a9eed +Author: Steven Barth +Date: Thu Apr 9 13:59:50 2009 +0000 + + Fix some fallout + +commit d3cb7ea5fdffe7792cd2b8e1129e2976e67d2533 +Author: Steven Barth +Date: Thu Apr 9 13:56:04 2009 +0000 + + Freufunk: I CAN HAZ ZEROES PLZKTHX + +commit 859a3fee889026a88e7780424711235e2a1e1d5f +Author: Jo-Philipp Wich +Date: Wed Apr 8 00:08:38 2009 +0000 + + libs/web: fix file caches in dispatcher, broke when introducing lua-gz support + +commit b848def42914e3e9a4e4efcd247d4fcc84c172a4 +Author: Jo-Philipp Wich +Date: Tue Apr 7 02:02:15 2009 +0000 + + contrib/lar: + - unify code style and data types + - optimizations for string operations + +commit 598e9ef533cdec64b117efd603d5df21498f5b85 +Author: Jo-Philipp Wich +Date: Tue Apr 7 00:03:17 2009 +0000 + + contrib/lar: add lar support patch for openwrt lua + +commit acf5ea72c70ddbdb90b18a2ae1169ad82e455876 +Author: Jo-Philipp Wich +Date: Mon Apr 6 22:58:44 2009 +0000 + + contrib/lar: + - fix short read of index table + - properly handle errno by using errno.h + - extend lar_find_archive() to take a base search path a second argument + - extend cli.c to allow specifing the base search path + - print index number in lar.pl + +commit bf1cbdd8389d5e7067b03c1f10e9fbcb3756ccf4 +Author: Jo-Philipp Wich +Date: Mon Apr 6 18:16:04 2009 +0000 + + contrib/lar: fix buffer overflow check, define os dir seperator + +commit bfa91018ace069edf3deb6c7e0bbe235ed6ecd3f +Author: Jo-Philipp Wich +Date: Mon Apr 6 17:54:55 2009 +0000 + + contrib/lar: check for buffer overflows in lar_find_archive() and lar_find_member() + +commit 50ccdfccce792d5bd013cae9eb93588a16a7ec62 +Author: Jo-Philipp Wich +Date: Mon Apr 6 14:28:17 2009 +0000 + + contrib/lar: + - add lar_find_archive() and lar_find_member() to get a member handle from a packagename + - extend cli to cover new operations + +commit 1744f962b0c0d324aa9a5ebbbcfb4f98e312a217 +Author: Jo-Philipp Wich +Date: Mon Apr 6 02:50:29 2009 +0000 + + contrib/lar: small fixes in cli.c + +commit 36a9415469571fa972b6ff9004401aee393d28ad +Author: Jo-Philipp Wich +Date: Mon Apr 6 02:35:34 2009 +0000 + + contrib: add "lar" - initial work on lua archive format + +commit 1c383dc244323f5c168ee16824cb5788fefc3667 +Author: Jo-Philipp Wich +Date: Sun Apr 5 02:00:02 2009 +0000 + + build: force overwrite of already compressed files for gzip target + +commit baa3404ab3e4c56b3583c91af58e554df2f42da2 +Author: Jo-Philipp Wich +Date: Sun Apr 5 01:05:01 2009 +0000 + + trunk: add gzip build target + +commit 9835296ba2623b5c87624da3a8ba5f43595297d0 +Author: Jo-Philipp Wich +Date: Sat Apr 4 22:54:16 2009 +0000 + + trunk: prepare LuCI to handle .lua.gz files + +commit f3deef9ec570d49795346516d34c1b42fb416fde +Author: Steven Barth +Date: Fri Apr 3 18:08:25 2009 +0000 + + Backport Skip-Button support + +commit baab33794bb53375a7eddac72dace20b34db7862 +Author: Michael Geddes +Date: Tue Mar 31 05:13:38 2009 +0000 + + Add mailformat - which format to use for email + +commit 1a8cae287428a011377e68cd4ac01e6a9cf1a82a +Author: Jo-Philipp Wich +Date: Mon Mar 30 19:53:07 2009 +0000 + + applications/luci-asterisk: adept meetme example in default config to current format, layout fixes in dialplan overview + +commit 7056ef8bac7b4f31aeee92a8b6ac34011e9f1df1 +Author: Jo-Philipp Wich +Date: Mon Mar 30 19:34:08 2009 +0000 + + applications/luci-asterisk: fix some titles in dialplan mgmnt. + +commit d0c6e88b95782d8c50cd8c6caec1302bb9ab1a9d +Author: Jo-Philipp Wich +Date: Mon Mar 30 19:29:37 2009 +0000 + + applications/luci-asterisk: add meetme support, data integrity improvements + +commit 7385d0b070e2aa4a367b8864fcaad00e65fabb18 +Author: Jo-Philipp Wich +Date: Mon Mar 30 17:01:05 2009 +0000 + + applications/luci-asterisk: fix voicemail storage option, don't load tzdata in mailbox mgmnt. + +commit a5216e09d5035814add842438882ae39e526c15e +Author: Jo-Philipp Wich +Date: Mon Mar 30 14:18:23 2009 +0000 + + libs/luanet: add svn:ignore property + +commit 0ef46dc967b53f09254033027ffc9d6e129e4d4f +Author: Steven Barth +Date: Mon Mar 30 11:27:43 2009 +0000 + + Import luanet library + Relicensed with author's permission + Thanks John + +commit 5396d3115e1acf7abf8ae8ef448b7a55504f30b1 +Author: Michael Geddes +Date: Mon Mar 30 07:00:01 2009 +0000 + + Move to 2009c + +commit 63a2723de7c87ded6a961a7d0f62b94a25ff86c1 +Author: Michael Geddes +Date: Mon Mar 30 05:07:34 2009 +0000 + + Can't have globals in includes + +commit 333458f06c3de0b9cea9c3059133f6d6cc9485c2 +Author: Michael Geddes +Date: Mon Mar 30 05:07:10 2009 +0000 + + Support voicegeneral 'format' section as list + +commit 9bc7c1ddeda505741ac6053d803ac3c202355719 +Author: Michael Geddes +Date: Mon Mar 30 05:06:37 2009 +0000 + + Update documentation + +commit c6ec0a8f10fda99e96ceca2dad42d79e702d7c6a +Author: Michael Geddes +Date: Mon Mar 30 04:02:13 2009 +0000 + + Support for zones required for asterisk + +commit 5f72f9d547e50ee4cde12efa53ce047c7ee30518 +Author: Jo-Philipp Wich +Date: Mon Mar 30 00:24:20 2009 +0000 + + applications/luci-asterisk: fix link to voicemail boxes, remove dialplanvoice and dialplanmeetme too when removing dialplan sections + +commit 36b1bbd9ff880b764e932d27075bc5a9edd41e47 +Author: Jo-Philipp Wich +Date: Sun Mar 29 23:39:40 2009 +0000 + + applications/luci-asterisk: rework voicemail management + +commit 0c7effc0c0c4248d0fd96b6fb289139c388a9fb7 +Author: Jo-Philipp Wich +Date: Sun Mar 29 22:13:26 2009 +0000 + + libs/cbi: properly handle uvl errors without childs + +commit 2c7a76105403ede3bf4a9803a47ca62d86e8cd72 +Author: Jo-Philipp Wich +Date: Sun Mar 29 19:11:57 2009 +0000 + + applications/luci-asterisk: initial dialplan voicemail box support + +commit dd267f9457476e0a2b29be0a98fcd05062f50f13 +Author: Jo-Philipp Wich +Date: Sat Mar 28 20:20:18 2009 +0000 + + modules/admin-full: remove duplicate fallback translation in opkg error reporting + +commit e4a3fd177c9ff4dc9113af22a72e930f257514ea +Author: Jo-Philipp Wich +Date: Sat Mar 28 20:15:53 2009 +0000 + + modules/admin-full: improve opkg error reporting + +commit 275470fe6315dbaf5fde99f2dc5bba8dd63e2743 +Author: Jo-Philipp Wich +Date: Sat Mar 28 19:38:49 2009 +0000 + + contrib/package/olsrd-luci: remove useless menu definitions + +commit 5fbbf066119ab9dcec7c05e2aae62f5df7e88d89 +Author: Jo-Philipp Wich +Date: Sat Mar 28 19:09:55 2009 +0000 + + i18n/japanese: enable in feed + +commit 986b6924686c272b854817d62cb5c9efb869f830 +Author: Jo-Philipp Wich +Date: Sat Mar 28 19:01:42 2009 +0000 + + i18n: introduce initial japanese translation, thanks Tsukasa Hamano! + +commit 3df2864e13ace1719cbe8cd81b18849e3a90c54e +Author: Jo-Philipp Wich +Date: Fri Mar 27 17:46:56 2009 +0000 + + contrib/package/olsrd-luci: bump to 0.5.6-r4, rebase unbloat patch + +commit 8fdb12c4d12c67d101f0c273d3484658a0c3f6b9 +Author: Steven Barth +Date: Fri Mar 27 00:10:17 2009 +0000 + + Introduce noheader and nofooter CBI-Dispatcher config + +commit 8368432a63567d73101a9ea05f7f862065ba0cff +Author: Steven Barth +Date: Thu Mar 26 12:39:43 2009 +0000 + + Fix last commit + +commit b9fbed39cae20547106239127468ad0c0a5d9fea +Author: Steven Barth +Date: Thu Mar 26 12:37:26 2009 +0000 + + Correctly set status FORM_PROCEED instead of FORM_CHANGED if user + creates / deletes a field or section + +commit a5ffc640635654f2aea77d0fb5892b8067cb8b10 +Author: Jo-Philipp Wich +Date: Wed Mar 25 23:47:34 2009 +0000 + + contrib/package/olsrd-luci: remove garbage from 140-olsrd-optimize-size.patch + +commit 88bb3caa5cb4ae88709996d2eca038eadc465dd3 +Author: Jo-Philipp Wich +Date: Wed Mar 25 20:48:30 2009 +0000 + + contrib/package/olsrd-luci: bump to hg rev 1785 + +commit 928711067ab4a7df4177feef962e37b58d4b958a +Author: Jo-Philipp Wich +Date: Wed Mar 25 16:55:29 2009 +0000 + + contrib/package/olsrd-luci: bump PKG_RELEASE + +commit eea1e576d95f4186a40e9fd745683f6757beb8cf +Author: Jo-Philipp Wich +Date: Wed Mar 25 14:05:16 2009 +0000 + + trunk: add dist directories to svn:ignore + +commit 75d26333df1f39438a9c85b6eb5467e7c155e90d +Author: Jo-Philipp Wich +Date: Wed Mar 25 12:54:09 2009 +0000 + + applications/luci-olsr: add support for mdns plugin + +commit d674c54faca07cf84ecd45458028c1364b58e448 +Author: Jo-Philipp Wich +Date: Wed Mar 25 12:53:08 2009 +0000 + + contrib/package/olsrd-luci: add mdns plugin + +commit 303b7fccaca4177e570ae3c7038ba8d1b36d6c8c +Author: Jo-Philipp Wich +Date: Mon Mar 23 23:02:35 2009 +0000 + + applications/luci-ffwizard-leipzig: set option force 1 for wlan dhcp + +commit 6e11559793bb4e1211f8bc9e24cfa1cf706f6ee8 +Author: Steven Barth +Date: Mon Mar 23 13:41:04 2009 +0000 + + Fix WPA2-EAP support + +commit 67dc7bb52b3d6e7e8cfdc7e613725f6bc601a21a +Author: Jo-Philipp Wich +Date: Sun Mar 22 14:26:24 2009 +0000 + + applications/luci-asterisk: fix copy & paste error + +commit 26136ffd69c015e2ce8548058014985205257f53 +Author: Jo-Philipp Wich +Date: Sun Mar 22 14:24:20 2009 +0000 + + applications/luci-asterisk: add CC/IDD api + +commit 1f219001f5201426d617d4ab5112270c9bd429bd +Author: Jo-Philipp Wich +Date: Sun Mar 22 12:48:33 2009 +0000 + + applications/luci-asterisk: add intl. dialing and country codes + +commit 97a9dc381486c77d3534cf10519e0f3381d4b0b0 +Author: Jo-Philipp Wich +Date: Sat Mar 21 12:29:04 2009 +0000 + + applications/luci-asterisk: fix copy'n'paste error in uci-defaults + +commit 50653ecffefde9554476489372618d308c851212 +Author: Jo-Philipp Wich +Date: Sat Mar 21 05:06:45 2009 +0000 + + applications/luci-asterisk: "Registered Trunks" -> "Trunks" in sip trunk overview + +commit 6286d3a09a1fe7512da30d1dac9ea3ec7fe3e612 +Author: Jo-Philipp Wich +Date: Sat Mar 21 05:05:45 2009 +0000 + + applications/luci-asterisk: remove hostname column from trunk overview + +commit 80691e427cb10b1e7c7da3a01d80694fb237a9d6 +Author: Jo-Philipp Wich +Date: Sat Mar 21 05:00:40 2009 +0000 + + applications/luci-asterisk: cross-reference dialplan mgmnt in sip extension config + +commit e71de60f1d1bd594a715338d7f9dbc62a5626c2e +Author: Jo-Philipp Wich +Date: Sat Mar 21 04:59:07 2009 +0000 + + applications/luci-asterisk: don't allow sip extensions to use dialzones as outgoing context + +commit 65e41ec629e674ee0a81fadf74019baebfccb20f +Author: Jo-Philipp Wich +Date: Sat Mar 21 04:52:25 2009 +0000 + + applications/luci-asterisk: some minor html cleanups + +commit 1a3d44865f6cbda203b84340684aa539599bb876 +Author: Jo-Philipp Wich +Date: Sat Mar 21 04:36:08 2009 +0000 + + applications/luci-asterisk: rework dialplan management + +commit 684f695c13d6e415b834b5dbd4d2923cc63468b4 +Author: Jo-Philipp Wich +Date: Sat Mar 21 00:26:12 2009 +0000 + + applications/luci-statistics: remove bitrot + +commit bebcaaf727be12108fc6729e814bde6a378bdbdb +Author: Jo-Philipp Wich +Date: Wed Mar 18 22:24:46 2009 +0000 + + contrib/package/olsrd-luci: reset PKG_REVISION + +commit c8fba2cccb3968cd4c99a1754666153370e412ba +Author: Jo-Philipp Wich +Date: Wed Mar 18 22:03:23 2009 +0000 + + contrib/package/olsrd-luci: + - bump to hg rev 1781 + - rebase unbloat patch + +commit ff57f4f870639b5ea8064d789d222193f874112b +Author: Jo-Philipp Wich +Date: Mon Mar 16 21:04:51 2009 +0000 + + modules/freifunk: fix cron restart in init script + +commit 432602ff2a7b886d3622557996f25f03908cb2c0 +Author: Jo-Philipp Wich +Date: Mon Mar 16 17:53:44 2009 +0000 + + contrib/package: make luci-freifunk-community dependant on olsrd-luci-mod-watchdog + +commit ce5b93a1b7e8b793fbd9150b76d7b4a175abdb56 +Author: Jo-Philipp Wich +Date: Mon Mar 16 17:49:34 2009 +0000 + + applications/luci-olsr: add support for watchdog plugin + +commit d4948ad040ea448bef7a0aa9ec5cba0eb677845d +Author: Jo-Philipp Wich +Date: Mon Mar 16 17:42:39 2009 +0000 + + applications/luci-ffwizard-leipzig: write watchdog config on olsr setup + +commit bb48f0b5c544907661f79cf5fdd6e3809125805d +Author: Jo-Philipp Wich +Date: Mon Mar 16 17:36:00 2009 +0000 + + modules/freifunk: add olsrd watchdog script, remove olsrd interface defaults + +commit 129be80785b60b8e4bda7be8a211c1716a29f27a +Author: Jo-Philipp Wich +Date: Mon Mar 16 17:11:06 2009 +0000 + + contrib/packages/olsrd-luci: add watchdog plugin (grabbed from ninux.org and modified for olsrd 0.5.6) + +commit 5de48782578cd60f5aeedb2337b6e2961a2c6393 +Author: Steven Barth +Date: Mon Mar 16 13:40:22 2009 +0000 + + nixio: solaris does not recognize LOG_PERROR + +commit 13767f5d1a92be7c86946f9cd44f772ac2d2091b +Author: Steven Barth +Date: Mon Mar 16 13:34:46 2009 +0000 + + Fix a possible stack corruption + +commit e5a34b512cfe24fbc43828208713405a7236de11 +Author: Steven Barth +Date: Mon Mar 16 13:29:06 2009 +0000 + + Added missing file + +commit 452442d1d05983fd0e9437f2c16fa22e1d67a947 +Author: Steven Barth +Date: Mon Mar 16 13:28:47 2009 +0000 + + nixio: added syslog support + +commit 6bfdbb69e6cd8d49bfc2ba287800de086e813425 +Author: Jo-Philipp Wich +Date: Sun Mar 15 18:25:44 2009 +0000 + + contrib/package/olsr-luci: + - fix unbloat patch + - enable -DSVEN_OLA_UNBLOAT in target cflags + +commit 7e01a250b172345bee8a0831b3582cb244ade191 +Author: Jo-Philipp Wich +Date: Sun Mar 15 17:16:24 2009 +0000 + + contrib/package/olsrd-luci: + - switch from r3 to 0.5.6 stable branch + - rebase unbloat patch + - remove ipv4 broadcast from example config + - tweak tc and hello intervals in init script + +commit fc62fe46d0bed54764afcbe05955eee40a507270 +Author: Jo-Philipp Wich +Date: Sat Mar 14 01:16:03 2009 +0000 + + libs/web: + - improve handling of low level runtime errors + - wrap access to luci.main into assert() + +commit ee4852a5ad79452f2ea76e32463a0af91b857752 +Author: Steven Barth +Date: Fri Mar 13 18:29:23 2009 +0000 + + Sync nixio + +commit edda19be9a6b5210523b54d87224f885232c847f +Author: Steven Barth +Date: Fri Mar 13 12:10:33 2009 +0000 + + nixio: More sockopts + +commit 5fa29b1c5a6f50817e3280ff9eb638f9ce0669ad +Author: Steven Barth +Date: Fri Mar 13 11:53:12 2009 +0000 + + nixio: +socket options SO_DONTROUTE, SO_BINDTODEVICE + +commit 9bf88087f46b3f15769a9714b9c2ee396f0aed21 +Author: Steven Barth +Date: Thu Mar 12 21:44:11 2009 +0000 + + nixio: chdir() + +commit 82858a8e8f15943e8e670a4657f5dc711e9ea851 +Author: Steven Barth +Date: Thu Mar 12 21:31:57 2009 +0000 + + nixio: add setsid() + +commit 2c7a30708d2c31da64ab23fc07f44f94c1e8b8d7 +Author: Steven Barth +Date: Thu Mar 12 20:14:55 2009 +0000 + + httpclient: handle redirects more graceful + +commit 6aa6fb88abd6ff1b39d58572b934ca5b17b8a89b +Author: Steven Barth +Date: Thu Mar 12 15:09:12 2009 +0000 + + FreeBSD compatibility #3 + +commit 04eb9de74e06b8532fcb54986442ef8a5497c0ec +Author: Steven Barth +Date: Thu Mar 12 14:53:52 2009 +0000 + + nixio: FreeBSD compatibility #2 + +commit 35f40376c36805c4a023015d4cf95f1fa8adcb04 +Author: Steven Barth +Date: Thu Mar 12 13:06:19 2009 +0000 + + nixio: FreeBSD compatibility #1 + +commit e401b4a620ee968d4a191cb9c86ff0adde215a1e +Author: Jo-Philipp Wich +Date: Thu Mar 12 07:47:11 2009 +0000 + + libs/sys: update zoneinfo to version 2009b + +commit 93b66993ce14d18aa0001fb27b2e8b21d18328e6 +Author: Jo-Philipp Wich +Date: Wed Mar 11 23:40:08 2009 +0000 + + applications/luci-asterisk: begin reworking dialplan stuff to separate dialzones from dialplans + +commit 8eadc262d0644ac877a9a316355dfba98e371536 +Author: Steven Barth +Date: Wed Mar 11 15:21:59 2009 +0000 + + Drop XML i18n files + +commit a125a64a154247e3c2979900d8a63c30fdaa7a34 +Author: Steven Barth +Date: Tue Mar 10 20:59:56 2009 +0000 + + Be nice() + +commit 68a95e68067417714a52aedef4372f631a5ca6a8 +Author: Steven Barth +Date: Mon Mar 9 22:19:47 2009 +0000 + + nixio: Implement protable behaviour of signal(), export more error + constants + +commit 2e79c969c03cba4ecdb35ea71fd31613e85fb7ff +Author: Steven Barth +Date: Mon Mar 9 20:06:36 2009 +0000 + + httpclient: Added missing import + nixio: waitpid() returns 0 with WNOHANG and no terminated childs + +commit 7b5d67305eb6e33d2fa8aac79fa4ce922cca6a12 +Author: Steven Barth +Date: Mon Mar 9 14:28:55 2009 +0000 + + Allow SimpleForm handler to set CBI status + +commit 73607dbd7d4bbebd99c163fcc337a1d62032a2d3 +Author: Steven Barth +Date: Mon Mar 9 14:02:34 2009 +0000 + + Improved httpclient + +commit 6129d031b0709610dfd85b709963fe6da64022a8 +Author: Steven Barth +Date: Mon Mar 9 13:17:44 2009 +0000 + + nixio: reenable splice() for linux + +commit 4aa848533e40db16a00d5dd106bcc05621e3f949 +Author: Steven Barth +Date: Mon Mar 9 11:38:29 2009 +0000 + + Cicrumvent possible segfaults in axTLS + More compatibility + +commit 589e680970d44e5bd006844bdeb6ed355c8d345b +Author: Steven Barth +Date: Mon Mar 9 09:37:08 2009 +0000 + + Make nixio compile on OpenSolaris + +commit 30b7bc7c623dbef9683b1ec1762a78bd0b6d684d +Author: Steven Barth +Date: Sat Mar 7 16:28:27 2009 +0000 + + Fixed last commit + +commit 25da62f8ffab01a8e728bf7b4d4704191a07da61 +Author: Steven Barth +Date: Sat Mar 7 16:24:05 2009 +0000 + + Don't compare cstate if there is none + +commit 1ed9be270bfcded11c0c6f47de4d005d4e788746 +Author: Steven Barth +Date: Sat Mar 7 13:21:27 2009 +0000 + + Fix debugging output + +commit ad57125f4132bef88ff0d2b4e34281ff812dc08b +Author: Steven Barth +Date: Sat Mar 7 11:30:41 2009 +0000 + + Allow combination of SimpleForms as Forms into pages with Maps + Allow subsequent changes of Table data + +commit eb6f9c6192343285ac4a630c63512f64b63010a6 +Author: Steven Barth +Date: Fri Mar 6 17:20:42 2009 +0000 + + Fixed last commit + +commit 22a9815e3e6da34faffca4010205067b4e64a930 +Author: Steven Barth +Date: Fri Mar 6 17:20:38 2009 +0000 + + Fixed last commit + +commit ec29107ede21e42e1f4104d62d49e8207e5a2014 +Author: Steven Barth +Date: Fri Mar 6 17:18:45 2009 +0000 + + bla + +commit 96d988abb004f9a7f10fcf8441fe1a7399420f4b +Author: Steven Barth +Date: Fri Mar 6 17:17:44 2009 +0000 + + httpclient: Improved callback support + +commit 09a18c2c31bcfe903ff3ede9654f6e351355f75e +Author: Steven Barth +Date: Fri Mar 6 16:34:26 2009 +0000 + + nixio util: + Don't shutdown TLS connection on close() + This could lead to problems when calling close on a forked socket + sink() also shutdown connection if close is requested and possible + +commit 2d49488b38052f33fc4549c63bc8ed1e1d385eec +Author: Jo-Philipp Wich +Date: Fri Mar 6 13:52:42 2009 +0000 + + contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl was removed upstream + +commit 0b8a61a536a6f78fbe889979510297969d6a5f4e +Author: Steven Barth +Date: Thu Mar 5 23:52:54 2009 +0000 + + httpclient: callback can abort download + +commit f151bb804f558f5132a5b39feb38116ea2e95b21 +Author: Steven Barth +Date: Thu Mar 5 19:20:40 2009 +0000 + + nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppid + +commit d6e251adbe71dfeac69290b8905f444e19feaadd +Author: Jo-Philipp Wich +Date: Thu Mar 5 17:05:44 2009 +0000 + + contrib/package: fix typo in luci makefile + +commit c3fb5310fbdb61d8d7e2be990ff62643c9510034 +Author: Jo-Philipp Wich +Date: Thu Mar 5 02:18:06 2009 +0000 + + contrib/package: use "Revision:" field from svn when generating version + +commit bddbad34903d6b0f72ca5dd181075805c90a140e +Author: Jo-Philipp Wich +Date: Wed Mar 4 22:45:02 2009 +0000 + + modules/admin-core: define size constraints for psk in wireless schema + +commit 0feb0a4607bfe4472c60941b59f2fd7e1c4f4947 +Author: Jo-Philipp Wich +Date: Wed Mar 4 22:43:45 2009 +0000 + + modules/admin-{mini,full}: implement wpa-wpa2 mixed mode + modules/admin-core: extend uci schema to cover mixed mode and mesh mode (802.11s) + +commit f1b667fc6fd9e9d8eab8a90f5f8f2f4346364597 +Author: Steven Barth +Date: Wed Mar 4 18:30:56 2009 +0000 + + nixio: Fix generation of private key for axtls + +commit fc45514531d686dbea23c963c65f1bd627be9d24 +Author: Steven Barth +Date: Wed Mar 4 17:53:25 2009 +0000 + + Still not working... + +commit f94538dda37509300113956f6d1259625dbd7f36 +Author: Steven Barth +Date: Wed Mar 4 17:41:55 2009 +0000 + + Fix nixio postinst + +commit b92e6532a0237b7b13e29c6c0c55943fc1cd7d77 +Author: Steven Barth +Date: Wed Mar 4 17:17:30 2009 +0000 + + nixio: Autogenerate private key on installation if we have axtls + support, make the TLS provider configurable in the build menu + +commit a5ae3959b5cde24880fb79a1e489eb839cdeb8c5 +Author: Steven Barth +Date: Wed Mar 4 13:09:32 2009 +0000 + + Set /etc/private.rsa as default key for axTLS contexts + More openssl - axTLS fixes + +commit e38c438771d10231e7ce1b74c027b4914acd6c78 +Author: Steven Barth +Date: Tue Mar 3 22:44:26 2009 +0000 + + nixio: + Use POSIX file functions + introduce dup() + introduce fork() wait() kill() + more signal interrupt wrappers + more POSIX / UNIX standard compliance + +commit a3079828b4e0c0fabd96dfca87b99a5b5d9529e5 +Author: Steven Barth +Date: Mon Mar 2 20:18:29 2009 +0000 + + Fix header generator + +commit eb64affa398645bee4417d9117b439c2696269da +Author: Steven Barth +Date: Mon Mar 2 19:45:07 2009 +0000 + + Set method to POST if we have postdata and no other method is set + +commit 62a914555e2c037babb939553b8f819bb194c1e9 +Author: Steven Barth +Date: Mon Mar 2 19:41:32 2009 +0000 + + httpclient: default content-type for post data is + "application/x-www-form-urlencoded" + +commit 33fe5b57d76b287bad42de085e63fe2130ba2be3 +Author: Steven Barth +Date: Sat Feb 28 21:21:52 2009 +0000 + + More splicing stuff + +commit 0a224c5ca8ecb5d342e01acd1b3591cbb81c7512 +Author: Steven Barth +Date: Fri Feb 27 14:58:56 2009 +0000 + + Add Makefile definitions for http-client + +commit 7196b2cd848577f640d9268a0a34ab3ad8706c26 +Author: Steven Barth +Date: Fri Feb 27 14:51:37 2009 +0000 + + nixio: Fixes, use POSIX calls for file i/o + httpclient: resume support, splice() support, cookie support + +commit 30421d38dd004a8c1e149e40af2019cbbc4c8bd6 +Author: Steven Barth +Date: Thu Feb 26 17:08:41 2009 +0000 + + Introduce luci.dispatcher.get(...) which works like node(...) but does + not disable the autocreated flag and does not overwrite the target + controller so that call()-targets won't loose their binding to their + controller + +commit 3b7bb9c82fa2b02a8200fd2c77c5539081180086 +Author: Steven Barth +Date: Thu Feb 26 16:45:01 2009 +0000 + + Enable stack tracebacks for 500 errors + +commit 2b0c0485e8dcbd48437204edd732005e49339009 +Author: Steven Barth +Date: Thu Feb 26 15:50:41 2009 +0000 + + Add GUI for 802.11s + +commit ff2bc9081bb24e42dec9ccd46cdb4c377333dc59 +Author: Steven Barth +Date: Tue Feb 24 17:54:48 2009 +0000 + + nixio: Finetuning of TLS-support + httpclient: HTTPS support + axTLS: enable diagnostic mode + +commit cebe6f031bc475e8e21102c4b5e378e1fa7bcf54 +Author: Jo-Philipp Wich +Date: Tue Feb 24 01:09:51 2009 +0000 + + applications/luci-asterisk: + - initial dialplan management + - disabled uci scheme + - improved context handling in sip and trunk settings + +commit 1eec55dd47a6a54c18f6de655279ad75c1d3a01b +Author: Steven Barth +Date: Mon Feb 23 22:53:42 2009 +0000 + + Fix option dependencies, this was lost in some IE fixing stuff + +commit 6b104b9a458db6c2a1624085121814e7c8cbb014 +Author: Steven Barth +Date: Mon Feb 23 17:21:14 2009 +0000 + + nixio: + Reogranize TLS headers + Fix TLS receive buffer workaround for axTLS + Add support for flock() + +commit 65b50a8f8a95d0d091a3f16ba5574842840c7289 +Author: Steven Barth +Date: Sun Feb 22 23:45:49 2009 +0000 + + More compat fixes + +commit 06450d3fe3b5248276e3113a358954ee85af5779 +Author: Steven Barth +Date: Sun Feb 22 23:37:35 2009 +0000 + + Remove some crap + Add compatiblity for older uclibc versions + +commit d730c1263328c5990ce46cdf6394ce6e36cc3609 +Author: Steven Barth +Date: Sun Feb 22 23:19:25 2009 +0000 + + Add axTLS sourcecode + +commit d2b11117f26285186b711271d24733d35e0444a1 +Author: Steven Barth +Date: Sun Feb 22 22:49:23 2009 +0000 + + NIXIO: TLS-Support, bugfixes + +commit da6f427d818573f76dd50771f4d60ff693eb8fd9 +Author: Steven Barth +Date: Sat Feb 21 18:30:48 2009 +0000 + + Sync with OpenWrt + +commit 360479b5a5b5a5274a9de09b0c01441d800c23c5 +Author: Steven Barth +Date: Fri Feb 20 11:47:03 2009 +0000 + + Fixes UVLdoc generation, thanks ffrrrr (closes #49) + +commit df3d84780e2c4ec4724b2262456a1d5cc39eb789 +Author: Jo-Philipp Wich +Date: Fri Feb 20 04:15:54 2009 +0000 + + applications/luci-splash: prevent duplicate firewall rules after boot + +commit 9473eb8b0dd6e61446637059c05bd6623170bbd0 +Author: Jo-Philipp Wich +Date: Fri Feb 20 04:10:04 2009 +0000 + + applications/luci-ffwizard-leipzig: fix dhcp splash network configuration + +commit 47ec8ea5b7b82e2a43c7e4ebbf606b9264c326f9 +Author: Jo-Philipp Wich +Date: Fri Feb 20 01:54:06 2009 +0000 + + applications/luci-ffwizard-leipzig: tune tcp defaults + +commit 80a9bb5e8368b2974b28ce7d0f645b9fe7fe3054 +Author: Jo-Philipp Wich +Date: Fri Feb 20 01:43:47 2009 +0000 + + applications/luci_splash: fix restart of luci-splashd + +commit 68d3381d2d469a19f671e78e828eaf9a89d41d5e +Author: Jo-Philipp Wich +Date: Fri Feb 20 01:30:30 2009 +0000 + + applications/luci-splash: yet another bunch of firewall fixes, improved handling of luci_splash restarts + +commit 114aa8d1119568feeccfb669dd22ceaf17d696e8 +Author: Jo-Philipp Wich +Date: Fri Feb 20 00:38:37 2009 +0000 + + applications/luci-splash: firewall fixes + +commit 8eb07fa76cc1223e50ebb14714607182e3a66698 +Author: Jo-Philipp Wich +Date: Thu Feb 19 23:12:34 2009 +0000 + + applications/luci-splash: remove debugging code from splashd + +commit 593bc2df7bc51478def55b1fd20eb4b80a954c2d +Author: Jo-Philipp Wich +Date: Thu Feb 19 23:09:28 2009 +0000 + + applications/luci-splash: implement alias interface support in luci-splashd + +commit b6406c3980e472bcb05144640b2b91a119619a5b +Author: Jo-Philipp Wich +Date: Thu Feb 19 21:31:33 2009 +0000 + + applications/luci-splash: fix redirections and form targets + +commit eb1c3685db9af6d1e6d30cf859d0e5b493b7807f +Author: Jo-Philipp Wich +Date: Thu Feb 19 21:14:56 2009 +0000 + + applications/luci-splash: fix crash in splashd + +commit cbc49a3b537e2e7cc49166f9d85e730d0f7d6275 +Author: Steven Barth +Date: Wed Feb 18 21:46:55 2009 +0000 + + More nixio fixes, initial httpclient + +commit e062ec6981cc6a351b2a79676bdfc9054db44655 +Author: Jo-Philipp Wich +Date: Tue Feb 17 01:37:18 2009 +0000 + + libs/ipkg: use -force-defaults to ensure non-interactive execution + +commit cb0e1804484cc3debd5e6ea8b7e2344ac7b9bd47 +Author: Jo-Philipp Wich +Date: Mon Feb 16 17:43:43 2009 +0000 + + contrib/package: make luci-app-statistics depend on a few collectd plugins + applications/luci-statistics: implement a workaround for broken permissions on /tmp + +commit 695361877cd094b1d8d15f3f4d8018eef2bc7b03 +Author: Steven Barth +Date: Sun Feb 15 13:59:30 2009 +0000 + + More nixio fixes + +commit 42793d87999519350eed6e0d4d44a0629ccbf4d4 +Author: Jo-Philipp Wich +Date: Sun Feb 15 00:23:42 2009 +0000 + + applications/luci-ffwizard-leipzig: fix typo in firewall rules + +commit 1c593cd2b90cf1c831d65d64342d886356133ae6 +Author: Jo-Philipp Wich +Date: Sun Feb 15 00:04:16 2009 +0000 + + applications/luci-ffwizard-leipzig: also allow dns traffic + +commit 157cc2b89639c729fd519e2d0b2eee893610ebfa +Author: Steven Barth +Date: Sat Feb 14 14:39:12 2009 +0000 + + nixio: +performance + +commit aa0cee169fd72fd3c76495e89561598ab723de3c +Author: Steven Barth +Date: Sat Feb 14 10:42:48 2009 +0000 + + nixio: added sendfile(), return false instead of nil for EWOULDBLOCK + +commit 5ff898e6248b668430f5f2e7d70de243f191eb04 +Author: Steven Barth +Date: Thu Feb 12 19:48:06 2009 +0000 + + nixio next + splice() still does not work correctly + +commit 4327f9250e6d0f4a81ca949289d5e1444a360d4e +Author: Steven Barth +Date: Tue Feb 10 17:35:07 2009 +0000 + + nixio + io = nix2io + +commit b5026e65c0334f9d8afddb0a3ca1797ef2baff5c +Author: Jo-Philipp Wich +Date: Mon Feb 9 13:17:26 2009 +0000 + + libs/web: don't send Status: 500 in error500() if header is already sent + modules/admin-core: include template header only once + +commit 8dbb8a0ad386fd890f688109c44df0429c2af597 +Author: Steven Barth +Date: Sun Feb 8 20:57:36 2009 +0000 + + Use poll() instead of select() + Reintroduce nanosleep() + +commit 2e913fd28fd85daebd37347fd5677211a7cb0ea6 +Author: Jo-Philipp Wich +Date: Sun Feb 8 20:20:42 2009 +0000 + + modules/admin-full: + - translate i18n fallbacks to english in status controller + - bump copyright year in iptables and interfaces templates + - remove redundant fieldsets from iptables page and nuke a left-over code + +commit 2c73c9505540c543c4f7026aeca54bef72f3d6ab +Author: Jo-Philipp Wich +Date: Sun Feb 8 20:11:09 2009 +0000 + + modules/admin-full: implement interface status page + i18n/english: add required strings for interface status + +commit 56d142a1a1b0286b8611040ea47ddf3a9844bb91 +Author: Steven Barth +Date: Sun Feb 8 14:01:48 2009 +0000 + + nixio linux IO/socket api (incomplete / WIP) + +commit f52ec227175c9db1bfee95f8a59c7c56d01911d4 +Author: Jo-Philipp Wich +Date: Sun Feb 8 03:56:50 2009 +0000 + + modules/admin-full: implement iptables status page + i18n/english: resync xml, add strings for iptables page + libs/sys/iptparser: implement chain() and is_custom_target() + +commit e3c8b9a10b383138ba1a5ed7bea51fd3694f596d +Author: Jo-Philipp Wich +Date: Sun Feb 8 00:50:25 2009 +0000 + + libs/sys/iptparser: remove typo, bump copyright year + +commit 474a6172680216ffea1484b04ab2c0c6ab0ad5e4 +Author: Jo-Philipp Wich +Date: Sun Feb 8 00:48:21 2009 +0000 + + libs/sys/iptparser: import required functions + +commit a9f58b0c5270b7c29f2c296879600ee31bef6a92 +Author: Jo-Philipp Wich +Date: Sun Feb 8 00:45:13 2009 +0000 + + libs/sys/iptparser: + - rewrite inline documentation to luadoc + - utilize luci.ip for source and destination comparisations + +commit 15029e4279f40b6444e203074bee3611638f7894 +Author: Steven Barth +Date: Wed Feb 4 19:10:06 2009 +0000 + + Fix Wifi-Client mode for devices without standard default network configuration + +commit 43844ccc0dde71e7a626397f9303b1b04109b6b5 +Author: Jo-Philipp Wich +Date: Mon Feb 2 17:35:51 2009 +0000 + + libs/sys: import missing symbol + +commit 2b1e0d20ab56e9ebef3ee212e830fd3b2b4a0bc3 +Author: Jo-Philipp Wich +Date: Mon Feb 2 14:39:56 2009 +0000 + + modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards + +commit 08bcf69aac9c7429ad77f847a413d96b29265c52 +Author: Jo-Philipp Wich +Date: Sun Feb 1 17:14:00 2009 +0000 + + applications/luci-ffwizard-leipzig: use luci.sys.hostname() to update hostname + +commit 4b9f7db1cea69524ca46098b446b0fe51e87091b +Author: Jo-Philipp Wich +Date: Sun Feb 1 17:08:40 2009 +0000 + + libs/sys: extend luci.sys.hostname() to allow setting a new name + modules/admin-{full,mini}: update the hostname at runtime + +commit d7d27ffe6adfb42be253bf2a62e7cc4e209affaf +Author: Jo-Philipp Wich +Date: Sat Jan 31 17:32:01 2009 +0000 + + modules/freifunk: start crond if required, send sighup after processing custom scripts + +commit 7ab4dcc9df943191221c26752b7ae07855884ce8 +Author: Jo-Philipp Wich +Date: Sat Jan 31 16:31:33 2009 +0000 + + modules/freifunk: move txpower default to wifi-device + +commit ce2da9198bd7d02815878bf04681ffe6c1dabb91 +Author: Steven Barth +Date: Sat Jan 31 16:28:34 2009 +0000 + + Fix ff_olsr_test_gw + +commit 56f5204e8f61c065023fc3a014355b4cacaa0772 +Author: Jo-Philipp Wich +Date: Sat Jan 31 16:27:24 2009 +0000 + + modules/admin-full: move txpower control to wifi-device + modules/admin-core: extend wireless schema to cover txpower changes + +commit 910ac84a460916f7dba4a536b7cf08402ccd7f02 +Author: Jo-Philipp Wich +Date: Sat Jan 31 04:19:41 2009 +0000 + + modules/freifunk: disable gateway test for now due to uci problems + +commit 4093233524fa441c0a56f7b3d083bd59ab144f23 +Author: Jo-Philipp Wich +Date: Sat Jan 31 03:01:40 2009 +0000 + + contrib/package: remove IpcConnect section from olsrd default config + applications/luci-olsr: disable IpcConnection configuration + +commit 6fef46408b6d86ebb873b92b48261ddf71f1d43d +Author: Jo-Philipp Wich +Date: Sat Jan 31 02:20:43 2009 +0000 + + contrib/package: switch olsrd-luci to 0.5.6-r3 release + patches for freifunk firmware + +commit 9de7b71940ce083a49f1ea0e3b58bf520b3d4192 +Author: Steven Barth +Date: Fri Jan 30 18:57:02 2009 +0000 + + Lost without translation... + +commit ccf41d1d573ef449679be063f5c44bf022972487 +Author: Steven Barth +Date: Fri Jan 30 18:48:46 2009 +0000 + + Lost in translation... + +commit 80216cc0881b8d9b0f23d9db7f7888d8db1b8f4e +Author: Steven Barth +Date: Fri Jan 30 17:55:21 2009 +0000 + + Cleanup Freifunk defaults + Remove RTS, fallback to default + Disable Fledermaus theme + Disable forced German language, fallback to autodetect + +commit fb581efd7dbaff2e38316494a04f4587edea8900 +Author: Jo-Philipp Wich +Date: Fri Jan 30 16:05:14 2009 +0000 + + modules/freifunk: + - install cronjob for gateway check + - provide /etc/rc.local.d/ as suggested by ufo + +commit 07790dad35cd637a736bfc27ca50d3e2fc4ecc1d +Author: Steven Barth +Date: Fri Jan 30 16:00:09 2009 +0000 + + Add OLSR dyn_gw_plain gateway test + +commit ab18c3ba1006db94df57c310da97b5ddb07991ad +Author: Steven Barth +Date: Fri Jan 30 15:29:14 2009 +0000 + + Fix autodetection for extended language identifiers + +commit abf0c329c5f3766c711f9f81f2bba913a3e3f2bd +Author: Jo-Philipp Wich +Date: Fri Jan 30 15:07:06 2009 +0000 + + applications/luci-ffwizard-leipzig: also unload dyn_gw_plain if share internet is not checked + +commit 39e418ab4a0666dea38186682e2ee1e7aaaa56c5 +Author: Jo-Philipp Wich +Date: Fri Jan 30 13:59:37 2009 +0000 + + themes: fix version string in footer + +commit d0d071591140d6e4d229f19c897a383a63fc2e47 +Author: Jo-Philipp Wich +Date: Fri Jan 30 13:48:32 2009 +0000 + + contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default + +commit 3b0ef94a9ed53c49de428a5c673164b62c755d18 +Author: Steven Barth +Date: Thu Jan 29 15:03:34 2009 +0000 + + Set default target to ACCEPT + +commit d5003fc23a5e4889dce39be8991080516e53483c +Author: Jo-Philipp Wich +Date: Wed Jan 28 18:32:26 2009 +0000 + + applications/luci-upnp: also stop miniupnpd if it is about to be disabled + +commit 4fa887618ecb6fd0aa667f44ef0ef851a2ccfcde +Author: Jo-Philipp Wich +Date: Wed Jan 28 18:25:11 2009 +0000 + + applications/luci-upnp: fix enable checkbox of upnp service + +commit 4b62df0945d1eb7a9f95ff8b4678e07b91480e8a +Author: Jo-Philipp Wich +Date: Wed Jan 28 18:17:41 2009 +0000 + + modules/admin-core: add autogeneartion notice to /var/etc/hosts, /var/etc/ethers + +commit 515ac3e6fe29aeb85c9d777d90f123d3ff34556b +Author: Jo-Philipp Wich +Date: Tue Jan 27 20:59:23 2009 +0000 + + modules/freifunk: remove wireless fragmentation settings, causes madwifi issues + +commit c56307acc36a03966b45c55e6857d978bbac7f8c +Author: Steven Barth +Date: Tue Jan 27 20:49:04 2009 +0000 + + Add MSS Clamping option for Essentials (closes #45) + Rename "MSS correction" to the correct term "MSS Clamping" in Firewall + Automatically set "defaultroute" and "peerdns" when PPP is selected in + Essentials + +commit afd569dfcae999da3f241af4b9a226e2bd893e04 +Author: Jo-Philipp Wich +Date: Tue Jan 27 17:15:14 2009 +0000 + + modules/admin-core: implement a more elegant solution for #46; treat empty or zero-length netmasks as /32 subnet + +commit a27c539deac41b583434564fbd0c2f8c5317b0f9 +Author: Jo-Philipp Wich +Date: Tue Jan 27 16:48:46 2009 +0000 + + modules/admin-core: prevent crash in network interface overview when netmask option is defined, but empty + +commit db087ebfb40dea62f24c4c9e9347e28030358f9d +Author: Michael Geddes +Date: Tue Jan 27 12:02:18 2009 +0000 + + List of voice prompts requried + +commit cfdd3ca6822566beb7a571ee4004a76fd88cf0d2 +Author: Michael Geddes +Date: Tue Jan 27 02:42:50 2009 +0000 + + Move number taging from lastcall.conf to tagnumber.conf + Improve tagging workflow. + +commit dfa7dbbc45f4689957e15988e69e50194da348a0 +Author: Michael Geddes +Date: Tue Jan 27 02:40:40 2009 +0000 + + Put quotes for safety. + Move enable_Voicemail() here. + +commit 213d2a310e4432d2a024dbf33506a67b0e5455ba +Author: Michael Geddes +Date: Tue Jan 27 02:39:41 2009 +0000 + + The number tagging has been split into macros/tagnumber.conf + +commit 84d6b1e148e27ae67094c6cacff684c23b8fcfff +Author: Michael Geddes +Date: Tue Jan 27 02:39:12 2009 +0000 + + Add match_all_s variable - match all including s + Move enable_voicemail to voicemailconf. + Ignore variables beginning with _ in certain sections + +commit 61146aee6ce9ee00aee80fbe3f87acf277066131 +Author: Michael Geddes +Date: Tue Jan 27 02:28:35 2009 +0000 + + Support for Call queues + +commit f0fef5eb5a49a385a3ffc2c52d43a1e0230ec10c +Author: Michael Geddes +Date: Tue Jan 27 02:28:02 2009 +0000 + + Options for voicemail + +commit d8e0cdb2f8558b1acd6d8ff07b9ce41b6d0e96b2 +Author: Jo-Philipp Wich +Date: Mon Jan 26 23:38:54 2009 +0000 + + contrib/package: disable dyn_gw plugin in olsrd default config, causes segfaults + +commit 35d66fb98d2785ae83dc8b9ce76a2cea1bb0ddc7 +Author: Steven Barth +Date: Mon Jan 26 13:59:45 2009 +0000 + + Remove dependency between luci-admin-full and firewall on user request + +commit 9e1f802dced46f10c0da7e6acccc1975a59445ed +Author: Steven Barth +Date: Mon Jan 26 10:20:18 2009 +0000 + + Add versioning information to Freifunk status + +commit 70fe5ad437fbff90954accaa1a90bcea37cfa469 +Author: Jo-Philipp Wich +Date: Mon Jan 26 02:09:13 2009 +0000 + + modules/admin-full: fix dropbear pwauth option (#42) - thanks for reporting! + +commit 20ee7d4bd9844bba636d944d7695036c12cb4074 +Author: Jo-Philipp Wich +Date: Sun Jan 25 21:22:10 2009 +0000 + + applications/luci-ffwizard-leipzig: also configure hostname and olsr name + +commit 2ea584beaff7cc132f1bc05f477bccc4505373c2 +Author: Jo-Philipp Wich +Date: Sun Jan 25 20:24:27 2009 +0000 + + modules/freifunk: fix cronjob installation + +commit 950ab853eab2ae0a116d4d2390e46a58c9f5ad42 +Author: Jo-Philipp Wich +Date: Sun Jan 25 20:14:49 2009 +0000 + + modules/freifunk: implement /etc/rc.local, install dnsmasq sighup cronjob on boot + +commit c1c220b73922fba4646b224e7309f71965aaec0d +Author: Steven Barth +Date: Sun Jan 25 19:56:23 2009 +0000 + + FF-Wizard: Accept ICMP by default + +commit 679df1fb9a27abb9ca322a0af57d73d5431715a4 +Author: Jo-Philipp Wich +Date: Sun Jan 25 19:38:08 2009 +0000 + + modules/freifunk: ensure right order in hotplug processing when applying nat fixes + +commit e71a8b1641e54267c2b4856d4097e9cb06b4086b +Author: Steven Barth +Date: Sun Jan 25 19:01:07 2009 +0000 + + Bump UCI + +commit 233159e9d43ee86963a061434f77473849aea985 +Author: Steven Barth +Date: Sun Jan 25 17:50:26 2009 +0000 + + It's kiloByte not kilobit... + +commit ea6c11f863929dcd97f47387ad43a53f335deb57 +Author: Steven Barth +Date: Sun Jan 25 17:42:41 2009 +0000 + + Add Image setting for default language (closes #21) + +commit f4f53b3893420bf9f5cc4ee0a3ea53a594524d6c +Author: Jo-Philipp Wich +Date: Sun Jan 25 17:31:21 2009 +0000 + + modules/freifunk: don't set rx/tx antenna in wizzard, rely on diversity instead + +commit 6654b36d8ffdcc34773f1d8033b650a75e390258 +Author: Steven Barth +Date: Sun Jan 25 17:30:14 2009 +0000 + + Add unit for UPNP (closes #39) + +commit d35063211c5fd3ee9d5ae542a76906b0699dad0c +Author: Jo-Philipp Wich +Date: Sun Jan 25 17:28:15 2009 +0000 + + modules/freifunk: display status of all non-encrypted wireless networks if no freifunk zone is defined + +commit 26272967cfc861b8069a095aced13c59ec8e1e1d +Author: Steven Barth +Date: Sun Jan 25 17:14:45 2009 +0000 + + FF-Wiazrd: Add OLSR DNS to dnsmasq + +commit e683011032ec099a866c9582f3e965b4a69074fd +Author: Jo-Philipp Wich +Date: Sun Jan 25 16:46:28 2009 +0000 + + applications/luci-ffwizard-leipzig: prepare advanced firewall config and disable tcp_ecn by default + +commit 58d15fdedb105997156c86aedde87a18786da433 +Author: Jo-Philipp Wich +Date: Sun Jan 25 16:45:19 2009 +0000 + + modules/freifunk: + - implement generic fix for firewall MASQUERADE + - implement advanced uci config to control sysctl and /proc values + +commit 9b01a6e862d119b999ce57173f8de55c15cc8818 +Author: Jo-Philipp Wich +Date: Sun Jan 25 15:06:17 2009 +0000 + + applications/luci-upnp: add option to enable/disable secure mode + +commit 55f6cb895b288424df57f0162a23ed3106908024 +Author: Steven Barth +Date: Sun Jan 25 13:30:24 2009 +0000 + + Using DROP is bad behaviour, use REJECT instead + +commit b0abe4aa08517b4bab745d3638c538c16f2fa806 +Author: Jo-Philipp Wich +Date: Sun Jan 25 13:03:17 2009 +0000 + + libs/core: further fixes for luci.util.pcdata(), fix wrong character range and drop invalid control chars entirely + +commit 1179fd247780808d252fae7235a8cafe607fca94 +Author: Steven Barth +Date: Sun Jan 25 12:33:22 2009 +0000 + + Push translations + +commit e226a77b2470b7c7c95f9a1bb764fbdc02c06f84 +Author: Jo-Philipp Wich +Date: Sun Jan 25 12:29:37 2009 +0000 + + libs/core: rework luci.util.pcdata() to also escape ascii control chars + +commit 918e1f8658a34a52a7f97512d15ad234913d89b5 +Author: Steven Barth +Date: Sun Jan 25 12:15:39 2009 +0000 + + Fix PPP support (closes #41) + +commit 72b276d92d18867046d05f92864817e5883e2145 +Author: Jo-Philipp Wich +Date: Thu Jan 22 23:16:37 2009 +0000 + + contrib/package: remove definitions for pgraph plugin + +commit 661ead324112a850a73fa2e2433a40c3b031f235 +Author: Jo-Philipp Wich +Date: Thu Jan 22 23:07:09 2009 +0000 + + contrib/package: bump olsrd-luci to hg rev 2227 + +commit fc1e5cbe4d1411b56a0f995a9cae9e17e2da3447 +Author: Jo-Philipp Wich +Date: Wed Jan 21 13:50:24 2009 +0000 + + libs/lucittpd: fix format strings in luaplugin.c and log.c + +commit 05da6913ddb76674200e4c935bd37b8970c41ca7 +Author: Steven Barth +Date: Tue Jan 20 19:40:14 2009 +0000 + + urldecode path_info before using it + +commit 527edf0ba002370b665add902b530c11fe5e0da2 +Author: Steven Barth +Date: Tue Jan 20 10:56:07 2009 +0000 + + Replace Dos line endings with Unix ones where needed + +commit 514a9bfec70e393b3c27d625237ba0578789a8a9 +Author: Steven Barth +Date: Tue Jan 20 10:18:45 2009 +0000 + + Add utime to luci.fs + +commit eedf5359965d8076eca3dc2e8aac002e04ed3525 +Author: Jo-Philipp Wich +Date: Tue Jan 20 00:51:01 2009 +0000 + + libs/cbi: remove workaround for libuci + +commit 85ecde56c0541f1aa64448f2c78b177034d507ac +Author: Jo-Philipp Wich +Date: Tue Jan 20 00:50:17 2009 +0000 + + contrib: bump uci to v0.7.2 + +commit 10ab31ef5f2355d3ed3bbb6a5ac091ebdcb61a91 +Author: Jo-Philipp Wich +Date: Tue Jan 20 00:05:18 2009 +0000 + + libs/cbi: + - add workaround for libuci-lua bug when writing list values + - compare values against keyllist not vallist when validating StaticList + -> fixes StaticList and DynamicList widgets + +commit 06cdb072113646a99d4348c5bca15a7a8fa866c0 +Author: Michael Geddes +Date: Mon Jan 19 21:37:03 2009 +0000 + + Allow _* tags on sip configs + +commit b204c9ec8d686a84a7eefa15afd0b5b6ebb31bf9 +Author: Jo-Philipp Wich +Date: Mon Jan 19 13:39:54 2009 +0000 + + libs/uci: implement get_bool() to retrive uci variables as boolean value + +commit c1eb7cf48160136ff7d206cfa8487249e29db5fd +Author: Michael Geddes +Date: Mon Jan 19 12:12:22 2009 +0000 + + DISA dialplan support. + +commit c67c720fc8fcecf44299349c66e1eb5b72720acd +Author: Michael Geddes +Date: Mon Jan 19 12:11:41 2009 +0000 + + Add pickup2 module support. + +commit c1d8847a7d880f83ecca605b4ab6be6170d09750 +Author: Michael Geddes +Date: Mon Jan 19 12:10:56 2009 +0000 + + Add disaconf support. + Add app_pickup2 + +commit c87026c1abee67ce31a32c02307767897e5b8b1a +Author: Michael Geddes +Date: Mon Jan 19 12:07:46 2009 +0000 + + Update Documentation + +commit 394093af0e013ae9b9bbcb4636a7f35dd2fc3f10 +Author: Jo-Philipp Wich +Date: Mon Jan 19 00:16:13 2009 +0000 + + applications/luci-ffwizard-leipzig: force /etc/firewall.freifunk include and set drop_invalid to 0 + +commit 11ebe1aa815805b4d02f48012467d265c8e7f208 +Author: Michael Geddes +Date: Sun Jan 18 12:51:28 2009 +0000 + + Add link to load voicemenu config. + +commit 77f31860a094b15ece5fc9bc1971d5a99ff9e4aa +Author: Michael Geddes +Date: Sun Jan 18 12:50:23 2009 +0000 + + Ability to have unatended voice menus. + +commit 4f1243271d59c58b6cc7ae016189bda22bb118f8 +Author: Michael Geddes +Date: Sun Jan 18 12:49:36 2009 +0000 + + Allow voicezone to have a 'name' option rather than having a named section. + +commit 29c406acea9677abeb351d3d2060d5662b4d42c3 +Author: Michael Geddes +Date: Sun Jan 18 12:48:35 2009 +0000 + + Ability for 'module' configs to have an optional 'createdialplan' section. + Used to create voicemenus. + +commit 14c485e11719f2385f01397f7d7eeeed9ed460ea +Author: Jo-Philipp Wich +Date: Sun Jan 18 00:02:13 2009 +0000 + + libs/uvl: update inline documentation + +commit 9ee2ef562369595a214cf3e852f7b980361acf83 +Author: Jo-Philipp Wich +Date: Sat Jan 17 23:50:32 2009 +0000 + + libs/uvl: + - allow overriding the config directory in luci.uvl + - support --configdir for uvl verify too + +commit e7fa9958dc382d7f93b43a6e28196ba8d50b80c6 +Author: Jo-Philipp Wich +Date: Sat Jan 17 18:18:10 2009 +0000 + + themes/openwrt.org: further background fix + +commit a6159010a8069320d5c9f77c128cfa02d8e2f610 +Author: Steven Barth +Date: Sat Jan 17 17:56:43 2009 +0000 + + Purge abandonend brands + +commit dd62f951c823cef8f44d6ffa6d5a80a5c50e3592 +Author: Jo-Philipp Wich +Date: Sat Jan 17 17:39:57 2009 +0000 + + themes/openwrt.org: fix css for background + +commit 89c8f98b12f28caf95989d99da6b6cb411f979c5 +Author: Jo-Philipp Wich +Date: Sat Jan 17 16:35:02 2009 +0000 + + build: add mkversion.sh helper script + contrib: (re-)generate version.lua at build time + libs/core: use version.lua + themes: adept header to version.lua, fix css for openwrt.org + +commit f2148a5c65fa6c66d0d22fa43ec2f3e71aac9aa1 +Author: Steven Barth +Date: Sat Jan 17 16:19:43 2009 +0000 + + Add connbytes support to QoS + +commit b847ba072dc15e4c4de2231f73dc3298c3f34092 +Author: Steven Barth +Date: Sat Jan 17 13:52:22 2009 +0000 + + Make fixtime more reliable + +commit d361c24da419470189552c2967f577d598e9aea5 +Author: Jo-Philipp Wich +Date: Sat Jan 17 13:30:41 2009 +0000 + + themes/openwrt.org: don't make background fixed, causes huge performance penalties on some gpus + +commit 9afa5d94d70011518dc246d4ea0c4b8adaced7f3 +Author: Steven Barth +Date: Sat Jan 17 13:25:32 2009 +0000 + + Remove "Save & Apply" note on homeepage of Mini as it does not apply + +commit f397bfdbb8a96485196584535a1522f4703df3ab +Author: Jo-Philipp Wich +Date: Sat Jan 17 13:22:14 2009 +0000 + + applications/luci-fw: translation fixes for english and german + +commit b166a33429950e35b32f6a1bbaff16fa19ad25f5 +Author: Steven Barth +Date: Sat Jan 17 13:20:59 2009 +0000 + + * Remove "OPKG Configuration" link in menu - link on package manager page is enough + * Remove "Upgrade all packages" link as it is very dangerous on squashfs based filesystems + +commit 495714426232f7560d3b1e2f9dc99eb06ecd8781 +Author: Steven Barth +Date: Sat Jan 17 13:06:18 2009 +0000 + + Autoapplying on creation / deletion of sections is annoying, disable it. + +commit 77e992e78cc2dc03dfa891d67d4fe55db184250b +Author: Michael Geddes +Date: Sat Jan 17 12:22:46 2009 +0000 + + Generate context for adding callerid name with proper sequences. + +commit 1df66e6fae7aab01564e133dc7327f9b16c21380 +Author: Michael Geddes +Date: Sat Jan 17 11:08:40 2009 +0000 + + Add LASTCALL_DIR to globals section if there is a DEST set. + +commit 2c79f6771cd5bbf7a8503e164b8ad7f13f0aab14 +Author: Michael Geddes +Date: Sat Jan 17 11:07:52 2009 +0000 + + Add DisplayName option to sip/iax for callerid display + +commit c661fa627816483eaf449f32d2ef79617e84102b +Author: Michael Geddes +Date: Fri Jan 16 23:15:43 2009 +0000 + + Show that type is allowed to be specified with the target. + + Show that target is a list for dialzones. + +commit dd31394d2b218d7a304d49fa992baab736798086 +Author: Michael Geddes +Date: Fri Jan 16 23:14:14 2009 +0000 + + Document domain/localnet are lists. + +commit 467615c25b9d7c83ca25b29d5e1aebddbf74e4d3 +Author: Michael Geddes +Date: Fri Jan 16 23:13:33 2009 +0000 + + For sipglobal, sip, handle multiple domain and localnet settings. Add the local IP for the domain automatically. + There was a conflict in names in handle_dialtarget from where it was called. Use prefix to reduce liklihood. + +commit e20b336bb197412849fadbb409ac4783f3705fde +Author: Michael Geddes +Date: Fri Jan 16 23:10:18 2009 +0000 + + Allow specifying the target type together with the target in the dialplan extension (rather than having a sep variable).. + Move incoming_context functions here from sipiaxconf. + Allow incoming target to have different formats for the type/target, and convert it to TYPE/target. + +commit c07fb10541aa5929a38b2940e77947b997284179 +Author: Michael Geddes +Date: Fri Jan 16 23:06:43 2009 +0000 + + Fix the split_append function so that codec modules are properly enabled. + +commit 6070e77fa4bbc46f95f7b0c4fffd5ece8defffd8 +Author: Jo-Philipp Wich +Date: Fri Jan 16 20:35:47 2009 +0000 + + applications/luci-fw: fix for german translation + +commit 1049b3fd2a2d3a238b4d8531927ed499dea50623 +Author: Jo-Philipp Wich +Date: Fri Jan 16 20:05:01 2009 +0000 + + applications/luci-fw: fixes for english translation + +commit 9de7ed0945db1915a430e5d8339c7f3c18682e7e +Author: Jo-Philipp Wich +Date: Fri Jan 16 20:02:45 2009 +0000 + + applications/luci-fw: + - add toggle for the drop_invalid option + - bump translations + +commit 8458684ab9f95c042fdeed43492331d02c85a6f4 +Author: Steven Barth +Date: Fri Jan 16 19:12:31 2009 +0000 + + Add missing UVL entries for madwifi hacks + +commit abae7b063cedfec21550d28b37a0cb27081bb839 +Author: Jo-Philipp Wich +Date: Fri Jan 16 18:44:39 2009 +0000 + + applications/luci-fw: extend uvl schema to cover the drop_invalid and mtu_fix options + +commit a6beb3cd41fd6e16b33bea9f20009cf72f204b40 +Author: Steven Barth +Date: Fri Jan 16 18:26:32 2009 +0000 + + ppp keep-alive is non-atomic, closes #30 + +commit 4694bedd696c9a33116751bf8915f300632ea30c +Author: Steven Barth +Date: Fri Jan 16 18:18:29 2009 +0000 + + Fix saving of ipkg configuration file + +commit 30ec22f84231924f7ac85d3c8d40024b9778c1c3 +Author: Steven Barth +Date: Fri Jan 16 12:35:25 2009 +0000 + + Add shortcut "LuCI Components" to menu for easier adding / removing + +commit d6711a5f840469a7f2e8f1bc02488dad6e4a1950 +Author: Jo-Philipp Wich +Date: Thu Jan 15 00:18:03 2009 +0000 + + contrib/package: ensure BUILD_DIR separation in olsrd-luci + +commit d0d1fe0a28c5dcd5ffe62c59fde634dda2b5f1cd +Author: Steven Barth +Date: Wed Jan 14 23:47:56 2009 +0000 + + Automatic language detection + +commit d415e9ac42e23ce2c0784be0e092205ec82c78df +Author: Michael Geddes +Date: Wed Jan 14 01:53:07 2009 +0000 + + Fix up udev zap devices to look like devfs (which asterisk expects). + +commit 987f7505b9ffa7bd2bdfbaa50e1af3538632c224 +Author: Michael Geddes +Date: Wed Jan 14 01:51:50 2009 +0000 + + Support for tagging of names in lastcall lists. + + Fix up lastcall menu so that you can type ahead. + +commit 1317707738fc99012961a3f7f7d02bbad695a452 +Author: Michael Geddes +Date: Wed Jan 14 01:49:24 2009 +0000 + + Fix some errors related to quoting variables. + +commit d5f58717c66ecd514740a9a1c4734764c409c1ce +Author: Michael Geddes +Date: Wed Jan 14 01:48:10 2009 +0000 + + Tidy up some bugs with quoting. + Use the ${match_all} variable - use [0-9+#*] as match-all. + + Fix the section name for iax contexts prepended with iax_. + + For IAX, handle uci list for 'allow', 'incoming' and 'extension'. + +commit caf356d2d9197f0891a2c603ee7fff7ab75bace5 +Author: Michael Geddes +Date: Wed Jan 14 01:43:06 2009 +0000 + + Document dialplangoto. + Add inzone documentation + +commit 66b15da9be92230d276c3888aca6da5d03823dfc +Author: Michael Geddes +Date: Wed Jan 14 01:42:06 2009 +0000 + + Add Inzone handling - routing icoming calls based on dialed number and callerid. + Use _[0-9*+#]. in place of _. to avoid warnings in the log. + + Fix some errors with quotes + + Change default call type to macro for lastdialedtype. + +commit 642032dfe89895b3597903102729f5658a86382f +Author: Michael Geddes +Date: Wed Jan 14 01:38:28 2009 +0000 + + Make udev ZAP devices look like devfs devices. + +commit 459f46af9ca0dc86077712c3ef0352ca003991d9 +Author: Michael Geddes +Date: Wed Jan 14 01:37:00 2009 +0000 + + Extensions can be a list + +commit 5621d8815d18179d2c0b50d1e4b2eaf76be65b0d +Author: Steven Barth +Date: Tue Jan 13 11:17:43 2009 +0000 + + Nobody reads our texts ;-) + +commit c730262d146891919a12cc07765805a77e9c4ff2 +Author: Jo-Philipp Wich +Date: Mon Jan 12 17:31:19 2009 +0000 + + libs/cbi: implement .sectionhead and .sectiondesc properties to allow labelling the id column in table layouts + +commit eabf36ac4c5a3a03b9d25b92d8f2825fde954eb7 +Author: Jo-Philipp Wich +Date: Sun Jan 11 23:37:21 2009 +0000 + + application/luci-asterisk: + - implement initial sip client management + - improve trunk and client handling + - implement more options + +commit dfbd41b2dcc7923c096a85b697f65f09ebe88717 +Author: Jo-Philipp Wich +Date: Sun Jan 11 15:45:34 2009 +0000 + + libs/cbi: also set id attribute for hidden fields + +commit f4a5a0f653813900894748ee87380d5894d8f435 +Author: Jo-Philipp Wich +Date: Sun Jan 11 04:49:25 2009 +0000 + + applications/luci-asterisk: make regster option a flag value + +commit 20988a0f187eccda0edfb498cd04eb97e2349fd6 +Author: Jo-Philipp Wich +Date: Sun Jan 11 04:23:43 2009 +0000 + + applications/luci-asterisk: + - make nat handling configurable for sip trunks + - display actual reason when trunk is offline + +commit bcd406e0735f2195af399fccfcd5187dfc4b8f94 +Author: Jo-Philipp Wich +Date: Sun Jan 11 04:20:34 2009 +0000 + + applications/luci-asterisk: register with ucitrack + +commit 00636ae577d3d7e6a8c7b216ae46df499291eeb7 +Author: Jo-Philipp Wich +Date: Sun Jan 11 04:01:32 2009 +0000 + + applications/luci-asterisk: add some options to sip trunk configuration + +commit fb7aea55e89c4484aa14460bb788285c36d15d3c +Author: Jo-Philipp Wich +Date: Sun Jan 11 03:44:04 2009 +0000 + + libs/cbi: add support for hidden form fields in sections + +commit 1b989e556af2e018744dd9f875a01a0e5ea27ded +Author: Jo-Philipp Wich +Date: Sun Jan 11 03:05:01 2009 +0000 + + applications/luci-asterisk: add the first few bits of reworked webif code + +commit d17e770dc561eee09a9c7c0b741b1a8993bd4c11 +Author: Jo-Philipp Wich +Date: Sun Jan 11 03:00:57 2009 +0000 + + contrib/package/asterisk-xip: + - switch to uci backend in init script + - fix syntax error in syntax script + - bump package revision + +commit e6fc123a0a46e101a1c2ee8734bc333f7f62f506 +Author: Jo-Philipp Wich +Date: Sun Jan 11 00:02:59 2009 +0000 + + applications/luci-asterisk: add initial code for the asterisk interface library + +commit 85f780f576f75dab98bd612f83d2ee97f38d44af +Author: Steven Barth +Date: Fri Jan 9 10:57:28 2009 +0000 + + Resolve dependencies when a combobox is updated. + +commit 25d9dc415f05bb8e535ccf3d4f3abdf67d2d9e72 +Author: Steven Barth +Date: Fri Jan 9 10:05:19 2009 +0000 + + Firewall GUI optimizations + +commit 37830bc23207eca02b9280cbbe1d56230f8eb05a +Author: Steven Barth +Date: Thu Jan 8 21:18:35 2009 +0000 + + Make protocol selection in Firewall and QoS a combobox + closes #29 + +commit 5a35b64dfb02e126e271c963fcf083636dd0b88e +Author: Steven Barth +Date: Thu Jan 8 17:14:56 2009 +0000 + + Added computer-readable Freifunk status page + +commit ba66d54b5f4064664c69f614d55814cc6e862997 +Author: Jo-Philipp Wich +Date: Thu Jan 8 16:21:52 2009 +0000 + + contrib/package: move asterisk14-xip to feed + +commit 2498f604961ebcf0bc8094bb72fd77d63670ee72 +Author: Jo-Philipp Wich +Date: Wed Jan 7 23:37:44 2009 +0000 + + contrib/package: change luci-app-asterisk dependency to asterisk14-xip-core + +commit e437517fe72099d82d115a28c6f7a7ce2c5026c7 +Author: Jo-Philipp Wich +Date: Wed Jan 7 23:35:08 2009 +0000 + + contrib/packages: add copyright notice to Makefile + +commit 9694c56558e9735b34d2b46ad3ee6483f91a8a7e +Author: Jo-Philipp Wich +Date: Wed Jan 7 23:28:22 2009 +0000 + + contrib/package: make luci-app-asterisk depend on asterisk14-xip + +commit deabf41b3fee0bf019c541c7418ec6120ff99279 +Author: Jo-Philipp Wich +Date: Wed Jan 7 23:27:28 2009 +0000 + + contrib/package: add asterisk14-xip package to prepare Asterisk/LuCI/UCI integration + +commit c8a2a3031b20c41222b95c3ab08f0bb45baafd90 +Author: Jo-Philipp Wich +Date: Wed Jan 7 20:48:05 2009 +0000 + + modules/admin-full: fix default state and handling of the defaultroute and peerdns options + +commit 55ed5c897855d6597bbbd8e8ff4a3a4de285b73f +Author: Steven Barth +Date: Mon Jan 5 21:13:56 2009 +0000 + + Fix disabling of WiFi + closes #22 + +commit cc4e2d4943018e0b01c403672c919072659a83a4 +Author: Steven Barth +Date: Sun Jan 4 20:08:45 2009 +0000 + + Introduce active (pulling) JSON-Decoder + +commit bb44869de9ba8d5035d4c74e3651e911e959a863 +Author: Steven Barth +Date: Sun Jan 4 15:46:08 2009 +0000 + + Cleanup overview / details nodes + +commit f911758bc2b5799f05290954bdfe23e81577548b +Author: Steven Barth +Date: Sun Jan 4 15:45:57 2009 +0000 + + Add extended dispatching targets, optimize dispatching behaviour + +commit 04990177861293a354d92e58ed1e4f82a5bebe5d +Author: Jo-Philipp Wich +Date: Sat Jan 3 23:36:13 2009 +0000 + + contrib/package: mark xrelayd as broken + +commit 637bbfce8b81a8e85fdecdd2a37488f0e7fd02e9 +Author: Steven Barth +Date: Fri Jan 2 21:42:49 2009 +0000 + + HTTP is sufficient for plain checkouts, Schäuble could also do checkouts before by himself + +commit 70ded13045e6b882859eeb0acb928eb8cacefd28 +Author: Steven Barth +Date: Fri Jan 2 21:33:10 2009 +0000 + + Use luci.fs.access instead of luci.fs.isfile where applicable + +commit 748bbc8acb42065886d23dc7d95afa218dc42445 +Author: Steven Barth +Date: Fri Jan 2 12:38:47 2009 +0000 + + Fixed a typo, moved Freifunk themes to Freifunk submenu + +commit 5d27b7fba504e5d5dd75ec0817b444b99a8e6855 +Author: Steven Barth +Date: Fri Jan 2 12:28:55 2009 +0000 + + Fix some recursive dependencies + +commit a54e351460ba3216cc85948d3193703953a7f88c +Author: Steven Barth +Date: Fri Jan 2 12:23:10 2009 +0000 + + Reintroduce conditional dependencies + +commit 6bd1476aee2b52c8db935244e893cead310455bd +Author: Jo-Philipp Wich +Date: Thu Jan 1 19:59:31 2009 +0000 + + contrib/package: bump olsrd to most recent hg rev + +commit 4d34417ebc3e46cc16529e7e6da46e80229787c5 +Author: Jo-Philipp Wich +Date: Thu Jan 1 18:15:20 2009 +0000 + + modules/admin-full: add support for the probereq iwpriv param + i18n: add required strings + +commit ae6c1f618f3618e386863b655a3be02de14d8f3b +Author: Jo-Philipp Wich +Date: Thu Jan 1 13:55:40 2009 +0000 + + modules/admin-full: fix diversity setting for atheros cards + applications/olsr: fix enable/disable for olsrd plugins + +commit f008ec70f982113b71ee00fbda2ee24868e1c360 +Author: Steven Barth +Date: Thu Jan 1 13:32:57 2009 +0000 + + Fix samba "read only" and "guest ok" settings not applied correctly. + +commit 5623d34f875bb7b1734d72b2e71ca456e044339e +Author: Steven Barth +Date: Wed Dec 31 20:27:01 2008 +0000 + + Add support for MSS correction + +commit a3d603df27571ae4fa67cbc11b0ed04f1de0723e +Author: Steven Barth +Date: Wed Dec 31 19:53:47 2008 +0000 + + Rename wireless.wifi-device.mode to wireless.wifi-device.hwmode + +commit f1c54fddcc43d00167ad4af35e6e871f43bd31ba +Author: Jo-Philipp Wich +Date: Mon Dec 29 17:39:48 2008 +0000 + + applications/siitwizard: use unique-local ip6addrtype + +commit 9709bb5316b147e0f9ba04d228d2fb72306e824d +Author: Jo-Philipp Wich +Date: Mon Dec 29 17:27:35 2008 +0000 + + contrib/packages: fix olsrd makefile + +commit 64a6bf01c0f8a12c45d52d7d82e0934ea2e6dd73 +Author: Jo-Philipp Wich +Date: Mon Dec 29 17:12:10 2008 +0000 + + contrib/packages: add another fix for olsrd ipv6 addresses + +commit 59a84011287e1215b46e957b6db4d877d639a67f +Author: Steven Barth +Date: Mon Dec 29 14:55:30 2008 +0000 + + Bump UCI + +commit 7e99c6f13a0c3d22bbb2d1068393976d727de2b4 +Author: Steven Barth +Date: Mon Dec 29 14:28:38 2008 +0000 + + Revert "Use conditional dependencies" + - Build system is b0rken! Unknown recursive dependencies. + +commit cf4e7aab9418547582f11e8a9266bed70db5fe45 +Author: Steven Barth +Date: Mon Dec 29 14:21:57 2008 +0000 + + Use conditional dependencies + +commit 26bddd37cf46ee75e3b3d98e829f20b5cb9582fe +Author: Jo-Philipp Wich +Date: Mon Dec 29 03:42:19 2008 +0000 + + contrib/packages: move olsrd to tip again and add fix for ipv6 address handling + +commit fcffac22670ca411ced6e8cfd9c813859d70357c +Author: Jo-Philipp Wich +Date: Mon Dec 29 02:52:02 2008 +0000 + + contrib/packages: revert to olsrd 0.5.6-r3 + +commit 6dbc37b992399c0bdc140fe286151a3c44fdf777 +Author: Jo-Philipp Wich +Date: Sun Dec 28 21:43:38 2008 +0000 + + contrib/package: bump to olsrd tip + +commit 493dc966c093c1bc595deb31811ce3dfecd73f45 +Author: Jo-Philipp Wich +Date: Sat Dec 27 22:54:34 2008 +0000 + + applications/siit-wizard: change ipv4 address pool + +commit a5c4b5bb5e835287a77bf1693e61f71cd7e6113c +Author: Jo-Philipp Wich +Date: Sat Dec 27 18:27:12 2008 +0000 + + applications/siitwizard: lower mtu on lan and wan to 1240, make sure to remove old hna6 announcements + +commit 71b8fd5ddf9d7f23ada97a1910bafd1f8711a76b +Author: Jo-Philipp Wich +Date: Sat Dec 27 01:44:56 2008 +0000 + + applications/siitwizard: + - fix calculation of available hosts addresses in pool + - also calculate dhcp start and limit addresses + - tune siit defaults to use Freifunk PI addresses + - change bssid to avoid collision with Freifunk mesh + +commit 870397a3cd621561e8f464d1aed7b0cef88d98d7 +Author: Jo-Philipp Wich +Date: Sat Dec 27 01:42:34 2008 +0000 + + libs/ip: return a copy of given tables in __mask16() to avoid destroying them later + +commit 75e9772baae4d04803f191cbd832c204c9538d5b +Author: Jo-Philipp Wich +Date: Sat Dec 27 00:31:42 2008 +0000 + + modules/freifunk: fix typo in route6 section *sigh* + +commit 7152c345411123cf5de2e29daf949884a9c0b905 +Author: Jo-Philipp Wich +Date: Fri Dec 26 04:51:56 2008 +0000 + + applications/siitwizard: add sw_merge and txpower to wifi-iface config + +commit 1b23d79b3adfe33d71e0974e10276b4ea0d812c1 +Author: Jo-Philipp Wich +Date: Fri Dec 26 01:25:31 2008 +0000 + + applications/siitwizard: remove leftover variable definition + +commit e9c934a5adb0692a86da9665fbcdfccf2285421b +Author: Jo-Philipp Wich +Date: Fri Dec 26 01:22:04 2008 +0000 + + applications/siitwizard: + - move basic ipv4 config to uci config + - do integrity checks on given lan ip address + - configure system-hostname and olsrd nameservice + - configure ipv4 dns for clients + +commit 889d3a4111c9a5f501602b6387ce273e40e2b9db +Author: Jo-Philipp Wich +Date: Tue Dec 23 21:57:34 2008 +0000 + + trunk: remove bitrot + +commit 4adce96bdae92930fd79f90d81a93982bf9b5242 +Author: Jo-Philipp Wich +Date: Tue Dec 23 16:49:48 2008 +0000 + + applications/siitwizzard: configure siit0 with proto none, don't use a dummy-v4-ip anymore + +commit 73f2139f160b5424aec856b5f67141901ff8731f +Author: Jo-Philipp Wich +Date: Tue Dec 23 16:48:48 2008 +0000 + + modules/admin-full: readd "none" protocol option to interface config + +commit 22625f02fd298a830c5c377c2aec7bd25e0a20a4 +Author: Steven Barth +Date: Tue Dec 23 11:47:50 2008 +0000 + + Bump UCI + +commit 3a7171d73d5c4fb163b2e2675fd0f76bb645000c +Author: Steven Barth +Date: Tue Dec 23 10:36:57 2008 +0000 + + Sysauth does not have a valid dispatched node: Fall back to REQUEST_URI environment + +commit 3f50b0351b0d93b71ff0920a5b4236c3bef2647e +Author: Jo-Philipp Wich +Date: Tue Dec 23 05:28:43 2008 +0000 + + applications/siitwizzard: also prepare firewall include + +commit a94fdde178cf6315a5c5fd4874a75cb9e9819dfd +Author: Jo-Philipp Wich +Date: Tue Dec 23 05:20:16 2008 +0000 + + contrib/package: remove @BROKEN dependency from siit wizzard + +commit 1952a2cae358c878a67d0097bd18e3988b04a320 +Author: Jo-Philipp Wich +Date: Tue Dec 23 05:18:08 2008 +0000 + + applications/siitwizard: move menu entry to the end of network menu + +commit 6e9a8f2dcaba5d8225c1109e055f014d26611653 +Author: Jo-Philipp Wich +Date: Tue Dec 23 00:08:42 2008 +0000 + + applications/asterisk: add Makefile + +commit 4364423cd44421199b58e4f3788969a8f30073fd +Author: Jo-Philipp Wich +Date: Mon Dec 22 22:01:15 2008 +0000 + + luci/i18n: apply french translations - thanks! (#14, #15, #16) + +commit 014d971eabdb4c20eb09356098ca1a87f783abe7 +Author: Steven Barth +Date: Mon Dec 22 21:54:20 2008 +0000 + + Fix urltoken passing on several pages + +commit 489be66e4d1634197a6975f589239f93edac54e6 +Author: Jo-Philipp Wich +Date: Mon Dec 22 12:57:49 2008 +0000 + + modules/admin-core: change network uvl scheme to allow ipv4 routes without gateway + +commit 1ff1a107b192f28e4ca159d2201510d28bee7a38 +Author: Jo-Philipp Wich +Date: Mon Dec 22 03:01:09 2008 +0000 + + applications/siitwizard: + - fixup olsrd txtinfo accept parameter + - use network-, not host-ip for gateway-side siit ipv4 route + +commit c505596389ce37f2713a5f203abc0b73a5b336c7 +Author: Jo-Philipp Wich +Date: Mon Dec 22 02:59:05 2008 +0000 + + applications/luci-olsr: make olsrd status pages ipv6 capable + +commit 412fc440717037fe19f3c6b4d9a179659132382c +Author: Jo-Philipp Wich +Date: Sun Dec 21 22:32:08 2008 +0000 + + modules/admin-root: remove "sample-host" entry from /etc/config/luci_hosts + +commit 3b83bbb12802ffc3d0d55f8ec91ec2ad88c02647 +Author: Jo-Philipp Wich +Date: Sun Dec 21 21:40:32 2008 +0000 + + applications/siitwizard: fix duplicate field name + +commit 81424e456f4fc28797c484bc9a4a2f9f8b4ca1ea +Author: Jo-Philipp Wich +Date: Sun Dec 21 19:38:49 2008 +0000 + + applications/siitwizard: install v4 routes and tweak firewall forwardings + +commit e1bd71a8250c20df1833cf35874cc496ca842bf2 +Author: Jo-Philipp Wich +Date: Sun Dec 21 19:17:12 2008 +0000 + + applications/siitwizard: also setup v4 routes and firewall + +commit 3ecec3ddbf9bdec6cab0a775f4f419ec4a862369 +Author: Jo-Philipp Wich +Date: Sun Dec 21 05:24:54 2008 +0000 + + applications/siitwizard: + - fix default lan ip + - make ip and netmask depend on client mode + +commit bbcb69d46b816bc04c8cc3b596f30039902ac464 +Author: Jo-Philipp Wich +Date: Sun Dec 21 05:20:22 2008 +0000 + + applications/siitwizard: + - refresh ipv6 config + - perform wifi and lan configuration too + +commit c836191f9872fa94d66d37ca09df51b8800260f9 +Author: Jo-Philipp Wich +Date: Sat Dec 20 23:33:38 2008 +0000 + + contrib/package: make luci-app-siitwizzard depend on kmod-siit + +commit c511ee6eee730f0161374b08bb4fd7abd990e320 +Author: Jo-Philipp Wich +Date: Fri Dec 19 12:23:28 2008 +0000 + + contrib/package: mark siit wizzard as broken too + +commit 373e7afb14bfffd9b840dc4ed9efd017f7ba0bee +Author: Jo-Philipp Wich +Date: Fri Dec 19 12:22:03 2008 +0000 + + contrib/package: drop german only notice from ff-support, mark asterisk as broken for now + +commit 04b52469506f0bbc49fd1edebeb7567c3d12b873 +Author: Jo-Philipp Wich +Date: Fri Dec 19 12:12:43 2008 +0000 + + modules/admin-full: make menu entry for led config depend on sysfs availability + +commit 0c3f77a3971699382d86fd1016aae7dcd0205f91 +Author: Jo-Philipp Wich +Date: Fri Dec 19 12:08:51 2008 +0000 + + libs/core: implement fs.isdirectory() + +commit 4ab5b4165a00cfd26366cf85c6d040bbae23311a +Author: Steven Barth +Date: Thu Dec 18 12:23:02 2008 +0000 + + Generated italian translation .lua-files (please anybody tell me why we have the .xml-stuff) + +commit 2454a51492959635d4d8ae95507baa4afdf5628a +Author: Steven Barth +Date: Thu Dec 18 12:19:46 2008 +0000 + + French translation fixes, thanks for contribution (closes #13) + +commit 4d23159dfe68060ab706d8e647bdab9e382e0f3c +Author: Matteo Croce +Date: Thu Dec 18 01:56:28 2008 +0000 + + add Italian translation package + +commit 57cfc2ee266076472c578e34f4ff664361672487 +Author: Steven Barth +Date: Wed Dec 17 19:52:50 2008 +0000 + + Fixed REQUEST_URI + +commit 11052b9f754c9d907abe24adb8da1ed732cbb605 +Author: Matteo Croce +Date: Wed Dec 17 18:21:03 2008 +0000 + + Complete Italian translation + +commit 058d81dfd91b6b38fad6be0b85d26f1bdb8a006b +Author: Matteo Croce +Date: Tue Dec 16 02:42:10 2008 +0000 + + Italian translation for admin-core (part 2) + +commit 1ee5ba632ab52b5d3af5c88803fee89c8eaf6fe1 +Author: Steven Barth +Date: Mon Dec 15 10:40:45 2008 +0000 + + Refined urltokens and XSRF protection + +commit 73109f3e46bc112faa9ebac16417b423d8661645 +Author: Matteo Croce +Date: Mon Dec 15 01:31:50 2008 +0000 + + Italian translation for admin-core (first part) + +commit 0e75c811a81210616c8530eeefc6ca81391353d8 +Author: Matteo Croce +Date: Mon Dec 15 01:23:41 2008 +0000 + + another typo fix + +commit 63f15b9beb688a1dcb01a3443f7be445b421a324 +Author: Matteo Croce +Date: Mon Dec 15 00:30:25 2008 +0000 + + typo fix + +commit cc6c0b21ec782b3a0a5f9a12b1f3c0330a6e5130 +Author: Matteo Croce +Date: Mon Dec 15 00:09:48 2008 +0000 + + Italian translation for default.it.xml and small typo fix + +commit 271c53a4af7a79414a440b3a4d90ef7dbc48fd77 +Author: Steven Barth +Date: Sun Dec 14 21:43:10 2008 +0000 + + Implement URL tokens + Add basic XSRF protection + +commit 509a3daadbfcd9cbe550ff9c70a6f7af55dd2a0f +Author: Steven Barth +Date: Sun Dec 14 21:43:05 2008 +0000 + + Kill session on logout + +commit 8b978f79fca72d3d8d76a1fb147addea2d7e3ded +Author: Steven Barth +Date: Sun Dec 14 21:42:59 2008 +0000 + + Added luci.sauth.kill, sanitize luci.sauth even more + +commit f9a04e040f78a98071eae377728278b992925678 +Author: Steven Barth +Date: Sun Dec 14 11:54:49 2008 +0000 + + LuCIttpd configuration pages + +commit 7b0d00bb77298d7222ede60aa0a2dc5347fd1a7b +Author: Steven Barth +Date: Sun Dec 14 11:54:40 2008 +0000 + + Axtls menuconfig fixes (thanks Yanira) + +commit 082e30b1c4a1d3a90b0bb8317319e72b8b010a68 +Author: Steven Barth +Date: Sun Dec 14 11:54:36 2008 +0000 + + i18n: .xml should not overwrite .lua files if they are older + +commit 239836b3bef9abc35a66b489881438b775231b1c +Author: Matteo Croce +Date: Sat Dec 13 17:38:23 2008 +0000 + + Italian Wifi translation, really + +commit 274622e964671ff8aa586eafc17647d6ef6e4462 +Author: Matteo Croce +Date: Sat Dec 13 17:35:51 2008 +0000 + + Italian Wifi translation + +commit b688df064a1d2b791fce2a3c5168a01655221327 +Author: Matteo Croce +Date: Sat Dec 13 17:25:44 2008 +0000 + + Initial Italian translation + +commit 1b48ae1188b829c71f9cdde4dc98ff1df41cfad0 +Author: Steven Barth +Date: Wed Dec 10 23:24:29 2008 +0000 + + Fix display of v6 Routing metric on Freifunk status pages + +commit f57759a08aa38e97dd03422cfe71da2b0a6c2452 +Author: Steven Barth +Date: Wed Dec 10 23:17:15 2008 +0000 + + Correct r3885 + +commit 5412893954dd557c17d38971e010baf1f7528ce4 +Author: Steven Barth +Date: Wed Dec 10 21:45:29 2008 +0000 + + Fixed an overflow error with IPv6 route metric + +commit 8e62419bcbdc8d61de6baca241dd1d559c3a6735 +Author: Steven Barth +Date: Wed Dec 10 20:31:09 2008 +0000 + + Don't apply network configuration if user clicks on "Scan" button + +commit a02f12cf2e2becfe976faa6ff1e5a585c78a513d +Author: Steven Barth +Date: Tue Dec 9 21:02:52 2008 +0000 + + Compatbility with non-Debian distros + +commit f7a3e34955fdcf9678fd0a5e18c8b06b6fc6b244 +Author: Jo-Philipp Wich +Date: Tue Dec 9 00:03:08 2008 +0000 + + prevent package upgrade failures caused by sloppy postinstalls + +commit 08fc73b8a6bb87c4094188fb60ebaed88c82d4c7 +Author: Jo-Philipp Wich +Date: Mon Dec 8 01:13:29 2008 +0000 + + contrib: add openvpn package and mark as broken for now + +commit b0190467761734a49e888df74a0fe1b62a886d48 +Author: Jo-Philipp Wich +Date: Sun Dec 7 23:43:30 2008 +0000 + + applications/luci-statistics: improve diagram labels + +commit cb06573805826173c0f19ca13bc9670f74f6b499 +Author: Jo-Philipp Wich +Date: Sun Dec 7 21:27:11 2008 +0000 + + modules/admin-full: improve layout of uci changes pages + +commit 77ac7cfcadfbaabed0631753cf4ea2837af2fea2 +Author: Steven Barth +Date: Sun Dec 7 20:09:46 2008 +0000 + + Start LuCIttpd in background + +commit 5c61c377c14730ac2de9d022d890f5918b46b001 +Author: Steven Barth +Date: Sun Dec 7 19:38:31 2008 +0000 + + Completed LuCI Livestats + +commit dd74b986a03f10280a1a00299e9159c047bc8f6a +Author: Steven Barth +Date: Sun Dec 7 19:38:22 2008 +0000 + + Make luci.sys.wifi.getiwconfig more compatible + +commit 596084109819606afa5e05a42b7c8757f96f8689 +Author: Steven Barth +Date: Sun Dec 7 13:26:34 2008 +0000 + + System Password: Prevent error when both password fields are empty + +commit 506822ee7080e86584a4f6436aeeb8edb411c88e +Author: Steven Barth +Date: Sun Dec 7 11:47:59 2008 +0000 + + Make LuCIttpd work OOTB + +commit a2d1ca7af0e72c451b31c7a35e13df9583de048e +Author: Steven Barth +Date: Sat Dec 6 14:31:30 2008 +0000 + + OpenWrt.org Oxygen theme, first steps + +commit cbdc5af52ef0eeae955753ab0a8a0df650027b55 +Author: Jo-Philipp Wich +Date: Sat Dec 6 03:18:14 2008 +0000 + + build: generate timezone offsets too in zoneinfo2lua.pl + libs/http: drop zoneinfo information in luci.http.protocol.data, use luci.sys.zoneinfo instead + libs/sys: refresh zoneinfo information + +commit 21da2f7c9c00eb812c0d503d73dca7f1e4dd5047 +Author: Jo-Philipp Wich +Date: Fri Dec 5 22:14:37 2008 +0000 + + contrib/package: add luci-app-firewall dependency to luci-admin-full + +commit 7540f86d40b23b04dd2de16ed90fc024d2cfa4ce +Author: Steven Barth +Date: Fri Dec 5 15:36:44 2008 +0000 + + Reload luci.config for each thread + +commit 23cbde0f448f2e0a1db83c91a024df038383eb9a +Author: Jo-Philipp Wich +Date: Tue Dec 2 14:18:08 2008 +0000 + + contrib/package: bump olsrd-luci to v0.5.6-r3 + +commit 008a65e5cc8462eda6ad13b26f767dc5421e5ac9 +Author: Jo-Philipp Wich +Date: Sun Nov 30 19:29:59 2008 +0000 + + modules/freifunk: handle v6 conditionally (as in network / routes) + +commit 46bb17c2d22c93c09b627062866e9ef599540687 +Author: Jo-Philipp Wich +Date: Sun Nov 30 19:12:58 2008 +0000 + + modules/admin-full: whitesapce cleanup in routes.lua + libs/sys: code changes in routes6() and defaultroute6() + +commit cd8e12d72a038bc3d6f4a62225c83f12815e28cd +Author: Steven Barth +Date: Sun Nov 30 18:43:10 2008 +0000 + + Don't fail if we do not have v6 support + +commit 5734545388e6661c3e9040c53262bc3ba54fa81e +Author: Steven Barth +Date: Sun Nov 30 17:22:48 2008 +0000 + + Optimized conntrack (thanks to Joe Burpee) + +commit c63a170cde44e891adedc9c589d05da46eecd674 +Author: Steven Barth +Date: Sun Nov 30 15:15:03 2008 +0000 + + Fix linking issues + +commit 616f0a199de5027859e5843594de80344a9461f5 +Author: Steven Barth +Date: Sun Nov 30 14:50:35 2008 +0000 + + more compile fixes + +commit a786110c6f028be518159f447a97925924712ac3 +Author: Steven Barth +Date: Sun Nov 30 13:48:56 2008 +0000 + + Fix compilation of LuCIttpd + +commit b33943a6e8596c1ddfc1b771a995d3cf21e81cd6 +Author: Steven Barth +Date: Sun Nov 30 13:19:45 2008 +0000 + + Merge LuCIttpd + +commit a7e7c31f8c659b55c1adb0863a8f2f66d3452d2b +Author: Jo-Philipp Wich +Date: Sun Nov 30 06:03:31 2008 +0000 + + applications/siitwizard: whitespace and typo fixes, svn property fixup + +commit 59fbc851613d0b86aabff91cd457a1e53d17a3e8 +Author: Jo-Philipp Wich +Date: Sun Nov 30 06:00:52 2008 +0000 + + luci/applications: add experimental SIIT setup assistant + +commit f7dbdc6568471d02fd18d12419e4ffb4d7ef8ae6 +Author: Jo-Philipp Wich +Date: Sat Nov 29 22:06:29 2008 +0000 + + modules/admin-full: only display protocol related options if required software is installed, add posibility to remove 3g service field + +commit 0b34ab07d4834e7b8329f50a3fe64df3ae232053 +Author: Steven Barth +Date: Sat Nov 29 21:58:39 2008 +0000 + + Scope compatibility fixes + +commit a4fcc13388f2795b83921d1f0bd85b4d1d49ac7e +Author: Jo-Philipp Wich +Date: Sat Nov 29 21:21:43 2008 +0000 + + libs/web: reformat code in dispatcher.lua that confuses luadoc + +commit dda65d2b94f11f69537bed3c46d3c6e80234291b +Author: Jo-Philipp Wich +Date: Sat Nov 29 20:46:26 2008 +0000 + + libs/core/ip: optmizations + libs/sys: implement defaultroute6(), change return values of routes() and routes6() + modules/admin-full: adept route config page to new api + modules/freifunk: adept overview page to new routes api + +commit 82f08a4a1d1f7d54ccc82326c02f40f11a028409 +Author: Jo-Philipp Wich +Date: Sat Nov 29 01:54:00 2008 +0000 + + applications/luci-olsr: add translations, move Ip6AddrType further up in option list, add possibility to remove the option + +commit dc0dc132c113da1ae8ddef83301f15a3edaa1bfa +Author: Jo-Philipp Wich +Date: Sat Nov 29 01:38:40 2008 +0000 + + package/olsrd-luci: bump package revision + +commit ca6a85fd8363cbc789e660977b8879c4abe41ce0 +Author: Jo-Philipp Wich +Date: Sat Nov 29 01:36:38 2008 +0000 + + package/olsrd-luci: add exception for Ip6AddrType option + applications/luci-olsr: add support for Ip6AddrType option + +commit 0d64b29b89289b0eb419ba433d930466b0ac6eaf +Author: Jo-Philipp Wich +Date: Fri Nov 28 21:56:09 2008 +0000 + + modules/admin-core: allow static v6 routes without gateway + +commit 6b6359a7efb61bf837c0c7ca0eedbaa457778cfe +Author: Steven Barth +Date: Thu Nov 27 22:03:50 2008 +0000 + + Enable rmempty by default + +commit 076f2f84264eca344e4b8e4ec2ab5c23298f6190 +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:38:59 2008 +0000 + + i18n: bump lua translations too + +commit e60eb81dfddaf287f81ac82bf0659295c5c16e07 +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:35:15 2008 +0000 + + i18n: sync translations + +commit 5b48beff1877e7e7b1f32ec28978a9b8e4800635 +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:17:36 2008 +0000 + + libs/sys: whitespace fix + +commit d9d66f4c2851fb976d12ce1f8c5d25d30da27dfd +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:14:57 2008 +0000 + + modules/admin-full, i18n/english: translation fixes for route6 support + +commit b22b8af038e1af2be8314c76c0d90f88450c2b42 +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:14:03 2008 +0000 + + contrib/package/olsrd-luci: don't write Ip4Broadcast to config by default + +commit 9ac4ba5fa760b1180c53c5dc22f2fcadb08c5bda +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:11:26 2008 +0000 + + applications/luci-olsr: fix handling of hna6 announcements + +commit ddccf4732816a64a86d108fa07bf5815673c0680 +Author: Jo-Philipp Wich +Date: Thu Nov 27 00:07:17 2008 +0000 + + libs/sys: fix regexp pattern in routes6() + +commit 838fa54541f300b39f3805c5d22686b45fef5c3f +Author: Jo-Philipp Wich +Date: Wed Nov 26 23:40:34 2008 +0000 + + modules/admin-full: remove some cruft from routes model + +commit 128ba2828a93ae6f5de9573bf48a117ed02c3b6a +Author: Jo-Philipp Wich +Date: Wed Nov 26 23:38:30 2008 +0000 + + modules/admin-core: extend network scheme to cover ipv6 routes and metric options + modules/admin-full: add route6 support + i18n/english: add required strings + +commit 3793244fcbd6a989e1eee183727b13b554c0f21c +Author: Jo-Philipp Wich +Date: Wed Nov 26 22:59:11 2008 +0000 + + libs/sys: whitespaces fixes + +commit 950825d323964b40dc53d7386e2d337e655ed33e +Author: Jo-Philipp Wich +Date: Wed Nov 26 22:57:57 2008 +0000 + + libs/sys: implement luci.sys.net.routes6() + +commit 18b4c1f6b6298ccdbbc4be0f0b01bbec8cad7902 +Author: Jo-Philipp Wich +Date: Wed Nov 26 22:57:26 2008 +0000 + + libs/core/ip: fix host() method + +commit fda52c6fec10b18c79bed23d8fa6972a3147139b +Author: Jo-Philipp Wich +Date: Wed Nov 26 22:29:14 2008 +0000 + + libs/core/ip: fix prefix length handling in Hex() constructor + +commit a430b5c189bb5a19d9d69765750e55efb035e33c +Author: Jo-Philipp Wich +Date: Wed Nov 26 16:24:28 2008 +0000 + + contrib/package: bump olsrd to hg rev cac1df64dcd5, should fix compat issues with older olsrd versions + +commit 4309506817979b8bf397590af45c99df0568e2ec +Author: Jo-Philipp Wich +Date: Sun Nov 23 00:56:49 2008 +0000 + + apps/luci-statistics: fix evaluation of RRASingle option in rrdtool backend + +commit 4f7c88139693a1fc58b936b18f20672ce73c56e8 +Author: Steven Barth +Date: Fri Nov 21 07:59:56 2008 +0000 + + Add ahdemo mode to mac80211 + +commit 408e9d289db1b2f73e9de124d0f323f3869465af +Author: Steven Barth +Date: Thu Nov 20 21:16:02 2008 +0000 + + Fixed last commit + +commit 8d2c8c131d9e7165b23eda1bb4926e508a523801 +Author: Steven Barth +Date: Thu Nov 20 21:14:58 2008 +0000 + + Remove luci.cutil: does not affect performance + +commit a3cf596d37e4116a7068daaa724270a0898cb7da +Author: Steven Barth +Date: Thu Nov 20 19:39:40 2008 +0000 + + More luci.cutil + +commit 9c260769a50956e9ece40a10e226da8e7191158c +Author: Steven Barth +Date: Thu Nov 20 19:22:05 2008 +0000 + + More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) + +commit 9a203c52dd9bcbdb11bc86b99ea61027eec7cc26 +Author: Steven Barth +Date: Thu Nov 20 15:15:50 2008 +0000 + + Integrate core C implementation + +commit 40639695cba1c2169cefff827178dd81c47cfbc1 +Author: Steven Barth +Date: Wed Nov 19 23:02:36 2008 +0000 + + LuCI Core C-Rewrite: First steps + +commit 9d6096a5f4810430b976dc9cc7d24581e2085d25 +Author: Steven Barth +Date: Tue Nov 18 12:29:01 2008 +0000 + + Fix behaviour of dynamicdhcp field (thanks to Fabio Mercuri) + +commit 47c601d7a16567202786b9cce98c15f60fbd82bb +Author: Jo-Philipp Wich +Date: Tue Nov 18 00:10:04 2008 +0000 + + * luci/modules/admin-full: fix reversed macfilter logic + +commit cbed72fb47c8c0eda6322574c678389b795cd23c +Author: Jo-Philipp Wich +Date: Sun Nov 16 22:45:10 2008 +0000 + + * luci/themes: fix log pages + * luci/modules/admin-full: add dmesg page + * luci/i18n: add "dmesg" translations + * luci/libs/util: add cmatch(), register string functions in string class + * luci/libs/sys: add dmesg() + +commit 8b8d9030357e739eb1ae1a6b52a723c8fee8c4a6 +Author: Steven Barth +Date: Sun Nov 16 20:59:57 2008 +0000 + + Fix URL to Freifunk contact page (closes #3) + +commit 4bfa18a5ab7fed48ae0d55b26bd9d773c4b2e40b +Author: Jo-Philipp Wich +Date: Sun Nov 16 20:07:55 2008 +0000 + + * luci/modules/admin-{core,full}: sync wireless model and scheme to new broadcom config + +commit 79c1f03c93391e66139f156dfd2a3df45d3ea3bc +Author: Jo-Philipp Wich +Date: Sun Nov 16 18:37:46 2008 +0000 + + * modules/admin-full: adept wifi model to cover new broadcom options + +commit 36e3f2a3e8b3533b369174199e5fb2b745c9352f +Author: Jo-Philipp Wich +Date: Sun Nov 16 18:30:53 2008 +0000 + + * modules/admin-core: adept wireless scheme to new config options + +commit 1857248166a75c460cd9b7bea4615f1bd92525c2 +Author: Jo-Philipp Wich +Date: Sun Nov 16 18:26:07 2008 +0000 + + * luci/modules/freifunk: remove now obsolte [tr]xant options from wizzard + +commit d0939b4e3371fb99d1b14033b54116b5bff4fbe1 +Author: Steven Barth +Date: Sun Nov 16 13:52:50 2008 +0000 + + Assign correct path attribute to nodes + +commit 47f8c9c71a42e10a736157ebbd409a228c367ee5 +Author: Steven Barth +Date: Sat Nov 15 11:24:09 2008 +0000 + + Bump UCI + +commit b7a720111d7b8d67f8a25bfbe6f2778f31e91094 +Author: Jo-Philipp Wich +Date: Thu Nov 13 15:18:32 2008 +0000 + + * luci/contrib: let operate axhttpd in nph mode + +commit 2efe49d7584e0f53a53a2c3793b24e6df69f5ab3 +Author: Steven Barth +Date: Wed Nov 12 21:44:01 2008 +0000 + + Tune Freifunk defaults + +commit 5ae95430e173381c4f2bab38c5059deedc27dcc4 +Author: Steven Barth +Date: Wed Nov 12 21:33:23 2008 +0000 + + Added nosbeacon flags to wifi configuration + +commit 34283b2733494f2a3eab890cff79a57a073dc38d +Author: Steven Barth +Date: Wed Nov 12 19:05:03 2008 +0000 + + IPKG würgaround + +commit 3a0eb02f30fa567bdfd705939e2ee6f58de5461a +Author: Steven Barth +Date: Wed Nov 12 18:36:43 2008 +0000 + + Add support for NanoFoo antenna settings + +commit 20fc751ecae788c8a0913a3456e1b102f9aa5aba +Author: Steven Barth +Date: Wed Nov 12 18:05:43 2008 +0000 + + Detect IXP4xx processors correctly + +commit d22a13210a8a9388261868d0ed802b28a34ef4ba +Author: Jo-Philipp Wich +Date: Wed Nov 12 16:05:08 2008 +0000 + + * luci/i18n/french: further fixes, closes #6 + +commit 97130b6486e6e0f0c90c5937e97a075bf39c2519 +Author: Steven Barth +Date: Wed Nov 12 12:52:57 2008 +0000 + + Make luci.fs.rename work across fielsystems + +commit f96de2586a80eb94060fbeef5d92703bd6db7a4b +Author: Steven Barth +Date: Tue Nov 11 18:55:07 2008 +0000 + + Implemented dispatching tree modifiers + +commit 7086a166e4bbbd39165fb05668e5abeb4cc1ebff +Author: Jo-Philipp Wich +Date: Tue Nov 11 18:37:13 2008 +0000 + + * luci/i18n/french: fix typo (closes #5) + +commit 1bced4f9777d67f77314822ff4c2ced066325c4c +Author: Jo-Philipp Wich +Date: Sun Nov 9 22:45:42 2008 +0000 + + * luci/app/mmc_over_gpio: add pt_br translation, thanks Carlos! + +commit 6114c472698644076bd26afd69b8a99f4f456b1a +Author: Jo-Philipp Wich +Date: Sun Nov 9 22:42:36 2008 +0000 + + * luci/i18n/french: refresh and fix french translation, thanks! (fixes #4) + +commit 93d2b0ec84e7f82979aa41b2399b0b3aa8300652 +Author: Steven Barth +Date: Sun Nov 9 20:09:43 2008 +0000 + + Include backup date and hostname in backup archive name + +commit 0d7829638607013939064896b1432067d5302dbc +Author: Jo-Philipp Wich +Date: Sun Nov 9 16:11:46 2008 +0000 + + * luci/contrib: add axtls package + +commit ce4c71cda0a35ef8cbd075748d7af3692fcae83a +Author: Steven Barth +Date: Sat Nov 8 20:23:55 2008 +0000 + + Increase compatibility of SGI-CGI with CGI1.1 standard + +commit f64847e2ddd99980ce816c53d1cf5de6c4c97a27 +Author: Steven Barth +Date: Sat Nov 8 15:27:31 2008 +0000 + + Fix a nasty Internet Suxplorer bug which prevented XHR forms from being correctly submitted. + +commit a5cb3b04cb9bdfe10b49edcb6b1f093cdd86cdb4 +Author: Steven Barth +Date: Thu Nov 6 21:00:16 2008 +0000 + + Skip validation of options on second parse cycle + +commit 4869b91bc33e374b89302a35de39e458d631d2ae +Author: Jo-Philipp Wich +Date: Thu Nov 6 18:59:15 2008 +0000 + + * luci/modules/admin-{core,mini,full}: implement new zoneinfo in system models + +commit caf05a86f3e95a7a008cd3171e88e5e55dd234d6 +Author: Steven Barth +Date: Thu Nov 6 18:32:07 2008 +0000 + + Workaround some Heisenbug + +commit 42e79af68bb3f60440240532f2823ed1c27d7f64 +Author: Jo-Philipp Wich +Date: Thu Nov 6 17:49:22 2008 +0000 + + * luci/libs/sys: add zoneinfo module + +commit 0d00e3b691146fbd0f51b0782988a62621a72b88 +Author: Jo-Philipp Wich +Date: Thu Nov 6 17:48:47 2008 +0000 + + * luci/build: add zoneinfo2lua.pl utility + +commit 0969279c41a31733a4c1b6c9a9fa769a6bbc7ee9 +Author: Steven Barth +Date: Thu Nov 6 17:34:46 2008 +0000 + + Interet Suxplorer sends invalid HTTP-headers, ignore them + +commit 16bb2907a2c85ffe477736cf1a1585bdcf9d264d +Author: Jo-Philipp Wich +Date: Thu Nov 6 14:53:13 2008 +0000 + + * luci/modules/admin-{mini,full}: allow custom values in timezone selection + +commit cd33263aed27b0a962424237d8abb611748caf20 +Author: Jo-Philipp Wich +Date: Thu Nov 6 14:48:10 2008 +0000 + + * luci/i18n: bump lua translations + +commit d5d6b15ceef89c19a2c2954e2528f13e3c1a6448 +Author: Jo-Philipp Wich +Date: Thu Nov 6 14:46:10 2008 +0000 + + * luci/i18n: finally rename IPKG to OPKG in menus + +commit 5a3422963ba93d347c58064a9e153bf7ecfe5b2b +Author: Jo-Philipp Wich +Date: Thu Nov 6 01:56:01 2008 +0000 + + * luci/applications: force success for postinstall scripts + +commit cbaafba1fdbd65ce281e46b71fa7243fa065f90b +Author: Jo-Philipp Wich +Date: Wed Nov 5 23:19:04 2008 +0000 + + * luci/contrib: make luci-app-polipo depend on polipo and luci-admin-core + +commit a519a8c2ed6b897df04846f74a9ed42cb65f9be9 +Author: Jo-Philipp Wich +Date: Wed Nov 5 23:10:21 2008 +0000 + + * luci/contrib: add polipo support to makefile + +commit 6d31daf97e8a3e5158901271c10c57633cd4366f +Author: Jo-Philipp Wich +Date: Wed Nov 5 23:05:09 2008 +0000 + + * luci/applications: add polipo proxy support + +commit 7651fd78f055c0f6373027d5dae1f2ce9e8db4c3 +Author: Jo-Philipp Wich +Date: Wed Nov 5 22:06:27 2008 +0000 + + * luci: fix postinstall scripts + +commit 9f28871ffcd8a59bc372059fe7db30eddba376ed +Author: Steven Barth +Date: Wed Nov 5 21:12:26 2008 +0000 + + Fix error handling for SimpleForms + +commit ba689499bb82e7bff9a118feaec6a7fd032157e0 +Author: Steven Barth +Date: Wed Nov 5 21:12:19 2008 +0000 + + Merge on_***_to handlers + +commit 5c36f2175179f2dae03b8d2f31677186c41efcd2 +Author: Steven Barth +Date: Wed Nov 5 14:53:37 2008 +0000 + + Handle empty fields correctly + +commit eb7c1f337d5bcff341a22b26c0793683bf075889 +Author: Steven Barth +Date: Wed Nov 5 14:10:02 2008 +0000 + + Ensure hotdeploying + +commit e933d1a678ee76c4e449de7ed457fd661f229335 +Author: Jo-Philipp Wich +Date: Tue Nov 4 23:55:49 2008 +0000 + + * luci/libs/uvl: remove max_nil option for now + +commit 03b4acea13eecf77f7540bef88a2a9901dfb03e0 +Author: Jo-Philipp Wich +Date: Tue Nov 4 23:49:20 2008 +0000 + + * luci/libs/uvl: + - recursively check error-tree of option-level dependencies + - mask all non-critical errors when walking error tree + +commit 2b7f0d912e515d80c70baf2d920be520bed0103d +Author: Jo-Philipp Wich +Date: Tue Nov 4 20:25:30 2008 +0000 + + * luci/contrib/olsrd: enable olsrd in postinstall + +commit 8ac2e55b20540ff79c1535e406c73935855fa33e +Author: Jo-Philipp Wich +Date: Tue Nov 4 20:23:45 2008 +0000 + + * luci/app/statistics: enable luci_statistics and collectd in postinstall + +commit 5889342843fb5fd0d6acfeabbb0e95e565e3940c +Author: Jo-Philipp Wich +Date: Tue Nov 4 20:21:56 2008 +0000 + + * luci/app/splash: add postinstall to enable init script + +commit 3a006a17a5f8ce61ea6ea3fdd02f34b4c68f2116 +Author: Jo-Philipp Wich +Date: Tue Nov 4 20:19:25 2008 +0000 + + * luci/modules/admin-core: add postinstall to enable init scripts when installed with opkg + +commit d1796b2991d347d78cb02d95f09bc4c157b444cc +Author: Jo-Philipp Wich +Date: Tue Nov 4 16:11:25 2008 +0000 + + * luci/libs/uvl: fix option dependency error handling in case of different non-critical reasons + +commit 7aee80de5c325d49fe29b6d21b3cb36aa28a2730 +Author: Jo-Philipp Wich +Date: Tue Nov 4 16:02:47 2008 +0000 + + * luci/libs/uvl: revert accidentally committed changes in dependency handler + +commit 8d75d524f99be11e722ae05bd714450388659e4c +Author: Jo-Philipp Wich +Date: Tue Nov 4 16:00:58 2008 +0000 + + * luci/libs/uvl: more sensitive checking of error reasons in evaluation of option dependencies + +commit 4219ec17548d4bb1620b16423dea844af44f93bc +Author: Jo-Philipp Wich +Date: Tue Nov 4 15:38:44 2008 +0000 + + * luci/libs/lua: process option dependencies first, allows mixing of required flags with dependencies + +commit e0e58e842dbe7531bb7ae8b53f487e0fe9a92415 +Author: Steven Barth +Date: Mon Nov 3 19:20:21 2008 +0000 + + Overall CBI improvements + +commit 14a2e32142cc2bba58de79de8b2b410be21b7ac7 +Author: Steven Barth +Date: Mon Nov 3 10:05:48 2008 +0000 + + Merge CBI change-detection + +commit 4a15c6ffbade0f9499b4bf7e6bbf64d9e69f4293 +Author: Steven Barth +Date: Mon Nov 3 09:44:38 2008 +0000 + + Always close POST-connections (circumvents some strange browser behaviour in Firefox / Opera) + +commit 9d67f6db0136d94aeff9ebc15fc5e4abee42b03a +Author: Steven Barth +Date: Sun Nov 2 22:22:50 2008 +0000 + + Fixed new UVL options + +commit 096ff297556af01baa27d558d9fe107fcdfba9d9 +Author: Steven Barth +Date: Sun Nov 2 22:07:28 2008 +0000 + + Tune cbi2uvl + +commit 8767a20e405b9336cb40b37a877d7acd95518576 +Author: Steven Barth +Date: Sun Nov 2 22:05:57 2008 +0000 + + Apply host-UVL + +commit de80e2a708653e825434753a1b48559648942a3b +Author: Steven Barth +Date: Sun Nov 2 21:42:16 2008 +0000 + + Added UVL values minlength, maxlength, minimum, maximum + +commit 9e4c03a9c35a2ff29030a645bccf5984dd2978d6 +Author: Steven Barth +Date: Sun Nov 2 13:43:17 2008 +0000 + + Bump UCI version + +commit 9d85bd73e5562ae72715935187ce0d55c3009d24 +Author: Steven Barth +Date: Sun Nov 2 13:26:41 2008 +0000 + + Rewrote state based redirection + +commit d600a2f2094b3276f3f84886a43789810dc57366 +Author: Steven Barth +Date: Sat Nov 1 18:49:41 2008 +0000 + + Publish request args + +commit c7a06b61c778a9e24b67a1a89992c1dd77886a21 +Author: Steven Barth +Date: Sat Nov 1 18:32:02 2008 +0000 + + Extend CBI state handling + +commit ae6fd93b8ce6b47d68a9ad96e0984edb91ee1716 +Author: Steven Barth +Date: Sat Nov 1 17:11:11 2008 +0000 + + Add XHR CBI helper + +commit ea9b377ec5585bc3a5745a485f84f3fba8a4935a +Author: Steven Barth +Date: Sat Nov 1 17:11:02 2008 +0000 + + Merge pageactions + +commit e29810c534f5c98e6dd6f6ced226cb0b75c6fe95 +Author: Steven Barth +Date: Sat Nov 1 17:10:50 2008 +0000 + + * set .pageaction = false transparently in cbi SimpleForm constructor + +commit af51f7718e0a93789e119c7d989e97c5b36072e8 +Author: Steven Barth +Date: Sat Nov 1 11:43:01 2008 +0000 + + Show ARP-Cache on "Active Connections" page + +commit f3ca7840d6c13c12d278ba40e432840d8dba4468 +Author: Steven Barth +Date: Sat Nov 1 10:53:29 2008 +0000 + + Remove overload protection from SDK httpd + +commit be090ec9a7a5579836a879f70a1a30281548d301 +Author: Steven Barth +Date: Fri Oct 31 20:57:07 2008 +0000 + + Throw error messages on stderr + +commit 7b99529d954a19f2b5003d2c14ae2e7a6a30d5cf +Author: Steven Barth +Date: Fri Oct 31 10:03:27 2008 +0000 + + Wifi devices should not be deletable (UVL override) + +commit 803cbec182daaa76a91c6fb76682cfb1f9824e38 +Author: Steven Barth +Date: Fri Oct 31 09:35:18 2008 +0000 + + UVL related override fixes for Essentials + +commit 8c4492db5fac28d1c143931316e4ccb7f877e6ec +Author: Steven Barth +Date: Fri Oct 31 09:35:11 2008 +0000 + + Removed UCI Save/Apply cache from Essentials + Made CBI controllers configurable + +commit 676966f78bbe4aa42f819b991586dca0bac8c554 +Author: Steven Barth +Date: Thu Oct 30 19:10:39 2008 +0000 + + Add luci.util.append + +commit 8d9a130b70b532bff0ffd01b81481a040c25a53b +Author: Steven Barth +Date: Thu Oct 30 19:10:22 2008 +0000 + + luci.util.combine now also accepts single objects + +commit b202a403ff38453c978c7ad0d972525cd81c7b99 +Author: Steven Barth +Date: Thu Oct 30 19:10:08 2008 +0000 + + Publish status data + + + Conflicts: + + libs/web/luasrc/dispatcher.lua + +commit 2d4f21e9552eb5bc7fed66628ed12610c4cc8f2b +Author: Steven Barth +Date: Thu Oct 30 19:09:52 2008 +0000 + + Fix rewrite and alias functions + +commit 3f66d4e5fce2ac8105d361c2161fb555624c092b +Author: Steven Barth +Date: Thu Oct 30 13:09:40 2008 +0000 + + Replace some makes-you-want-to-slash-your-wrists-Code with something less harmful + +commit 062eea6b4bf16f1ffdca03ce48074f201cd8e52d +Author: Steven Barth +Date: Thu Oct 30 13:09:35 2008 +0000 + + Fixed a typo in luci.sys.httpget + +commit fefe7c0f5dde412cf5ea5f5a9f48a99c9748b413 +Author: Steven Barth +Date: Thu Oct 30 12:18:52 2008 +0000 + + Use uname instead of /proc for reading the system hostname + +commit 50442d7438766d8d67b33167978c23eb7713375c +Author: Jo-Philipp Wich +Date: Thu Oct 30 02:39:54 2008 +0000 + + * luci/libs/cbi: fix possible "Error in template cbi/full_valuefooter: ?:0: attempt to get length of field 'description' (a nil value)" + +commit 0543ad6f4f17c719e9864e1adb4f89f0e7a3f8ab +Author: Jo-Philipp Wich +Date: Wed Oct 29 03:59:37 2008 +0000 + + * luci/app/statistics: + - build datatree from rrd directory structure, allows "virtual" plugins + - flush index cache on statistics reload + - whitespace cleanup in config generator + +commit 9f19574ae0ae6d4881c83245d487b42251ff9528 +Author: Jo-Philipp Wich +Date: Wed Oct 29 01:12:49 2008 +0000 + + * luci/app/statistics: fix syntax of collectd Exec plugin config + +commit 9033d9b7bec0f7558c948d5196e768bf193d32f0 +Author: Jo-Philipp Wich +Date: Tue Oct 28 19:02:19 2008 +0000 + + * luci/contrib/olsrd: bump package revision + +commit e4f92027073be2d3a4bfc0bfadd7fb97ddc8c4cf +Author: Jo-Philipp Wich +Date: Tue Oct 28 19:00:31 2008 +0000 + + * luci/contrib/olsrd: disable ff sample interface by default to prevent warning from init script + +commit d05d5db8552543070961c12261489375c83c199e +Author: Jo-Philipp Wich +Date: Tue Oct 28 18:42:05 2008 +0000 + + * luci/sgi/webuci: remove now empty 130-inet6_fix.patch + +commit 8b55782ed8cf428c83cab291259d005f2f966f9e +Author: Jo-Philipp Wich +Date: Tue Oct 28 18:36:27 2008 +0000 + + * luci/sgi/webuci: fix boa IPv4 support, thanks Alina! + +commit 0942fcc70be2ffa28158d64aa6dfacd68b747067 +Author: Jo-Philipp Wich +Date: Mon Oct 27 23:07:46 2008 +0000 + + * luci/applications: add new mmc_over_gpio configuration, thanks Yanira! + +commit dc00b42e6da0765e6fd213e50230d4765569f9ac +Author: Jo-Philipp Wich +Date: Mon Oct 27 15:19:58 2008 +0000 + + * luci: replace all "OpenWRT" occurences with "OpenWrt" + +commit 511b573c9513f7ba9d01d4532d0af0695b578758 +Author: Steven Barth +Date: Sun Oct 26 18:55:54 2008 +0000 + + Add posibility to pass args to called-functions in dispatcher + +commit 253a61ad8005a12f8b2406bef0d5bf152779b0fc +Author: Jo-Philipp Wich +Date: Fri Oct 24 21:30:17 2008 +0000 + + * luci/modules/admin-full: make custom dns servers selectable for any interface protocol + +commit c276cba24651206415114e51f74455c5c9afdf96 +Author: Jo-Philipp Wich +Date: Fri Oct 24 20:33:19 2008 +0000 + + * luci/themes: throw even more hacks at IE + +commit 9451a4940845acdca858ba65efc97ea21de96b72 +Author: Jo-Philipp Wich +Date: Fri Oct 24 19:15:09 2008 +0000 + + * luci/libs/core: use numeric entities in pcdata() + +commit bf21777126061caa8b245dc1f5c5ad17640fd844 +Author: Jo-Philipp Wich +Date: Fri Oct 24 12:30:00 2008 +0000 + + * luci/libs/web: change OpenWRT to OpenWrt in distro title + +commit 6e038f2361fd624278988269ee85fb2b68081df8 +Author: Jo-Philipp Wich +Date: Thu Oct 23 18:49:05 2008 +0000 + + * luci/themes: css fixes + +commit aa5c150f37acd749b2bd506257d0062e83811d22 +Author: Jo-Philipp Wich +Date: Thu Oct 23 18:44:58 2008 +0000 + + * luci/modules/admin-mini: port selective protocol handling from admin-full + * luci/i18n: add required strings for admin-mini + +commit 08a89f42b51bf708f41a8b3f60e3712063a36783 +Author: Jo-Philipp Wich +Date: Thu Oct 23 18:35:35 2008 +0000 + + * luci/modules/admin-full: obfuscate password field for pptp server + * luci/i18n/portuguese_brazilian: sync translation + +commit 02ef5ea6fbf3adf896e782863ed79778fb80be63 +Author: Jo-Philipp Wich +Date: Thu Oct 23 18:19:27 2008 +0000 + + * luci/modules/admin-full: only display interface protocols that are actually supported + * luci/18n: add prereq description for interface proto to translations + +commit 222fe69ac6e3e82252296228b0e7877c886dae6c +Author: Jo-Philipp Wich +Date: Thu Oct 23 17:50:06 2008 +0000 + + * luci/app/ddns: obfuscate password fields + +commit 38319cfaa58144207570b65d8bfe287c1e9cc3c1 +Author: Jo-Philipp Wich +Date: Thu Oct 23 16:05:55 2008 +0000 + + * luci/themes/openwrt.org: fixes for syslog page and overall improvements, thanks Carlos + +commit 1fb8929f221dfe23f3eeb05169ebfe4c908b926e +Author: Jo-Philipp Wich +Date: Thu Oct 23 15:59:53 2008 +0000 + + * luci/i18n: fixes for portoguese and eglish translations, thanks Carlos + +commit 406400a198a073c54a02eaf3583f26cdab6691bc +Author: Jo-Philipp Wich +Date: Thu Oct 23 15:42:12 2008 +0000 + + * luci/app/asterisk: more work on cbi models + +commit b601dd75c1f3aa72855a65a625892ed4c8088533 +Author: Jo-Philipp Wich +Date: Thu Oct 23 02:33:56 2008 +0000 + + * luci/contrib: add asterisk to Makefile + +commit 71724c76cbfe80724d408ed9f20e1fde34b68288 +Author: Jo-Philipp Wich +Date: Thu Oct 23 02:25:26 2008 +0000 + + * luci/app/asterisk: add initial cbi definitions, needs cleanup + +commit 1a830a559bfc7ef2e8f8156d505f85724d7ffcca +Author: Jo-Philipp Wich +Date: Thu Oct 23 02:23:54 2008 +0000 + + * luci/build: add uvl2cbi code gnerator and license foo + +commit 0ba0030745c3c23a3343484341575e127fb483f3 +Author: Steven Barth +Date: Tue Oct 21 20:25:29 2008 +0000 + + Some browsers send crippled content-type headers when it comes to XHR, catch them as well + +commit ac3489049f8c7d755b05400ca298fdb93b07e80b +Author: Steven Barth +Date: Tue Oct 21 20:22:42 2008 +0000 + + Added missing submitstate-function to tables pseudo map + +commit ca0de5ffb349d4a9b54719d6818fbf38331a52cf +Author: Jo-Philipp Wich +Date: Tue Oct 21 01:38:26 2008 +0000 + + * luci/themes/openwrt-light: sync layout and code to openwrt.org theme + +commit fe5db5028511da9bfd7036b0430761563cef0c39 +Author: Jo-Philipp Wich +Date: Tue Oct 21 00:49:01 2008 +0000 + + * luci/themes: + - create new package luci-theme-base + - add new base package to package feed + - make openwrt.org and openwrtlight themes depend on theme-base + +commit f35cea8c53ef5d7be0c5b1e4a915f5583eab3df1 +Author: Steven Barth +Date: Mon Oct 20 22:35:22 2008 +0000 + + Content Type for www-urlencoded should match additions like "; charset=utf8" as well + +commit de4b0abeb9825f6d7438b0f563623a048782258e +Author: Steven Barth +Date: Mon Oct 20 22:35:11 2008 +0000 + + Propagate CBI status via HTTP-Header + +commit 76f8a9cfd2a3c17f3967351b3c6e027b7f864908 +Author: Jo-Philipp Wich +Date: Mon Oct 20 19:02:26 2008 +0000 + + * luci/themes: fix small styling issue + +commit 0a4b6c33b5a6730e01d3c107a07992e552c83e08 +Author: Jo-Philipp Wich +Date: Mon Oct 20 19:01:58 2008 +0000 + + * luci/i18n/portuguese_brazilian: translation fixes + +commit 174e045fb42207b7c10ff8e5d6feb38873149e3a +Author: Jo-Philipp Wich +Date: Mon Oct 20 19:00:17 2008 +0000 + + * luci/app/livestats: fix load diagram, improvements for diagram layout, fix menu order + +commit c951eeb00878768a0f03803c5eccad4e977d985e +Author: Steven Barth +Date: Sun Oct 19 20:49:10 2008 +0000 + + Added support for per dispatching node theme control + +commit d4b5bbbd5ab90ecf0a45b95740d4edc2cff33d0d +Author: Steven Barth +Date: Sun Oct 19 19:02:05 2008 +0000 + + Use real REQUEST_URI for sysauth + +commit c31dc4f97f06bd0d18aff0ab09c8f17c45f37811 +Author: Steven Barth +Date: Sun Oct 19 19:01:50 2008 +0000 + + CBI: Push savestatus to commit_handler + +commit 07679380b8acf9e8fbaef8c57bdd76152b08cb46 +Author: Jo-Philipp Wich +Date: Sun Oct 19 16:03:01 2008 +0000 + + * luci/contrib: add missing makefile definition for luci-app-livestats + +commit ffbf54d892a427ccdd5edee66b3cbd688371abc6 +Author: Steven Barth +Date: Sun Oct 19 09:35:38 2008 +0000 + + Add default redirection page for SDK httpd + +commit 9875f6dad41694e55af23a719a37cb4733a51be5 +Author: Jo-Philipp Wich +Date: Sat Oct 18 21:52:26 2008 +0000 + + * luci/app/livestats: property fixup + +commit e39b2bff3f01f299201d6c394cbeb7e28e852758 +Author: Jo-Philipp Wich +Date: Sat Oct 18 21:51:44 2008 +0000 + + * luci/applications: add experimental realtime statistics + +commit 758c06df583f439f625d5a62688d291654234e5b +Author: Steven Barth +Date: Fri Oct 17 21:56:21 2008 +0000 + + Rearrange output of luci.sys.wifi.*, luci.sys.net.conntrack + +commit 2f6ae89936ed0b117eafa08d49d7da2501ef0878 +Author: Jo-Philipp Wich +Date: Fri Oct 17 20:32:00 2008 +0000 + + * luci/i18n/portuguese_brazilian: sync translation + +commit f68d31c8f0526ea879c71a5e80f072b7d9d7e0aa +Author: Steven Barth +Date: Fri Oct 17 16:18:02 2008 +0000 + + Added support for PXE boot configuration + +commit 2c0e2886183480255d3b7bc6a01589dcb32c34ae +Author: Jo-Philipp Wich +Date: Thu Oct 16 13:08:24 2008 +0000 + + * luci: adept INSTALL readme files to new repository location + +commit e7ea9902dee566bcac00a2be52b47699ac3f1f44 +Author: Jo-Philipp Wich +Date: Thu Oct 16 13:06:02 2008 +0000 + + * luci: change svn repo location for package feeds + +commit 00ca3a83af3cdc9668ba5107f3c9a9ec826f6ea3 +Author: Jo-Philipp Wich +Date: Thu Oct 16 12:52:11 2008 +0000 + + * rename ff-luci project folder to luci + +commit 38d6530c5549928e22783262dd08db2e778d3f53 +Author: Jo-Philipp Wich +Date: Wed Oct 15 22:54:49 2008 +0000 + + * luci/themes/openwrt.org: remove debug css + +commit a6979e984ccbe4ab31897cd55a04a438709f2a8a +Author: Jo-Philipp Wich +Date: Wed Oct 15 22:52:41 2008 +0000 + + * luci/themes/openwrt.org: + - remove duplicate contents in js files + - implement workaround for IE6 overlapping select box issue + +commit 424f461e584ccc8ef5be9cd0e92c6b5023131e8f +Author: Jo-Philipp Wich +Date: Wed Oct 15 20:06:50 2008 +0000 + + * luci/themes/openwrt.org: fourth round of layout fixes, affects IE6 and IE7 + +commit e69dcf68a2da0c2dc74ce6932b195144330a6c1b +Author: Jo-Philipp Wich +Date: Wed Oct 15 20:04:46 2008 +0000 + + * luci/libs/httpd: fix spurious Overload errors in luci-httpd + +commit 59b79c1746d217aa788ef38052a4c8f9b7bb2679 +Author: Jo-Philipp Wich +Date: Tue Oct 14 23:55:26 2008 +0000 + + * luci/themes/openwrt.org: third round of layout fixes + +commit 8a9562ba33a67606f49da0ca66232ac0b8e5465f +Author: Jo-Philipp Wich +Date: Tue Oct 14 23:42:00 2008 +0000 + + * luci/modules/admin-core: fix regression that entirely prevents interface configurartion + +commit 86b389f6eac17be4b64dcc3c253fa6b6ee032e37 +Author: Jo-Philipp Wich +Date: Tue Oct 14 23:02:18 2008 +0000 + + * luci/themes/openwrt.org: second round of css fixes (affects all browsers) + +commit eb05b1ee7effd110a56a2c2f274da8b4c45f93d7 +Author: Jo-Philipp Wich +Date: Tue Oct 14 22:55:44 2008 +0000 + + * luci/themes/openwrt.org: first round of layout fixes for IE6 + +commit 43ab1528149efe811751484f47f7c83a3cd9ed76 +Author: Steven Barth +Date: Tue Oct 14 11:40:48 2008 +0000 + + Don't set german as default language for SDK + +commit 72f4494cf0bc10108442966ed43c5f486b288aab +Author: Jo-Philipp Wich +Date: Mon Oct 13 18:06:00 2008 +0000 + + * luci/i18n/portuguese_brazilian: sync lua files too + +commit 01f4651ef26a6dd1d8eeab29cb750d4b5ed4b387 +Author: Jo-Philipp Wich +Date: Mon Oct 13 18:02:38 2008 +0000 + + * luci/i18n/portuguese_brazilian: sync translations + +commit 576e6fe8f02b8b3769230fd610229d83f58b49e0 +Author: Jo-Philipp Wich +Date: Mon Oct 13 00:54:08 2008 +0000 + + * luci/modules/admin-full: made keep-alive and demand optional in interface config + +commit 97de32ee4fc67b356ac89d878ca2b4e00815b937 +Author: Jo-Philipp Wich +Date: Mon Oct 13 00:05:48 2008 +0000 + + * luci/admin-full: implement 3G support in interface config + * luci/admin-mini: extend network scheme to cover 3G support + * luci/i18n: add required strings for 3G support + +commit 5a70b00f60389eae965c34507cdf01659b076c95 +Author: Jo-Philipp Wich +Date: Sun Oct 12 22:34:10 2008 +0000 + + * luci/modules/admin-full: make some ppp options actually optional + +commit df2c6eeb08a51ae6aff4e524127ec8f937e71010 +Author: Jo-Philipp Wich +Date: Sun Oct 12 22:28:31 2008 +0000 + + * luci/modules/admin-core: fix typo/spec violation in network scheme + +commit 725719c221b497b49cb2d1c2fc181bdc5d15d1ef +Author: Jo-Philipp Wich +Date: Sun Oct 12 22:24:41 2008 +0000 + + * luci/libs/uvl: add new datatype "device" + +commit fd7072de2dcb93cecb37bc193e4931f8dfe28ef5 +Author: Jo-Philipp Wich +Date: Sun Oct 12 22:24:23 2008 +0000 + + * luci/modules/admin-core: change datatype of ppp device to "device" in network scheme + +commit 76fe25932830df72b8c957c809202cf6dc75b4ff +Author: Jo-Philipp Wich +Date: Sun Oct 12 22:15:48 2008 +0000 + + * luci/modules/admin-full: add support for PPP interface configurations + * luci/i18n: add strings for ppp config and cbi filebrowse values + +commit faab4d351f36dd897c1f2b35b6011bac680396a1 +Author: Jo-Philipp Wich +Date: Sun Oct 12 21:45:55 2008 +0000 + + * luci/modules/admin-core: change datatype for server option to "host" in network scheme, this bug prevented the validation of pptp configs when a hostname was used as pptp server + +commit 5e0eca99a3c1e61826dd17ce876124ca4847cdb4 +Author: Jo-Philipp Wich +Date: Sun Oct 12 21:40:22 2008 +0000 + + * luci/modules/admin-core: extend network uvl scheme to cover ppp configurations too + +commit 6d3d30d88f2018ea1cc16b73d4ada329f541fc8f +Author: Jo-Philipp Wich +Date: Sun Oct 12 00:12:21 2008 +0000 + + * luci/libs/sys: fix password authentication for users with disabled password and shadow environments + +commit dfd272dc1d9a5ec375e7e24b98ecd6c34813e503 +Author: Steven Barth +Date: Sat Oct 11 15:27:55 2008 +0000 + + OXYGEN #5: Oxygen theme draft 1 + +commit 39efe2207d968f6dd3f4eb91a6969a79aba9d658 +Author: Steven Barth +Date: Sat Oct 11 11:40:44 2008 +0000 + + Fixed a typo in button template + +commit d97b73c8c03137c4cf4842f2f5c25940f4fc3246 +Author: Steven Barth +Date: Sat Oct 11 11:30:43 2008 +0000 + + OXYGEN #4: Fixed indexing support in dispatcher + +commit b618361bf1c7ea160f3e0ef18aa8f409f7a21eff +Author: Jo-Philipp Wich +Date: Fri Oct 10 21:52:22 2008 +0000 + + * luci/libs/cbi: implement file browse fields + * luci/modules/admin-full: add file browse controller + +commit 720295d973b44cdad4cd4a0e0b0b0f7f79ff6c3a +Author: Steven Barth +Date: Fri Oct 10 20:59:27 2008 +0000 + + OXYGEN #3: Add "back" button to UCI apply/revert/changes pages + +commit a957254e79a8cfaf4c79da138b6531c6ec324b36 +Author: Jo-Philipp Wich +Date: Fri Oct 10 20:28:57 2008 +0000 + + * luci/libs/httpprotocol: store QUERY_STRING in environment too, fixes query strings with luci-httpd and propably others + +commit 676203d1fc8243476267fdb7ac6d1ef955397e52 +Author: Steven Barth +Date: Fri Oct 10 14:37:53 2008 +0000 + + OXYGEN #2: Reorganized theme selection, added indexing support + +commit 6bfef156f2cdcb4e01176ffbac7998625414a8e5 +Author: Jo-Philipp Wich +Date: Fri Oct 10 11:48:04 2008 +0000 + + * luci/app/openvpn: add translations, various improvements + +commit bfb5a53c45453fd59d5ee3eb7d370a27d6ee9147 +Author: Jo-Philipp Wich +Date: Fri Oct 10 11:47:32 2008 +0000 + + * luci/libs/cbi: implement addremove_template + +commit 7fe7d6d5e654d2092f89d81b0e1627fb99eb1a74 +Author: Jo-Philipp Wich +Date: Thu Oct 9 22:24:21 2008 +0000 + + * luci/app/openvpn: controller, model and template updates + +commit 8815b6a7dd24a481606db03c5980bc310709a103 +Author: Steven Barth +Date: Thu Oct 9 20:28:07 2008 +0000 + + OXYGEN #1: Added index-marks + +commit dc494c838c15ef59a72927b9cf6f18878d06bd69 +Author: Steven Barth +Date: Wed Oct 8 23:35:54 2008 +0000 + + Optimized IPKG info parser + +commit b99972e6715acaf5af640e3fcb88fe466e69d5d8 +Author: Steven Barth +Date: Wed Oct 8 22:43:43 2008 +0000 + + Fixed a typo + +commit 895ef413f1208cfb65a94f76e66922b68ba9503a +Author: Steven Barth +Date: Wed Oct 8 21:47:26 2008 +0000 + + Remove debug code from last commit + +commit e317c7545e1cfd95e6df99f6f92a9b0f79b895ca +Author: Steven Barth +Date: Wed Oct 8 21:46:20 2008 +0000 + + modules/admin-full: Added conntrack network page + +commit f708455d3c2520318749f6155b728b36858e4c45 +Author: Jo-Philipp Wich +Date: Wed Oct 8 15:58:02 2008 +0000 + + * luci/app/statistics: fix dns plugin diagram - proper graph model will follow later + +commit f1f031fba5a78f4271613c89de9a4cf63b009ba4 +Author: Jo-Philipp Wich +Date: Tue Oct 7 22:37:45 2008 +0000 + + * luci/app/openvpn: ... and now fix the copy-paste errors + +commit f2530c711356bff0424457a8efaf0ff46b299f9e +Author: Jo-Philipp Wich +Date: Tue Oct 7 22:20:59 2008 +0000 + + * luci/app/openvpn: add openvpn_recipes config file for setup wizzards + +commit bd483413a3d041afeb8dc3d40ab5a1e988cfe02e +Author: Jo-Philipp Wich +Date: Tue Oct 7 19:17:18 2008 +0000 + + * luci/i18n: small fix for portuguese_brazilian translation and bumps for lua lang files + +commit 4c73997ea1cff2a61ba454710e4270ff9de1c69f +Author: Jo-Philipp Wich +Date: Tue Oct 7 18:25:00 2008 +0000 + + * luci/libs/web: add /lib/uci/upload/ to sysupgrade keep files + +commit 2d122db2b955447132d23024d47f844b099098ed +Author: Jo-Philipp Wich +Date: Tue Oct 7 18:21:49 2008 +0000 + + * luci/modules/admin-core: fix css class of password field + +commit f107196c3d04050313f3f590f0071257245d48b6 +Author: Jo-Philipp Wich +Date: Tue Oct 7 16:44:51 2008 +0000 + + * luci/sgi/webuci: apply accept header fix - thanks Alina! + +commit c6143b89d3fe85cdb44fb579ad0e543749206db1 +Author: Jo-Philipp Wich +Date: Tue Oct 7 16:01:10 2008 +0000 + + * luci/libs/cbi: also set css class names for dynamically generated select lists + +commit 9cacdbc05cf66bb452598b29d3ac57ea69cbadca +Author: Jo-Philipp Wich +Date: Tue Oct 7 15:47:32 2008 +0000 + + * luci/themes: compat fix for all css files + +commit 8ecff0a9cc9edb3156f8d10880aa2091bdb42c64 +Author: Jo-Philipp Wich +Date: Tue Oct 7 15:41:15 2008 +0000 + + * luci/libs/cbi: add css classes to input fields - needed for IE compat + +commit 86e1aebb593eb712e45536b730302495948ebdad +Author: Jo-Philipp Wich +Date: Tue Oct 7 13:10:24 2008 +0000 + + * luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina! + +commit e798793e6f382734ff2922072b2780bbf07cfce8 +Author: Jo-Philipp Wich +Date: Mon Oct 6 19:40:34 2008 +0000 + + * luci/i18n/portuguese_brazilian: further translation fixes + +commit f79c9f9585d86a9eb6c400d04f7d8c97b1645f3e +Author: Jo-Philipp Wich +Date: Mon Oct 6 19:01:17 2008 +0000 + + * luci/libs/cbi: add empty /lib/uci/upload - required for file uploads + +commit 2578b8db91232125475deabad6144df5cf268625 +Author: Jo-Philipp Wich +Date: Mon Oct 6 17:41:14 2008 +0000 + + * luci/i18n/portuguese_brazilian: commit latest fixes + +commit 9e56b07108facd5f388d766a7a24c90fd2a1f590 +Author: Jo-Philipp Wich +Date: Sun Oct 5 19:49:21 2008 +0000 + + * luci/applications: some initial openvpn work - defunct + +commit 5adf9d57809dbe2f5db3e1851613a9070648d95c +Author: Jo-Philipp Wich +Date: Sun Oct 5 17:16:36 2008 +0000 + + * luci/modules/admin-{mini,full}: fix language selection for langauges containing hyphens + +commit 9b13d8a4034f7c4a93c8760ad314fc6e2541b210 +Author: Jo-Philipp Wich +Date: Sun Oct 5 16:09:52 2008 +0000 + + * luci/themes/openwrt.org: use language from i18n context + +commit 255449a1e2c59265d4db0bb80e915eb1530d42b8 +Author: Jo-Philipp Wich +Date: Sun Oct 5 16:08:33 2008 +0000 + + * luci/i18n: rename *.pt_br.* to *.pt-br.*, extend luci.i18n to convert "_" to "-" in language tags + +commit 97fcc6df3f79925e330eea609a7c3c5a59102675 +Author: Jo-Philipp Wich +Date: Sat Oct 4 18:42:06 2008 +0000 + + * luci/app/initmgr: fix translation issue in menu entry + +commit a77418045370ecd82afe799b9995ca8b828d75c0 +Author: Steven Barth +Date: Sat Oct 4 17:56:02 2008 +0000 + + Rules should not be removed / created from the detailed rule configuration + +commit 5a40e6f1c00013a59ba8655708bc316398746ad5 +Author: Steven Barth +Date: Sat Oct 4 11:43:47 2008 +0000 + + Made distinction between INPUT and FORWARD rules less ambiguous + +commit 684fa2052592e3efd5912599f242c79975ce9796 +Author: Jo-Philipp Wich +Date: Fri Oct 3 20:34:12 2008 +0000 + + * luci/themes/freifunk: fix postinstall + +commit ebb03259c27f55ced298d86285e355283c51987d +Author: Jo-Philipp Wich +Date: Fri Oct 3 18:52:21 2008 +0000 + + * luci/i18n/portuguese_brazilian: sync firewall translation, add translations for tinyproxy and initmgr + +commit d77172dea65e34c954ecc08219620733c9008ae2 +Author: Jo-Philipp Wich +Date: Fri Oct 3 18:43:21 2008 +0000 + + * luci/app/initmgr: fix controller + +commit 021a3fcb837b2e6c680e40e96163759c970cfc29 +Author: Jo-Philipp Wich +Date: Fri Oct 3 17:33:29 2008 +0000 + + * luci/applications: add init manager + +commit 77159d8b66bcf4b6290fc8d046bf85d8a69f7bac +Author: Jo-Philipp Wich +Date: Fri Oct 3 17:33:04 2008 +0000 + + * luci/lib/sys: fixes for sys.init api + +commit 24a52d6f3eb17976450959aa38ad63b291c2fb54 +Author: Steven Barth +Date: Fri Oct 3 16:56:35 2008 +0000 + + Fixed last commit + +commit 741dd0bcd3fbd342c79a689721f793c892dcfc5c +Author: Steven Barth +Date: Fri Oct 3 16:55:06 2008 +0000 + + Added several backreference to Overview pages + +commit 6fb6f2c5296094d56a560325579147ceddbef2c5 +Author: Jo-Philipp Wich +Date: Fri Oct 3 16:48:21 2008 +0000 + + * luci/app/hd_idle: disable multiple instances of hd-idle + +commit d89ee50f6105063105e100404a538aa317dfb3d0 +Author: Steven Barth +Date: Fri Oct 3 16:14:15 2008 +0000 + + Removed logfile dependency from CBI model (manual tells #!*?) + +commit c5219322fb338c5c38d59ff7cccf0a6286cb556c +Author: Steven Barth +Date: Fri Oct 3 16:04:19 2008 +0000 + + Minor tinyproxy fixes (bumped translations, added missing ucitrack entry) + +commit 1e10c4ae4a6a43ca0a2ea07c2b4cf95fce66cc7d +Author: Steven Barth +Date: Fri Oct 3 16:04:09 2008 +0000 + + Redesigned firewall configuration + +commit c2a2fccca3ad2cd805ff366a99d9f656918484d7 +Author: Jo-Philipp Wich +Date: Fri Oct 3 15:04:06 2008 +0000 + + * luci/app/hd_idle: small i18n fix + +commit 675b1b6d686bab49866a1f55044e3ea8d3969172 +Author: Jo-Philipp Wich +Date: Fri Oct 3 14:14:38 2008 +0000 + + * luci/lib/httpprotocol: fix inline documentation for http.protocol.conditionals + +commit 84b98f7e8c4178f387ea18bca18c2f03101d2783 +Author: Jo-Philipp Wich +Date: Fri Oct 3 14:05:53 2008 +0000 + + * luci/lib/sys: fix inline documentation of sys.init + +commit e36ee0519658db4de8e914621a060349b4f04bc1 +Author: Jo-Philipp Wich +Date: Fri Oct 3 14:03:20 2008 +0000 + + * luci/libs/sys: fix function name of init.disable() + +commit 85b3ee12c2d67451f8355ddd3111ab347ca2312b +Author: Jo-Philipp Wich +Date: Fri Oct 3 13:58:51 2008 +0000 + + * luci/libs/httpprotocol: remove internal functions from lucidoc + +commit 1effb4b3399fbf3e25648b41c0e05efc7f312dce +Author: Jo-Philipp Wich +Date: Fri Oct 3 13:58:14 2008 +0000 + + * luci/app/tinyproxy: bump lua translations + +commit 73c8e113860cc1a1b88dba3fc20017113cd71ece +Author: Jo-Philipp Wich +Date: Fri Oct 3 12:28:45 2008 +0000 + + * luci/app/hd_idle: add portuguese_brazilian translation + +commit d6c94ae69c037355a6aa865544a78346de6761a4 +Author: Jo-Philipp Wich +Date: Fri Oct 3 12:00:56 2008 +0000 + + * luci/app/hd_idle: fix error in cbi model + +commit bf61a13e30e21f1a5355e9f5464670b628438cfc +Author: Steven Barth +Date: Thu Oct 2 17:15:49 2008 +0000 + + Added tinyproxy application + +commit b0cbce0da2cb869ad80a365635bfca3b50f8cc9f +Author: Jo-Philipp Wich +Date: Thu Oct 2 14:12:04 2008 +0000 + + * luci/i18n/portuguese_brazilian: add uvl lua translation too + +commit 76f8ba692f75677f57f482fd67c99f1137e2a95a +Author: Jo-Philipp Wich +Date: Thu Oct 2 14:11:18 2008 +0000 + + * luci/i18n/portuguese_brazilian: add uvl translations + +commit f2c15c20914f92aa39e8d569d885e1c9b741808f +Author: Jo-Philipp Wich +Date: Thu Oct 2 14:02:43 2008 +0000 + + * luci/app/hd_idle: small usability enhancement + +commit 3f372dd416348af57905e8f3ef72aefe0012a250 +Author: Jo-Philipp Wich +Date: Thu Oct 2 13:52:28 2008 +0000 + + * luci/applications: add hd-idle application, thanks Yanira + +commit b5de7f81384b38737fbdecfe6179fe5905fa73d8 +Author: Jo-Philipp Wich +Date: Wed Oct 1 15:58:06 2008 +0000 + + * luci/i18n: various translation fixes, thanks Carlos! + +commit 2b81e10bc62e2ff5b7972bc53a036ac0e8d9097e +Author: Jo-Philipp Wich +Date: Wed Oct 1 15:52:55 2008 +0000 + + * luci-0.8: backport olsr translation fixes + +commit 7eaffafaaaed53e8c7035d30ba14770f424443e3 +Author: Jo-Philipp Wich +Date: Wed Oct 1 15:52:04 2008 +0000 + + * luci/app/olsr: translation fixes + +commit 07a8c9c43ddecbad508096b8bb1c86bb92c869d1 +Author: Steven Barth +Date: Wed Oct 1 15:43:12 2008 +0000 + + Fix a bug preventing login in non-shadow environments + +commit fb2f4af1fbc0170827b7ed17be681a30fc0fca86 +Author: Steven Barth +Date: Tue Sep 30 21:13:14 2008 +0000 + + Fixed a typo which prevented proper dependency tracking for additional fields + +commit 871ba2df73dd42ee9fa80533dd924f192f0b3b25 +Author: Jo-Philipp Wich +Date: Tue Sep 30 20:53:46 2008 +0000 + + * luci/app/firewall: + - remove empty value from src zone, param is mandatory + - add empty value to outgoing zone to allow removal of this param + - change default action to "accept" to prevent unwanted lockouts + +commit 3993bac38d0b3fd696808faf27726ec103fe911b +Author: Jo-Philipp Wich +Date: Tue Sep 30 18:52:33 2008 +0000 + + * luci/i18n, luci/app/statistics: add updated lua files too + +commit c622f0b6d1fdb1ec6b39c309e63f63d6b9cd597b +Author: Jo-Philipp Wich +Date: Tue Sep 30 18:44:34 2008 +0000 + + * luci/i18n/portuguese_brazilian: core translation fixes + * luci/app/statistics: add missing strings for dns, unixsock and email plugin - thanks Carlos! + +commit 8138c8475d9573b834ca8dcba1b8f37647d61212 +Author: Steven Barth +Date: Mon Sep 29 22:12:56 2008 +0000 + + Work around OpenWRT / Busybox shadow password quirks + +commit 8e437b3125b7d55babc99901f3cfca85357b2546 +Author: Jo-Philipp Wich +Date: Mon Sep 29 19:49:36 2008 +0000 + + * luci/app/qos: slight change in i18n handling to allow female "all" string for portuguese_brazilian translation + +commit 36608598b3ac1a27e43ace5eaa80bb04d5e47c91 +Author: Jo-Philipp Wich +Date: Mon Sep 29 19:17:25 2008 +0000 + + * luci/i18n/portuguese_brazilian: add translations for statistics + +commit d7b30bbb5c267ec20cf82e3efa138bb07406852f +Author: Jo-Philipp Wich +Date: Mon Sep 29 19:14:20 2008 +0000 + + * luci/app/p910nd: fix translation issue, thanks Carlos + +commit a4bf60679d0e7cea78874afa80319b8ed98c455e +Author: Jo-Philipp Wich +Date: Mon Sep 29 19:10:51 2008 +0000 + + * luci/themes: add Freifunk and Freifunk-BNO themes, thanks Stefan Pirwitz + +commit 40644ca3422f262e88ed56d4fa401cf78d35fe94 +Author: Jo-Philipp Wich +Date: Mon Sep 29 17:21:24 2008 +0000 + + * luci/i18n/portuguese_brazilian: + - fixes for core translation + - added translations for ushare, uvc_streamer, p910nd, upnp and samba + +commit 4313040f07f47bb222798394c20144c9a024b462 +Author: Jo-Philipp Wich +Date: Mon Sep 29 16:57:35 2008 +0000 + + * luci/app/freifunk-community: add redirect for cgi-bin-status.html too + +commit a63363130730a543c1a7291f18068f027b83c9ed +Author: Steven Barth +Date: Mon Sep 29 16:02:54 2008 +0000 + + Added support for shadow passwords + +commit 40540257aec8d0a32ef68b499ea2fe6416199a19 +Author: Steven Barth +Date: Mon Sep 29 15:38:13 2008 +0000 + + Fallback to working theme if selected one does not exist + +commit 590f88b6fa117f8fa5c05e9ed4bf8a1287a72668 +Author: Jo-Philipp Wich +Date: Thu Sep 25 21:08:30 2008 +0000 + + * luci/app/asterisk: add default config + +commit 37ff3ad073935bc0ee4e05a2aef28dddc6a9d56f +Author: Jo-Philipp Wich +Date: Thu Sep 25 14:25:18 2008 +0000 + + * luci/app/asterisk: add english translations + +commit c4d59e0fe581497cadcc817dd8d9b55b204e47a9 +Author: Jo-Philipp Wich +Date: Thu Sep 25 14:25:02 2008 +0000 + + * luci/build: fix crash in uvl2i18n.lua when variable or section has no title + +commit 3ddce490db9a54624efae21cd6e8dc4d9aae273d +Author: Jo-Philipp Wich +Date: Thu Sep 25 14:01:49 2008 +0000 + + * luci/applications: create empty asterisk app folder + * luci/libs/uvl: move asterisk scheme to app folder + +commit 729c5a24a8be86020acaff855f1c1e2882a39e42 +Author: Jo-Philipp Wich +Date: Thu Sep 25 13:57:28 2008 +0000 + + * luci/libs/uvl: move most schemes to their corresponding packages + +commit bab278613b6e5e4112a2921e60f7b65b7332409e +Author: Jo-Philipp Wich +Date: Thu Sep 25 13:53:47 2008 +0000 + + * luci/app/coovachilli: remove remotelogin section from sample config + +commit 54dc86d99c2a66238569d39dfc0e9a3d00f8ebcb +Author: Steven Barth +Date: Thu Sep 25 12:52:55 2008 +0000 + + Remove unneeded dependencies + +commit 45ca64b2504f3646cdff261aa7c31d89df209c46 +Author: Jo-Philipp Wich +Date: Thu Sep 25 12:30:21 2008 +0000 + + * luci/i18n/portuguese_brazilian: add fixes and translations for ddns, qos, firewall and ntp client + +commit 73f382fcda4d1b7d5347e14936e199cb48d4c77e +Author: Jo-Philipp Wich +Date: Thu Sep 25 12:14:15 2008 +0000 + + * luci/app/coovachilli: add i18n lua file + +commit cc5c488e8bc7b32432364506578c71c709929b59 +Author: Jo-Philipp Wich +Date: Thu Sep 25 12:11:56 2008 +0000 + + * luci/app/coovachilli: add english translation + +commit 935d29415e8514cf588923f6019334b2ab869783 +Author: Jo-Philipp Wich +Date: Thu Sep 25 11:54:49 2008 +0000 + + * luci/build: add uvl2i18n helper script + +commit 3ab941a8e7a6cd1d51464a45ad36f0d0a6fc5112 +Author: Jo-Philipp Wich +Date: Thu Sep 25 10:34:02 2008 +0000 + + * luci/app/coovechilli: remove chunk file from controller dir + +commit 48c261520174e53cf80d8226537785bf92429084 +Author: Jo-Philipp Wich +Date: Thu Sep 25 10:12:21 2008 +0000 + + * luci/app/coovachilli: drop remote configuratio section, complete uci scheme + +commit 97f3bc94e7e1a11ef36dd3c50de0b286a05d7c45 +Author: Jo-Philipp Wich +Date: Thu Sep 25 10:11:46 2008 +0000 + + * luci/app/ushare: bump lua translation files + +commit 6373105b6ce8d55c41f9f6132e57f48b802a49e6 +Author: Steven Barth +Date: Thu Sep 25 09:57:32 2008 +0000 + + Push luaposix to 5.1.4 + +commit 647762d2d92865254514f144be4c2be63cadcdc5 +Author: Jo-Philipp Wich +Date: Thu Sep 25 00:42:55 2008 +0000 + + * luci/app/coovachilly: cbi model fixes, extended scheme + +commit 643b068e237349f06e45ad5beafbb69f0c23908d +Author: Jo-Philipp Wich +Date: Wed Sep 24 23:08:10 2008 +0000 + + * luci/app/coovachilli: replace all chillispot names with coovachilli + +commit 1e96ac87909699dea36448962985db2e66bb661b +Author: Jo-Philipp Wich +Date: Wed Sep 24 23:02:41 2008 +0000 + + * luci/app/chillispot: rename to coovachilli + +commit 7d628393a95bec519bfc3c5643fb7f00bac77e38 +Author: Jo-Philipp Wich +Date: Wed Sep 24 23:01:06 2008 +0000 + + * luci/app/chillispot: replace macauth with generalized auth cbi model + +commit c2e719d70557d912a72a1408c82c76d34d2fc4a3 +Author: Jo-Philipp Wich +Date: Wed Sep 24 22:59:11 2008 +0000 + + * luci/app/chillispot: prepare for coovachilli + +commit 30c7933f23ea30ce7e8177aea431e6a53aa5f915 +Author: Jo-Philipp Wich +Date: Wed Sep 24 22:44:36 2008 +0000 + + * luci/modules/admin-core: make sure luci_hosts is executed before dnsmasq + +commit 4538b12895af0f95bfd728de53391ceaa895dd08 +Author: Steven Barth +Date: Wed Sep 24 22:37:09 2008 +0000 + + Broadcom should handle keep_avail now + +commit 402485bfcc6d1246c23dfee03eab753b379b684c +Author: Steven Barth +Date: Wed Sep 24 22:02:11 2008 +0000 + + some BSD compatibility stuff + +commit 9dc504b285a80c381d612cb8dccc58ff5f39368e +Author: Jo-Philipp Wich +Date: Wed Sep 24 22:00:34 2008 +0000 + + * luci/themes/openwrt.org: ... and include it again (need sleep...) + +commit 5cb44c70e70144c023bf9f1e1d7313245b14fd49 +Author: Jo-Philipp Wich +Date: Wed Sep 24 21:59:48 2008 +0000 + + * luci/themes/openwrt.org: remove unmatched right curly bracket from css + +commit f5312a512bef6e18d2784c851d7c55ecda905d87 +Author: Jo-Philipp Wich +Date: Wed Sep 24 21:53:47 2008 +0000 + + * luci/themes/openwrt.org: fix multi-level dropdown menus + +commit 5afcf03492b25d144a6bc7cb3ab78e8f9b9046cf +Author: Jo-Philipp Wich +Date: Wed Sep 24 21:26:50 2008 +0000 + + * luci/contrib: update olsrd to v0.5.6-r2 + +commit 84faf2b8e916ccc9c908bad5f9623786702cec3e +Author: Jo-Philipp Wich +Date: Wed Sep 24 21:12:56 2008 +0000 + + * luci/app/ushare: extend cbi model, add xml and german translations + +commit 92eb36412ce62a7e493e625db4018bf99d5eaba2 +Author: Jo-Philipp Wich +Date: Wed Sep 24 18:25:03 2008 +0000 + + * luci/i18n/portuguese_brazilian: add wireless translations + +commit 069cce7459d392a05e926541b3b0b20a671f5a44 +Author: Steven Barth +Date: Wed Sep 24 16:03:23 2008 +0000 + + Added REJECT target to firewall zone configuration + +commit fcd2b9726af46c4998dbf9b09ce940eadea41fe6 +Author: Jo-Philipp Wich +Date: Wed Sep 24 15:47:22 2008 +0000 + + * luci/themes/openwrt.org: add final css fixes for IE browsers + +commit a3b700b93665805016a4cc847d9547cbf798ed42 +Author: Jo-Philipp Wich +Date: Wed Sep 24 15:26:06 2008 +0000 + + * luci/i18n/portuguese-brazilian: complete core translation + +commit 7b7e34c1fffd21c9589ef807833354c0a5cbceed +Author: Jo-Philipp Wich +Date: Wed Sep 24 13:41:38 2008 +0000 + + * luci/contrib: register portuguese-brazilian translation in Makefile + +commit d2a22499852d1b4f90c5481b35a5dca906b1bc64 +Author: Jo-Philipp Wich +Date: Wed Sep 24 13:36:58 2008 +0000 + + * luci/i18n/portuguese_brazilian: add translated lua files + +commit b57cd2fea82ee747cf24c71e531efb663f808c60 +Author: Jo-Philipp Wich +Date: Wed Sep 24 13:34:53 2008 +0000 + + * luci/i18n: add initial portuguese-brazilian translation, thanks Carlos Cesario! + +commit 23206ee3c979cd22af0c7b9b97bedab6197d3852 +Author: Jo-Philipp Wich +Date: Wed Sep 24 13:02:49 2008 +0000 + + * luci/themes/openwrt.org: added usability patch thanks Alina! + * luci/i18n: add additional strings needed for patch above + +commit 57e0c3075e5b458f89d4704020c88cce65f22ded +Author: Steven Barth +Date: Wed Sep 24 12:46:43 2008 +0000 + + Added Yanira to credits + +commit 2ba7e61dce255419d33dcb1cb02ca5cf8e8655c1 +Author: Jo-Philipp Wich +Date: Wed Sep 24 12:46:07 2008 +0000 + + * luci/applications: add ushare package + +commit 1a4869342a36012db9fb7b59262d75e6e63d34cd +Author: Jo-Philipp Wich +Date: Tue Sep 23 23:36:22 2008 +0000 + + * luci/app/chillispot: add uvl scheme + +commit e3260d06bd3ace4becf0a4ac9d4ca3fd1b727a0d +Author: Jo-Philipp Wich +Date: Tue Sep 23 23:17:45 2008 +0000 + + * luci/applications: add initial chillispot package (incomplete) + +commit 0227e3cea1bbe3b9574d13b729129695aed017d3 +Author: Steven Barth +Date: Tue Sep 23 23:08:29 2008 +0000 + + httpd sections are not unique anymore + +commit c94ef7f8d3a71afc2d713f584c9ef7cb71e45861 +Author: Steven Barth +Date: Tue Sep 23 23:06:11 2008 +0000 + + Optimize return value checks for luci-reload + +commit a67aea40a0e362b6d737540bd0bf966fcb671bfc +Author: Jo-Philipp Wich +Date: Tue Sep 23 17:32:31 2008 +0000 + + * luci/modules/admin-full: convert cert fields to file upload fields in wifi configuration + +commit 70de30251b1db8a80db9024fc62c8c550c3c18dd +Author: Jo-Philipp Wich +Date: Tue Sep 23 17:27:39 2008 +0000 + + * luci/modules/admin-full: allow multiple httpd sections (instances) + +commit d7f7a5b0d7e2c86c85ea67a5929033dc54dfd83e +Author: Jo-Philipp Wich +Date: Tue Sep 23 13:56:32 2008 +0000 + + * luci/contrib: reintroduce lost conffiles section from luci-addons in luci-admin-core + +commit b869dfa552a8d267adb129296e4f7209f05af885 +Author: Jo-Philipp Wich +Date: Tue Sep 23 13:32:04 2008 +0000 + + * luci/libs/cbi: remove leftover debugging code + +commit c0b2cda50edbe5bd39e47f776b2bc73e3d175bc4 +Author: Jo-Philipp Wich +Date: Tue Sep 23 13:30:07 2008 +0000 + + * luci/libs: move upload dispatching from dispatcher to cbi.load() + +commit 251502e2cd0c47b426cfd4d4f183128ca528b91b +Author: Steven Barth +Date: Tue Sep 23 13:15:50 2008 +0000 + + Kill luci-addons package + +commit 6b3985b6be52063c09f779b6bc509bf84eedc660 +Author: Jo-Philipp Wich +Date: Tue Sep 23 00:10:51 2008 +0000 + + * luci/libs/cbi: + - implement file upload fields + - change default enctype in forms to multipart/form-data + - add upload template + * luci/libs/web: + - dispatch file uploads to cbi form fields + * luci/i18n: + - add german and english translations for file upload fields + +commit 225de062447d8e29d927b821b41913723f392379 +Author: Jo-Philipp Wich +Date: Mon Sep 22 16:26:05 2008 +0000 + + * luci/libs/uvl: add "device" option to wireless scheme + +commit d46dc677e252b495d07e16b7d79d06a0c79ed1de +Author: Jo-Philipp Wich +Date: Mon Sep 22 15:33:14 2008 +0000 + + * luci/app/olsr: adept hna cbi model to new initscript + +commit 845f00d0b39787b5fbe7d5eab79b224b3917132c +Author: Steven Barth +Date: Mon Sep 22 12:21:03 2008 +0000 + + Better descriptions for firewall pages + +commit 83494b2751c6ea69fa0fda43a8cb089cc18a45b4 +Author: Steven Barth +Date: Mon Sep 22 00:15:38 2008 +0000 + + Added FW rule for splash hotspot portal + +commit 57def3cead7af261dfab738551fa357c2cea4d0e +Author: Jo-Philipp Wich +Date: Sat Sep 20 22:44:58 2008 +0000 + + * luci/modules/freifunk: translation fixes on contact admin page + +commit dc253f4af41caab2430fe1fbc69ff092d6fb2d04 +Author: Jo-Philipp Wich +Date: Sat Sep 20 22:11:41 2008 +0000 + + * luci/libs/cbi: implement commit hooks in cbi maps + * luci/moules/admin-mini: reload global config namespace when change theme or language (for persistent environments) + * luci/moules/admin-full: reload global config namespace when change theme or language (for persistent environments) + +commit 71adba8a50570257892b60dd9872191c54dd7041 +Author: Steven Barth +Date: Fri Sep 19 22:45:08 2008 +0000 + + FF-Wizard: Create a forwarding rule for intraff traffic, fix some function definitions + +commit 10db2c2637eeda14d6e9d11fb2be5b7dc89918d1 +Author: Jo-Philipp Wich +Date: Fri Sep 19 21:10:51 2008 +0000 + + * luci/app/statistics: fix some translation issues + +commit 0579eb0c0e9d6724a2cd4c34108ce690d03bab20 +Author: Steven Barth +Date: Fri Sep 19 19:15:11 2008 +0000 + + Fixed a typo in english translations + +commit f5d4157cab9181b331cfca0f22e529242ba39c66 +Author: Steven Barth +Date: Fri Sep 19 17:47:56 2008 +0000 + + admin-full/admin-mini: Fixed backup module + +commit 2d3f2a9eaa33b49b0592ea5e60f0137372b22d48 +Author: Steven Barth +Date: Fri Sep 19 14:44:04 2008 +0000 + + Change source URLs to local mirror + +commit 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 +Author: Steven Barth +Date: Fri Sep 19 13:56:29 2008 +0000 + + libs/http: Updated inline documentation for mimedecode_message_body + +commit 82cec2c01bd84f488aa584d47a18e8909c923fd7 +Author: Steven Barth +Date: Fri Sep 19 12:20:18 2008 +0000 + + Push full metadata to the file callback (parsed and unparsed) - not only the unparsed mime headers + +commit 464dea8ea4f65f8033685ee9bd2d6ef353178e3d +Author: Steven Barth +Date: Fri Sep 19 11:02:23 2008 +0000 + + Remove default latlon_file specification + +commit 1c7cc8501c0b54cc7565d5c2be10dd595c92fac1 +Author: Steven Barth +Date: Fri Sep 19 10:42:18 2008 +0000 + + Fixed a typo for broadcom maclist, Improved general maclist handling + +commit 712424dc0cf17a60f3d77024b892cc04146f6295 +Author: Steven Barth +Date: Fri Sep 19 10:42:02 2008 +0000 + + Overall CBI improvements: DummyValue handling, dependency conflicts, ... + +commit 7d0ebeb7d008e49de31ce825be79371ba394a874 +Author: Jo-Philipp Wich +Date: Fri Sep 19 10:36:57 2008 +0000 + + * luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will destroy system /dev/null + +commit a54b1945c407b7fecaae8aac57fa3338eb11a3bc +Author: Steven Barth +Date: Thu Sep 18 21:45:01 2008 +0000 + + Revert mtdow + +commit 8f5d0d6ff5a1cbb40eccce5eeb99d5249bab5159 +Author: Steven Barth +Date: Thu Sep 18 21:26:34 2008 +0000 + + new sysupgrade fixes part 2 + +commit 5067e2d185bbd1fdf029a8da2a84895bbccfad02 +Author: Steven Barth +Date: Thu Sep 18 19:23:08 2008 +0000 + + Revised sysupgrade part 1 + +commit 60579b28e861af7780b596eca70a547b4bb779d1 +Author: Steven Barth +Date: Thu Sep 18 18:30:57 2008 +0000 + + olsrd-luci: Enable position independent code for certain platforms + +commit 8509b6a83f5545f06b47505c9856411b2c053d66 +Author: Steven Barth +Date: Thu Sep 18 16:44:49 2008 +0000 + + More mtdow fixes + +commit d87d01a24bb5dba7755d054e400ea861ae95a96c +Author: Steven Barth +Date: Thu Sep 18 14:51:04 2008 +0000 + + admin-mini: Merge MAC-Address detection from admin-full + +commit 6785c3ed4b237850c8f577e4a8be4e393f6095fb +Author: Steven Barth +Date: Thu Sep 18 14:36:26 2008 +0000 + + Work around an ugly Opera and Internet Explorer event handling bug. + +commit 8ff88fcd852ccc6184abe94898b571605bfb888e +Author: Steven Barth +Date: Thu Sep 18 14:02:23 2008 +0000 + + mtdow fixes level 1 + +commit a9fba87a134f049fe43ce24206917ca12419e923 +Author: Steven Barth +Date: Thu Sep 18 11:37:07 2008 +0000 + + libs/sys: Added autodetection for mtdow + +commit 1115f4ba5a5b68037679720be8edfefb7a5eeb6a +Author: Steven Barth +Date: Thu Sep 18 11:37:01 2008 +0000 + + Bump luci-p910nd translation files + +commit ce4236acff8c07ddd518b165eed5379b33b544e3 +Author: Jo-Philipp Wich +Date: Wed Sep 17 23:15:23 2008 +0000 + + * luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, breaks webif if only one option is set + +commit c10ce06b6b50db9d8cf3d7059de979cb468a44aa +Author: Jo-Philipp Wich +Date: Wed Sep 17 22:26:41 2008 +0000 + + * luci/contrib: add missing definitions for p910nd package in trunk makefile + +commit 8b53a27b5cf7e923fcf563989e4a9271d804abbc +Author: Jo-Philipp Wich +Date: Wed Sep 17 22:22:12 2008 +0000 + + * luci/libs/uvl: mark "enabled" option as required in fstab scheme, this prevents the deletion from uci + +commit 3ab109da956268e5cb5e23a30f9a7ee63ca1385f +Author: Steven Barth +Date: Wed Sep 17 20:44:12 2008 +0000 + + Initial implementation of OpenWrt mtd writer + +commit 309a448a1fa0489aa25bdfe639156326835e7ba1 +Author: Steven Barth +Date: Wed Sep 17 12:06:05 2008 +0000 + + Don't validate dependencies for fields which are not part of the form + +commit f1637e655073c2403a6a110ea6fe83332656039f +Author: Steven Barth +Date: Tue Sep 16 21:59:31 2008 +0000 + + admin-mini: Override UVL values for wireless mode + +commit 9eb8e378ae6a5bb2bb7d23f97b610dccfa6e7609 +Author: Steven Barth +Date: Tue Sep 16 19:50:53 2008 +0000 + + Fixed UCI save support for LuCI SDK + +commit 38e60dcf9bbd7208ae15282c333d2f1f7ea4d0a3 +Author: Steven Barth +Date: Tue Sep 16 15:51:11 2008 +0000 + + More IE compatibility fixes + +commit 7f0ff5c6554d9165645af67a6b8a252de67ffa5c +Author: Jo-Philipp Wich +Date: Tue Sep 16 11:16:04 2008 +0000 + + * luci/applications: add p910nd printserver application, thanks Yanira! - closes #125 + +commit 51c5827d75f91b74ef1a6e55f922c9b5604e61d7 +Author: Steven Barth +Date: Tue Sep 16 10:08:28 2008 +0000 + + admin-full: Override UVL values for mode field + +commit 0a0220ca29249d1a9a56262eff004e9cb7f05f33 +Author: Steven Barth +Date: Tue Sep 16 10:08:20 2008 +0000 + + Internet suXplorer JavaScript compatibility fixes + +commit c652c5ee52a97a15eb00b1abb11c78281525c195 +Author: Steven Barth +Date: Tue Sep 16 10:08:04 2008 +0000 + + FF-Wizard: Fixed a problem with custom settings + +commit ccf1355343ec104146259119b0a61b0e9d856b8d +Author: Jo-Philipp Wich +Date: Tue Sep 16 02:22:13 2008 +0000 + + * luci/libs/sys: add workaround for wrapped lines in df output + +commit 662186e815f311ceda141ec475bdccc94b444a5e +Author: Jo-Philipp Wich +Date: Tue Sep 16 02:00:16 2008 +0000 + + * luci/admin-full: fix another possible nil value + +commit 7dfe9098a5a82085aa5b1e1d2f4caec6169ce872 +Author: Jo-Philipp Wich +Date: Tue Sep 16 01:36:38 2008 +0000 + + * luci/admin-full: cope with nil values in fstab overview + +commit 922f92cd7df28d8ccc396cd13392b8469c34c88a +Author: Jo-Philipp Wich +Date: Tue Sep 16 01:27:56 2008 +0000 + + * luci/modules/freifunk: fix translation of contact page + +commit b11c6ecbeea88f782cef9c0441b3927d0c736a56 +Author: Jo-Philipp Wich +Date: Tue Sep 16 01:14:30 2008 +0000 + + * luci/themes: fix xml errors triggered by query strings in menu entries + * luci/app-olsr: fix html error in mid table + +commit c32a729fb2c88aad7bfb4d37eed52dbf1d8c8b17 +Author: Steven Barth +Date: Mon Sep 15 23:46:29 2008 +0000 + + Graph node must be named "graph" to work with magic in luci_statistics + +commit cbb0bead6fe87a99f77e0597733dcac453d08097 +Author: Steven Barth +Date: Mon Sep 15 23:46:20 2008 +0000 + + Fixed statistics + +commit e8375042814c6334b7506fd81dcecb040fd638db +Author: Jo-Philipp Wich +Date: Mon Sep 15 23:24:54 2008 +0000 + + * luci/contrib/olsr: add patch to fix HNA plugin parameter in dyngw + +commit e10d64e3e09dee27d1ddf35ba3efaf8bddb8729b +Author: Steven Barth +Date: Mon Sep 15 23:19:11 2008 +0000 + + Resolve a conflict + +commit b0d49454a691445e73016df56bb3800a13679005 +Author: Steven Barth +Date: Mon Sep 15 23:12:59 2008 +0000 + + luci-flash does not need to by verbose + +commit 267c8918cf536595a2a316745ad4835b8001ebde +Author: Steven Barth +Date: Mon Sep 15 22:28:45 2008 +0000 + + Freifunk: Added legacy cgi-bin-nodes.html support + +commit 9c8f710d516d605796280d0549d892b06ae6ecff +Author: Jo-Philipp Wich +Date: Mon Sep 15 21:44:32 2008 +0000 + + * luci/app-olsr: fixed duplicate keys in olsr translations + +commit 0615e134239cfabe89e167bdee16744aa4920569 +Author: Steven Barth +Date: Mon Sep 15 21:38:55 2008 +0000 + + Fixed some typos in the english translation + +commit bf80f902c57ea1a6487f51acfec9fb669cbbb417 +Author: Jo-Philipp Wich +Date: Mon Sep 15 21:23:03 2008 +0000 + + * luci/app-ffwizard: fix deletion of olsrd interface + +commit 7ea3e1a5e6d3a181b7b9086b71d3b5d85c7a94bb +Author: Jo-Philipp Wich +Date: Mon Sep 15 21:01:04 2008 +0000 + + * luci/modules/freifunk: minor translation fixes + +commit 605cd262ba7a55ba6d52082ef1e0380ad95a3324 +Author: Steven Barth +Date: Mon Sep 15 20:44:08 2008 +0000 + + FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces + +commit 2df2a057dd3be5c07fd260a6614778c799be9d1e +Author: Steven Barth +Date: Mon Sep 15 20:18:53 2008 +0000 + + Fixed a typo + +commit 5c31a68a53e636c36e74426e2b6c70debf33ac89 +Author: Jo-Philipp Wich +Date: Mon Sep 15 20:17:35 2008 +0000 + + * luci/i18n: remove freifunk related string from german core translation + * luci/modules/freifunk: add english translation, prefix strings with "ff_" + +commit dbd1d3c273a5c4cf47244ae8db7c25f1852aeb5e +Author: Steven Barth +Date: Mon Sep 15 16:52:58 2008 +0000 + + Reorganised Freifunk pages + Unified Community configuration + +commit dc33ed7b570144f5269151e5df218a7a3a37b52a +Author: Steven Barth +Date: Mon Sep 15 16:50:55 2008 +0000 + + Tuned dispatcher behaviour + +commit 22c927621c18e384f3f79e53aedda53271d52de2 +Author: Steven Barth +Date: Mon Sep 15 16:49:56 2008 +0000 + + Optimized caching behaviour, automatically flush caches in dev environment + +commit 25263f014408448f3f153d9a62ab3d1de4b17660 +Author: Jo-Philipp Wich +Date: Sun Sep 14 23:57:13 2008 +0000 + + * luci/libs/uci: register luci_hosts in ucitrack, fix dependencies for luci_ethers and luci_hosts + * luci/contrib/addons: fix luci_ethers and luci_hosts initscripts to always return 0 + +commit 29e91c2d83f6239dae938a621af8adfe81bbd907 +Author: Jo-Philipp Wich +Date: Sun Sep 14 23:17:10 2008 +0000 + + * luci/app-olsr: fix layout of IpcConnect section + * luci/contrib/olsr: fix default config + +commit 74c51811c824a96e16e009bf24ffc55ff6ed5357 +Author: Jo-Philipp Wich +Date: Sun Sep 14 22:53:42 2008 +0000 + + * luci/contrib/olsr: fix initscript stop action + +commit 5872bfa084797e903b5ba1a722c22938a6a9cc95 +Author: Steven Barth +Date: Sun Sep 14 21:59:14 2008 +0000 + + Overall Freifunk improvements + +commit d0442f8aab131cb53deaed1da81e09001cc33a82 +Author: Steven Barth +Date: Sun Sep 14 21:58:55 2008 +0000 + + libs/cbi: Fix option initialisation errors + +commit 1bd4697acd27b24b11fcaf3d9566226cb7154487 +Author: Jo-Philipp Wich +Date: Sun Sep 14 20:57:00 2008 +0000 + + * luci/app-olsr: added rewritten german and english translation + +commit 713454cefa40b813a80a91586713fb17d1da963d +Author: Steven Barth +Date: Sun Sep 14 19:01:05 2008 +0000 + + Fix some too strict validation schemes + +commit b29afca6bee55d0d228d82d2468822a19ac5d38b +Author: Steven Barth +Date: Sun Sep 14 19:00:58 2008 +0000 + + modules/freifunk: Fix some default firewall rules + +commit 56ccdb78fa669d86c15c5f55c457dd236bb66263 +Author: Steven Barth +Date: Sun Sep 14 19:00:52 2008 +0000 + + libs/uci: Cursor.delete_all: fix logical condition + +commit 00026ef79d7808cd0d8de83562f99e964523e00f +Author: Jo-Philipp Wich +Date: Sun Sep 14 16:19:18 2008 +0000 + + * luci/app/ffwizard: add more communities to Freifunk selection list + +commit 5fff612e0a051d524b5fd9d7d4a27bba1c2ea286 +Author: Steven Barth +Date: Sun Sep 14 11:12:39 2008 +0000 + + Make Boa IPv6-ready. Patch by Alina Friedrichsen. Thanks a lot. + +commit e491e675880f338c68214ce8f6ec6584d21623d9 +Author: Jo-Philipp Wich +Date: Sun Sep 14 03:51:46 2008 +0000 + + * luci/contrib: add xrelayd package + +commit 15345d3615c3956c3f8fb86a03e180a8c13f0e97 +Author: Steven Barth +Date: Sun Sep 14 01:05:11 2008 +0000 + + Reworked Freifunk public status pages + +commit e8557bbe60eba7ed45305c99167e0bbb2c53be52 +Author: Jo-Philipp Wich +Date: Sun Sep 14 01:02:55 2008 +0000 + + * luci/contrib: remove BROKEN dependency from freifunk modules + +commit 95c444c539e787a218c85df1ee95a1a5508b8e84 +Author: Jo-Philipp Wich +Date: Sun Sep 14 00:34:39 2008 +0000 + + * luci/app/ffwizard: sync olsr configuration + +commit b3cab35609ebf400f9741bf44764cc7019fb3556 +Author: Steven Barth +Date: Sun Sep 14 00:25:05 2008 +0000 + + Updated Community-Packages for Halle and Leipzig + +commit 014b6b9b6310d412ed40d32fb556abe9c676e2a1 +Author: Steven Barth +Date: Sun Sep 14 00:14:36 2008 +0000 + + FF-Wizard: assign matching network interface to wireless configuration + +commit d688dad6115cf4b40ee44b35cc391537b71fabd1 +Author: Steven Barth +Date: Sat Sep 13 23:49:07 2008 +0000 + + FF-Wizard: Fixed default WiFi configuration + +commit 16654183664f14a7c6be0ca701c693c301a93321 +Author: Steven Barth +Date: Sat Sep 13 23:21:32 2008 +0000 + + FF-Wizard: Set interface protocol to static, don't add the zone to network if it does not match an existing interface + +commit 8bba6cf4d061e28d8fda10a6f9348fa8a8b1380e +Author: Jo-Philipp Wich +Date: Sat Sep 13 21:45:21 2008 +0000 + + * luci/contrib/olsr: fix initscript to not kill itself sometimes + +commit f424439b65f9b416de20486da56b387d52cfc81a +Author: Jo-Philipp Wich +Date: Sat Sep 13 18:36:46 2008 +0000 + + * luci/contrib/olsr: add postinstall hooks to register ucitrack action for olsrd config + +commit fb9fc25c3fa24b43b757c38fe6bcab8a9412ec53 +Author: Jo-Philipp Wich +Date: Sat Sep 13 18:24:27 2008 +0000 + + * luci/contrib/olsr: remove HNA parameter from default config it's senseless and causes the current initscript to fail + +commit bedf65aed20be9e24d6aa3b8eda56e009011b906 +Author: Jo-Philipp Wich +Date: Sat Sep 13 17:51:03 2008 +0000 + + * luci/app-olsr: fix olsr status pages + +commit db04fffe1384721c00d671c0fe069cd26ebd0866 +Author: Jo-Philipp Wich +Date: Sat Sep 13 17:29:56 2008 +0000 + + * luci/contrib/olsr: define conffiles section in Makefile + +commit b00102c8b7ee5d282777706ddfc3b783dab3dfac +Author: Jo-Philipp Wich +Date: Sat Sep 13 17:24:35 2008 +0000 + + * luci/app-olsr: improved plugin handling + +commit 2a88e23db5715360aef9448c6a96415f5a5a11f4 +Author: Jo-Philipp Wich +Date: Sat Sep 13 17:23:58 2008 +0000 + + * luci/contrib/olsr: sync initscript and config format to current Kamikaze version + +commit f9303705a0210a5c8dd7b44697c3ff31e1473b1a +Author: Steven Barth +Date: Sat Sep 13 12:20:39 2008 +0000 + + Overall CBI-UVL ineraction fixes + +commit b69589fba337ac9c362e02d58c354b2e218900c7 +Author: Jo-Philipp Wich +Date: Sat Sep 13 05:23:30 2008 +0000 + + * luci/app-olsr: further fixes in olsr plugins config + +commit 61fe05ef43b42887ec27dc2f07ef0c73ca91426b +Author: Jo-Philipp Wich +Date: Sat Sep 13 05:17:20 2008 +0000 + + * luci/app-olsr: fix olsrplugins page + +commit d124dd9bb5f843c2f3c73a37a04c4df470468f1e +Author: Jo-Philipp Wich +Date: Sat Sep 13 04:44:03 2008 +0000 + + * luci/model/admin-full: override scheme for network overview page too to prevent "network.foo.ifname has no value" errors after wifi config created a new network on demand + +commit a8d165a5bf5c40b277b9a2b841c3f83d9d213612 +Author: Jo-Philipp Wich +Date: Sat Sep 13 04:26:37 2008 +0000 + + * luci/libs/uvl: + - only check option dependencies if option has a value + - remove option required for atheros mode in wireless scheme - breaks broadcom + * luci/model/admin-full: + - override section validation if we create a new network on demand + +commit e898a0dec6d087216914590bbac57b8086f5cad3 +Author: Jo-Philipp Wich +Date: Sat Sep 13 01:00:11 2008 +0000 + + * luci/app-olsr: first round of olsr improvements: + - implement new uci config format + - moved hna announcements and plugins to separate pages + - made all sections dynamic + - added all known plugin options as additional fields + +commit b1e746541290712f3dd3241f84d844c700235bf0 +Author: Steven Barth +Date: Fri Sep 12 19:50:31 2008 +0000 + + Overwritten ask_bool prevented flashing from happening + +commit 871f07ad2e02040e10f85c7c77dca465932582ab +Author: Steven Barth +Date: Fri Sep 12 16:12:51 2008 +0000 + + Avoid XML errors + +commit 2bbc4eb3c33c3590433174c599ec9418bdb8f38a +Author: Steven Barth +Date: Fri Sep 12 16:12:23 2008 +0000 + + Revert "Redesigned firmware upgrade process" + +commit 65b0a2bfad5f24b851a14ab0a405e60f24321bdf +Author: Steven Barth +Date: Fri Sep 12 14:41:05 2008 +0000 + + Replace short anchor tags, as they cause strange CSS behaviour + +commit df723f9d9e858d56cdf4cd2fee15e1549a353ad0 +Author: Steven Barth +Date: Fri Sep 12 13:32:35 2008 +0000 + + Avoid some blocking issues + +commit bf7287c60d3819ee2322c47d191d01e55a1ec909 +Author: Steven Barth +Date: Fri Sep 12 12:32:18 2008 +0000 + + Disable buffering of sysupgrade output + +commit 67049e97b4ff02874d62b41f72dbbfdfd97e2e88 +Author: Steven Barth +Date: Fri Sep 12 12:13:26 2008 +0000 + + Fixed status detection for firmware flash + +commit fade8edd2dfe39ae579256d04220aba9da2ff074 +Author: Steven Barth +Date: Fri Sep 12 11:53:08 2008 +0000 + + Redesigned firmware upgrade process + +commit e0cfb49235b5890b24dbfcafeb5c7805327d6403 +Author: Steven Barth +Date: Thu Sep 11 21:45:29 2008 +0000 + + UVLDoc: Minor style improvements + +commit 55cf7dbf347a9b48e911b1b4d47997aa513f5d7b +Author: Steven Barth +Date: Thu Sep 11 21:45:23 2008 +0000 + + Reworked UVL schemes + +commit d25d58bb4af9696ca6f9c16a36791bb072bfc891 +Author: Steven Barth +Date: Thu Sep 11 21:45:11 2008 +0000 + + CBI2UVL: boolean is a datatype not a type + +commit 5e001696e3f9db4b54eef267d3c66933979ca21f +Author: Steven Barth +Date: Thu Sep 11 18:54:06 2008 +0000 + + UVC-Streamer: Upstream configuration file is named uvc-streamer not uvc_streamer + +commit 0eb9e9805caa9c35e48ee54698fe3ce9e25b3542 +Author: Steven Barth +Date: Thu Sep 11 17:24:50 2008 +0000 + + luci-ntpc: Fixed option definitions + +commit ecf5ed021f5009e89830ccb14450075eebe089e2 +Author: Steven Barth +Date: Thu Sep 11 15:21:56 2008 +0000 + + UVLDoc: Rendering optimizations and CSS style + +commit e5cb252043e0f5350ba26702e89a73713088d2a3 +Author: Steven Barth +Date: Thu Sep 11 12:58:57 2008 +0000 + + UVL: Fixed dependency handling + +commit c6492df6131ca08a02b80a89df35e3c3d7ea603e +Author: Steven Barth +Date: Thu Sep 11 01:08:46 2008 +0000 + + UVLDoc: Fixed referencing + +commit c8ef012b3a73fbf548379b386ead43779b744562 +Author: Steven Barth +Date: Thu Sep 11 00:50:19 2008 +0000 + + Completed first part of UVLDoc + +commit ef8f835894953259e17a2f59b00e7e8173598a06 +Author: Steven Barth +Date: Wed Sep 10 23:16:36 2008 +0000 + + UVL: Fixed dependency parsing + +commit a676cd0e14d23e53bd377d6069529a4a5dd25fa4 +Author: Steven Barth +Date: Wed Sep 10 22:53:49 2008 +0000 + + Revert "* luci/applications: olsr: convert general settings to dynamic section with most parameters removed to ease the compatibility pain" + + This reverts commit ec51f83957827f0dfa58dd2c211253aa61ee3bfe. + +commit 38691ce540ebfacfbf35273a73195a6b2cc2879a +Author: Steven Barth +Date: Wed Sep 10 15:35:11 2008 +0000 + + UVL: Export raw value of "valueof" for references + +commit 1a4c192c65c166304014075857d7568cb4e7ae5b +Author: Steven Barth +Date: Wed Sep 10 12:47:21 2008 +0000 + + More luci.util optimizations + +commit 9e2759ec348c4b44475fd594d91eab14e7e3220e +Author: Steven Barth +Date: Wed Sep 10 12:22:29 2008 +0000 + + Optimized luci.util.class + +commit ba6928dce0f136babb7184c0fdad8a205489995b +Author: Steven Barth +Date: Wed Sep 10 12:22:22 2008 +0000 + + Avoid uneccessary recompilation of contrib module + +commit 52c9166a7abe947662fe03d1051e2d05e64f4f18 +Author: Steven Barth +Date: Tue Sep 9 21:55:54 2008 +0000 + + uvldoc: Added preliminary section support, optimized menu generating + +commit a4a77446e90d848293baaccf33de6499ffc8aa19 +Author: Steven Barth +Date: Tue Sep 9 18:47:45 2008 +0000 + + UVL: Add missing export for loadfile + +commit 77432eb0479ec101aaa2287394ec8751d589aed2 +Author: Jo-Philipp Wich +Date: Tue Sep 9 16:28:19 2008 +0000 + + * luci/libs/uvl: allow empty strings or undefined options as booleans too + +commit 0345180f72a9cb4149eb285e44d561d2199fdeb5 +Author: Jo-Philipp Wich +Date: Tue Sep 9 16:21:21 2008 +0000 + + * luci/libs/uvl: prevent "Value "" of option "qos.wan.enabled" does not validate as datatype "boolean"" error in qos pages + +commit abad8af0e7c67742971af37157c34732b2732b1d +Author: Steven Barth +Date: Tue Sep 9 16:20:56 2008 +0000 + + again + +commit cd1db0eda2a2d8efd3853f8eb270c109efb2789b +Author: Steven Barth +Date: Tue Sep 9 16:19:52 2008 +0000 + + Fixed last commit + +commit 8766b050bd9e6399a75ac8604516631e7562c573 +Author: Steven Barth +Date: Tue Sep 9 16:04:49 2008 +0000 + + Replace some util.splits with gmatch and match + +commit 9f7832b827a682b5517bdb3cd0a9237b49eaebaf +Author: Steven Barth +Date: Tue Sep 9 15:40:00 2008 +0000 + + Main library optimizations #2 + +commit 9ffd02f8d646c561ace0751de23cb40dfa0e0625 +Author: Steven Barth +Date: Tue Sep 9 15:39:54 2008 +0000 + + Main library optimizations #1 + +commit 2d409a35862a735327f8fb5de56d891d81ceee94 +Author: Steven Barth +Date: Tue Sep 9 15:39:43 2008 +0000 + + Optimized uvl.dependencies + +commit 64a4270a59165357e29dc8b69d9ffd92e1ce51ec +Author: Steven Barth +Date: Tue Sep 9 15:39:38 2008 +0000 + + Fixed uvl.errors + +commit 1bfd6b667b1169715fb4e1003e488c72b25080d5 +Author: Steven Barth +Date: Tue Sep 9 15:39:30 2008 +0000 + + Optimized uvl.validation + +commit c939a799cefc729fbc672991415987aa0aa6a480 +Author: Steven Barth +Date: Tue Sep 9 15:39:25 2008 +0000 + + Optimized uvl.errors + +commit 9a8cd55c36602a56ed782a4e6b8d740d0d02b22e +Author: Steven Barth +Date: Tue Sep 9 15:39:17 2008 +0000 + + Optimized uvl.datatypes + +commit c287c8ca7e8abc9026c079cc9e00028a3ae6cb97 +Author: Steven Barth +Date: Tue Sep 9 15:39:10 2008 +0000 + + Scheme parsing optimizations + +commit 68ecfaf69835d3ab3595a1c7cf8ac18be828c125 +Author: Steven Barth +Date: Tue Sep 9 12:44:51 2008 +0000 + + Revert UVL optimizations + +commit 8dbf29e86e984e9de87ad0724a99cab89f2d8ea6 +Author: Steven Barth +Date: Tue Sep 9 12:44:41 2008 +0000 + + Performance optimisations: + In-line expressions are faster than function calls + +commit 023b4ddf646438cfb0a468fdcb3a32945b239e20 +Author: Steven Barth +Date: Mon Sep 8 18:34:26 2008 +0000 + + Fixed UVL + +commit 5d3bddd89958dc257fc3d48d88d6be278a75c8d8 +Author: Steven Barth +Date: Mon Sep 8 17:55:24 2008 +0000 + + Fixed last commit + +commit 8d372d2f284e1d74d210a30a03681bc86395574d +Author: Jo-Philipp Wich +Date: Mon Sep 8 16:51:50 2008 +0000 + + * luci/libs/cbi: better layout for apply output + * luci/themes: introduce new css class for apply ul + +commit 9890c99d0bb4cefbf134c265888fbe60fea42c8c +Author: Steven Barth +Date: Mon Sep 8 14:39:47 2008 +0000 + + UVL optimizations round 1 + +commit eff278317eed2f87f3e04715ed8b9e52d4ca01c0 +Author: Jo-Philipp Wich +Date: Mon Sep 8 00:34:27 2008 +0000 + + * luci/libs/cbi: fix html errors in cbi templates + +commit 19c79a30b91354932b12ffb9f866471b06a570df +Author: Steven Barth +Date: Sun Sep 7 23:50:58 2008 +0000 + + Fixed DHCP-Options and some CBI stuff + +commit 554286bdc686b30ef70fedaa3765c920cfd27836 +Author: Jo-Philipp Wich +Date: Sun Sep 7 23:08:13 2008 +0000 + + * luci/libs/uvl: extend network scheme to allow proto=none for interfaces + +commit 2590722de0a23456aa029c8db551964c7595eccd +Author: Steven Barth +Date: Sun Sep 7 23:03:05 2008 +0000 + + libs/cbi: Fixed DynamicLists + +commit 7fb577f21e7fab5e88e5dcccc90e6d585700b3eb +Author: Steven Barth +Date: Sun Sep 7 22:55:59 2008 +0000 + + Fixed last commit + +commit 7334fc65b255000adcd7dda0ceb77a0e3751eef4 +Author: Steven Barth +Date: Sun Sep 7 22:55:10 2008 +0000 + + Fixed a swap of keys and descriptions in additional fields of dynamic sections + +commit d8282d382bc675eb1c930eed0fe65c41050400b8 +Author: Steven Barth +Date: Sun Sep 7 21:22:39 2008 +0000 + + libs/cbi: Catch errors while creating named sections + +commit a8c64ef3b09e8d64ae1c0497b9b852a0d98fdf64 +Author: Jo-Philipp Wich +Date: Sun Sep 7 20:12:24 2008 +0000 + + * luci/modules/admin-full: fix character encoding in package descriptions, fixes #121 + +commit d8e11218b4b3e55fb38a8941d73f289d7b9ef2b3 +Author: Steven Barth +Date: Sun Sep 7 18:54:25 2008 +0000 + + Remove "done." message from luci-reload + +commit a8f137973b02c40bc206542073f08d7beccd570d +Author: Jo-Philipp Wich +Date: Sun Sep 7 18:53:15 2008 +0000 + + * luci/libs/uvl: add asterisk uci config scheme + +commit 7bcd7e67d4c17d614f22bbbdcabbe3a2a55c12d7 +Author: Steven Barth +Date: Sun Sep 7 16:27:01 2008 +0000 + + Fixed last commit + +commit 85f9c510160fdca09ed803961d3dfc9b6ef0e5b1 +Author: Steven Barth +Date: Sun Sep 7 16:25:42 2008 +0000 + + libs/cbi: Don't validate on reparse after commiting + +commit 1dcd836a309ea9f5506dcdcdd7d2c286be1916fd +Author: Jo-Philipp Wich +Date: Sun Sep 7 15:27:24 2008 +0000 + + * luci/libs/uvl: fix firewall scheme issue with custom rules + +commit a2683f5ffd0b812232b8b98041cb1b2161b776bf +Author: Jo-Philipp Wich +Date: Sun Sep 7 14:55:09 2008 +0000 + + * luci/contrib/luci-addons: fix config file overwriting issue + +commit 21a7e9bc65da04588f2a9ff507427ba6bd7aeb39 +Author: Steven Barth +Date: Sun Sep 7 14:33:42 2008 +0000 + + Fixes for WPA notifications + +commit 43ff3a40925cf87634d96d89e7ee7c5e0071c661 +Author: Steven Barth +Date: Sun Sep 7 14:06:20 2008 +0000 + + Added hostapd/wpa_supplicant notices to WiFi configuration, closes #117 + +commit 6a5ce5e45f13fe74d3b7784d366b34e95b09960f +Author: Jo-Philipp Wich +Date: Sun Sep 7 13:38:23 2008 +0000 + + * luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom rules + +commit 071f485a69adca2804456655845d7fd7945fe24b +Author: Jo-Philipp Wich +Date: Sun Sep 7 03:29:54 2008 +0000 + + * luci/libs/uvl: prepare support for @type[n] notation in luci.uvl.uvlitem.cid() + +commit 96e7e81d1def21256c79a27a86786121ababb37a +Author: Jo-Philipp Wich +Date: Sun Sep 7 02:57:47 2008 +0000 + + * luci/libs/uvl: fix description of default option in meta scheme + +commit 885e54007fdaaaa8d4972e904685c6a0ff609e50 +Author: Jo-Philipp Wich +Date: Sun Sep 7 02:55:42 2008 +0000 + + * luci/libs/uvl: implement default value option for variable sections + +commit 98ff081c9f67d876349a56a1b75e1fae51bc15e2 +Author: Jo-Philipp Wich +Date: Sun Sep 7 00:44:54 2008 +0000 + + * luci/libs/uvl: allow combined enum/valueof options + +commit c5278e17dc329be547c33a46e56fd655c77476c2 +Author: Jo-Philipp Wich +Date: Sat Sep 6 22:37:56 2008 +0000 + + * luci/libs/cbi: fix error assignment in cbi sections + +commit a9875adb29da9f42da5e6e8839917a0b76d5c19d +Author: Steven Barth +Date: Sat Sep 6 20:18:00 2008 +0000 + + Merge branch 'uvldoc' + +commit 72927597bc3c5a5817225dcb20cfe406e1c1bac5 +Author: Steven Barth +Date: Sat Sep 6 19:39:03 2008 +0000 + + Fixed stupid bug + +commit 087bd8afc7e29fa0b3f3e0b53c9a281bb53ca30f +Author: Steven Barth +Date: Sat Sep 6 18:55:26 2008 +0000 + + Trigger post-flash reboot manually + +commit c80d0a350e8a09ed798e5b74e2e8e0c74db3ea72 +Author: Jo-Philipp Wich +Date: Sat Sep 6 18:21:58 2008 +0000 + + * luci/modules: add hosts configuration pages + +commit 975df7e17f6eb09e157d6e9968a7e61ddc37a02b +Author: Jo-Philipp Wich +Date: Sat Sep 6 18:19:59 2008 +0000 + + * luci/i18n: add strings for hosts configuration + +commit 1bc3365f02f343f344137bff189e9b9efd35904e +Author: Jo-Philipp Wich +Date: Sat Sep 6 18:14:17 2008 +0000 + + * luci/libs/uvl: add scheme for luci_hosts configuration + +commit be767cb726d23a4e2daa27f8b4ecde161c15c0ed +Author: Jo-Philipp Wich +Date: Sat Sep 6 17:20:27 2008 +0000 + + * luci/contrib/addons: add luci_hosts infrastructure + +commit a849e84bfbdb6e09ade2aea31be0eb28bd3c67b4 +Author: Jo-Philipp Wich +Date: Sat Sep 6 16:57:57 2008 +0000 + + * luci/themes: small css fix for all themes + +commit a59d6a7877f1f0e45dc6b2da15f7a9b58eea317c +Author: Steven Barth +Date: Sat Sep 6 16:46:27 2008 +0000 + + Added proto: none to network scheme + +commit 3001586c045f24e295c0f2b553e3b67a70e98286 +Author: Steven Barth +Date: Sat Sep 6 16:27:40 2008 +0000 + + Cosemtical changes + +commit 38bdb5f504d93efe16fdb2e17ad2ebdab7307277 +Author: Steven Barth +Date: Sat Sep 6 16:09:58 2008 +0000 + + Fixed a whitespace issue + +commit f297be56e95819d9d6dc0275f3eee562cf16b6d9 +Author: Steven Barth +Date: Sat Sep 6 16:05:34 2008 +0000 + + Fixed permissions of luci-reload + +commit 7514604860540ad30bbe82aabc6692f89f301b92 +Author: Steven Barth +Date: Sat Sep 6 15:59:18 2008 +0000 + + Fixed responsiveness for flashing process + +commit f61bd1a78c69e3f492b18fd4ac14873cb009b8ef +Author: Steven Barth +Date: Sat Sep 6 15:47:07 2008 +0000 + + Fixed Luasocket build + +commit 9ce58c0339f2b570c049c7bee04af66c3d695a39 +Author: Steven Barth +Date: Sat Sep 6 15:15:38 2008 +0000 + + Made flashing more responsive as well + +commit 9befed193ae828c2b58390e8c0efafdab37f45b8 +Author: Steven Barth +Date: Sat Sep 6 14:59:48 2008 +0000 + + cbi: Increare responsiveness of "Save & Apply" + +commit 03e11688ca1678b13b17f29b7a0f3d5809e5ca99 +Author: Steven Barth +Date: Sat Sep 6 14:31:17 2008 +0000 + + One more + +commit f2ae44a2842686bb023168ec2e535ef9ac8c7372 +Author: Steven Barth +Date: Sat Sep 6 14:17:13 2008 +0000 + + Cosmetic improvement + +commit 1c2ab810b2025630ea50e93c872c63dde8631b8f +Author: Steven Barth +Date: Sat Sep 6 14:07:21 2008 +0000 + + Bump version to 0.9 + +commit dbde0216c29148520226a96a57be20ceb2406f45 +Author: Steven Barth +Date: Sat Sep 6 13:51:51 2008 +0000 + + Rewrote UCI apply logic + +commit 8e00d27ae72245aa26feebfcf5cc0338ba1167d0 +Author: Steven Barth +Date: Sat Sep 6 09:58:32 2008 +0000 + + Removed unneeded exports + +commit cc7e96e352d4777d5ed98d3fc41c7e35c6500767 +Author: Jo-Philipp Wich +Date: Sat Sep 6 03:05:27 2008 +0000 + + * luci/libs/uvl: add definition for route sections to network scheme + +commit 73d1fca4e804558bcef4bdce8a21c09b022cfd8e +Author: Jo-Philipp Wich +Date: Sat Sep 6 00:08:23 2008 +0000 + + * luci/modules/admin-full: fix syslog page + +commit 4f3c67df4103c00c764d58b76cd95468fad5a738 +Author: Jo-Philipp Wich +Date: Fri Sep 5 23:54:44 2008 +0000 + + * luci/applications/uvc-streamer: fix possible crash when no uvc_streamer sections is defined in config + +commit e6133d65e30775f91afdde32af54c47a54710c8c +Author: Steven Barth +Date: Fri Sep 5 23:43:18 2008 +0000 + + Fixed a few FF-Wizard issues + +commit 7f7a600b1235e8199a07451e25f5b03d63a51057 +Author: Jo-Philipp Wich +Date: Fri Sep 5 23:25:51 2008 +0000 + + * luci/libs/cbi: remove dead code + +commit 40d4e839eff49bc2390537d465c4543105e95f59 +Author: Steven Barth +Date: Fri Sep 5 23:24:39 2008 +0000 + + Added bytecodecache + +commit 71d3b7c194a8612b40dea82f6c430b4feb3739cd +Author: Jo-Philipp Wich +Date: Fri Sep 5 23:24:10 2008 +0000 + + * luci/themes: add required css classes for cbi-uvl-errors + +commit a37ba532ff116209e1af8ac16ea4a34bbcd498cd +Author: Jo-Philipp Wich +Date: Fri Sep 5 23:22:00 2008 +0000 + + * luci/libs/uvl: fix dependencies in qos scheme + +commit 898c45743aeda97da9e129d4d317d542eca3b4a4 +Author: Jo-Philipp Wich +Date: Fri Sep 5 23:21:37 2008 +0000 + + * luci/libs/cbi: improved error integration with uvl + +commit e63d3f03eb1360c1d2c1bc58a343e2e8adc78ace +Author: Steven Barth +Date: Fri Sep 5 20:32:20 2008 +0000 + + Added memory tracer + +commit c08c0fdedea94c7e8695ec13b22bf9a25a656478 +Author: Steven Barth +Date: Fri Sep 5 19:27:19 2008 +0000 + + Fixed last commit + +commit cd53740e0f117885dddcd9781b2209ead7170ae5 +Author: Steven Barth +Date: Fri Sep 5 19:25:57 2008 +0000 + + Move RPC-bidnings out of the way to prevent the indexer to require them + +commit ee613dd296b76b00577510e60db0cb880e87d469 +Author: Jo-Philipp Wich +Date: Fri Sep 5 19:25:10 2008 +0000 + + * luci/applications/uvc_streamer: + - display streaming address in map description + - sync translation + - add credits + +commit ac05bea1be004a4270a43825dae8430c579be72b +Author: Steven Barth +Date: Fri Sep 5 19:17:48 2008 +0000 + + Small dispatcher improvement + +commit 13579a4e211de5220c653fb97c211d6ef43dfa27 +Author: Steven Barth +Date: Fri Sep 5 19:09:11 2008 +0000 + + Fix UVL RPC-API + +commit a8a72c1ec8bc0625dad70f22ec85ff7e9e477074 +Author: Steven Barth +Date: Fri Sep 5 18:39:42 2008 +0000 + + Fixed luci.config + +commit 4483ebd74d57839b31175c8fa082b08c5330175a +Author: Steven Barth +Date: Fri Sep 5 18:35:14 2008 +0000 + + Removed inefficient environment manipulation functions + +commit 6a6edda0491119cbba249bae847986313f8c09e0 +Author: Steven Barth +Date: Fri Sep 5 18:35:09 2008 +0000 + + Heavy memory/performance optimizations #4 + +commit 37b5ef40df48bb7d4023e66f09a68c1c0e229b8d +Author: Steven Barth +Date: Fri Sep 5 18:35:03 2008 +0000 + + Heavy memory/performance optimizations #3 + +commit 45319b232bc331492dd98e474c9ea60a9a70bc8f +Author: Steven Barth +Date: Fri Sep 5 18:34:56 2008 +0000 + + Heavy memory/performance optimizations #2 + +commit 3e9e582572bbb893aba4240708b7fabd3a2accaa +Author: Steven Barth +Date: Fri Sep 5 18:34:46 2008 +0000 + + Heavy memory/performance optimizations #1 + +commit 2b0f1af5cc40a26b2111a88815f901652753a56f +Author: Jo-Philipp Wich +Date: Fri Sep 5 16:49:17 2008 +0000 + + * luci/libs/uvl: fix an error message in luci.uvl.read_scheme() + +commit 3315203f2f3e9ff5a76e788e9873e84e171ae876 +Author: Jo-Philipp Wich +Date: Fri Sep 5 16:46:51 2008 +0000 + + * luci/libs/uvl: + - implement bytecode loading in luci.uvl.read_scheme() + - add "uvlc" executable to byte-compile arbitary schemes + - add lib/uci/schema/bytecode/ directory + +commit 8af9060efd8f47966e898cd12e0515da3b097203 +Author: Steven Barth +Date: Fri Sep 5 15:58:19 2008 +0000 + + libs/cbi: Pass default values from UVL + +commit b02fe4b480faed9fdea58bb346c5c839f202d9a0 +Author: Steven Barth +Date: Fri Sep 5 15:43:57 2008 +0000 + + Fixed UVL bindings + +commit 1358f954a78774ac989c06f973a17a40a781bad6 +Author: Steven Barth +Date: Fri Sep 5 15:38:53 2008 +0000 + + Fixed JSON-RPC API, added uvl API-Bindings + +commit 94996dd63986a153b71e1aec2fd712c1d292781e +Author: Jo-Philipp Wich +Date: Fri Sep 5 15:32:33 2008 +0000 + + * luci/libs/uvl: translation fixes + +commit c03bde275f48bfc1711a2fcae9b09e3b83fe27ec +Author: Steven Barth +Date: Fri Sep 5 14:52:06 2008 +0000 + + Inprove sanity check for luci.sauth.read + +commit 47c07adf75ccdaec3f80aab009cf0819d24d4a3e +Author: Steven Barth +Date: Fri Sep 5 14:34:59 2008 +0000 + + libs/web: Turn dependency tracking on by default + +commit e2e1cf54974c5276ba8e874c2029857e8f97629a +Author: Steven Barth +Date: Fri Sep 5 14:28:36 2008 +0000 + + Fixed some minor session handling issues + +commit 406de828219acf4ea49e6396fdbc23784a44c1d4 +Author: Jo-Philipp Wich +Date: Fri Sep 5 14:26:54 2008 +0000 + + * luci/libs/uvl: make "proto=dhcp" the default value in network scheme + +commit aa0617e4edd3fa2f3dfb464c10b6d73214b79283 +Author: Steven Barth +Date: Fri Sep 5 13:55:49 2008 +0000 + + libs/sys: Added luci.sys.call + +commit 9243e20e27010a1d5754506774a3d813c7d5b8b0 +Author: Steven Barth +Date: Fri Sep 5 13:32:59 2008 +0000 + + Added .href parameter to DummyValues + +commit 9cae9dabf2b3e6251fdb3a9db37d868d1b0c575c +Author: Steven Barth +Date: Fri Sep 5 12:05:06 2008 +0000 + + Fixed luci.uci.Cursor.delete_all + +commit f62839fde97c1d59d22d4e3b8eee6bc85f2f2c0b +Author: Steven Barth +Date: Fri Sep 5 11:36:53 2008 +0000 + + Fixed HTTP stack to parse urlencoded data from Internet Explorer correctly + Internet Explorer appends a whitespace character after the last parameter which will now be stripped + +commit cc4c0688b520394beb3a64fb763b6e52d1ffed94 +Author: Steven Barth +Date: Fri Sep 5 11:36:47 2008 +0000 + + Fix whitespace issues in CBI template + +commit c882d1f501ec61245d86f46f8d740a35e5faaa81 +Author: Steven Barth +Date: Fri Sep 5 10:20:07 2008 +0000 + + Fixed Reboot pages + +commit cac36db0805f0238f374db15408c6820ab08eb60 +Author: Steven Barth +Date: Fri Sep 5 09:37:02 2008 +0000 + + Optimized error handling + +commit 2cde638a531eb80990fe9263041f7477cc89d2ce +Author: Steven Barth +Date: Fri Sep 5 01:02:36 2008 +0000 + + Push new Freifunk configuration + +commit 05f350547e275e23062892227e20d536709ef99a +Author: Steven Barth +Date: Fri Sep 5 01:01:53 2008 +0000 + + FFWizard rewrite + +commit 35a529a5c56df3dbcd105f691d164f4f85283611 +Author: Jo-Philipp Wich +Date: Thu Sep 4 23:39:55 2008 +0000 + + * luci/libs/uvl: + - implement port and portrange datatypes + - fix datatype of port ranges in firewall scheme + +commit 76145b3e254047aab2a526aa26120025289157c8 +Author: Steven Barth +Date: Thu Sep 4 22:03:19 2008 +0000 + + Added device hints to fstab configuration page. + +commit d1c078e1a7e1be412a6e4c4e8df72aee3649324f +Author: Steven Barth +Date: Thu Sep 4 20:13:17 2008 +0000 + + Use /usr/bin/env lua instead of /usr/bin/lua in development environment startscript + +commit 67c4ce4dfca63dcd6ed51de0f1f7c80a85e4d2a6 +Author: Steven Barth +Date: Thu Sep 4 20:03:00 2008 +0000 + + Added placeholder example application + +commit e4cbd59c393f337cc4e4ad1cf2b00431e6a1caca +Author: Steven Barth +Date: Thu Sep 4 11:48:27 2008 +0000 + + Add table-comparators to luci.model.uci.delete_all + +commit fb1c51b33c6dd517802393acfe7219e38de2a800 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:17:02 2008 +0000 + + * luci/applications/uvc_streamer: sync xml translations + +commit 5187eb8896a7c152726c4beecbe16b54206cf197 +Author: Jo-Philipp Wich +Date: Thu Sep 4 11:07:19 2008 +0000 + + * luci/application/uvc_streame: apply translation enhancements + +commit 1f2289b41ed0d1d97e583a7e2931b1b37eb5d757 +Author: Steven Barth +Date: Thu Sep 4 09:55:46 2008 +0000 + + libs/cbi: Use a Combobox for optional values if a section is dynamic and has defined optional fields + +commit ccc02d41885eb6aa7cf1749432843078b2c08fb2 +Author: Steven Barth +Date: Thu Sep 4 09:31:54 2008 +0000 + + Fixed event handlers to be more standards compliant + (fixed dependency tracking not working correctly on Konqueror and others) + +commit 19e22598fd5b43a4e3e23e5e0d5f994281024035 +Author: Jo-Philipp Wich +Date: Thu Sep 4 00:56:13 2008 +0000 + + * luci/libs/uvl: + - implement aliasing in luci.uvl.read_scheme() + - fixed wrong enum definition in reference scheme + - fixed boolean() datatype validator to actually accept "true" and "false" literals + - extend uvl cli to validate schemes against the reference scheme (incomplete) + +commit 34ab619ee3dd9fd04a4198288540e3a7a19aadf6 +Author: Steven Barth +Date: Wed Sep 3 22:51:27 2008 +0000 + + libs/cbi: Compatibility changes for non-standards-compliant browsers + +commit ccd792c4d1408223a9ad0bc545ba50bffbbb4c20 +Author: Jo-Philipp Wich +Date: Wed Sep 3 22:42:20 2008 +0000 + + * luci/modules: fix default translation of no-encryption-option in both admin-full and admin-fixed + +commit 8a1b678504df94745042e74e2df3dcbe764251b1 +Author: Jo-Philipp Wich +Date: Wed Sep 3 22:33:53 2008 +0000 + + * luci/contrib/luci-addons: always create /var/etc in luci_ethers, fixes #113 - thanks KanjiMonster! + +commit 85461e4226f3e5b3828324a3a4b743dbc88812f2 +Author: Jo-Philipp Wich +Date: Wed Sep 3 22:02:35 2008 +0000 + + * luci/libs/uvl: fix error handling of OPT_INVVALUE too + +commit 727e9878fb00f545c0cd1b0130e789a5764eee3b +Author: Jo-Philipp Wich +Date: Wed Sep 3 21:49:13 2008 +0000 + + * luci/libs/uvl: + - implement host datatype which matches hostname, ip4addr or ip6addr datatype + - implement multival flag for options + - fix handling of OPT_BADVALUE errors + - add multival flag spec to reference scheme + +commit 5cf454019c535ee25c22e8df693c65a509bce316 +Author: Jo-Philipp Wich +Date: Wed Sep 3 21:11:05 2008 +0000 + + * luci/libs/uvl: fix zone references in firewall scheme + +commit ba3c967d6594e788709305686f67e81b68a3c7ff +Author: Jo-Philipp Wich +Date: Wed Sep 3 21:07:07 2008 +0000 + + * luci/libs/uvl: completed firewall scheme + +commit ed7362eed37d2b896fbde7193d1106b93c0afe21 +Author: Steven Barth +Date: Wed Sep 3 12:16:46 2008 +0000 + + Added cbi2uvl converter + +commit 43a730c88afdaaffb7b2735708faf7394871328f +Author: Steven Barth +Date: Wed Sep 3 11:01:21 2008 +0000 + + libs/web: Fixed luci.template + +commit 7c91b791210e0a8c9f2e42916518be6f09933202 +Author: Jo-Philipp Wich +Date: Wed Sep 3 10:52:40 2008 +0000 + + * luci/libs/uvl: add "network" option to firewall scheme + +commit e97527fa0617d76dbe2e9513bce264f3486c089a +Author: Jo-Philipp Wich +Date: Wed Sep 3 09:43:07 2008 +0000 + + * luci/contrib/olsrd-luci: add timer fix from (http://gredler.at/hg/olsrd/rev/ace7c0970ec) + +commit eedb43da9b5193380faeeb39754298335a0f0bb9 +Author: Jo-Philipp Wich +Date: Wed Sep 3 02:08:38 2008 +0000 + + * luci/libs/uvl: + - fix command line switches for uvl + - honour STRICT_UNKOWN_OPTIONS in luci.uvl._validate_option() + +commit 3817e514023df4af6f7d8cb43870dd512d73841f +Author: Jo-Philipp Wich +Date: Wed Sep 3 01:51:12 2008 +0000 + + * luci/libs/uvl: add missing username, password and server options to network schame, fix c-n-p errors + +commit 2b767fc45c564b94df4153d99d5501bb208e6fe5 +Author: Jo-Philipp Wich +Date: Wed Sep 3 01:45:43 2008 +0000 + + * luci/libs/uvl: completed network scheme, add "uint" and "ipaddr" datatypes + +commit c842b668b0ada4757aca0f7feccf041a24628b2b +Author: Jo-Philipp Wich +Date: Wed Sep 3 00:36:13 2008 +0000 + + * luci/contrib/olsrd-luci: adept config generator to new uci api and fix ifname in interface sections + +commit 15eb2bcbb0b5983160a3cd5e1b83e16c2aca71a6 +Author: Jo-Philipp Wich +Date: Tue Sep 2 22:26:36 2008 +0000 + + * luci/libs: uvl: remove deprecated notice from reference scheme + +commit 6b6abc95d04dcd4c5be6b1082e2b4a63f7b6047f +Author: Jo-Philipp Wich +Date: Tue Sep 2 22:13:52 2008 +0000 + + * luci/libs/uvl: + - fix handling of missing package/section/variable fields in scheme specs + - fix dereferencing of scheme tables in luci.uvl.uvlitem.scheme() + - unify TYPE_VARIABLE and TYPE_OPTION + - implement external "regexp:..." validators + - extend reference scheme to implement "lazylist" type for lists + +commit 51bfdb1377c91b0947ae10025d6b6261c34de721 +Author: Jo-Philipp Wich +Date: Tue Sep 2 20:24:06 2008 +0000 + + * luci/libs: uvl: implement package sections in the uvl scheme format + +commit eb279ab36033c887e482eb3395892deb182a335a +Author: Steven Barth +Date: Tue Sep 2 19:08:43 2008 +0000 + + Alias luci.util.exec as luci.sys.exec for legacy purposes + +commit 95f9bb97ba1d247819e66bced6988ec39301d2e5 +Author: Steven Barth +Date: Tue Sep 2 15:03:18 2008 +0000 + + Fixed occasionally occuring "Overload"-problems with luci-httpd + +commit 048fe5ce12c63c910cc92b568ec2fdca90c63d62 +Author: Steven Barth +Date: Tue Sep 2 14:50:00 2008 +0000 + + Fixed some UCI transition fallout + +commit b693e1ab915b0d811dd234377afaf8127851bcaf +Author: Steven Barth +Date: Tue Sep 2 14:24:00 2008 +0000 + + Rewrote luci.config + +commit f9a3de2234bb88afd428edd5080c227411392ac4 +Author: Steven Barth +Date: Tue Sep 2 11:27:00 2008 +0000 + + applications/luci-fw: Fixed r2979, closes #112 + +commit 954e61d2a3be5cf919908f8989e5d9c7f3b7884a +Author: Steven Barth +Date: Tue Sep 2 09:08:11 2008 +0000 + + Bump i18n-files + +commit 5430a64f05180268249fd3e62611bea0b431c378 +Author: Steven Barth +Date: Tue Sep 2 09:06:27 2008 +0000 + + modules/admin-full: Fixed a typo on IPKG configuration page + +commit bdf75b1e030c2ae96d9b89219bb09a5c78176a5a +Author: Steven Barth +Date: Tue Sep 2 09:02:20 2008 +0000 + + libs/uci: Optimized workaround + +commit 765d5b8540edcbbb62bb9242b57930d249b2af09 +Author: Steven Barth +Date: Tue Sep 2 09:02:13 2008 +0000 + + libs/web: Fixed a typo in template error handling + +commit 74408bbb74c184b311ffebfbb4db38429c8247c0 +Author: Steven Barth +Date: Tue Sep 2 08:24:45 2008 +0000 + + Fixed reference to luci.ltn12 + +commit 81a605e0fc1c64a8d414c4c09f39cda13b397977 +Author: Jo-Philipp Wich +Date: Tue Sep 2 01:12:21 2008 +0000 + + * luci/build: add extended xml->lua xslt, thanks Alina + +commit d1a035a62db598bd4aa698254e25331d2f5713eb +Author: Jo-Philipp Wich +Date: Tue Sep 2 01:11:46 2008 +0000 + + * luci/libs: uvl: reenable xml translations, adept to new method="text" conversation method + +commit 6179e46ff5bf206c5a008b4adadfd48c89061bd9 +Author: Jo-Philipp Wich +Date: Tue Sep 2 00:39:26 2008 +0000 + + * luci/libs: uvl: add definition of package sections to meta scheme + +commit 730b5fad7a42e1d51b7ea2a59a500342ff4ff2bf +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:42:49 2008 +0000 + + * luci/contrib: olsrd-luci: only write sections for existing plugins, change default interface to br-lan + +commit 92e315d3277fb0f51b60bd06ef5f95f00b51e1f3 +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:26:19 2008 +0000 + + * luci/contrib: olsrd-luci: and now switch to 0.5.6 final while we're at it... + +commit f0a08da45bbc13141a9ee53520c129557c256ca8 +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:21:49 2008 +0000 + + * luci/contrib: olsrd-luci: fix yet another error + +commit 7deb140acafb0cfb30ef945bfd52c5ce14623c0f +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:18:10 2008 +0000 + + * luci/contrib: olsrd-luci: fix fork fallout + +commit 4f30dc4dbb26c9ad9b83de0cfe6b307215844ddf +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:08:37 2008 +0000 + + * luci/contrib: change dependencies to use olsrd-luci instead of olsrd + +commit 6203d55284234076acd97e48971ab167edd775b1 +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:04:38 2008 +0000 + + * luci/applications: olsr: remove init stuff, moved to olsrd-luci + +commit f8b5b746aca6a9c49d43a98ebeb4b43b344f91ca +Author: Jo-Philipp Wich +Date: Mon Sep 1 23:02:29 2008 +0000 + + * luci/contrib: add fork of openwrt olsrd + +commit c245841b4818075ad9d3fb8bc1f0b3b97b24a2e7 +Author: Jo-Philipp Wich +Date: Mon Sep 1 22:25:51 2008 +0000 + + * luci/applications: olsr: add own initscript and configuration + +commit da23475d317bb7b86152c812cf4d259f349a0eff +Author: Steven Barth +Date: Mon Sep 1 22:04:34 2008 +0000 + + Fixed some encoding issues + +commit 87bed5db45430fd69d7d89b30e1c6dae46d05e7c +Author: Steven Barth +Date: Mon Sep 1 21:56:30 2008 +0000 + + Added UVC-Streamer application + Contributed by Yanira + Thanks a lot + +commit e5be8db11482a6f7200377ff422018e2aaeb21d0 +Author: Steven Barth +Date: Mon Sep 1 21:40:08 2008 +0000 + + UGLY workaround is UGLY + +commit c230b83679568cd1fb0d52fa3f6a6b314564a1a7 +Author: Jo-Philipp Wich +Date: Mon Sep 1 20:48:18 2008 +0000 + + * luci/libs: uvl: fix possible "attempt to index field '?' (a nil value)" in uvl.uvlitem.config() + +commit 06b6d23c20c8cb01923b7430739199b413926ec0 +Author: Steven Barth +Date: Mon Sep 1 20:43:48 2008 +0000 + + Added custom filename support to luci.template + +commit 3568e2ba5097a5157c08f608e2bafa3d60c1f943 +Author: Steven Barth +Date: Mon Sep 1 19:51:37 2008 +0000 + + libs/cbi: Forward errors (like syntactical errors) from CBI model parser to the user output + +commit 76f2e5ec1a5fb8ab6c6c575434cb873e5db5d7cb +Author: Steven Barth +Date: Mon Sep 1 19:42:43 2008 +0000 + + Added luci.fs.copy and luci.fs.rename + +commit 7cc8a68ba929db44fa8f5f299a61f8c86ee9465b +Author: Steven Barth +Date: Mon Sep 1 19:28:06 2008 +0000 + + Fixed last commit + +commit 95006a1f116347f0ad349bbd52bc18732fb55b12 +Author: Steven Barth +Date: Mon Sep 1 19:23:56 2008 +0000 + + Added more reliable Lua2XML Converter for translations + +commit 77b05af325beca587040e1a429e2ad20d2849b7a +Author: Steven Barth +Date: Mon Sep 1 17:36:09 2008 +0000 + + Add stupid XHTML 1.0 DOCTYPES to themes + +commit 895b68050b092878ace10a9374b77ddd493fd155 +Author: Steven Barth +Date: Mon Sep 1 16:05:40 2008 +0000 + + libs/web: Cleaned up template library + +commit bb8137062f3ea698d39ca25b86b44b9c3cc12dde +Author: Steven Barth +Date: Mon Sep 1 16:05:34 2008 +0000 + + libs/web: Added several sanity checks to avoid local privilege escalation + +commit c1edac6ed0d69f4882aa56609b7c1be683da3333 +Author: Steven Barth +Date: Mon Sep 1 11:10:06 2008 +0000 + + libs/core: Added mising import for math module to luci.util + +commit 6a1f5d2889374ce4299b8c3d373fd1952a3af237 +Author: Steven Barth +Date: Sun Aug 31 22:44:32 2008 +0000 + + Fix usage of WPA/PSK encryption options in wifi configuration + +commit 4afe2a3d3e374cce6bb03bdb42b114a5e6d700e8 +Author: Jo-Philipp Wich +Date: Sun Aug 31 18:20:08 2008 +0000 + + * luci/libs: uvl: add reference meta scheme + +commit c6ea479b06480e6f20bc863515ea5231e86abe63 +Author: Jo-Philipp Wich +Date: Sun Aug 31 14:50:43 2008 +0000 + + * luci/applications: statistics: strip leading and trailing whitespace from config values, fixes OpenWrt Bug #3892 + +commit d82340ada43ccbc098e6f40dfee8603ec1231385 +Author: Jo-Philipp Wich +Date: Sun Aug 31 14:38:28 2008 +0000 + + * luci/applications: statistics: pick up new rrdtool translations in controller and rrdtool-i18n binding + +commit 64a16c5bbfa59babb3fff06841dbd51d0ab5320e +Author: Jo-Philipp Wich +Date: Sun Aug 31 14:37:28 2008 +0000 + + * luci/applications: statistics: split i18n data for rrdtool (Latin1) and webinterface (UTF8), hide rrdtool xml since xsltproc generates UTF8 where it should create Latin1 and escapes characters that should not be escaped which leads to corrupted labels in generated diagram images + +commit ec8047cf3bf579533e99721913e3a6f82f40cb91 +Author: Jo-Philipp Wich +Date: Sun Aug 31 13:51:33 2008 +0000 + + * luci/libs: uvl: fix errors in xml translations + +commit 83ecefc76cc8332e319b3b598188bfe616f38ad9 +Author: Jo-Philipp Wich +Date: Sun Aug 31 13:49:14 2008 +0000 + + * luci/libs: uvl: hide xml translations, revert lua translations to non-bracket form (\n) and replace "" with "(nil)" in uvl.errors + +commit 4cfd1d25d16aaac1f2e0556a7cc589f0e5200669 +Author: Jo-Philipp Wich +Date: Sun Aug 31 13:31:11 2008 +0000 + + * luci/libs: uvl: add error translations in german and english + +commit 8f0f4a04f541d5d4e48c91728f6464cde1611c91 +Author: Jo-Philipp Wich +Date: Sun Aug 31 12:42:29 2008 +0000 + + * luci/libs: uvl: add i18n support to error handling, remove former debug code in error.string() + +commit df52b711a78dbe8808628ae873acc1f3edefb1cf +Author: Steven Barth +Date: Sun Aug 31 11:16:52 2008 +0000 + + Reorganise luacurses + +commit 36c76090638e80d1cb9ad2dd060aae65976f24c8 +Author: Steven Barth +Date: Sun Aug 31 11:14:47 2008 +0000 + + Add luacurses to contrib + +commit f28422324d9f8aa6ac0af58dca431fa466e8b183 +Author: Steven Barth +Date: Sun Aug 31 10:48:56 2008 +0000 + + libs/web: Fix dispatching index scope + +commit 041321c5f715ded58eaa86b41cf534b5b9b2a608 +Author: Steven Barth +Date: Sat Aug 30 21:14:08 2008 +0000 + + libs/uci: Pipe output of reload commands to /dev/null + +commit 5ff3750b37a0f4b0fffe225c4c1ea25485b8ab27 +Author: Steven Barth +Date: Sat Aug 30 20:32:27 2008 +0000 + + Completely rewrote WiFi configuration pages, to synchronise with upstream featureset of mac80211, madwifi and broadcom wireless configuration + +commit 05d6b9684c749f7e47ce5681a3e5455a9c554a69 +Author: Steven Barth +Date: Sat Aug 30 20:32:13 2008 +0000 + + libs/cbi: Make sure newly created sections have optional field selectors + +commit d5cfb28f9bc97edc628e049436167b4bccb0b700 +Author: Steven Barth +Date: Sat Aug 30 20:32:07 2008 +0000 + + libs/cbi: Add a check whether a section was recently created + +commit cec13fcb294a9146226a80766b798b392fa90ce9 +Author: Steven Barth +Date: Sat Aug 30 20:32:00 2008 +0000 + + libs/web: Return more verbose error messages when template execution fails + +commit 171cbec25d279c3913e781c49f3061edc51c15c1 +Author: Steven Barth +Date: Sat Aug 30 15:41:02 2008 +0000 + + libs/cbi: Simplified _uvl_validate_section + +commit 0e05dbb02e68a247f86149cf573b37404882e037 +Author: Steven Barth +Date: Sat Aug 30 15:29:09 2008 +0000 + + libs/cbi: Use :is instead of .code == for UVL error tests + +commit 1b36a57d3e6cda4d3fc6b02309e1c0077bb0c8f8 +Author: Jo-Philipp Wich +Date: Sat Aug 30 15:15:42 2008 +0000 + + * luci/libs: uvl: added qos and network schemes, fixes in uvl error handling + +commit 63706a9f4391a56f7054c496f519e8ec5bebbe1f +Author: Steven Barth +Date: Sat Aug 30 12:47:14 2008 +0000 + + libs/cbi: Disable strict mode for now + +commit 055cef53361aad1135dddc789352f832832828b0 +Author: Steven Barth +Date: Sat Aug 30 12:11:27 2008 +0000 + + Optimized UVL validation handling + +commit 7e792dad2e8be495009f4b78856fb9797a7de019 +Author: Steven Barth +Date: Sat Aug 30 10:18:56 2008 +0000 + + libs/cbi: Create section after validation to avoid validation errors with empty fields + +commit ccf73ec14ea31673250ac28d5b51883b474d231e +Author: Steven Barth +Date: Sat Aug 30 09:21:38 2008 +0000 + + libs/cbi: Temporarily allow invalid configuration values to be saved + +commit d564e036b3524e07e48d3b9a82d02cc66c7da989 +Author: Jo-Philipp Wich +Date: Sat Aug 30 03:46:55 2008 +0000 + + * luci/libs: uvl: first round of uci schemes + +commit 449d8e46e956272e14d75bf2458a6c945bef75f5 +Author: Steven Barth +Date: Sat Aug 30 00:11:48 2008 +0000 + + Wifi updates part #1 + +commit 76c5cc5ff9d66736f50e60f788d15c062ca70d3c +Author: Steven Barth +Date: Fri Aug 29 23:41:24 2008 +0000 + + libs/ipkg: Fixed a transition issue + +commit ffd5c4ec656bd3f216c66b43587abcfdaf2b5c37 +Author: Steven Barth +Date: Fri Aug 29 23:26:01 2008 +0000 + + General optimizations, simplifications and improvements + +commit 5cfda95377accd59f488868180b17ca86327839d +Author: Steven Barth +Date: Fri Aug 29 20:36:45 2008 +0000 + + Speed up generation of dispatching tree + +commit 53871726b550c2b193b22c200984876f61de8843 +Author: Steven Barth +Date: Fri Aug 29 19:01:05 2008 +0000 + + Pass $LDFLAGS while linking + +commit 944f753ebac425a5e1a75dd992359b36967d64c3 +Author: Steven Barth +Date: Fri Aug 29 17:38:23 2008 +0000 + + lib/sys: Fixed inline documentation + +commit 4a9259586dfac657054ad74b8edd7e16928b7a08 +Author: Steven Barth +Date: Fri Aug 29 17:12:35 2008 +0000 + + Fixed RPC-API + +commit a0650b4ca96a184887369e04bc4793579364aeef +Author: Steven Barth +Date: Fri Aug 29 17:06:58 2008 +0000 + + modules/rpc: Check for existence of external libraries + libs/sys: Small fix for API-Documentation + +commit 77756f08b465ba9561d2d45c40633ebcac13702e +Author: Steven Barth +Date: Fri Aug 29 15:54:13 2008 +0000 + + Publish luci.model.ipkg via JSON-RPC + +commit e068351a3f5bf63ed85cd5d67a4a71048c5c0f60 +Author: Steven Barth +Date: Fri Aug 29 15:47:56 2008 +0000 + + Cleanup and documentation + +commit b6e397e1a42022631fb17a7ef33f854040398ae3 +Author: Steven Barth +Date: Fri Aug 29 13:44:33 2008 +0000 + + Optimized encoding of arrays containing nil values + Optimized inline documentation + +commit bda994c32e8afda1cac2e0e4ae4c66c50d82c3f1 +Author: Steven Barth +Date: Fri Aug 29 12:27:54 2008 +0000 + + Completed first version of JSON-RPC API + +commit 5778eae3693aff665eb0d1d384af31c1d1008386 +Author: Jo-Philipp Wich +Date: Thu Aug 28 21:44:14 2008 +0000 + + * luci/libs: uvl: invalid wrong "option not found in config" errors + +commit 8003e3b6482e770483499debdb916d1c08d4d7e5 +Author: Steven Barth +Date: Thu Aug 28 21:30:49 2008 +0000 + + libs/cbi: Make sure options in ListValues are unique + +commit 3dea61aaa3c4c090debf09b2bd5ac2c81a6c6fa3 +Author: Steven Barth +Date: Thu Aug 28 19:33:17 2008 +0000 + + mini: Force network interface to not be removable + +commit 4ca6f02af21d968e7da2018515f41cee4e4efd3f +Author: Steven Barth +Date: Thu Aug 28 19:31:25 2008 +0000 + + CBI-UVL Validation Integration part #1 + +commit 565bc6d4c2e73827d35f87a6237ad322f19065f2 +Author: Steven Barth +Date: Thu Aug 28 18:57:49 2008 +0000 + + libs/uvl: Set an own savedir to avoid UCI problems + +commit 8f03192ce4b39906db82658b0543e237e2a757d2 +Author: Steven Barth +Date: Thu Aug 28 18:57:34 2008 +0000 + + Fixed luci.util.dumptable again + +commit 8b28f46eeab80c7a5ec6f454780a338302eaa0da +Author: Steven Barth +Date: Thu Aug 28 17:10:35 2008 +0000 + + Added maxdepth to luci.util.dumptable + +commit af2cce3839386dd545fb4d9d80809716972560b9 +Author: Jo-Philipp Wich +Date: Thu Aug 28 16:44:10 2008 +0000 + + * luci/libs: util: little bugfix in serialize_data() + +commit 33ef3a1da2533be6a0ce1d425d80a7b911c406d9 +Author: Jo-Philipp Wich +Date: Thu Aug 28 16:40:51 2008 +0000 + + * luci/libs: util: further enhancements to table serialisation + +commit 2975bb66a61e2f5c86c8ee9701830e40d8c1ab82 +Author: Jo-Philipp Wich +Date: Thu Aug 28 16:17:42 2008 +0000 + + * luci/libs: util: improve table handling and support mixed tables in serialize_data() + +commit b3d63252e772f98a269a241c9f9f995f216efb84 +Author: Steven Barth +Date: Thu Aug 28 16:16:51 2008 +0000 + + Fixed luci.util.dumptable + +commit ba22660cb82d0f34bc1080c1fcfec539ef3634eb +Author: Steven Barth +Date: Thu Aug 28 15:50:27 2008 +0000 + + libs/core: Add recursion detection to dumptable, serialize_data + Dumptable now writes to stderr + +commit b5b0914ae3d05010f8c67766af799285cb888635 +Author: Steven Barth +Date: Thu Aug 28 10:18:10 2008 +0000 + + libs/uci: Updated API-Docs + +commit 11368a364ad57bf050b1961ae5994fbfac350e4f +Author: Steven Barth +Date: Thu Aug 28 09:37:10 2008 +0000 + + Shortend the new descriptions + +commit 8ba8eef60112d4e48d9f8015ccd01a96793c3445 +Author: Steven Barth +Date: Thu Aug 28 09:26:06 2008 +0000 + + Changed descriptions for Essentials and Administration + +commit 63d1d17111265810f46e4bdd505f11a2684cf9dd +Author: Steven Barth +Date: Thu Aug 28 09:11:23 2008 +0000 + + mini/wifi: Make WPA(2)-Radius only avaiable in Master-Mode, Remove double XML-escape for ESSID + +commit 12912ba7a458d1e513b922121f97a915664bec3c +Author: Steven Barth +Date: Thu Aug 28 09:11:16 2008 +0000 + + Fixed enum dependencies + +commit c2f79950b2ca88947a29b9c480b41962ed95f6f1 +Author: Jo-Philipp Wich +Date: Thu Aug 28 00:21:43 2008 +0000 + + * luci/libs: uvl: add uci error mechanism to uvl error handling + +commit a3fcd87a7188f7b2986a8e741c53e8def587ce29 +Author: Steven Barth +Date: Wed Aug 27 22:02:38 2008 +0000 + + Fixed incompatible APIs in CBI + +commit 11bcdfd91aab8976c8f3e6bd6ca2fa0c45956adf +Author: Steven Barth +Date: Wed Aug 27 21:32:05 2008 +0000 + + Switch back to mainline UCI + +commit 2cb538705485aa35c2193cacb11e103c70d8dc4e +Author: Jo-Philipp Wich +Date: Wed Aug 27 19:20:43 2008 +0000 + + * luci/applications: luci-fw: implement combined tcp+udp protocol option + +commit 8be65461bcc64250f4ee1df3eef8de22f2c3f87f +Author: Jo-Philipp Wich +Date: Wed Aug 27 18:55:42 2008 +0000 + + * luci/libs: uvl: fix crash when trying to validate malformed or not-existing configuration, more verbose error message for uci load failure + +commit 339042c46a187567de3e19b6f383ed72ed007f7d +Author: Jo-Philipp Wich +Date: Wed Aug 27 17:51:35 2008 +0000 + + * luci/libs: uvl: allow optional uci config as argument in validate_*() + +commit 9a8eb7fce6bc02fea83bda0e355a4d001b825671 +Author: Steven Barth +Date: Wed Aug 27 17:49:52 2008 +0000 + + Rewrote the API-documentation for luci.json + +commit a4761ed42f73c928f9ce573ed35de9a246a64eb9 +Author: Steven Barth +Date: Wed Aug 27 17:49:45 2008 +0000 + + Fix some Luadoc glitches + +commit af18067e75c3b6d9bbfa31b7ac844e6d3c9013e0 +Author: Steven Barth +Date: Wed Aug 27 17:45:58 2008 +0000 + + Fix some synchronization issues + +commit 4e15641c240e28d60558a4b9e0d4738d5671412d +Author: Jo-Philipp Wich +Date: Wed Aug 27 16:56:38 2008 +0000 + + * luci/libs: uvl: actually create error constants in luci.uvl.error + +commit aa94931fa01c63f9644056eed73ea9c6a665b6ca +Author: Jo-Philipp Wich +Date: Wed Aug 27 16:44:07 2008 +0000 + + * luci/libs: uvl: Major rewrite of internal element handling, reworked error model, dropped loghelper and get_dependencies(), introduced luci.uvl.errors api + +commit 86a3d500d116ce60658fd12bbee04873bc531144 +Author: Steven Barth +Date: Wed Aug 27 15:00:12 2008 +0000 + + Switch to new UCI version + +commit 12bb00a6a8050ed3439e4c0c1e312320258861cf +Author: Steven Barth +Date: Wed Aug 27 15:00:00 2008 +0000 + + Sync translations + +commit 14ffeb6eef094912c3cf8fa6d39fc7d7e46e4541 +Author: Steven Barth +Date: Wed Aug 27 14:10:40 2008 +0000 + + Upstream compatibility + +commit e31fcb11e0e54a1d71067f30b95a92f0e816fc08 +Author: Steven Barth +Date: Wed Aug 27 13:53:55 2008 +0000 + + Optical improvements + +commit 1e2d9409a5d6799a8a60929e2ee6a2906cb7705c +Author: Steven Barth +Date: Wed Aug 27 13:52:25 2008 +0000 + + Fix missing UCI transition + +commit ccb1ea29ac5fc0976a15672fdc73af9186c5e1bb +Author: Steven Barth +Date: Wed Aug 27 13:49:32 2008 +0000 + + Added missing import + +commit de5f413ae331485f6ddddf08d6c428403accaee3 +Author: Steven Barth +Date: Wed Aug 27 12:29:59 2008 +0000 + + Upstream compatibility + +commit d463d0b8357764ca9018549fa624c428f56fcd87 +Author: Steven Barth +Date: Wed Aug 27 08:53:40 2008 +0000 + + Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one + Minor bugfixes + +commit 9d0c00590d2e232d66588567da2048fc64ef940a +Author: Steven Barth +Date: Tue Aug 26 23:56:40 2008 +0000 + + Rewrote advice + +commit 1d55c476ba4d71fce0598ac4b74c6d05799ef1b2 +Author: Steven Barth +Date: Tue Aug 26 23:47:42 2008 +0000 + + Add a nice user advise + +commit 28ffe7d7046b8498ba896a0035fd9f6d66534321 +Author: Steven Barth +Date: Tue Aug 26 23:20:41 2008 +0000 + + Fixed typos + +commit 91ba7c42f5b45614c9f4c803d09399f08a8e27b1 +Author: Steven Barth +Date: Tue Aug 26 23:00:44 2008 +0000 + + UCI API changes + +commit 43b3217e5595acc91ff6d7614a5c21c88696fbcc +Author: Steven Barth +Date: Tue Aug 26 19:36:41 2008 +0000 + + libs/cbi: Added support for enum dependencies + +commit 73815885d83973a39811bf0f430f9c9e7642c0ca +Author: Steven Barth +Date: Tue Aug 26 19:10:14 2008 +0000 + + Updated UCI in contrib + +commit 3a09a73d2bf54d63e0b281d029b074da832a4f88 +Author: Steven Barth +Date: Tue Aug 26 18:02:27 2008 +0000 + + libs/core: Added target parameter to luci.sys.httpget + +commit df40e4df5e3485d1d70548b420e02b81aa61e60b +Author: Steven Barth +Date: Tue Aug 26 17:50:32 2008 +0000 + + libs/json: Completed JSON library + modules/rpc: Added experimental JSON-RPC API + +commit 05b30bba2adf9974378fc484273b709c55ebc011 +Author: Jo-Philipp Wich +Date: Tue Aug 26 09:51:49 2008 +0000 + + * luci: the monthly round of svn property fixups + +commit 0c5dc7bc77a4fd7d7f0d965e3185e2df4c608f05 +Author: Steven Barth +Date: Tue Aug 26 00:53:28 2008 +0000 + + 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 + +commit 8e6d1e682afee81fb4199ad494195c23e4381af5 +Author: Jo-Philipp Wich +Date: Mon Aug 25 18:30:25 2008 +0000 + + * luci/libs: uvl: implement dependencies for enum values + +commit 1e6001c23542ff239f7ee77b17179522275781a1 +Author: Jo-Philipp Wich +Date: Mon Aug 25 00:36:07 2008 +0000 + + * luci/libs: cbi: implement get_scheme() on some more map-like objects; whitespace cleanup + +commit d97d6329c3deb04f7dc55629324ef280fd576210 +Author: Steven Barth +Date: Sun Aug 24 20:44:47 2008 +0000 + + libs/cbi: Fixed UVL integration + +commit d68d03085a8cd7100b1b7f9c0e599f9329d6010c +Author: Steven Barth +Date: Sun Aug 24 19:51:09 2008 +0000 + + CBI-UVL integration part #2 + +commit a0b9f952e546928371acd5e47e874986f996b7b0 +Author: Jo-Philipp Wich +Date: Sun Aug 24 18:33:25 2008 +0000 + + * luci/libs: uvl: store valueof values as associative table + +commit e124eec0e86584a52ca1559459f58a99c5a0847c +Author: Jo-Philipp Wich +Date: Sun Aug 24 18:06:51 2008 +0000 + + * luci/libs: uvl: implement "valueof" option + +commit 75aac772067c75cb1b95d81370926fcb4929b17a +Author: Jo-Philipp Wich +Date: Sun Aug 24 17:14:31 2008 +0000 + + * luci/libs: uvl: remove a brain-dead unpack() + +commit 5117fc703e13141546ea3019f78eb50f4dbb62b7 +Author: Jo-Philipp Wich +Date: Sun Aug 24 17:12:16 2008 +0000 + + * luci/libs: uvl: use python-style format syntax for errors + +commit 0647fadb0a48a34fbf5af1c15532d04dd7277fd0 +Author: Steven Barth +Date: Sun Aug 24 16:35:06 2008 +0000 + + libs/core: Add Pythonic string formatting syntax + +commit 451eacf8da90980f9b860db445cb0b04558e9d31 +Author: Steven Barth +Date: Sun Aug 24 16:22:49 2008 +0000 + + CBI-UVL integration part #1 + +commit 1946740198db90e203aa0d9cc481f5ff787b8257 +Author: Jo-Philipp Wich +Date: Sun Aug 24 16:09:02 2008 +0000 + + * luci/libs: uvl: implement "named" flag for schemes + +commit 23101e71374383bdd1bae09166c2581daaa44b22 +Author: Jo-Philipp Wich +Date: Sun Aug 24 14:20:20 2008 +0000 + + * luci/libs: uvl: implement get_scheme() and get_dependencies() + +commit 606f7dc31317f110a98bbdb64baf00d6064bac2c +Author: Jo-Philipp Wich +Date: Sat Aug 23 17:51:51 2008 +0000 + + * luci/contrib: bump uci to v0.6.0 + +commit 4fc00fead31332769eb9c584460beda1f076d98d +Author: Jo-Philipp Wich +Date: Sat Aug 23 15:17:10 2008 +0000 + + * luci/libs: web: fix "dispatcher.lua:167: attempt to concatenate a + nil value" when running luci on a shell + +commit d8b61a53941ce5f0e5139f7c4d776abefad9b466 +Author: Steven Barth +Date: Fri Aug 22 22:38:14 2008 +0000 + + modules/admin-fulk: Fixed changes handling of Static Routes configuration page + +commit 3bcab661283d5b9886e46d6bcdab0e756b044997 +Author: Steven Barth +Date: Fri Aug 22 22:13:54 2008 +0000 + + RPC initial authentication API completed + +commit 69cab40a9aa145adcba2ca41841884109452774e +Author: Steven Barth +Date: Fri Aug 22 22:01:53 2008 +0000 + + libs/web: Remove unneeded status call + +commit 20116047b091a26fbc62e028edea89418ed3223c +Author: Steven Barth +Date: Fri Aug 22 21:52:36 2008 +0000 + + Fix unhandled track values for leafs + +commit 830ca24abba0ec45618c0121306461fc50c2b7bd +Author: Steven Barth +Date: Fri Aug 22 20:33:48 2008 +0000 + + libs/http: Fixed default sink for unknown data + +commit 03c0b0ad120c83f80d94e1e4233a6b4bd6eaf3e9 +Author: Steven Barth +Date: Fri Aug 22 20:04:49 2008 +0000 + + RPC part #3 + +commit 4eead17501584a09679841d75d451b19a7c234d0 +Author: Steven Barth +Date: Fri Aug 22 20:04:04 2008 +0000 + + RPC part #2 + +commit 9c6a852939c4f16f5d82299ff7b3a10f15ac3db0 +Author: Steven Barth +Date: Fri Aug 22 17:18:36 2008 +0000 + + Updated XML translation system, fixed some errors with multiline-translations + Thanks: Alina Friedrichsen + +commit dcf0f6146fb3beb47b4d677b29be5f13d86ea1e6 +Author: Steven Barth +Date: Thu Aug 21 19:13:45 2008 +0000 + + libs/rpc: Created new library + +commit 9cf785aba8b5fd7254b22bfac6732b36ff74d1e0 +Author: Steven Barth +Date: Thu Aug 21 18:36:06 2008 +0000 + + Added LPEG + +commit cfc153984d3b518e90efff94454eab36ba2560b7 +Author: Steven Barth +Date: Wed Aug 20 20:26:03 2008 +0000 + + updates + +commit 480b181631cede362a5f5477e35bf30a67f26394 +Author: Steven Barth +Date: Wed Aug 20 19:45:31 2008 +0000 + + Added batmand UCI config + +commit 71c3d30f46567d3b495579665eff245978e52d01 +Author: Jo-Philipp Wich +Date: Wed Aug 20 19:44:16 2008 +0000 + + * luci/themes: several xhtml fixes + +commit c7c262471364730d8eb0af5fc1a2765f842488b8 +Author: Jo-Philipp Wich +Date: Wed Aug 20 19:35:54 2008 +0000 + + * luci/i18n: updated translation files, xhtml fixes in openwrt.org theme + +commit 3fdccc976e75d32f0fb11cbc413498bfd2d6c041 +Author: Steven Barth +Date: Wed Aug 20 19:24:09 2008 +0000 + + libs/web: Corrected HTTP-Headers + +commit 0e1ec77d17f262c20d87d3e289a67cd9dc4ba10e +Author: Steven Barth +Date: Wed Aug 20 19:04:10 2008 +0000 + + libs/web: Set Expires-Header + +commit 7590274b21da38452bb4a4ad34b3ddf27385483e +Author: Jo-Philipp Wich +Date: Wed Aug 20 17:23:53 2008 +0000 + + * luci/i18n: add luci translations in xml format + +commit dbfd045b9b0d690ee778f85c9356869794c2d750 +Author: Jo-Philipp Wich +Date: Wed Aug 20 17:08:15 2008 +0000 + + * luci/themes: add striptags() to page titles + +commit 0938135dbbf8681bbd287612e3f2ed4d6fba3f35 +Author: Jo-Philipp Wich +Date: Wed Aug 20 17:04:03 2008 +0000 + + * luci/libs: add striptags() to global dispatcher namespace + +commit 18dfd21c39e6ddcd6936174af654a05b742c51b7 +Author: Jo-Philipp Wich +Date: Wed Aug 20 16:58:29 2008 +0000 + + * luci/libs: use striptags() in cbi