summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-core/luasrc
AgeCommit message (Collapse)Author
2011-09-30modules/admin-core: add missing css classJo-Philipp Wich
2011-05-09modules/admin-core: remove "about" templateJo-Philipp Wich
2011-03-13modules/admin-core: add wifi_network() to luci.tools.statusJo-Philipp Wich
2011-03-13modules/admin-core: add tools.status helper classJo-Philipp Wich
2011-01-29revert accidentally committed changesJo-Philipp Wich
2011-01-29po: sync radvd translationsJo-Philipp Wich
2011-01-18modules/admin-core: fix stray servicectl button in modemenuJo-Philipp Wich
2010-10-11modules/admin-core: add service control module for interfacing with luci-reloadJo-Philipp Wich
2010-03-27modules/admin-core: fix a long standing encoding issue with query strings in ↵Jo-Philipp Wich
the login form
2009-11-01all: remove references to old i18n filesJo-Philipp Wich
2009-11-01all: yet another round of translation fixesJo-Philipp Wich
2009-10-31all: automatic <%:...%> -> <%_...%> fixupJo-Philipp Wich
2009-10-31all: change most translate statements to new format, some need manual cleanupJo-Philipp Wich
2009-02-09libs/web: don't send Status: 500 in error500() if header is already sentJo-Philipp Wich
modules/admin-core: include template header only once
2009-01-27modules/admin-core: implement a more elegant solution for #46; treat empty ↵Jo-Philipp Wich
or zero-length netmasks as /32 subnet
2009-01-27modules/admin-core: prevent crash in network interface overview when netmask ↵Jo-Philipp Wich
option is defined, but empty
2008-12-23Sysauth does not have a valid dispatched node: Fall back to REQUEST_URI ↵Steven Barth
environment
2008-12-22Fix urltoken passing on several pagesSteven Barth
2008-10-27* luci: replace all "OpenWRT" occurences with "OpenWrt"Jo-Philipp Wich
2008-10-19Use real REQUEST_URI for sysauthSteven Barth
2008-10-10OXYGEN #2: Reorganized theme selection, added indexing supportSteven Barth
2008-10-07* luci/modules/admin-core: fix css class of password fieldJo-Philipp Wich
2008-10-07* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks ↵Jo-Philipp Wich
Alina!
2008-09-24Added Yanira to creditsSteven Barth
2008-08-26UCI API changesSteven Barth
2008-08-22Updated XML translation system, fixed some errors with multiline-translationsSteven Barth
Thanks: Alina Friedrichsen
2008-08-17 #108Steven Barth
2008-08-17Add missing number conversion (fixed #108)Steven Barth
2008-08-17Fixed a typoSteven Barth
2008-08-17Fixed a design flaw in luci.model.uciSteven Barth
2008-08-15modules/admin-full: Reworked DHCP configurationSteven Barth
2008-08-14modules/admin-full: Rewrote route configuration pageSteven Barth
2008-08-14Fixed login formSteven Barth
Converted SSH-Keys to CBI-Map
2008-08-14modules/admin-core: Added several cross-references to relevant configuration ↵Steven Barth
pages
2008-08-14User interface improvements part #3Steven Barth
2008-08-13Completed rewrite of network interface configuration pageSteven Barth
2008-08-13* luci/themes: <tt> is deprecated, replace with <pre> in error500 template, ↵Jo-Philipp Wich
add css styles for error500 and cbi error messages
2008-08-13User interface improvements part #2Steven Barth
2008-08-13libs/cbi: Improved user interface draft #1Steven Barth
2008-08-13Fixed last commitSteven Barth
2008-07-18updated about pageSteven Barth
2008-07-15Split up admin-core into admin-core and admin-full, preparing admin-miniSteven Barth
2008-07-07Added copyright-tags to templatesSteven Barth
2008-07-07Updated about-pageSteven Barth
2008-07-07Updated notice and contributors informationSteven Barth
2008-07-06libs/web: Removed deprecated i18n-file naming conventionSteven Barth
2008-07-06* libs/web: Fixed translation handlingSteven Barth
2008-07-05* modules/admin-core: Add translation for UCI changes, revert and apply page ↵Steven Barth
title
2008-06-29* libs/web: Added Logout supportSteven Barth
* libs/web: Fixed a bug with an invalid calling convention in luci.dispatcher * libs/sys: Fixed rudimentary posix.crypt detection
2008-06-28* libs/web: Switched from HTTP-Basic-Auth to Session-AuthSteven Barth
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci