Commit graph

3118 commits

Author SHA1 Message Date
Jo-Philipp Wich
5f0ecfe984 libs/uvl: fix i18n handling for errors 2009-11-01 13:19:03 +00:00
Jo-Philipp Wich
a3cf64006b po: repair some message ids 2009-11-01 12:29:10 +00:00
Jo-Philipp Wich
b786f4ade4 libs/cbi: fix some default translations 2009-11-01 11:54:14 +00:00
Jo-Philipp Wich
b50e08149c all: yet another round of translation fixes 2009-11-01 01:37:03 +00:00
Jo-Philipp Wich
e3ac0fd78d build: fix corner case when extracting i18n tokens from templates 2009-11-01 01:05:28 +00:00
Jo-Philipp Wich
4ad686d732 build: allow multiple search directories in i18n-scan.pl 2009-11-01 01:01:47 +00:00
Jo-Philipp Wich
58b3b2156f build: update i18n-scan.pl, now reliably finds template and Lua i18n tokens 2009-11-01 00:48:15 +00:00
Jo-Philipp Wich
202ac9d363 po: update templates 2009-10-31 23:21:52 +00:00
Jo-Philipp Wich
2099afdbbc modules/admin-full: fix static routes page 2009-10-31 22:33:52 +00:00
Jo-Philipp Wich
5cc835e507 modules/admin-full: fix last commit 2009-10-31 22:32:35 +00:00
Jo-Philipp Wich
63e023e56a modules/admin-full: fix dhcp page 2009-10-31 22:30:54 +00:00
Jo-Philipp Wich
fc268c46b2 applications/luci-upnp: fix miniupnpd page 2009-10-31 22:22:36 +00:00
Jo-Philipp Wich
e60a81aa8c applications/luci-ddns: fix dyndns config page 2009-10-31 22:13:22 +00:00
Jo-Philipp Wich
58749afc72 modules/admin-full: fix dnsmasq page 2009-10-31 22:04:43 +00:00
Jo-Philipp Wich
4ef4776c9a all: various i18n realted fixes 2009-10-31 21:09:02 +00:00
Jo-Philipp Wich
400831c936 themes: fix typo in last commit 2009-10-31 20:27:29 +00:00
Jo-Philipp Wich
0694d421eb themes: entity fixes for theme headers 2009-10-31 20:25:56 +00:00
Jo-Philipp Wich
eeed712024 all: next round of translation fixups 2009-10-31 20:03:27 +00:00
Jo-Philipp Wich
cffba70b2e all: translation fixes in templates 2009-10-31 19:26:07 +00:00
Steven Barth
b2671410bf NIU: Fixes, System 2009-10-31 17:27:07 +00:00
Jo-Philipp Wich
bd43ccc886 po: further fixups 2009-10-31 17:14:04 +00:00
Jo-Philipp Wich
427a984a3a po: fixup entity coding problems 2009-10-31 17:08:24 +00:00
Jo-Philipp Wich
b0b28b970f all: automatic <%:...%> -> <%_...%> fixup 2009-10-31 17:02:21 +00:00
Jo-Philipp Wich
50a26ced11 libs/cbi: remove auto-i18n, does not work anymore 2009-10-31 16:48:31 +00:00
Jo-Philipp Wich
ccc8c1dae7 libs/lmo: fix po2lmo to cope with new po format 2009-10-31 16:46:13 +00:00
Steven Barth
760b917114 System loads are floats 2009-10-31 16:30:44 +00:00
Jo-Philipp Wich
810e052930 po: repair and reformat files, filtered through msguniq & msgcat 2009-10-31 16:04:26 +00:00
Jo-Philipp Wich
7c76587588 all: change most translate statements to new format, some need manual cleanup 2009-10-31 15:54:11 +00:00
Jo-Philipp Wich
dc7138e424 po: substitute keys with english text, cleanup and unify translations 2009-10-31 15:52:50 +00:00
Jo-Philipp Wich
8f2a3f1dcc libs/web: prepare template parser, dispatcher and i18n class for upcoming po format change 2009-10-31 15:42:07 +00:00
Jo-Philipp Wich
7f92fa405c libs/core: fix type in luci.model.wireless 2009-10-30 21:05:38 +00:00
Jo-Philipp Wich
20f2edcce0 libs/uci: fix property_bool() in luci.model.uci.bind 2009-10-30 19:43:13 +00:00
Jo-Philipp Wich
dab004b0af modules/admin-full: do not generate submenu items per wifi-device anymore 2009-10-29 02:35:23 +00:00
Jo-Philipp Wich
91856a9242 modules/admin-full: support deleting wireless networks and fix wireless join 2009-10-29 02:23:58 +00:00
Jo-Philipp Wich
2a1f1a1d7b modules/admin-full: change workflow of wifi config page; display only one network (choosen in wifi overview) and add a hook for section remapping
on uci commit
2009-10-29 02:23:18 +00:00
Jo-Philipp Wich
66fe827403 modules/admin-full: migrate wifi overview page to wireless model 2009-10-29 02:22:00 +00:00
Jo-Philipp Wich
0b71cdaaad libs/core: extend and fix luci.model.wireless 2009-10-29 02:20:44 +00:00
Jo-Philipp Wich
1a9b5381c0 libs/core: fixes luci.model.wireless 2009-10-28 20:44:46 +00:00
Steven Barth
e93a3e0c74 CBI: Delegators: Don't proceed when step is not completed yet 2009-10-28 17:38:11 +00:00
Steven Barth
1e9b205464 More NIU 2009-10-28 17:38:09 +00:00
Steven Barth
9c22efeddb Fix last commit 2009-10-28 16:43:37 +00:00
Steven Barth
2c21491aca Update Cyassl 2009-10-28 16:40:09 +00:00
Steven Barth
5d9fcbd1c1 Add etherhosts as combination of luci_ethers and luci_hosts 2009-10-28 16:40:05 +00:00
Jo-Philipp Wich
910f48117f libs/cbi: add on_init, on_before_commit, on_after_commit, on_before_apply, on_after_apply hooks 2009-10-27 23:21:11 +00:00
Jo-Philipp Wich
c582cbcb61 libs/iwinfo: treat wifiX as wireless iface in dummy backend 2009-10-27 21:43:34 +00:00
Jo-Philipp Wich
bec91e4caf libs/cbi: fixes for widget templates 2009-10-27 21:42:40 +00:00
Jo-Philipp Wich
839e150ea9 modules/admin-full: save wireless uci as well after iface add 2009-10-27 21:42:04 +00:00
Jo-Philipp Wich
0698926009 modules/admin-full: introduce a new tab for firewall related stuff in iface config page 2009-10-27 21:41:18 +00:00
Jo-Philipp Wich
2e8d0a9b6b modules/admin-full: use network picker widget in wifi config pages 2009-10-27 21:40:12 +00:00
Jo-Philipp Wich
09fa7f18c9 libs/uci: support custom initalizers in luci.model.uci.bind 2009-10-27 21:38:15 +00:00