[dev] [dexonline/dexonline] 9d228e: Support escaping of hash signs. Pretty-print some ...

GitHub noreply at github.com
Thu Jan 11 16:14:01 EET 2018


  Branch: refs/heads/master
  Home:   https://github.com/dexonline/dexonline
  Commit: 9d228ebaff48dcc5d7491487064f4de7d3184679
      https://github.com/dexonline/dexonline/commit/9d228ebaff48dcc5d7491487064f4de7d3184679
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M phplib/AdminStringUtil.php
    M tools/test.php

  Log Message:
  -----------
  Support escaping of hash signs. Pretty-print some unit tests. #676.


  Commit: ce109dfd826bc4f8521422e13357c4bc265c0000
      https://github.com/dexonline/dexonline/commit/ce109dfd826bc4f8521422e13357c4bc265c0000
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M phplib/AdminStringUtil.php
    M phplib/Constant.php
    M tools/test.php

  Log Message:
  -----------
  Support escaping of cleanup patterns. #676.


  Commit: 2121d60c125d074bac8db33c37e6e25f297ea828
      https://github.com/dexonline/dexonline/commit/2121d60c125d074bac8db33c37e6e25f297ea828
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M tools/test.php

  Log Message:
  -----------
  Factor out some unit test code. #676


  Commit: 0a81a5c5aa6f8701bdc12af3d40a390cbe25c910
      https://github.com/dexonline/dexonline/commit/0a81a5c5aa6f8701bdc12af3d40a390cbe25c910
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    A phplib/Abbrev.php
    M phplib/AdminStringUtil.php
    M tools/dumpDatabaseXml.php
    M tools/test.php
    M wwwbase/admin/randomAbbrevReview.php
    M wwwbase/editEntry.php

  Log Message:
  -----------
  Move string handling of abbreviations to separate file. #676


  Commit: 523b54c7ee88f361490198f6d637ecd9dd23f02e
      https://github.com/dexonline/dexonline/commit/523b54c7ee88f361490198f6d637ecd9dd23f02e
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M patches/00238.php
    M phplib/Abbrev.php
    R phplib/AdminStringUtil.php
    M phplib/Constant.php
    M phplib/Request.php
    M phplib/Session.php
    M phplib/StringUtil.php
    M phplib/models/CrawlerUrl.php
    M phplib/models/Definition.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M test/contrib.xml
    M tools/bulk/importDefinitions.php
    M tools/dumpDatabaseXml.php
    M tools/markAbbrev.php
    M tools/rebuildFullTextIndex.php
    M tools/rebuildScrabbleForms.php
    M tools/replaceCedilla.php
    M tools/reprocessDefinitions.php
    M tools/resetTestingDatabase.php
    M tools/sanitizeMeanings.php
    M tools/syncWikiArticles.php
    M tools/test.php
    M tools/updateLinks.php
    M wwwbase/admin/bulkReplace.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/editSimilarDefinition.php
    M wwwbase/admin/randomAbbrevReview.php
    M wwwbase/ajax/deleteMeaningMention.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/htmlize.php
    M wwwbase/contribuie.php
    M wwwbase/editEntry.php
    M wwwbase/editTree.php

  Log Message:
  -----------
  Merge AdminStringUtil into StringUtil. #676


  Commit: 1fe1aa5d2b5b9f69507813be95b02c4e07f0c658
      https://github.com/dexonline/dexonline/commit/1fe1aa5d2b5b9f69507813be95b02c4e07f0c658
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M wwwbase/css/autoload/definitionEdit.css
    M wwwbase/js/autoload/definitionEdit.js

  Log Message:
  -----------
  Better cursor and tooltip for clickable HTML diffs.


  Commit: 180bbb5711e4b99fadaea8f82bd42482eba2da88
      https://github.com/dexonline/dexonline/commit/180bbb5711e4b99fadaea8f82bd42482eba2da88
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M app/AbstractCrawler.php
    M app/Crawler.php
    M app/DiacriticsBuilder.php
    M app/crawler/crawler.php
    M app/crawler/reprocess.php
    M patches/00238.php
    M phplib/Abbrev.php
    M phplib/Config.php
    M phplib/Core.php
    M phplib/DB.php
    A phplib/FlexStr.php
    R phplib/FlexStringUtil.php
    M phplib/Levenshtein.php
    M phplib/OpenIDConnect.php
    M phplib/Request.php
    M phplib/Session.php
    M phplib/SimilarRecord.php
    M phplib/SmartyWrap.php
    A phplib/Str.php
    R phplib/StringUtil.php
    M phplib/ads/diverta/rebuildDivertaIndex.php
    M phplib/models/Autocomplete.php
    M phplib/models/BaseObject.php
    M phplib/models/Cookie.php
    M phplib/models/CrawlerUrl.php
    M phplib/models/Definition.php
    M phplib/models/FlexModel.php
    M phplib/models/InflectedForm.php
    M phplib/models/Lexem.php
    M phplib/models/Meaning.php
    M phplib/models/Tree.php
    M tools/bulk/importDefinitions.php
    M tools/checkVisualImages.php
    M tools/checkWotd.php
    M tools/dumpDatabaseXml.php
    M tools/evalSimilarCheckbox.php
    M tools/getWotdImageByEmail.php
    M tools/markAbbrev.php
    M tools/migration.php
    M tools/rebuildFullTextIndex.php
    M tools/rebuildGameWordLists.php
    M tools/rebuildScrabbleForms.php
    M tools/replaceCedilla.php
    M tools/reprocessDefinitions.php
    M tools/resetTestingDatabase.php
    M tools/sanitizeMeanings.php
    M tools/syncWikiArticles.php
    M tools/test.php
    M tools/updateLinks.php
    M tools/wotdImageReport.php
    M wwwbase/admin/advancedSearch.php
    M wwwbase/admin/bulkLabel.php
    M wwwbase/admin/bulkReplace.php
    M wwwbase/admin/deTool.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/admin/editModel.php
    M wwwbase/admin/editSimilarDefinition.php
    M wwwbase/admin/lexemEdit.php
    M wwwbase/admin/mergeLexems.php
    M wwwbase/admin/placeAccents.php
    M wwwbase/admin/randomAbbrevReview.php
    M wwwbase/admin/wotdTable.php
    M wwwbase/ajax/deleteMeaningMention.php
    M wwwbase/ajax/getLexemByInflectedForm.php
    M wwwbase/ajax/getLexems.php
    M wwwbase/ajax/getLexemsById.php
    M wwwbase/ajax/getPage.php
    M wwwbase/ajax/getSimilarRecord.php
    M wwwbase/ajax/htmlize.php
    M wwwbase/auth/login.php
    M wwwbase/auth/parola-uitata.php
    M wwwbase/auth/revenireOpenid.php
    M wwwbase/auth/revenireOpenidConnect.php
    M wwwbase/contribuie.php
    M wwwbase/diacritice.php
    M wwwbase/editEntry.php
    M wwwbase/editTree.php
    M wwwbase/scrabble.php
    M wwwbase/search.php
    M wwwbase/siteClones.php
    M wwwbase/user.php

  Log Message:
  -----------
  Rename StringUtil.php to just Str.php. #676


  Commit: c9c4b722babb520084a716f0a989ed51a7942575
      https://github.com/dexonline/dexonline/commit/c9c4b722babb520084a716f0a989ed51a7942575
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M phplib/Str.php
    M tools/test.php
    M wwwbase/admin/bulkReplace.php
    M wwwbase/admin/definitionEdit.php
    M wwwbase/contribuie.php

  Log Message:
  -----------
  Check proper nesting of some formatting chars. #676


Compare: https://github.com/dexonline/dexonline/compare/04d589e0efc5...c9c4b722babb


More information about the Dev mailing list