Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-25 | libs/web: fix missing escapes in network_ifacelist widget | Jo-Philipp Wich | |
2012-12-25 | Commit from LuCI Translation Portal by user jow.: 1 of 92 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-25 | applications/luci-statistics: render graph menus in alphabetic order | Jo-Philipp Wich | |
2012-12-25 | libs/core: make luci.util.spairs(), kspairs() and vspairs() return the ↵ | Jo-Philipp Wich | |
sequential index as 3rd variable | |||
2012-12-23 | themes/bootstrap: fix various css errors | Jo-Philipp Wich | |
2012-12-20 | don't use symlink to /lib/functions.sh | Jo-Philipp Wich | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||
2012-12-19 | modules/admin-full: fix "unsupported protocol" vs. "no interface assigned" ↵ | Jo-Philipp Wich | |
errors for protocols without ifname property, e.g. 6in4 | |||
2012-12-19 | ccache not loading or storing cache files | Jo-Philipp Wich | |
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 <bmayland@leoninedev.com> | |||
2012-12-18 | build: remove two obsolete scripts | Jo-Philipp Wich | |
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 137 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 139 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 147 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 175 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 851 of 851 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 166 of 175 messages ↵ | Translation System | |
translated (4 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 170 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 142 of 175 messages ↵ | Translation System | |
translated (1 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 851 of 851 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 140 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 10 of 73 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 1 of 96 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 20 of 44 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 421 of 851 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | Commit from LuCI Translation Portal by user jow.: 170 of 175 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-18 | contrib/package: fix typo in luci-app-firewall package description | Jo-Philipp Wich | |
2012-12-15 | fix is_installed() check for l2tp | Jo-Philipp Wich | |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | |||
2012-12-14 | luci_statistics: Add y_min, y_max, units_exponent options and clean up some ↵ | Jo-Philipp Wich | |
graphs Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | |||
2012-12-14 | luci-statistics: add transform_rpn option to graphs, use it for nut battery life | Jo-Philipp Wich | |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | |||
2012-12-14 | luci-statistics: don't plot data points where there are no data. | Jo-Philipp Wich | |
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 <David.Woodhouse@intel.com> | |||
2012-12-11 | applications/luci-statistics: convert nut plugin to minutes | Jo-Philipp Wich | |
2012-12-11 | applications/luci-statistics: add missing nut plugin entry to config menu | Jo-Philipp Wich | |
2012-12-11 | po: resync statistics translations | Jo-Philipp Wich | |
2012-12-11 | Add NUT UPS support to luci-statistics | Jo-Philipp Wich | |
2012-12-10 | contrib/community-profiles: Remove incompatible Hamburg profile as requested ↵ | Manuel Munz | |
by Jamalaka | |||
2012-12-07 | Commit from LuCI Translation Portal by user jow.: 118 of 118 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-07 | contrib/package/freifunk-p2pblock: actually read whitelist from config | Jo-Philipp Wich | |
2012-12-02 | modules/admin-full: several white-space fixes for Bootstrap | Jo-Philipp Wich | |
2012-12-02 | libs/web: make JS String.format() and String.serialize() available as ↵ | Jo-Philipp Wich | |
prototype options, introduce String.nobr() | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 13 of 13 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 22 of 23 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 21 of 26 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 374 of 851 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-02 | Commit from LuCI Translation Portal by user jow.: 64 of 64 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-12-02 | po: sync statistics translations | Jo-Philipp Wich | |
2012-12-02 | applications/luci-statistics: fix typo in collectd cbi | Jo-Philipp Wich | |
2012-12-02 | libs/web: let luci.i18n.setlanguage() return the lang that was actually loaded | Jo-Philipp Wich | |
2012-12-01 | modules/freifunk: sync translations | Manuel Munz | |
2012-12-01 | applications/luci-olsr: sync colors with map, add legend | Manuel Munz | |
2012-12-01 | modules/freifunk: remove empty dir | Manuel Munz | |