ac65bc7302
merge of '42bb0b558f03e9a0de9116377c2e229d57da8ef3'
...
and 'e14fbe535deef3e6b734ad65bfb4ea32b58b85fe'
2009-10-24 15:59:24 +00:00
b36f207bb2
small utility script for codeswarm
2009-10-24 15:59:15 +00:00
e87a7c7bb4
add classic\console_big.css for reference only :)
...
add tag several missing strings in config.jsp
update the POs.
2009-10-24 12:46:01 +00:00
7e5128bb85
ConfigServices.jsp fix, update the POs
2009-10-24 08:48:06 +00:00
0a178ec35e
keep tagging tagging tagging t.. plus updated pos
2009-10-24 06:10:40 +00:00
a5cd0bdd3f
- Rename cssHelper to intl for ease of tagging
...
- configui.jsp post-prop fixup
2009-10-23 13:55:44 +00:00
9cbf9d0422
propagate from branch 'i2p.i2p.zzz.test' (head 2baf6dba31abb4ce4b51c8eba75b9338ee7c4998)
...
to branch 'i2p.i2p' (head ef05271bc6288f9ea7a52c966c8a238c9f4bdfe3)
2009-10-23 13:40:11 +00:00
097a05aab9
static content tagging (not finished yet)|update zh.po
2009-10-23 13:00:38 +00:00
0e5b2598fb
Update the POs
2009-10-23 06:24:27 +00:00
4f492e33e6
Tagged ConfigKeyring/ConfigAdv (<input> not touched, Keyring needs word reordering not fully tagged)
2009-10-23 05:32:47 +00:00
1828b2bd17
tagged Configupdate/Tunnels (code inside <input> not touched!)
2009-10-23 05:07:16 +00:00
0c74e640df
* Console:
...
- Don't hide link to configui.jsp for IE any more
- Add lang selection on configui.jsp
- Tag strings in configui.jsp
- Load console_big.css if lang == zh
- Add _x() tag for static iniitializers
- HTML transitional input tags
2009-10-22 22:25:53 +00:00
ffd2721627
javadoc
2009-10-22 22:22:38 +00:00
f6ce4cb29f
* Update: Better error message when .sud file not found or truncated
...
http://forum.i2p/viewtopic.php?t=3979
The bug with the file going to the wrong place was fixed a couple months ago.
2009-10-22 22:21:55 +00:00
4863ef3360
* Certificate: Fix the (apparently unused) readBytes(byte[], int) method
...
for a null certificate - http://zzz.i2p/topics/388 - thanks HungryHobo
2009-10-22 22:20:50 +00:00
9f7807ee10
Classic theme: div.joblog h3 tweak to avoid breakage in logs and jobs pages.
2009-10-22 15:51:33 +00:00
b2285b0beb
merge of '4cf77c9e1533ff7c4920a9d18ace7575a99d0bbc'
...
and '4e2465fc8dfc40cf276310eb917c3cef184db5cb'
2009-10-22 11:47:26 +00:00
8e4f4f82a8
UI layout cleanups and finessing.
2009-10-22 11:33:02 +00:00
db2158d4c1
translation revision
2009-10-22 07:42:47 +00:00
1c461bbeda
Catch an errant <hr> in jobs.jsp; "backport" vertical sidebar space savings to classic theme.
2009-10-22 01:29:56 +00:00
0757f4f309
merge of '14fd58d7e574b7ae755514ce48508d9080b269d8'
...
and 'b09bd2e70d37e27a7f6e51afa4f1ae2d2298d30c'
2009-10-22 00:49:48 +00:00
a2f287cdfe
Tidyups & more vertical spatial effiencies in the sidebar.
2009-10-22 00:23:17 +00:00
1ef448d518
chinese translation for the zh.po
2009-10-21 17:10:27 +00:00
f44b1a35bc
Sidepanel space efficiencies; "paperclips" for index.jsp links; fix news.xml link.
2009-10-21 16:34:43 +00:00
26f02a4771
-4
2009-10-20 16:35:13 +00:00
dc3c730937
propagate from branch 'i2p.i2p.zzz.test' (head efc35e19029b7d92265f25eb024114737b6545e1)
...
to branch 'i2p.i2p' (head bbf149917e39bdd2f53246c238d440369498ae09)
2009-10-20 16:01:13 +00:00
77d45e7a3a
stub for windows gettext script
2009-10-20 16:00:57 +00:00
45a59f009b
add a common method for title formatting and translation
2009-10-20 12:12:26 +00:00
dc6d6ead69
fix bundle caching
2009-10-20 11:27:40 +00:00
27693826a2
summary bar post-refactor fixups
2009-10-19 21:40:14 +00:00
8a647b42d5
javadoc update
2009-10-19 21:38:37 +00:00
eba9f3c03b
drop msgs expiring too far in the future
2009-10-19 21:37:59 +00:00
eacf46b367
remove some remnants of the pre-0.6.1.30 tunnel build method
2009-10-19 18:45:39 +00:00
83cacaad05
* summarynoframe.jsp:
...
- Refactor to SummaryBarRenderer (saves 100KB)
- Add translate tags
- Use context RNG for nonces
- Transitional HTML style for input tags
2009-10-19 13:49:47 +00:00
cf10451d14
po script update, dont include java files in war
2009-10-19 13:37:13 +00:00
44069645df
New formatting for news.xml; elliptical UI enhancements.
2009-10-19 12:34:19 +00:00
4497463778
* Router Console translation infrastructure:
...
- Persistent lang setting with routerconsole.lang=xx
- Loading any page with ?lang=xx changes the persistent setting
- Add a custom Jetty handler to load foo_xx.jsp if it
exists for language xx. This is for jsp files with lots
of text in them. Otherwise use inline translate methods.
Not for included jsps.
- Add a script to create and update messages_xx.po translation
files, and create ResourceBundles from them
- Add class to translate strings from cached ResourceBundles
- Add translate wrappers to HelperBase, FormHandler, and *Renderer,
so calls can be made from both jsp and java files
- Add two example translations on configupdate.jsp - one in
the jsp itself and one in the helper.
- This is for strings in routerconsole only. Will be expanded
to other webapps and the router later.
2009-10-18 14:06:07 +00:00
10b84418c3
move TunnelPoolManager renderStatusHTML to routerconsole
2009-10-17 23:49:59 +00:00
fadda4ceec
More UI whitespace cleanups and other miscellaneous UI goodness.
2009-10-17 23:34:38 +00:00
011a32f741
move NetDb renderStatusHTML() to routerconsole
2009-10-17 23:16:53 +00:00
10bb3c100e
Add some link bullet point graphics.
2009-10-17 07:08:36 +00:00
2738d5851d
More UI whitespace removals and optimizations.
2009-10-17 07:04:40 +00:00
219095404a
dont dump the whole JVM if we cant open the log file
2009-10-17 02:22:35 +00:00
001c361338
MessageHistory cleanups
2009-10-17 02:21:38 +00:00
e21a172e95
javadoc fix
2009-10-17 02:21:08 +00:00
4651b7007b
Bump to -2.
2009-10-16 20:29:29 +00:00
5b4be5ba1b
merge of '74266b0afe4ef1abef923c8389fb47263b9a39e1'
...
and '9a62d1aa11b74d835ec795c0a303bf5c2ebc2793'
2009-10-16 20:16:29 +00:00
9c2c90c0b1
Whitespace removals.
2009-10-16 20:01:18 +00:00
bdd0c3f961
-1
2009-10-16 15:08:27 +00:00
b7013361c2
propagate from branch 'i2p.i2p.zzz.test' (head 584fab1afc347099ea2fcbdcafa4a3dc4214d7dc)
...
to branch 'i2p.i2p' (head eb7f635432246f567a88babf08323105f364c80e)
2009-10-16 14:56:19 +00:00