Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-02 | * Moved Freifunk status pages to admin-core and linked them in Freifunk | Steven 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 flags | Steven Barth | |
2008-06-02 | * libs/fastindex: Changed Makefile to use LUCI_INSTALLDIR | Steven Barth | |
2008-06-02 | * luci/core: util.lua: added parse_units() helper function | Jo-Philipp Wich | |
2008-06-02 | * Added native basic authentication support | Steven Barth | |
* Cleanups | |||
2008-06-02 | * luci/core: cbi.lua: automatically set size of MultiValue fields | Jo-Philipp Wich | |
2008-06-02 | always enable luaposix | Felix Fietkau | |
2008-06-02 | add luaposix crypt() support | Felix Fietkau | |
2008-06-02 | * Reintegrated fastindex support | Steven Barth | |
2008-06-02 | Revert "full fastindex integration, drop old cache stuff" | Steven Barth | |
This reverts commit 19917e78d47dc33c3f75b7fac9585e534d144fd3. | |||
2008-06-02 | full fastindex integration, drop old cache stuff | Steven Barth | |
2008-06-02 | fix fastindex namespace | Steven Barth | |
2008-06-02 | ignore vim swap files | Steven Barth | |
2008-06-02 | move the .o and .so .gitignore lines to the top level .gitignore | Steven Barth | |
2008-06-02 | add the fastindex module | Steven Barth | |
2008-06-02 | remove unnecessary compiler command line stuff in sgi-webuci | Steven Barth | |
2008-06-02 | fix symlink creation | Steven Barth | |
2008-06-02 | fix luaposix build | Steven Barth | |
2008-06-02 | add "run" target | Steven Barth | |
2008-06-02 | * luci/statistics: add init script | Jo-Philipp Wich | |
2008-06-02 | * luci/statistics: template and controller translation | Jo-Philipp Wich | |
2008-06-01 | * luci/statistics: complete cbi model translation | Jo-Philipp Wich | |
2008-06-01 | * luci/core: cbi.lua: fix auto-i18n for values inside typed sections | Jo-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 commit | Steven Barth | |
2008-06-01 | * Added timing fix | Steven Barth | |
2008-06-01 | Revert "* Added time initialization init.d script to luci-addons" | Steven Barth | |
This reverts commit 5a8742b6a83857fcc8477762717af81a791cac65. | |||
2008-06-01 | Revert "* Fixed last commit" | Steven Barth | |
This reverts commit 2ad50a40d16e5c53dde95d08e4f9fb6072c29a1e. | |||
2008-06-01 | * Fixed last commit | Steven Barth | |
2008-06-01 | * Added time initialization init.d script to luci-addons | Steven Barth | |
2008-06-01 | * luci/core: cbi.lua: automatic i18n capabilities; whitespace cleanup | Jo-Philipp Wich | |
2008-06-01 | * libs/core: Adapted luci.util.strip_bytecode to handle lnum-bytecode correctly | Steven Barth | |
2008-06-01 | * Added dependencies for i18n/german to applications/community-* | Steven Barth | |
2008-06-01 | * Added initial German Translation stub | Steven Barth | |
2008-06-01 | * Added dependency for English translation to modules/admin-core | Steven Barth | |
2008-06-01 | * luci/web: Set default language to English | Steven 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 optimizations | Steven 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 3 | Steven Barth | |
2008-05-31 | * Core translation part 2 | Steven Barth | |
2008-05-31 | * Moved theme Fledermaus to Freifunk submenu | Steven Barth | |
2008-05-31 | * Reset default theme to "Fledermaus" for freifunk community packages | Steven Barth | |
2008-05-31 | * Core translation part 1 | Steven Barth | |
* Introduced new default theme "OpenWRT.org" * Minor tweaks | |||
2008-05-30 | * Reintroduced compiling support | Steven 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 regex | Steven Barth | |
2008-05-29 | * Bugfixes | Steven Barth | |
* Moved cbi.js into the right directory * Added more debugging to dispatcher * Introduced about page |