[Commits] [wesnoth/wesnoth] f859ce: style.css: no margin-bottom for <pre>
GitHub
noreply at github.com
Fri May 16 05:48:32 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: f859ceee06d7ee834adeed3cb518b112715559f5
https://github.com/wesnoth/wesnoth/commit/f859ceee06d7ee834adeed3cb518b112715559f5
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/addon_manager/style.css
Log Message:
-----------
style.css: no margin-bottom for <pre>
Commit: 58c8e35b5e1313ff5046889a0e1dbea978c695ff
https://github.com/wesnoth/wesnoth/commit/58c8e35b5e1313ff5046889a0e1dbea978c695ff
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/wmllint
Log Message:
-----------
wmllint: warn about no side key in [set/(dis)allow_recruit],[store_gold]
Those who are updating from old UMC may otherwise be caught unawares by the
change from defaulting to side 1 when the side key is missing, to all
sides. Later we will have an option to turn off this warning.
Commit: 02aff87a26a5742e64de7b6b580f17ec1e6c4233
https://github.com/wesnoth/wesnoth/commit/02aff87a26a5742e64de7b6b580f17ec1e6c4233
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/wmllint
Log Message:
-----------
wmllint: warn about no side key in [*_shroud],[gold],[modify_side/ai]
Those who are updating from old UMC may otherwise be caught unawares by the
change from defaulting to side 1 when the side key is missing, to all
sides. Later we will have an option to turn off this warning.
Since the insertion of an attribute line is now commented out, it may be
questioned whether this still belongs in hack_syntax. However, at some
point the plan is to give users an option to insert the side= key.
Commit: be1fc5a6dee2bb8550dcc1720544a48738889422
https://github.com/wesnoth/wesnoth/commit/be1fc5a6dee2bb8550dcc1720544a48738889422
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/wmllint
Log Message:
-----------
wmllint: put off dryrun's verbosity check until after options are processed
Per discussion with Elvish Hunter on the forum. Having dryrun check for a
minimum verbosity level during the options for loop meant that -vd would
set the verbosity level to 1, while -dv would set it to 2.
Commit: 625f22e595aa2dc931f31c63ce270b0ff9e77756
https://github.com/wesnoth/wesnoth/commit/625f22e595aa2dc931f31c63ce270b0ff9e77756
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/wmllint
Log Message:
-----------
wmllint: add option to turn off missing side= key warning
Commit: b7b8e54c0676eeb2049ca6ec77333939b8d19164
https://github.com/wesnoth/wesnoth/commit/b7b8e54c0676eeb2049ca6ec77333939b8d19164
Author: Groggy Dice <groggydice at yahoo.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M data/tools/addon_manager/html.py
Log Message:
-----------
html.py: hone regexes for URL linking
First, a couple of extraneous quotes were left in the second regex around
"</a>".
Second, it is possible that a period or question mark could be used to end
a sentence, rather than be part of the URL. So check that these characters
are followed by an alphanumeric character to make them part of the URL.
Compare: https://github.com/wesnoth/wesnoth/compare/86675bee65c9...b7b8e54c0676
More information about the Commits
mailing list