Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-24 | modules/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-24 | themes/openwrt: Fix footer position, thanks for the fix (#272) | Manuel Munz | |
2011-08-22 | applications/luci-statistics: cope with rules having no target in iptables ↵ | Jo-Philipp Wich | |
plugin config | |||
2011-08-20 | contrib/meshwizard: The last change broke correct bssid_generation, should ↵ | Manuel Munz | |
work again | |||
2011-08-13 | libiwinfo: fix encryption info on station interfaces in mac80211 AP-STA setups | Jo-Philipp Wich | |
2011-08-13 | applications/luci-statistics: fix translation issues in controller | Jo-Philipp Wich | |
2011-08-13 | libs/core: fallback to trunk version | Jo-Philipp Wich | |
2011-08-13 | themes: get rid of "v" prefix in version display | Jo-Philipp Wich | |
2011-08-12 | contrib/package: be trunk | Jo-Philipp Wich | |
2011-08-12 | applications, modules: remove i18n handling from controller modules as it ↵ | Jo-Philipp Wich | |
moved to the themes now | |||
2011-08-12 | libs/web: add _() function to dispatcher, used for marking translatable menu ↵ | Jo-Philipp Wich | |
entries | |||
2011-08-12 | libs/web: eliminate another uneeded require in dispatcher | Jo-Philipp Wich | |
2011-08-12 | themes: filter menu entry title through translate() | Jo-Philipp Wich | |
2011-08-12 | libs/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 createtree | Jo-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 tree | Jo-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-12 | libs/nixio: add missing file in previous commit, revert unrelated change | Jo-Philipp Wich | |
2011-08-12 | libs/nixio: implement getproto(), getprotobyname() and getprotobynumber() | Jo-Philipp Wich | |
2011-08-11 | libs/lucid: fix process function leak (#285) | Jo-Philipp Wich | |
2011-08-11 | libs/nixio: allow building without shadow password support | Jo-Philipp Wich | |
2011-08-11 | libs/nixio: fix possible issue with nonblocking bind() | Jo-Philipp Wich | |
2011-08-07 | Commit from LuCI Translation Portal by user soma.: 2 of 4 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-08-07 | Commit from LuCI Translation Portal by user soma.: 9 of 222 messages ↵ | Translation System | |
translated (8 fuzzy). | |||
2011-08-07 | Commit from LuCI Translation Portal by user soma.: 760 of 760 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-08-05 | modules/freifunk: Add profile for carbodebit (fr) | Manuel Munz | |
2011-08-05 | contrib/meshwizard: fix for last commit | Manuel Munz | |
2011-08-05 | contrib/meshwizard: Add option in community profiles to set the same bssid ↵ | Manuel Munz | |
for every channel with bssidscheme 'all' | |||
2011-07-31 | modules/admin-full: fix "undefined" netmask display on main status page | Jo-Philipp Wich | |
2011-07-30 | applications/luci-firewall: fix turning off nat reflection | Jo-Philipp Wich | |
2011-07-30 | applications/luci-diag-devinfo: add index() stubs to controller files (#281) | Jo-Philipp Wich | |
2011-07-22 | libiwinfo: fix segfaults in nl80211 hwmodelist and freqlist operations if ↵ | Jo-Philipp Wich | |
called on a not existing phy | |||
2011-07-22 | libs/lucid: perform full gc cycle prior to forking, massively improves ↵ | Jo-Philipp Wich | |
memory consumption | |||
2011-07-22 | modules/admin-full: properly set device option for newly created vlan sections | Jo-Philipp Wich | |
2011-07-21 | applications/luci-wol: cope with host entries that have multiple MACs assigned | Jo-Philipp Wich | |
2011-07-21 | Commit from LuCI Translation Portal by user jow.: 16 of 16 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-21 | libs/web: more verbose faults | Jo-Philipp Wich | |
2011-07-20 | libs/web: make dispatcher faults more verbose | Jo-Philipp Wich | |
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 9 of 11 messages ↵ | Translation System | |
translated (1 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 7 of 16 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 23 of 42 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 20 of 69 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 15 of 139 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 15 of 20 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 19 of 108 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 15 of 23 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 12 of 54 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 47 of 156 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 4 of 27 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 8 of 24 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-07-20 | Commit from LuCI Translation Portal by user jow.: 36 of 47 messages ↵ | Translation System | |
translated (0 fuzzy). |