Commit graph

2635 commits

Author SHA1 Message Date
Translation System
3151059b9e Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). 2009-08-07 06:57:14 +00:00
Translation System
28dab0074e Commit from LuCI Translation Portal by user keksdosenmann. 0 of 251 messages translated (0 fuzzy). 2009-08-07 06:57:12 +00:00
Translation System
136c02933f Commit from LuCI Translation Portal by user keksdosenmann. 412 of 414 messages translated (0 fuzzy). 2009-08-07 06:57:10 +00:00
Translation System
e966ab136b Commit from LuCI Translation Portal by user keksdosenmann. 330 of 414 messages translated (26 fuzzy). 2009-08-07 06:56:25 +00:00
Translation System
fea0a5dfe7 Commit from LuCI Translation Portal by user keksdosenmann. 17 of 17 messages translated (0 fuzzy). 2009-08-07 06:56:23 +00:00
Translation System
620cf2e24e Commit from LuCI Translation Portal by user keksdosenmann. 8 of 8 messages translated (0 fuzzy). 2009-08-07 06:56:17 +00:00
Translation System
57d9f12bad Commit from LuCI Translation Portal by user keksdosenmann. 103 of 104 messages translated (0 fuzzy). 2009-08-07 06:56:15 +00:00
Translation System
9936a9e050 Commit from LuCI Translation Portal by user keksdosenmann. 56 of 56 messages translated (0 fuzzy). 2009-08-07 06:56:12 +00:00
Translation System
63703f8144 Commit from LuCI Translation Portal by user keksdosenmann. 17 of 19 messages translated (2 fuzzy). 2009-08-07 06:56:09 +00:00
Translation System
fa476c1056 Commit from LuCI Translation Portal by user keksdosenmann. 3 of 3 messages translated (0 fuzzy). 2009-08-07 06:56:04 +00:00
Translation System
a1492f0003 Commit from LuCI Translation Portal by user keksdosenmann. 32 of 32 messages translated (0 fuzzy). 2009-08-07 06:56:01 +00:00
Translation System
d66b8f53cd Commit from LuCI Translation Portal by user keksdosenmann. 5 of 5 messages translated (0 fuzzy). 2009-08-07 06:55:59 +00:00
Jo-Philipp Wich
62fc154da1 applications/luci-fw: make source port optional and hidden by default, most users are confused by this 2009-08-07 01:10:03 +00:00
Jo-Philipp Wich
ea1374c96c contrib/package: remove dependency on remote-update in community package, this prevented building on x86 and others 2009-08-05 02:06:09 +00:00
Jo-Philipp Wich
67150c34a1 libs/web: template: fix spurious nil or false values that broke various templates 2009-08-05 00:52:51 +00:00
Jo-Philipp Wich
01c4048021 libs/core: fix loading of nixio.bit in luci.ip 2009-08-04 10:38:52 +00:00
Jo-Philipp Wich
f637ea27ae contrib/package: allow pipe signs for service descriptions in olsrd init script 2009-08-03 18:30:07 +00:00
Jo-Philipp Wich
86cd67ebc3 [PATCH] make luci.ip.IPvX a bit more forgiving
Signed-Off-By: Malte S. Stretz <mss at apache.org>
2009-08-01 20:40:55 +00:00
Jo-Philipp Wich
68af07222c libs/cbi: fix default property of ListValue fields 2009-07-31 23:22:10 +00:00
Steven Barth
9827e91105 Performance improvements, where did that get lost? 2009-07-31 19:57:07 +00:00
Jo-Philipp Wich
4e534b50e5 contrib/package: bump pkg revision as well 2009-07-31 17:19:55 +00:00
Jo-Philipp Wich
cc8da1a018 contrib/package: increase load threshold of freifunk watchdog to 15.0 2009-07-31 17:19:23 +00:00
Steven Barth
8b65a44fe8 Typo 2009-07-31 17:08:59 +00:00
Steven Barth
f648ab3445 Fix cookie logout 2009-07-31 17:08:18 +00:00
Jo-Philipp Wich
f311d13ca1 libs/cbi: fix error reporting in map loading 2009-07-31 00:13:24 +00:00
Jo-Philipp Wich
45d9fe0b16 application/luci-statistics: fix i18n binding, use string() instead of translate 2009-07-31 00:02:53 +00:00
Jo-Philipp Wich
d8eb5b292d modules/admin-full: fix syntax error in system controller 2009-07-31 00:02:07 +00:00
Jo-Philipp Wich
4c8ea12a28 modules/admin-mini: fix syntax error in system controller 2009-07-31 00:01:34 +00:00
Steven Barth
2561ed9b7a Fix errorhandling in Delegators 2009-07-30 16:58:37 +00:00
Steven Barth
d7a90e994a Fix delegators 2009-07-30 16:05:12 +00:00
Jo-Philipp Wich
12400496cc libs/lmo: remove cast in first lseek(), not needed since it's a constant expression 2009-07-30 12:11:08 +00:00
Steven Barth
1172027f5a Disable Basic-Auth in SDK 2009-07-30 11:26:27 +00:00
Jo-Philipp Wich
8c8ecd1fa9 libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break strict-aliasing rules) 2009-07-30 11:06:12 +00:00
Daniel Dickinson
a6309fbeb8 * Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK.
This is part of the luci-app-diag-core, luci-app-voice-core, 
  luci-app-voice-diag group.
2009-07-30 05:48:03 +00:00
Jo-Philipp Wich
a9ae676c61 libs/lmo: explicitly cast values to off_t for lseek() 2009-07-30 03:30:24 +00:00
Steven Barth
50cf0212ab Kill abandoned files 2009-07-29 07:48:11 +00:00
Jo-Philipp Wich
26d792d914 libs/core: properly handle udata values in overloaded string format operator 2009-07-29 04:29:22 +00:00
Jo-Philipp Wich
ae4694243d libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE instead (#76) 2009-07-29 03:28:14 +00:00
Jo-Philipp Wich
aded4e0a06 modules/freifunk: fix yet another syntax error in public status model 2009-07-28 18:24:07 +00:00
Jo-Philipp Wich
db4cdc81e7 modules/freifunk: fix syntax error introduced in r5150 2009-07-28 12:09:38 +00:00
Steven Barth
9016ae7ad9 Increase timeout for HTTP, fixing some browser problems 2009-07-28 11:59:13 +00:00
Steven Barth
45cf10a665 Add luci.lucid.running() 2009-07-27 12:28:34 +00:00
Steven Barth
17e7f67a7c Add native support for homepages 2009-07-27 12:09:46 +00:00
Steven Barth
ce98fdd80f Optimize util.threadlocal, Add luci.store as global threadlocal store 2009-07-27 10:27:39 +00:00
Steven Barth
7b5cdb36b5 Code style 2009-07-27 10:27:35 +00:00
Jo-Philipp Wich
8acc6307bf libs/web: fix template parsing of default texts in i18n expressions 2009-07-26 23:23:32 +00:00
Jo-Philipp Wich
047d4e45f6 libs/web: fix file handle leak in template parser 2009-07-26 23:11:36 +00:00
Jo-Philipp Wich
1b557b0b7b libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua strings instead of udata objects 2009-07-26 22:48:09 +00:00
Jo-Philipp Wich
debfd75f33 modules/freifunk: fix same problem 2009-07-26 22:43:51 +00:00
Jo-Philipp Wich
2c3d33006c modules/admin-mini: fix the same issue in admin-mini 2009-07-26 22:39:21 +00:00