[Commits] [wesnoth/wesnoth] a79de2: wmlvalidator, wmlgrammar and wmldata: now it check...

GitHub noreply at github.com
Tue Mar 22 10:08:25 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a79de2c35cbc0fb86792284735dc08a77d872e67
      https://github.com/wesnoth/wesnoth/commit/a79de2c35cbc0fb86792284735dc08a77d872e67
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M .gitignore
    M data/schema.cfg
    M data/tools/wesnoth/wmldata.py
    M data/tools/wesnoth/wmlgrammar.py
    M data/tools/wmlvalidator

  Log Message:
  -----------
  wmlvalidator, wmlgrammar and wmldata: now it checks translatable lines.
schema.cfg: it was removed type "tstring" and can now be optional parameters


  Commit: aeb2dc65c1128f4133f6c19b711e40114f2af43f
      https://github.com/wesnoth/wesnoth/commit/aeb2dc65c1128f4133f6c19b711e40114f2af43f
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wesnoth/wmlgrammar.py

  Log Message:
  -----------
  It is not necessary to define default values to datatypes, they will be caught the schema.cfg file


  Commit: 2eeac0248c29d30bcb2bc6920160b601b14f7831
      https://github.com/wesnoth/wesnoth/commit/2eeac0248c29d30bcb2bc6920160b601b14f7831
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Created the optional parameter "list"
Other minor improvements and updates in wmlvalidator


  Commit: 54efe7a8a9e5b8e3e7e4fb2e4019cda2ff1da7d0
      https://github.com/wesnoth/wesnoth/commit/54efe7a8a9e5b8e3e7e4fb2e4019cda2ff1da7d0
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg

  Log Message:
  -----------
  Added datatype symbol


  Commit: 67e79f75639769d9640cf9ab9a95a34cdd4f14e7
      https://github.com/wesnoth/wesnoth/commit/67e79f75639769d9640cf9ab9a95a34cdd4f14e7
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  I forgot to translate two comments


  Commit: adacf791115b0e4602b384f781f2a60faba68136
      https://github.com/wesnoth/wesnoth/commit/adacf791115b0e4602b384f781f2a60faba68136
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg

  Log Message:
  -----------
  Improved the regexp of symbols in schema.cfg


  Commit: b9f1ff84be4fa5fe61ba4e49adf5b13454a2610d
      https://github.com/wesnoth/wesnoth/commit/b9f1ff84be4fa5fe61ba4e49adf5b13454a2610d
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wesnoth/wmldata.py
    M data/tools/wesnoth/wmlgrammar.py
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Update to Python3: using print function


  Commit: 128fc64f603803ba052da0fc877706c6ab7f97b5
      https://github.com/wesnoth/wesnoth/commit/128fc64f603803ba052da0fc877706c6ab7f97b5
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Return message is now more readable


  Commit: ff6aca41922debd61e23b32fb9d857e83bfabb9c
      https://github.com/wesnoth/wesnoth/commit/ff6aca41922debd61e23b32fb9d857e83bfabb9c
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Revert change in .gitignore


  Commit: a6fec89753aaa6121a803e2da6812c879e742948
      https://github.com/wesnoth/wesnoth/commit/a6fec89753aaa6121a803e2da6812c879e742948
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  If you specify a directory, will scan all files from directory.
Now can use environment variables.


  Commit: a2f8d93785ffd2bf062051552b7068297665d53e
      https://github.com/wesnoth/wesnoth/commit/a2f8d93785ffd2bf062051552b7068297665d53e
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added some comments to organize


  Commit: 98833e2b5b847024a8d8db801b4b0ec042bdbcc6
      https://github.com/wesnoth/wesnoth/commit/98833e2b5b847024a8d8db801b4b0ec042bdbcc6
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added optional parameter "optional-translatable" to some rare cases


  Commit: 42d4ae9109c667a09d56abca12723d382ccea624
      https://github.com/wesnoth/wesnoth/commit/42d4ae9109c667a09d56abca12723d382ccea624
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added the optional parameter "limit(\d+,\d+)", to specify the range of the value's attribute
Added, partly, toplevel [terrain_type] tag


  Commit: 31794109addd846dc1c66950f2275200bb10fc93
      https://github.com/wesnoth/wesnoth/commit/31794109addd846dc1c66950f2275200bb10fc93
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg

  Log Message:
  -----------
  Update schema.cfg: terrain_type finished


  Commit: 7009d360ab3f90768400cf4b3238fa5dda059c56
      https://github.com/wesnoth/wesnoth/commit/7009d360ab3f90768400cf4b3238fa5dda059c56
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg

  Log Message:
  -----------
  Ops, I had written twice accidentally


  Commit: 5e5128680c2f6965383e4e651d88a4f817978349
      https://github.com/wesnoth/wesnoth/commit/5e5128680c2f6965383e4e651d88a4f817978349
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Fixbug commit f1006f1adcb56fa823108a819ec5d4c739424a22: I forgot to take the case to send a file, not a directory


  Commit: 426abfd46e1adecf4c917b5ff94b445ecb94fd47
      https://github.com/wesnoth/wesnoth/commit/426abfd46e1adecf4c917b5ff94b445ecb94fd47
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added check "FORBIDDEN" for element


  Commit: f76a0596d985f46aefbe17e073538e6aec6a10ee
      https://github.com/wesnoth/wesnoth/commit/f76a0596d985f46aefbe17e073538e6aec6a10ee
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg

  Log Message:
  -----------
  Various attributes' [scenario] and derived elements' of it have been implemented. But missing several.


  Commit: 71b4d75f15f03f65b6644bc8f616e0530dfcf8cd
      https://github.com/wesnoth/wesnoth/commit/71b4d75f15f03f65b6644bc8f616e0530dfcf8cd
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Fixbug: Not correctly checked if using the optional parameters 'limit(a,b)' and 'list' simultaneously


  Commit: a0c882b02d0537e5d92557d32b4bfe0f977d82a2
      https://github.com/wesnoth/wesnoth/commit/a0c882b02d0537e5d92557d32b4bfe0f977d82a2
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added the optional parameter "need-file-in(dir)", to check if the file exists


  Commit: 58e8bc7246766f7b86bfff0330fbeef71740cf16
      https://github.com/wesnoth/wesnoth/commit/58e8bc7246766f7b86bfff0330fbeef71740cf16
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added almost the attributes of the [side]
Added the optional parameter "limit-lower(number)"
Improved the optional parameter "need-file-in(dir)"


  Commit: 74b72bb8463582b19004d2b9073c5093b7e1a94a
      https://github.com/wesnoth/wesnoth/commit/74b72bb8463582b19004d2b9073c5093b7e1a94a
  Author: Bruno Macabeus <bruno.macabeus at gmail.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M data/schema.cfg
    M data/tools/wmlvalidator

  Log Message:
  -----------
  Added attributes of the [ai]
Added the optional parameter "limit-max(number)"


Compare: https://github.com/wesnoth/wesnoth/compare/7a04c01dc7ee...74b72bb84635


More information about the Commits mailing list