summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-06-02* Moved Freifunk status pages to admin-core and linked them in FreifunkSteven Barth
* luci/web: Added assign() to dispatcher to reference foreign nodes in the dispatching tree
2008-06-02* Changed OpenWRT Makefile to support OpenWRT compiler flagsSteven Barth
2008-06-02* libs/fastindex: Changed Makefile to use LUCI_INSTALLDIRSteven Barth
2008-06-02* luci/core: util.lua: added parse_units() helper functionJo-Philipp Wich
2008-06-02* Added native basic authentication supportSteven Barth
* Cleanups
2008-06-02* luci/core: cbi.lua: automatically set size of MultiValue fieldsJo-Philipp Wich
2008-06-02always enable luaposixFelix Fietkau
2008-06-02add luaposix crypt() supportFelix Fietkau
2008-06-02* Reintegrated fastindex supportSteven Barth
2008-06-02Revert "full fastindex integration, drop old cache stuff"Steven Barth
This reverts commit 19917e78d47dc33c3f75b7fac9585e534d144fd3.
2008-06-02full fastindex integration, drop old cache stuffSteven Barth
2008-06-02fix fastindex namespaceSteven Barth
2008-06-02ignore vim swap filesSteven Barth
2008-06-02move the .o and .so .gitignore lines to the top level .gitignoreSteven Barth
2008-06-02add the fastindex moduleSteven Barth
2008-06-02remove unnecessary compiler command line stuff in sgi-webuciSteven Barth
2008-06-02fix symlink creationSteven Barth
2008-06-02fix luaposix buildSteven Barth
2008-06-02add "run" targetSteven Barth
2008-06-02* luci/statistics: add init scriptJo-Philipp Wich
2008-06-02* luci/statistics: template and controller translationJo-Philipp Wich
2008-06-01* luci/statistics: complete cbi model translationJo-Philipp Wich
2008-06-01* luci/core: cbi.lua: fix auto-i18n for values inside typed sectionsJo-Philipp Wich
2008-06-01* luci/core: cbi.lua: NamedSection and TypedSection take different numbers ↵Jo-Philipp Wich
of arguments, move i18n init to corresponding constructors
2008-06-01* Fixed last commitSteven Barth
2008-06-01* Added timing fixSteven Barth
2008-06-01Revert "* Added time initialization init.d script to luci-addons"Steven Barth
This reverts commit 5a8742b6a83857fcc8477762717af81a791cac65.
2008-06-01Revert "* Fixed last commit"Steven Barth
This reverts commit 2ad50a40d16e5c53dde95d08e4f9fb6072c29a1e.
2008-06-01* Fixed last commitSteven Barth
2008-06-01* Added time initialization init.d script to luci-addonsSteven Barth
2008-06-01* luci/core: cbi.lua: automatic i18n capabilities; whitespace cleanupJo-Philipp Wich
2008-06-01* libs/core: Adapted luci.util.strip_bytecode to handle lnum-bytecode correctlySteven Barth
2008-06-01* Added dependencies for i18n/german to applications/community-*Steven Barth
2008-06-01* Added initial German Translation stubSteven Barth
2008-06-01* Added dependency for English translation to modules/admin-coreSteven Barth
2008-06-01* luci/web: Set default language to EnglishSteven Barth
* applications/community-*: Set default language to German
2008-06-01* Added OpenWRT package for english translation (incomplete)Steven Barth
* libs/core: Fixed indentation of luci.util.strip_bytecode
2008-06-01* Performance optimizationsSteven Barth
* libs/core: Added bytecode stripping function to luci.util * libs/core: Added smart indexcache that automatically updates cached index-files on change * libs/web: Enabled template caching support * Core Translation part 4
2008-06-01* luci/statistics: let rrdtool.lua use values from the configuration, added ↵Jo-Philipp Wich
irq diagram model
2008-05-31* Core translation part 3Steven Barth
2008-05-31* Core translation part 2Steven Barth
2008-05-31* Moved theme Fledermaus to Freifunk submenuSteven Barth
2008-05-31* Reset default theme to "Fledermaus" for freifunk community packagesSteven Barth
2008-05-31* Core translation part 1Steven Barth
* Introduced new default theme "OpenWRT.org" * Minor tweaks
2008-05-30* Reintroduced compiling supportSteven Barth
* Added switch for Production (compiled) / Debug (source) - Target to OpenWRT configuration menu
2008-05-30* luci/statistics: added diagram models for process and df plugins, ↵Jo-Philipp Wich
adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file
2008-05-29* Temporarily disabled fastindex-support due to a bug where controllers ↵Steven Barth
containing "require"-calls are not indexed correctly
2008-05-29* libs/web: Added .leaf attribute to dispatching tree to stop dispatching at ↵Steven Barth
a certain node * libs/web: Added rewrite target for advanced aliasing
2008-05-29* Fixed dispatching regexSteven Barth
2008-05-29* BugfixesSteven Barth
* Moved cbi.js into the right directory * Added more debugging to dispatcher * Introduced about page