summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-09-03Commit from LuCI Translation Portal by user jow.: 108 of 108 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵Translation System
(0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 89 of 190 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 73 of 77 messages ↵Translation System
translated (1 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 25 of 42 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 760 of 760 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 29 of 29 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 461 of 760 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 1 of 2 messages translated ↵Translation System
(0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 3 of 5 messages translated ↵Translation System
(0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 19 of 20 messages ↵Translation System
translated (1 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 5 of 23 messages ↵Translation System
translated (8 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 14 of 27 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 760 of 760 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 56 of 69 messages ↵Translation System
translated (1 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 69 of 69 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 54 of 54 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 190 of 190 messages ↵Translation System
translated (0 fuzzy).
2011-09-03Commit from LuCI Translation Portal by user jow.: 760 of 760 messages ↵Translation System
translated (0 fuzzy).
2011-09-03build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, ↵Jo-Philipp Wich
http://trac.fonosfera.org/fon-ng/changeset/1867)
2011-09-01modules/admin-full: simplify and fix progname changeJo-Philipp Wich
2011-09-01modules/admin-full: rework realtime stats to start luci-bwc on demand, kill ↵Jo-Philipp Wich
daemon after ten seconds of inactivity
2011-09-01libs/web: fix some missing escapes in iface and netlist widgetsJo-Philipp Wich
2011-08-28modules/admin_system: Add note to step2 of firmware flashing telling the ↵Manuel Munz
user if configuration is kept or not, thanks hnyman (#298)
2011-08-28modules/freifunk: Changes to duesseldorf profile (#297)Manuel Munz
2011-08-28contrib/meshwizard: Set community homepage in /etc/config/freifunkManuel Munz
2011-08-28modules/freifunk: Fix carbodebit profileManuel Munz
2011-08-28modules/freifunk: Try to get the location from /etc/config/freifunk if it ↵Manuel Munz
isn't found in /etc/config/system
2011-08-28modules/freifunk: Add firewall.freifunk include to /etc/config/freifunkManuel Munz
2011-08-24modules/freifunk: luci-theme-freifunk-generic is the default, so no need to ↵Manuel Munz
specify it here.
2011-08-24modules/freifunk: Add profile for guifibagesManuel Munz
2011-08-24Revert last commitManuel Munz
2011-08-24modules/freifunk: Add extrapackages to be included when images are built ↵Manuel Munz
using the imagebuilder.
2011-08-24modules/freifunk: Add theme to profiles to get rid of the ↵Manuel Munz
imagebuilder-profiles, only augsburg for now, others will follow if this is sucessfull
2011-08-24themes/openwrt: Fix footer position, thanks for the fix (#272)Manuel Munz
2011-08-22applications/luci-statistics: cope with rules having no target in iptables ↵Jo-Philipp Wich
plugin config
2011-08-20contrib/meshwizard: The last change broke correct bssid_generation, should ↵Manuel Munz
work again
2011-08-13libiwinfo: fix encryption info on station interfaces in mac80211 AP-STA setupsJo-Philipp Wich
2011-08-13applications/luci-statistics: fix translation issues in controllerJo-Philipp Wich
2011-08-13libs/core: fallback to trunk versionJo-Philipp Wich
2011-08-13themes: get rid of "v" prefix in version displayJo-Philipp Wich
2011-08-12contrib/package: be trunkJo-Philipp Wich
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-08-12libs/web: add _() function to dispatcher, used for marking translatable menu ↵Jo-Philipp Wich
entries
2011-08-12libs/web: eliminate another uneeded require in dispatcherJo-Philipp Wich
2011-08-12themes: filter menu entry title through translate()Jo-Philipp Wich
2011-08-12libs/web: optimize access to translate() api by directly reusing the ↵Jo-Philipp Wich
luci.i18n instance loaded in dispatcher - this saves one extra function call, one extra require and one extra table lookup for _each_ translation string
2011-08-12[PATCH] Allow smarter node creation based on visibility during createtreeJo-Philipp Wich
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.
2011-08-12[PATCH] Wasted memory use storing path copies in node treeJo-Philipp Wich
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.
2011-08-12libs/nixio: add missing file in previous commit, revert unrelated changeJo-Philipp Wich